]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
Minor SPARC T4 and M7 fixes and additions.
[thirdparty/gcc.git] / ChangeLog
CommitLineData
c759355f
KK
12017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
2
3 * MAINTAINERS: Move myself to Write After Approval section.
4
79557bae
CZ
52017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
6
7 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
8 ACCH registers.
9 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
10 available.
11 (umulsidi3): Likewise.
12 (mulsidi3_700): Disable this pattern when we have advanced mpy
13 instructions.
14 (umulsidi3_700): Likewise.
15 (maddsidi4): New pattern.
16 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
17 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
18 (mpydu_imm_arcv2hs): Likewise.
19 * config/arc/predicates.md (accl_operand): New predicate.
20
c7314bc1
CZ
212017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
22 Andrew Burgess <andrew.burgess@embecosm.com>
23
24 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
25 case.
26 (ARC_AUTOFP_IRQ_P): Likewise.
27 (ARC_AUTO_IRQ_P): Likewise.
28 (rgf_banked_register_count): New variable.
29 (parse_mrgf_banked_regs_option): New function.
30 (arc_override_options): Handle rgf_banked_regs option.
31 (arc_handle_interrupt_attribute): Add firq option.
32 (arc_compute_function_type): Return fast irq type when required.
33 (arc_must_save_register): Handle fast interrupts.
34 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
35 (arc_return_address_regs): Update.
36 * config/arc/arc.h (arc_return_address_regs): Update.
37 (arc_function_type): Add fast interrupt type.
38 (ARC_INTERRUPT_P): Update.
39 (RC_FAST_INTERRUPT_P): Define.
40 * config/arc/arc.md (simple_return): Update for fast interrupts.
41 (p_return_i): Likewise.
42 * config/arc/arc.opt (mrgf-banked-regs): New option.
43 * doc/invoke.texi (mrgf-banked-regs): Document.
44
41453183
CZ
452017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
46
47 * config/arc/arc.c (irq_ctrl_saved): New variable.
48 (ARC_AUTOBLINK_IRQ_P): Define.
49 (ARC_AUTOFP_IRQ_P): Likewise.
50 (ARC_AUTO_IRQ_P): Likewise.
51 (irq_range): New function.
52 (arc_must_save_register): Likewise.
53 (arc_must_save_return_addr): Likewise.
54 (arc_dwarf_emit_irq_save_regs): Likewise.
55 (arc_override_options): Handle deferred options.
56 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
57 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
58 arc_must_save_return_addr.
59 (arc_compute_frame_size): Handle automated save and restore of
60 registers.
61 (arc_expand_prologue): Likewise.
62 (arc_expand_epilogue): Likewise.
63 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
64 * config/arc/arc.opt (mirq-ctrl-saved): New option.
65 * doc/invoke.texi (mirq-ctrl-saved): Document option.
66
52744dd7
TK
672017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
68 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
69
70 PR bootstrap/77661
71 * Makefile.def: Don't pass --enable-maintainer-mode on to an
72 in-tree build MPC.
73 * Makefile.in: Regenerate.
74
deeba76a
FXC
752017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
76
77 * configure.ac: Enable LTO by default on darwin >= 9.
78 * configure: Regenerate.
79
5a05e11d
PD
802017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
81
82 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
83 and Andrew Waterman as the RISC-V maintainers.
84
e04f858c
NK
852017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
86
87 * MAINTAINERS: Add self to Write After Approval
88
a98cf819
GP
892017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
90
91 * config.guess: Import latest from upstream.
92
9826d1a3
GP
932017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
94
95 * MAINTAINERS (Write After Approval): Remove entries that are
96 already covered under Reviewers.
97
a46586c3
MW
982017-03-08 Mark Wielaard <mark@klomp.org>
99
100 PR demangler/70909
101 PR demangler/67264
102 * include/demangle.h: Add d_printing to struct demangle_component
103 and pass struct demangle_component as non const.
104
734ca1c2
GP
1052017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
106
107 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
108
93b87d1d
TS
1092017-02-15 Thomas Schwinge <thomas@codesourcery.com>
110
111 * Makefile.tpl: Remove HOST_ISLVER.
112 (HOST_EXPORTS): Remove ISLVER.
113 * Makefile.in: Regenerate.
114
f877b3ad
RB
1152017-02-13 Richard Biener <rguenther@suse.de>
116
117 * configure: Re-generate.
118
2ad31830
GP
1192017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
120
121 * MAINTAINERS: Adjust bug reporting URL.
122
3501e62c
GP
1232017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
124
125 * MAINTAINERS (Write After Approval): Remove redundant entry
126 for Andrew Burgess.
127
510555e0
JDA
1282017-02-03 John David Anglin <danglin@gcc.gnu.org>
129
130 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
131 32-bit hppa*-*-hpux*.
132 * configure: Regenerate.
133
f6a24a94
MJ
1342017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
135
136 * configure.ac: Moved the white list of enabling BRIG FE to
137 libhsail-rt/configure.tgt.
138 * configure: Regenerated.
139 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
140
1412017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
5fd1486c
PJ
142 Martin Jambor <mjambor@suse.cz>
143
5fd1486c
PJ
144 * Makefile.def (target_modules): Added libhsail-rt.
145 (languages): Added language brig.
146 * Makefile.in: Regenerated.
147 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
148 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
149 * configure: Regenerated.
150
3c36aa6b
JJ
1512017-01-17 Jakub Jelinek <jakub@redhat.com>
152
153 PR other/79046
154 * configure: Regenerated.
155
8f56cb51
AM
1562017-01-04 Alan Modra <amodra@gmail.com>
157
158 * configure: Regenerate.
159
f2c764c5
BE
1602016-12-29 Ben Elliston <bje@gnu.org>
161
162 * config.sub: Import latest version.
163
1dc9c117
AI
1642016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
165
166 * MAINTAINERS (Write After Approval): Add myself.
167
c21fdaa1
JJ
1682016-12-21 Jakub Jelinek <jakub@redhat.com>
169
170 * configure.ac: Don't bootstrap libmpx unless --with-build-config
171 includes bootstrap-mpx.
172 * configure: Regenerated.
173
cc811459
CX
1742016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
175
176 * MAINTAINERS (Write After Approval): Add myself.
177
b55e6680
MJ
1782016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
179
8f56cb51 180 * configure: Regenerate.
b55e6680 181
825fba52
MK
1822016-12-01 Matthias Klose <doko@ubuntu.com>
183
184 * configure.ac: Don't use pkg-config to check for bdw-gc.
185 * configure: Regenerate.
186
114bf3f1
MK
1872016-11-30 Matthias Klose <doko@ubuntu.com>
188
189 * Makefile.def: Remove reference to boehm-gc target module.
190 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
191 options and for the bdw-gc pkg-config module.
192 * configure: Regenerate.
193 * Makefile.in: Regenerate.
194
21b0f96a
NS
1952016-11-28 Nathan Sidwell <nathan@acm.org>
196
197 * MAINTAINERS (nvptx): Remove self.
198
292edab3
BE
1992016-11-25 Ben Elliston <bje@gnu.org>
200
201 * config.guess: Import latest version.
202 * config.sub: Likewise.
203
0954a00b
TT
2042016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
205
206 * MAINTAINERS (Write After Approval): Add myself.
207
8e4d2ca4
MK
2082016-11-15 Matthias Klose <doko@ubuntu.com>
209
210 * Makefile.def: Remove references to GCJ.
211 * Makefile.tpl: Likewise.
212 * Makefile.in: Regenerate.
213
84c1b9d3
MK
2142016-11-15 Matthias Klose <doko@ubuntu.com>
215
216 * config-ml.in: Remove references to GCJ.
217 * configure.ac: Likewise.
218 * configure: Regenerate.
219
3f95ca6c
JC
2202016-11-01 Josh Conner <joshconner@google.com>
221
222 * MAINTAINERS (Write After Approval): Update email address,
223
457cc672
CL
2242016-10-27 Carl Love <cel@us.ibm.com>
225
226 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
227 Approval list to make it alphabetical.
228
2142f54f
CL
2292016-10-27 Carl Love <cel@us.ibm.com>
230
231 * MAINTAINERS (Write After Approval): Add myself.
232
104700f4
AB
2332016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
234
235 * MAINTAINERS (Reviewers): Add myself.
236 (Write After Approval): Add myself.
237
942c0db8
HP
2382016-10-21 Hartmut Penner <hepenner@us.ibm.com>
239 Ulrich Weigand <uweigand@de.ibm.com>
240
241 * MAINTAINERS: Update email address.
242
fbf4c502
NS
2432016-10-10 Nathan Sidwell <nathan@acm.org>
244
245 * MAINTAINERS: Update email address.
246
b20e7532
AT
2472016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
248
249 * configure.ac: Add aarch64-*-freebsd*.
250 * configure: Regenerate.
251
2e21fd4d
SE
2522016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
253
254 * MAINTAINERS: Update email address after it got reverted.
255
43c40f3e
RO
2562016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
257
258 * configure.ac (target_libraries): Readd target-boehm-gc.
259 Restore --enable-objc-gc handling.
260 * configure: Regenerate.
261
f05796ba
JL
2622015-10-03 Jeff Law <law@redhat.com>
263
264 * MAINTAINERS: Move several inactive maintainers to the
265 write-after-approval section.
266
012447ea
JJ
2672016-09-30 Jakub Jelinek <jakub@redhat.com>
268
269 * configure.ac: Add target-libffi to target_libraries.
270 Readd libgcj target disablings, modified to only target-libffi.
271 Readd target addition of go to unsupported languages.
272 * configure: Regenerated.
273
a7d75d59
SE
2742016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
275
276 * MAINTAINERS: Update email address.
277
d1a79a95
AH
2782016-09-30 Andrew Haley <aph@redhat.com>
279
4d8c733d 280 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
d1a79a95
AH
281 write-after approval. Remove Tom Tromey and Bryce McKinlay from
282 libgcj.
283
af2d4873
AH
2842016-09-30 Andrew Haley <aph@redhat.com>
285
286 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
287 write-after approval after GCJ deletion.
288
07b78716
AH
2892016-09-30 Andrew Haley <aph@redhat.com>
290
291 * Makefile.def: Remove libjava.
292 * Makefile.tpl: Likewise.
293 * Makefile.in: Regenerate.
294 * configure.ac: Likewise.
295 * configure: Likewise.
296 * gcc/java: Remove.
297 * libjava: Likewise.
298
a29b7214
CZ
2992016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
300
301 * MAINTAINERS (Reviewers): Add myself.
302
2fd88f4f
AK
3032016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
304
305 * configure.ac: Disable "sim" directory for arc*-*-*.
306 * configure: Regenerated.
307
e2080e79
TC
3082016-09-23 Tamar Christina <tamar.christina@arm.com>
309
310 * MAINTAINERS (Write After Approval): Add myself.
311
8f3675f8
MR
3122016-09-12 Maciej W. Rozycki <macro@imgtec.com>
313
314 * configure.ac: Check for the minimum in-tree MPFR version
315 handled.
316 * configure: Regenerate.
317
21f88103
YTL
3182016-07-20 Yan-Ting Lin <currygt52@gmail.com>
319
320 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
321 * configure: Regenerated.
322
60d51882
FR
3232016-07-19 Fritz Reese <fritzoreese@gmail.com>
324
325 * MAINTAINERS (Write After Approval): Add myself.
326
277d7ee0
AK
3272016-06-23 Andi Kleen <ak@linux.intel.com>
328
329 * Makefile.def: Add autoprofiledbootstrap.
330 * Makefile.tpl: Dito.
331 * Makefile.in: Regenerate.
332
fd6487af
JS
3332016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
334
335 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
336 * configure: Regenerate.
337
3e326935
TS
3382016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
339
340 * configure: Regenerate.
341 * configure.ac: Remove support for avr-rtems.
342
9582bf04
SKS
3432016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
344
345 * MAINTAINERS (Write After Approval): Add myself.
346
6f820b68
MC
3472016-06-16 Michael Collison <michael.collison@arm.com>
348
349 * MAINTAINERS (Write After Approval): Add myself.
350
775ee7fa
MM
3512016-06-14 Mikael Morin <mikael@gcc.gnu.org>
352
353 * MAINTAINERS (Write After Approval): Update e-mail address.
354
de3ba371
JM
3552016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
356
21f88103 357 * MAINTAINERS (Write After Approval): Add myself.
de3ba371 358
350216e3
AM
3592016-05-28 Alan Modra <amodra@gmail.com>
360
361 * Makefile.tpl (configure): Depend on m4 files included.
362 * Makefile.in: Regenerate.
363
9cad20fa
BS
3642016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
365
366 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
367 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
368
92466115
BS
3692016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
370
371 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
372 special case builtin.
373 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
374 support for ALTIVEC_BUILTIN_VEC_ADDEC.
375 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
376 for __builtin_vec_addec.
377
fe38e08b
JS
3782016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
379
380 * config.guess: Import version 2016-04-02 (newest).
381 * config.sub: Import version 2016-05-10 (newest).
382
cef1a0b8 3832016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
704b85c7 384
cef1a0b8
JL
385 * configure.ac: Add ARC support to libgloss.
386 * configure: Regenerate
704b85c7 387
75a6b91a
AS
3882016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
389
390 * MAINTAINERS (Write After Approval): Add myself.
391
00f35794
BE
3922016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
393
394 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
395 * configure: Regenerated.
396 * Makefile.def (gmp): Explicitly disable assembler.
397 (mpfr): Adjust lib_path.
398 (mpc): Likewise.
399 * Makefile.in: Regenerated.
400
c100769b
JJ
4012016-05-01 Jakub Jelinek <jakub@redhat.com>
402
403 PR bootstrap/70704
404 * configure.ac (--enable-stage1-checking): Add missing
405 --enable-checking=.
406 * configure: Regenerated.
407
bc6d9014
OE
4082016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
409
ace08cb8
OE
410 * config.guess: Revert r235676.
411 * config.sub: Revert r235676.
412
4132016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
414
415 * config.guess: Remove SH5 support.
bc6d9014
OE
416 * config.sub: Likewise.
417 * configure: Likewise.
418 * configure.ac: Likewise.
419
7db11a5a
JJ
4202016-04-26 Jakub Jelinek <jakub@redhat.com>
421
422 PR bootstrap/70704
423 * configure.ac (--enable-stage1-checking): For --disable-checking or
424 implicit --enable-checking, make sure extra flag matches in between
425 stage1 and later checking.
426 * configure: Regenerated.
427
ab0fc037
TS
4282016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
429
430 * .gitattributes: New file.
431
c048fa95
SB
4322016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
433
434 * MAINTAINERS (rs6000/powerpc port): Add myself.
435
f3653cf5
SB
4362016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
437
438 PR bootstrap/70173
439 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
440 and gotools directories. Delete the stage_final file.
441 * Makefile.in: Regenerate.
442
4f93efa4
AV
4432016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
444
445 * MAINTAINERS (Write After Approval): Add myself.
446
c27e432e
SK
4472016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
448
449 * MAINTAINERS (Fortran maintainer): Remove myself.
450
7134713c
BS
4512016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
452
453 * MAINTAINERS (Write After Approval): Add myself.
454
7d74282a
KN
4552016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
456
457 * MAINTAINERS (Write After Approval): Add myself.
458
1b858e76
CC
4592016-03-17 Cary Coutant <ccoutant@gmail.com>
460
461 Sync with binutils-gdb:
462
463 2016-03-17 Cary Coutant <ccoutant@gmail.com>
464
465 * configure.ac: Add mips and s390 to the gold target check.
466 * configure: Regenerate.
467
d15bd5bb
DD
4682016-03-01 DJ Delorie <dj@redhat.com>
469
470 * MAINTAINERS (mep): Remove myself as MeP maintainer.
471
6d1fa6bb
DM
4722016-02-22 David Malcolm <dmalcolm@redhat.com>
473
474 * MAINTAINERS (libcpp): Add myself.
475 (diagnostic messages): Likewise.
476
607bda60
TV
4772016-02-20 Tom de Vries <tom@codesourcery.com>
478
479 * MAINTAINERS: Fix whitespace.
480
80cfaff8
CZ
4812016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
482
483 * MAINTAINERS (Write After Approval): Add myself.
484
c661a43d
SP
4852016-01-29 Sebastian Pop <s.pop@samsung.com>
486
487 * config/isl.m4: Add comments about isl-0.16.
488 * configure: Regenerate.
489
86b3a101
MJ
4902016-01-29 Martin Jambor <mjambor@suse.cz>
491
492 * MAINTAINERS (hsa maintainers): Add myself.
493
960cbfd2
WD
4942015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
495
496 * MAINTAINERS: (Write After Approval): Add myself.
497
1e050c90
AK
4982016-01-25 Aditya Kumar <aditya.k7@samsung.com>
499 Sebastian Pop <s.pop@samsung.com>
500
501 * Makefile.in: Regenerate.
502 * Makefile.tpl: Export ISLVER.
503 * configure: Regenerate.
504 * config/isl.m4: Detect isl-0.15.
505
cefadad1
MM
5062016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
507
508 PR bootstrap/69329
509 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
510 * Makefile.in: Regenerate.
511
9e530bcd
AP
5122016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
513
514 * configure.ac: Enable LTO for DJGPP
515 * configure: Regenerate
516
324402a0
L
5172016-01-12 H.J. Lu <hongjiu.lu@intel.com>
518
519 Sync with binutils-gdb:
520 2015-10-21 Nick Clifton <nickc@redhat.com>
521
522 PR gas/19109
523 * configure.ac: Note the 'none' is an acceptable argument to
524 --enable-compressed-debug-sections.
525 * configure: Regenerate.
526
9eaaa830
BE
5272016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
528
529 PR bootstrap/69134
530 * Makefile.def (mpfr): Disable assembler.
531 * Makefile.in: Regenerate.
532
cfe67e03
BE
5332016-01-01 Ben Elliston <bje@gnu.org>
534
535 * config.guess: Import version 2016-01-01.
536 * config.sub: Likewise.
537
be33d404
SS
5382015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
539
540 * MAINTAINERS (Write After Approval): Add myself.
541
e357a5e0
SP
5422015-12-17 Sebastian Pop <s.pop@samsung.com>
543
544 * Makefile.in: Replace ISL with isl.
545 * Makefile.tpl: Same.
546 * config/isl.m4: Same.
547 * configure.ac: Same.
548 * contrib/download_prerequisites: Same.
549 * configure: Regenerate.
550
1ad2439b
AP
5512015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
552
553 * MAINTAINERS (Write After Approval): Add Myself.
554
70decafb
NS
5552015-12-17 Nathan Sidwell <nathan@acm.org>
556
557 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
558 * configure: Regenerate.
559
560d18d3
AK
5602015-12-16 Aditya Kumar <aditya.k7@samsung.com>
561 Sebastian Pop <s.pop@samsung.com>
562
563 * config/isl.m4 (ISL_CHECK_VERSION): Check for
564 isl_ctx_get_max_operations.
565 * configure: Regenerate.
566
57e8ab24 5672015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
b15f0273
AF
568
569 * MAINTAINERS (Write After Approval): Add myself.
570
105b682e
ILT
5712015-12-02 Ian Lance Taylor <iant@google.com>
572
573 PR go/66147
574 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
575 * Makefile.in: Regenerate.
576
7eb46bec
AT
5772015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
578
579 PR libffi/65726
580 * Makefile.def (lang_env_dependencies): Make libffi depend
581 on cxx.
582 * Makefile.in: Regenerate.
583
cc3baaa9
DE
5842015-11-26 David Edelsohn <dje.gcc@gmail.com>
585
586 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
587 symbols.
588
3be96231
TG
5892015-11-20 Tristan Gingold <gingold@adacore.com>
590
591 Sync with binutils-gdb:
592 2015-11-20 Tristan Gingold <gingold@adacore.com>
593
594 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
595 * configure: Regenerate.
596
daa53f38
ML
5972015-11-19 Martin Liska <mliska@suse.cz>
598
599 * .gitignore: Add .clang-format to ignored files.
600 * Makefile.in: Add clang-format.
601 * Makefile.tpl: Likewise.
602
54985c70
TA
6032015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
604
605 * configure.ac: Enable libmpx by default.
606 * configure: Regenerated.
607
d0397c75
SE
6082015-10-23 Steve Ellcey <sellcey@imgtec.com>
609
610 * MAINTAINERS: Update email address.
611
735a559c
PM
6122015-10-23 Paulo Matos <pmatos@linki.tools>
613
614 * MAINTAINERS: Update email address.
615
15713b43
AH
6162015-10-23 Alan Hayward <alan.hayward@arm.com>
617
618 * MAINTAINERS (Write After Approval): Add myself.
619
78edb32f
L
6202015-10-20 H.J. Lu <hongjiu.lu@intel.com>
621
622 Sync with binutils-gdb:
623 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
624
625 PR gas/19109
626 * configure.ac: Add
627 --enable-compressed-debug-sections={all,gas,gold,ld}.
628 * configure: Regenerated.
629
dec6b7f1
AC
6302015-10-16 Arnaud Charlet <charlet@adacore.com>
631
632 * MAINTAINERS: Update list of Ada maintainers and email addresses.
633
6be1d686
ML
6342015-10-09 Martin Liska <mliska@suse.cz>
635
636 * MAINTAINERS (Write After Approval): Add myself.
637
dc0e2060
AF
6382015-10-09 Alexander Fomin <alexander.fomin@intel.com>
639
640 * MAINTAINERS (Write After Approval): Add myself.
641
bec93d40
FW
6422015-10-02 Florian Weimer <fweimer@redhat.com>
643
644 * MAINTAINERS: Update email address.
645
0487f06d
LK
6462015-10-02 Louis Krupp <louis.krupp@zoho.com>
647
648 * MAINTAINERS (Write After Approval): Add myself.
649
56547ff7
KT
6502015-09-20 Kai Tietz <ktietz70@googlemail.com>
651
423ea09f 652 * MAINTAINERS: Update email.
56547ff7 653
ed4c91ea
BS
6542015-09-14 Bernd Schmidt <bschmidt@redhat.com>
655
656 * MAINTAINERS: Update my email address.
657
2503fd9e
JB
6582015-09-01 James Bowman <james.bowman@ftdichip.com>
659
660 * MAINTAINERS (ft32 port): Add myself.
661
3726332a
DS
6622015-08-28 David Sherwood <david.sherwood@arm.com>
663
664 * MAINTAINERS: Add myself.
665
15480aaf
PM
6662015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
667
668 * MAINTAINERS (Write After Approval): Add myself.
669
ad4f95e3
FXC
6702015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
671
672 PR libfortran/54572
673 * Makefile.def: Make libgfortran depend on libbacktrace.
674 * Makefile.in: Regenerate.
675
95f25df0
SD
6762015-08-20 Simon Dardis <simon.dardis@imgtec.com>
677
678 * MAINTAINERS (Write After Approval): Add myself.
679
5dc85f7e
TV
6802015-08-12 Tom de Vries <tom@codesourcery.com>
681
682 PR other/67092
683 * configure.ac: Remove --with_host_libstdcxx support.
684 * configure: Regenerate.
685
44a7d18d
TS
6862015-08-10 Thomas Schwinge <thomas@codesourcery.com>
687 Jakub Jelinek <jakub@redhat.com>
688
689 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
690 nvptx*-*-*.
691 * configure: Regenerate.
692
bf5372e7
YS
6932015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
694
695 * Makefile.def (libiconv): Define bootstrap=true.
696 Mark pdf/html/info as missing.
697 (configure-gcc): Depend on all-libiconv.
698 (all-gcc): Ditto.
699 (configure-libcpp): Ditto.
700 (all-libcpp): Ditto.
701 (configure-intl): Ditto.
702 (all-intl): Ditto.
703 * Makefile.in: Regenerate.
704
94b8fdcc
BC
7052015-08-03 Bin Cheng <bin.cheng@arm.com>
706
707 * MAINTAINERS (loop ivopts): Add the entry and myself.
708
430bcac1
NS
7092015-07-31 Nathan Sidwell <nathan@codesourcery.com>
710
711 * MAINTAINERS (nvptx): Add self.
712
110d61da
AL
7132015-07-29 Alan Lawrence <alan.lawrence@arm.com>
714
715 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
716 128-bit vector modes.
717
c9da7548 7182015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
18e1ed34 719
c9da7548
VV
720 * MAINTAINERS (Write After Approval): Add myself.
721
423ea09f 7222015-07-28 Ben Elliston <bje@gnu.org>
d5e9bac5
BE
723
724 * config.sub, config.guess: Import from upstream.
725
6b1786aa
JL
7262015-07-24 Michael Darling <darlingm@gmail.com>
727
728 PR other/66259
729 * config-ml.in: Reflects renaming of configure.in to configure.ac
730 * configure: Likewise
731 * configure.ac: Likewise
732
45952786
BS
7332015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
734
735 * MAINTAINERS: Update my email address.
736
f1595603
L
7372015-07-14 H.J. Lu <hongjiu.lu@intel.com>
738
739 Sync with binutils-gdb:
740 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
741
742 * configure.ac (target_configdirs): Exclude target-zlib if
743 target-libjava isn't built.
744 * configure: Regenerated.
745
a05c2c75
L
7462015-07-14 H.J. Lu <hongjiu.lu@intel.com>
747
748 Sync with binutils-gdb:
749 2015-05-13 John David Anglin <dave.anglin@bell.net>
750
751 * configure.ac: Disable configuration of GDB for HPUX targets.
752 * configure: Regenerate.
753
754 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
755
756 * configure.ac: Add --with-system-zlib.
757 * configure: Regenerated.
758
759 2015-01-28 James Bowman <james.bowman@ftdichip.com>
760
761 * configure.ac: Add FT32 support.
762 * configure: Regenerate.
763
764 2015-01-12 Anthony Green <green@moxielogic.com>
765
766 * configure.ac: Don't disable gprof for moxie.
767 * configure: Rebuild.
768
1c01ebf6
L
7692015-07-14 H.J. Lu <hongjiu.lu@intel.com>
770
771 Sync with binutils-gdb:
772 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
773
774 PR ld/18355
775 * Makefile.def: Add extra_configure_flags to host zlib.
776 * configure.ac (extra_host_zlib_configure_flags): New. Set
777 to --enable-host-shared When bfd is to be built as shared
778 library. AC_SUBST.
779 * Makefile.in: Regenerated.
780
e59969a1
HPN
7812015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
782
783 Sync with src:
784 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
785 * Makefile.def (dependencies): Add all-zlib to all-bfd.
786 * Makefile.in: Regenerated.
787
d9063947
L
7882015-06-30 H.J. Lu <hongjiu.lu@intel.com>
789
790 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
791 target.
792 * configure: Regenerate.
793
b837291d
LC
7942015-06-23 Ludovic Courtès <ludo@gnu.org>
795
796 * MAINTAINERS (Write After Approval): Add myself.
797
2a97995f
AT
7982015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
799
800 * MAINTAINERS (OS Port Maintainers): Add myself.
801 (Various Maintainers): Remove myself from libffi testsuite.
802
19cd26a6
RS
8032015-06-04 Richard Sandiford <richard.sandiford@arm.com>
804
805 * MAINTAINERS (gen* on machine desc): Add self.
806
8ca528d9
JM
8072015-06-02 Jason Merrill <jason@redhat.com>
808
809 PR bootstrap/66319
810 * configure.ac: Use -std=gnu++98.
811
4526c3c1
SN
8122015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
813
814 * MAINTAINERS (Write After Approval): Add myself.
815
318a4e6d
MF
8162015-05-28 Mike Frysinger <vapier@gentoo.org>
817
818 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
819 * configure: Regenerate.
820
46070488
JM
8212015-05-26 Jason Merrill <jason@redhat.com>
822
823 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
824 * configure: Regenerate.
825
fef939d6
JB
8262015-05-16 James Bowman <james.bowman@ftdichip.com>
827
828 * configure.ac: FT32 target added.
fef939d6
JB
829 * configure: Regenerated.
830
886faf50
IB
8312015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
832
833 * MAINTAINERS (Write After Approval): Add myself.
834
91c6b410
PM
8352015-05-11 Paulo Matos <paulo@matos-sorge.com>
836
837 * MAINTAINERS (Write After Approval): Add myself.
838
e640447c
PM
8392015-05-11 Paulo Matos <paulo@matos-sorge.com>
840
841 * configure.ac: Fix typo.
842 * configure: Regenerate.
843
e587377d
MM
8442015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
845
846 * MAINTAINERS (Write After Approval): Add myself.
847
cabb9d59
MK
8482015-05-03 Matthias Klose <doko@ubuntu.com>
849
850 * configure.ac: Match $host configured with triplets.
851 * configure: Regenerate.
852
fafb95a6
BRF
8532015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
854
855 * Makefile.tpl: Remove surplus whitespace throughout.
856 * Makefile.in: Regenerate.
857
85867772
SB
8582015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
859
860 * MAINTAINERS (Various Maintainers): Add myself as instruction
861 combiner maintainer.
862
c10b5ea0
JJ
8632015-04-17 Jakub Jelinek <jakub@redhat.com>
864
865 PR bootstrap/62077
866 * configure.ac (--enable-stage1-checking): Default to
867 release,misc,gimple,rtlflag,tree,types if --disable-checking
868 or --enable-checking is not specified and DEV-PHASE is not
869 experimental.
870 * configure: Regenerated.
871
77019397
MO
8722015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
873
874 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
875 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
876 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
877 * Makefile.in: Regenerate.
878
17feae99 8792015-04-08 Cary Coutant <ccoutant@gmail.com>
b68ba431
CC
880
881 * MAINTAINERS: Update my email address.
882
e61ffb3b
JG
8832015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
884
885 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
886
b16cc4f2
KT
8872015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
888
889 * MAINTAINERS: Add myself as an arm port reviewer.
890
ec523909
ML
8912015-03-25 Martin Liska <mliska@suse.cz>
892 Yury Gribov <y.gribov@samsung.com>
893
894 * Makefile.in: Fix ln source location for vimrc file.
895 * Makefile.tpl: Likewise.
896
fc30054e
AH
8972015-03-09 Aldy Hernandez <aldyh@redhat.com>
898
899 PR bootstrap/25672
900 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
901 cross-compiling. Similarly for CXX_FOR_TARGET.
902 * configure: Regenerate.
903
5373cd33
IE
9042015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
905
906 * Makefile.def: Add libmpx.
907 * configure.ac: Add libmpx.
908 * Makefile.in: Regenerate.
909 * configure: Regenerate.
910
a6e8abb9
KY
9112015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
912
913 * MAINTAINERS (CPU Port Maintainers): Add myself
914 i386 vector ISA extns mantainer.
915
f2b86778
JL
9162015-03-13 Jeff Law <law@redhat.com>
917
918 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
919 maintainer.
920 Remove Richard Henderson as a maintainer for the x86 port.
921
9dd44d1c
JR
9222015-03-03 Joern Rennecke <gnu@amylaar.uk>
923
924 * MAINTAINERS (CPU Port Maintainers): Update my email address.
925
33079441
IE
9262015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
927
928 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
929 pointer bounds checker and i386 MPX maintainer.
930
d083ae5f
SL
9312015-02-26 Sandra Loosemore <sandra@codesourcery.com>
932
933 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
934
f91f1c13
MS
9352015-02-26 Martin Sebor <msebor@redhat.com>
936
937 * MAINTAINERS (Various Maintainers): Add self.
938
426c1eb0
TS
9392015-02-20 Thomas Schwinge <thomas@codesourcery.com>
940
941 * configure.ac [--enable-as-accelerator-for] (enable_languages):
942 Make sure it contains lto.
943 * configure: Regenerate.
944
8ae12d71
TS
9452015-02-18 Thomas Schwinge <thomas@codesourcery.com>
946
947 * configure: Regenerate.
948
11aa81cc 9492015-02-06 Diego Novillo <dnovillo@google.com>
be04451f 9501
11aa81cc
DN
951 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
952 middle-end, docstring): Remove myself.
953 (Write After Approval): Add myself.
954
a436ab27
JJ
9552015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
956
957 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
958 (Write After Approval): Update address.
959
231d020b
DM
9602015-01-29 David Malcolm <dmalcolm@redhat.com>
961
962 PR jit/64780
963 * configure.ac: Require the user to explicitly specify
964 --enable-host-shared if the jit is enabled.
965 * configure: Regenerate.
966
82a94471
RS
9672015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
968
969 * MAINTAINERS (Write After Approval): Add myself.
970
e6f0c56d
TV
9712015-01-25 Tom de Vries <tom@codesourcery.com>
972
973 * MAINTAINERS: Make whitespace consistent.
974
631ff3e1
BO
9752015-01-23 Braden Obrzut <admin@maniacsvault.net>
976
977 * MAINTAINERS (Write After Approval): Add myself.
978
09b9cd1f
AV
9792015-01-20 Andre Vehreschild <vehre@gmx.de>
980
981 * MAINTAINERS: (Write After Approval): Add myself.
982
802ed46a
MU
9832015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
984
985 * MAINTAINERS: (Write After Approval): Add myself.
986
c61fcfa6
PT
9872015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
988
989 * MAINTAINERS: (Write After Approval): Add myself.
990
ebcd09c1
IS
9912015-01-13 Iain Sandoe <iain@codesourcery.com>
992
993 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
994 objective-c/c++ front end maintainer.
995
71aa170d
MP
9962015-01-13 Marek Polacek <polacek@redhat.com>
997
998 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
999
da067543
JL
10002015-01-12 Jeff Law <law@redhat.com>
1001
1002 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
1003 a very long time.
1004
bf1de3f0
ILT
10052015-01-09 Ian Lance Taylor <iant@google.com>
1006
1007 * configure.ac (host_tools): Add gotools.
1008 * Makefile.def (host_modules): Add gotools.
1009 (dependencies): Add dependency of all-gotools on all-target-libgo.
1010
82a19768
AT
10112015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
1012
1013 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
1014 * configure: Regenerate.
1015
53dd59bf
TS
10162015-01-08 Thomas Schwinge <thomas@codesourcery.com>
1017
1018 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
1019 all-target-libgomp.
1020 * Makefile.in: Regenerate.
1021
8054942d
EB
10222015-01-06 Eric Botcazou <ebotcazou@adacore.com>
1023
1024 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
1025
0969ec7d
EB
10262015-01-06 Eric Botcazou <ebotcazou@adacore.com>
1027
1028 * configure.ac: Add Visium support.
1029 * configure: Regenerate.
1030
ec8fd1c0
AS
10312015-01-04 Andreas Schwab <schwab@linux-m68k.org>
1032
1033 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
1034 * configure: Regenerate.
1035
9bccfdf5
AP
10362015-01-03 Andrew Pinski <apinski@cavium.com>
1037
1038 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1039 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1040 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1041 (OBJCOPY_FOR_TARGET): New variable.
1042 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1043 * Makefile.in: Regenerate.
1044 * configure.ac: Check for already installed target objcopy.
1045 Also GCC_TARGET_TOOL on objcopy.
1046 * configure: Regenerate.
1047
007adc0d
HPN
10482015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1049
1050 * config.sub: Update from upstream, to 2015-01-01 version.
1051 * config.guess: Ditto.
1052
fe55e976
SH
10532014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
1054
1055 * MAINTAINERS (RTEMS Ports): Add myself.
1056
b86d271e
PMR
10572014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
1058
1059 * MAINTAINERS (Write After Approval): Add myself.
1060
9733278a
MH
10612014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
1062
1063 * MAINTAINERS (Write After Approval): Add myself.
1064
4b4f2e35
TS
10652014-12-15 Thomas Schwinge <thomas@codesourcery.com>
1066
1067 * configure.ac (--enable-as-accelerator-for): Don't set
1068 ENABLE_AS_ACCELERATOR_FOR. Update all users.
1069 * configure: Regenerate.
1070
b6a65eb6
JJ
10712014-12-13 Jakub Jelinek <jakub@redhat.com>
1072
1073 PR bootstrap/64023
1074 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
1075 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
1076 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
1077 to CXX.
1078 * Makefile.in: Regenerated.
1079
c3e1e693
YG
10802014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1081 Yury Gribov <y.gribov@samsung.com>
1082
1083 * .gitignore: Added .local.vimrc and .lvimrc.
1084 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
1085 * Makefile.in: Regenerate.
1086
10872014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
113c6c5c
JH
1088
1089 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
1090 * configure: Regenerated.
1091
b9fb25a5
BS
10922014-11-27 Bernd Schmidt <bernds@codesourcery.com>
1093
1094 * MAINTAINERS (nvptx port): New entry.
1095
d896cc4d
JBG
10962014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
1097
1098 * configure: Regenerate.
1099
74ae587e
JBG
11002014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1101
1102 * configure.ac: Merge with Binutils.
1103
45c89690
TB
11042014-11-26 Tobias Burnus <burnus@net-b.de>
1105
1106 * Makefile.def: Make more dependent on mpfr, mpc and isl.
1107 * Makefile.in: Regenerate.
1108
ea903c37
BE
11092014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
1110
1111 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
1112 missing flex.
1113 * Makefile.in: Regenerated.
1114
eb23df59
IV
11152014-11-21 Ilya Verbin <ilya.verbin@intel.com>
1116
1117 * Makefile.in: Regenerate.
1118
a699d672
L
11192014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
1120
1121 PR bootstrap/63784
1122 * libtool.m4: Add $pic_flag with -shared.
1123
fc065a61
RL
11242014-11-21 Renlin Li <Renlin.Li@arm.com>
1125
1126 * MAINTAINERS (Write After Approval): Added myself.
1127
efcc23e6
AV
11282014-11-21 Alex Velenko <Alex.Velenko@arm.com>
1129
1130 * MAINTAINERS (write-after-approval): Add myself.
1131
dd308ed8
MK
11322014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
1133
1134 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
1135 from 2 years ago.
1136
ac8698a1
AV
11372014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1138
1139 Revert:
1140 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1141
1142 * MAINTAINERS (Write After Approval): Added myself as line map
1143 maintainer.
1144
8dab9330
RL
11452014-11-19 Renlin Li <Renlin.Li@arm.com>
1146
1147 Revert:
1148 2014-11-19 Renlin Li <Renlin.Li@arm.com>
1149
1150 * MAINTAINERS (Write After Approval): Added myself.
1151
1be22083
RL
11522014-11-19 Renlin Li <Renlin.Li@arm.com>
1153
1154 * MAINTAINERS (Write After Approval): Added myself.
1155
59392f46
AV
11562014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1157
1158 * MAINTAINERS (Write After Approval): Added myself as line map
1159 maintainer.
1160
0f3422cc
DS
11612014-11-17 Dodji Seketeli <dodji@redhat.com>
1162
1163 * MAINTAINERS (Various Maintainers): Added myself as line map
1164 maintainer.
1165
0c8969f0
JBG
11662014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1167
1168 * move-if-change: Sync from upstream gnulib.
1169
d7134c0e
JBG
11702014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1171
1172 * compile: Sync with upstream Automake.
1173 * depcomp: Ditto.
1174 * install-sh: Ditto.
1175 * missing: Ditto.
1176 * mkinstalldirs: Ditto.
1177 * ylwrap: Ditto.
1178
e4ff7e6a
JBG
11792014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1180
1181 * config.sub: Update from upstream config repo.
1182 * config.guess: Ditto.
1183
5f520819
KY
11842014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
1185
1186 * Makefile.def: Add liboffloadmic to target_modules. Make
1187 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
1188 * Makefile.in: Regenerate.
1189 * configure: Regenerate.
1190 * configure.ac: Add liboffloadmic to target binaries.
1191 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
1192 Add liboffloadmic to noconfig list when C++ is not supported.
1193
85c64bbe
BS
11942014-11-13 Bernd Schmidt <bernds@codesourcery.com>
1195 Thomas Schwinge <thomas@codesourcery.com>
1196 Ilya Verbin <ilya.verbin@intel.com>
1197 Andrey Turetskiy <andrey.turetskiy@intel.com>
1198
1199 * configure: Regenerate.
1200 * configure.ac (--enable-as-accelerator-for)
1201 (--enable-offload-targets): New configure options.
1202
7d35a59e
TB
12032014-11-11 Tobias Burnus <burnus@net-b.de>
1204
0a002272 1205 * Makefile.def: Make all-gcc depend on all-isl.
7d35a59e
TB
1206 * Makefile.in: Regenerate.
1207
35485da9
DM
12082014-11-11 David Malcolm <dmalcolm@redhat.com>
1209
1210 * ChangeLog.jit: New.
1211 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
1212
ebf6d33b
FXC
12132014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1214
1215 PR target/63610
1216 * libtool.m4: Fix globbing of darwin versions.
1217 * configure: Regenerate.
1218
4a9bb2aa
TB
12192014-11-11 Tobias Burnus <burnus@net-b.de>
1220
4a9bb2aa
TB
1221 * Makefile.def: Remove CLooG.
1222 * Makefile.tpl: Ditto.
1223 * configure.ac: Ditto.
1224 * configure: Regenerate.
1225 * Makefile.in: Ditto.
1226
738f2522
BS
12272014-11-06 Bernd Schmidt <bernds@codesourcery.com>
1228
1229 * configure.ac: Handle nvptx-*-*.
1230 * configure: Regenerate.
1231
9b591dd1
PG
12322014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
1233
1234 * MAINTAINERS (Write After Approval): Add myself.
1235
14258928
JJ
12362014-10-31 Jakub Jelinek <jakub@redhat.com>
1237
1238 * Makefile.def (libcc1): Remove bootstrap=true;.
1239 * Makefile.in: Regenerated.
1240
1335a8ca
JBG
12412014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1242
1243 * configure.ac: Update comment.
1244 * configure: Regenerate.
1245
cb115cc2
IE
12462014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
1247
1248 * MAINTAINERS (Write After Approval): Add myself.
1249
fca38047
TS
12502014-10-30 Thomas Schwinge <thomas@codesourcery.com>
1251
1252 * configure.ac (extra_host_libiberty_configure_flags): Add
1253 --enable-shared also for libcc1's benefit.
1254 * configure: Regenerate.
1255
65c0707b
TG
12562014-10-29 Tristan Gingold <gingold@adacore.com>
1257
1258 * MAINTAINERS: Change my email address.
1259
ddc8de03
PM
12602014-10-27 Phil Muldoon <pmuldoon@redhat.com>
1261 Tom Tromey <tromey@redhat.com>
1262
1263 * Makefile.def: Add libcc1 to host_modules.
1264 * configure.ac (host_tools): Add libcc1.
1265 * Makefile.in, configure: Rebuild.
1266
4eb1ac39 12672014-10-24 Hans-Peter Nilsson <hp@axis.com>
3d96b0d0
HPN
1268
1269 * configure.ac (build_configargs): Don't share config.cache between
1270 build subdirs.
7fd74620 1271 * configure: Regenerate.
3d96b0d0 1272
d81230b5
DH
12732014-10-24 Daniel Hellstrom <daniel@gaisler.com>
1274
1275 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
1276 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
1277 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
1278 leon3v7 as leon3.
1279 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
1280 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
1281 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
1282 * config/sparc/sparc.md (cpu): Add leon3v7.
1283 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
1284
c7a6a617
DH
12852014-10-24 Daniel Hellstrom <daniel@gaisler.com>
1286
1287 * MAINTAINERS (write-after-approval): Add myself.
1288
74cc5471
ILT
12892014-10-23 Ian Lance Taylor <iant@google.com>
1290
1291 * configure.ac: Disable the Go frontend on systems where it is known
1292 to not work.
1293 * configure: Regenerate.
1294
929315a9
RB
12952014-10-23 Richard Biener <rguenther@suse.de>
1296
1297 * Makefile.def: Add libcpp build module and dependencies.
1298 * configure.ac: Add libcpp build module.
1299 * Makefile.in: Regenerate.
1300 * configure: Likewise.
1301
5d12b768
MF
13022014-10-15 Max Filippov <jcmvbkbc@gmail.com>
1303
1304 * MAINTAINERS (write-after-approval): Add myself.
1305
7b262a51
MLI
13062014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
1307
1308 * INSTALL/README: Do not mention CVS.
1309
7705dfd1
JY
13102014-10-03 Jing Yu <jingyu@google.com>
1311
1312 * configure.ac: Add aarch64 to list of targets that support gold.
1313 * configure: Regenerate.
1314
a3052d31
FD
13152014-09-29 François Dumont <fdumont@gcc.gnu.org>
1316
1317 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
1318
b2a1b261
CM
13192014-09-29 Catherine Moore <clm@codesourcery.com>
1320
1321 * MAINTAINERS: Add myself as MIPS maintainer.
1322
05342e10
MF
13232014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
1324
1325 * MAINTAINERS: Move myself to MIPS maintainers.
1326
3f6bb7e5
JBG
13272014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1328
1329 * MAINTAINERS: Put all email addresses between '<' and '>'.
1330
3e895729
FXC
13312014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1332
1333 * MAINTAINERS: Move myself to reviewers (Fortran).
1334
e04733ee
AK
13352014-09-01 Andi Kleen <ak@linux.intel.com>
1336
1337 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
1338 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
1339 * Makefile.in: Regenerate.
1340
e79c0ea8
DM
13412014-08-28 David Malcolm <dmalcolm@redhat.com>
1342
1343 * rtx-classes-status.txt: Delete
1344
b32d5189
DM
13452014-08-28 David Malcolm <dmalcolm@redhat.com>
1346
1347 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
1348
e0c0c325
SP
13492014-08-27 Sebastian Pop <s.pop@samsung.com>
1350
1351 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
1352 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
1353 of checking for version number.
1354 * configure: Regenerated.
1355 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
1356
d7ac0a6a
DM
13572014-08-27 David Malcolm <dmalcolm@redhat.com>
1358
1359 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
1360 is done; begin phase 6 (use extra rtx_def subclasses).
1361
9daaca36
DM
13622014-08-27 David Malcolm <dmalcolm@redhat.com>
1363
1364 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
1365 done; begin phase 5 (additional rtx_def subclasses).
1366
b2908ba6
DM
13672014-08-26 David Malcolm <dmalcolm@redhat.com>
1368
1369 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
1370
1130d5e3
DM
13712014-08-26 David Malcolm <dmalcolm@redhat.com>
1372
1373 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
1374 SET_BB_HEADER are done.
1375
0e0ce50d
DM
13762014-08-26 David Malcolm <dmalcolm@redhat.com>
1377
1378 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
1379 done.
1380
3d30f4e8
DM
13812014-08-26 David Malcolm <dmalcolm@redhat.com>
1382
1383 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
1384
6144a836
DM
13852014-08-26 David Malcolm <dmalcolm@redhat.com>
1386
1387 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
1388
b311fd0f
DM
13892014-08-25 David Malcolm <dmalcolm@redhat.com>
1390
1391 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
1392
d8ce2eae
DM
13932014-08-25 David Malcolm <dmalcolm@redhat.com>
1394
1395 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
1396
1455e88c
DM
13972014-08-25 David Malcolm <dmalcolm@redhat.com>
1398
1399 * rtx-classes-status.txt: Phase 3 (per-file commits within
1400 "config" subdirs) is done; begin phase 4 (removal of
1401 "scaffolding").
1402
76c531d3
DM
14032014-08-23 David Malcolm <dmalcolm@redhat.com>
1404
1405 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
1406 dir) is done; begin phase 3 (per-file commits within "config"
1407 subdirs).
1408
00550b3d
DM
14092014-08-21 David Malcolm <dmalcolm@redhat.com>
1410
1411 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
1412 phase 2 (per-file commits in main source dir).
1413
622dbadf
BC
14142014-08-21 Bin Cheng <bin.cheng@arm.com>
1415
1416 * configure: Regenerated.
1417
c1286e0b
DM
14182014-08-19 David Malcolm <dmalcolm@redhat.com>
1419
1420 * rtx-classes-status.txt (TODO): Add SET_BND_TO
1421
c2fc1aee
DM
14222014-08-19 David Malcolm <dmalcolm@redhat.com>
1423
1424 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
1425
68975683
DM
14262014-08-19 David Malcolm <dmalcolm@redhat.com>
1427
1428 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
1429
d914bc6b
DM
14302014-08-19 David Malcolm <dmalcolm@redhat.com>
1431
1432 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
1433
8020a4d5
DM
14342014-08-19 David Malcolm <dmalcolm@redhat.com>
1435
1436 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
1437
a231b8a5
JV
14382014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
1439
1440 * MAINTAINERS (Write After Approval): Add myself.
1441
ce8126f5
CF
14422014-08-19 Christopher Faylor <me.gnu@cgf.cx>
1443
1444 * MAINTAINERS: Remove myself
1445
0f82e5c9
DM
14462014-08-19 David Malcolm <dmalcolm@redhat.com>
1447
1448 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
1449
9c9afb69
PP
14502014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
1451
1452 * MAINTAINERS (Write After Approval): Add myself.
1453
190bea87
DM
14542014-08-18 David Malcolm <dmalcolm@redhat.com>
1455
1456 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
1457 SET_BB_HEADER, SET_BB_FOOTER
1458
c41b94ce
DM
14592014-08-18 David Malcolm <dmalcolm@redhat.com>
1460
bb3fff01 1461 * rtx-classes-status.txt: New file
c41b94ce 1462
eae1a5d4
RG
14632014-08-18 Roman Gareev <gareevroman@gmail.com>
1464
1465 * configure.ac: Eliminate ClooG installation dependency.
1466 * configure: Regenerate.
1467 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
1468 * Makefile.in: Regenerate.
1469
f613bc0f
IV
14702014-08-15 Ilya Verbin <iverbin@gmail.com>
1471
1472 * MAINTAINERS (Write After Approval): Add myself.
1473
423ea09f 14742014-08-15 Ilya Tocar <tocarip@gmail.com>
5f75acf4
IT
1475
1476 * MAINTAINERS (Write After Approval): Add myself.
1477
88b1a322
JW
14782014-08-01 Jiong Wang <jiong.wang@arm.com>
1479
1480 * MAINTAINERS (Write After Approval): Add myself.
1481
8ed499f8
AG
14822014-07-28 Anthony Green <green@moxielogic.com>
1483
1484 Import from savannah.gnu.org:
1485 * config.sub: Update to 2014-07-28 version.
1486
09ec3110
RS
14872014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
1488
1489 * MAINTAINERS: Remove my MIPS maintainer entry.
1490
7b7f941a
UB
14912014-07-26 Uros Bizjak <ubizjak@gmail.com>
1492
1493 PR target/47230
1494 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
1495 * configure: Regenerate.
1496
a12f7ac8
JN
14972014-07-24 James Norris <jnorris@codesourcery.com>
1498
1499 * MAINTAINERS (Write After Approval): Add myself.
1500
09611faf
RG
15012014-07-20 Roman Gareev <gareevroman@gmail.com>
1502
1503 * configure.ac: Accept only CLooG 0.18.1.
1504 * configure: Regenerate.
1505
37738b0f
RG
15062014-07-17 Roman Gareev <gareevroman@gmail.com>
1507
1508 * configure.ac: Don't accept isl 0.11.
1509 * configure: Regenerate.
1510
473037cb
AZ
15112014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1512
1513 * MAINTAINERS (Write After Approval): Add myself.
1514
9a62ed16
RO
15152014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1516
1517 * configure.ac: Don't accept isl 0.10.
1518 * configure: Regenerate.
1519
c41f1c42 15202014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
29d0a43c 1521
c41f1c42
BE
1522 Fix include path for in-tree cloog.
1523 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
1524 * configure: Regenerate.
29d0a43c 1525
c41f1c42 15262014-06-18 Richard Henderson <rth@redhat.com>
a5852bea 1527
c41f1c42 1528 * .gitignore: Import gcc_update output.
a5852bea 1529
b6383ab8
TS
15302014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1531
a10ec8bc
TS
1532 * config-ml.in: Robustify ac_configure_args parsing.
1533
45b3824d
TS
1534 * configure.ac (--enable-linker-plugin-configure-flags)
1535 (--enable-linker-plugin-flags): New flags.
1536 (configdirs): Conditionally add libiberty-linker-plugin.
1537 * configure: Regenerate.
1538 * Makefile.def (host_modules): Add libiberty-linker-plugin.
1539 (host_modules) <lto-plugin>: Pay attention to
1540 @extra_linker_plugin_flags@ and
1541 @extra_linker_plugin_configure_flags@.
1542 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
1543 * Makefile.in: Regenerate.
1544
b6383ab8
TS
1545 * Makefile.tpl (configure-[+prefix+][+module+])
1546 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
1547 "module_srcdir" instead of "module" for locating a module's srcdir.
1548 * Makefile.in: Regenerate.
1549
a4a1b5f3
MF
15502014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
1551
1552 * MAINTAINERS (Write After Approval): Add myself.
1553
38a13841
SP
15542014-06-06 Sebastian Pop <sebpop@gmail.com>
1555
1556 * MAINTAINERS: Update my email address.
1557
153fcd41
TP
15582014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
1559
1560 * MAINTAINERS (Write After Approval): Add myself.
1561
e25d9632
AB
15622014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
1563
1564 * MAINTAINERS (Write After Approval): Add myself.
1565
1007a55c
JW
15662014-05-30 Jonathan Wakely <jwakely@redhat.com>
1567
1568 PR libstdc++/61011
1569 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
1570 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
1571 * configure: Regenerate.
1572
fd9ed1ae
PA
15732014-05-28 Pedro Alves <palves@redhat.com>
1574
1575 * MAINTAINERS (Write After Approval): Add myself.
1576
03bdb69f
MK
15772014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
1578
1579 * MAINTAINERS: Update my affiliation/email.
1580
905083ad
MS
15812014-05-19 Mike Stump <mikestump@comcast.net>
1582
1583 * MAINTAINERS: Add wide-int reviewers.
1584
707f1839
SL
15852014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1586
1587 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1588 * configure: Regenerated.
1589
7321dc60
TR
15902014-05-15 Torvald Riegel <triegel@redhat.com>
1591
1592 * MAINTAINERS (libitm): Add myself as maintainer.
1593
5b1e4b47
CB
15942014-05-07 Charles Baylis <charles.baylis@linaro.org>
1595
1596 * MAINTAINERS (Write After Approval): Add myself.
1597
a4ebe104
RS
15982014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1599
1600 * config.sub, config.guess: Import from upstream.
1601
9575df4a
AL
16022014-04-29 Alan Lawrence <alan.lawrence@arm.com>
1603
1604 * MAINTAINERS (Write After Approval): Put myself in correct order.
1605
2fdc94b7
AL
16062014-04-29 Alan Lawrence <alan.lawrence@arm.com>
1607
1608 * MAINTAINERS (Write After Approval): Add myself.
1609
080c6230
LB
16102014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1611
1612 * MAINTAINERS: Move myself from Reviewers to Write After Approval
1613 section.
1614
4e4c8692
RÁE
16152014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1616
1617 * MAINTAINERS (Write After Approval): Delete myself.
1618
ffe7f7a7
JJ
16192014-04-17 Jakub Jelinek <jakub@redhat.com>
1620
1621 PR sanitizer/56781
1622 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
1623 and -B* options with -Xcompiler.
1624
147d38a5
EB
16252014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1626
1627 PR bootstrap/60620
423ea09f 1628 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
147d38a5
EB
1629 * Makefile.in: Regenerate.
1630
ba1925c3
YS
16312014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1632
1633 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1634 for WINDRES_FOR_TARGET in default-manifest.o rule.
1635 * Makefile.in: Regenerate.
1636
8707b3bc
DH
16372014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
1638
1639 * MAINTAINERS (Write After Approval): Add myself.
1640
9e1c8fc1
JJ
16412014-03-26 Jakub Jelinek <jakub@redhat.com>
1642
1643 PR sanitizer/56781
1644 * Makefile.def: Set bootstrap=true; for host fixincludes.
1645 * configure.ac: Don't bootstrap host fixincludes unless
1646 --with-build-config=bootstrap-{a,ub}san.
1647 * Makefile.in: Regenerated.
1648 * configure: Regenerated.
1649
beeda1d9
JJ
16502014-03-21 Jakub Jelinek <jakub@redhat.com>
1651
1652 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1653 --enable-vtable-verify option parsing. Don't add
1654 target-libsanitizer to bootstrap_target_libs unless
1655 --with-build-config=bootstrap-asan or
1656 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1657 to bootstrap_target_libs unless --enable-vtable-verify.
1658 * configure: Regenerated.
1659
e5dddc50
AS
16602014-03-10 Anatoly Sokolov <aesok@post.ru>
1661
1662 * MAINTAINERS (Write After Approval): Add myself.
1663
df5bc1cb
DC
16642014-03-07 Denis Chertykov <chertykov@gmail.com>
1665
1666 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
1667
3b9edeac
JJ
16682014-03-07 Jakub Jelinek <jakub@redhat.com>
1669
1670 PR bootstrap/58572
1671 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1672 -I for libstdc++-v3 includes if $(LEAN).
1673 * Makefile.in: Regenerated.
1674
c01a8548
JW
16752014-03-04 Jonathan Wakely <jwakely@redhat.com>
1676
1677 * MAINTAINERS: Update my email address.
1678
341c653c
WL
16792014-02-24 Walter Lee <walt@tilera.com>
1680
1681 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1682 (tilegx-*-*): Change to tilegx*-*-*.
1683 * configure: Regenerate.
1684
37f2c4f0
LR
16852014-02-17 Loren J. Rittle <ljrittle@acm.org>
1686
1687 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
1688
6c01e96e
KV
16892014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
1690
1691 * MAINTAINERS (Write After Approval): Add myself.
1692
91da0481
RO
16932014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1694
1695 PR target/59788
1696 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1697 *solaris2*.
1698
dd35b84f
JDA
16992014-01-21 John David Anglin <danglin@gcc.gnu.org>
1700
1701 * MAINTAINERS: Update my email address.
1702
493b8af8
GP
17032014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
1704
1705 * MAINTAINERS: Convert to UTF-8.
1706 Properly sort Xinliang David Li's entry.
1707
f121b81d
CLT
17082013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
1709 Sandra Loosemore <sandra@codesourcery.com>
1710
1711 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
1712 nios2 port maintainers.
1713
74f769b5
MT
17142013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
1715
1716 * MAINTAINERS (Write After Approval): Add myself.
1717
79e0604d 17182013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
a3b854b6
FXC
1719
1720 * configure.ac: Add user-friendly check for native x86_64-linux
1721 multilibs.
1722 * configure: Regenerate.
1723
17242013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
1725
1726 * MAINTAINERS: Add myself as sh maintainer.
1727
17282013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1729
1730 * MAINTAINERS: Add self as SLSR maintainer.
1731
17322013-11-18 Jan Hubicka <hubicka@ucw.cz>
1733
1734 * MAINTAINERS: Update my email address.
1735
17362013-11-15 David Edelsohn <dje.gcc@gmail.com>
1737
1738 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
1739
17402013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1741
1742 * Makefile.in: Regenerate.
1743
1744 * Makefile.tpl: Fix typo.
1745 * Makefile.in: Regenerate partially.
1746
17472013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1748
1749 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1750 supported.
1751 * configure: Regenerated.
1752
17532013-11-01 Trevor Saunders <tsaunders@mozilla.com>
1754
1755 * MAINTAINERS (Write After Approval): Add myself.
1756
17572013-10-30 Jason Merrill <jason@redhat.com>
1758
1759 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1760 --disable-build-format-warnings.
1761
17622013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1763
423ea09f 1764 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
a3b854b6
FXC
1765 depend on libstdc++ and libgcc.
1766 * configure: Regenerate.
1767 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1768 libcilkrts for POSIX and i*86, and x86_64 architectures.
1769 * Makefile.in: Added libcilkrts related fields to support building it.
1770
17712013-10-26 Jeff Law <law@redhat.com>
1772
1773 * Makefile.def (target_modules): Remove libmudflap
1774 (languages): Remove check-target-libmudflap).
1775 * Makefile.in: Rebuilt.
1776 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1777 * configure.ac (target_libraries): Remove target-libmudflap.
1778 Remove checks which disabled libmudflap on some systems.
1779 * configure: Rebuilt.
1780 * libmudflap: Directory removed.
1781
17822013-10-21 Cong Hou <congh@google.com>
1783
1784 * MAINTAINERS (Write After Approval): Add myself.
1785
17862013-10-16 Mike Stump <mikestump@comcast.net>
1787
1788 * .dir-locals.el: Add.
1789
17902013-10-15 David Malcolm <dmalcolm@redhat.com>
1791
1792 * configure.ac: Add --enable-host-shared
1793 * configure: Regenerate.
1794
17952013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
1796
1797 Import from savannah.gnu.org:
1798 * config.guess: Update to 2013-06-10 version.
1799 * config.sub: Update to 2013-10-01 version.
1800
18012013-10-01 Simon Cook <simon.cook@embecosm.com>
1802
1803 Changes to build configuration to allow big endian ARC ELF toolchain
1804 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
1805 * configure: Regenerate.
1806
18072013-09-20 Alan Modra <amodra@gmail.com>
1808
1809 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1810 ppc host match. Support little-endian powerpc linux hosts.
1811
18122013-09-19 Dodji Seketeli <dodji@redhat.com>
1813
1814 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
1815 maintainer.
1816
18172013-09-12 DJ Delorie <dj@redhat.com>
1818
1819 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
1820 maintainers.
1821
18222013-09-03 Richard Biener <rguenther@suse.de>
1823
1824 * configure.ac: Also allow ISL 0.12.
1825 * configure: Regenerated.
1826
18272013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
1828
1829 * MAINTAINERS (Write After Approval): Add myself.
1830
18312013-08-27 David Malcolm <dmalcolm@redhat.com>
1832
1833 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
1834
18352013-08-26 Caroline Tice <cmtice@google.com>
1836
1837 * MAINTAINERS: Correct earliers update: Move myself from libvtv
1838 "Various Reviewers" to libvtv "Various Maintainers".
1839
18402013-08-20 Steven Bosscher <steven@gcc.gnu.org>
1841
1842 * MAINTAINERS: Add myself as RTL optimizers reviewer.
1843
18442013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
1845
1846 * MAINTAINERS: Update name, email.
1847
18482013-08-13 Adam Butcher <adam@jessamine.co.uk>
1849
1850 * MAINTAINERS (Write After Approval): Add myself.
1851
18522013-08-12 Caroline Tice <cmtice@google.com>
1853
1854 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
1855 address in the Write After Approval section.
1856
18572013-08-09 Carlos O'Donell <carlos@redhat.com>
1858
1859 * MAINTAINERS (Write After Approval): Update email.
1860
18612013-08-08 Benjamin Kosnik <bkoz@redhat.com>
1862
1863 * configure.ac: Adjust to check VTV_SUPPORTED.
1864 * configure: Regenerated.
1865
18662013-08-02 Caroline Tice <cmtice@google.com>
1867
1868 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
1869 on non-linux systems; add target-libvtv to noconfigdirs; add
1870 libsupc++/.libs to C++ library search paths.
1871 * configure: Regenerated.
1872 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
1873 libstdc++ and libgcc.
1874 * Makefile.in: Regenerated.
1875
18762013-07-19 Yvan Roux <yvan.roux@linaro.org>
1877
1878 * MAINTAINERS (Write After Approval): Add myself.
1879
18802013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
1881 Shiva Chen <shiva0217@gmail.com>
1882
1883 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
1884 nds32 port maintainers.
1885
18862013-07-17 Tim Shen <timshen91@gmail.com>
1887
1888 * MAINTAINERS (Write After Approval): Add myself.
1889
18902013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1891
1892 * configure.ac: Sync from binutils.
1893 * configure: Regenerate.
1894
18952013-06-14 Vidya Praveen <vidyapraveen@arm.com>
1896
1897 * MAINTAINERS (Write After Approval): Add myself.
1898
18992013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
1900
1901 * MAINTAINERS (Write After Approval): Add myself.
1902
19032013-05-17 David Malcolm <dmalcolm@redhat.com>
1904
1905 * MAINTAINERS (Write After Approval): Add myself.
1906
19072013-04-30 Brooks Moses <bmoses@google.com>
1908
1909 * MAINTAINERS: Update my email; move myself from Fortran
1910 reviewer to Write After Approval.
1911
19122013-04-16 Andreas Schwab <schwab@suse.de>
1913
1914 * configure.ac (aarch64-*-*): Don't disable java.
1915 * configure: Regenerate.
1916
19172013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
1918
1919 * MAINTAINERS (Write After Approval): Add myself.
1920
19212013-03-30 Matthias Klose <doko@ubuntu.com>
1922
1923 * Makefile.def (target_modules): Don't install libffi.
1924 * Makefile.in: Regenerate.
1925
19262013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
1927
1928 * MAINTAINERS (Write After Approval): Add myself.
1929
19302013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
1931
1932 * MAINTAINERS (Write After Approval): Add myself.
1933
19342013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1935
1936 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
1937 * configure: Regenerated.
1938
a15d2ea8
ILT
19392013-02-05 Ian Lance Taylor <iant@google.com>
1940
1941 PR go/55969
1942 * configure.ac: Disable libgo on some systems where it does not
1943 work.
1944
a3b854b6
FXC
19452013-02-04 David Edelsohn <dje.gcc@gmail.com>
1946
1947 * MAINTAINERS: Explicitly add myself as AIX maintainer.
1948 Remove Geoff Keating as rs6000 port maintainer, at his request.
1949
19502013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
1951
1952 * MAINTAINERS: Update my email.
1953
19542013-01-23 Shenghou Ma <minux.ma@gmail.com>
1955
1956 * configure: Re-generate.
1957
19582013-01-15 Richard Biener <rguenther@suse.de>
1959
1960 PR other/55973
1961 * configure: Re-generate.
1962
19632013-01-14 Matthias Klose <doko@ubuntu.com>
1964
1965 * Makefile.def (install-target-libsanitizer): Depend on
1966 install-target-libstdc++-v3.
1967 * Makefile.in: Regenerate.
1968
19692013-01-14 Richard Biener <rguenther@suse.de>
1970
1971 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
1972 * configure: Re-generate
1973
19742013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1975
1976 * config.sub: Update from config repo.
1977
19782013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1979
1980 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1981 * Makefile.in: Regenerate.
1982
19832013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
1984
1985 * MAINTAINERS (arc): Add new port maintainership for myself.
1986
19872013-01-09 Jason Merrill <jason@redhat.com>
1988
1989 * .gitignore: Import from gdb repository.
1990
19912013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1992
1993 * Makefile.def (configure-gcc): Depend on all-gmp.
1994 (all-gcc): Remove dependency on all-gmp.
1995 * Makefile.in: Regenerated.
1996
19972013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1998
1999 * config.sub: Merge from config repo.
2000 * config.guess: Ditto.
2001
20022013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2003
2004 * Makefile.def: Merge from binutils.
2005 * Makefile.in: Ditto.
2006
20072013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
2008
2009 * MAINTAINERS: Update my email.
2010
20112012-12-29 Ben Elliston <bje@gnu.org>
2012
2013 * config.guess: Update to 2012-12-29 version.
2014 * config.sub: Likewise.
2015
20162012-12-20 Matthias Klose <doko@ubuntu.com>
2017
2018 * Makefile.def (install-target-libgfortran): Depend on
2019 install-target-libquadmath, install-target-libgcc.
2020 (install-target-libsanitizer): Depend on install-target-libgcc.
2021 (install-target-libjava): Depend on install-target-libgcc.
2022 (install-target-libitm): Depend on install-target-libgcc.
2023 (install-target-libobjc): Depend on install-target-libgcc.
2024 (install-target-libstdc++-v3): Depend on install-target-libgcc.
2025 * Makefile.in: Regenerate.
2026
20272012-12-19 Matthias Klose <doko@ubuntu.com>
2028
2029 * Makefile.def (install-target-libgo): Depend on
2030 install-target-libatomic.
2031 * Makefile.in: Regenerate.
2032
20332012-12-18 Andreas Schwab <schwab@linux-m68k.org>
2034
2035 PR go/55201
2036 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
2037 * Makefile.in: Regenerate.
2038
20392012-12-16 Thomas Schwinge <thomas@codesourcery.com>
2040
2041 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
2042 * configure: Regenerate.
2043
20442012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2045
2046 * config.sub: Merge from config repo.
2047
20482012-12-11 H.J. Lu <hongjiu.lu@intel.com>
2049
2050 * Makefile.def (target_modules): Add bootstrap=true and
2051 raw_cxx=true to libsanitizer.
2052 * configure.ac (bootstrap_target_libs): Add libsanitizer.
2053 * Makefile.in: Regenerated.
2054 * configure: Likewise.
2055
20562012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
2057
2058 * MAINTAINERS: Remove self as RTL optimization maintainer.
2059
20602012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2061
2062 * MAINTAINERS (Write After Approval): Add myself.
2063
20642012-11-28 H.J. Lu <hongjiu.lu@intel.com>
2065
2066 * Makefile.def (target_modules): Remove bootstrap=true and
2067 raw_cxx=true from libsanitizer.
2068 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
2069 * Makefile.in: Regenerated.
2070 * configure: Likewise.
2071
20722012-11-28 H.J. Lu <hongjiu.lu@intel.com>
2073
2074 * Makefile.def (target_modules): Add bootstrap=true and
2075 raw_cxx=true to libsanitizer.
2076 * configure.ac (bootstrap_target_libs): Add libsanitizer.
2077 * Makefile.in: Regenerated.
2078 * configure: Likewise.
2079
20802012-11-28 Andrew Pinski <apinski@cavium.com>
2081
2082 PR bootstrap/54279
2083 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
2084 * configure: Regenerate.
2085 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
2086 * Makefile.in: Regenerate.
2087
20882012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2089
2090 * configure.ac: Disable libsanitizer if we're not building C++.
2091 * configure: Regenerate.
2092
20932012-11-15 Roland McGrath <roland@hack.frob.com>
2094
2095 * MAINTAINERS (Write After Approval): Add myself.
2096
20972012-11-15 Dmitry Vyukov <dvyukov@google.com>
2098
2099 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
2100 Kostya Serebryany (kcc@google.com) and
2101 Jakub Jelinek (jakub@redhat.com).
2102 Rename area for Dodji Seketeli (dodji@redhat.com).
2103
21042012-11-15 Dodji Seketeli <dodji@redhat.com>
2105
2106 * MAINTAINERS: (asan.c, related): Add myself.
2107
21082012-11-14 Roland McGrath <mcgrathr@google.com>
2109
2110 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
2111 * configure: Regenerate.
2112
21132012-11-13 Richard Henderson <rth@redhat.com>
2114
2115 * configure.ac: Move libsanitizer logic to subdirectory.
2116 * configure: Regenerate.
2117
21182012-11-13 Dodji Seketeli <dodji@redhat.com>
2119
2120 * configure.ac: Enable libsanitizer just on x86 linux for now.
2121 * configure: Re-generate.
2122
21232012-11-13 David Edelsohn <dje.gcc@gmail.com>
2124
2125 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
2126 sections.
2127 * configure: Regenerate.
2128
21292012-11-13 Hans-Peter Nilsson <hp@axis.com>
2130
2131 * configure.ac: Add section for configdirs for libsanitizer.
2132 Disable for cris-*-* and mmix-*-*.
2133 * configure: Regenerate.
2134
21352012-11-12 Wei Mi <wmi@google.com>
2136
2137 * configure.ac: Add libsanitizer to target_libraries.
2138 * Makefile.def: Ditto.
2139 * configure: Regenerate.
2140 * Makefile.in: Regenerate.
2141 * libsanitizer: New directory for asan runtime. Contains an empty
2142 tsan directory.
2143
21442012-11-03 Corinna Vinschen <corinna@vinschen.de>
2145
2146 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
2147 against Mingw64 w32api.
2148 * configure: Regenerate.
2149
21502012-11-03 H.J. Lu <hongjiu.lu@intel.com>
2151
2152 * configure: Regenerated.
2153
21542012-11-03 Robert Mason <rbmj@verizon.net>
2155
2156 * configure.ac: add --disable-libstdcxx configure option
2157 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
2158
21592012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
2160
2161 * MAINTAINERS (Write After Approval): Add myself.
2162
21632012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
2164
2165 * MAINTAINERS (Write After Approval): Add myself.
2166
21672012-10-24 Sharad Singhai <singhai@google.com>
2168
2169 * MAINTAINERS (Write After Approval): Add myself.
2170
21712012-10-24 Eric Christopher <echristo@gmail.com>
2172
2173 * MAINTAINERS: Update email address.
2174
21752012-10-23 Eric Botcazou <ebotcazou@adacore.com>
2176
2177 PR bootstrap/54820
2178 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
2179 * configure: Regenerate.
2180
21812012-10-23 Richard Earnshaw <rearnsha@arm.com>
2182
2183 * MAINTAINERS (aarch64): Add Marcus and myself.
2184
21852012-10-22 Eric Botcazou <ebotcazou@adacore.com>
2186
2187 PR bootstrap/54820
2188 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
2189 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
2190 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2191 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2192 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
2193 * Makefile.in: Regenerate.
2194 * configure.ac (have_static_libs): New variable and associated check.
2195 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
2196 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
2197 * configure: Regenerate.
2198
21992012-10-10 Richard Biener <rguenther@suse.de>
2200
2201 * MAINTAINERS: Adjust for changed surname.
2202
22032012-10-04 Lawrence Crowl <crowl@google.com>
2204
2205 * MAINTAINERS (Write After Approval): Add myself.
2206
22072012-10-01 Cary Coutant <ccoutant@google.com>
2208
2209 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
2210
22112012-09-28 Ian Lance Taylor <iant@google.com>
2212
2213 * Makefile.def: Make all-target-libgo depend on
2214 all-target-libbacktrace.
2215 * Makefile.in: Rebuild.
2216
22172012-09-26 Ian Lance Taylor <iant@google.com>
2218
2219 * Makefile.def: Make all-gcc depend on all-libbacktrace.
2220 * Makefile.in: Rebuild.
2221
22222012-09-20 Walter Lee <walt@tilera.com>
2223
2224 * configure.ac: Add tilegx to list of targets that support gold.
2225 * configure: Regenerate.
2226
22272012-09-20 Marek Polacek <polacek@redhat.com>
2228
2229 * MAINTAINERS (Write After Approval): Add myself.
2230
22312012-09-19 Steve Ellcey <sellcey@mips.com>
2232
2233 * configure.ac: Add mips*-mti-elf* target.
2234 * configure: Regenerate.
2235
22362012-09-17 Ian Lance Taylor <iant@google.com>
2237
2238 * MAINTAINERS (Various Maintainers): Add libbacktrace.
2239 * configure.ac (host_libs): Add libbacktrace.
2240 (target_libraries): Add libbacktrace.
2241 * Makefile.def (host_modules): Add libbacktrace.
2242 (target_modules): Likewise.
2243 * configure, Makefile.in: Rebuild.
2244
22452012-09-14 David Edelsohn <dje.gcc@gmail.com>
2246
2247 PR target/38607
2248 Merge upstream change.
2249 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
2250
2251 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
2252 Add libgomp*.o to compare_exclusions for AIX.
2253 * configure: Regenerate.
2254
22552012-09-06 Diego Novillo <dnovillo@google.com>
2256
2257 * configure.ac: Bump minimum GMP version to 4.2.3.
2258 * configure: Re-generate.
2259
22602012-09-05 Georg-Johann Lay <avr@gjlay.de>
2261
2262 PR target/54461
2263 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
2264 target-libgloss if not configured --with-avrlibc=no.
2265 * configure: Regenerate.
2266
22672012-09-04 Jason Merrill <jason@redhat.com>
2268
2269 * configure.ac: Fix --enable-languages=all.
2270
22712012-09-04 Christophe Lyon <christophe.lyon@st.com>
2272
2273 * MAINTAINERS (Write After Approval): Add myself.
2274
22752012-09-03 Richard Guenther <rguenther@suse.de>
2276
2277 PR bootstrap/54138
2278 * configure.ac: Re-organize ISL / CLOOG checks to allow
2279 disabling with either --without-isl or --without-cloog.
2280 * configure: Regenerated.
2281
22822012-09-03 Georg-Johann Lay <avr@gjlay.de>
2283
2284 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
2285 * configure: Regenerate.
2286
22872012-08-27 Ulrich Drepper <drepper@gmail.com>
2288
2289 * MAINTAINERS: Fix my email address.
2290
22912012-08-26 H.J. Lu <hongjiu.lu@intel.com>
2292
2293 PR binutils/4970
2294 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
2295 and opcodes.
2296 * Makefile.in: Regenerated.
2297
22982012-08-26 Art Haas <ahaas@impactweather.com>
2299
2300 * configure: Regenerate.
2301
23022012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
2303
2304 * INSTALL/README: Also refer to the online installation
2305 instructions.
2306
23072012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2308
2309 * MAINTAINERS (Write After Approval): Add myself.
2310 (Picochip port): Remove myself.
2311
23122012-08-14 Diego Novillo <dnovillo@google.com>
2313
2314 Merge from cxx-conversion branch.
2315
2316 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
2317 POSTSTAGE1_CONFIGURE_FLAGS.
2318 * Makefile.in: Regenerate.
2319 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
2320 Force C++ when bootstrapping.
2321 * configure: Regenerate.
2322
23232012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2324
2325 * MAINTAINERS (Write After Approval): Add myself.
2326
23272012-07-16 Joseph Myers <joseph@codesourcery.com>
2328
2329 * README: Document use of ranges of years in copyright notices.
2330
23312012-07-06 Richard Guenther <rguenther@suse.de>
2332
2333 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
2334 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
2335 --with-gmp=system.
2336 * Makefile.in: Regenerated.
2337 * configure: Likewise.
2338
23392012-07-06 Richard Guenther <rguenther@suse.de>
2340
2341 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
2342 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
2343 supply V=1 as extra_make_flags.
2344 * configure: Regenerated.
2345 * Makefile.in: Likewise.
2346
23472012-07-04 Tristan Gingold <gingold@adacore.com>
2348
2349 * configure: Regenerate.
2350
23512012-07-03 Richard Guenther <rguenther@suse.de>
2352
2353 * Makfile.def (isl): Remove not necessary extra_exports and
2354 extra_make_flags.
2355 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
2356 * Makefile.in: Regenerated.
2357
23582012-07-03 Richard Guenther <rguenther@suse.de>
2359
2360 * Makefile.def (cloog): Add V=1 to extra_make_flags.
2361 * configure.ac: If either the ISL or the CLooG check failed
2362 do not try to build in-tree versions.
2363 * Makefile.in: Regenerated.
2364 * configure: Regenerated.
2365
23662012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2367
2368 * configure: Regenerate.
2369
23702012-07-02 Janis Johnson <janisjo@codesourcery.com>
2371
2372 * MAINTAINERS (Various Maintainers): Add myself as testsuite
2373 maintainer.
2374
23752012-07-02 Richard Guenther <rguenther@suse.de>
2376
2377 * configure: Regenerated.
2378
23792012-07-02 Richard Guenther <rguenther@suse.de>
2380 Michael Matz <matz@suse.de>
2381 Tobias Grosser <tobias@grosser.es>
2382 Sebastian Pop <sebpop@gmail.com>
2383
2384 * Makefile.def: Add ISL host module, remove PPL host module.
2385 Adjust ClooG host module to use the proper ISL.
2386 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
2387 * configure.ac: Include config/isl.m4. Add ISL host library,
2388 remove PPL. Remove PPL configury, add ISL configury, adjust
2389 ClooG configury.
2390 * Makefile.in: Regenerated.
2391 * configure: Likewise.
2392
23932012-07-02 Richard Guenther <rguenther@suse.de>
2394
2395 Merge from graphite branch
2396 2011-07-21 Tobias Grosser <tobias@grosser.es>
2397
2398 * configure: Regenerated.
2399 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
2400 both cloog.org and legacy versions. The only supported version will
2401 be CLooG with the isl backend.
2402
2403 2011-07-21 Tobias Grosser <tobias@grosser.es>
2404
2405 * configure: Regenerated.
2406 * configure.ac: Require cloog isl 0.17.0
2407
2408 2011-07-21 Tobias Grosser <tobias@grosser.es>
2409
2410 * configure: Regenerated.
2411 * config/cloog.m4: Do not define CLOOG_ORG
2412
24132012-06-29 Steven Bosscher <steven@gcc.gnu.org>
2414
2415 * configure.ac: Skip C if explicitly selected.
2416 * configure: Regenerate.
2417
24182012-06-28 Christophe Lyon <christophe.lyon@st.com>
2419
2420 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
2421 they contain -O2.
2422 * configure: Regenerate.
2423
24242012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
2425
2426 PR debug/53740
2427 * df.h, df-problems.c, dce.c: Revert last patch.
2428
24292012-06-25 Iain Sandoe <iain@codesourcery.com>
2430
2431 * MAINTAINERS (Write After Approval): Update my email address.
2432
24332012-06-21 Meador Inge <meadori@codesourcery.com>
2434
2435 * MAINTAINERS (Write After Approval): Add myself.
2436
24372012-06-20 Jason Merrill <jason@redhat.com>
2438
2439 * Makefile.tpl (check-target-libgomp-c++): New.
2440 (check-target-libitm-c++): New.
2441 * Makefile.def (c++): Add them.
2442 * Makefile.in: Regenerate.
2443
24442012-05-29 Edmar Wienskoski <edmar@freescale.com>
2445
2446 * MAINTAINERS (Write After Approval): Add myself.
2447
24482012-05-16 Olivier Hainque <hainque@adacore.com>
2449
2450 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
2451 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
2452 (install-no-fixedincludes): Adjust accordingly.
2453 * Makefile.in: Regenerate.
2454
24552012-05-15 H.J. Lu <hongjiu.lu@intel.com>
2456
2457 Merge upstream change
2458 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
2459
24602012-05-14 Marc Glisse <marc.glisse@inria.fr>
2461
2462 * MAINTAINERS (Write After Approval): Add myself.
2463
24642012-05-09 Nick Clifton <nickc@redhat.com>
2465 Paul Smith <psmith@gnu.org>
2466
2467 PR bootstrap/50461
2468 * configure.ac (mpfr-dir): When using in-tree MPFR sources
2469 allow for the fact that from release v3.1.0 of MPFR the source
2470 files were moved into a src sub-directory.
2471 * configure: Regenerate.
2472
24732012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
2474
2475 * configure.ac: Bump minimum MPFR version to 2.4.0.
2476 * configure: Regenerated.
2477
24782012-05-01 Richard Henderson <rth@redhat.com>
2479
2480 * Makefile.def (libatomic): New target_module.
2481 * configure.ac (target_libraries): Add libatomic.
2482 (noconfigdirs): Check if libatomic is supported.
2483 * Makefile.in, configure: Rebuild.
2484
24852012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
2486
2487 * MAINTAINERS (Write After Approval): Add myself.
2488
24892012-04-25 Joel Brobecker <brobecker@adacore.com>
2490
2491 * config.sub: Update to 2012-04-18 version from official repo.
2492
24932012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
2494
2495 * MAINTAINERS (Write After Approval): Add myself.
2496
24972012-04-11 Steve Ellcey <sellcey@mips.com>
2498
2499 * MAINTAINERS: Changed email address.
2500
25012012-03-28 Georg-Johann Lay <avr@gjlay.de>
2502
2503 PR target/52737
2504 * contrib/gcc_update (files_and_dependencies):
2505 Remove gcc/config/avr/t-multilib from touch data.
2506
25072012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2508
2509 * MAINTAINERS (OS Port Maintainers): Remove irix.
2510 * configure.ac (enable_libgomp): Remove *-*-irix6*.
2511 (unsupported_languages): Remove mips-sgi-irix6.*.
2512 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
2513 (with_stabs): Remove.
2514 * configure: Regenerate.
2515
25162012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2517
2518 * MAINTAINERS (OS Port Maintainers): Remove osf.
2519 * configure.ac (enable_libgomp): Remove *-*-osf*.
2520 (with_stabs): Remove alpha*-*-osf*.
2521 * configure: Regenerate.
2522
25232012-03-05 Tristan Gingold <gingold@adacore.com>
2524
2525 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
2526 * configure: Regenerate.
2527
25282012-02-17 Walter Lee <walt@tilera.com>
2529
2530 * MAINTAINERS: (Write After Approval): Delete myself.
2531
25322012-02-14 Walter Lee <walt@tilera.com>
2533
2534 * MAINTAINERS (tilegx port): Add myself.
2535 (tilepro port): Add myself.
2536 (Write After Approval): Add myself.
2537
25382012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
2539
2540 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
2541 and Joseph Myers as docstring relicensing maintainers.
2542
25432012-02-09 Bin Cheng <bin.cheng@arm.com>
2544
2545 * MAINTAINERS (write-after-approval): Add myself.
2546
25472012-02-08 Ira Rosen <irar@il.ibm.com>
2548
2549 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
2550 maintainer.
2551
25522012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2553
2554 * MAINTAINERS (Write After Approval): Move myself to
2555 maintain alphabetical order.
2556
25572012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2558
2559 * MAINTAINERS (Write After Approval): Add myself.
2560
25612012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
2562
2563 * MAINTAINERS (Write After Approval): Add myself.
2564
25652012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
2566 Jayant R Sonar <jayant.sonar@kpitcummins.com>
2567
2568 * configure.ac (cr16-*-*): Remove nonconfigdirs.
2569 * configure: Regenerate.
2570
25712012-01-23 Harshit Chopra <harshit@google.com>
2572
2573 * MAINTAINERS (Write After Approval): Add myself.
2574
25752012-01-22 Douglas B Rupp <rupp@ngnat.com>
2576
2577 * configure.ac: Remove reference to mh-interix.
2578 * configure: Regenerate.
2579
25802012-01-05 Richard Henderson <rth@redhat.com>
2581
2582 PR bootstrap/51072
2583 * configure.ac: Disable libitm if c++ is not enabled.
2584 * configure: Rebuild.
2585
2586 * configure.ac: Fix regexp for same.
2587 * configure: Rebuild.
2588
25892012-01-02 Balaji V. Iyer <bviyer@gmail.com>
2590
2591 * MAINTAINERS (Write After Approval): Add myself.
2592
25932012-01-02 Richard Guenther <rguenther@suse.de>
2594
2595 PR bootstrap/51686
2596 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
2597 * Makefile.in: Regenerate.
2598
25992011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
2600
2601 * MAINTAINERS (Write After Approval): Add myself.
2602
26032011-12-18 Eric Botcazou <ebotcazou@adacore.com>
2604
2605 * configure: Regenerate.
2606
26072011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2608
2609 * MAINTAINERS (picochip): Changed email address.
2610
26112011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2612
2613 * MAINTAINERS (write-after-approval): Add self.
2614
26152011-11-29 DJ Delorie <dj@redhat.com>
2616
2617 * configure.ac (rl78-*-*) New case.
2618 * configure: Regenerate.
2619 * MAINTAINERS: Add myself as RL78 maintainer.
2620
26212011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
2622
2623 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
2624
26252011-11-21 Andreas Tobler <andreast@fgznet.ch>
2626
2627 * libtool.m4: Additional FreeBSD 10 fixes.
2628
26292011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
2630
2631 * MAINTAINERS: Move myself from Write After Approval to CPU Port
2632 Maintainers section, as Epiphany maintainer.
2633
26342011-11-18 Iain Sandoe <iains@gcc.gnu.org>
2635
2636 PR target/49992
2637 * configure.ac: Remove ranlib special-casing for Darwin.
2638 * configure: Regenerate.
2639
26402011-11-12 Andrey Belevantsev <abel@ispras.ru>
2641
2642 * MAINTAINERS (Reviewers): Keep the list sorted.
2643
26442011-11-11 Andrey Belevantsev <abel@ispras.ru>
2645
2646 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
2647
26482011-11-09 Roland McGrath <mcgrathr@google.com>
2649
2650 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
2651 * configure: Rebuild.
2652 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
2653 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
2654 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
2655 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
2656 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
2657 Add READELF.
2658 * Makefile.in: Rebuild.
2659
26602011-11-09 Jason Merrill <jason@redhat.com>
2661
2662 * Makefile.def (language=c++): Remove check-c++0x.
2663 * Makefile.in (check-gcc-c++): Regenerate.
2664
26652011-11-08 Richard Henderson <rth@redhat.com>
2666
2667 * configure.ac: Test for libitm directory present first.
2668
2669 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
2670
2671 * configure.ac: Test libitm/configure.tgt to disable libitm.
2672 * configure: Rebuild.
2673
26742011-11-07 Aldy Hernandez <aldyh@redhat.com>
2675 Richard Henderson <rth@redhat.com>
2676
2677 Merged from transactional-memory.
2678
2679 * Makefile.def (lang_env_dependencies): libitm is c++.
2680 Add libitm target module.
2681 * configure.ac: Likewise.
2682 * config/mmap.m4: New file.
2683 * contrib/gcc_update: Add libitm to touch data.
2684 * Makefile.in, configure: Rebuild.
2685
26862011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2687
2688 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
2689 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
2690 * Makefile.in: Regenerate.
2691
26922011-11-01 DJ Delorie <dj@redhat.com>
2693
2694 * config.sub: Update to version 2011-10-29 (added rl78)
2695
26962011-10-27 Nick Clifton <nickc@redhat.com>
2697
2698 * config.sub: Import these changes from the config project:
2699
2700 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
2701 Ben Elliston <bje@gnu.org>
2702
2703 * config.sub (epiphany): New.
2704
2705 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
2706 Ben Elliston <bje@gnu.org>
2707
2708 * config.sub (hexagon, hexagon-*): New.
2709
2710 2011-08-23 Roland McGrath <mcgrathr@google.com>
2711
2712 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2713 64eb to be64.
2714
2715 2011-08-16 Roland McGrath <mcgrathr@google.com>
2716
2717 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2718 (nacl): Grok as alias for 32el-unknown-nacl.
2719
27202011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
2721
2722 * MAINTAINERS (Write After Approval): Add myself.
2723
27242011-10-24 Teresa Johnson <tejohnson@google.com>
2725
2726 * MAINTAINERS (Write After Approval): Add myself.
2727
27282011-09-21 Jakub Jelinek <jakub@redhat.com>
2729
2730 * MAINTAINERS (sparc port): Remove myself.
2731
27322011-09-14 Tom de Vries <tom@codesourcery.com>
2733
2734 * MAINTAINERS (Write After Approval): Add myself.
2735
27362011-08-14 Yao Qi <yao@codesourcery.com>
2737
2738 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2739 * configure: Regenerate.
2740
27412011-07-26 Ian Lance Taylor <iant@google.com>
2742
2743 * configure.ac: Set have_compiler based on whether gcc directory
2744 exists, rather than on whether gcc is in configdirs.
2745 * configure: Rebuild.
2746
27472011-07-21 Joseph Myers <joseph@codesourcery.com>
2748
2749 * MAINTAINERS (Global Reviewers): Add self.
2750
27512011-07-20 David Edelsohn <dje.gcc@gmail.com>
2752
2753 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2754 link directories.
2755 * Makefile.in: Rebuild.
2756
27572011-07-20 Ian Lance Taylor <iant@google.com>
2758
2759 PR bootstrap/49787
2760 * configure.ac: Move --enable-bootstrap handling earlier in file.
2761 If --enable-bootstrap and either --enable-build-with-cxx or
2762 --enable-build-poststage1-with-cxx, enable C++ automatically.
2763 * configure: Rebuild.
2764
27652011-07-19 Ian Lance Taylor <iant@google.com>
2766
2767 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2768 make C++ a boot_language. Set and substitute
2769 POSTSTAGE1_CONFIGURE_FLAGS.
2770 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2771 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2772 * configure, Makefile.in: Rebuild.
2773
27742011-07-19 Vladimir Makarov <vmakarov@redhat.com>
2775
2776 * MAINTAINERS (Register Allocation): Move myself from reviewers to
2777 maintainers.
2778
27792011-07-18 Jakub Jelinek <jakub@redhat.com>
2780
2781 * MAINTAINERS (Global Reviewers): Add myself.
2782
27832011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2784
2785 * configure: Regenerate.
2786
27872011-07-16 Jason Merrill <jason@redhat.com>
2788
2789 * Makefile.def (language=c++): Add check-c++0x and
2790 check-target-libmudflap-c++.
2791 * Makefile.tpl (check-target-libmudflap-c++): New.
2792 * Makefile.in: Regenerate.
2793
27942011-07-16 Matthias Klose <doko@ubuntu.com>
2795
2796 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2797 * Makefile.def (target_modules/libjava): Pass
2798 $(EXTRA_CONFIGARGS_LIBJAVA).
2799 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2800 if not configured with --enable-static-libjava.
2801 * Makefile.in: Regenerate.
2802 * configure: Likewise.
2803
28042011-07-15 Jason Merrill <jason@redhat.com>
2805
2806 * Makefile.in (check-c++): Move check-gcc-c++0x after
2807 check-target-libstdc++-v3.
2808
28092011-07-15 Bernd Schmidt <bernds@codesourcery.com>
2810
2811 * MAINTAINERS (c6x port): New entry.
2812
28132011-07-13 Jason Merrill <jason@redhat.com>
2814
2815 * Makefile.in (check-gcc-c++0x): New.
2816 (check-c++): Depend on it.
2817
28182011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2819
2820 PR target/39150
2821 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2822 x86_64-*-solaris2.1[0-9]*.
2823 * configure: Regenerate.
2824
28252011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
2826
2827 * MAINTAINERS (RTL optimizers): Add self.
2828
28292011-06-27 Gabriel Charette <gchare@google.com>
2830
2831 * MAINTAINERS (Write After Approval): Add myself.
2832
28332011-06-22 Hans-Peter Nilsson <hp@axis.com>
2834
2835 PR regression/47836
2836 PR bootstrap/23656
2837 PR other/47733
2838 PR bootstrap/49247
2839 PR c/48825
2840 * configure.ac (target_libraries): Remove target-libiberty.
2841 Remove case-statement setting skipdirs=target-libiberty for
2842 multiple targets. Remove checking target_configdirs and
2843 removing target-libiberty but keeping target-libgcc if
2844 otherwise empty.
2845 * Makefile.def (target_modules): Don't add libiberty.
2846 (dependencies): Remove all traces of target-libiberty.
2847 * configure, Makefile.in: Regenerate.
2848
28492011-06-13 Walter Lee <walt@tilera.com>
2850
2851 * configure.ac (tilepro-*-*) New case.
2852 (tilegx-*-*): Likewise.
2853 * configure: Regenerate.
2854
28552011-06-06 Jing Yu <jingyu@google.com>
2856
2857 * configure.ac: Skip target-libiberty for
2858 arm*-*-linux-androideabi.
2859 * configure: Regenerated.
2860
28612011-06-06 Nick Clifton <nickc@redhat.com>
2862
2863 * config.sub: Sync from upstream.
2864
28652011-06-05 Nenad Vukicevic <nenad@intrepid.com>
2866
2867 * MAINTAINERS (Write After Approval): Add myself.
2868
28692011-06-01 Daniel Jacobowitz <drow@false.org>
2870
2871 * MAINTAINERS: Update my email address.
2872
28732011-05-27 Nathan Froyd <froydnj@codesourcery.com>
2874
2875 * MAINTAINERS (Write After Approval): Update my email address.
2876
28772011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
2878
2879 * MAINTAINERS (Write After Approval): Add myself.
2880
28812011-05-08 Doug Kwan <dougkwan@google.com>
2882
2883 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2884 * configure: Regenerated.
2885 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2886 value from configure.
2887 * Makefile.in: Regenerated.
2888
28892011-05-05 Joseph Myers <joseph@codesourcery.com>
2890
2891 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2892 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2893 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2894 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2895 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2896 *-*-vxworks*): Disable newlib and libgloss in separate case
2897 statement.
2898 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2899 to separate case statement.
2900 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2901 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2902 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2903 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2904 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2905 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2906 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2907 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2908 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2909 i[[3456789]]86-*-rdos*, m32r-*-*,
2910 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2911 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2912 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2913 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2914 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2915 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2916 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2917 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2918 and libgloss in main case over targets. Remove most empty cases
2919 in main case over targets.
2920 * configure: Regenerate.
2921
29222011-05-04 Janis Johnson <janisjo@codesourcery.com>
2923
2924 * MAINTAINERS (Write After Approval): Add myself.
2925
29262011-05-04 Joseph Myers <joseph@codesourcery.com>
2927
2928 * configure.ac: Remove code setting special library locations for
2929 hppa*64*-*-hpux11*. Remove code setting compiler for
2930 sparc-sun-solaris2*.
2931 * configure: Regenerate.
2932
29332011-05-04 Joseph Myers <joseph@codesourcery.com>
2934
2935 * configure.ac: Separate libgloss_dir settings from general case
2936 over targets.
2937 * configure: Regenerate.
2938
29392011-04-28 Joseph Myers <joseph@codesourcery.com>
2940
2941 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2942 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2943 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2944 cases in libgcj-disabling case statement.
2945 (hppa*64*-*-linux*): Set unsupported_languages instead of
2946 disabling target-zlib.
2947 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2948 to hppa*64*-*-hpux*.
2949 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2950 hppa*-*-hpux*.
2951 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2952 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2953 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2954 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2955 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2956 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2957 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2958 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2959 libgcj-disabling case statement.
2960 * configure: Regenerate.
2961
29622011-04-28 Joseph Myers <joseph@codesourcery.com>
2963
2964 * configure.ac: Disable Java for targets not supporting libffi.
2965 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2966 Remove cases in Java-disabling statement.
2967 (*arm-wince-pe): Change to arm-wince-pe.
2968 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2969 cases in Java-disabling statement.
2970 (bfin-*-*): Don't disable Java again.
2971 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2972 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2973 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2974 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2975 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2976 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2977 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2978 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2979 Java-disabling statement.
2980 (mmix-*-*): Don't disable Java again.
2981 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2982 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2983 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2984 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2985 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2986 statement.
2987 * configure: Regenerate.
2988
29892011-04-28 Joseph Myers <joseph@codesourcery.com>
2990
2991 * configure.ac: Separate cases disabling Java and Java libraries
2992 from general case over targets.
2993 * configure: Regenerate.
2994
29952011-04-21 Jie Zhang <jzhang918@gmail.com>
2996
2997 * MAINTAINERS: Update my email address.
2998
29992011-04-20 Easwaran Raman <eraman@google.com>
3000
3001 * MAINTAINERS (Write After Approval): Add myself.
3002
30032011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
3004
3005 PR lto/48086
3006 * configure.ac: Re-enable LTO on *-apple-darwin9*.
3007 * configure: Regenerate.
3008
30092011-04-16 Jim Meyering <meyering@redhat.com>
3010
3011 * MAINTAINERS (Write After Approval): Add myself.
3012
30132011-04-15 Dodji Seketeli <dodji@redhat.com>
3014
3015 * MAINTAINERS: Update my email address.
3016
30172011-04-13 Georg-Johann Lay <avr@gjlay.de>
3018
3019 * MAINTAINERS (Write After Approval): Add myself.
3020
30212011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
3022
3023 * MAINTAINERS (Write After Approval): Add myself.
3024
30252011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
3026
3027 * MAINTAINERS (Write After Approval): Add myself.
3028
30292011-04-06 Joseph Myers <joseph@codesourcery.com>
3030
3031 * configure.ac (build_tools): Remove build-byacc.
3032 (host_libs): Remove mmalloc.
3033 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
3034 autoconf automake libtool diff rcs fileutils shellutils time
3035 textutils wdiff find uudecode hello tar gzip indent recode release
3036 sed perl gawk findutils gettext zip.
3037 (libgcj): Remove target-qthreads.
3038 (target_tools): Remove target-examples target-gperf.
3039 (YACC): Don't handle building byacc.
3040 * configure: Regenerate.
3041 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
3042 dosutils, examples, fileutils, find, findutils, gawk, gettext,
3043 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
3044 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
3045 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
3046 handle building components.
3047 * Makefile.in: Regenerate.
3048
30492011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
3050
3051 * MAINTAINERS: Update my email address as Xtensa maintainer.
3052
30532011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3054
3055 * config.sub: Sync from upstream.
3056
30572011-04-01 Joseph Myers <joseph@codesourcery.com>
3058
3059 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
3060 (microblaze*): Don't disable libssp.
3061 * configure: Regenerate.
3062
30632011-04-01 Joseph Myers <joseph@codesourcery.com>
3064
3065 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
3066 moveifchange.
3067 * configure: Regenerate.
3068 * Makefile.tpl: Use @SHELL@ not @config_shell@.
3069 * Makefile.in: Regenerate.
3070
30712011-04-01 Joseph Myers <joseph@codesourcery.com>
3072
3073 * configure.ac (*-*-sysv4*): Don't enable libgomp.
3074 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
3075 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
3076 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
3077 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
3078 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
3079 md_exec_prefix cases.
3080 * configure: Regenerate.
3081
30822011-04-01 Joseph Myers <joseph@codesourcery.com>
3083
3084 * configure.ac: Separate cases disabling target-libssp,
3085 target-libiberty, target-libstdc++-v3 and Fortran from general
3086 case over targets.
3087 * configure: Regenerate.
3088
30892011-04-01 Joseph Myers <joseph@codesourcery.com>
3090
3091 * configure.ac (*-*-chorusos): Don't disable libgcj.
3092 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
3093 Remove case.
3094 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
3095 (arm-*-coff): Don't disable libgcj.
3096 (arm*-*-linux-gnueabi): Remove useless assignment.
3097 (arm-*-riscix*): Don't disable libgcj.
3098 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
3099 configuration.
3100 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
3101 (c54x*-*-*): Remove case.
3102 (tic54x-*-*): Don't disable GCC or GCC libraries.
3103 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
3104 to *.
3105 (d10v-*-*): Don't disable GCC libraries.
3106 (d30v-*-*): Don't disable libgcj.
3107 (h8500-*-*): Don't disable GCC libraries.
3108 (i960-*-*): Don't disable libgcj.
3109 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
3110 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3111 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
3112 libgcj.
3113 (m68k-*-coff*): Remove case.
3114 (mmix-*-*): Don't disable libgloss on host.
3115 (mn10200-*-*, mn10300-*-*): Remove cases.
3116 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3117 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
3118 Don't disable libgcj.
3119 (romp-*-*): Remove case.
3120 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
3121 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
3122 case.
3123 (v810-*-*): Don't disable GCC libraries.
3124 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
3125 (ip2k-*-*): Don't disable GCC libraries.
3126 * configure: Regenerate.
3127
31282011-03-28 Joseph Myers <joseph@codesourcery.com>
3129
3130 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
3131 libffi on host.
3132 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
3133 on host.
3134 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
3135 * configure: Regenerate.
3136
31372011-03-26 John Marino <binutils@marino.st>
3138
3139 * configure.ac: Add support for *-*-dragonfly*
3140 * configure: Regenerate.
3141
31422011-03-25 Joseph Myers <joseph@codesourcery.com>
3143
3144 * configure.ac (native_only): Remove.
3145 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
3146 send-pr uudecode guile gnuserv on host.
3147 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
3148 send-pr rcs guile perl texinfo libtool on host.
3149 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
3150 automake send-pr rcs guile perl texinfo libtool on host.
3151 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
3152 (*-*-kaos*): Don't disable target-examples target-gperf on target.
3153 (alpha*-dec-osf*): Don't disable fileutils on target.
3154 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
3155 texinfo send-pr expect dejagnu on target.
3156 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
3157 target-qthreads on target.
3158 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
3159 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
3160 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
3161 x86_64-*-mingw*): Don't disable expect on target.
3162 (*-*-cygwin*): Don't disable target-gperf on target.
3163 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
3164 gnuserv on target.
3165 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
3166 target.
3167 * configure: Regenerate.
3168
31692011-03-25 Joseph Myers <joseph@codesourcery.com>
3170
3171 * configure.ac (target_tools): Remove target-groff.
3172 (native_only): Remove target-groff.
3173 (hppa*64*-*-*): Don't disable byacc.
3174 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
3175 setting.
3176 (*-*-kaos*): Don't skip target-librx and target-groff.
3177 (*-*-netware*): Don't skip target-libmudflap.
3178 (*-*-tpf*): Don't skip target-libmudflap.
3179 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
3180 directories on the host.
3181 (ia64*-*-*vms*): Don't skip tix.
3182 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
3183 host.
3184 * configure: Regenerate.
3185
31862011-03-24 Paolo Bonzini <pbonzini@redhat.com>
3187
3188 * configure.ac: Remove references to mt-mep, mt-netware,
3189 mt-wince.
3190 * Makefile.def: Add all-utils soft dependencies.
3191 * Makefile.tpl: Remove GDB_NLM_DEPS.
3192 * configure: Regenerate.
3193 * Makefile.in: Regenerate.
3194
31952011-03-24 Paolo Bonzini <bonzini@gnu.org>
3196
3197 * configure.ac: Do not include mh-x86omitfp.
3198 * configure: Regenerate.
3199
32002011-03-24 Paolo Bonzini <bonzini@gnu.org>
3201
3202 * configure.ac: Remove empty cases.
3203 * configure: Regenerate.
3204
32052011-03-24 Paolo Bonzini <bonzini@gnu.org>
3206
3207 * Makefile.def: Add dependency from termcap to gdb.
3208 * Makefile.in: Regenerate.
3209
32102011-03-24 Paolo Bonzini <bonzini@gnu.org>
3211
3212 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
3213 * configure: Regenerate.
3214 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
3215 * Makefile.tpl: Likewise.
3216 * Makefile.in: Regenerate.
3217
32182011-03-24 Paolo Bonzini <bonzini@gnu.org>
3219
3220 * configure.ac: Remove all mentions of tentative_cc.
3221 * configure: Regenerate.
3222
32232011-03-24 Joseph Myers <joseph@codesourcery.com>
3224
3225 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
3226 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
3227 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
3228 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
3229 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
3230 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
3231 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
3232 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3233 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
3234 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
3235 *-*-rhapsody*): Remove host cases.
3236 * configure: Regenerate.
3237
32382011-03-24 Joseph Myers <joseph@codesourcery.com>
3239
3240 * configure.ac (ppc*-*-pe): Remove host case.
3241 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
3242 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
3243 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
3244 cases.
3245 * configure: Regenerate.
3246
32472011-03-24 Joseph Myers <joseph@codesourcery.com>
3248
3249 * config.sub: Update to version 2011-03-23.
3250
32512011-03-22 Joseph Myers <joseph@codesourcery.com>
3252
3253 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
3254 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
3255 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
3256 * configure: Regenerate.
3257
32582011-03-22 Joseph Myers <joseph@codesourcery.com>
3259
3260 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
3261 to Write After Approval.
3262 * config-ml.in: Don't handle arc-*-elf*.
3263 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
3264 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
3265 handle GCC libraries.
3266 * configure: Regenerate.
3267
32682011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3269
3270 PR bootstrap/48120:
3271 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
3272 Add -lstdc++ -lm to LIBS.
3273 * configure: Regenerate.
3274
32752011-03-18 David Edelsohn <dje.gcc@gmail.com>
3276
3277 * config.guess: Update to version 2011-02-02
3278 * config.sub: Update to version 2011-02-24
3279
32802011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
3281
3282 PR lto/48086
3283 * configure.ac: Re-enable LTO on *-apple-darwin9.
3284 * configure: Regenerate.
3285
32862011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
3287
3288 PR lto/48086
3289 * configure.ac: Disable LTO on darwin due to an assembler change in
3290 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
3291 under 256.
3292 * configure: Regenerate.
3293
32942011-03-11 Chen Liqin <liqin.gcc@gmail.com>
3295
3296 * MAINTAINERS: Update myself as score backend maintainer,
3297 update my e-mail address.
3298
32992011-03-09 Xuepeng Guo <terry.guo@arm.com>
3300
3301 * MAINTAINERS: Update my e-mail address.
3302
33032011-03-06 Joey Ye <joey.ye@arm.com>
3304
3305 * MAINTAINERS: Update my e-mail address.
3306
33072011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3308
3309 * configure.ac: Adjust test of with_ppl.
3310 * configure: Regenerated.
3311
33122011-03-02 Kai Tietz <ktietz@redhat.com>
3313
3314 * MAINTAINERS: Adjust my e-mail address.
3315
33162011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3317
3318 * configure.ac: Add -lpwl to ppllibs.
3319 * configure: Regenerated.
3320
33212011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3322
3323 * config/cloog.m4: Add -lisl to clooglibs.
3324 * configure: Regenerated.
3325
33262011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3327
3328 * MAINTAINERS (CPU Port maintainers): Add self.
3329
33302011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3331
3332 * MAINTAINERS: Add myself as testsuite maintainer.
3333
33342011-02-15 Mike Stump <mikestump@comcast.net>
3335
3336 * MAINTAINERS: Add myself as testsuite maintainer.
3337
33382011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3339
3340 Import from Libtool and gnulib:
3341
3342 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
3343
3344 Prepare for supporting FreeBSD 10.
3345 * config.rpath: Remove handling of freebsd1* which soon would
3346 match FreeBSD 10.0.
3347
3348 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
3349
3350 Remove support for FreeBSD 1.x.
3351 * libtool.m4 (_LT_LINKER_SHLIBS)
3352 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
3353 soon would incorrectly match FreeBSD 10.0.
3354
33552011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3356
3357 PR binutils/12283
3358 * move-if-change: Import version from gnulib.
3359
33602011-02-12 Alexandre Oliva <aoliva@redhat.com>
3361
3362 PR lto/47225
3363 * Makefile.def (lto-plugin): Double dash for enable-shared.
3364 (configure-gcc): Depend on all-lto-plugin.
3365 * Makefile.in: Rebuilt.
3366
33672011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3368
3369 * configure.ac: Remove extra bracket.
3370 * configure: Regenerate.
3371
33722011-02-08 Tobias Burnus <burnus@net-b.de>
3373
3374 * MAINTAINERS: Add myself as libquadmath maintainer.
3375
33762011-02-08 Thomas Schwinge <thomas@schwinge.name>
3377
3378 * MAINTAINERS: Update my email address.
3379
33802011-02-07 Joseph Myers <joseph@codesourcery.com>
3381
3382 * MAINTAINERS (option handling): Add self.
3383
33842011-02-06 Kai Tietz <kai.tietz@onevision.com>
3385
3386 PR lto/47225
3387 * Makefile.def: Add dependency for install-gcc
3388 on install-lto-plugin.
3389 * Makfile.in: Regenerated
3390
33912011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
3392
3393 * MAINTAINERS (CPU Port Maintainers): Add myself.
3394
33952011-01-31 Alexandre Oliva <aoliva@redhat.com>
3396
3397 PR libgcj/44341
3398 * configure.ac: Discard --with-* flags for host when configuring
3399 target libraries for cross build.
3400 * configure: Rebuilt.
3401
34022011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3403
3404 * MAINTAINERS (linear loop transforms): Removed.
3405
34062011-01-25 Jakub Jelinek <jakub@redhat.com>
3407
3408 * configure.ac: If with_ppl is no, move setting with_cloog=no
3409 after CLOOG_REQUESTED check.
3410 * configure: Regenerated.
3411
34122011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3413
3414 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
3415 CLooG has been requested.
3416 * configure: Regenerated.
3417
34182011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3419
3420 * configure: Regenerated.
3421 * configure.ac: Check for version 0.11 (or later revision) of PPL.
3422
34232011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
3424
3425 * configure: Regenerated.
3426 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
3427
34282011-01-21 Andreas Schwab <schwab@redhat.com>
3429
3430 * configure.ac: Use AS_HELP_STRING throughout.
3431 * configure: Regenerate.
3432
34332011-01-18 Jie Zhang <jie.zhang@analog.com>
3434
3435 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
3436 * configure: Regenerate.
3437
34382011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3439
3440 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
3441
34422011-01-13 Joel Brobecker <brobecker@adacore.com>
3443
3444 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
3445 for ia64-hpux.
3446 * configure: Regenerate.
3447
34482011-01-07 Jan Hubicka <jh@suse.cz>
3449
3450 PR lto/47225
3451 * Makefile.in: Regenerate.
3452 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
3453 configure.
3454
34552011-01-07 Jan Hubicka <jh@suse.cz>
3456
3457 * Makefile.in: Regenerate.
3458 * Makefile.def (gcc host module) and soft dependency on lto-plugin
3459 and configure dependency on lto-plugin configure.
3460 (lto-plugin module): Remove dependency on GCC; add dependency on
3461 liniberty.
3462
34632011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
3464
3465 * MAINTAINERS (Write After Approval): Add myself.
3466
34672010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
3468
3469 * configure: Regenerate.
3470
34712010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
3472
3473 * configure.ac: (picochip): Disable libiberty.
3474
34752010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
3476
3477 * MAINTAINERS (Write After Approval): Add myself.
3478
34792010-12-10 Ian Lance Taylor <iant@google.com>
3480
3481 PR bootstrap/46819
3482 * configure.ac: For --disable-libgcj clear libgcj_saved.
3483 * configure: Rebuild.
3484
34852010-12-10 Tobias Burnus <burnus@net-b.de>
3486
3487 PR fortran/46540
3488 * configure.ac: Add --disable-libquadmath and
3489 --disable-libquadmath-support.
3490 * configure: Regenerate.
3491
34922010-12-03 Ian Lance Taylor <iant@google.com>
3493
3494 * MAINTAINERS: Add myself as libgo maintainer.
3495
34962010-12-03 Hans-Peter Nilsson <hp@axis.com>
3497
3498 PR libffi/46792
3499 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
3500 * configure: Regenerate.
3501
35022010-12-02 Ian Lance Taylor <iant@google.com>
3503
3504 * configure.ac: Always set default for poststage1_ldflags to
3505 -static-libstdc++ -static-libgcc.
3506
35072010-11-29 Andreas Schwab <schwab@redhat.com>
3508
3509 * configure.ac: Move comment to remove extra space in last argument
3510 of GCC_TARGET_TOOL.
3511
35122010-11-26 Alexandre Oliva <aoliva@redhat.com>
3513
3514 PR other/46026
3515 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
3516 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
3517 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
3518 (BASE_FLAGS_TO_PASS): Use it.
3519 * configure: Rebuilt.
3520 * Makefile.in: Rebuilt.
3521
35222010-11-23 H.J. Lu <hongjiu.lu@intel.com>
3523
3524 PR binutils/12258
3525 * configure.ac: Correct comments for --enable-gold/--enable-ld.
3526 Properly check default linker.
3527 * configure: Regnerated.
3528
35292010-11-23 Matthias Klose <doko@ubuntu.com>
3530
3531 * configure.ac: For --enable-gold, handle value `default' instead of
3532 `both*'. New configure option --{en,dis}able-ld.
3533 * configure: Regenerate.
3534
35352010-11-20 Ian Lance Taylor <iant@google.com>
3536
3537 * configure.ac: Only disable a language library if no language needs
3538 it. Don't let --disable-libgcj uncondtionally disable libffi.
3539 * configure: Rebuild.
3540
35412010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3542
3543 * Makefile.in: Regenerate.
3544
3545 PR other/46202
3546 * configure.ac: Fix just-built in-tree STRIP name to be
3547 binutils/strip-new.
3548 * configure: Regenerate.
3549 * Makefile.def (install-strip-gcc, install-strip-binutils)
3550 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
3551 (install-strip-sid): Mirror dependencies on non-strip variants
3552 of these targets on the respective -strip prerequisites.
3553 * Makefile.tpl (install-strip, install-strip-host)
3554 (install-strip-target): New targets.
3555 (install-strip-[+module+], install-strip-target-[+module+]):
3556 New targets.
3557 * Makefile.in: Regenerate.
3558
35592010-11-19 Ian Lance Taylor <iant@google.com>
3560 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3561
3562 * configure.ac: Add target-libgo to target_libraries. Set
3563 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
3564 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
3565 (HOST_EXPORTS): Add GOC.
3566 (BASE_TARGET_EXPORTS): Add GOC.
3567 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
3568 (GOCFLAGS_FOR_TARGET): New variable.
3569 (EXTRA_HOST_FLAGS): Add GOC.
3570 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
3571 * Makefile.def (target_modules): Add libgo.
3572 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
3573 (dependencies): Add dependency from configure-target-libgo to
3574 configure-target-libffi and all-target-libstdc++-v3. Add
3575 dependencies from all-target-libgo to all-target-libffi.
3576 (languages): Add go.
3577 * configure: Rebuild.
3578 * Makefile.in: Rebuild.
3579
35802010-11-19 Ian Lance Taylor <iant@google.com>
3581
3582 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
3583 compiler/flag environment variables.
3584
35852010-11-18 Ian Lance Taylor <iant@google.com>
3586
3587 * configure.ac: Check for lang_requires_boot_languages in
3588 config-lang.in files.
3589 * configure: Rebuild.
3590
35912010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1ec601bf
FXC
3592 Tobias Burnus <burnus@net-b.de>
3593
3594 PR fortran/32049
3595 * Makefile.def: Add libquadmath; build it with language=fortran.
3596 * configure.ac: Add libquadmath.
3597 * Makefile.tpl: Handle multiple libs in check-[+language+].
3598 * Makefile.in: Regenerate.
3599 * configure: Regenerate.
3600
b9b9d342
TT
36012010-11-16 Tom Tromey <tromey@redhat.com>
3602
3603 * MAINTAINERS: Moved myself to reviewers section.
3604
ecbfe87a
ZD
36052010-11-15 Zdenek Dvorak <ook@ucw.cz>
3606
3607 * MAINTAINERS: Moved myself to reviewers section.
3608
29a4f477
RW
36092010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3610
3611 * MAINTAINERS (Various Maintainers): Add self for build machinery.
3612 (Write After Approval): Remove self.
3613
9965e3cd
AS
36142010-11-15 Andreas Schwab <schwab@redhat.com>
3615
3616 * configure.ac: Fix spelling in option names.
3617 * configure: Regenerated.
3618
0463992b
GJL
36192010-11-13 Georg-Johann Lay <georgjohann@web.de>
3620
3621 PR bootstrap/39622
3622 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
3623 * configure: Regenerated.
3624
3df08734
KG
36252010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
3626
3627 * MAINTAINERS: Update my email address.
3628
f16e2237
TG
36292010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3630
f16e2237
TG
3631 * configure: Regenerate.
3632
0bb52d68
TG
36332010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3634
1f980c25 3635 * configure: Regenerate.
0bb52d68 3636
aba2b02e
TG
36372010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3638
aba2b02e
TG
3639 * configure: Regenerate.
3640
27882098
TG
36412010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3642
27882098
TG
3643 * configure: Regenerate.
3644
d32ef397
AS
36452010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
3646
3647 * configure.ac: Support official CLooG.org versions.
3648 * configure: Regenerate.
3649 * config/cloog.m4: New.
3650
5a4b6c0e
FD
36512010-11-10 François Dumont <francois.cppdevs@free.fr>
3652
3653 * MAINTAINERS (Write After Approval): Add myself.
3654
f2cea726
DE
36552010-11-09 David Edelsohn <dje.gcc@gmail.com>
3656
3657 * MAINTAINERS: Update my email address.
3658
d8ed14ce
IS
36592010-11-04 Iain Sandoe <iains@gcc.gnu.org>
3660
3661 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
3662 * configure: Regenerate.
d8ed14ce 3663
48215350
DK
36642010-11-03 Ian Lance Taylor <iant@google.com>
3665 Dave Korn <dave.korn.cygwin@gmail.com>
3666
3667 PR lto/46273
3668 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
3669 and on other supported platforms whenever LTO is enabled.
3670 * configure: Rebuild.
3671
87841584
AM
36722010-11-02 Alan Modra <amodra@gmail.com>
3673
3674 PR binutils/12110
3675 * configure.ac: Error when source path contains spaces.
3676 * configure: Regenerate.
3677
fe12dfe1
JW
36782010-10-23 James E. Wilson <wilson@codesourcery.com>
3679
3680 * MAINTAINERS: Update my email address.
3681
66c92425
ILT
36822010-10-20 Ian Lance Taylor <iant@google.com>
3683
3684 * Makefile.def (target_modules): Set lib_path to src/.libs for
3685 libstdc++-v3 module.
3686 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
3687 * Makefile.in: Rebuild.
3688
187d3518
LB
36892010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3690
3691 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
3692 (Write After Approval): Remove myself.
3693
02db6bba
TG
36942010-10-15 Tristan Gingold <gingold@adacore.com>
3695
3696 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3697
c0103e74
DR
36982010-10-14 Douglas Rupp <rupp@gnat.com>
3699
3700 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3701
1cd0b716
DK
37022010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
3703
3704 * configure.ac (build_lto_plugin): New shell variable.
3705 (--enable-lto): Turn on by default for all non-ELF platforms that
3706 have had LTO support added so far. Set build_lto_plugin appropriately
3707 for both ELF and non-ELF.
3708 (configdirs): Add lto-plugin or not based on build_lto_plugin.
3709 * configure: Regenerate.
3710
d4c1abb3
RW
37112010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3712
3713 Sync from src:
3714 * configure.ac (v850 support): Remove target-libgloss from
3715 noconfigdirs.
3716 * configure: Regenerate.
3717
ffedf511
RW
37182010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3719
3720 PR bootstrap/45326
3721 PR bootstrap/45174
3722 * configure.ac: Honor initial values of $build_configargs,
3723 $host_configargs, $target_configargs. Mark the precious, so
3724 environment settings get recorded.
3725 * configure: Regenerate.
3726
e1826acc
RW
37272010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3728
3729 PR bootstrap/45796
3730 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
3731 Depend on all-build-libiberty.
3732 * Makefile.in: Regenerate.
3733
80920132
ME
37342010-09-30 Michael Eager <eager@eagercon.com>
3735
3736 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
3737 * configure: Regenerate.
3738
770a498a
ME
37392010-09-28 Michael Eager <eager@eagercon.com>
3740
3741 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
3742
86dfbd58
RW
37432010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3744
3745 PR bootstrap/44621
3746 * configure.ac: Fix unportable shell quoting.
3747 * configure: Regenerate.
3748
db50fe7d
IS
37492010-09-21 Iain Sandoe <iains@gcc.gnu.org>
3750
3751 * configure.ac (enable-lto): Add Darwin to the list of supported lto
3752 targets and amend comment.
3753 * configure: Regenerate.
3754
0064e825
TB
37552010-09-15 Tejas Belagod <tejas.belagod@arm.com>
3756
3757 * MAINTAINERS (Write After Approval): Add myself.
3758
bb79486c
JH
37592010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
3760
3761 * configure.ac: Enable LTO by default on Darwin.
3762 * configure: Regenerate.
3763
9e0b22c3
MS
37642010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
3765
bb79486c 3766 * MAINTAINERS (Write After Approval): Add myself.
9e0b22c3 3767
2fabf1b7
IB
37682010-09-01 Ian Bolton <ian.bolton@arm.com>
3769
bb79486c 3770 * MAINTAINERS (Write After Approval): Add myself.
2fabf1b7 3771
3a9abc98
DS
37722010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
3773
3774 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
3775 ports
3776
331a9a59
DY
37772010-07-28 David Yuste <david.yuste@gmail.com>
3778
3779 * MAINTAINERS (Write After Approval): Add myself.
3780
223a9d64
N
37812010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
3782
3783 * configure.ac: Support all v850 targets.
3784 * configure: Regenerate.
3785
9183bdcf
MG
37862010-07-23 Marc Glisse <marc.glisse@normalesup.org>
3787
3788 PR bootstrap/44455
3789 * configure.ac (extra_mpfr_configure_flags): Copy from
3790 extra_mpc_gmp_configure_flags.
3791 * configure: Re-generated.
3792
2e290598
AK
37932010-07-22 Andi Kleen <ak@linux.intel.com>
3794
3795 * MAINTAINERS (Write After Approval): Add myself.
3796
8d6cd388
CLT
37972010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
3798
3799 * MAINTAINERS (Write After Approval): Add myself.
3800
b0b01eb0
JY
38012010-07-20 Jeffrey Yasskin <jyasskin@google.com>
3802
3803 * MAINTAINERS (Write After Approval): Add myself.
3804
77198d71
JH
38052010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
3806
3807 PR target/44862
3808 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
3809 Provide -B option to allow for link spec %s substitutions for
3810 libstdc++.a on darwin.
3811 * Makefile.in: Regenerate.
3812
02fe70af
MM
38132010-07-10 Mikael Morin <mikael@gcc.gnu.org>
3814
3815 * MAINTAINERS (Reviewers): Update my e-mail address
3816
c63a4676
AO
38172010-06-10 Alexandre Oliva <aoliva@redhat.com>
3818
3819 * Makefile.def (configure-gcc): Depend on all-libelf.
3820 * Makefile.in: Rebuild.
3821
e68edbf6
FC
38222010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
3823
3824 * MAINTAINERS (Write After Approval): Add myself in the right place.
3825
dce2d8b2 38262010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
8eee0b8f
FC
3827
3828 * MAINTAINERS (Write After Approval): Add myself.
3829
dce2d8b2 38302010-05-25 Sterling Augustine <sterling@tensilica.com>
db94b0d8
SA
3831
3832 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
dce2d8b2
EB
3833
38342010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
0c422e74 3835
1ab55d69
MK
3836 * config.sub: Update to version 2010-05-21.
3837 * config.guess: Update to version 2010-04-03.
0c422e74 3838
02540df4
SB
38392010-05-18 Steven Bosscher <steven@gcc.gnu.org>
3840
3841 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3842 * configure: Regenerate.
3843
dfe5f5b2
ST
38442010-05-12 Sriraman Tallam <tmsriram@google.com>
3845
3846 * MAINTAINERS (Write After Approval): Add myself.
3847
c082f9f3
SB
38482010-05-07 Steven Bosscher <steven@gcc.gnu.org>
3849
3850 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
3851 a platform that supports LTO.
3852 * configure: Regenerate.
3853
f1af9e5f
SP
38542010-05-05 Sebastian Pop <sebastian.pop@amd.com>
3855
3856 * configure.ac: Allow all the versions greater than 0.10 of PPL.
3857 * configure: Regenerated.
3858
38e3d868
RM
38592010-04-27 Roland McGrath <roland@redhat.com>
3860 H.J. Lu <hongjiu.lu@intel.com>
3861
3862 * configure.ac (--enable-gold): Support both, both/gold and
3863 both/bfd to add gold to configdirs without removing ld.
3864 * configure: Regenerated.
3865
3866 * Makefile.def: Add install-gold dependency to install-ld.
3867 * Makefile.in: Regenerated.
3868
3bec79c5
DK
38692010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
3870
3871 PR lto/42776
3872 * configure.ac (--enable-lto): Refactor handling so libelf tests
3873 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
3874 and allow LTO to be explicitly enabled on non-ELF platforms that
3875 are known to support it inside else-clause.
3876 * configure: Regenerate.
3877
615c8ffa
EB
38782010-04-20 Eric Botcazou <ebotcazou@adacore.com>
3879
3880 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3881 * configure: Regenerate.
3882
e4522f78
RC
38832010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
3884
3885 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3886 * configure: Regenerate.
3887
8ccb78f2
RO
38882010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3889
3890 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3891 separately.
3892 * configure: Regenerate.
3893
d5cc2ee3
KW
38942010-04-16 Kevin Williams <kevin.williams@inria.fr>
3895
3896 * MAINTAINERS (Write After Approval): Add myself.
3897
8406cb62
TG
38982010-04-14 Tristan Gingold <gingold@adacore.com>
3899
3900 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3901 * configure: Regenerate.
3902
3591b8e2
SE
39032010-04-13 Steve Ellcey <sje@cup.hp.com>
3904
3905 * configure: Regenerate after change to elf.m4.
3906
a82ecc7b
IS
39072010-04-06 Iain Sandoe <iains@gcc.gnu.org>
3908
3909 * MAINTAINERS (Write After Approval): Add myself.
3910
1f0bf148
SP
39112010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3912
3913 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
3914 * configure: Regenerated.
3915
39162010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3917
3918 * configure.ac: Print "buggy but acceptable" when CLooG
3919 revision is less than 9.
3920 * configure: Regenerated.
3921
ecd01dee
DN
39222010-04-01 Diego Novillo <dnovillo@google.com>
3923
3924 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
3925
dc683a3f
RW
39262010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3927
3928 PR bootstrap/43615
3929 PR bootstrap/43328
3930
3931 Revert:
3932
3933 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3934
3935 * configure.ac: Do not pass --enable-multilib nor
3936 --disable-multilib in baseargs. Accept explicitly passed
3937 --enable_multilib.
3938 * configure: Regenerate.
3939
7527d83f
UW
39402010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
3941
3942 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
3943
895522b6
JJ
39442010-03-31 Janis Johnson <janis187@us.ibm.com>
3945
3946 * MAINTAINERS: Remove myself.
3947
9db4e878
RW
39482010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3949
3950 PR bootstrap/43328
3951 * configure.ac: Do not pass --enable-multilib nor
3952 --disable-multilib in baseargs. Accept explicitly passed
3953 --enable_multilib.
3954 * configure: Regenerate.
3955
acf6bf36
AP
39562010-03-28 Andrew Pinski <pinskia@gmail.com>
3957
3958 * MAINTAINERS (spu port): Remove me.
3959
b42f0d7e
JM
39602010-03-23 Joseph Myers <joseph@codesourcery.com>
3961
3962 * configure.ac (tic6x-*-*): New case.
3963 * configure: Regenerate.
3964
0d1152b1
JM
39652010-03-23 Joseph Myers <joseph@codesourcery.com>
3966
3967 * config.sub: Update to version 2010-03-22.
3968 * config.guess: Update to version 2009-12-30.
3969
dce2d8b2 39702010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
0aeb3cc6
JH
3971
3972 PR ada/42554
3973 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
3974 * configure: Regenerate.
3975
5408fbe8
RR
39762010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3977
3978 * MAINTAINERS: Update my email address.
3979
3f55a3b3
SP
39802010-03-17 Sebastian Pop <sebastian.pop@amd.com>
3981
3982 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
3983 (ghassan.shobaki@amd.com): Removed.
3984
3f08f7e8
AM
39852010-03-17 Alan Modra <amodra@gmail.com>
3986
3987 * MAINTAINERS: Update my email address.
3988
f3a9d094
DN
39892010-03-16 Diego Novillo <dnovillo@google.com>
3990
3991 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
3992 Matthews.
3993
db5c4b8b
JM
39942010-03-16 Joseph Myers <joseph@codesourcery.com>
3995
3996 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
3997 Gutson, Jeffrey D. Oldham and Mark Shinwell.
3998
b995570a
JM
39992010-03-16 Joseph Myers <joseph@codesourcery.com>
4000
4001 * MAINTAINERS: Update my email address.
4002
124cc66f
DJ
40032010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
4004
4005 * MAINTAINERS: Update my email address.
4006
a4581668
BS
40072010-03-15 Bernd Schmidt <bernds@codesourcery.com>
4008
4009 * MAINTAINERS: Update my email address.
4010
49d78e29
JZ
40112010-03-09 Jie Zhang <jie@codesourcery.com>
4012
4013 * MAINTAINERS: Update my email address.
4014
8927b7c0
RO
40152010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4016
4017 PR libstdc++/32499
4018 * configure.ac (RANLIB): Default to true.
4019 (STRIP): Likewise.
4020 (RANLIB_FOR_TARGET): Remove superfluous : argument.
4021 * configure: Regenerate.
4022
dce2d8b2 40232010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
cae072e2
RAE
4024
4025 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
4026 (Write After Approval): Update my email address.
4027
bf646aaf
NC
40282010-02-17 Nick Clifton <nickc@redhat.com>
4029
4030 PR 11238
4031 * Makefile.tpl (local-distclean): Also remove config.cache files in
4032 sub-directories as there may not be Makefiles present in the
4033 sub-directories.
96e41f16
NC
4034 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
4035 the config.cache files found by the find command.
4036
bf646aaf
NC
4037 * Makefile.in: Regenerate.
4038 * configure.ac: Revert previous delta.
4039 * configure: Regenerate.
4040
ff78880a
NC
40412010-02-15 Nick Clifton <nickc@redhat.com>
4042
4043 PR 11238
4044 * configure.ac: Delete config.cache files in sub-directories when
4045 deleting Makefiles.
4046 * configure: Regenerate.
4047
8150eadf
BE
40482010-02-12 Ben Elliston <bje@gnu.org>
4049
4050 * MAINTAINERS: Update my email address.
4051
a9e12bfd
AP
40522010-02-08 Andrew Pinski <pinskia@gmail.com>
4053
4054 * MAINTAINERS (spu port): Update my email address.
4055
95315086
JZ
40562010-02-08 Jie Zhang <jie.zhang@analog.com>
4057
4058 * MAINTAINERS: Add myself as a maintainer for the bfin port.
4059
362c6d2f
KG
40602010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4061
4062 * configure.ac: Add "recommended" version checks for GMP/MPC.
4063 Update recommended GMP/MPFR/MPC versions.
4064 * configure: Regenerate.
4065
888c5ad2
JR
40662010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
4067
4068 * MAINTAINERS: Move my Embecosm email address into the
4069 write-after-approval section.
4070
3bf714a7
ILT
40712010-01-26 Ian Lance Taylor <iant@google.com>
4072
4073 * MAINTAINERS: Add myself as Go frontend maintainer.
4074
ad1e5170
JR
40752010-01-25 Joern Rennecke <amylaar@spamcop.net>
4076
4077 PR libstdc++/36101, PR libstdc++/42813
4078 * configure.ac (bootstrap_target_libs): Make inclusion of
4079 target-libgomp conditional on libgomb being in target_configdirs.
4080 * configure: Regenerate.
4081
fb0553d1
JR
40822010-01-23 Joern Rennecke <amylaar@spamcop.net>
4083
4084 PR libstdc++/36101, PR libstdc++/42813
4085 * configure.ac (bootstrap_target_libs): Include target-libgomp.
4086 * configure: Regenerate.
4087
aae29963
JR
40882010-01-22 Joern Rennecke <amylaar@spamcop.net>
4089
4090 PR libstdc++/36101, PR libstdc++/42813
4091 * configure.ac (target_configdirs): Substitute.
4092 * Makefile.def: Bootstrap target module libgomp.
4093 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
4094 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
4095 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
4096 * configure, Makefile.in: Regenerate.
4097
d8fe8895
DK
40982010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
4099
4100 * MAINTAINERS: Adjust my details.
4101
ebfe4897
EW
41022010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
4103
4104 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
4105
f7746c59
TL
41062010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
4107
4108 * MAINTAINERS: reindented my entry with tabs instead of spaces.
4109
306c7b5b
TL
41102010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
4111
4112 * MAINTAINERS (Write After Approval): Add myself.
4113
1b8b9e19
KT
41142010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
4115
4116 * MAINTAINERS (Write After Approval): Add myself.
4117
c164615b
RG
41182010-01-11 Richard Guenther <rguenther@suse.de>
4119
4120 PR lto/41569
4121 * Makefile.def (all-lto-plugin): Depend on all-gcc.
4122 * Makefile.in: Regenerated.
4123
f3f623ae
AT
41242010-01-11 Andreas Tobler <andreast@fgznet.ch>
4125
4126 * configure.ac: Enable libjava build on x86_64-*freebsd*.
4127 * configure: Regenerate.
4128
592c90ff 41292010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9c78662a 4130 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
592c90ff
KG
4131
4132 PR bootstrap/42424
4133 * configure.ac: Include libtool m4 files.
9c78662a 4134 (_LT_CHECK_OBJDIR): Call it.
592c90ff
KG
4135 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
4136 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
f7746c59 4137
592c90ff
KG
4138 * configure: Regenerate.
4139
60a2e213
RW
41402010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4141
4142 PR bootstrap/41818
4143 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
4144 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
4145 * Makefile.in: Regenerate.
4146
7413962d
RG
41472010-01-02 Richard Guenther <rguenther@suse.de>
4148
4149 PR lto/41529
4150 * configure.ac: Include config/elf.m4. Disable LTO if not
4151 builting for an elf target.
4152 * configure: Regenerate.
4153
f77f3945
CF
41542009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
4155
4156 * MAINTAINERS: Change my email address.
4157
4960e3f0
BE
41582009-12-18 Ben Elliston <bje@au.ibm.com>
4159
4160 * config.sub, config.guess: Update from upstream sources.
4161
d16a31da
SZ
41622009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
4163
4164 * MAINTAINERS (Write After Approval): Add myself.
4165
3a5729ea
KG
41662009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4167
4168 PR middle-end/30447
4169 PR middle-end/30789
4170 PR other/40302
4171
4172 * configure.ac: Require MPC.
4173 * configure: Regenerate.
4174
43e02a8a
RW
41752009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4176
4177 PR target/38384
4178 PR bootstrap/40972
4179 * libtool.m4: Sync from git Libtool.
4180 * ltoptions.m4: Likewise.
4181 * ltversion.m4: Likewise.
4182 * lt~obsolete.m4: Likewise.
4183 * ltmain.sh: Likewise.
4184
360d4522
KG
41852009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4186
4187 * configure.ac: Update minimum MPC version to 0.8.
4188 * configure: Regenerate.
4189
f264ed56
SP
41902009-11-21 Sebastian Pop <sebpop@gmail.com>
4191
4192 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
4193 * configure: Regenerated.
4194
ed2eaa9f
ILT
41952009-11-21 Ian Lance Taylor <iant@google.com>
4196
4197 * configure.ac: Change default of poststage1_ldflags to be empty if
4198 poststage1_libs is set. When poststage1_libs is empty, and
4199 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
4200 * configure: Rebuild.
4201
58346783
AN
42022009-11-21 Adam Nemet <adambnmet@gmail.com>
4203
4204 * MAINTAINERS (Write After Approval): Update my email address.
4205
5ca0106a
BE
42062009-11-20 Ben Elliston <bje@au.ibm.com>
4207
4208 * config.guess: Update from upstream sources.
4209
87213cd4
AO
42102009-11-16 Alexandre Oliva <aoliva@redhat.com>
4211
4212 * Makefile.def: Restore host and target settings for gmp.
4213 * Makefile.in: Rebuild.
4214
f61428ed
AO
42152009-11-16 Alexandre Oliva <aoliva@redhat.com>
4216
4217 * configure.ac: Add libelf to host_libs. Enable in-tree configury
4218 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
4219 Fix portability of test of C++ as bootstrap language. Add
4220 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
4221 * configure: Rebuild.
4222 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
4223 and cloog. Fix in-tree ppl configuration. Introduce libelf
4224 in-tree building.
4225 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
4226 (POSTSTAGE1_HOST_EXPORTS): Use it.
4227 (STAGE[+id+]_CXXFLAGS): New.
4228 (BASE_FLAGS_TO_PASS): Pass it down.
4229 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
4230 extra_exports.
4231 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
4232 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
4233 extra_exports.
4234 * Makefile.in: Rebuild.
4235
f6c56be6
BE
42362009-11-17 Ben Elliston <bje@au.ibm.com>
4237
4238 * config.sub, config.guess: Update from upstream sources.
4239
0ccb5970
JK
42402009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4241
4242 * MAINTAINERS (Write After Approval): Add myself.
4243
dce2d8b2 42442009-11-09 Jon Beniston <jon@beniston.com>
3f08607c
JB
4245
4246 * MAINTAINERS (Write After Approval): Add myself.
4247
5d571eaa
OS
42482009-11-06 Ozkan Sezer <sezeroz@gmail.com>
4249
4250 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
4251 paths for *-w64-mingw* and x86_64-*mingw*.
4252 * configure: Regenerated.
4253
dce2d8b2 42542009-11-05 Joern Rennecke <amylaar@spamcop.net>
3be9759a
JR
4255
4256 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
4257
c393f559
BK
42582009-11-02 Benjamin Kosnik <bkoz@redhat.com>
4259
4260 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
4261 Phil Edwards to Write-After Approval.
4262
ef4c4300
KT
42632009-10-30 Kai Tietz <kai.tietz@onevision.com>
4264
4265 * configure.ac: Disable target-winsup & co for
4266 x86_64-*-mingw* and *-w64-mingw* targets.
4267 * configure: Regenerated.
4268
65a324b4
NC
42692009-10-16 Nick Clifton <nickc@redhat.com>
4270
4271 * MAINTAINERS: Add myself as a maintainer for the RX port.
4272
dce2d8b2 42732009-10-26 Johannes Singler <singler@kit.edu>
22e5d3dc 4274
9c78662a 4275 * MAINTAINERS (Write After Approval): Update my e-mail address.
22e5d3dc 4276
17e72e5d
RO
42772009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4278
4279 * configure.ac (CLooG test): Use = with test.
4280 * configure: Regenerate.
4281
ed3a56f3
RG
42822009-10-22 Richard Guenther <rguenther@suse.de>
4283
4284 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
4285 cloog if the ppl version check failed. Move flags saving
4286 before setting in libelf check.
4287 * configure: Regenerate.
4288
ad0abd3c
RG
42892009-10-21 Richard Guenther <rguenther@suse.de>
4290
4291 * configure.ac: Adjust the ppl and cloog configure to work as
4292 documented. Disable cloog if ppl was disabled. Omit the version
4293 checks if they were disabled.
4294 * configure: Re-generate.
4295
e4c5bd48
RW
42962009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4297
4298 * configure.ac: Add 'lto' to enable_languages, not
4299 new_enable_languages, and only if not already present.
4300 * configure: Regenerate.
4301
0ffd69c5
GP
43022009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
4303
4304 * README: Refer to the various COPYING* files instead of just
4305 COPYING.
4306 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
4307
dce2d8b2 43082009-10-07 Rafael Avila de Espindola <espindola@google.com>
1fc23736
RE
4309
4310 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2bf33cdb 4311
58687768
RG
43122009-10-07 Richard Guenther <rguenther@suse.de>
4313
4314 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
4315 and Richard Guenther as reviewers.
4316 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
4317 as reviewers.
4318
49b0ca5c 43192009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
d2d9ce5e 4320
49b0ca5c 4321 * config.sub: Update from upstream sources.
d2d9ce5e 4322
aeb94799
ILT
43232009-10-06 Ian Lance Taylor <iant@google.com>
4324
4325 * Makefile.def: check-gold depends upon all-gas.
4326 * Makefile.in: Rebuild.
4327
123651cd
PM
43282009-10-05 Phil Muldoon <pmuldoon@redhat.com>
4329
4330 * MAINTAINERS (Write After Approval): Add myself.
4331
d7f09764
DN
43322009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
4333
4334 * Makefile.def: all-lto-plugin depends on all-libiberty.
4335 set bootstrap=true for lto-plugin.
4336 Add lto-plugin.
4337 * Makefile.in: Regenerate.
4338 * configure.ac (host_libs): Add lto-plugin.
4339 * configure: Regenerate.
4340
d7f09764
DN
43412009-10-03 Diego Novillo <dnovillo@google.com>
4342
4343 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
4344 (HOST_LIBELFLIBS): Define.
4345 (HOST_LIBELFINC): Define.
4346 * Makefile.in: Regenerate.
4347 * configure.ac: Add --enable-lto.
4348 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
4349 If --enable-lto is used, add 'lto' to new_enable_languages.
4350 If --enable-lto is used and gold is enabled, add
4351 lto-plugin to configdirs.
4352 * configure: Regenerate.
4353
43542009-10-03 Simon Baldwin <simonb@google.com>
4355
4356 * configure.ac: If --with-system-zlib, suppress local zlib and
4357 pass --with-system-zlib to subdir configure scripts.
4358 * configure: Regenerate.
4359
dce2d8b2 43602009-10-01 Loren J. Rittle <ljrittle@acm.org>
0ecdd2aa
LR
4361 Paolo Bonzini <bonzini@gnu.org>
4362
4363 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
4364 $(srcdir).
4365 * Makefile.in: Rebuilt.
4366
dce2d8b2 43672009-09-26 Gary Funck <gary@intrepid.com>
5bfbb7f7
GF
4368
4369 * MAINTAINERS (Write After Approval): Add myself.
4370
3e661154
KG
43712009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4372
4373 * configure.ac: Update minimum MPC version to 0.7.
4374 * configure: Regenerate.
4375
f1a036e4
NC
43762009-09-25 Nick Clifton <nickc@redhat.com>
4377
4378 * configure.ac: Pass any --cache-file=/dev/null option on to
4379 subconfigures.
4380 * configure: Regenerate.
4381
d4c74acc
NC
43822009-09-23 Nick Clifton <nickc@redhat.com>
4383
4384 * config.sub, config.guess: Update from upstream sources.
4385
dce2d8b2 43862009-09-22 Loren J. Rittle <ljrittle@acm.org>
03261b6d
LR
4387
4388 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
4389 * Makefile.in: Rebuilt.
4390
0db770bd
RW
43912009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4392
4393 PR bootstrap/32272
4394 * configure.ac: Error out if $srcdir isn't '.' but contains
4395 host-${host_noncanonical}.
4396 * configure: Regenerate.
4397
71101870
RO
43982009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4399
4400 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
4401 maintainer.
4402
ca6d0d62
RW
44032009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4404
79cd2b23
RW
4405 * configure.ac: If bootstrapping a combined tree with
4406 --enable-gold, require c++ in stage1_languages.
4407 * configure: Regenerate.
4408
ab9dcd0c
RW
4409 * configure.ac: Also add target_libs of stage1_languages to
4410 bootstrap_target_libs.
4411 * configure: Regenerate.
4412
ca6d0d62
RW
4413 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
4414 with --enable-languages not containing c++.
4415 * configure: Regenerate.
4416
1c3c9f12
JZ
44172009-09-15 Jie Zhang <jie.zhang@analog.com>
4418
4419 * configure.ac: Disable java and boehm-gc for bfin-*-*.
4420 * configure: Regenerate.
4421
dce2d8b2 44222009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
0318772d 4423
6fb30a14
JR
4424 * MAINTAINERS (Write After Approval): Update my e-mail address,
4425 and move from from here...
4426 (Waiting for paperwork): To here.
0318772d 4427
4056c2c6
JM
44282009-09-09 Joseph Myers <joseph@codesourcery.com>
4429
4430 * MAINTAINERS (Reviewers): Add self as driver reviewer.
4431
3e54529c
RW
44322009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4433
4434 * configure.ac: Do not use $extrasub for replacing @if/@endif
4435 parts in Makefile; instead, use additional arguments to
4436 AC_CONFIG_COMMANDS to do the replacement manually, with several
4437 sed invocations, to avoid HP-UX sed command limits.
4438 * configure: Regenerate.
4439
713e2ea6
AO
44402009-09-08 Alexandre Oliva <aoliva@redhat.com>
4441
4442 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
4443 blank before -L.
4444
5646b7b9
AO
44452009-09-04 Alexandre Oliva <aoliva@redhat.com>
4446
4447 * configure.ac (with-build-config): Document. Handle without.
4448 Handle missing argument.
4449 * configure: Rebuilt.
4450
e12c4094
AO
44512009-09-03 Alexandre Oliva <aoliva@redhat.com>
4452
4453 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
4454 Default to bootstrap-debug only if compare-debug works.
4455 * configure: Rebuilt.
4456 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
4457 * Makefile.in: Rebuilt.
4458
75cb0057
RO
44592009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4460
4461 * MAINTAINERS (OS Port Maintainers): Update my email address.
4462
8fc68cba
AO
44632009-09-01 Alexandre Oliva <aoliva@redhat.com>
4464
4465 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
4466 * Makefile.in: Rebuilt.
4467
44cb38cf
CD
44682009-09-01 Chris Demetriou <cgd@google.com>
4469
4470 * MAINTAINERS (Write After Approval): Add myself.
4471
f9329c35
DS
44722009-08-31 Dodji Seketeli <dodji@redhat.com>
4473
4474 PR debug/30161
4475 * include/dwarf2.h (enum dwarf_tag): Added
4476 DW_TAG_GNU_template_template_param
4477 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
4478
f945e229
PB
44792009-08-30 Paolo Bonzini <bonzini@gnu.org>
4480
4481 * Makefile.tpl (AWK): Fix typo.
4482 * Makefile.in: Regenerate.
4483
87264276
PB
44842009-08-30 Paolo Bonzini <bonzini@gnu.org>
4485
4486 * configure.ac: Detect awk and sed.
4487 * Makefile.def (flags_to_pass): Add AWK and SED.
4488 * Makefile.tpl (AWK, SED): New.
4489 (BASE_FLAGS_TO_PASS): Add AWK and SED.
4490 * configure: Regenerate.
4491 * Makefile.in: Regenerate.
4492
68ccd57c
DK
44932009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
4494
4495 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
4496 (collapseslashes): Likewise.
4497
df58e648
RW
44982009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4499
4500 * configure.ac (AC_PREREQ): Bump to 2.64.
4501
0539cb2c
RW
45022009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4503
70fa0efa
RW
4504 * configure.ac: Remove --with-datarootdir, --with-docdir,
4505 --with-pdfdir, --with-htmldir switches.
4506 * configure: Regenerate.
4507
5213506e
RW
4508 * configure: Regenerate.
4509
0539cb2c
RW
4510 * compile: Sync from Automake 1.11.
4511 * depcomp: Likewise.
4512 * install-sh: Likewise.
4513 * missing: Likewise.
4514 * mkinstalldirs: Likewise.
4515 * ylwrap: Likewise.
4516
197c68cc
DK
45172009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
4518
4519 * ltmain.sh (func_normal_abspath): New function.
4520 (func_relative_path): Likewise.
4521 (func_mode_help): Document new -bindir option for link mode.
4522 (func_mode_link): Add new -bindir option, and use it to place
4523 output DLL if specified.
4524
58af276a
RW
45252009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4526
0115d4a3
RW
4527 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
4528 (baseargs): Add --disable-option-checking.
4529 * configure: Regenerate.
4530
58af276a
RW
4531 * Makefile.def (configure-target-libiberty): Depend on
4532 all-binutils and all-ld.
4533 (configure-target-newlib): Likewise.
4534 * Makefile.in: Regenerate.
4535
e9d9afef
BE
45362009-08-17 Ben Elliston <bje@au.ibm.com>
4537
4538 * config.sub, config.guess: Update from upstream sources.
4539
354ebf88
RW
45402009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4541
4542 Sync from src, merge:
4543
4544 2009-07-02 Tristan Gingold <gingold@adacore.com>
4545
4546 * configure.ac: Do not exclude gas for i386-*-darwin.
4547 Add a case for x86_64-*-darwin.
4548 * configure: Regenerate.
4549
8375f7b2
NV
45502009-08-06 Neil Vachharajani <nvachhar@gmail.com>
4551
4552 * MAINTAINERS: Add my name to Write After Approval list.
4553
dce2d8b2 45542009-08-06 Michael Eager <eager@eagercon.com>
ca9fe997
ME
4555
4556 * configure.ac: Add Microblaze target.
4557 * configure: Regenerate.
4558
ea2002ba
CB
45592009-07-31 Christian Bruel <christian.bruel@st.com>
4560
4561 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
4562 * configure: Regenerate.
2bf33cdb 4563
dce2d8b2 45642009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
f563194d
RIL
4565
4566 * MAINTAINERS (Write After Approval): Update my e-mail address.
4567
e90e6bd7
ILT
45682009-07-06 Ian Lance Taylor <iant@google.com>
4569
4570 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
4571 * configure: Rebuild.
4572
f6e0880a
TG
45732009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
4574
4575 * MAINTAINERS: Move myself to the Graphite Reviewers.
4576
6d984927
WG
45772009-06-30 Wei Guozhi <carrot@google.com>
4578
4579 * MAINTAINERS: Add my name to Write After Approval list.
4580
f2689b09
SE
45812009-06-26 Steve Ellcey <sje@cup.hp.com>
4582
4583 PR bootstrap/40338
4584 * configure.ac (comparestring): Create new variable.
4585 * Makefile.tpl (comparestring): Use to skip some comparisions.
4586 * configure: Regenerate.
4587 * Makefile.in: Regenerate.
4588
f62c0ba4
DE
45892009-06-26 Doug Evans <dje@sebabeach.org>
4590
4591 * Makefile.def (host_modules): Add cgen.
4592 * Makefile.in: Regenerate.
4593 * configure.ac (host_tools): Add cgen.
4594 * configure: Regenerate.
4595
7acf4da6
DD
45962009-06-23 DJ Delorie <dj@redhat.com>
4597
4598 * MAINTAINERS: Add myself as mep maintainer.
4599
00020c16
ILT
46002009-06-23 Ian Lance Taylor <iant@google.com>
4601
4602 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
4603 boot_languages. Only bootstrap target libraries listed in
4604 target_libs for some boot language. Add --with-stage1-ldflags,
4605 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
4606 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
4607 if not building with C++.
4608 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
4609 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
4610 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
4611 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
4612 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
4613 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
4614 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
4615 * configure, Makefile.in: Rebuild.
4616
1da52d4a
LF
46172009-06-23 Li Feng <nemokingdom@gmail.com>
4618
4619 * MAINTAINERS: Added my name to write-after-approval list.
4620
144c9175
RM
46212009-06-15 Ryan Mansfield <rmansfield@qnx.com>
4622
4623 * configure.ac: Define is_elf for QNX Neutrino targets.
4624 * configure: Regenerate.
4625
e5871e24
GS
46262009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
4627
9c78662a 4628 * MAINTAINERS: Added my name to the write-after-approval list
e5871e24 4629
5f4a82c0
KG
46302009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4631
4632 * configure.ac: Detect MPC in default directory.
4633 * configure: Regenerate.
4634
394e9195
JG
46352009-06-03 Jerome Guitton <guitton@adacore.com>
4636 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4637
9c78662a
UB
4638 * Makefile.tpl (all): Avoid a trailing backslash.
4639 * Makefile.in: Regenerate.
394e9195 4640
47bca6aa
BE
46412009-06-03 Ben Elliston <bje@au.ibm.com>
4642
4643 * config.sub, config.guess: Update from upstream sources.
4644
a891a473
RS
46452009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
4646
4647 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
4648 to noconfdirs.
4649 * configure: Regenerate.
4650
70cb2d9f
AO
46512009-06-02 Alexandre Oliva <aoliva@redhat.com>
4652
4653 * Makefile.tpl ([+compare-target+]): Compare all stage
4654 directories, rather than just gcc.
4655 * Makefile.in: Rebuilt.
4656
7f1245df
DK
46572009-06-01 Doug Kwan <dougkwan@google.com>
4658
4659 * configure.ac: Support gold for target arm*-*-*.
4660 * configure: Regenerate.
394e9195 4661
acd26225
KG
46622009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4663
4664 * Makefile.def: Add MPC support and dependencies.
4665 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
4666
4667 * Makefile.in, configure: Regenerate.
4668
a1fc946a
AO
46692009-05-27 Alexandre Oliva <aoliva@redhat.com>
4670
4671 * Makefile.tpl (all): Avoid harmless warning in make all when
4672 gcc-bootstrap is enabled but stage_last does not exist.
4673 * Makefile.in: Rebuilt.
4674
2e6a3c8d
NR
46752009-05-24 Nicolas Roche <roche@adacore.com>
4676
4677 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
4678 * Makefile.in: Regenerate.
4679
63487d11
DC
46802009-05-21 Denis Chertykov <chertykov@gmail.com>
4681
4682 * MAINTAINERS: Update my e-mail address.
4683
449223af
DK
46842009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
4685
4686 * configure.ac (cygwin noconfigdirs): Remove libgcj.
4687 * configure: Regenerate.
4688
31c98f49
AO
46892009-05-18 Alexandre Oliva <aoliva@redhat.com>
4690
4691 PR other/40159
4692 * Makefile.tpl (all): Don't assume gcc-bootstrap and
4693 gcc-no-bootstrap are mutually exclusive.
4694 * Makefile.in: Rebuilt.
4695
0f501837
AO
46962009-05-18 Alexandre Oliva <aoliva@redhat.com>
4697
4698 PR other/40159
4699 * Makefile.tpl (all): Don't end with unconditional success.
4700 * Makefile.in: Rebuilt.
4701
4a4a4e99
AO
47022009-05-12 Alexandre Oliva <aoliva@redhat.com>
4703
4704 PR target/37137
4705 * Makefile.def (flags_to_pass): Remove redundant and incomplete
4706 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
4707 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
4708 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
4709 stage_configureflags, stage_cflags and stage_libcflags into
4710 explicit Makefile macros.
4711 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
4712 GFORTRAN.
4713 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
4714 CC. Set CC_FOR_BUILD from CC.
4715 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
4716 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
4717 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
4718 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
4719 and GFORTRAN.
4720 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
4721 (_LIBCFLAGS): Renamed to _TFLAGS.
4722 (do-compare-debug, do-compare3-debug): Drop.
4723 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
4724 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
4725 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
4726 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
4727 (XGCC_FLAGS_FOR_TARGET): New.
4728 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
4729 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
4730 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
4731 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
9c78662a 4732 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
4a4a4e99
AO
4733 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
4734 TFLAGS.
4735 (BUILD_CONFIG): Include if requested.
4736 (all): Set TFLAGS on bootstrap.
4737 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
4738 (all-stageid-prefixmodule): Likewise.
4739 (do-clean, distclean-stageid): Set TFLAGS.
4740 (restrap): Fix whitespace.
4741 * Makefile.in: Rebuilt.
4742
1cee3429
PB
47432009-05-07 Paolo Bonzini <bonzini@gnu.org>
4744
4745 * config.guess: Sync with src.
4746
0b70eafd
DK
47472009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
4748
4749 * configure.ac ($with_ppl): Default to no if not supplied.
4750 ($with_cloog): Likewise.
4751 configure: Regenerate.
4752
5175f17c
JW
47532009-04-27 James E. Wilson <wilson@codesourcery.com>
4754
4755 * MAINTAINERS: Update my e-mail address.
4756
952fa153
NC
47572009-04-27 Nick Clifton <nickc@redhat.com>
4758
4759 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
4760
a687f83c
EB
47612009-04-25 Eric Botcazou <ebotcazou@adacore.com>
4762
4763 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
4764 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
4765 * Makefile.in: Regenerate.
4766
9e3eba15
KG
47672009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4768
4769 PR bootstrap/39739
4770 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
4771 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
4772
4773 * configure, Makefile.in: Regenerate.
4774
a687f83c 47752009-04-21 Taras Glek <tglek@mozilla.com>
d1b38208
TG
4776
4777 * include/hashtab.h: Update GTY annotations to new syntax
4778 * include/splay-tree.h: Likewise
4779
070bdbd9
BE
47802009-04-17 Ben Elliston <bje@au.ibm.com>
4781
4782 * config.sub, config.guess: Update from upstream sources.
4783
55f2d967
AG
47842009-04-15 Anthony Green <green@moxielogic.com>
4785
4786 * configure.ac: Add moxie support.
4787 * configure: Rebuilt.
4788
309c24a9
JJ
47892009-04-14 Jakub Jelinek <jakub@redhat.com>
4790
4791 * configure.ac: Change copyright header to refer to version
4792 3 of the GNU General Public License and to point readers at the
4793 COPYING3 file and the FSF's license web page.
4794 * Makefile.def: Likewise.
4795 * Makefile.tpl: Likewise.
4796 * Makefile.in: Regenerate.
4797
b93133bc
JH
47982009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
4799
4800 * configure.ac: Restore match for darwin9 or later. Use double
4801 brackets since regeneration eats one pair.
4802 * configure: Regenerate.
4803
d18ff35a
L
48042009-04-09 H.J. Lu <hongjiu.lu@intel.com>
4805
4806 PR gas/10039
4807 * configure.ac: Require texinfo 4.7.
4808 * configure: Regenerated.
4809
748086b7
JJ
48102009-04-09 Nick Clifton <nickc@redhat.com>
4811
4812 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
4813 the GCC Runtime Library Exception.
4814
a3337ea2
KG
48152009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4816
4817 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
4818 * configure: Regenerate.
4819
60911f14
SE
48202009-04-01 Steve Ellcey <sje@cup.hp.com>
4821
4822 * Makefil.def (languages): New entries.
4823 * Makefile.tpl (check-gcc-*): New generic target.
4824 * Makefile.in: Regenerate.
60911f14 4825
dce2d8b2 48262009-03-25 Erven Rohou <erven.rohou@inria.fr>
7369c1d0 4827
d18ff35a 4828 * MAINTAINERS: Update my email address.
7369c1d0 4829
cfb1f59f
TT
48302009-03-18 Tom Tromey <tromey@redhat.com>
4831
d18ff35a
L
4832 * configure: Rebuild.
4833 * configure.ac (host_libs): Add libiconv.
4834 * Makefile.in: Rebuild.
4835 * Makefile.def (host_modules): Add libiconv.
4836 (configure-gdb, all-gdb): Depend on libiconv.
cfb1f59f 4837
75eeae1a
TG
48382009-03-16 Tristan Gingold <gingold@adacore.com>
4839
4840 * configure.ac: Treat gdb as supported on x86_64-darwin.
4841 * configure: Regenerate.
4842
f38095f3
JM
48432009-03-16 Joseph Myers <joseph@codesourcery.com>
4844
4845 * configure.ac (--with-host-libstdcxx): New option.
4846 * configure: Regenerate.
4847
dce2d8b2 48482009-03-12 Joern Rennecke <joern.rennecke@arc.com>
fec7f245
JR
4849
4850 * MAINTAINERS: Move myself into the write after approval list.
4851
6d401294
NP
48522009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
4853
4854 * MAINTAINERS: Update e-mail address.
2bf33cdb 4855
07c97076
DN
48562009-03-11 Dorit Nuzman <dorit@il.ibm.com>
4857
4858 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
4859
dce2d8b2 48602009-03-10 Ira Rosen <irar@il.ibm.com>
bb947fd1
IR
4861
4862 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
4863
7a9d3fe8
RW
48642009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4865
4866 Backport from git Libtool:
4867
4868 2009-01-19 Robert Millan <rmh@aybabtu.com>
4869 Support GNU/kOpenSolaris.
4870 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
4871 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
4872 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
4873 GNU/kOpenSolaris.
4874
c9e9e11f
AS
48752009-02-27 Andreas Schwab <schwab@linux-m68k.org>
4876
4877 * MAINTAINERS: Update e-mail address.
4878
5e8c1552 48792009-02-24 Michael Eager <eager@eagercon.com>
b48d5f68
ME
4880
4881 * MAINTAINERS (Write After Approval): Add self.
4882
b0adb088
BM
48832009-02-18 Bingfeng Mei <bmei@broadcom.com>
4884
4885 * MAINTAINERS (Write After Approval): Add myself.
4886
ee04b574
AS
48872009-02-05 Andreas Schwab <schwab@suse.de>
4888
4889 * Makefile.tpl (stage_last): Define $r and $s before using
4890 $(RECURSE_FLAGS_TO_PASS).
4891 * Makefile.in: Regenerate
4892
907884c9
ILT
48932009-01-30 Ian Lance Taylor <iant@google.com>
4894
4895 * MAINTAINERS: Move myself to the Global Reviewers list.
4896
416ac4d4
RM
48972009-01-29 Robert Millan <rmh@aybabtu.com>
4898
4899 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
4900 * configure: Regenerate.
4901
ee5decb3
GP
49022009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
4903
4904 * MAINTAINERS: Make whitespace consistent.
19196f44 4905 Remove Robert Millan from Write After Approval.
ee5decb3 4906
36fbb0ec
AM
49072009-01-16 Alan Modra <amodra@bigpond.net.au>
4908
4909 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
4910 (all-opcodes): Depend on all-libiberty.
4911 * Makefile.in: Regenerate.
4912
52535a64
DR
49132009-01-15 Douglas B Rupp <rupp@gnat.com>
4914
4915 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
4916 * configure: Regenerate.
4917
e04a57df
RR
49182009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
4919
4920 * MAINTAINERS (Write After Approval): Add myself.
4921
856c450b
SK
49222009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
4923
4924 * MAINTAINERS: Add myself to reviewers (Fortran).
4925
dce2d8b2 49262009-01-12 Sebastian Pop <sebastian.pop@amd.com>
53095c56
SP
4927
4928 PR tree-optimization/38515
4929 * configure.ac (cloog-polylib): Removed.
4930 (with_ppl, with_cloog): Test for "no".
4931 * configure: Regenerated.
4932
1e5e8a59
DF
49332009-01-11 Daniel Franke <franke.daniel@gmail.com>
4934
4935 * MAINTAINERS: Moved myself to reviewers (Fortran).
4936
5e5debf6
TS
49372009-01-06 Thomas Schwinge <tschwinge@gnu.org>
4938
4939 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
4940 (Write After Approval): Remove myself.
4941
1c42acf1
DN
49422009-01-03 Diego Novillo <dnovillo@google.com>
4943
4944 * MAINTAINERS: Remove myself from alias maintainership.
4945
2fbbedaf
DA
49462009-01-02 David Ayers <ayers@fsfe.org>
4947
4948 * MAINTAINERS: Update e-mail address.
4949
17213821
GP
49502008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
4951
4952 * MAINTAINERS: Make whitespace consistent.
4953
baafc534
RW
49542008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4955
4956 Backport from upstream Libtool:
4957 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
4958 Add cache variables to tests that require the linker to work.
4959 For shlibpath_overrides_runpath, this also changes the semantics
4960 to let the result from the C compiler take precedence.
4961
18430d27
BE
49622008-12-02 Ben Elliston <bje@au.ibm.com>
4963
4964 * config.sub, config.guess: Update from upstream sources.
4965
dce2d8b2 49662008-12-12 Sebastian Pop <sebastian.pop@amd.com>
0a280b35
SP
4967
4968 * configure.ac (ppllibs): Add by default the lib flags.
4969 * configure: Regenerate.
4970
41e9641b
LM
49712008-12-08 Luis Machado <luisgpm@br.ibm.com>
4972
4973 * MAINTAINERS: Add myself to the write after approval list.
4974
25783c30
JH
49752008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
4976
ee04b574
AS
4977 * configure.ac: Add double brackets on darwin[912].
4978 * configure: Regenerate.
25783c30 4979
0e318fcc
DK
49802008-12-03 Daniel Kraft <d@domob.eu>
4981
4982 * MAINTAINERS: Moved myself and Mikael Morin from Write After
4983 Approval to Reviewer section (for Fortran front-end).
4984
7f171b95
JH
49852008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
4986
4987 * configure.ac: Expand to darwin10 and later.
4988 * configure: Regenerate.
4989
09ce620e
AS
49902008-12-02 Andreas Schwab <schwab@suse.de>
4991
4992 * Makefile.def: configure-target-boehm-gc depends on
4993 all-target-libstdc++-v3.
4994 * Makefile.in: Regenerate.
4995
386c704d
KT
49962008-12-02 Kai Tietz <kai.tietz@onevision.com>
4997
4998 * MAINTAINERS: Add myself as mingw maintainer.
4999
e03dd84a
BE
50002008-12-02 Ben Elliston <bje@au.ibm.com>
5001
5002 * config.sub, config.guess: Update from upstream sources.
5003
3fa87964
GP
50042008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
5005
5006 * README.SCO: Remove.
5007
df72d7ed
FP
50082008-11-29 Fernando Pereira <pronesto@gmail.com>
5009
5010 * MAINTAINERS: Add myself to the write after approval list.
5011
b5646528
DK
50122008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
5013
5014 * MAINTAINERS: Update my email address in WAA section.
5015
dce2d8b2 50162008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
ebf24eb4
CL
5017
5018 * MAINTAINERS: Update e-mail address.
5019
dce2d8b2 50202008-11-27 Toon Moene <toon@moene.org>
50e0f131
TM
5021
5022 * MAINTAINERS: Change e-mail address.
5023
0db3a858
TG
50242008-11-27 Tristan Gingold <gingold@adacore.com>
5025
5026 * configure.ac: Build gdb for i?86-*-darwin*
5027 * configure: Regenerated.
5028
dce2d8b2 50292008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
f07bde68
HS
5030
5031 * MAINTAINERS: Added my full name.
5032
487e299b
DJ
50332008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
5034
5035 PR bootstrap/38014
5036 PR bootstrap/37923
5037
5038 Revert:
5039
5040 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5041
5042 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5043 * Makefile.in: Regenerated.
5044
5045 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
5046
5047 PR gdb/921
5048 PR gdb/1646
5049 PR gdb/2175
5050 PR gdb/2176
5051
5052 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5053 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5054 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
5055 (HOST_EXPORTS): Pass CPPFLAGS.
5056 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5057 (LDFLAGS_FOR_TARGET): Initialize from configure script.
5058 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5059 * Makefile.in, configure: Regenerated.
5060 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5061 and CPPFLAGS_FOR_BUILD.
5062
dce2d8b2 50632008-11-06 Jeff Law <law@redhat.com>
d69fbecb
JL
5064
5065 * MAINTAINERS: Add myself as middle end maintainer.
5066
044fed69
AS
50672008-11-06 Andrew Stubbs <ams@codesourcery.com>
5068
5069 * MAINTAINERS (Write after approval): Add myself.
5070
caf6defe
DN
50712008-11-05 Diego Novillo <dnovillo@google.com>
5072
5073 * MAINTAINERS (Global Reviewers): Add myself.
5074 (Non-Algorithmic Maintainers): Remove myself.
5075
3e9899ac
TS
50762008-11-04 Thomas Schwinge <tschwinge@gnu.org>
5077
09ce620e 5078 * MAINTAINERS (Write after approval): Add myself.
3e9899ac 5079
ea99e36e
MM
50802008-10-31 Mikael Morin <mikael.morin@tele2.fr>
5081
09ce620e 5082 * MAINTAINERS (Write after approval): Add myself.
ea99e36e 5083
fb0d2684
BE
50842008-10-31 Ben Elliston <bje@au.ibm.com>
5085
5086 * configure.ac (spu-*-*): Remove special case.
5087 * configure: Regenerate.
5088
73c07a3e
CM
50892008-10-30 Catherine Moore <clm@codesourcery.com>
5090
5091 * MAINTAINERS (Write after approval): Update my email address.
5092
7310a2da
SSF
50932008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
5094
5095 * configure.ac [spu-*-*]: Do not set skipdirs.
5096 * configure: Re-generate.
5097
7e51fe23
BS
50982008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
5099
5100 * MAINTAINERS (Various Maintainers): Add myself to reload.
5101
ef20be93
RG
51022008-10-25 Richard Guenther <rguenther@suse.de>
5103
5104 * MAINTAINERS (Various Maintainers): Add myself as middle-end
5105 maintainer. Remove myself as libgcc-math maintainer.
5106 (Non-Algorithmic Maintainers): Remove myself.
5107
03ffcfa0
DJ
51082008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5109
5110 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5111 * Makefile.in: Regenerated.
5112
dec014a9
CC
51132008-10-23 Cary Coutant <ccoutant@google.com>
5114
5115 * MAINTAINERS (Write after approval): Add myself.
5116
b36c386c
DJ
51172008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
5118
5119 PR gdb/921
5120 PR gdb/1646
5121 PR gdb/2175
5122 PR gdb/2176
5123
5124 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5125 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5126 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
5127 (HOST_EXPORTS): Pass CPPFLAGS.
5128 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5129 (LDFLAGS_FOR_TARGET): Initialize from configure script.
5130 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5131 * Makefile.in, configure: Regenerated.
5132 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5133 and CPPFLAGS_FOR_BUILD.
5134
dce2d8b2 51352008-10-20 Sebastian Pop <sebastian.pop@amd.com>
84541525
SP
5136
5137 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
5138 Sebastian Pop.
5139
e0bda97e
AP
51402008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
5141
5142 * MAINTAINERS (Write After Approval): Added myself.
5143
36c713e0
KG
51442008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5145
5146 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
5147 recommended version to 2.3.2.
5148
5149 * configure: Regenerate.
5150
8fe005ee
MM
51512008-10-01 Mark Mitchell <mark@codesourcery.com>
5152
5153 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
5154
be8f156f
DD
51552008-09-29 David Daney <david.daney@caviumnetworks.com>
5156
5157 * MAINTAINERS (Write After Approval): Update e-mail address.
5158
ae11dff4
PG
51592008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
5160
5161 * libtool.m4: Update to libtool 2.2.6.
5162 * lt~obsolete.m4: Update to libtool 2.2.6.
5163 * ltmain.sh: Update to libtool 2.2.6.
5164 * ltsugar.m4: Update to libtool 2.2.6.
5165 * ltversion.m4: Update to libtool 2.2.6.
5166 * ltoptions.m4: Update to libtool 2.2.6.
5167 * ltgcc.m4: Update to match changes from libtool 2.2.6.
5168
441154b1
CF
51692008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
5170
5171 * MAINTAINERS (Write After Approval): Add myself.
5172
775b3b26
BRF
51732008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
5174
5175 * MAINTAINERS (Write After Approval): Update my name.
5176
94538043
SB
51772008-09-20 Steven Bosscher <steven@gcc.gnu.org>
5178
09ce620e 5179 * MAINTAINERS: Add myself in "Write After Approval".
94538043 5180
52d1bfd8
SE
51812008-09-18 Steve Ellcey <sje@cup.hp.com>
5182
09ce620e 5183 * MAINTAINERS: Add myself as ia64 maintainer.
52d1bfd8 5184
c5cc92f5
GP
51852008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
5186
5187 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
5188 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
5189 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
5190 and Michael Tiemann from Write After Approval since they do not
5191 actually have access.
5192
23d9794a
RG
51932008-09-05 Richard Guenther <rguenther@suse.de>
5194
5195 * configure.ac: Initialize clooglibs to -lcloog.
5196 * configure: Re-generate.
5197
192a671e
LCW
51982008-09-04 Le-Chun Wu <lcwu@google.com>
5199
5200 * MAINTAINERS (Write After Approval): Add myself.
5201
d789184e
SP
52022008-09-03 Sebastian Pop <sebastian.pop@amd.com>
5203
5204 * configure.ac (--with-cloog-polylib): New.
5205 (--disable-cloog-version-check): New.
5206 (--disable-ppl-version-check): New.
5207 * configure: Re-generate.
5208
36a881c7
RG
52092008-09-03 Richard Guenther <rguenther@suse.de>
5210
5211 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
5212 cloog test.
5213 * configure: Re-generate.
5214
358da97e
HS
52152008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
5216
5217 Add picoChip port.
5218 * MAINTAINERS: Add picoChip maintainers.
5219
f8bf9252
SP
52202008-09-02 Sebastian Pop <sebastian.pop@amd.com>
5221 Tobias Grosser <grosser@fim.uni-passau.de>
5222 Jan Sjodin <jan.sjodin@amd.com>
5223 Harsha Jagasia <harsha.jagasia@amd.com>
5224 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5225 Konrad Trifunovic <konrad.trifunovic@inria.fr>
5226 Adrien Eliche <aeliche@isty.uvsq.fr>
5227
5228 Merge from graphite branch.
5229 * configure: Regenerate.
5230 * Makefile.in: Regenerate.
5231 * configure.ac (host_libs): Add ppl and cloog.
5232 Add checks for PPL and CLooG.
5233 * Makefile.def (ppl, cloog): Added modules and dependences.
5234 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
5235 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
5236
d89f0ad6
AL
52372008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
5238
5239 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
5240 (GCC_SHLIB_SUBDIR): New.
5241 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
5242 * configure: Regenerate.
5243 * Makefile.in: Regenerate.
5244
88a25817
GP
52452008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
5246
5247 * MAINTAINERS: Consistently use tabs to separate columns.
5248
f873f15f
TG
52492008-08-29 Tristan Gingold <gingold@adacore.com>
5250
5251 * MAINTAINERS (Write after Approval): Add myself.
5252
e1514c3f
TG
52532008-08-28 Tristan Gingold <gingold@adacore.com>
5254
5255 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
5256 Enable bfd, binutils and opcodes.
5257 * configure: Regenerate.
5258
4717882f
JDA
52592008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5260
5261 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
5262
28c9884c
TK
52632008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
5264
5265 * MAINTAINERS: Use correct Umlaut for last name.
5266
ae96d86a
FXC
52672008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5268
5269 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
5270
3ecc96e3
DE
52712008-08-16 David Edelsohn <edelsohn@gnu.org>
5272
5273 * MAINTAINERS: Update my email address.
5274
dd609cc1
EB
52752008-08-16 Nicolas Roche <roche@adacore.com>
5276
5277 * Makefile.tpl: Add BOOT_ADAFLAGS.
5278 * Makefile.in: Regenerate.
5279
08d0963a
RS
52802008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
5281
5282 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
5283 * configure: Regenerate.
5284
dce2d8b2 52852008-07-30 Paolo Bonzini <bonzini@gnu.org>
00afcaa0
PB
5286
5287 * configure.ac: Add makefile fragments for hpux.
5288 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
5289 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
5290 * configure: Regenerate.
5291 * Makefile.in: Regenerate.
5292
dce2d8b2 52932008-07-28 Aldy Hernandez <aldyh@redhat.com>
806b3528
AH
5294
5295 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
5296
dce2d8b2 52972008-07-11 Dodji Seketeli <dseketel@redhat.com>
ab220355
DS
5298
5299 * MAINTAINERS (Write after Approval): Add myself.
5300
78209f30
XG
53012008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
5302
5303 * MAINTAINERS (Write After Approval): Add myself.
5304
5b5b098d
AJ
53052008-06-29 Andrew Jenner <andrew@codesourcery.com>
5306
5307 * MAINTAINERS (Write After Approval): Add myself.
5308
d812ec93
KW
53092008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
5310
5311 * MAINTAINERS: Update my email address.
5312
99e78224
JY
53132008-06-25 Joey Ye <joey.ye@intel.com>
5314
5315 * MAINTAINERS (Write After Approval): Add myself.
5316
18c04407
RW
53172008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5318
5319 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
5320 * Makefile.in: Regenerate.
5321 * configure: Regenerate.
5322
47aa9a31
DK
53232008-06-17 Daniel Kraft <d@domob.eu>
5324
5325 * MAINTAINERS (Write After Approval): Add myself.
5326
ad33ff57
RW
53272008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5328
5329 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
5330 "$@" is still intact with both Autoconf 2.59 and 2.62.
5331 * configure: Regenerate.
5332
cdce5c41
RW
53332008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5334
5335 * Makefile.tpl: Fix comment errors.
5336 * Makefile.in: Regenerate.
5337
01b79d11
DM
53382008-06-12 David S. Miller <davem@davemloft.net>
5339 David Edelsohn <edelsohn@gnu.org>
5340
5341 * configure.ac: Add powerpc*-*-* to gold supported targets.
5342 * configure: Regenerate.
5343
f8c33439
JM
53442008-06-08 Joseph Myers <joseph@codesourcery.com>
5345
5346 PR tree-optimization/36218
5347 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
5348 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
5349 (all prefix="build-"): Pass them to build-system sub-makes.
5350 * Makefile.in: Regenerate.
5351
cd985f66
JM
53522008-06-07 Joseph Myers <joseph@codesourcery.com>
5353
5354 * MAINTAINERS (mt port): Remove.
5355 (sco5, unixware, sco udk): Remove.
5356 (Kean Johnston): Add to Write After Approval.
5357
3f6383d3
JB
53582008-05-30 Julian Brown <julian@codesourcery.com>
5359
5360 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
5361 of libobjc for ARM EABI Linux.
5362 * configure: Regenerate.
30da41ed 5363
dce2d8b2 53642008-05-18 Xinliang David Li <davidxl@google.com>
e29cc9b4 5365
09ce620e 5366 * ChangeLog: Remove wrong ChangeLog entry.
e29cc9b4 5367
dce2d8b2 53682008-05-17 Xinliang David Li <davidxl@google.com>
30da41ed 5369
e29cc9b4 5370 * MAINTAINERS (Write After Approval): Add myself.
30da41ed 5371
955410cb
JW
53722008-05-15 Janus Weil <janus@gcc.gnu.org>
5373
5374 * MAINTAINERS (Write After Approval): Add myself.
5375
719bb4e3 53762008-05-14 Rafael Espíndola <espindola@google.com>
61ab1651
RAE
5377
5378 * config-ml.in: don't handle --enable-shared and --enable-static.
5379
372b05fc
RS
53802008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
5381
5382 * MAINTAINERS: Update my email address.
5383
f73e2200
PC
53842008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
5385
5386 * MAINTAINERS: Update my email address.
09ce620e 5387
3e438e2b
KVH
53882008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
5389
5390 * MAINTAINERS (Write After Approval): Add myself.
5391
177bf491
GS
53922008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
5393
5394 * MAINTAINERS (Write After Approval): Add myself.
5395
dce2d8b2 53962008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
ac89df2f
PG
5397
5398 * MAINTAINERS (crx): Add myself.
5399
14a8726b
PB
54002008-04-18 Paolo Bonzini <bonzini@gnu.org>
5401
5402 Sync with src:
5403 2008-04-14 David S. Miller <davem@davemloft.net>
5404
09ce620e
AS
5405 * configure.ac: Add sparc*-*-* to gold supported targets.
5406 * configure: Regenerate.
14a8726b 5407
7142fb32
PB
54082008-04-18 Paolo Bonzini <bonzini@gnu.org>
5409
5410 PR bootstrap/35457
5411 * configure.ac: Include override.m4.
5412 * configure: Regenerate.
5413
c6b196de
PB
54142008-04-18 Paolo Bonzini <bonzini@gnu.org>
5415
09ce620e
AS
5416 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
5417 * Makefile.in: Regenerate.
c6b196de 5418
dce2d8b2 54192008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
c993ae60 5420
09ce620e 5421 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
c993ae60 5422 as nonconfigurable directories list.
09ce620e 5423 * configure: Regenerate.
c993ae60 5424
8479b1b1
BE
54252008-04-14 Ben Elliston <bje@au.ibm.com>
5426
5427 * config.sub, config.guess: Update from upstream sources.
5428
295e261a
HPN
54292008-04-12 Hans-Peter Nilsson <hp@axis.com>
5430
5431 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
5432 * Makefile.in: Regenerate.
5433
ac3949d9
EW
54342008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
5435
5436 * configure.ac: Do not build libssp for the AVR.
5437 * configure: Regenerate.
5438
06407e30
ILT
54392008-04-07 Ian Lance Taylor <iant@google.com>
5440
5441 * Makefile.def: check-gold depends upon all-binutils.
5442 * Makefile.in: Regenerate.
5443
97db009c
AH
54442008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
5445
5446 * MAINTAINERS (Write After Approval): Add myself.
5447
2a79c47f
NC
54482008-04-04 Nick Clifton <nickc@redhat.com>
5449
5450 PR binutils/4334
5f4bebbf 5451 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2a79c47f
NC
5452 builds.
5453 * configure: Regenerate.
5454
c53a18d3
N
54552008-04-04 NightStrike <NightStrike@gmail.com>
5456
5457 PR other/35151
09ce620e
AS
5458 * configure.ac: Combine rules for mingw32 and mingw64.
5459 * configure: Regenerate.
c53a18d3 5460
d925aa70
KT
54612008-04-02 Kai Tietz <kai.tietz@onvision.com>
5462
5463 * MAINTAINERS (Write After Approval): Add myself.
5464
dce2d8b2 54652008-04-01 Seongbae Park <seongbae.park@gmail.com>
ad424a85
SP
5466
5467 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
5468 * Makefile.in (.NOTPARALLEL): Ditto.
5469
4412a506
PG
54702008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
5471
5472 * MAINTAINERS (Write After Approval): Add myself.
5473
dce2d8b2 54742008-03-31 Seongbae Park <seongbae.park@gmail.com>
2f908293
SP
5475
5476 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
5477 * Makefile.in (.NOTPARALLEL): Regenerate.
5478
639223bd
PB
54792008-03-27 Paolo Bonzini <bonzini@gnu.org>
5480
5481 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
5482 * Makefile.in: Regenerate.
5483
b8ab1f4a
JS
54842008-03-26 Jakub Staszak <kuba@et.pl>
5485
5486 * MAINTAINERS (Write After Approval): Add myself.
5487
b45890a4
TK
54882008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
5489
5490 * MAINTAINERS: Update e-mail address.
5491
5afab7ad
ILT
54922008-03-20 Ian Lance Taylor <iant@google.com>
5493
5494 * configure.ac: Add support for --enable-gold.
5495 * Makefile.def: Add gold as a directory like ld.
5496 * configure, Makefile.in: Regenerate.
5497
38d24731
RW
54982008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5499
5500 * configure.ac: m4_include config/proginstall.m4.
5501 * configure: Regenerate.
32bc4cf4
RW
5502
5503 Backport from upstream Libtool:
09ce620e 5504
32bc4cf4 5505 2007-10-12 Eric Blake <ebb9@byu.net>
09ce620e 5506
32bc4cf4
RW
5507 Deal with Autoconf 2.62's semantic change in m4_append.
5508 * ltsugar.m4 (lt_append): Replace broken versions of
5509 m4_append.
5510 (lt_if_append_uniq): Don't require separator to be overquoted,
5511 and avoid broken m4_append.
5512 (lt_dict_add): Fix typo.
5513 * libtool.m4 (_LT_DECL): Don't overquote separator.
5514
9d3c50ea
DE
55152008-03-13 David Edelsohn <edelsohn@gnu.org>
5516
5517 * config.rpath: Add AIX 6 support.
5518
5d2edb29
PB
55192008-03-13 Paolo Bonzini <bonzini@gnu.org>
5520
5521 * Makefile.def (stageprofile). Remove -fprofile-generate
5522 from stage_libcflags.
5523 * Makefile.in: Regenerate.
5524
954910ef
BE
55252008-03-13 Ben Elliston <bje@au.ibm.com>
5526
5527 * config.sub, config.guess: Update from upstream sources.
5528
e8645a40
TT
55292008-03-06 Tom Tromey <tromey@redhat.com>
5530
5531 * MAINTAINERS: Update for treelang deletion.
5532
2c8e955e
JW
55332008-03-03 James E. Wilson <wilson@tuliptree.org>
5534
5535 * MAINTAINERS: Update my email address.
5536
54acd307
SS
55372008-03-03 Stan Shebs <stanshebs@earthlink.net>
5538
893ad2a1 5539 * MAINTAINERS (darwin port): Add myself as a maintainer.
54acd307
SS
5540 (objective-c/c++): Add myself as a maintainer.
5541
4b52b516
VR
55422008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
5543
5544 * MAINTAINERS (Write After Approval): Update my email address.
5545
e652b516
TB
55462008-02-25 Tomas Bily <tbily@suse.cz>
5547
5548 * MAINTAINERS (Write After Approval): Add myself.
5549
02d30740
JJ
55502008-02-23 Jakub Jelinek <jakub@redhat.com>
5551
5552 * MAINTAINERS (OpenMP): Add myself.
5553
1c8bd6a3
PB
55542008-02-20 Paolo Bonzini <bonzini@gnu.org>
5555
4b40b2a5
UB
5556 PR bootstrap/32009
5557 PR bootstrap/32161
1c8bd6a3 5558
4b40b2a5
UB
5559 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
5560 * configure: Regenerate.
1c8bd6a3 5561
4b40b2a5
UB
5562 * Makefile.def: Define stage_libcflags for all bootstrap stages.
5563 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
5564 STAGE4_LIBCFLAGS): New.
5565 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
5566 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
5567 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
5568 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
5569 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
5570 for target modules. Don't export LIBCFLAGS.
5571 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
5572 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
5573 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
5574 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
5575 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
5576 * Makefile.in: Regenerate.
1c8bd6a3 5577
bb44c9d2
RW
55782008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5579
5580 PR libgcj/33085
5581 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
5582 Do not use -DDLL_EXPORT. Backport from upstream.
5583
29a7754d
RW
55842008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5585
5586 * MAINTAINERS (Write After Approval): Add myself.
5587
9a212bb7
HPN
55882008-02-02 Hans-Peter Nilsson <hp@axis.com>
5589
5590 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
5591 * configure: Regenerate.
5592
aa12a573
MG
55932008-01-31 Marc Gauthier <marc@tensilica.com>
5594
5595 * configure.ac (xtensa*-*-*): Recognize processor variants.
5596 * configure: Regenerate.
5597
ac9e6043
RW
55982008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5599
40049ccc
UB
5600 PR bootstrap/34922
5601 * configure.ac (PARSE_ARGS): Push suitable setting of
5602 ac_subdirs_all, for `./configure --help=recursive'.
5603 Handle `+' in generic toplevel directory disabling.
5604 * configure: Regenerate.
ac9e6043 5605
4288c86a
NC
56062008-01-28 Nick Clifton <nickc@redhat.com>
5607
5608 * MAINTAINERS (xstormy16): Take over maintainership.
5609
8d8da227
JM
56102008-01-25 Joseph Myers <joseph@codesourcery.com>
5611
5612 * MAINTAINERS (c4x port): Remove.
5613
349b60e7
DE
56142008-01-24 David Edelsohn <edelsohn@gnu.org>
5615
5616 * libtool.m4: Backport AIX 6 support from ToT Libtool.
5617
3ca06a68
BE
56182008-01-23 Ben Elliston <bje@au.ibm.com>
5619
5620 * config.sub, config.guess: Update from upstream sources.
5621
3c631381
TG
56222008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
5623
5624 * MAINTAINERS (Write After Approval): Add myself.
5625
20533ef1
L
56262008-01-17 H.J. Lu <hjl.tools@gmail.com>
5627
5628 * MAINTAINERS: Update my email address.
5629
56302008-01-09 Raksit Ashok <raksit@google.com>
5631
5632 * MAINTAINERS (Write After Approval): Add myself.
5633
684f4f6a
RA
56342008-01-09 Raksit Ashok <raksit@google.com>
5635
5636 * MAINTAINERS (Write After Approval): Add myself.
5637
9cb8756f
BE
56382008-01-08 Ben Elliston <bje@au.ibm.com>
5639
5640 * config.sub, config.guess: Update from upstream sources.
5641
94e1934d
KG
56422007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5643
5644 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8debbe48 5645 Change recommended MPFR from 2.2.1 -> 2.3.0.
94e1934d
KG
5646 * configure: Regenerate.
5647
a2e51f77
SP
56482007-12-15 Sebastian Pop <sebastian.pop@amd.com>
5649
5650 * MAINTAINERS: Update my email address.
5651
ffe3dcd9
BRF
56522007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
5653
5654 * MAINTAINERS: Update my email address.
5655
aa4095c9
RS
56562007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
5657
5658 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
5659 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
5660 * Makefile.in: Regenerate.
5661
dce2d8b2 56622007-12-10 Mark Heffernan <meheff@google.com>
030e2013
MH
5663
5664 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
5665 misplaced entries.
5666
0fe0f073
AT
56672007-12-10 Andreas Tobler <a.tobler@schweiz.org>
5668
5669 * configure.ac: Enable libjava for x86_64-*-darwin9.
5670 * configure: Regenerate.
5671
dce2d8b2 56722007-12-07 Bill Maddox <maddox@google.com>
d4ca4b06
BM
5673
5674 * MAINTAINERS (Write After Approval): Add myself.
5675
c3220d4c
BE
56762007-12-05 Ben Elliston <bje@au.ibm.com>
5677
5678 * config.sub, config.guess: Update from upstream sources.
5679
aba7501e
MK
56802007-12-02 Matthias Klose <doko@ubuntu.com>
5681
5682 * config-ml.in: Remove 64bit configure tests.
5683
d683ec81
PB
56842007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5685
5686 * config-ml.in: Robustify against white space in absolute file
5687 names.
5688
5689 * config-ml.in (multi-clean): Substitute ${Makefile}.
5690 Remove superfluous ${Makefile} in list.
5691
60f1711a
TS
56922007-11-19 Thiemo Seufer <ths@mips.com>
5693
5694 * config-ml.in: Don't hardcode the Makefile name.
5695
487f9d96
AM
56962007-11-08 Alexander Monakov <amonakov@ispras.ru>
5697
5698 * MAINTAINERS (Write After Approval): Add myself.
5699
fa3886fe
ST
57002007-11-07 Samuel Tardieu <sam@rfc1149.net>
5701
5702 * MAINTAINERS (Write After Approval): Add myself.
5703
dce2d8b2 57042007-11-06 Doug Kwan <dougkwan@google.com>
ae750079
DK
5705
5706 * MAINTAINERS (Write After Approval): Add myself.
5707
acc48927
BE
57082007-10-25 Ben Elliston <bje@au.ibm.com>
5709
5710 * MAINTAINERS (mercury): Remove entry.
5711 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
5712
e00e9858
DJ
57132007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
5714
5715 * Makefile.def (dependencies): Make configure-gdb depend on
5716 all-intl.
5717 * Makefile.in: Regenerated.
5718
def14a3c
SK
57192007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
5720
5721 * MAINTAINERS (Fortran maintainer): Remove myself.
5722
dce2d8b2 57232007-10-15 Patrick Mansfield <patmans@us.ibm.com>
0e5e9f76
PM
5724
5725 * Makefile.def: To avoid problems running with parallel makes,
5726 build newlib before libgloss so that target specific header
5727 files are availble.
5728 * Makefile.in: Regenerate
5729
bbfbfafc
DJ
57302007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5731
5732 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
5733 * Makefile.in: Regenerate.
5734
c56abad5
VM
57352007-10-09 Vladimir Makarov <vmakarov@redhat.com>
5736
5737 * MAINTAINERS (Register allocation reviewer): Add myself.
5738
f019adc1
MF
57392007-10-08 Mike Frysinger <vapier@gentoo.org>
5740
5741 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
5742 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
5743 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
5744 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
5745 * configure: Regenerate.
5746
dce2d8b2 57472006-10-04 Seongbae Park <seongbae.park@gmail.com>
789e4e28
SP
5748
5749 * MAINTAINERS (Register allocation reviewer): Add myself.
5750
0999159b
PB
57512007-10-01 Paolo Bonzini <bonzini@gnu.org>
5752
5753 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
5754 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
5755 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
5756 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
5757 * configure.ac: Default them to host tools for $host = $build.
5758 Subst them.
5759
5760 * configure: Regenerate.
5761 * Makefile.in: Regenerate.
5762
dce2d8b2 57632006-09-24 Peter Bergner <bergner@vnet.ibm.com>
a054acde
PB
5764
5765 * MAINTAINERS (Register allocation reviewer): Add myself.
5766
dce2d8b2 57672006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
ffda6fc9
KZ
5768
5769 * MAINTAINERS (Register allocation reviewer): Add myself.
5770
9d209c83
SP
57712007-09-21 Seongbae Park <seongbae.park@gmail.com>
5772
5773 * MAINTAINERS (Write After Approval): Fix typo.
5774
1ec3b87b
RS
57752007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
5776
5777 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
5778 * configure: Regenerate.
5779
19d5986d
PJ
57802007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
5781
5782 PR bootstrap/31906
5783 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
ffe3dcd9 5784 they're already prefixed.
19d5986d 5785
6d3b5aea
BK
57862007-09-19 Benjamin Kosnik <bkoz@redhat.com>
5787
5788 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
5789 libstdc++.
5790 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
5791 * configure: Regenerate.
5792 * Makefile.in: Regenerate.
09ce620e 5793
4fe7e755
AS
57942007-09-17 Andreas Schwab <schwab@suse.de>
5795
5796 * configure.ac: Raise minimum makeinfo version to 4.6.
5797 * configure: Regenerate.
5798
dce2d8b2 57992007-09-17 Johannes Singler <singler@ira.uka.de>
d483feaa 5800
ffe3dcd9 5801 * MAINTAINERS (write-after-approval) add myself
d483feaa 5802
fa9a3f31
AM
58032007-09-15 Alan Modra <amodra@bigpond.net.au>
5804
5805 * configure.ac: Correct makeinfo version check.
5806 * configure: Regenerate.
5807
6593a73e
RS
58082007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
5809
5810 * MAINTAINERS: Update my email address.
5811
d9dced13
RS
58122007-09-14 Richard Sandiford <richard@codesourcery.com>
5813
5814 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
5815 to $skipdirs and only disable gprof for newlib. Use the normal
5816 mips*-elf* handling in other respects.
5817 * configure: Regnerate.
5818
773c1467
DD
58192007-09-12 David Daney <ddaney@avtrex.com>
5820
5821 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
5822 enabling libgcj.
5823 * configure: Regenerate.
5824
c03353e2
RIL
58252007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
5826
5827 PR other/32154
5828 * configure.ac: For libgloss targets, point the linker to the linker
5829 script, startup code and simulator library.
5830 * configure: Regenerate.
5831
c4e9bf2b
AH
58322007-09-07 Andrew Haley <aph@redhat.com>
5833
5834 * configure.ac (noconfigdirs): Remove target-libffi and
5835 target-libjava.
5836 * configure: Regenerate.
5837
1f5a6b84
FXC
58382007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5839
5840 PR target/33281
5841 * configure.ac: Use config/mh-mingw on mingw.
5842 * configure: Regenerate.
1f5a6b84 5843
3951e521
PH
58442007-09-05 Pat Haugen <pthaugen@us.ibm.com>
5845
9f349f63 5846 * MAINTAINERS (Write After Approval): Add myself.
3951e521 5847
e643dc23
RG
58482007-09-05 Richard Guenther <rguenther@suse.de>
5849
5850 * configure.ac (--enable-stage1-checking): If neither --enable-checking
5851 nor --disable-checking is provided also turn on yes and types
5852 checking for stage1.
5853 * configure: Re-generate.
5854
039874df
KW
58552007-08-30 Krister Walfridsson <cato@df.lth.se>
5856
5857 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
5858 (Write After Approval): Remove myself.
5859
c3f07bd6 58602007-08-29 Nick Clifton <nickc@redhat.com>
15098359 5861
c3f07bd6 5862 * config.sub, config.guess: Update from upstream sources.
15098359 5863
40049ccc 58642007-08-22 Bud Davis <jmdavis@link.com>
4bbed405
BD
5865
5866 * MAINTAINERS (Write After Approval): Added myself.
5867 * MAINTAINERS (Reviewers): Removed myself.
5868
c8aea42c 58692007-08-18 Paul Brook <paul@codesourcery.com>
40049ccc 5870 Joseph Myers <joseph@codesourcery.com>
c8aea42c
PB
5871
5872 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
5873 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
5874 * Makefile.in: Regenerate.
5875 * configure.ac (--with-debug-prefix-map): New.
5876 * configure: Regenerate.
5877
4bf6c438
RS
58782007-08-17 Richard Sandiford <richard@codesourcery.com>
5879 Nigel Stephens <nigel@mips.com>
5880
4bf6c438
RS
5881 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
5882 as target_makefile_frag.
5883 * configure: Regenerate.
5884
bb286d71
AO
58852007-08-16 Alexandre Oliva <aoliva@redhat.com>
5886
5887 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
5888 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
5889 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
5890 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
5891 (do-compare, do-compare3, do-compare-debug): New.
5892 ([+compare-target+]): Use them.
5893
a4630417
MK
58942007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
5895
5896 * MAINTAINERS (Write After Approval): Change my email address.
5897
d9acb717
RW
58982007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5899 Ben Elliston <bje@au.ibm.com>
5900
5901 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
5902 --silent if $silent.
5903 * configure: Regenerate.
5904
96876681
ZD
59052003-08-12 Zdenek Dvorak <ook@ucw.cz>
5906
5907 * MAINTAINERS (Various Maintainers): Add myself as
5908 loop infrastructure maintainer. Update my e-mail
5909 address.
5910
1c1d80ee
DN
59112007-07-31 Diego Novillo <dnovillo@google.com>
5912
5913 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
5914 Adjust description.
5915
7e98624c
RG
59162007-07-26 Richard Guenther <rguenther@suse.de>
5917
5918 * configure.ac: Add types checking to stage1 checking flags.
5919 * configure: Regenerate.
5920
4c85af60
NC
59212007-07-17 Nick Clifton <nickc@redhat.com>
5922
5923 * COPYING3: New file. Contains version 3 of the GNU General
5924 Public License.
5925 * COPYING3.LIB: New file. Contains version 3 of the GNU
5926 Lesser General Public License.
5927
19ddfd3a
AK
59282007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
5929
5930 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
5931
2a064545
AK
59322007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
5933
5934 * MAINTAINERS (S/390 co-maintainer): Add myself.
5935 (Write After Approval): Remove myself.
5936
f861f54d
DH
59372007-07-13 Dan Hipschman <dsh@google.com>
5938
5939 * MAINTAINERS (Write After Approval): Add myself.
5940
0136f2f7
NC
59412007-07-11 Nick Clifton <nickc@redhat.com>
5942
5943 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
5944 WINDRES export.
5945 * Makefile.in: Regenerate.
5946
6e29b5a4
RO
59472007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5948
5949 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
5950 maintainer.
5951
159a4b02
L
59522007-07-05 H.J. Lu <hongjiu.lu@intel.com>
5953
5954 * lt~obsolete.m4: New. Import from 20070318 libtool.
5955
6ba67283
JB
59562007-07-03 Julian Brown <julian@codesourcery.com>
5957
5958 * MAINTAINERS (Write After Approval): Add myself.
5959
30b74385
RW
59602007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5961
5962 * configure.ac: Rewrite 'configure --help' strings to look nicer.
5963 * configure: Regenerate.
5964
59652007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5966
5967 * configure.ac: Add some missing m4 quotation.
5968 * configure: Regenerate.
5969
943c54ce
SB
59702007-07-02 Simon Baldwin <simonb@google.com>
5971
5972 * MAINTAINERS (Write After Approval): Add myself.
5973
1c00b503
PB
59742007-07-02 Paolo Bonzini <bonzini@gnu.org>
5975
5976 * configure: Regenerate.
5977
901119ae
KT
59782007-07-02 Kai Tietz <kai.tietz@onevision.com>
5979
5980 * Makefile.def: Add windmc tool to build.
5981 * Makefile.tpl: Likewise.
5982 * configure.ac: Likewise.
5983 * Makefile.in: Regenerate.
5984 * configure: Regenerate.
09ce620e 5985
83f4c19f
DD
59862007-06-28 DJ Delorie <dj@redhat.com>
5987
5988 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
5989 not building newlib.
5990 * configure: Regenerated.
09ce620e 5991
5346c75c
JS
59922007-06-28 Jan Sjodin <jan.sjodin@amd.com>
5993
5994 * MAINTAINERS (Write After Approval): Add myself.
5995
aacfb86b
MM
59962007-06-25 Martin Michlmayr <tbm@cyrius.com>
5997
5998 * MAINTAINERS (Write After Approval): Add myself.
5999
590bf0d3
CM
60002007-06-19 Chris Matthews <chrismatthews@google.com>
6001
6002 * MAINTAINERS (Write After Approval): Add myself.
6003
cdbbee7a
RIL
60042007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
6005
6006 * MAINTAINERS (Write After Approval): Add myself.
6007
b8afffc1
DJ
60082007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6009
6010 * Makefile.def: Add dependency from configure-gdb to all-bfd.
6011 * Makefile.in: Regenerated.
6012
3fcfad76
BS
60132007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
6014
6015 * configure.ac: Don't add target-libmudflap to noconfigdirs for
6016 bfin*-*-uclinux* targets.
6017 * configure: Regenerate.
6018
3f5a2b7f
ILT
60192007-06-14 Ian Lance Taylor <iant@google.com>
6020
6021 * MAINTAINERS: Add myself as non-algorithmic global write
6022 maintainer.
6023
4c46daee
DN
60242007-06-14 Diego Novillo <dnovillo@google.com>
6025
6026 * MAINTAINERS: Add self as middle-end maintainer and
6027 non-algorithmic global write maintainer.
6028
a3bb222a
FXC
60292007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6030
6031 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
6032 Move all Fortran maintainers except Paul Brook into the
6033 Non-Autopoiesis section.
6034
a19e8f64
PB
60352007-06-14 Paolo Bonzini <bonzini@gnu.org>
6036
6037 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
6038 (distclean-stage[+id+]): Possibly delete stage_last.
6039 * Makefile.in: Regenerate.
6040
1c2abe5e
SP
60412007-06-12 Seongbae Park <seongbae.park@gmail.com>
6042
6043 * MAINTAINERS (Various Maintainer): Fix typo.
6044
abca4739
PB
60452007-06-11 Paolo Bonzini <bonzini@gnu.org>
6046
6047 * MAINTAINERS (Various Maintainer): Add myself as
6048 dataflow maintainer.
6049
a894d2c3
BE
60502007-06-07 Ben Elliston <bje@au.ibm.com>
6051
6052 * config.sub, config.guess: Update from upstream sources.
6053
8024d75e
BE
60542007-06-07 Ben Elliston <bje@au.ibm.com>
6055
6056 * Makefile.tpl: Fix spelling error.
6057 * Makefile.in: Regenerate.
6058
973a9a5e
SE
60592007-06-01 Steve Ellcey <sje@cup.hp.com>
6060
96598938
L
6061 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
6062 lt_cv_sys_max_cmd_len.
973a9a5e 6063
ccb4d26b
DN
60642007-05-31 Dorit Nuzman <dorit@il.ibm.com>
6065
6066 * MAINTAINERS (Various Maintainers): Add myself as
6067 auto-vectorizer maintainer.
6068
eecb7461
PB
60692003-05-31 Paolo Bonzini <bonzini@gnu.org>
6070
6071 PR libjava/32098
6072 * libtool.m4: Revert previous change.
6073 * ltgcc.m4: Put it here.
6074
89d28202
ZD
60752003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
6076
6077 * MAINTAINERS (Various Maintainers): Add myself as
6078 auto-vectorizer maintainer.
6079
60c7a11a
L
60802007-05-30 H.J. Lu <hongjiu.lu@intel.com>
6081
6082 PR libjava/32098
6083 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
6084
9dd3cc81
RG
60852007-05-30 Richard Guenther <rguenther@suse.de>
6086
6087 * MAINTAINERS (Various Maintainers): Add myself as
6088 auto-vectorizer maintainer.
6089
9cc1244e
JJ
60902007-05-30 Jakub Jelinek <jakub@redhat.com>
6091
6092 PR bootstrap/29382
6093 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
6094 * configure: Rebuilt.
6095
6124296b
RC
60962007-05-28 Roberto Costa <robsettantasei@gmail.com>
6097
6098 * MAINTAINERS (Write After Approval): Removed my name.
6099
6b757a0d
SB
61002007-05-25 Steven Bosscher <steven@gcc.gnu.org>
6101
6102 * MAINTAINERS (Write After Approval): Remove myself.
6103
86ef8528
AT
61042007-05-25 Andreas Tobler <a.tobler@schweiz.org>
6105
6106 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
6107
1cf3d07d
SE
61082007-05-23 Steve Ellcey <sje@cup.hp.com>
6109
6110 * ltmain.sh: Update from ToT Libtool.
6111 * libtool.m4: Update from ToT Libtool.
6112 * ltsugar.m4: New. Update from ToT Libtool.
6113 * ltversion.m4: New. Update from ToT Libtool.
6114 * ltoptions.m4: New. Update from ToT Libtool.
6115 * ltconfig: Remove.
6116 * ltcf-c.sh: Remove.
6117 * ltcf-cxx.sh: Remove.
6118 * ltcf-gcj.sh: Remove.
6119
ce3fcf8c
OW
61202007-05-22 Ollie Wild <aaw@google.com>
6121
6122 * MAINTAINERS (Write After Approval): Add myself.
6123
342b9200
PB
61242007-05-16 Paolo Bonzini <bonzini@gnu.org>
6125
6126 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
6127 stage_cflags.
6128 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
6129 Remove CFLAGS/LIBCFLAGS.
6130 (configure-stage[+id+]-[+prefix+][+module+],
6131 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
6132 * Makefile.in: Regenerate.
6133
cea17285
DN
61342007-05-15 Diego Novillo <dnovillo@google.com>
6135
6136 * MAINTAINERS: Update e-mail address.
6137
11c004e7
RE
61382007-05-15 Revital Eres <eres@il.ibm.com>
6139
6140 * MAINTAINERS (Write After Approval): Add myself.
6141
ab6bd693
RC
61422007-05-14 Roberto Costa <robsettantasei@gmail.com>
6143
6144 * MAINTAINERS (Write After Approval): Updated my address.
6145
388cdf07
TN
61462007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
6147
6148 * MAINTAINERS (Write After Approval): Add myself.
6149
23f24034
SR
61502007-05-11 Silvius Rus <rus@google.com>
6151
6152 * MAINTAINERS (Write After Approval): Add myself.
6153
34a7526e
TT
61542007-04-23 Tom Tromey <tromey@redhat.com>
6155
6156 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
6157
51da21be
MM
61582007-04-22 Mark Mitchell <mark@codesourcery.com>
6159
6160 * MAINTAINERS (cpplib): Rename to ...
6161 (libcpp): ... this. Add C/C++ front end maintainers.
6162
70070387
SE
61632007-04-14 Steve Ellcey <sje@cup.hp.com>
6164
6165 * config-ml.in: Pass ${ml_config_env} to configure calls.
6166
df1a0dbb
CB
61672007-04-04 Christian Bruel <christian.bruel@st.com>
6168
6169 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 6170
9daff147
DK
61712007-04-02 Dave Korn <dave.korn@artimi.com>
6172
6173 * MAINTAINERS (Write After Approval): Add myself.
6174
374eadb2
TB
61752007-03-31 Tobias Burnus <burnus@net-b.de>
6176
6177 * MAINTAINERS (fortran 95 front end): Add myself.
6178
8eced3a2
DR
61792007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
6180
6181 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 6182
653de3e3
AZ
61832007-03-24 Ayal Zaks <zaks@il.ibm.com>
6184
6185 * MAINTAINERS (Modulo Scheduler): Add myself.
6186
b737d953
BM
61872007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
6188
6189 * MAINTAINERS (fortran 95 front end): Add myself.
6190 (c++ front end): whitespace fix.
6191
a584cdf2
NF
61922007-03-22 Nathan Froyd <froydnj@codesourcery.com>
6193
6194 * MAINTAINERS (Write After Approval): Add myself.
6195
8c79f3c4
RS
61962007-03-21 Richard Sandiford <richard@codesourcery.com>
6197
6198 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
6199 of glob. Quote arguments with single quotes too.
6200 * configure: Regenerate.
6201
07f1ac6d
BM
62022007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
6203
6204 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
6205 * Makefile.in: Regenerate
6206
172e41aa
AS
62072007-03-07 Andreas Schwab <schwab@suse.de>
6208
6209 * configure: Regenerate.
6210
9c4d2493
BM
62112007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
6212
6213 * configure.ac: Add "--with-pdfdir" configure option,
6214 which defines pdfdir variable.
6215 * Makefile.def (target=fixincludes): Add install-pdf to
6216 missing targets.
6217 (recursive_targets): Add install-pdf target.
6218 (flags_to_pass): Add pdfdir.
6219 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
6220 target.
6221 * configure: Regenerate
6222 * Makefile.in: Regenerate
6223
e14e622e
EC
62242007-02-28 Eric Christopher <echristo@apple.com>
6225
6226 Revert:
6227 2006-12-07 Mike Stump <mrs@apple.com>
6228
6229 * Makefile.def (dependencies): Add dependency for
6230 install-target-libssp and install-target-libgomp on
6231 install-gcc.
6232 * Makefile.in: Regenerate.
6233
54e433bc
MK
62342007-02-27 Matt Kraai <kraai@ftbfs.org>
6235
6236 * configure: Regenerate.
6237 * configure.ac: Move statements after variable declarations.
6238
6c8d3d8f
KK
62392007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
6240
6241 * MAINTAINERS: Add myself as sh maintainer.
6242
9f8c6739
JM
62432007-02-19 Joseph Myers <joseph@codesourcery.com>
6244
6245 * configure.ac: Adjust for loop syntax.
6246 * configure: Regenerate.
6247
278a7a38
AO
62482007-02-18 Alexandre Oliva <aoliva@redhat.com>
6249
6250 * configure: Rebuilt.
6251
b2eaac4a
AO
62522007-02-18 Alexandre Oliva <aoliva@redhat.com>
6253
6254 * configure.ac: Drop multiple occurrences of --enable-languages,
6255 and fix its quoting.
6256 * configure: Rebuilt.
6257
beeaf216 62582007-02-17 Mark Mitchell <mark@codesourcery.com>
40049ccc
UB
6259 Nathan Sidwell <nathan@codesourcery.com>
6260 Vladimir Prus <vladimir@codesourcery.com>
6261 Joseph Myers <joseph@codesourcery.com>
beeaf216
MM
6262
6263 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
6264 * configure: Regenerate.
6265
09201a09
GP
62662007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
6267
6268 * ltconfig (freebsd*): Default to elf.
6269
291f172e
DJ
62702007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
6271
6272 * configure.ac (target_libraries): Move libgcc before libiberty.
6273 * configure: Regenerated.
6274
c3a86da9
DJ
62752007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
6276 Paolo Bonzini <bonzini@gnu.org>
6277
6278 PR bootstrap/30753
6279 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
6280 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
6281 * configure: Regenerated.
6282
88e1e72a
FXC
62832007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6284
6285 * MAINTAINERS (Language Front End Maintainers): Update my mail
6286 address.
6287
44bfc3ac
DJ
62882007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
6289
6290 PR bootstrap/30748
6291 * configure.ac: Correct syntax for Solaris ksh.
6292 * configure: Regenerated.
6293
3e19841a
PB
62942007-02-09 Paolo Bonzini <bonzini@gnu.org>
6295
6296 * configure.ac: Sync with src.
6297 * configure: Regenerate.
6298
74a48762
PB
62992007-02-09 Paolo Bonzini <bonzini@gnu.org>
6300
6301 * Makefile.in: Regenerate.
6302
d846e52e
PB
63032007-02-09 Paolo Bonzini <bonzini@gnu.org>
6304
6305 * config.sub: Sync with src.
6306
1c710c3c
DJ
63072007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
6308
6309 * Makefile.tpl (build_alias, host_alias, target_alias): Use
6310 noncanonical equivalents.
6311 * configure.in: Rename to...
6312 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
6313 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
6314 target_noncanonical. Use them. Rewrite removal of configure
6315 arguments for autoconf 2.59. Discard variable settings. Force
6316 program_transform_name for native tools.
6317
6318 * Makefile.in: Regenerated.
6319 * configure: Regenerated with autoconf 2.59.
6320
dce2d8b2 63212007-02-07 Roman Zippel <zippel@linux-m68k.org>
74372bdf 6322
3de8da2a 6323 * MAINTAINERS (Write After Approval): Add myself.
74372bdf 6324
f6671c93
AS
63252007-01-31 Andreas Schwab <schwab@suse.de>
6326
6327 * Makefile.tpl (LDFLAGS): Substitute it.
6328 * Makefile.in: Regenerate.
6329
dce2d8b2 63302007-01-30 Andrey Belevantsev <abel@ispras.ru>
ba9f17df 6331
3de8da2a 6332 * MAINTAINERS (Write After Approval): Add myself.
ba9f17df 6333
2472200d
DE
63342007-01-28 David Edelsohn <edelsohn@gnu.org>
6335
3de8da2a 6336 * MAINTAINERS (spu port): Add myself.
2472200d 6337
5305be7e
RG
63382007-01-23 Richard Guenther <rguenther@suse.de>
6339
6340 PR bootstrap/30541
6341 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
6342 * Makefile.tpl (GNATBIND): Substitute it.
6343 (GNATMAKE): Likewise.
6344 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
6345 of STAGE_PREFIX.
6346 * Makefile.in: Regenerate.
6347 * configure: Regenerate.
6348
416cfb5e
MS
63492007-01-18 Mike Stump <mrs@apple.com>
6350
6351 * configure.in: Re-enable -Werror for gcc builds.
6352
3de8da2a 63532007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ad4fe825 6354
3de8da2a 6355 * MAINTAINERS (Write After Approval): Add myself.
ad4fe825 6356
d943d7c4
PB
63572007-01-11 Paolo Bonzini <bonzini@gnu.org>
6358
6359 * configure.in: Change == to = in test command.
3de8da2a 6360 * configure: Regenerate.
d943d7c4 6361
e69bf64b 63622007-01-11 Paolo Bonzini <bonzini@gnu.org>
3de8da2a
UB
6363 Nick Clifton <nickc@redhat.com>
6364 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
6365
6366 * configure.in (build_configargs, host_configargs, target_configargs):
6367 Remove build/host/target parameters.
6368 (host_libs): Add gmp and mpfr.
6369 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
6370 * Makefile.def (gmp, mpfr): New.
6371 (gcc): Remove target.
6372 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
6373 target_os, target_vendor): New.
dce2d8b2 6374 (configure): Add host_alias/target_alias arguments; adjust invocations.
3de8da2a
UB
6375 * configure: Regenerate.
6376 * Makefile.in: Regenerate.
e69bf64b
PB
6377
63782007-01-11 Matt Fago <fago@earthlink.net>
6379
6380 * configure.in: Try to link to functions only in mpfr 2.2.x
3de8da2a 6381 to improve robustness of configure tests.
e69bf64b 6382 * configure: Regenerate.
e14e622e 6383
a42f3b80
UB
63842007-01-09 Uros Bizjak <ubizjak@gmail.com>
6385
6386 * MAINTAINERS: Add myself as i386 maintainer.
6387
a36aee1a
JH
63882007-01-08 Jan Hubicka <jh@suse.cz>
6389
61fcaeef 6390 * MAINTAINERS: Add myself as i386 maintainer.
a36aee1a 6391
738a52d3
KT
63922007-01-08 Kai Tietz <kai.tietz@onevision.com>
6393
6394 * configure.in: Add support for an x86_64-mingw* target.
95af8923 6395 * configure: Regenerate.
738a52d3 6396
54fdc474
DJ
63972007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
6398
6399 * Makefile.tpl (all-target): Correct @if conditional for target
6400 modules.
6401 * configure.in: Omit libiberty if building only target libgcc.
6402 * configure, Makefile.in: Regenerated.
6403
3dd71726
PB
64042007-01-04 Paolo Bonzini <bonzini@gnu.org>
6405
dce2d8b2 6406 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3dd71726
PB
6407 * configure: Regenerate.
6408
fa958513
DJ
64092007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
6410
6411 * Makefile.def (target_modules): Add libgcc.
6412 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
6413 * Makefile.tpl (clean-target-libgcc): Delete.
6414 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
6415 on gcc even for bootstrapped modules. Rewrite handling of
6416 lang_env_dependencies to loop over target_modules.
6417 * configure.in (target_libraries): Add target-libgcc.
6418 * Makefile.in, configure: Regenerated.
6419
e1888513
PB
64202006-12-29 Paolo Bonzini <bonzini@gnu.org>
6421
6422 * configure.in: Reorganize recognition of languages. Add
6423 --enable-stage1-languages. Show supported languages for the chosen
6424 target rather than all recognized languages.
6425 * configure: Regenerate.
6426
53b88b73
PB
64272006-12-29 Paolo Bonzini <bonzini@gnu.org>
6428
6429 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
6430 * Makefile.in: Regenerate.
6431
a3993f33
KG
64322006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6433
6434 * configure.in: Warn that MPFR 2.2.0 is buggy.
6435 * configure: Regenerate.
6436
f063a9ed
ILT
64372006-12-27 Ian Lance Taylor <iant@google.com>
6438
6439 * configure.in: When removing Makefiles to force a reconfigure, also
6440 remove prev-DIR*/Makefile.
6441 * configure: Regenerate.
6442
af71363e
AS
64432006-12-22 Andreas Schwab <schwab@suse.de>
6444
6445 * configure: Regenerate with correct autoconf version.
6446
0b0dc272
AM
64472006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
6448
3de8da2a
UB
6449 * configure.in: add AC_SUBST for *_FOR_TARGET.
6450 * configure: Regenerate.
0b0dc272 6451
53b88b73
PB
64522006-12-19 Paolo Bonzini <bonzini@gnu.org>
6453
6454 * configure.in: Simplify logic for rejecting languages that cannot
6455 be built. Separate the case when a language is unsupported,
6456 from the case when the user chooses not to build a language.
6457
400ebff4
PB
64582006-12-19 Paolo Bonzini <bonzini@gnu.org>
6459
6460 * configure.in: Remove "$build" case for powerpc-*-darwin* since
6461 it only affects bootstrap and could be tested on "$host" as well.
6462 * configure: Regenerate.
6463 * config/mh-ppc-darwin: Add to the stage1 cflags here.
6464
8efea775
PB
64652006-12-19 Paolo Bonzini <bonzini@gnu.org>
6466
6467 PR bootstrap/29544
6468 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
6469 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
6470 move here comment from Makefile.tpl.
6471 * Makefile.tpl: Move some definitions higher in the file.
6472 (STAGE1_CHECKING): New.
6473 * configure.in: Add --enable-stage1-checking.
6474 * configure: Regenerate.
6475 * Makefile.in: Regenerate.
6476
ed88a7ed
PB
64772006-12-19 Paolo Bonzini <bonzini@gnu.org>
6478
6479 * MAINTAINERS: Add myself as build system maintainer.
6480
b65151d3
SM
64812006-12-15 Simon Martin <simartin@users.sourceforge.net>
6482
6483 * MAINTAINERS (Write After Approval): Add myself.
6484
7e050830
EC
64852006-12-13 Eric Christopher <echristo@apple.com>
6486
6487 * MAINTAINERS: Add myself as darwin maintainer.
6488
8b494895
ILT
64892006-12-11 Ian Lance Taylor <ian@airs.com>
6490
6491 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
6492
dce2d8b2 64932006-12-11 Joern Rennecke <joern.rennecke@arc.com>
0ff1416d
JR
6494
6495 MAINTAINERS: Update my entry.
6496
58e24147
AM
64972006-12-11 Alan Modra <amodra@bigpond.net.au>
6498
6499 * configure.in: Handle spu makefile frag.
58e24147
AM
6500 * Makefile.tpl (MAINT): Define
6501 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
6502 * configure: Regenerate.
6503 * Makefile.in: Regenerate.
6504
9b6f37a0
BE
65052006-12-11 Ben Elliston <bje@au.ibm.com>
6506
6507 * config.guess: Import latest version.
6508 * config.sub: Likewise.
6509
ea6f5c57
BE
65102006-12-11 Ben Elliston <bje@au.ibm.com>
6511
6512 * configure.in (spu-*-*): Don't skip target-libiberty.
6513 * configure: Regenerate.
6514
42c1cd8a
AT
65152006-12-10 Andreas Tobler <a.tobler@schweiz.org>
6516
6517 PR bootstrap/30134
6518 * configure.in: Correct x86 darwin support for libjava to powerpc
6519 and i?86 only.
6520 * configure: Regenerate.
6521
55eb837d
ST
65222006-12-08 Sandro Tolaini <tolaini@libero.it>
6523
6524 * configure.in: Add x86 darwin support for libjava.
6525 * configure: Regenerate.
6526
5bdacbc7
MS
65272006-12-07 Mike Stump <mrs@apple.com>
6528
6529 * Makefile.def (dependencies): Add dependency for
6530 install-target-libssp and install-target-libgomp on
6531 install-gcc.
6532 * Makefile.in: Regenerate.
6533
477d851c
RG
65342006-12-04 Richard Guenther <rguenther@suse.de>
6535
6536 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
6537 (Non-Algorithmic Maintainers): Move over non-algorithmic
6538 loop optimizer maintainers, add myself as a non-algorithmic
6539 middle-end maintainer.
6540
5d33d367
DF
65412006-12-04 Daniel Franke <franke.daniel@gmail.com>
6542
6543 * MAINTAINERS (Write After Approval): Add myself.
6544
dbee1fb3
KG
65452006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6546
6547 * configure.in: Update error message for missing GMP/MPFR.
6548
6549 * configure: Regenerate.
6550
b5147de7
KG
65512006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6552
6553 * configure.in: Update MPFR version in error message.
6554
6555 * configure: Regenerate.
6556
f019376c
KG
65572006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6558
6559 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
6560 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
6561 --with-gmp-lib): New flags.
6562
6563 * configure: Regenerate.
6564
91ed95ae
BM
65652006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
6566
6567 * MAINTAINERS (Write After Approval): Change my email address.
6568
3a971f15
MLI
65692006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6570
05170031 6571 * MAINTAINERS (Write After Approval): Add myself.
3a971f15 6572
dce2d8b2 65732006-11-22 Philipp Thomas <pth@suse.de>
431041ea
PT
6574
6575 * MAINTAINERS (i18n): Update e-mail address.
6576
df5487ee
TS
65772006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6578
6579 * MAINTAINERS (spu port): Add myself as maintainer.
6580 (Write After Approval): Remove myself.
6581
92c2f0ee
BE
65822006-11-22 Ben Elliston <bje@au.ibm.com>
6583
6584 * configure.in (skipdirs): Don't build libssp for SPU.
6585 * configure: Regenerate.
6586
a3b97199
AP
65872006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
6588
6589 * MAINTAINERS (spu port): Add myself as maintainer.
6590 (libobjc): Update my email address.
6591
0eb97064
AB
65922006-11-21 Andrea Bona <andrea.bona@st.com>
6593
6594 * MAINTAINERS (Write After Approval): Add myself.
6595
dce2d8b2 65962006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
85d9c13c
TS
6597
6598 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
6599 * configure : Rebuilt.
6600
dce2d8b2 66012006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6696f3cd
TS
6602
6603 * MAINTAINERS (Write After Approval): Add myself.
6604
d58542ea
AO
66052006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
6606
6607 * MAINTAINERS (Write After Approval): Add myself.
6608
a357b5ae
KG
66092006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6610
6611 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
6612 libmpfr.a.
6613 * configure: Regenerate.
6614
9bd6112c
PB
66152006-11-16 Paolo Bonzini <bonzini@gnu.org>
6616
6617 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
6618 (unstage): Test for stage_last presence.
6619
6620 PR bootstrap/29802
dce2d8b2
EB
6621 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
6622 STAGE_PREFIX.
9bd6112c
PB
6623 * Makefile.in: Regenerate.
6624
c8cf9f0f
ZD
66252003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
6626
6627 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
6628 maintainers.
6629
467b1fc6
ER
66302006-11-14 Erven Rohou <erven.rohou@st.com>
6631
6632 * MAINTAINERS (Write After Approval): Add myself.
6633
995a5697
PB
66342006-11-14 Paolo Bonzini <bonzini@gnu.org>
6635
6636 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
6637 and stageN-package/Makefile.
6638 * Makefile.in: Regenerated.
6639
c8d6d53e
JZ
66402006-11-14 Jie Zhang <jie.zhang@analog.com>
6641
6642 * configure.in: Remove target-libgloss from noconfigdirs for
6643 bfin-*-*.
6644 * configure: Regenerated.
6645
dffb147d
KG
66462006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6647
6648 * configure.in (have_gmp): Only error if the gcc directory exists.
7e050830 6649
dffb147d
KG
6650 * configure: Regenerate.
6651
ca558912
KG
66522006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6653
6654 * configure.in: Robustify error message for missing GMP/MPFR.
6655
6656 * configure: Regenerate.
6657
dce2d8b2 66582006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
7aa42285
SW
6659
6660 * MAINTAINERS (Write After Approval): Add myself.
6661
dce2d8b2 66622006-10-30 Uros Bizjak <ubizjak@gmail.com>
779958a2
UB
6663
6664 * MAINTAINERS: Change email address.
6665
91de1527
VP
66662006-10-30 Vladimir Prus <vladimir@codesourcery.com>
6667
6668 * MAINTAINERS (Write After Approval): Add myself.
6669
a3867703
PB
66702006-10-26 Peter Bergner <bergner@vnet.ibm.com>
6671
6672 * MAINTAINERS (Write After Approval): Add myself.
6673
b4364fa2
CL
66742006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
6675
7e050830 6676 * MAINTAINERS (Write After Approval): Move myself to
3de8da2a 6677 Write After Approval section.
b4364fa2 6678
70ec446f
KG
66792006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6680
6681 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
6682 need_gmp anymore.
6683 * configure: Regenerate.
6684
018c8d88
TB
66852006-10-16 Tobias Burnus <burnus@net-b.de>
6686
6687 * MAINTAINERS (Write After Approval): Add myself.
6688
f6a1687e
BE
66892006-10-16 Ben Elliston <bje@au.ibm.com>
6690
6691 * config.guess: Import latest version.
6692 * config.sub: Likewise.
6693
b5422ad7
BM
66942006-10-10 Brooks Moses <bmoses@stanford.edu>
6695
6696 * Makefile.def: Added pdf target handling.
6697 * Makefile.tpl: Added pdf target handling.
6698 * Makefile.in: Regenerated.
6699
bdcee471
CL
67002006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
6701
6702 * MAINTAINERS: Add self as score port maintainer.
6703
7d610414
BM
67042006-10-04 Brooks Moses <bmoses@stanford.edu>
6705
6706 * MAINTAINERS (Write After Approval): Add myself.
6707
e48d66a9
SK
67082006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
6709
7e050830 6710 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
e48d66a9
SK
6711 or newer.
6712 * configure: Regenerated.
6713
c394e891
DB
67142006-09-27 Dave Brolley <brolley@redhat.com>
6715
dce2d8b2
EB
6716 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
6717 using $s instead of $r.
c394e891
DB
6718 * configure: Regenerated.
6719
1ee4c5a0
TS
67202006-09-26 Thiemo Seufer <ths@mips.com>
6721
6722 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
6723 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
6724 * configure: Regenerate.
6725
dce2d8b2 67262006-09-24 Graeme Peterson <gridly@gmail.com>
5997afc3
GP
6727
6728 * MAINTAINERS (Write After Approval): Remove myself.
6729
0c502898
CF
67302006-09-22 Chao-ying Fu <fu@mips.com>
6731
6732 * MAINTAINERS (Write After Approval): Add myself.
6733
a7819e42
JM
67342006-09-10 Joseph S. Myers <joseph@codesourcery.com>
6735
6736 * MAINTAINERS: Add self as soft-fp maintainer.
6737
dce2d8b2 67382006-09-09 Anatoly Sokolov <aesok@post.ru>
a7819e42
JM
6739
6740 * MAINTAINERS: Add myself as avr maintainer.
6741 Remove Marek Michalkiewicz as avr maintainer.
827d0991 6742
e8288489
RC
67432006-09-07 Roberto Costa <roberto.costa@st.com>
6744
6745 * MAINTAINERS (Write After Approval): Add myself.
6746
b91f0a41
CV
67472006-08-30 Corinna Vinschen <corinna@vinschen.de>
6748
6749 * configure.in: Never build newlib for a Mingw host.
6750 Never build newlib as Mingw target library.
6751 Test the existence of winsup/cygwin for building a Cygwin newlib,
6752 rather than just winsup.
6753 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
6754 building a Mingw target.
6755 * configure: Regenerate.
6756
094c07a0
EB
67572006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
6758
6759 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
6760
8d1171cb
PB
67612006-07-25 Paolo Bonzini <bonzini@gnu.org>
6762
6763 * config.guess: Import from src (was more updated).
6764 * config.sub: Likewise.
6765
2e9e6f68
DJ
67662006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
6767
6768 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
6769 * configure: Regenerated.
6770
57255173
PB
67712006-07-18 Paolo Bonzini <bonzini@gnu.org>
6772
cc6010cd
AP
6773 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
6774 for stages after the first.
57255173 6775
9fbe6585
JJ
67762006-07-17 Jakub Jelinek <jakub@redhat.com>
6777
6778 * Makefile.def: Add dependencies for configure-opcodes
6779 on configure-intl and all-opcodes on all-intl.
6780 * Makefile.in: Regenerated.
6781
18c3f977
BE
67822006-07-13 Ben Elliston <bje@au.ibm.com>
6783
6784 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
6785
27b56ba6
PE
67862006-07-06 Paul Eggert <eggert@cs.ucla.edu>
6787
6788 Port to hosts whose 'sort' and 'tail' implementations
6789 treat operands with leading '+' as file names, as POSIX
6790 has required since 2001. However, make sure the code still
6791 works on pre-POSIX hosts.
6792 * ltmain.sh: Don't assume "sort +2" is equivalent to
6793 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
6794
ad6d4e43
UW
67952006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
6796
6797 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
6798
706601d9
PG
67992006-07-04 Peter O'Gorman <peter@pogma.com>
6800
6801 * ltconfig: chmod 644 before ranlib during install.
6802
0b50988a
EB
68032006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
6804
6805 PR bootstrap/18058
6806 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
6807 if the bootstrap compiler is a GCC version that supports it.
6808 * configure: Regenerate.
6809
b6348cb3
PB
68102006-07-03 Paolo Bonzini <bonzini@gnu.org>
6811
95695ad3 6812 * configure.in: Fix thinkos in previous check-in.
b6348cb3
PB
6813 * configure: Regenerate.
6814
1546bb64
PB
68152006-07-03 Paolo Bonzini <bonzini@gnu.org>
6816
6817 PR other/27063
6818 * configure.in: Test subdir_requires and give an appropriate
6819 error message.
6820 * configure: Regenerate.
6821
5cb6c629
AJH
68222006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
6823
6824 * MAINTAINERS (Write After Approval): Add myself.
6825
f4d8cdf8
JDA
68262006-06-22 John David Anglin <dave.anglin@nrc.ca>
6827
6828 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6829
4fe5abb7
SE
68302006-06-22 Steve Ellcey <sje@cup.hp.com>
6831
6832 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6833
2a79fd67
DA
68342006-06-20 David Ayers <d.ayers@inode.at>
6835
6836 PR bootstrap/28072
6837 * configure.in: Add target-boehm-gc to noconfigdirs depending on
6838 whether target-libjava is being configured instead of whether the
6839 java front end is enabled.
6840 * configure: Regenerate.
7e050830 6841
04879af3
RO
68422006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6843
6844 PR target/27540
6845 * configure.in: Only enable libgomp on IRIX 6.
6846 * configure: Regenerate.
6847
ec6c7392
PB
68482006-06-15 Paolo Bonzini <bonzini@gnu.org>
6849
6850 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
6851 too.
6852 * Makefile.in: Regenerate.
6853
12973d7a
DD
68542006-06-13 Jeff Johnston <jjohnstn@redhat.com>
6855
6856 * config-ml.in: Alter CCASFLAGS to include special
6857 multilib options the same as is done for CFLAGS.
6858
c67ed86a
JDA
68592006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6860
6861 * configure.in: Don't enable libgomp on hpux10.
6862 * configure: Rebuilt.
6863
cb253473
DA
68642006-06-12 David Ayers <d.ayers@inode.at>
6865
6866 PR bootstrap/27963
6867 PR target/19970
7e050830 6868 * configure.in: Remove target-boehm-gc from noconfigdirs where
cb253473
DA
6869 ${libgcj} is specified.
6870 * configure: Regenerate.
7e050830 6871
dce2d8b2 68722006-06-06 Carlos O'Donell <carlos@codesourcery.com>
32845532
CD
6873
6874 Sync from src:
7e050830
EC
6875
6876 * configure.in: Sync.
32845532 6877 * configure: Regenerated.
7e050830 6878
32845532
CD
6879 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
6880
6881 * Makefile.def: Added dependencies from sim and gdb on intl, and
6882 added configure dependencies to everything with an all dependency
6883 on intl.
6884 * Makefile.in: Regenerated.
6885
7cd0cf9c
DA
68862006-06-06 David Ayers <d.ayers@inode.at>
6887
6888 PR libobjc/13946
6889 * Makefile.def: Add dependencies for libobjc which boehm-gc.
6890 * Makefile.in: Regenerate.
6891 * configure.in: Add --enable-objc-gc at toplevel and have it
6892 enable boehm-gc for Objective-C.
6893 Remove target-boehm-gc from libgcj.
6894 Add target-boehm-gc to target_libraries.
6895 Add target-boehm-gc to noconfigdirs where ${libgcj}
6896 is specified.
6897 Assert that boehm-gc is supported when requested for Objective-C.
6898 Only build boehm-gc if needed either for Java or Objective-C.
6899 * configure: Regenerate.
7e050830 6900
3ff3adad
PB
69012006-06-05 Paolo Bonzini <bonzini@gnu.org>
6902
6903 PR 27674
6904 * Makefile.tpl (configure-[+prefix+][+module+],
6905 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
6906 Remove rule to unstage bootstrapped modules.
6907 (stage_current): New.
6908 * Makefile.in: Regenerate.
6909
898e551d
LB
69102006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
6911
6912 * MAINTAINERS (Write After Approval): Update my e-mail address.
6913
ea60341e
MS
69142006-06-01 Mark Shinwell <shinwell@codesourcery.com>
6915
6916 * include/libiberty.h: Declare pex_run_in_environment.
6917
222ae291
AL
69182006-05-31 Asher Langton <langton2@llnl.gov>
6919
6920 * MAINTAINERS (Write After Approval): Add myself.
898e551d 6921
e9a54b07
PB
69222006-05-25 Paolo Bonzini <bonzini@gnu.org>
6923
6924 * Makefile.def (bfd, opcodes): Fix lib_path.
6925 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
6926 (restrap): Move under "@if gcc-bootstrap". Fix typo.
6927 * Makefile.in: Regenerate.
6928
03e67131
CD
69292006-05-24 Carlos O'Donell <carlos@codesourcery.com>
6930
6931 * Makefile.in: Regenerate.
6932
65d6e994
CD
69332006-05-24 Carlos O'Donell <carlos@codesourcery.com>
6934
6935 * Makefile.def: Add install-html target. Add datarootdir
6936 docdir and htmldir to flags_to_pass.
6937 * Makefile.tpl: Add install-html target.
6938 * Makefile.in: Regenerate.
6939 * configure.in: Add --with-datarootdir, --with-docdir, and
6940 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
6941 * configure: Regenerate.
6942
9e299237
MS
69432006-05-24 Mark Shinwell <shinwell@codesourcery.com>
6944
6945 * configure.in: Enable gprof for cross builds.
6946 * configure: Regenerate.
6947
c31202cd
RG
69482006-05-22 Richard Guenther <rguenther@suse.de>
6949
6950 Revert
6951 2006-01-31 Richard Guenther <rguenther@suse.de>
6952 Paolo Bonzini <bonzini@gnu.org>
6953
6954 * Makefile.def (target_modules): Add libgcc-math target module.
6955 * configure.in (target_libraries): Add libgcc-math target library.
6956 (--enable-libgcc-math): New configure switch.
6957 * Makefile.in: Re-generate.
6958 * configure: Re-generate.
6959 * libgcc-math: New toplevel directory.
6960
2a332582
JDA
69612006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6962 Andreas Tobler <a.tobler@schweiz.ch>
6963
6964 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
6965 * configure: Rebuilt.
6966
dce2d8b2 69672006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7e050830 6968
ccce6917
SL
6969 * MAINTAINERS (Write After Approval): Add myself.
6970
ed606bc0
DD
69712006-05-01 DJ Delorie <dj@redhat.com>
6972
3d8f47a0 6973 * configure.in: Restore CFLAGS if GMP isn't present.
ed606bc0
DD
6974 * configure: Regenerate.
6975
9386bd20
RG
69762006-05-01 Richard Guenther <rguenther@suse.de>
6977
6978 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
6979 maintainer.
6980
dce2d8b2 69812006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
7b3bd503
KZ
6982
6983 * MAINTAINERS (Write After Approval): Add myself.
6984
87ceee72
JB
69852006-04-28 Jan Beulich <jbeulich@novell.com>
6986
6987 * MAINTAINERS (Write After Approval): Add myself.
6988
e88a2c09
DD
69892006-04-18 DJ Delorie <dj@redhat.com>
6990
6991 * configure.in (m32c): Build libstdc++-v3. Pass flags to
6992 reference libgloss so that libssp can be built in a combined
6993 tree.
6994 * configure: Regenerate.
6995
675f0a8a
RM
69962006-04-08 Robert Millan <rmh@gcc.gnu.org>
6997
6998 * MAINTAINERS (Write After Approval): Add myself.
6999
27b6c940
BE
70002006-04-05 Ben Elliston <bje@au.ibm.com>
7001
7002 * configure.in: Require makeinfo 4.4 or higher.
7003 * configure: Regenerate.
7004
687b17d4
GP
70052006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
7006
7007 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
7008 Rearrange the entries of other libraries to have them in one place.
7009
906ac235
JB
70102006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
7011
7e050830 7012 * MAINTAINERS (Write After Approval): Remove myself.
906ac235
JB
7013 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7014
fb0103e5
RG
70152006-03-14 Richard Guenther <rguenther@suse.de>
7016
7017 * configure: Regenerate with autoconf 2.13.
7018
17237f6b
JB
70192006-03-13 Jim Blandy <jimb@codesourcery.com>
7020
7021 * MAINTAINERS: Use my work address.
bed31434
JB
7022
7023 * MAINTAINERS: Update my E-mail address.
7024
27079765
AH
70252006-03-10 Aldy Hernandez <aldyh@redhat.com>
7026
7027 * configure.in: Handle --disable-<component> generically.
7028 * configure: Regenerate.
7029
54a17039
L
70302006-03-01 H.J. Lu <hongjiu.lu@intel.com>
7031
7032 PR libgcj/17311
7033 * ltmain.sh: Don't use "$finalize_rpath" for compile.
7034
b9bd11ca
EE
70352006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
7036
7037 * MAINTAINERS (Write After Approval): Remove myself.
7038 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7039
dce2d8b2 70402006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
e9a54b07 7041
072b06f2
RE
7042 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
7043 (TARGET_CONFIGDIRS): Remove.
7044 * configure.in: Remove AC_SUBST(target_configdirs).
7045 * Makefile.in, configure: Regenerated.
ee2312f3 7046
936e1a35
SK
70472006-02-20 Steven G. Kargl <kargls@comcast.net>
7048
7049 * MAINTAINERS (Write After Approval): Remove myself.
7050 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7051
cc11cc9b
PB
70522006-02-20 Paolo Bonzini <bonzini@gnu.org>
7053
7054 PR bootstrap/25670
7055
7056 * Makefile.tpl ([+compare-target+]): Print explanation messages.
7057
7058 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
7059 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
7060 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
7061 BUILD_PREFIX, BUILD_PREFIX_1.
7062 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
7063
7064 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
7065 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
7066
7067 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
7068 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
7069 of `cat stage_current`. Always provide the `r' and `s' variables.
7070 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
7071 a single shell execution.
7072 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
7073 bootstrapped modules, make the stage1 module if the build was not
7074 started yet, else build the current stage.
7075 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
7076 (all-build, all-host, all-target, [+make_target+]-host,
7077 [+make_target+]-target): Do not use \-continued lines.
7078 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
7079 (current_stage, restrap, stage_last): New.
7080
7081 * Makefile.in: Regenerate.
7082 * configure: Regenerate.
7083
63a7c9ef
BD
70842006-02-19 Bud Davis <jmdavis@link.com>
7085
7086 * MAINTAINERS (Write After Approval): Remove myself.
7087 (Language Front End Maintainers): Add myself as fortran 95
7088 maintainer and update e-mail address.
7089
a3543e3a
FXC
70902006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
7091
7092 * MAINTAINERS (Write After Approval): Remove myself.
7093 (Language Front End Maintainers): Add myself as fortran 95
7094 maintainer.
7095
ca5b1d2c
VK
70962006-02-16 Victor Kaplansky <victork@il.ibm.com>
7097
7098 * MAINTAINERS (Write After Approval): Add myself.
7099
0499513f
TK
71002006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
7101
7102 * MAINTAINERS (Write After Approval): Remove myself.
7103 (Language Front End Maintainers): Add myself as
7104 fortran 95 maintainer.
7105
d1f8db0c
PB
71062006-02-14 Paolo Bonzini <bonzini@gnu.org>
7107
7108 Sync from src:
7109
7110 2005-12-27 Leif Ekblad <leif@rdos.net>
7111
cc6010cd
AP
7112 * configure.in: Add support for RDOS target.
7113 * configure: Regenerate.
d1f8db0c
PB
7114
71152006-02-14 Paolo Bonzini <bonzini@gnu.org>
3de8da2a 7116 Andreas Schwab <schwab@suse.de>
d1f8db0c 7117
cc6010cd 7118 * configure: Regenerate.
d1f8db0c 7119
cac90078
DE
71202006-02-12 David Edelsohn <edelsohn@gnu.org>
7121
7122 * configure.in (enable_libgomp): Add AIX.
7123 * configure: Regenerate.
7124
bd37fbf5
MK
71252006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
7126
7127 * MAINTAINERS (Write After Approval): Add myself.
7e050830 7128
23027b7a
LM
71292006-02-03 Lee Millward <lee.millward@gmail.com>
7130
7131 * MAINTAINERS (Write After Approval): Add myself.
7e050830 7132
0058967b
RG
71332006-01-31 Richard Guenther <rguenther@suse.de>
7134 Paolo Bonzini <bonzini@gnu.org>
7135
7136 * Makefile.def (target_modules): Add libgcc-math target module.
7137 * configure.in (target_libraries): Add libgcc-math target library.
7138 (--enable-libgcc-math): New configure switch.
7139 * Makefile.in: Re-generate.
7140 * configure: Re-generate.
7141 * libgcc-math: New toplevel directory.
7142
e8b05380
PB
71432006-01-26 Paolo Bonzini <bonzini@gnu.org>
7144
7145 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
7146 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
7147 the assembler, linker and binutils.
7148 * configure: Regenerate.
7149
d54d5437
DM
71502006-01-22 Dirk Mueller <dmueller@suse.de>
7151
7152 * MAINTAINERS (Write After Approval): Add myself.
7153
670cbfcf
DN
71542006-01-20 Diego Novillo <dnovillo@redhat.com>
7155
7156 * configure: Regenerate.
7157
953ff289
DN
71582006-01-18 Richard Henderson <rth@redhat.com>
7159 Jakub Jelinek <jakub@redhat.com>
7160 Diego Novillo <dnovillo@redhat.com>
7161
7162 * libgomp: New directory.
7163 * Makefile.def: Add target_module libgomp.
7164 * Makefile.in: Regenerate.
7165 * configure.in (target_libraries): Add target-libgomp.
7166 * configure: Regenerate.
7167
32ce4048
AO
71682006-01-05 Alexandre Oliva <aoliva@redhat.com>
7169
7170 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
7171 @ from continuation.
7172 * Makefile.in: Rebuilt.
7173
0eaf8e17 71742006-01-04 Chris Lattner <sabre@gnu.org>
a9210574 7175
c76c0c83
CL
7176 * MAINTAINERS (Write After Approval): Add myself.
7177
2d309510
PB
71782006-01-04 Paolo Bonzini <bonzini@gnu.org>
7179
7180 PR bootstrap/24252
7181
7182 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
7183 * Makefile.tpl (OBJDUMP): New.
7184 (EXTRA_HOST_FLAGS): Add it.
7185 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
7186
953ff289
DN
7187 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
7188 to use symbolic links between directories. Avoid race conditions
7189 or make them harmless.
7190 * configure.in: Do not try to use symbolic links between directories.
2d309510
PB
7191
7192 * Makefile.def (LEAN): Pass.
7193 * Makefile.tpl (LEAN): Define.
7194 (stage[+id+]-start): Accept that the previous directory does not
7195 exist, if the bootstrap is lean.
7196 (stage[+id+]-bubble): Invoke lean bootstrap commands after
7197 stage[+id+]-start. Use a makefile variable and an `if' instead of a
7198 configure substitution.
7199 ([+compare-target+]): Likewise.
7200 ([+bootstrap-target+]-lean): New.
7201 * configure.in: Remove lean bootstrap support from here.
7202
953ff289
DN
7203 * Makefile.in: Regenerate.
7204 * configure: Regenerate.
2d309510 7205
368872c3
BE
72062006-01-04 Ben Elliston <bje@au.ibm.com>
7207
7208 * MAINTAINERS (libdecnumber): Add myself.
7209
d79e6356
MM
72102006-01-02 Mark Mitchell <mark@codesourcery.com>
7211
7212 * libtool-ldflags: New script.
7213
a6fbc1e2
AS
72142006-01-02 Andreas Schwab <schwab@suse.de>
7215
7216 * configure.in: When reconfiguring remove Makefile in
7217 all stage directories.
7218 * configure: Regenerate.
7219
103a4b39
SB
72202005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
7221
7222 * MAINTAINERS: Update my email address.
7223
212f829c
PB
72242005-12-20 Paolo Bonzini <bonzini@gnu.org>
7225
7226 Revert Ada-related part of the previous change.
7227
7228 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
7229 Do not pass.
7230 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
7231 * Makefile.in: Regenerate.
7232 * configure.in: Do not include mt-ppc-aix target fragment.
7233 * configure: Regenerate.
7234
8ef1f2df
PB
72352005-12-19 Paolo Bonzini <bonzini@gnu.org>
7236
7237 * configure.in: Select appropriate fragments for PowerPC/AIX.
7238 * configure: Regenerate.
7239
7240 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
7241 BOOT_CFLAGS, BOOT_LDFLAGS.
7242 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
7243 BOOT_CFLAGS, BOOT_LDFLAGS.
7244 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
7245 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
7246 (stage): Fail if we cannot complete the work.
7247 * Makefile.in: Regenerate.
7248
ab34901f
NS
72492005-12-16 Nathan Sidwell <nathan@codesourcery.com>
7250
7251 * configure.in: Replace ms1 with mt.
7252 * configure: Rebuilt.
7253
cbe82f21
BM
72542005-12-15 Bryce McKinlay <mckinlay@redhat.com>
7255
7256 * MAINTAINERS: Update my email address.
7257
19843472
PB
72582005-12-15 Paolo Bonzini <bonzini@gnu.org>
7259
7260 * Makefile.tpl (all, do-[+make_target+], do-check, install,
7261 install-host-nogcc): Don't invoke $(stage) at the end.
7262 * Makefile.in: Regenerate.
7263
1ca26cd2
PB
72642005-12-14 Paolo Bonzini <bonzini@gnu.org>
7265
7266 * configure.in: Flip the top-level bootstrap switch.
7267 * configure: Regenerate.
7268
f41d6665
DJ
72692005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
7270
7271 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
7272 $(stage) and $(unstage).
7273 (EXTRA_TARGET_FLAGS): Correct double-quoting.
7274 (all): Remove stray semicolon.
7275 (local-distclean): Don't handle multilib.tmp and multilib.out.
7276 (install.all): Set $s for consistency.
7277 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
7278 check_multilibs setting. Always make the install directory.
7279 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
7280 Correct @if/@endif.
7281 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
7282 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
7283 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
7284 (multilib.out): Remove.
7285 * Makefile.in: Regenerated.
7286
dce2d8b2 72872005-12-12 Carlos O'Donell <carlos@codesourcery.com>
9174b3cf
CD
7288
7289 * MAINTAINERS (Write After Approval): Add myself.
7290
64f182bd
NS
72912005-12-12 Nathan Sidwell <nathan@codesourcery.com>
7292
121b2cee
NS
7293 * MAINTAINERS: Add myself as mt maintainer.
7294
64f182bd
NS
7295 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
7296
a6d63770
AN
72972005-12-06 Adam Nemet <anemet@caviumnetworks.com>
7298
7299 * MAINTAINERS: Change email address.
7300
2abefe3d
PB
73012005-12-05 Paolo Bonzini <bonzini@gnu.org>
7302
7303 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
7304 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
7305 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
7306 Find in-tree tools if available.
7307 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
7308 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
7309 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
7310 (COMPILER_*_FOR_TARGET): New.
7311 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
7312 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
7313 (CONFIGURED_*, USUAL_*): Remove.
7314 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
7315 STRIP): Use autoconf substitutions.
7316 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
7317 COMPILER_NM_FOR_TARGET): New.
7318 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
7319
7320 (all): Make all-host and all-target in parallel.
7321 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
7322 that $$r and $$s are set before invoking a recursive make.
7323 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
7324 ([+bootstrap-target+]): Inline most of the `all' target.
7325
2f3bdde7
BE
73262005-11-29 Ben Elliston <bje@au.ibm.com>
7327
7328 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
7329 from the gcc build directory.
7330 * Makefile.in: Regenerate.
7331
a4b6c45a
BE
73322005-11-29 Ben Elliston <bje@au.ibm.com>
7333
7334 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
7335 depend on all-libdecnumber.
7336 * configure.in (host_libs): Include libdecnumber.
7337 * Makefile.in: Regenerate.
7338 * configure: Likewise.
7339
473a74b9
BE
73402005-11-29 Ben Elliston <bje@au.ibm.com>
7341
7342 * libdecnumber: Import decNumber sources from the dfp-branch.
7343
b4623110
KJ
73442005-11-21 Kean Johnston <jkj@sco.com>
7345
7346 * config.sub, config.guess: Sync from upstream sources.
7347
67dc1785
BE
73482005-11-21 Ben Elliston <bje@au.ibm.com>
7349
7350 Import from Autoconf sources:
7351
7352 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
7353 * config/move-if-change: Don't output "$2 is unchanged";
7354 suggested by Ben Elliston. Handle weird characters correctly.
7355
186abafe
AT
73562005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
7357
7358 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
7359 to match upstream libtool for darwin.
7360
ef9db8d5
DJ
73612005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
7362
7363 * Makefile.def: Remove gdb dependencies for gdbtk.
7364 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
7365 (configure-gdb, install-gdb): New rules.
7366 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
7367 * Makefile.in, configure: Regenerated.
7368
9c5141ab
JB
73692005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
7370
7371 * MAINTAINERS (Write After Approval): Add myself.
7372
4523d51b
EE
73732005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
7374
7375 * MAINTAINERS (Write After Approval): Add myself.
7376
086b011c
DN
73772005-10-24 Diego Novillo <dnovillo@redhat.com>
7378
7379 * MAINTAINERS (alias analysis): Add Daniel Berlin and
7380 Diego Novillo.
7381
e7c84bf8
PB
73822005-10-22 Paolo Bonzini <bonzini@gnu.org>
7383
7384 PR bootstrap/24297
7385 * Makefile.tpl (do-[+make-target+], do-check, install,
7386 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
7387 are set before recursing.
7388 * Makefile.in: Regenerate.
7389
b88a7564
EB
73902005-10-20 Eric Botcazou <ebotcazou@adacore.com>
7391
7392 PR bootstrap/18939
7393 * Makefile.def (gcc) <target>: Fix thinko.
7394 * Makefile.in: Regenerate.
7395
61efc800
BS
73962005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
7397
7398 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
7399 * configure: Regenerate.
7400
f53d2869
JZ
74012005-10-15 Jie Zhang <jie.zhang@analog.com>
7402
7403 * MAINTAINERS (Write After Approval): Add self.
7404
077fc835
KH
74052005-10-08 Kazu Hirata <kazu@codesourcery.com>
7406
7407 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
7408 target-libffi, target-qthreads, target-libjava, and
7409 targetlibobjc.
7410 * configure: Regenerate.
7411
d739199a
DJ
74122005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
7413
7414 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
7415 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
7416 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
7417 (USUAL_OBJDUMP_FOR_TARGET): New.
7418 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
7419 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 7420 * configure, Makefile.in: Regenerated.
d739199a 7421
db38c6bb
PB
74222005-10-05 Paolo Bonzini <bonzini@gnu.org>
7423
7424 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
7425 before other host packages.
7426
3015564c
KK
74272005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
7428
7429 * MAINTAINERS: Add self as sh libraries/configury maintainer.
7430
1061f99e
PB
74312005-10-05 Paolo Bonzini <bonzini@gnu.org>
7432
7433 PR bootstrap/22340
7434
7435 * configure.in (default_target): Remove.
7436 * Makefile.tpl (all): Do not use prerequisites as subroutines
7437 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
7438 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
7439 use prerequisites as subroutines.
7440 (check-host, check-target): New.
7441 (bootstrap configure & all targets): Do not use stage*-start
7442 if the directory layout is already ok.
7443 (non-bootstrap configure & all targets): Prepend a $(unstage).
7444 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
7445 (NOTPARALLEL): Remove.
7446 (unstage, stage variables): New variables.
7447 (unstage, stage targets): Simply expand to those variables.
7448
7449 * configure: Regenerate.
7450 * Makefile.in: Regenerate.
7451
4a9c436f
JW
74522005-10-04 James E Wilson <wilson@specifix.com>
7453
7454 * Makefile.def (lang_env_dependencies): Add libmudflap.
7455 * Makefile.in: Regenerate.
7456
37150080
AS
74572005-10-03 Andreas Schwab <schwab@suse.de>
7458
7459 Backport from libtool CVS:
7460 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
7461
7462 * ltmain.sh: add support for installing into temporary
7463 staging area (e.g. 'make install DESTDIR=...')
7464
39d16468
L
74652005-10-03 H.J. Lu <hongjiu.lu@intel.com>
7466
7467 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
7468 * configure: Regenerated.
7469
72a7ab82
AP
74702005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
7471
7472 * configure: Regenerate with the correct
7473 autoconf version.
7474
6b65a26d
CM
74752005-09-30 Catherine Moore <clm@cm00re.com>
7476
7477 * configure.in (bfin-*-*): New.
7478 * configure: Regenerated.
7479
040b1c5a
GK
74802005-09-28 Geoffrey Keating <geoffk@apple.com>
7481
7482 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
7483 (LIPO_FOR_TARGET): New.
7484 (CONFIGURED_LIPO_FOR_TARGET): New.
7485 (USUAL_LIPO_FOR_TARGET): New.
7486 (STRIP_FOR_TARGET): New.
7487 (CONFIGURED_STRIP_FOR_TARGET): New.
7488 (USUAL_STRIP_FOR_TARGET): New.
7489 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
7490 STRIP_FOR_TARGET.
7491 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
7492 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
7493 * Makefile.in: Regenerate.
7494 * configure: Regenerate.
7e050830 7495
3a3c28db
DE
74962005-09-19 David Edelsohn <edelsohn@gnu.org>
7497
7498 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
7499 (rs6000-*-aix*): Same.
7500 * configure: Regenerate.
7501
2749a921
TT
75022005-09-16 Tom Tromey <tromey@redhat.com>
7503
7504 * MAINTAINERS: Add self as java maintainer.
7505
7f26dfa3
FXC
75062005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
7507
7508 * configure.in: Recognize f95 in the --enable-languages option,
7509 and substitute it for fortran, issuing a warning.
7510 * configure: Regenerate.
7511
d8852c4f
PE
75122005-08-30 Phil Edwards <phil@codesourcery.com>
7513
7514 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
7515 * configure: Regenerated.
7516
ad685e81
AH
75172005-08-22 Aldy Hernandez <aldyh@redhat.com>
7518
7519 * MAINTAINERS: Add self as ms1 maintainer.
7520
b00d752c
RE
75212005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
7522
7523 * Makefile.def (libssp): Add to lang_env_dependencies.
7524 * Makefile.in: Regenerate.
7525
9ed8fb9b
ILT
75262005-08-18 Ian Lance Taylor <ian@airs.com>
7527
7528 * MAINTAINERS: Add myself as middle-end maintainer.
7529
0f029d39
CG
75302005-08-17 Christian Groessler <chris@groessler.org>
7531
7532 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
7533 * Makefile.in: Regenerate.
7534
81087874
AK
75352005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
7536
7537 * MAINTAINERS (write after approval): Added myself.
7538
6a134f1c
MR
75392005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
7540
7541 * MAINTAINERS (Write After Approval): Add myself.
7542
2693c0b0
PB
75432005-08-12 Paolo Bonzini <bonzini@gnu.org>
7544
7545 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
7546 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
7547 Look for alternate names of the target cc and c++
7548 * configure: Regenerate.
7549
4de997d1
PB
75502005-08-08 Paolo Bonzini <bonzini@gnu.org>
7551
7552 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7553 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
7554 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
7555 tools; remove code to manually set them.
7556 (Target tools): Look in the environment for them.
7557 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7558 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
7559 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
7560 build directory.
7561 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
7562 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
7563 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
7564 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7565 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
7566 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
7567 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
7568 * configure: Regenerate.
7569 * Makefile.in: Regenerate.
7570
b089e33a
BE
75712005-07-28 Ben Elliston <bje@au.ibm.com>
7572
7573 * MAINTAINERS: Update for removed CPU targets.
7574
e3791243
MM
75752005-07-27 Mark Mitchell <mark@codesourcery.com>
7576
7577 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7e050830 7578 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
e3791243
MM
7579 * Makefile.in: Regenerated.
7580
526635cb
MM
75812005-07-26 Mark Mitchell <mark@codesourcery.com>
7582
7583 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
7584 (CFLAGS_FOR_TARGET): Use it.
7585 (CXXFLAGS_FOR_TARGET): Likewise.
7586 * Makefile.in: Regenerated.
7587 * configure.in (--with-build-sysroot): New option.
7588 * configure: Regenerated.
7589
19791f70
PB
75902005-07-24 Paolo Bonzini <bonzini@gnu.org>
7591
7592 * Makefile.tpl: Wrap install between unstage and stage
7593 * Makefile.in: Regenerate.
7594
35f5a23f
EC
75952005-07-21 Eric Christopher <echristo@apple.com>
7596
7597 * MAINTAINERS: Update affiliation.
7598
ff3ddf15
PW
75992005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
7600
7601 * MAINTAINERS: Add self as crx port maintainer.
7602
3a664c1c
DD
76032005-07-20 DJ Delorie <dj@redhat.com>
7604
7605 * MAINTAINERS: Add self as m32c maintainer.
7606
539df155
KC
76072005-07-16 Kelley Cook <kcook@gcc.gnu.org>
7608
7609 * all files: Update FSF address.
7610
be9c593a
EC
76112005-07-15 Eric Christopher <echristo@redhat.com>
7612
7613 * MAINTAINERS: Change affiliation.
7614
fd7ea4ab
JB
76152005-07-14 Jim Blandy <jimb@redhat.com>
7616
7617 * configure.in: Add cases for Renesas m32c.
7618 * configure: Regenerated.
7e050830 7619
0063a823
KC
76202005-07-14 Kelley Cook <kcook@gcc.gnu.org>
7621
d0ca130a
KC
7622 * COPYING.LIB: Update from fsf.org.
7623
76242005-07-14 Kelley Cook <kcook@gcc.gnu.org>
7625
7626 * COPYING, compile, config.guess,
0063a823
KC
7627 config.sub, install-sh, missing, mkinstalldirs,
7628 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 7629 * config-ml.in: Update FSF address.
0063a823 7630
a8ba31f2
EC
76312005-07-13 Eric Christopher <echristo@redhat.com>
7632
7633 * configure.in: Add toplevel noconfigdir support for tpf.
7634 * configure: Regenerate.
7635
5bea4a03
PB
76362005-07-11 Paolo Bonzini <bonzini@gnu.org>
7637
7638 PR ada/22340
7639
7640 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
7641 * Makefile.in: Regenerate.
7642
284bdbbd
MM
76432005-07-07 Mark Mitchell <mark@codesourcery.com>
7644
7645 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7e050830 7646 Brolley to write-after-approval.
284bdbbd 7647
452190fb
AS
76482005-07-07 Andreas Schwab <schwab@suse.de>
7649
7650 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
7651 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
7652 * Makefile.in: Regenerated.
7653
9c8f9ec2
GK
76542005-07-06 Geoffrey Keating <geoffk@apple.com>
7655
7656 * configure.in: Don't build sim or rda when targetting darwin.
7657 * configure: Regenerate.
7658
ef0087a7
KH
76592005-07-06 Kazu Hirata <kazu@codesourcery.com>
7660
7661 * configure.in: Add --enable-libssp and --disable-libssp.
7662 * configure: Regenerate with autoconf-2.13.
7663
77008252
JJ
76642005-07-02 Jakub Jelinek <jakub@redhat.com>
7665
7666 * Makefile.def (target_modules): Add libssp.
7667 * configure.in (target_libraries): Add target-libssp.
7668 * configure: Rebuilt.
7669 * Makefile.in: Rebuilt.
7670
a04eae1b
ZW
76712005-07-01 Zack Weinberg <zackw@panix.com>
7672
7673 * MAINTAINERS: Change email address. Resign from maintainership.
7674
948884cd
RG
76752005-07-01 Richard Guenther <rguenther@suse.de>
7676
7677 * MAINTAINERS: Change my e-mail address and affiliation.
7678
c7870f5d
PB
76792005-06-22 Paolo Bonzini <bonzini@gnu.org>
7680
7681 * Makefile.def (stagefeedback): Come after profile.
7682 Define profiledbootstrap target.
7683 * Makefile.tpl (profiledbootstrap): Remove.
7684 (stageprofile-end): Zap stagefeedback.
7685 (stagefeedback-start): Copy all .gcda files, not only GCC's.
7686 * Makefile.in: Regenerate.
7687
ab99519a
RS
76882005-06-13 Richard Sandiford <richard@codesourcery.com>
7689
7690 * MAINTAINERS: Update my email address.
7691
f610dd5f
ZW
76922005-06-13 Zack Weinberg <zack@codesourcery.com>
7693
7694 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
7695 In 'cpp' stanza, support '#line' as well as '# '.
7696
71bc2a83
AS
76972005-06-08 Andreas Schwab <schwab@suse.de>
7698
7699 * MAINTAINERS: Move myself from 'Write After Approval' to
7700 'CPU Port Maintainers' section as m68k maintainer.
7701
4fab7234
HPN
77022005-06-07 Hans-Peter Nilsson <hp@axis.com>
7703
7704 * configure.in (unsupported_languages): New macro.
7705 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
7706 non-ported target libraries in noconfigdirs.
7707 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
7708 non-linux-gnu. Remove libgcj_ex_libffi.
cc6010cd 7709 <lang_frag loop>: Set add_this_lang=no if the language is in
4fab7234
HPN
7710 unsupported_languages.
7711 * configure: Regenerate.
7712
68193f9b
TS
77132005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
7714
7715 * configure.in: Fix typo in handling of --with-mpfr-dir.
7716 * configure: Regenerate.
7717
f26f6b8d
RS
77182005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
7719
7720 * MAINTAINERS: Update my email address.
7721
ba4853f8
JB
77222005-06-02 Jim Blandy <jimb@redhat.com>
7723
7724 * config.sub: Add cases for the Renesas m32c. (This patch has been
7725 accepted into the master sources.)
7726
79dd769c 77272005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
7728 Michael Snyder <msnyder@redhat.com>
7729 Stan Cox <scox@redhat.com>
79dd769c 7730
f610dd5f 7731 * configure.in: Set noconfigdirs for ms1.
79dd769c 7732
f610dd5f 7733 * configure: Regenerate.
79dd769c 7734
d29e107f
JD
77352005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
7736
7737 * MAINTAINERS (Write After Approval): Add self.
7738
e93196c3
JC
77392005-06-01 Josh Conner <jconner@apple.com>
7740
7741 * MAINTAINERS (Write After Approval): Add self.
7742
ae263c7a
KH
77432005-06-01 Kazu Hirata <kazu@codesourcery.com>
7744
7745 * MAINTAINERS: Update my email address.
7746
585b3aa3
ZM
77472005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
7748
7749 * MAINTAINERS (Write After Approval): Add self.
7750
4930c50b
CD
77512005-05-26 Chris Demetriou <cgd@broadcom.com>
7752
7753 * MAINTAINERS (Write After Approval): Remove self.
7754
2dfbef6d
PB
77552005-05-25 Paolo Bonzini <bonzini@gnu.org>
7756
7757 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
7758 (Dependencies): Consider target modules for bootstrap dependencies.
7759 Make target bootstrap modules depend on each stage's gcc.
7760 * Makefile.in: Regenerate.
7761
bcb28cf5
PB
77622005-05-20 Paolo Bonzini <bonzini@gnu.org>
7763
7764 * Makefile.def (configure-gcc): Depend on binutils having been built.
7765 (all-gcc): No need to do it here.
7766 * Makefile.in: Regenerate.
7767
0cf085e4
PB
77682005-05-19 Paul Brook <paul@codesourcery.com>
7769
f610dd5f 7770 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
7771 language cannot be built.
7772 * configure: Regenerate.
7773
dfb2c39a
DJ
77742005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7775
7776 * ylwrap: Import from Automake 1.9.5.
7777
771aaa92
DU
77782005-05-13 David Ung <davidu@mips.com>
7779
7780 * MAINTAINERS (Write After Approval): Add self.
7781
3ac9bd58
MS
77822005-05-09 Mike Stump <mrs@apple.com>
7783
7784 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
7785 lt_cv_sys_max_cmd_len for now.
f610dd5f 7786
f77a5578
SC
77872005-05-09 Stan Cox <scox@redhat.com>
7788
7789 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
7790
795e36e5
MK
77912005-05-08 Matt Kraai <kraai@ftbfs.org>
7792
7793 * README.SCO: Update the URL.
7794
c9392a2b
DE
77952005-05-05 David Edelsohn <edelsohn@gnu.org>
7796
7797 * ltconfig: Define file_list_spec. Pass file_list_spec and
7798 with_gnu_ld to libtool.
7799 * ltcf-c.sh (aix[45]): Define file_list_spec.
7800 * ltcf-cxx.sh (aix[45]): Same.
7801 * ltcf-gcj.sh (aix[45]): Same.
7802 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
7803 exists, write list of input files to temporary file.
7804
bebcd931
MS
78052005-05-04 Mike Stump <mrs@apple.com>
7806
7807 * configure.in: Always pass --target to target configures as
7808 otherwise rebuilds that do --recheck will fail.
7809 * confiugure: Rebuilt.
7810
ce406537
PB
78112005-05-04 Paolo Bonzini <bonzini@gnu.org>
7812
7813 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
7814 STAGE_HOST_EXPORTS.
7815 (configure, all): Add bootstrap support.
7816 (Host modules, target modules): Pass post-stage1 flags and exports.
7817 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
7818 * Makefile.in: Regenerate.
7819
aa9dcfc4
PB
78202005-04-29 Paolo Bonzini <bonzini@gnu.org>
7821
7822 * configure: Regenerate.
7823
b6f9abcf
MS
78242005-04-27 Mike Stump <mrs@apple.com>
7825
7826 * MAINTAINERS: Add self as darwin maintainer.
7827
acb217cb
BS
78282005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
7829
7830 * config.sub: Update from master copy.
7831
b6dae270
MS
78322005-04-21 Mike Stump <mrs@apple.com>
7833
7834 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
7835 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
7836
c2e0d3a9
HPN
78372005-04-19 Hans-Peter Nilsson <hp@axis.com>
7838
7839 * configure.in <crisv32-*-*, cris-*-*>: New local variable
7840 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
7841 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
7842 "*-*-elf" and "*-*-linux*".
7843 * configure: Regenerate.
7844
871ae772
JM
78452005-04-14 Joseph S. Myers <joseph@codesourcery.com>
7846
7847 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
7848
bf070c29
MS
78492005-04-12 Mike Stump <mrs@apple.com>
7850
7851 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
7852
e865b6f7
TK
78532005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
7854
7855 * MAINTAINERS (Write After Approval): Add myself.
7856
7b71ad7f
BS
78572005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
7858
7859 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
7860
25b42232
PB
78612005-04-06 Paolo Bonzini <bonzini@gnu.org>
7862
f610dd5f 7863 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
7864 (TARGET_CONFIGARGS): Include --with-target-subdir.
7865 (configure, all): New macros. Use them throughout.
7866 * Makefile.in: Regenerate.
7867
d727c624
JG
78682005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
7869
7870 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 7871
fff72cc4
ZD
78722005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7873
7874 * MAINTAINERS: Remove 'loop unrolling' maintainer.
7875
86472dc3
GP
78762005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
7877
7878 * MAINTAINERS: Move John Carr to Write After Approval.
7879
dce2d8b2 78802005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5d0f90e5
R
7881
7882 * config/mh-mingw32: Delete.
7883 * configure.in: Don't use it.
7884 * configure: Regenerate.
7885
33da42bc
PB
78862005-03-31 Paolo Bonzini <bonzini@gnu.org>
7887
7888 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
7889 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
dce2d8b2 7890 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
33da42bc
PB
7891 (HOST_LIB_PATH): Generate from Makefile.def.
7892 (TARGET_LIB_PATH): Likewise.
7893 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
7894 * Makefile.in: Regenerate.
7895 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
7896 (RPATH_ENVVAR): Include Darwin case.
7897 * configure: Regenerate.
7898
15cc1841
TF
78992005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
7900
7901 * MAINTAINERS (Various Maintainers): Remove self.
7902 (Write After Approval): Add self.
7903
6a8c79d5
TF
79042005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
7905
7906 * MAINTAINERS (Various Maintainers): Add self.
7907
256f7136
PB
79082005-03-25 Paolo Bonzini <bonzini@gnu.org>
7909
7910 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
7911 * configure: Regenerate.
7912
191dd2c9
ZW
79132005-03-21 Zack Weinberg <zack@codesourcery.com>
7914
7915 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
7916 gcc_version, and gcc_version_trigger from set of flags to pass.
7917 * Makefile.tpl: Remove definitions of above variables.
7918 (config.status): Remove dependency on $(gcc_version_trigger).
7919 * Makefile.in: Regenerate.
7920 * configure.in: Do not reference config/gcc-version.m4 nor
7921 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
7922 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
7923 * configure: Regenerate.
7924
ef6e9bc0 79252005-03-16 Manfred Hollstein <manfred.h@gmx.net>
dce2d8b2 7926 Andrew Pinski <pinskia@physics.uc.edu>
ef6e9bc0
MH
7927
7928 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
7929 * Makefile.in: Regenerate.
7930
009bbd5a
FW
79312005-03-13 Feng Wang <fengwang@nudt.edu.cn>
7932
7933 * MAINTAINERS (Write After Approval): Add myself.
7934
09f8755b
DA
79352005-03-03 David Ayers <d.ayers@inode.at>
7936
7937 * MAINTAINERS (Write After Approval): Add myself.
7938
e73ed25c
AO
79392005-03-01 Alexandre Oliva <aoliva@redhat.com>
7940
7941 PR libgcj/20160
7942 * ltmain.sh: Avoid creating archives with components that have
7943 duplicate basenames.
7944
ace9ac7b
AP
79452005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
7946
7947 PR bootstrap/20250
7948 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
7949 instead of check.
7950 * Makefile.in: Regenerate.
7951
c9db9354
PB
79522005-02-28 Paolo Bonzini <bonzini@gnu.org>
7953
7954 * Makefile.in: Regenerate to fix conflict between the previous two
7955 patches.
7956
215c351a
PB
79572005-02-28 Paolo Bonzini <bonzini@gnu.org>
7958
7959 PR bootstrap/17383
7960 * Makefile.def (target_modules): Remove "stage", now unnecessary.
7961 * Makefile.tpl (HOST_SUBDIR): New substitution.
7962 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
7963 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7964 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
7965 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
7966 (Host modules, Bootstrapped modules): Use it.
7967 (Build modules, Target modules): Do not create symlink trees,
7968 always configure out-of-srcdir.
7969 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
7970 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
7971 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
7972 $(HOST_SUBDIR). Create a symlink for host_subdir.
7973
7974 * Makefile.in: Regenerate.
7975 * configure: Regenerate.
7976
5395b47b
NN
79772005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7978
7979 Merged from libada-gnattools-branch:
7980 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
7981
7982 * gnattools: New directory.
7983 * Makefile.def: Add gnattools as a module, depending on target-libada.
7984 * Makefile.in: Regenerate.
7985 * configure.in: Include gnattools in host_tools; disable it if ada
7986 is disabled.
7987 * configure: Regenerate.
7988
ca2cc05c
JM
79892005-02-24 James A. Morrison <phython@gcc.gnu.org>
7990
7991 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
7992 treelang maintainer.
7993 (Write After Approval): Remove myself.
7994
d2f3024f
PS
79952005-02-23 Paul Schlie <schlie@comcast.net>
7996
7997 * configure.in: Allow darwin targeted ports to build tk, itcl and
7998 libgui.
7999 * configure: Regenerate.
8000
bba5e0ca
EB
80012005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
8002
8003 PR libgcj/10353
8004 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
8005 * configure: Regenerate.
8006
70132ce7
SK
80072005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
8008
8009 * MAINTAINERS (Write After Approval): Add myself.
8010
20f0edca
ILT
80112005-02-10 Ian Lance Taylor <ian@airs.com>
8012
8013 * MAINTAINERS: Update my e-mail address.
8014
e64e5109
RG
80152005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
8016
8017 * MAINTAINERS (Write After Approval): Add myself.
8018
40d64b5a
HPN
80192005-01-29 Hans-Peter Nilsson <hp@axis.com>
8020
8021 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
8022 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
8023 target-libgloss when not *-*-elf and *-*-aout.
8024 * configure: Regenerate.
8025
54a12711
KH
80262005-01-23 Kazu Hirata <kazu@cs.umass.edu>
8027
8028 * MAINTAINERS: Remove obsolete entries.
8029
0aa99dbb
KH
8030 * MAINTAINERS (Write After Approval): Add Michael Matz.
8031
2b009f5f
NB
80322005-01-19 Neil Booth <neil@daikokuya.co.uk>
8033
8034 * MAINTAINERS: Remove self as cpplib maintainer.
8035
385870f5
KC
80362005-01-17 Kelley Cook <kcook@gcc.gnu.org>
8037
8038 * install-sh, config.sub: Import from upstream.
8039
e7daab31
KC
80402005-01-17 Kelley Cook <kcook@gcc.gnu.org>
8041
8042 PR bootstrap/18222
8043 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
8044 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
8045 * Makefile.in: Regenerate.
8046
e6003f4d
JT
80472005-01-16 Jason Thorpe <thorpej@netbsd.org>
8048
8049 * MAINTAINERS: Update my email address.
8050
145e2972 80512005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 8052 Andreas Schwab <schwab@suse.de>
145e2972
DE
8053
8054 PR bootstrap/18033
8055 * config-ml.in: Eval option if surrounded by single quotes.
8056
86c7e0da
PB
80572005-01-03 Paolo Bonzini <bonzini@gnu.org>
8058
8059 Revert 2004-12-28 Makefile changes, a better fix will be
8060 applied to mainline and src after GCC 4.0 branches.
8061
3224a22f
PB
80622004-12-28 Paolo Bonzini <bonzini@gnu.org>
8063
8064 PR bootstrap/17383
8065
8066 * Makefile.def (target_modules): Remove stage parameter,
8067 it is always true now.
8068 * Makefile.tpl (configure-build-[+module+],
8069 configure-target-[+module+]): Always build symlink tree
8070 for the directory and for include. BUILD_SUBDIR and
8071 TARGET_SUBDIR cannot be . anymore.
8072 * Makefile.in: Regenerate.
8073
aaf51ca2
DE
80742004-12-25 David Edelsohn <edelsohn@gnu.org>
8075
8076 Revert 2004-12-08 Makefile changes.
8077
4e32e454
DS
80782004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
8079
8080 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
8081 cygwin, mingw.
8082
669f01d8
AS
80832004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
8084
8085 * configure.in (sh64-*-*): Reenable gprof.
8086 * configure: Regenerate.
8087
1b227ee0
DE
80882004-12-08 David Edelsohn <edelsohn@gnu.org>
8089
8090 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
8091 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
8092 (EXTRA_TARGET_FLAGS): Add PICFLAG.
8093 * Makefile.in: Regenerate.
8094
ce5e944c
CF
80952004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
8096
8097 * MAINTAINERS: Update my email address.
8098
893f1e87
MK
80992004-12-07 Matt Kraai <kraai@ftbfs.org>
8100
8101 * Makefile.tpl: Generate normal dependencies if the LHS module is
8102 not bootstrapped.
8103 * Makefile.in: Regenerate.
8104
bb59c339
RS
81052004-12-03 Richard Sandiford <rsandifo@redhat.com>
8106
8107 * configure.in: Include config/gxx-include-dir.m4. Use
8108 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
8109 * configure: Regenerate.
8110
4982adbe
RS
81112004-12-03 Richard Sandiford <rsandifo@redhat.com>
8112
8113 * config.if: Delete.
8114 * configure.in: Set libstdcxx_incdir directly.
8115 * configure: Regenerate.
8116
05750653
EC
81172004-12-02 Eric Christopher <echristo@redhat.com>
8118
8119 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
8120 * Makefile.in: Regenerate.
8121
5fef1dbd
RS
81222004-12-02 Richard Sandiford <rsandifo@redhat.com>
8123
8124 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
8125 * configure: Regenerate.
8126
afabd8e6
RS
81272004-12-02 Richard Sandiford <rsandifo@redhat.com>
8128
8129 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
8130 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
8131 * configure: Regenerate.
8132
78716e86
EC
81332004-12-01 Eric Christopher <echristo@redhat.com>
8134
8135 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
8136 of things to remove.
8137
57ab8ba9
MK
81382004-11-29 Matt Kraai <kraai@ftbfs.org>
8139
8140 * MAINTAINERS (Write After Approval): Update my e-mail address.
8141
2539bffe
KC
81422004-11-29 Kelley Cook <kcook@gcc.gnu.org>
8143
8144 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
8145 from CVS libtool to always pass_all.
8146
3e732ba0
JDA
81472004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8148
8149 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
8150 (hppa*64*-*-*): Delete incorrect comment.
8151 * configure: Rebuilt.
8152
767f726e
KC
81532004-11-24 Kelley Cook <kcook@gcc.gnu.org>
8154
8155 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
8156
2c92e90f
KC
81572004-11-24 Kelley Cook <kcook@gcc.gnu.org>
8158
8159 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
8160 from CVS libtool to always pass_all.
8161
32f84e48
KC
81622004-11-15 Kelley Cook <kcook@gcc.gnu.org>
8163
8164 * install-sh, compile: Import from automake.
8165
9587be8a
KC
81662004-11-15 Kelley Cook <kcook@gcc.gnu.org>
8167
8168 * config.guess, config.sub: Import from savannnah.
8169
04e81808 81702004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
8171
8172 * MAINTAINERS (Write After Approval): Add myself
8173
f87a2b2e
MS
81742004-11-12 Mike Stump <mrs@apple.com>
8175
8176 * Makefile.def: Add html support.
8177 * Makefile.tpl: Likewise.
8178 * Makefile.in: Regenerate.
8179
848556c2
GK
81802004-11-11 Geoffrey Keating <geoffk@apple.com>
8181
556f03c4
GK
8182 PR 18423
8183 * configure.in: Remove all instances of build-fixincludes from
8184 noconfigdirs.
8185 (build_configargs): Supply --target to subdirectories.
8186 * configure: Regenerate.
8187
848556c2
GK
8188 * Makefile.def: Make gcc install depend on fixincludes install.
8189 * Makefile.in: Regenerate.
8190
9e5712a5
JJ
81912004-11-10 Janis Johnson <janis187@us.ibm.com>
8192
8193 * MAINTAINERS: Add myself as gcc testsuite maintainer.
8194
4ef509c0
PB
81952004-11-11 Paul Brook <paul@codesourcery.com>
8196
8197 * MAINTAINERS: Add self as arm maintainer. Update email address.
8198
20d11df6
HPN
81992004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
8200
8201 * configure.in (noconfigdirs) [mmix-*-*]: Disable
8202 target-libgfortran.
79fd8592 8203 * configure: Regenerate.
20d11df6 8204
68c70f15
DE
82052004-11-07 David Edelsohn <edelsohn@gnu.org>
8206
8207 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
8208 like CC.
8209
54f88091
PB
82102004-11-05 Paolo Bonzini <bonzini@gnu.org>
8211
8212 * Makefile.def (host fixincludes): Specify missing targets.
8213 * Makefile.in: Regenerate.
8214
6866abb8
RC
82152004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
8216
8217 * MAINTAINERS: Add myself
8218
83f62578
GL
82192004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
8220
8221 * MAINTAINERS (Write After Approval): Add myself.
8222
53c7ffe7
GK
82232004-11-04 Geoffrey Keating <geoffk@apple.com>
8224
8225 * Makefile.def: Build fixincludes for the host, too.
8226 * Makefile.in: Regenerate.
8227 * configure.in (host_tools): Add fixincludes.
8228 * configure: Regenerate.
8229
ac8b3d9d
DJ
82302004-11-04 Daniel Jacobowitz <dan@debian.org>
8231
8232 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
8233 * configure: Regenerated.
8234
bab37580
L
82352004-11-04 H.J. Lu <hongjiu.lu@intel.com>
8236
8237 PR other/17783
8238 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
8239 * configure: Regenerated.
8240
db1de713
MM
82412004-10-31 Mark Mitchell <mark@codesourcery.com>
8242
8243 * README.SCO: Update per FSF instructions.
8244
a827e21a
EW
82452004-10-28 Eric B. Weddington <ericw@evcohs.com>
8246
8247 PR target/18151
8248 * configure.in (case ${target}): Do not build fixincludes for avr.
8249 * configure: Regenerated.
8250
9d069a4f
PB
82512004-10-26 Paolo Bonzini <bonzini@gnu.org>
8252
8253 * configure.in (case ${target}): Do not build fixincludes
8254 on platforms where it is not used.
8255 * configure: Regenerated.
8256
fc45f3fe
DJ
82572004-10-23 Daniel Jacobowitz <dan@debian.org>
8258
8259 * configure.in: Use an absolute path to install-sh.
8260 * configure: Regenerated.
8261
36554b92
AL
82622004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
8263
8264 * MAINTAINERS (Write After Approval): Add myself.
8265
88e9994a
KH
82662004-10-19 Kazu Hirata <kazu@cs.umass.edu>
8267
8268 * MAINTAINERS: Remove from Write After Approval those that are
8269 already maintainers.
8270
ad02a944
SP
82712004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
8272
8273 * MAINTAINERS: Update my email address.
8274
c8e6cd41
KC
82752004-10-12 Kelley Cook <kcook@gcc.gnu.org>
8276
8277 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
8278 * configure: Regenerate.
8279
dce2d8b2 82802004-10-07 J"orn Rennecke <joern.rennecke@st.com>
ebe55024
R
8281
8282 * MAINTAINERS: Update my email address.
8283
a8b0957e
KH
82842004-10-07 Kazu Hirata <kazu@cs.umass.edu>
8285
8286 * MAINTAINERS (Language Front Ends Maintainers): New. Move
8287 entries belonging to this category.
8288
96836f61
JZ
82892004-10-06 Josef Zlomek <josef.zlomek@email.cz>
8290
8291 * MAINTAINERS: Update my e-mail address.
8292
7e0b5752
PB
82932004-10-06 Paolo Bonzini <bonzini@gnu.org>
8294
8295 Fix wrong conflict resolution in:
8296
8297 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
8298
8299 * Makefile.in: Regenerate.
8300 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8301 in the recursive `make', instead of hardwiring `all'.
8302 (Autogenerated TARGET-* variables): New.
8303
370f7a47
TL
83042004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
8305
8306 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 8307 * configure: Regenerate.
370f7a47 8308
13e5d623
KH
83092004-10-04 Kazu Hirata <kazu@cs.umass.edu>
8310
8311 * MAINTAINERS (Various Maintainers): Move the "windows,
8312 cygwin, mingw" maintainer to ...
8313 (OS Port Maintainers): ... here.
8314
a6497c1b
KH
83152004-10-04 Kazu Hirata <kazu@cs.umass.edu>
8316
8317 * MAINTAINERS (Write After Approval): Remove those that are
8318 maintainers of some subsystem.
8319
1abb828a
D
83202004-10-02 P.J. Darcy <darcypj@us.ibm.com>
8321
8322 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
8323 * ltcf-cxx.sh (tpf*): Likewise.
8324 * ltconfig (tpf*): Add TPF OS configuration support.
8325
16d1338d
BS
83262004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
8327
8328 * MAINTAINERS: Change my email address to my new work account.
8329
9082a750
MR
83302004-09-24 Michael Roth <mroth@nessie.de>
8331
8332 * configure.in (--without-headers): Add missing double quotes.
8333 * configure: Regenerate.
8334
dce2d8b2 83352004-09-24 Kelley Cook <kcook@gcc.gnu.org>
07a8bdf8
KC
8336
8337 * ylwrap: Revert to previous version.
8338
4c4a5bbc
L
83392004-09-23 H.J. Lu <hongjiu.lu@intel.com>
8340
8341 PR bootstrap/17369
8342 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
8343 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
8344 SET_GCC_LIB_PATH_CMD.
8345 (BASE_TARGET_EXPORTS): Likewise.
8346 * Makefile.in: Regenerated.
8347
8348 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
8349 * configure: Regenerated.
8350
85f59630
KC
83512004-09-23 Kelley Cook <kcook@gcc.gnu.org>
8352
8353 * config.guess: New upstream version
8354 * compile, depcomp, install-sh, ylwrap: Likewise.
8355
95c53c62
RS
83562004-09-19 Roger Sayle <roger@eyesopen.com>
8357
8358 * config/mh-x86omitfp: New host makefile fragment. Add
8359 -fomit-frame-pointer to the default BOOT_CFLAGS.
8360 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
8361 * configure: Regenerate.
8362
0a1c093b
AP
83632004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
8364
8365 PR target/11572
8366 * configure.in (*-*-darwin*): Renable libobjc.
8367 * configure: Regenerate.
8368
315fcf97
NS
83692004-09-10 Nathan Sidwell <nathan@codesourcery.com>
8370
8371 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
8372
0a050485 83732004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 8374
0a050485
DB
8375 * Makefile.def: Remove libbanshee.
8376 * Makefile.tpl: Ditto.
8377 * configure.in: Ditto.
8378 * Makefile.in: Regen.
8379 * configure: Ditto.
8380
5f4a098e
DE
83812004-09-08 David Edelsohn <edelsohn@gnu.org>
8382
8383 * ltmain.sh: Use $pic_object as $non_pic_object if
8384 $non_pic_object=none.
8385
32b2511f
PB
83862004-09-07 Paolo Bonzini <bonzini@gnu.org>
8387
8388 * missing: Import latest version from master repository.
8389
fc4d0e82
NC
83902004-09-06 Nick Clifton <nickc@redhat.com>
8391
8392 * config.sub: Import latest version from master repository.
8393 * config.guess: Likewise.
8394 This includes these changes:
78716e86 8395
fc4d0e82
NC
8396 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
8397
8398 * config.sub: Handle crisv32, alias etraxfs.
8399 * config.guess (crisv32:Linux:*:*): Handle.
8400
8401 2004-08-13 Brad Smith <brad@comstyle.com>
8402
8403 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
8404 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
8405
8406 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
8407
8408 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
8409 assume the processor is a powerpc. This is because coreutils
8410 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
8411 in this case, due to a MacOS X bug that causes
8412 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
8413 to return a negative number.
8414 Problem reported by Petter Reinholdtsen in:
8415 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
8416
8417 2004-07-19 Ben Elliston <bje@gnu.org>
8418
8419 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
8420
8421 2004-06-24 Ben Elliston <bje@gnu.org>
8422
8423 * config.guess: Update copyright years.
8424 * config.sub: Likewise.
8425
8426 2004-06-22 Robert Millan <robertmh@gnu.org>
8427
8428 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
8429 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
8430
8431 2004-06-22 Stanley F. Quayle <stan@stanq.com>
8432
8433 * config.guess (*:*VMS:*:*): New entry. Replaces
8434 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
8435 manufacturer.
8436
8437 2004-06-22 Ben Elliston <bje@gnu.org>
8438
8439 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
8440 * config.sub: Likewise.
8441
8442 2004-06-22 Ben Elliston <bje@gnu.org>
8443
8444 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
8445 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
8446
8447 2004-06-11 Ben Elliston <bje@gnu.org>
8448
8449 * config.guess (pegasos:OpenBSD:*:*): Remove.
8450
8451 2004-06-11 Ben Elliston <bje@gnu.org>
8452
8453 From Wouter Verhelst <wouter@grep.be>:
8454 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
8455
8456 2004-06-11 Ben Elliston <bje@gnu.org>
8457
8458 * config.guess (luna88k:OpenBSD:*:*): New.
8459
8460 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
8461
8462 * config.guess (m32r*:Linux:*:*): New case.
8463 * config.sub: Handle m32rle.
8464
8465 2004-03-12 Ben Elliston <bje@wasabisystems.com>
8466
8467 From Jens Petersen <petersen@redhat.com>:
8468 * config.sub: Handle sparcv8.
8469
8470 2004-03-03 Ben Elliston <bje@wasabisystems.com>
8471
8472 From Tom Smith <smith@cag.lkg.hp.com>:
8473 * config.guess: Version suffixes are equally significant on Tru64
8474 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
8475 prefix of "P" (patched kernel).
8476
8477 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
8478
8479 * config.sub: Add support for National Semiconductor CRX target.
8480
2f4cc6bf
JJ
84812004-09-03 Janis Johnson <janis187@us.ibm.com>
8482
8483 * MAINTAINERS (Various Maintainers): Remove myself as web page
8484 maintainer, add myself as maintainer of build status lists.
8485
61fec9ff
JB
84862004-09-03 Jan Beulich <jbeulich@novell.com>
8487
8488 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
8489 *-*-netware, but add target-libmudflap.
8490 Consolidate *-*-netware targets (of which really only i?86 exists)
8491 into a single entry.
8492 * configure: Likewise.
8493
45f366ab
PB
84942004-09-01 Paolo Bonzini <bonzini@gnu.org>
8495
8496 * Makefile.tpl (sorry): Remove.
8497 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
8498 (cleanstrap targets): Depend on distclean, not distclean-stage1.
8499 (do-clean): Clean per-stage directories too.
8500 (do-distclean): Run distclean-stage1 too.
8501 (.NOTPARALLEL): Enable during toplevel bootstrap.
8502 (stage[+id+]-bubble): Enable parallel execution during
8503 the recursive invocation.
8504 * Makefile.in: Regenerate.
8505
8506 Fix previous checkin:
8507
8508 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
8509 include.
8510 * configure.in: Fix indentation.
8511 * configure: Regenerate.
8512
dce2d8b2 85132004-08-31 Robert Bowdidge <bowdidge@apple.com>
be8fff81 8514
45f366ab
PB
8515 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
8516 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
8517 * configure: regenerate
78716e86 8518 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 8519 -mdynamic-no-pic
be8fff81 8520
71b5d516
PB
85212004-08-31 Paolo Bonzini <bonzini@gnu.org>
8522
8523 * Makefile.def (build_modules): Add fixincludes.
8524 (dependencies): Make gcc depend on fixincludes.
8525 * configure.in (build_tools): Add fixincludes.
8526 (build_configdirs): Always include build_libs.
8527 * Makefile.in: Regenerate.
8528 * configure: Regenerate.
8529
85302004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
8531
8532 * Makefile.def (bootstrap stages): Add 'lean' parameter.
8533 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
8534 phony targets; do not generate timestamp files.
8535 (distclean-stageN): Remove references to their timestamp files.
8536 (restageN, touch-stageN): Remove.
8537 (stageN-bubble): Rewritten.
8538 (compare): Support lean bootstraps.
8539 * Makefile.in: Regenerate.
8540
8541 * configure.in: Only warn when bootstrapping but
8542 build != host or build != target. Support lean bootstraps.
8543 * configure: Regenerate.
8544
ce7cbbb0
PE
85452004-08-26 Phil Edwards <phil@codesourcery.com>
8546
8547 * configure.in: Give a better error message if GMP/MPFR are missing
8548 and a language needing them has been requested.
8549 * configure: Regenerated.
8550
9c71a529
PE
85512004-08-25 Phil Edwards <phil@codesourcery.com>
8552
8553 * configure.in: Print a list of available language front-ends if
8554 a requested one is missing. Tidy stray tab characters.
8555 * configure: Regenerated.
8556
e3f92d3b
MK
85572004-08-19 Michael Koch <konqueror@gmx.de>
8558
8559 * gcc/doc/install.texi: Update entry about automake for libjava.
8560
c3f84f61
RM
85612004-08-17 Robert Millan <robertmh@gnu.org>
8562
8563 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
8564 (instead of FreeBSD).
8565 * configure: Regenerate.
8566
7c27e184
PB
85672004-08-16 Paolo Bonzini <bonzini@gnu.org>
8568
8569 * Makefile.in: Regenerate.
8570 * configure: Regenerate.
8571
8572 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
8573 stage_*_flags.
8574 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
8575 for bootstrapped modules if toplevel bootstrap is going.
8576 (GCC bootstrap): Generate per-stage targets for all bootstrapped
8577 modules. Adjust for changes in Makefile.def. Enable several
8578 rules even in non-bootstrap mode, just to avoid peppering the
8579 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
8580 (stage-[+prev+]-bubble): Remove.
8581
8582 * Makefile.def (Dependencies): Depend on all-build-bison,
8583 all-build-flex, all-build-byacc, all-build-texinfo, rather
8584 than the host variations.
8585 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
8586 with BUILD_SUBDIR.
8587 (BISON): Update for recent Bisons.
8588 (YACC): Fix typo.
8589 (cross): Depend on all-build.
8590 (all): Do not depend on all-build.
8591 (prebootstrap): Remove.
8592 (dep-kind): Accept separate prefixes for MODULE and ON variables.
8593 (Prebootstrap dependencies): Add them to the per-stage targets
8594 and to all-prebootstrap.
8595 * configure.in (build_configdirs): Always enable build_tools.
8596 (BUILD_DIR_PREFIX): Remove.
8597
8598 * Makefile.def (gcc): Add target variable.
8599 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
8600 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8601 in the recursive `make', instead of hardwiring `all'.
8602 (Autogenerated TARGET-* variables): New.
8603
20f3bb80
BB
86042004-08-13 Brian Booth <bbooth@redhat.com>
8605
8606 * MAINTAINERS: Remove myself from write-after-approval.
8607
b5be499d
NN
86082004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
8609
8610 * src-release: Stop distributing mmalloc with gdb (which doesn't
8611 use it).
8612 * Makefile.def: GDB doesn't depend on mmalloc anymore.
8613 * Makefile.in: Regenerate.
8614
b3f8d95d
MM
86152004-08-09 Mark Mitchell <mark@codesourcery.com>
8616
8617 * configure.in (arm*-*-eabi*): New target.
8618 * configure: Regenerate.
8619
3589b69e
PB
86202004-08-06 Paolo Bonzini <bonzini@gnu.org>
8621
8622 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
8623 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
8624 (Dependencies): New section.
8625 * Makefile.tpl (Dependencies): Generate from Makefile.def.
8626 (configure-target-[+module+]): Depend on maybe-all-gcc
8627 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
8628 (toplevel profiledbootstrap): Fix dependencies.
8629 * Makefile.in: Regenerate.
8630
972974fc
MM
86312004-08-03 Mark Mitchell <mark@codesourcery.com>
8632
8633 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
8634 target-libiberty to noconfigdirs.
8635 * configure: Regenerate.
8636
bebf829d
PB
86372004-08-03 Paul Brook <paul@codesourcery.com>
8638
8639 * configure.in: Check for MPFR as well as GMP.
8640 * configure: Regenerate.
8641
98a5bb3b
RM
86422004-08-01 Robert Millan <robertmh@gnu.org>
8643
8644 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
8645 libmudflap for all GNU-based systems (with Glibc).
8646 * configure: Regenerate.
8647
dce2d8b2 86482004-08-03 Paolo Bonzini <bonzini@gnu.org>
d32ab992
PB
8649
8650 * Makefile.def (host-modules): Add gcc.
8651 * Makefile.in: Regenerate.
8652 * Makefile.tpl (sorry): New rule.
8653 (configure-host, all-host, [+make_target+]-host, do-check,
8654 install-host): Do not add gcc as a special case.
8655 (host modules): Add a small special-casing for gcc. Export
8656 extra_make_flags through the environment.
8657 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
8658 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
8659 other recursive targets for gcc): Remove.
8660
8661 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
8662 (stage, unstage): New rules.
8663 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
8664 distclean-stage[+id+]): Use stage_current.
8665 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
8666 the stage*-start rules.
8667
aeb732c1
GK
86682004-08-02 Geoffrey Keating <geoffk@apple.com>
8669
8670 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
8671 use -all_load flag.
8672
25b656e7
PB
86732004-08-02 Paolo Bonzini <bonzini@gnu.org>
8674
8675 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
8676 * configure: Regenerate.
8677
cc440d71
TM
86782004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
8679
8680 * maintainer-scripts/gcc_release: Revert yesterday's change.
8681
270e140b
SB
86822004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
8683
8684 * MAINTAINERS: Add myself to write-after-approval.
8685
3e4035f8
TM
86862004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
8687
8688 * libf2c: Removed.
8689 * gcc/gccbug.in: Updated because of libf2c removal.
8690 * maintainer-scripts/gcc_release: Ditto.
8691
dce2d8b2 86922004-07-09 Loren J. Rittle <ljrittle@acm.org>
a3e8d8b4
LR
8693
8694 * configure.in: Build libmudflap by default on FreeBSD.
8695 * configure: Regenerated.
8696
dfcada9a
MM
86972004-07-09 Mark Mitchell <mark@codesourcery.com>
8698
8699 * configure.in: Do not build libmudflap by default on non-GNU/Linux
8700 systems.
8701 * configure: Regenerated.
8702
dce2d8b2 87032004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3922b216
JDA
8704
8705 PR target/16344
8706 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
8707 feedback based compiler.
8708 * Makefile.in: Rebuilt.
8709
95bcca47
AO
87102004-07-08 Alexandre Oliva <aoliva@redhat.com>
8711
8712 * Makefile.def (host_modules): Set bootstrap=true for flex.
8713 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
8714 * Makefile.in: Rebuilt.
8715
051822f6
JH
87162004-07-07 Jan Hubicka <jh@suse.cz>
8717
8718 * MAINTAINERS: Add self as a profile feedback maintainer.
8719
7b61653a
PE
87202004-07-05 Phil Edwards <phil@codesourcery.com>
8721
8722 * configure.in: Do not prepend $srcdir to /dev/null in
8723 makefile fragments.
8724 * configure: Regenerate.
8725
23f6b2f9
PB
87262004-07-01 Paolo Bonzini <bonzini@gnu.org>
8727
8728 * Makefile.def (build_modules): Add bison, byacc, flex,
8729 m4, texinfo.
8730 (flags_to_pass): Add FLEX.
8731 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
8732 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
8733 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
8734 DEFAULT_MAKEINFO): Remove.
8735 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
8736 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
8737 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
8738 objdir or else use configured tool.
8739 (all-build): New.
8740 (all): Depend on it.
8741 (Build module dependencies): Add.
8742 * Makefile.in: Regenerate.
8743 * configure.in: Better support for multiple build modules,
8744 matching what is done for host/target modules. Do not look
8745 for "plausible" locations of build tools if Canadian cross.
8746 Use autoconf's AC_PROG_CC to find a C compiler. Define
8747 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
8748 * configure: Regenerate.
78716e86 8749
1c020272
PB
87502004-06-22 Paolo Bonzini <bonzini@gnu.org>
8751
8752 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
8753 * Makefile.in: Regenerate.
8754
a52a0a7f
PB
87552004-06-22 Paolo Bonzini <bonzini@gnu.org>
8756
8757 * Makefile.tpl (configure-build-[+module+],
8758 configure-[+module+], configure-target-[+module+]): Pass
8759 [+extra_configure_args+].
8760 (all-build-[+module+], all-[+module+], check-[+module+],
8761 install-[+module+], [+make_target+]-[+module+],
8762 all-target-[+module+], check-target-[+module+],
8763 install-target-[+module+], [+make_target+]-target-[+module+]):
8764 Pass [+extra_make_args+].
8765 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
8766 (GCC_HOST_EXPORTS): Remove.
8767 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
8768 cross, check-gcc, check-gcc-c++, install-gcc,
8769 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
8770 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
8771 * Makefile.in: Regenerate.
8772
ccde3f1a
MS
87732004-06-21 Matthew Sachs <msachs@apple.com>
8774
8775 * MAINTAINERS: Added self to write-after-approval.
8776
6264b0a6
CF
87772004-06-21 Christopher Faylor <cgf@alum.bu.edu>
8778
8779 * configure.in: Check for srcdir/winsup rather than build directory
8780 winsup.
8781 * configure: Regenerate.
8782
801e2270
CV
87832004-06-17 Corinna Vinschen <vinschen@redhat.com>
8784
8785 * configure.in: Don't build Cygwin native newlib if winsup
8786 directory is missing. Emit warning instead.
8787 * configure: Regenerate.
8788
ad6717df
PB
87892004-06-09 Paolo Bonzini <bonzini@gnu.org>
8790
8791 * Makefile.tpl (touch-stage[+id+]): New.
8792 (restage[+prev+]): Depend on touch-stage[+id+].
8793
8794 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
8795 Use it throughout.
8796
8797 * Makefile.def: Add profile and feedback bootstrap stages.
8798 Remove next field from bootstrap stages.
8799 * Makefile.tpl (LN, LN_S): Substitute.
8800 (stageN-start, stageN-end): Use double-colon rules, to
8801 provide a hook for additional setup commands.
8802 (distclean-stageN-gcc, restageN): Create dependencies from
8803 [+prev+], not from [+next+].
8804 (stageN-bubble): Add commands for successive stages from
8805 [+prev+], using double-colon rules.
8806 (all-stageN-gcc): Fix typo.
8807 (stagefeedback-start, profiledbootstrap): New.
8808 * Makefile.in: Regenerate.
8809 * configure.in: Call ACX_PROG_LN.
8810 * configure: Regenerate.
8811
5bbb9680
CY
88122004-06-08 Canqun Yang <canqun@nudt.edu.cn>
8813
8814 * MAINTAINERS (Write After Approval): Add myself.
8815
e18be1d4
MA
88162004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
8817
8818 * MAINTAINERS (Write After Approval): Add myself.
8819
5607edfd
PB
88202004-06-03 Paolo Bonzini <bonzini@gnu.org>
8821
8822 * configure.in: Fix --enable-bootstrap breakage introduced in trees
8823 without gcc.
8824 * configure: Regenerate.
8825
1ec4e9c3
PB
88262004-06-01 Paolo Bonzini <bonzini@gnu.org>
8827
8828 * Makefile.tpl: Fix typo.
8829 * Makefile.in: Regenerate.
8830
dce2d8b2 88312004-06-01 Paolo Bonzini <bonzini@gnu.org>
c2f7605f
PB
8832
8833 * configure.in: Remove new- prefix from toplevel
8834 bootstrap targets.
8835 * configure: Regenerate.
8836
f516a7da
PB
88372004-06-01 Paolo Bonzini <bonzini@gnu.org>
8838
8839 * Makefile.tpl (all.normal): Rename to all.
8840 (all): Replace with a rule to pick the default
8841 target from configure.
8842 (all-gcc, configure-gcc): Use conditionals to
8843 do nothing when toplevel bootstrap is going on.
8844 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
8845 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
8846 * configure.in: Support --enable-bootstrap.
8847
8848 * Makefile.def: Remove new- prefix from toplevel
8849 bootstrap targets.
8850 * Makefile.tpl: Likewise.
8851
8852 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
8853 target.
8854
8855 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
8856 $(RECURSE_FLAGS) to recursive invocation of make.
8857
8858 * Makefile.in: Regenerate.
8859 * configure: Regenerate.
8860
78dd5e36 88612004-05-30 Andreas Jaeger <aj@suse.de>
dce2d8b2 8862 Jim Wilson <wilson@specifixinc.com>
78dd5e36
AJ
8863
8864 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
8865 like CC.
8866
30f1bddc
DJ
88672004-05-27 Daniel Jacobowitz <dan@debian.org>
8868
8869 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
8870 * configure: Regenerate.
8871
4fc4dd12
DJ
88722004-05-25 Daniel Jacobowitz <drow@false.org>
8873
8874 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
8875 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
8876 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
8877 targets.
8878 * Makefile.in: Regenerate.
8879
dce2d8b2 88802004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
8881
8882 * configure.in: Test the ability to symlink directories.
8883 * configure: Regenerate.
8884
8885 * Makefile.def (bootstrap-stage): New definitions.
8886 * Makefile.tpl (configure-stage1-gcc,
8887 configure-stage2-gcc, configure-stage3-gcc,
8888 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
8889 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
8890 new-restage3, compare): Autogenerate, see Makefile.in
8891 entry for behavioral changes.
8892 (distclean-stage1, new-stage1-start, new-stage1-end,
8893 new-stage1-bubble, distclean-stage2, new-stage2-start,
8894 new-stage2-end, new-stage2-bubble, distclean-stage3,
8895 new-stage3-start, new-stage3-end): New autogenerated targets.
8896 (objext, prebootstrap, BOOT_CFLAGS,
8897 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
8898 targets.
8899
8900 * Makefile.in: Regenerate.
8901 (distclean-stage1, new-stage1-start, new-stage1-end,
8902 new-stage1-bubble, distclean-stage2, new-stage2-start,
8903 new-stage2-end, new-stage2-bubble, distclean-stage3,
8904 new-stage3-start, new-stage3-end): New targets.
8905 (all-stage1-gcc): Move prebootstrap dependency from here...
8906 (configure-stage1-gcc): ...to here.
8907 (new-bootstrap): Use bubble targets.
8908 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8909 Use per-stage distclean targets.
8910 (configure-stage1-gcc, configure-stage2-gcc,
8911 configure-stage3-gcc, all-stage1-gcc,
8912 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
8913 Use new-stageN-start to prepare the tree.
8914
4f4e53dd
PB
89152004-05-23 Paolo Bonzini <bonzini@gnu.org>
8916
8917 * Makefile.def (host_modules): add libcpp.
8918 * Makefile.tpl: Add dependencies on and for libcpp.
8919 * Makefile.in: Regenerate.
8920 * configure.in: Add libcpp host module.
8921 * configure: Regenerate.
8922
60975492
PB
89232004-05-21 Paolo Bonzini <bonzini@gnu.org>
8924
8925 * Makefile.tpl: Whenever a recursive target is defined, wrap
8926 it in a special @if/@endif block, and prepare its maybe
8927 dependency in the @if/@endif block
8928 * configure.in: Instead of writing maybe dependencies, remove
8929 the @if/@endif statements, and remove the @if/@endif blocks
8930 that remain.
8931 * configure: Regenerate.
8932 * Makefile.in: Regenerate.
8933
5ce7d75d
JJ
89342004-05-20 Janis Johnson <janis187@us.ibm.com>
8935
8936 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
8937
c779c42f
KK
89382004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
8939
8940 PR bootstrap/15120
8941 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
8942 * */configure: Rebuilt.
8943
b4117c30
ZW
89442004-05-17 Zack Weinberg <zack@codesourcery.com>
8945
8946 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
8947 of libf2c.
8948 * configure, Makefile.in: Regenerate.
8949
719bb4e3 89502004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
75089d48
TS
8951
8952 * MAINTAINERS (Write After Approval): Add myself.
8953
6de9cd9a
DN
89542004-05-13 Diego Novillo <dnovillo@redhat.com>
8955
8956 Merge from tree-ssa-20020619-branch.
8957
8958 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
8959 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
8960 (HOST_GMPLIBS): Define.
8961 (HOST_GMPINC): Define.
8962 (TARGET_LIB_PATH): Add libmudflap.
8963 (GFORTRAN_FOR_TARGET): Define.
8964 (configure-build*): Export GFORTRAN.
8965 (configure-gcc): Export GMPLIBS and GMPINC.
8966 (all-gcc): Add maybe-all-libbanshee.
8967 (configure-target-libgfortran): Define.
8968 * Makefile.in: Regenerate.
8969 * configure.in (host_libs): Add libbanshee.
8970 (target_libraries): Add target-libmudflap and target-libgfortran.
8971 Add --with-libbanshee.
8972 Handle --disable-libmudflap.
8973 (*-*-freebsd*): Use with_gmp.
8974 Add $(libgcj) to noconfigdirs.
8975 * configure: Regenerate.
8976 * depcomp: New file.
8977 * MAINTAINERS: Add tree-ssa maintainers.
8978
8f1b790f
VM
89792004-05-04 Vladimir Makarov <vmakarov@redhat.com>
8980
b4117c30 8981 * MAINTAINERS (Various Maintainers): Add myself.
8f1b790f 8982
693446fc
BF
89832004-04-30 Brian Ford <ford@vss.fsi.com>
8984
b4117c30 8985 * MAINTAINERS (Write After Approval): Add myself.
693446fc 8986
d1bb666c
UB
89872004-04-29 Uros Bizjak <uros@kss-loka.si>
8988
b4117c30 8989 * MAINTAINERS (Write After Approval): Add myself.
d1bb666c 8990
6cf1ac42
PB
89912004-04-28 Paolo Bonzini <bonzini@gnu.org>
8992
8993 * config/acx.m4: Fix fastcompare support for new-bootstrap.
8994 * configure: Regenerate.
8995
632933d5
PB
89962004-04-27 Paolo Bonzini <bonzini@gnu.org>
8997
8998 Revert:
8999 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
9000
9001 * Makefile.def (flags_to_pass): Remove *dir variables that
9002 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9003 as well as prefix and exec_prefix.
9004 * Makefile.in: Regenerate.
9005
80dc6aa0
RM
90062004-04-26 Robert Millan <robertmh@gnu.org>
9007
9008 Add patches from libtool CVS.
9009 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
9010 * ltconfig: Likewise.
9011 * ltcf-c.sh: Likewise.
9012 * ltcf-cxx.sh: Likewise.
9013 * ltcf-gcj.sh: Likewise.
9014
e11283f1
PB
90152004-04-26 Paolo Bonzini <bonzini@gnu.org>
9016
9017 * Makefile.def (host_modules): Mark with the bootstrap
9018 flag packages on which gcc depends.
9019 * Makefile.tpl (all-bootstrap): Use it.
9020 * Makefile.in: Regenerate.
9021
8546950c
PB
90222004-04-26 Paolo Bonzini <bonzini@gnu.org>
9023
9024 * Makefile.def (flags_to_pass): Remove *dir variables that
9025 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9026 as well as prefix and exec_prefix.
9027 * Makefile.in: Regenerate.
9028
a76494aa
PB
90292004-04-26 Paolo Bonzini <bonzini@gnu.org>
9030
b4117c30
ZW
9031 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
9032 * configure: Regenerate.
9033 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
9034 * gcc/Makefile.tpl (compare): Use the result of the test.
9035 * gcc/Makefile.in: Regenerate.
a76494aa 9036
03a91701
PB
90372004-04-23 Paolo Bonzini <bonzini@gnu.org>
9038
9039 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
9040 Always relocate gcc and prev-gcc to the original names, even
9041 if the build fails.
9042 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9043 New targets.
9044
082a6351
LG
90452004-04-23 Laurent GUERBY <laurent@guerby.net>
9046
9047 * MAINTAINERS: Update my email address.
b4117c30 9048
1f1d584b
RO
90492004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9050
9051 * configure.in (mips*-*-irix5*): Enable ld.
9052 * configure: Regenerate.
082a6351 9053
1db673ca
RO
90542004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9055
9056 * configure: Regenerate.
9057
ce4ea44e
JW
90582004-04-15 James E Wilson <wilson@specifixinc.com>
9059
9060 * Makefile.tpl (configure-[+module+], configure-gcc,
9061 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
9062 Set and export LDFLAGS.
9063 * Makefile.in: Regenerate.
9064
611f62ad
MC
90652004-04-12 Michael Chastain <mec.gnu@mindspring.com>
9066
b4117c30 9067 * MAINTAINERS: Add myself to write-after-approval.
611f62ad 9068
be912515
NN
90692004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
9070
9071 PR bootstrap/14871
9072 * Makefile.tpl: If we don't have built-in-tree target tools,
9073 use the ones found by configure rather than hacking around with
9074 program_transform_name.
9075 * configure.in: Give Makefile.tpl the information necessary
9076 to do that.
9077 * Makefile.in: Regenerate.
9078 * configure: Regenerate.
9079
9104315a
NN
90802004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
9081
9082 PR bootstrap/14760
9083 * configure.in: When computing baseargs, strip *all* copies of
9084 offending options. Also, don't match/substitute the trailing space,
9085 so that this actually works when two similar options are separated by
9086 only one space.
9087 * configure: Regenerate.
9088
bef1d700
DE
90892004-04-06 David Edelsohn <edelsohn@gnu.org>
9090
b4117c30
ZW
9091 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
9092 (rs6000-*-aix*): Same.
9093 * configure: Regenerate.
bef1d700 9094
54bcf05e 90952004-04-05 Ranjit Mathew <rmathew@hotmail.com>
b4117c30
ZW
9096
9097 * MAINTAINERS: Add myself to write-after-approval.
54bcf05e 9098
369a832c 90992004-04-03 Bud Davis <bdavis9659@comcast.net>
b4117c30
ZW
9100
9101 * MAINTAINERS: Add myself to write-after-approval.
369a832c 9102
09a9c095
NN
91032004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
9104
7caf53cb
NN
9105 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
9106 STRICT_WARN, WARN_CFLAGS flags passed down to make.
9107 * Makefile.in: Regenerate.
9108
09a9c095
NN
9109 * configure.in (top level bootstrap support): Rework --enable-werror
9110 to set @stage2_werror_flag@.
9111 * configure: Regenerate.
9112 * Makefile.tpl (top level bootstrap support): Pass
9113 @stage2_werror_flag@ down to configure in stages 2 and 3.
9114 * Makefile.in: Regenerate.
9115
5595a2bd
NN
91162004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
9117
cbfd7e06
NN
9118 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
9119 for stages 2 and 3 as well as in make. As a consequence, remove
9120 OUTPUT_OPTION (now detected by configure) from the flags passed down
9121 to make.
9122 * Makefile.in: Regenerate.
9123
5595a2bd
NN
9124 * Makefile.tpl (new-bootstrap): Fix typo.
9125 * Makefile.in: Regenerate.
9126
ca3b3e20
NN
91272004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
9128
295f4e42
NN
9129 * Makefile.tpl: Rearrange by moving recursive_targets rules
9130 into their proper sections.
9131 * Makefile.tpl (top level bootstrap support): Move disabling
9132 of coverage flags from 'make' to 'configure'; improve comments.
9133 * Makefile.in: Regenerate.
9134
340de83f
NN
9135 * Makefile.tpl (experimental top level bootstrap) Move stage1
9136 language setting from all- target to configure- target; disable
9137 intermodule optimization in stage 1; prevent gratuitous rebuilds
9138 of stage 1.
9139 * Makefile.in: Regenerate.
9140 * configure.in: Comma-separate stage 1 language list for top
9141 level bootstrap.
9142 * configure: Regenerate.
9143
ca3b3e20
NN
9144 * Makefile.tpl: Clean up experimental top level bootstrap support:
9145 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
9146 prev-gcc in configure- targets as well as all- targets.
9147 * Makefile.in: Regenerate.
9148
4d038073
KC
91492004-03-21 Kelley Cook <kcook@gcc.gnu.org>
9150
9151 * compile: New file imported from automake.
9152
ab3533d6
PB
91532004-03-17 Paolo Bonzini <bonzini@gnu.org>
9154
9155 * configure.in: Remove symbolic link section.
9156 * configure: Regenerate.
9157 * Makefile.tpl (links): Remove.
9158 * Makefile.in: Regenerate.
9159
1e0f07d3 91602004-03-15 Paolo Bonzini <bonzini@gnu.org>
b4117c30 9161 Nathanael Nerode <neroden@gcc.gnu.org>
1e0f07d3
PB
9162
9163 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
b4117c30 9164 Set with AC_CHECK_PROGS.
1e0f07d3
PB
9165 * configure.in: Fix comment typo from last patch.
9166 * configure: Regenerate.
9167
2805b53a
NN
91682004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
9169
9170 * Makefile.tpl: Introduce experimental top level bootstrap support.
9171 * Makefile.in: Regenerate.
9172 * configure.in: Introduce support for top level bootstrap.
9173 * configure: Regenerate.
9174
79b4b7d2 91752004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 9176 Paolo Bonzini <bonzini@gnu.org>
79b4b7d2
EB
9177
9178 PR bootstrap/14522
9179 * configure.in: Cope with shells that do not support unquoted ^
9180 * configure: Regenerate.
9181
6bbec498 91822004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 9183 Paolo Bonzini <bonzini@gnu.org>
6bbec498
EB
9184
9185 PR bootstrap/14522
79b4b7d2 9186 * configure.in: Cope with shells that do not support nesting
6bbec498
EB
9187 quotes inside quoted backquote substitutions.
9188 * configure: Regenerate.
9189
83c15dfc
AP
91902004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
9191
9192 PR bootstrap/14522
f2bd98d4 9193 * configure.in: Fix escaping of $.
83c15dfc
AP
9194 * configure: Regenerate.
9195
55ffb5ed
NN
91962004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
9197
9198 * configure: Regenerate, since I forgot to while committing Paolo's
9199 changes.
9200
e4c9c075
PB
92012004-03-08 Paolo Bonzini <bonzini@gnu.org>
9202
9203 PR ada/14131
9204 Move language detection to the top level.
9205 * configure.in: Find default values for the tools as
9206 soon as possible. Disable ada if GNAT is not found.
9207 Emit error message about missing languages. Expand
9208 --enable-languages=all for the gcc subdirectory.
9209
5199e2c6
BE
92102004-03-10 Ben Elliston <bje@gnu.org>
9211
9212 * MAINTAINERS: Update my email address.
9213
c18b95e5
DE
92142004-03-05 David Edelsohn <edelsohn@gnu.org>
9215
9216 * ltconfig: Disable building static libraries if building shared
9217 libraries on AIX 5L.
9218
d0fe5ad3
RS
92192004-03-01 Richard Sandiford <rsandifo@redhat.com>
9220
9221 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
9222 and disable libgcj.
9223 * configure: Regenerated.
9224
e6f71f9d
BB
92252004-03-01 Brian Booth <bbooth@redhat.com>
9226
9227 * MAINTAINERS: Add myself to write-after-approval.
9228
8983e50e
PB
92292004-03-01 Paolo Bonzini <bonzini@gnu.org>
9230
9231 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 9232
d4cd9d81
NN
92332004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
9234
9235 PR bootstrap/7087
9236 * Makefile.tpl: Guard XFOO sed statements better.
9237 * Makefile.tpl: Add dependency for configure-target-libada.
9238 * Makefile.in: Regenerate (incidentally fixes broken
9239 commit when libada-branch was merged).
9240
0ea0229e
KC
92412004-02-25 Kelley Cook <kcook@gcc.gnu.org>
9242
9243 * MAINTAINERS: Add myself to write-after-approval.
9244
bad93735
AP
92452004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
9246
9247 * MAINTAINERS: Add Nicola Pero and myself as libobjc
9248 maintainers.
9249
a7ca14fc
AC
92502004-02-20 Andrew Cagney <cagney@redhat.com>
9251
9252 * config.guess: Update from version 2003-10-16 to 2004-02-16.
9253 * config.sub: Update from version 2003-11-03 to 2004-02-16.
9254
51592782
NN
92552004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
9256
9257 PR bootstrap/11932
9258 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
9259
6a30854a
JQ
92602004-02-14 Jerry Quinn <jlquinn@optonline.net>
9261
9262 * MAINTAINERS: Added myself to write-after-approval.
9263
be8b2bee
MK
92642004-02-14 Michael Koch <konqueror@gmx.de>
9265
9266 * MAINTAINERS: Added myself to write-after-approval.
9267
972760b7
JM
92682004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
9269
9270 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
9271 some OS port maintainers to OS port maintainers section.
9272
b0281654
FCE
92732004-02-13 Frank Ch. Eigler <fche@redhat.com>
9274
9275 * MAINTAINERS: Add self.
9276
3c419fd6
KH
92772004-02-12 Kazu Hirata <kazu@cs.umass.edu>
9278
9279 * MAINTAINERS: Alphabetize.
9280
e88e9aee
PB
92812004-02-12 Paolo Bonzini <bonzini@gnu.org>
9282
9283 * MAINTAINERS: Remove myself.
b4117c30 9284
1915e422
DE
92852004-02-11 David Edelsohn <edelsohn@gnu.org>
9286
9287 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
9288 (rs6000-*-aix*): Same.
9289 * configure: Regenerate.
9290
a22c2d8d
KC
92912004-02-11 Kelley Cook <kcook@gcc.gnu.org>
9292
9293 * configure.in (host): Add in missing $noconfigdirs to defines.
9294 * configure: Regenerate.
9295
d9cdb878
AC
92962004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
9297 Nathanael Nerode <neroden@gcc.gnu.org>
9298
9299 PR ada/6637, PR ada/5911
b4117c30 9300 Merge with libada-branch:
d9cdb878
AC
9301 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
9302 with appropriate dependencies. Add --enable-libada configure switch.
9303 * configure, Makefile.in: Regenerate.
9304
8bd92821
PB
93052004-02-09 Paolo Bonzini <bonzini@gnu.org>
9306
9307 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 9308
89a95129
RO
93092004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9310
9311 * configure.in: Don't pass --with-stabs on IRIX 5 either.
9312 * configure: Regenerate.
9313
892629bc
GK
93142004-02-04 Geoffrey Keating <geoffk@apple.com>
9315
9316 Merge from upstream:
9317
9318 * ltmain.in: When setting IFS to '~', be careful about user
9319 arguments that contain '~'.
9320
9321 2004-02-04 Peter O'Gorman <peter@pogma.com>
9322
9323 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
9324 Also test $base_compile against $CC with escaped arguments. Bug
9325 reported by Geoff Keating <geoffk@apple.com>.
9326
6b402165
KH
93272004-02-04 Kazu Hirata <kazu@cs.umass.edu>
9328
9329 * MAINTAINERS: Remove i960 port.
9330
fa2f0306
DD
93312004-01-23 DJ Delorie <dj@redhat.com>
9332
9333 * Makefile.def (target_modules) [libiberty]: Don't stage.
9334 * Makefile.in: Rebuilt.
9335
9feb20aa
CT
93362004-01-20 Caroline Tice <ctice@apple.com>
9337
9338 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 9339
7aed2ccc
PC
93402004-01-19 Paolo Carlini <pcarlini@suse.de>
9341
9342 * MAINTAINERS: Update my email address.
9343
f25bebe1
JM
93442004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
9345
9346 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 9347
28083580
VR
93482004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
9349
9350 * MAINTAINERS: Remove entries without email address.
9351
c0f4b5e4
DJ
93522004-01-15 Daniel Jacobowitz <drow@mvista.com>
9353
9354 * MAINTAINERS: Add myself to write-after-approval.
9355
b5eb5a5e
SB
93562004-01-15 Steven Bosscher <stevenb@suse.de>
9357
9358 * MAINTAINERS: Update my email address.
9359
dce2d8b2 93602004-01-14 Loren J. Rittle <ljrittle@acm.org>
2c4de30b
LR
9361
9362 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
9363 * Makefile.tpl (configure-target-[+module+]): Support stage.
9364 * Makefile.in: Rebuilt.
9365
74c0b320
ILT
93662004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
9367
9368 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
9369
2560344b
RS
93702004-01-10 Richard Sandiford <rsandifo@redhat.com>
9371
9372 * MAINTAINERS: Add myself as a MIPS maintainer.
9373
8b21cda6
NN
93742004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
9375
2b6c260d
NN
9376 * configure.in: Use ./config.cache, not config.cache.
9377 * configure: Regenerate.
9378 * Makefile.tpl: Special-casing not needed for GCC any more.
9379 * Makefile.in: Regenerate.
9380
09438bde
NN
9381 * configure.in: Don't share a cache file for host dirs.
9382 * configure: Regenerate.
9383
8b21cda6
NN
9384 * config-ml.in: Don't mess with the cache file.
9385
e42870df
EB
93862004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
9387
9388 * MAINTAINERS: Move myself from 'Write After Approval' to
9389 'CPU Port Maintainers' section as SPARC maintainer.
9390
6b9eb62c
NN
93912004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
9392
78a816a6
NN
9393 * Makefile.tpl: Make GCC use a separate config.cache.
9394 * Makefile.in: Regenerate.
9395
6b9eb62c
NN
9396 PR bootstrap/11932, PR bootstrap/11933
9397 (I don't know if it will fix either of them, but it relates
9398 to them.)
9399 * configure.in: Don't use shared config.cache for target
9400 directories.
9401 * configure: Regenerate.
9402
86d7b562
DN
94032004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
9404
9405 * MAINTAINERS: Add myself to 'Write After Approval' section.
9406
07d0a605
RS
94072003-12-31 Roger Sayle <roger@eyesopen.com>
9408
9409 * configure.in (ia64*-*-hpux*): Disable building java libraries.
9410 * configure: Regenerated.
9411
459ac19f
KH
94122003-12-23 Kazu Hirata <kazu@cs.umass.edu>
9413
9414 * MAINTAINERS: Remove the mn10200 maintainer.
9415
5785c0ed 94162003-12-21 Bernardo Innocenti <bernie@develer.com>
b4117c30 9417
cc6010cd
AP
9418 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
9419 * configure: Regenerated.
5785c0ed 9420
a268eff9
JH
94212003-12-16 Jan Hubicka <jh@suse.cz>
9422
9423 * MAINTAINERS: Add myself as callgraph maintainer.
9424
9d465b12
TF
94252003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
9426
9427 * configure.in (raw_libstdcxx_flags): Remove the leading space.
9428 * configure: Regenerate.
9429
a68a270a
GB
94302003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
9431
9432 * MAINTAINERS: Move myself from 'Bug database only accounts' to
9433 'Write After Approval' section. Update email.
9434
dce2d8b2 94352003-12-01 James Lemke <jim@wasabisystems.com>
3066a15c
JL
9436
9437 * MAINTAINERS (Write After Approval): Add myself.
9438
8c052da4
MT
94392003-11-20 Matt Thomas <matt@3am-software.com>
9440
9441 * MAINTAINERS: Add myself as a vax port maintainer.
9442
e75f9147
KC
94432003-11-20 Kelley Cook <kcook@gcc.gnu.org>
9444
9445 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
9446 (configure-build-[+module+], configure-[+module+]): Likewise.
9447 (configure-target-[+module+], configure-gcc, config.status): Likewise.
9448 * Makefile.in: Regenerate.
9449
43d8d958
AT
94502003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
9451
9452 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
9453 shared/dylibed libraries.
9454 * ltmain.sh: Likewise.
9455 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
9456 * ltcf-cxx.sh: Likewise.
9457 * ltcf-gcj.sh: Likewise.
9458 * ltconfig: Likewise.
9459
638dcaa0
SC
94602003-11-17 Stan Cox <scox@redhat.com>
9461
9462 * MAINTAINERS: Add myself as iq2000 port maintainer.
9463
15cc172b
AC
94642003-11-14 Arnaud Charlet <charlet@act-europe.fr>
9465
b4117c30
ZW
9466 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
9467 * Makefile.in: Regenerate.
15cc172b 9468
20af77cd
UW
94692003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
9470
9471 * config.sub: Update to 2003-11-03 version.
9472
4dd01c5c
PE
94732003-10-20 Phil Edwards <phil@codesourcery.com>
9474
9475 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
9476 * configure: Regenerate.
9477
dce2d8b2 94782003-10-20 Nicolas Pitre <nico@cam.org>
8d36c499
NP
9479
9480 * MAINTAINERS: Add myself to 'Write After Approval' section.
9481
8b7ebc31
AC
94822003-10-20 Arnaud Charlet <charlet@act-europe.fr>
9483
9484 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9485
afe1910c
JM
94862003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
9487
9488 * MAINTAINERS: Update my email address.
9489
05dcec66
RO
94902003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9491
9492 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
9493
dce2d8b2 94942003-10-17 Ralph Loader <rcl@ihug.co.nz>
71fc2f0c
RL
9495
9496 * MAINTAINERS: Add myself to 'Write After Approval' section.
9497
507ec745
BI
94982003-10-16 Bernardo Innocenti <bernie@develer.com>
9499
9500 * config.guess: Update to 2003-10-16 version.
9501 * config.sub: Update to 2003-10-16 version.
9502
dce2d8b2 95032003-10-15 David Daney <ddaney@avtrex.com>
4d466c42
DD
9504
9505 * MAINTAINERS: Added myself to 'Write After Approval' section.
9506
0c9b16bc
FH
95072003-10-15 Falk Hueffner <falk@debian.org>
9508
9509 * MAINTAINERS: Move myself from 'Bug database only accounts' to
9510 'Write After Approval' section. Update email.
9511
74d57d15
RS
95122003-10-14 Roger Sayle <roger@eyesopen.com>
9513
9514 * MAINTAINERS: Move myself from 'Write After Approval' to
9515 'Various Maintainers' section as middle-end maintainer.
9516
d29b8ad8
NN
95172003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
9518
9519 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
9520 HOST_FLAGS_TO_PASS.
9521 * Makefile.in: Regenerate.
9522
26db814a
BI
95232003-10-11 Bernardo Innocenti <bernie@develer.com>
9524
9525 * config.guess: Update to 2003-10-07 version.
9526 * config.sub: Update to 2003-10-07 version.
9527
fffeb871
RO
95282003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9529
9530 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
9531 * ltconfig (irix5*, irix6*): Don't override version_type.
9532
6691a79e
ME
95332003-10-05 Mohan Embar <gnustuff@thisiscool.com>
9534
9535 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
9536 * configure: Rebuilt
9537 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
9538 * Makefile.in: Rebuilt
9539
62cdd71e
L
95402003-10-03 H.J. Lu <hongjiu.lu@intel.com>
9541
9542 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
9543
6fe2eacc
CW
95442003-09-30 Carlo Wood <carlo@alinoe.com>
9545
cc6010cd 9546 * MAINTAINERS (Write After Approval): Add myself.
6fe2eacc 9547
ea57e5ad
PK
95482003-09-29 Paul Koning <ni1d@arrl.net>
9549
9550 * MAINTAINERS: Move myself from "Write After Approval"
9551 to CPU platform maintainers for pdp11 platform.
9552
e070672a
AT
95532003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
9554
9555 * MAINTAINERS: Move myself from 'Write After Approval' to
9556 'Various Maintainers' section as libffi testsuite maintainer.
9557
43bb47c2
DJ
95582003-09-21 Daniel Jacobowitz <drow@mvista.com>
9559
9560 * configure.in: Pass a computed --program-transform-name
9561 to subconfigures.
9562 * configure: Regenerated.
9563
da9d3b37
NN
95642003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
9565
94322beb
NN
9566 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
9567 * Makefile.in: Regenerate.
9568
da9d3b37
NN
9569 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
9570 * Makefile.in: Regenerate.
9571
ffd9060b
ZL
95722003-09-19 Ziemowit Laski <zlaski@apple.com>
9573
9574 * MAINTAINERS: Move myself from 'Write After Approval'
9575 to 'Various Maintainers' (objective-c) section.
9576
eeae7b41
DJ
95772003-09-17 Daniel Jacobowitz <drow@mvista.com>
9578
9579 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
9580 quoting.
9581 * configure: Regenerated.
9582
a080d12b
JB
95832003-09-16 Joel Brobecker <brobecker@gnat.com>
9584
9585 * MAINTAINERS (Write After Approval): Add myself to write after
9586 approval list.
9587
6cd2fc59
DN
95882003-09-16 Dorit Naishlos <dorit@il.ibm.com>
9589
cc6010cd 9590 * MAINTAINERS (Write After Approval): Add myself.
6cd2fc59 9591
dcbdd9cc
ILT
95922003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
9593
9594 * MAINTAINERS: Update my e-mail address.
9595
e517f636
AM
95962003-09-09 Alan Modra <amodra@bigpond.net.au>
9597
9598 * libtool.m4 (LD): Correct powerpc64 host match.
9599
bc49924b
JW
96002003-09-06 James E Wilson <wilson@tuliptree.org>
9601
9602 * MAINTAINTERS: Update my affiliation and email address.
9603
082124f5
ZD
96042003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9605
9606 * MAINTAINERS (Write After Approval): Add myself.
9607
dc94d89e
DD
96082003-09-04 DJ Delorie <dj@redhat.com>
9609
9610 * configure: Regenerate.
9611
96122003-09-04 Robert Millan <robertmh@gnu.org>
9613
9614 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
b4117c30 9615
7a0f2d4e
KG
96162003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9617
9618 * configure.in: Ensure arguments to sed are properly spaced.
9619 * configure: Regenerate.
9620
88d032eb
GP
96212003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
9622
9623 * MAINTAINERS: Update my e-mail address.
9624
0b3f3d22
ME
96252003-08-28 Mohan Embar <gnustuff@thisiscool.com>
9626
9627 * MAINTAINERS (Write After Approval): Add myself.
9628
d253f9ba
DJ
96292003-08-27 Daniel Jacobowitz <drow@mvista.com>
9630
9631 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
9632 * configure: Regenerated.
9633
066ec9c9
MM
96342003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
9635
9636 * MAINTAINERS: Update my email address.
9637
415d7ef9
PE
96382003-08-23 Phil Edwards <pme@gcc.gnu.org>
9639
9640 * configure.in: Use newline instead of semicolon when assuming
9641 shell arguments in a for loop.
9642 * configure: Regenerated.
9643
e1567352
JE
96442003-08-22 Jason Eckhardt <jle@rice.edu>
9645
9646 * MAINTAINERS: Resurrect the i860 maintainer.
9647
b348267b
GK
96482003-08-20 Geoffrey Keating <geoffk@apple.com>
9649
e50084fa
GK
9650 PR 8180
9651 * configure.in: When testing with_libs and with_headers, treat
9652 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
9653 * configure: Regenerate.
b4117c30 9654
b348267b
GK
9655 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
9656 make, shell, etc.
9657 (baseargs): Likewise.
9658 * configure: Regenerate.
9659
ca26ffe0
BI
96602003-08-20 Bernardo Innocenti <bernie@develer.com>
9661
9662 * MAINTAINERS (Write After Approval): Add myself.
9663
940cde4d
GK
96642003-08-19 Geoffrey Keating <geoffk@apple.com>
9665
9666 * configure.in: Disable libgcj for darwin not on powerpc.
9667 * configure: Rebuild.
9668
74bed51b
ADL
96692003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
9670
9671 * config-ml.in, symlink-tree: Add license.
9672
b4117c30
ZW
96732003-08-03 Richard Stallman <rms@gnu.org>
9674 Eben Moglen <moglen@columbia.edu>
3f2fa484
RS
9675
9676 * README.SCO: New file.
9677
333a28b4
MK
96782003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
9679
9680 * Makefile.tpl (check, check-c++): Express dependencies using
9681 dependencies rather than commands.
9682 * Makefile.in: Regenerate.
9683
c197e306
AC
96842003-08-01 Andrew Cagney <cagney@redhat.com>
9685
9686 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
9687 * configure: Ditto.
9688
a8ee6e2d
GK
96892003-07-31 Geoffrey Keating <geoffk@apple.com>
9690
9691 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1c787209 9692 * Makefile.in: Update.
a8ee6e2d 9693
8d9b3f2e
AT
96942003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
9695
9696 * configure.in: Enable libgcj for darwin.
9697 * configure: Rebuild.
9698
52c0c542
PE
96992003-07-29 Phil Edwards <pme@gcc.gnu.org>
9700
9701 * config-ml.in: Use ac_configure_args directly instead of
9702 ml_arguments. Only set ml_norecursion if --no[-]recursion is
9703 actually seen.
9704
b4acb5ef
NN
97052003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
9706
9707 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
9708 creating target and build subdirs to build all parent dirs as needed.
9709 * Makefile.in: Rebuild.
9710 * configure.in: Don't build dirs explicitly here.
9711 * configure: Rebuild.
9712
a51d71d0
PB
97132003-07-26 Paul Brook <paul@nowt.org>
9714
9715 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
9716
f43e12ce
AO
97172003-07-22 Alexandre Oliva <aoliva@redhat.com>
9718
9719 * Makefile.tpl (all-make): Depend on intl.
9720 * Makefile.in: Rebuilt.
9721
8a199ff6
PE
97222003-07-20 Phil Edwards <pme@gcc.gnu.org>
9723
9724 * install-sh: Update to newer upstream versions (associated with
9725 aclocal 1.7).
9726 * mkinstalldirs: Likewise.
9727 * missing: Likewise, plus $1Help2man -> $1 typo fix.
9728
e6a8c803
AP
97292003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
9730
9731 * MAINTAINERS: Move self from Bug database only accounts
9732 to write-after-approval.
9733
9f13608f
NN
97342003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
9735
9736 * config.if: Remove unused libc_interface determination.
9737
c7864714
NN
97382003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
9739
9740 * MAINTAINERS: Move self from write-after-approval to
9741 build machinery (*.in).
9742
775956d0
NN
97432003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
9744
9745 PR bootstrap/11273
9746 PR bootstrap/11408
9747 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
9748 unused INSTALL_PROGRAM_ARGS.
9749 * configure.in: Use AC_PROG_INSTALL.
9750 * Makefile.in: Regenerate.
9751 * configure: Regenerate.
9752
c7f67a6e
KH
97532003-07-13 Kazu Hirata <kazu@cs.umass.edu>
9754
9755 * MAINTAINERS: Alphabetize.
9756
33952f6f
AO
97572003-07-10 Alexandre Oliva <aoliva@redhat.com>
9758
9759 * configure: Rebuilt.
9760 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
9761 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
9762 newlib nor libgloss.
9763 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
9764 * configure.in (am33_2.0-*-linux*): Added.
9765
0d4f1b4e
BW
97662003-07-09 Bob Wilson <bob.wilson@acm.org>
9767
9768 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
9769 * configure: Regenerate.
9770
56694dd9
ZW
97712003-07-07 Zack Weinberg <zack@codesourcery.com>
9772
9773 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
9774 * Makefile.in: Regenerate.
9775
21607eb4
ZW
97762003-07-04 Zack Weinberg <zack@codesourcery.com>
9777
9778 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
9779 * Makefile.in: Regenerate.
9780
dce2d8b2 97812003-07-04 H.J. Lu <hongjiu.lu@intel.com>
8c90b13a
L
9782
9783 * Makefile.tpl: Replace PWD with PWD_COMMAND.
9784 * Makefile.in: Regenerated.
9785
5d42f90e
L
9786 * config-ml.in: Replace PWD with PWD_COMMAND.
9787
6eb95e99
ZW
97882003-07-04 Zack Weinberg <zack@codesourcery.com>
9789
9790 * intl: New directory; see intl/ChangeLog for details.
9791 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
9792 * Makefile.tpl: all-gcc depends on maybe-all-intl.
9793 * Makefile.in: Regenerate.
9794
07d1940e
NN
97952003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
9796
9797 * configure.in: Clean up config-lang.in handling. Delete
9798 useless assignment to "subdirs".
9799 * configure: Regenerate.
9800
4dbda6f0
NN
98012003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
9802
9803 * configure.in: Rename 'target_libs' to 'target_libraries'.
9804 Remove useless reference to 'target_libs'.
9805 * configure: Regenerate.
9806
2c30ab71
KS
98072003-06-23 Keith Seitz <kseitz@sources.redhat.com>
9808
9809 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
9810 * Makefile.in: Regenerate.
9811
11405c93
NN
98122003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
9813
9814 * Makefile.def: Introduce flags_to_pass.
9815 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
9816 * Makefile.in: Regenerate.
9817
fb87ad5d
HPN
98182003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
9819
9820 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
9821 and target-libgloss.
9822 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
9823 <h8300*-*-*>: Disable libf2c and ${libgcj}.
9824 * configure: Regenerate.
9825
a7956a48
BK
98262003-06-17 Benjamin Kosnik <bkoz@redhat.com>
9827
9828 * configure.in: Update testsuite_flags to new location.
9829 * configure. Regenerate.
6eb95e99 9830
eaf9f3b2
NN
98312003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
9832
9833 * Makefile.tpl: Remove BUILD_CC stuff.
9834 * Makefile.in: Regenerate.
9835
2d89ffef
KH
98362003-06-17 Kazu Hirata <kazu@cs.umass.edu>
9837
9838 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
9839
dce2d8b2 98402003-06-16 Graeme Peterson <gp@qnx.com>
83415b0b
GP
9841
9842 * MAINTAINERS (Write After Approval): Add myself.
9843
dce2d8b2 98442003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6eb95e99 9845
b951c91c
L
9846 * config.guess: Update to 2003-06-12 version.
9847 * config.sub: Update to 2003-06-13 version.
9848
dce2d8b2 98492003-06-12 H.J. Lu <hongjiu.lu@intel.com>
0bb41a37
L
9850
9851 * config.guess: Update to 2003-06-06 version.
9852 * config.sub: Update to 2003-06-06 version.
9853
655b7166
RO
98542003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9855
9856 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
9857 * configure. Regenerate.
9858
01b759aa
NN
98592003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
9860
bf1d3e81
NN
9861 * configure.in: Disable serial configure by default.
9862 * configure: Regenerate.
9863 * Makefile.tpl: Abolish .NOTPARALLEL.
9864 * Makefile.in: Regenerate.
9865
e89fbdfe
NN
9866 * Makefile.tpl: Replace {build,host,target}_canonical by
9867 {build,host,target}.
9868 * Makefile.in: Regenerate.
9869
01b759aa
NN
9870 * Makefile.tpl: Fix stupid pasto.
9871 * Makefile.in: Regenerate.
9872
f7dae026
NN
98732003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
9874
9875 * Makefile.tpl: Remove bogus conditional.
9876 * Makefile.in: Regenerate.
9877
98782003-06-05 Jan Hubicka <jh@suse.cz>
8f231b5d
JH
9879
9880 * Makefile.tpl (profiledbootstrap): New target.
9881 * Makefile.in (profiledbootstrap): New target.
9882
2ffc3e73 98832003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9a22b893
WB
9884
9885 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
9886 Pinski. Remove user names from other bugzilla-only maintainers.
9887
1a1e6b96
NN
98882003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
9889
1358ccea
NN
9890 * Makefile.tpl: Make 'recursive targets' using autogen rather
9891 than shell loop. Remove duplicate 'clean' targets and false
9892 comments.
9893 * Makefile.def: Add systematic dependencies to 'recursive' targets.
9894 Add systematic method of specifying missing targets in subdirs.
9895 Add copyright boilerplate.
9896 * Makefile.in: Regenerate.
9897 * configure.in: Add 'recursive targets' to maybe list.
9898 * configure: Regenerate.
9899
ae74ed1f
NN
9900 * MAINTAINERS: "GNATS only" -> "Bug database only".
9901
1a1e6b96
NN
9902 * Makefile.tpl: Rename [+target+] to [+make_target+].
9903 * Makefile.def: Rename 'target' to 'make_target'.
9904
c79af3fa
NB
99052003-05-31 Neil Booth <neil@daikokuya.co.uk>
9906
9907 * MAINTAINERS: Add self as options handling maintainer.
9908
39d85b61
MM
99092003-05-28 Michael Meissner <gnu@the-meissners.org>
9910
9911 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
9912 been too long since I touched those ports.
9913
afc2b62d
DD
99142003-05-28 DJ Delorie <dj@redhat.com>
9915
9916 * Makefile.tpl: Make maybe-check-gcc .PHONY.
9917 * Makefile.in: Regenerate.
9918
df445104
MR
99192003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
9920
9921 * configure.in: Use curly braces in the definition of tooldir.
9922 * configure: Regenerate.
9923
2eb98e5d 99242003-05-21 DJ Delorie <dj@redhat.com>
6eb95e99 9925
2eb98e5d
DD
9926 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
9927 newlib or libgloss.
9928 * Makefile.in: Regenerate.
9929
862fced8
DD
99302003-05-21 DJ Delorie <dj@redhat.com>
9931
9932 * Makefile.tpl: Add missing empty maybe-check-gcc target.
9933 * Makefile.in: Regenerate.
9934
fc351800
ILT
99352003-05-20 Ian Lance Taylor <ian@airs.com>
9936
9937 * MAINTAINERS: Update my e-mail address.
9938
7e2dbcef
NN
99392003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
9940
9941 * configure.in: Switch more things to use maybe dependencies.
6eb95e99 9942 * Makefile.tpl: Switch more things to use maybe dependencies.
7e2dbcef
NN
9943 Factor out common code from autogen IF statements.
9944 * configure: Regenerate.
9945 * Makefile.in: Regenerate.
9946
f2a0e225
KC
99472003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
9948
9949 * configure.in: Accept i[3456789]86 for machine type.
9950 * configure: Regenerate.
9951
8b87bb96
NN
99522003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
9953
9954 * configure.in: Switch more things to use maybe dependencies.
9955 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
9956 * configure: Regenerate.
9957 * Makefile.tpl: Switch more things to use maybe dependencies.
9958 * Makefile.in: Regenerate.
9959
fdb882bc 99602003-05-16 Andreas Schwab <schwab@suse.de>
c3969745
AS
9961
9962 * Makefile.tpl (install-opcodes): Define.
9963 * Makefile.in: Rebuild.
9964
f7c50032
AJ
99652003-05-13 Andreas Jaeger <aj@suse.de>
9966
9967 * config.guess: Update to 2003-05-09 version.
9968 * config.sub: Update to 2003-05-09 version.
9969
dce2d8b2 99702003-05-13 Michael Eager <eager@mvista.com>
243aa302
ME
9971
9972 * configure.in: Correct sed script so that options in quotes are not
9973 deleted.
9974 * configure: Rebuild.
9975
aa8f1f57
CV
99762003-05-12 Corinna Vinschen <corinna@vinschen.de>
9977
9978 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
9979 and $$s/newlib/libc/sys/cygwin32 include paths.
9980 * configure: Ditto.
9981
0c130f81
MM
99822003-05-12 Michael Meissner <gnu@the-meissners.org>
9983
9984 * MAINTAINERS: Update my email addresses.
9985
aa1a100b
EB
99862003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
9987
9988 * config-ml.in: Propagate INSTALL variables.
f7c50032 9989
87861833
GP
99902003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9991
9992 * MAINTAINERS: Remove duplicate entries in Write After Approval.
9993
de722255
CD
99942003-05-02 Chris Demetriou <cgd@broadcom.com>
9995
6eb95e99
ZW
9996 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
9997 * Makefile.in: Regenerate.
de722255 9998
96c4a002
WB
99992003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
10000
10001 * MAINTAINERS (GNATS only): Add Falk Hueffner.
10002
55b15a11
WB
100032003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
10004
10005 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
10006
0c227849
DJ
100072003-04-27 Daniel Jacobowitz <drow@mvista.com>
10008
10009 * Makefile.tpl: Clean $(BUILD_SUBDIR).
10010 * Makefile.in: Regenerated.
10011
d45148c1
WB
100122003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
10013
10014 * MAINTAINERS (Write After Approval): Upgrade myself from
10015 GNATS only to write-after-approval. Update my mail address.
10016
dce2d8b2 100172003-04-25 Loren J. Rittle <ljrittle@acm.org>
bb751e47
LR
10018
10019 (OS Port Maintainers: freebsd): Add myself.
10020
438f50c3
MM
100212003-04-22 Mark Mitchell <mark@codesourcery.com>
10022
10023 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
10024
9074e169
KJ
100252003-04-22 Kean Johnston <jkj@sco.com>
10026
10027 * MAINTAINERS (SCO ports): Added myself.
10028
dfd39a2e
NS
100292003-04-21 Nathan Sidwell <nathan@codesourcery.com>
10030
10031 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
10032
ccbae82a
KJ
100332003-04-19 Kean Johnston <jkj@sco.com>
10034
10035 * MAINTAINERS (Write After Approval): Add myself.
10036
2f50999f
GP
100372003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10038
10039 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
10040 * Makefile.in: Regenerate.
10041
e9b84181
JJ
100422003-04-18 Jakub Jelinek <jakub@redhat.com>
10043
10044 * configure.in (powerpc64*-*-linux*): Remove.
10045 * configure: Rebuilt.
10046
1ca4c6e1
PE
100472003-04-17 Phil Edwards <pme@gcc.gnu.org>
10048
10049 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
10050 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
10051 and restrap.
10052 * Makefile.in: Regenerate.
10053
0590b963
RE
100542003-04-16 Richard Earnshaw <rearnsha@arm.com>
10055
10056 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
10057 * configure: Regenerated.
10058
ff41a56f
DD
100592003-04-15 DJ Delorie <dj@redhat.com>
10060
10061 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
10062
50d440bc
NC
100632003-04-13 Nick Clifton <nickc@redhat.com>
10064
10065 * config-ml.in: Remove support for --disable-aix removing
10066 call-aix multilibs.
10067
b1e0a93e
AO
100682003-04-10 Alexandre Oliva <aoliva@redhat.com>
10069
10070 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
10071 * */configure: Rebuilt.
10072
71fb704d
JS
100732003-04-08 Joel Sherrill <joel@oarcorp.com>
10074
10075 * MAINTAINERS: Add my email address.
10076
3897ea90
OH
100772003-03-17 Olivier Hainque <hainque@act-europe.fr>
10078
10079 * MAINTAINERS (Write After Approval): Add myself.
f7c50032 10080
93c834b7
NN
100812003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
10082
10083 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
10084 * Makefile.in: Regenerate.
10085
82c34dcb
MC
100862003-03-14 Michael Chastain <mec@shout.net>
10087
10088 * Makefile.in: Regenerate with correct Makefile.def.
10089
73458fb7
NN
100902003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
10091
10092 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
10093 Make macro.
10094 * Makefile.in: Regenerate.
10095 * configure.in: Clean up gxx_include_dir logic.
10096 * configure: Regenerate.
10097
32cf27e5
AE
100982003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
10099
10100 * MAINTAINERS (Write After Approval): Add myself.
10101
c727e7a0
BE
101022003-03-10 Ben Elliston <bje@wasabisystems.com>
10103
10104 * MAINTAINERS: Update my mail address.
10105
9a27ac7a
FS
101062003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10107
10108 * configure.in (gxx_include_dir): Fix typo.
10109 * configure: Regenerated.
10110
3aa83176
NN
101112003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
10112
10113 * Makefile.tpl: Reindent.
10114 * Makefile.in: Regenerate.
10115 * configure.in: Reindent. Don't set unused variables.
10116 * configure: Regenerate.
10117
9124bc53
DJ
101182003-03-04 Daniel Jacobowitz <drow@mvista.com>
10119
10120 * configure.in: Include $(build_tooldir)/sys-include in
10121 FLAGS_FOR_TARGET.
10122 * configure: Regenerated.
10123
cb543528
NN
101242003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
10125
c858bf1e
NN
10126 * Makefile.tpl: Always pass down RANLIB.
10127 * Makefile.in: Regenerate.
10128
aa9c3ab4
NN
10129 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
10130 * Makefile.in: Regenerate.
10131 * configure.in: Remove unused logic relating to --enable-shared
10132 and --enable-threads. Remove bogus comments. Remove redundant
10133 noconfigdirs.
10134 * configure: Regenerate.
10135
cb543528
NN
10136 * configure.in: Replace ${libstdcxx_version} by its value.
10137 Remove reference to mh-dgux.
10138 * configure: Regenerate.
10139
53f70c1b
KB
101402003-03-03 Kevin Buettner <kevinb@redhat.com>
10141
10142 * MAINTAINERS (Write After Approval): Add myself.
10143
df0f0674
NN
101442003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10145
10146 * Makefile.tpl: Rearrange.
10147 * Makefile.in: Regenerate.
10148
dce2d8b2 101492003-02-25 Uwe Stieber <uwe@wwws.de>
ef4e7569
US
10150
10151 * configure.in: Add support for kaOS as cross build target system.
10152 * configure: Regenerated.
10153
a7a287eb
SB
101542003-02-24 Steven Bosscher <steven@gcc.gnu.org>
10155
10156 * MAINTAINERS (Write after approval): Add myself.
10157
ff00c8a2
JW
101582003-02-21 James E Wilson <wilson@tuliptree.org>
10159
10160 * MAINTAINERS: Update my email address.
10161
abb2db7a
ZW
101622003-02-21 Zack Weinberg <zack@codesourcery.com>
10163
10164 * MAINTAINERS: Add self to blanket write privs. section.
10165
e9f2dc3b
SM
101662003-02-20 Sean McNeil <sean@blue.mcneil.com>
10167
10168 * Makefile.tpl: Add definition of CPPFLAGS to pass into
10169 configure-target-* as some target builds may require additional
10170 flags for preprocessor tests.
10171 * Makefile.in: Regenerated.
10172
ee03dc5e
AO
101732003-02-19 Alexandre Oliva <aoliva@redhat.com>
10174
11856278
AO
10175 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
10176 * ltconfig: Handle it.
10177 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
10178 auto-detecting it.
10179
274aef32
AO
10180 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
10181 it is used as argument to $CC.
10182 * ltcf-gcj.sh: Likewise.
10183
ee03dc5e
AO
10184 * configure.in: Introduce --enable-maintainer-mode.
10185 * configure: Rebuilt.
10186 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
10187 for maintainer mode.
10188 * Makefile.in: Rebuilt.
10189
30db8e17
JM
101902003-02-18 Jason Merrill <jason@redhat.com>
10191
10192 * Makefile.tpl (check-c++): Allow parallelism.
10193
cab60ac6
GP
101942003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10195
10196 * MAINTAINERS: Remove John Carr (who never actually had access to
10197 gcc.gnu.org).
10198
c8e5d1af
GK
101992003-02-15 Geoffrey Keating <geoffk@apple.com>
10200
10201 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
10202 don't configure target-libobjc.
10203 * configure: Regenerate.
10204
70f91f50
RO
102052003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10206
10207 * Makefile.tpl (RANLIB): Define.
10208 * Makefile.in: Regenerate.
10209
669e9062
LB
102102003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
10211
10212 * MAINTAINERS: Update my email.
abb2db7a 10213
61b56b2e
KS
102142003-02-06 Keith R Seitz <keiths@redhat.com>
10215
10216 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
10217 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
10218 * Makefile.in: Regenerated.
10219 * configure.in: Remove all traces of snavigator, db, and grep.
10220 * configure: Regenerated.
10221
a1ba6e15
GP
102222003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10223
10224 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
10225 After Approval.
10226
f5f2cce5
CC
102272003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
10228
10229 * MAINTAINERS (Write after approval): Add myself.
10230
ba49f6f1
FCE
102312003-01-31 Frank Ch. Eigler <fche@redhat.com>
10232
10233 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
10234 * Makefile.in: Regenerated.
10235
ccf9f10c
RS
102362003-01-30 Roger Sayle <roger@eyesopen.com>
10237
10238 * config.guess: Updated to 2003-01-30's version.
10239 * config.sub: Updated to 2003-01-28's version.
10240
a693735b
AO
102412003-01-30 Alexandre Oliva <aoliva@redhat.com>
10242
10243 * config.if: If gcc_version is already set, just use it. Don't set
10244 gcc_version_trigger if it's already set, otherwise set it to
10245 gcc/version.c, but only if the file exists. If it is not set and
10246 gcc/version.c does not exist, try to extract the version number from
10247 $CC.
10248
204c43d6
AT
102492003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
10250
abb2db7a 10251 * MAINTAINERS: Add myself to write-after-approval list.
204c43d6 10252
842e91ec
PE
102532003-01-27 Phil Edwards <pme@gcc.gnu.org>
10254
10255 * configure.in: Revert 24Jan change.
10256 * configure: Regenerate.
10257
6b99984e
GP
102582003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10259
10260 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
10261 entry of HJ Lu.
10262
806e0935
NN
102632003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
10264
10265 * configure.in: Revert previous change.
10266 * configure: Regenerate.
10267
307a9864
NN
102682003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
10269
10270 * configure.in: Make rda native-only.
10271 * configure: Regenerate.
10272
02ba6302
VR
102732003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
10274
10275 * MAINTAINERS: Move myself from GNATS-only-accounts to
10276 write-after-approval.
10277
77d187bc
NN
102782003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
10279
10280 * configure.in: Add missing \.
10281 * configure: Rebuilt.
10282
a94a2d4c
JJ
102832003-01-17 Jakub Jelinek <jakub@redhat.com>
10284
10285 * configure.in (baseargs): Avoid using \| in sed regular
10286 expressions.
10287 * configure: Rebuilt.
10288
73f84924
JJ
102892003-01-16 Jakub Jelinek <jakub@redhat.com>
10290
10291 * configure.in (baseargs): Remove all supported forms of
10292 --cache-file, --srcdir, --host, --build and --target options
10293 from argument lists.
10294 * configure: Rebuilt.
10295
8c12fc63
JZ
102962003-01-15 Josef Zlomek <zlomekj@suse.cz>
10297
10298 * MAINTAINERS: Add myself to write-after-approval list.
10299
7c005a3a
AO
103002003-01-15 Alexandre Oliva <aoliva@redhat.com>
10301
10302 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
10303 * configure: Rebuilt.
10304
3dfabf63
NN
103052003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
10306
10307 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
10308 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
10309 * Makefile.in: Regenerate.
10310 * configure: Regenerate.
10311
cf53ae10
AO
103122003-01-09 Alexandre Oliva <aoliva@redhat.com>
10313
10314 * configure.in: Remove Makefile in build, host and target modules
10315 unless configure was run with --no-recursion.
10316 * configure: Rebuilt.
10317
3fbe8e4a
CC
103182003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
10319
10320 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
10321 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
10322 * Makefile.in: Regenerate.
10323
66e2aa7d
CD
103242003-01-08 Chris Demetriou <cgd@broadcom.com>
10325
10326 * config.guess: Update to 2003-01-03 version.
10327 * config.sub: Update to 2003-01-03 version.
10328
b5038cfb
CF
103292003-01-07 Christopher Faylor <cgf@redhat.com>
10330
10331 * configure: Regenerate with proper autoconf 2.13.
10332
d02c69be
CF
103332003-01-07 Christopher Faylor <cgf@redhat.com>
10334
10335 * configure.in: Add AC_PREREQ for consistency.
b5038cfb 10336 * configure: Regenerate.
d02c69be 10337
e914a571
AC
103382003-01-06 Andrew Cagney <ac131313@redhat.com>
10339
10340 * configure.in (GDB_TK): Add tcl directories conditional on
10341 gdb/gdbtk directory being present.
10342 * configure: Regenerate.
abb2db7a 10343
dce2d8b2 103442003-01-04 John David Anglin <dave.anglin@nrc.ca>
70571545 10345
dce2d8b2
EB
10346 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
10347 used by gcc if LD is not defined and we are not doing a Canadian Cross.
70571545
JDA
10348 * configure: Rebuilt.
10349
89a7012a
TT
103502002-12-31 Tom Tromey <tromey@redhat.com>
10351
10352 * Makefile.in: Rebuilt.
10353 * Makefile.def (target_modules) [libffi]: Allow installation.
10354
3f4f56e2
AS
103552002-12-31 Andreas Schwab <schwab@suse.de>
10356
10357 * configure.in: Fix use of $program_transform_name.
10358 * configure: Regenerated.
10359
6c1b8d0a
DJ
103602002-12-30 Daniel Jacobowitz <drow@mvista.com>
10361
10362 * configure.in (baseargs): Don't remove first configure argument.
1b414d31 10363 * configure: Regenerated.
6c1b8d0a 10364
c5120911
AO
103652002-12-29 Alexandre Oliva <aoliva@redhat.com>
10366
10367 * Makefile.tpl (local-distclean): Don't remove...
10368 (multilib.ts): ... this. Moved into...
10369 (multilib.out): ... this. Don't use sub-make.
10370 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
10371 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
10372 (configure-build-[+module+], configure-[+module+],
10373 configure-target-[+module+], configure-gcc): ... these. Test
10374 for Makefile existence. Drop config.status from dependencies.
10375 * Makefile.in: Rebuilt.
10376 * configure.in: Move gcc-version-trigger to the end of
10377 ac_configure_args. Add comments to maybedep.tmp and
10378 serdep.tmp. Introduce --disable-serial-configure. Remove
10379 nonopt from baseargs, matching and removing corresponding
10380 whitespace while at it.
10381 * configure: Rebuilt.
10382
e245b0ea
AO
103832002-12-28 Alexandre Oliva <aoliva@redhat.com>
10384
903de295
AO
10385 * configure.in (host_configargs): Replace reference to
10386 no-longer-defined buildopts with --build=${build_alias}.
10387 * configure: Rebuilt.
10388
e245b0ea
AO
10389 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
10390 program_transform_name to standard idiom.
10391 (AUTOGEN, AUTOCONF): Define.
10392 (Makefile.in): Use $(AUTOGEN).
10393 (Makefile): Depend on config.status, and use autoconf-style rule to
10394 build it. Move original commands to...
10395 (config.status): ... this new target.
10396 (configure): Add $(srcdir). Depend on config/acx.m4. Use
10397 $(AUTOCONF).
10398 * Makefile.in: Rebuilt.
10399
671aa708
NN
104002002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
10401
53fbfb58
NN
10402 * Makefile.tpl: Fix dramatic bustage due to change in
10403 program_transform_name.
10404 * Makefile.in: Regenerate.
10405
10406 * configure.in: Remove unnecessary PATH setting.
10407 * configure: Regnerate.
10408
10409 * configure.in: Don't default to unprefixed tools unless
10410 the native tools will work.
10411 * configure: Regenerate.
10412
671aa708
NN
10413 * configure.in: Convert to autoconf script. Blow away lots
10414 of now-redundant Makefile fragments.
10415 * configure: Generate using Autoconf.
10416 * Makefile.tpl: Rewrite to reflect autoconfiscation.
10417 * Makefile.in: Regenerate.
10418
57f40826
NN
104192002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
10420
3fedb745
NN
10421 * configure: Fix stupid bug where RANLIB was mistakenly included.
10422
abb2db7a 10423 * configure.in: Rename (buildargs, hostargs, targargs) to
3fedb745
NN
10424 (build_configargs, host_configargs, target_configargs).
10425
10426 * configure.in: Move logic out of sed statement.
10427
abb2db7a 10428 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
57f40826
NN
10429 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
10430
315fa0f4
SS
104312002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
10432
10433 * config.sub: Import from master repository
10434 * config.guess: Ditto
10435
45aff44f
AS
104362002-12-24 Andreas Schwab <schwab@suse.de>
10437
10438 * Makefile.tpl (multilib.out): Fix missing space.
10439 * Makefile.in: Regenerate.
10440
88b5521b
NN
104412002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
10442
10443 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
10444 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
10445 * Makefile.in: Regenerate.
10446 * configure.in: Remove unnecessary leftovers.
10447
2a726918
GK
104482002-12-21 Geoffrey Keating <geoffk@apple.com>
10449
10450 * configure.in (extra_ranlibflags_for_target): New variable.
10451 (*-*-darwin): Add -c to ranlib commands.
10452 * configure (tooldir): Handle extra_ranlibflags_for_target.
10453
aace3269 104542002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
346b290d
NN
10455
10456 * Makefile.tpl: Revert HJL's change.
10457 * Makefile.in: Regenerated.
10458 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
10459 always.
10460
f0895142
AS
104612002-12-19 Andreas Schwab <schwab@suse.de>
10462
10463 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
10464 * Makefile.in: Regenerate.
10465
dce2d8b2 104662002-12-18 H.J. Lu <hjl@gnu.org>
782d0c02
L
10467
10468 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
10469 * Makefile.in: Regenerated.
10470
10471 * configure.in (build_prefix): New. Substitute.
10472
212f6dd0
NN
104732002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
10474
79308c5d
NN
10475 * Makefile.tpl: Don't let real targets depend on phony targets.
10476 * Makefile.in: Regenerate.
10477
212f6dd0
NN
10478 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
10479 * Makefile.in: Regenerate.
10480
ab17919f
SS
104812002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
10482
10483 * config.sub: Import from master repository
10484 * config.guess: Ditto
10485
5ecf91d1
JM
104862002-12-16 Jason Merrill <jason@redhat.com>
10487
10488 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
10489 previous 'make bootstrap'.
10490 * Makefile.in: Regenerate.
10491
d8437e1b
HPN
104922002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
10493
10494 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
10495
4977bab6
ZW
104962002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
10497
10498 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
10499 * Makefile.in: Regenerate.
10500
0edcfdcb
JM
105012002-12-13 Jason Merrill <jason@redhat.com>
10502
6248218a 10503 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
0edcfdcb
JM
10504 library tests.
10505 (check-c++): Just depend on it and check-target-libstdc++-v3.
6248218a
JM
10506 * Makefile.in: Regenerate.
10507
4977bab6
ZW
105082002-12-12 Alexandre Oliva <aoliva@redhat.com>
10509
10510 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
10511 * Makefile.in: Rebuilt.
10512
f87505dd
AO
105132002-12-12 Alexandre Oliva <aoliva@redhat.com>
10514
10515 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
10516
4977bab6
ZW
105172002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
10518
10519 * configure: Fix bug put in by gremlins.
10520
10521 * Makefile.tpl: Substitute more autoconfily.
10522 * configure: Substitute more autoconfily.
10523 * Makefile.in: Regenerate.
10524
7f0db92a
SS
105252002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
10526
10527 * config.sub: Import from master repository
10528 * config.guess: Ditto
10529 * MAINTAINERS: Added Svein Seldal under write after approval
10530
4977bab6
ZW
105312002-12-08 Andrew Cagney <ac131313@redhat.com>
10532
10533 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
10534 * Makefile.in (all-sim): Ditto.
10535
105362002-12-06 DJ Delorie <dj@redhat.com>
10537
10538 * Makefile.tpl: Change configure dependencies to not have real
10539 targets depend on phony targets.
10540
105412002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
10542
10543 * configure.in: Revert unintentional change.
10544
10545 * Makefile.tpl: Change dependency for */multilib.out so that
10546 it works when gcc isn't in the tree.
10547
10548 * configure.in: Substitute more.
10549 * configure: Run subconfigures from the Makefile.
10550 * Makefile.tpl: Run subconfigures from the Makefile; add a few
10551 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
10552
67f1b906
GP
105532002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10554
10555 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
10556
4977bab6
ZW
105572002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
10558
10559 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
10560 and corresponding dependencies.
10561 * Makefile.in: Regenerate.
10562
10563 * configure.in (host_tools): Order binutils, gas and ld for
10564 convenience in running the testsuites.
10565
10566 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
10567 * Makefile.in: Regenerate.
10568 * configure.in: Introduce rules to serialize subconfigure runs.
10569
10570 * configure.in: Introduce BASE_CC_FOR_TARGET.
10571 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
10572 Realize configure-build-* targets. Realize configure-target-* targets.
10573 * Makefile.in: Regenerate.
10574
105752002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
10576
10577 * configure: Move gcc_version_trigger stuff from here...
10578 * configure.in: ...to here.
10579
10580 * configure.in: Separate subconfigure options added by this file from
10581 options given by the user. Add machinery to put args for host
10582 subconfigures into the Makefile.
10583
10584 * Makefile.tpl: Remove 'vault' targets.
10585 * Makefile.tpl: Reorder and comment dependencies.
10586 * Makefile.in: Regenerate.
10587
105882002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
10589 * configure.in: Fix my broken commit of previous patch. (sigh)
10590
743f054e
GK
105912002-11-28 Geoffrey Keating <geoffk@apple.com>
10592
10593 * configure.in: Move host-specific darwin noconfigdirs into
10594 the host-specific section.
10595
4977bab6
ZW
105962002-11-28 Geoffrey Keating <geoffk@apple.com>
10597
10598 * configure.in: Move host-specific darwin noconfigdirs into
10599 the host-specific section.
10600
106012002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
10602
10603 * configure: Remove skip-this-dir support.
10604 * Makefile.tpl: Remove skip-this-dir support.
10605
10606 * Makefile.tpl: Remove leftover support for non-autoconfiscated
10607 subdirectories.
10608 * Makefile.in: Regenerate.
10609
10610 * Makefile.tpl: Strip out useless setting of 'dir'.
10611 * Makefile.in: Regenerate.
10612
106132002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
10614
10615 * configure.in: Fix deeply stupid bug.
10616
10617 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
10618 shell code in CXX_FOR_TARGET
10619 * Makefile.def: Introduce raw_cxx.
10620 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
10621 RAW_CXX_FOR_TARGET.
10622 * Makefile.in: Regenerate.
10623
106242002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
10625
10626 * Makefile.tpl: Remove unnecessary ifs.
10627 * Makefile.in: Regenerate.
10628
10629 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
10630 dependencies. Maybe-ize build-libiberty. Create dummy install
10631 targets for 'no_install' modules.
10632 * configure: Move GDB_TK substitution to configure.in. Move
10633 build_modules stuff to configure.in.
10634 * configure.in: Implement soft dependency machinery. Maybe-ize
10635 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
10636 * Makefile.in: Regenerate.
10637
106382002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
10639
10640 * Makefile.tpl: Make all-target, install-target behave similarly
10641 to all, install (only hitting configured targets). Eliminate
10642 unused macro defintions.
10643
10644 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
10645 build != host.
10646
10647 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
10648
10649 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
10650
10651 * configure.in: Produce lists of subdir targets we're actually
10652 configuring. Remove references to "dosrel".
10653 * Makefile.tpl: Let configure set which subdir targets are hit.
10654 Remove install-cross; clean up install; remove ALL. Remove
10655 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
10656 Autogenerate host module targets. Remove empty dependency lines
10657 and redundant dependency; rearrange slightly.
10658 * Makefile.def: Add host-side libtermcap, utils.
10659
10660 * Makefile.in: Regenerate.
10661
e6226a2f
RO
106622002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10663
10664 * ltconfig (osf[345]): Append $major to soname_spec.
10665 Reflect this in library_names_spec.
10666 * ltmain.sh (osf): Prefix $major with . for use as extension.
10667
3b75d237
AJ
106682002-11-19 Andreas Jaeger <aj@suse.de>
10669
10670 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
10671 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
10672 and sparc64 GNU/Linux systems.
10673
809108de
NS
106742002-11-19 Nathan Sidwell <nathan@codesourcery.com>
10675
10676 * MAINTAINERS: Update email.
10677
e7e0de7e
GP
106782002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10679
10680 * MAINTAINERS: Complete James Dennett's entry.
10681
f7109dea
EB
106822002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
10683
10684 * MAINTAINERS (Write After Approval): Add myself.
10685
d3ac17c9
BK
106862002-11-13 Bruce Korb <bkorb@gnu.org>
10687
10688 * Makefile.tpl: syntactic cleanup
10689
dce2d8b2 106902002-11-13 Stuart Hastings <stuart@apple.com>
cbf78ae4
SH
10691
10692 * MAINTAINERS: Add myself to write-after-approval list.
10693
4977bab6
ZW
106942002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
10695
10696 * Makefile.def: Add list of recursive targets to autogenerate.
10697 Add build_modules.
10698 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
10699 targets. Autogenerate *-build-* targets.
10700 * Makefile.in: Regenerate.
10701
107022002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
10703
10704 * configure: More autoconf-style substitutions.
10705 * Makefile.tpl: More autoconf-style substitutions.
10706 * Makefile.in: Regenerate.
10707
107082002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
10709
10710 * configure: Substitute more variables in a more autoconf-friendly
10711 way. Simplify slightly.
10712 * Makefile.tpl: Make more variables substitutable in an
10713 autoconf-friendly way.
10714 * Makefile.in: Regenerate.
10715
d4783999
JW
107162002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
10717
10718 * MAINTAINERS (Write After Approval): Add myself.
10719
4977bab6
ZW
107202002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
10721
10722 * configure.in (v810*): Remove special setting of tools.
10723
10724 * configure: Add support for extra required flags for ar or nm.
10725 * configure.in (aix4.3+): Use above support for target-specific
10726 issues, rather than using config/mt-aix43.
10727
107282002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
10729
10730 * configure: Remove 'removing', which doesn't work. Replace $subdir
10731 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
10732 with $srcdir. Reformat indentation. Substitute some variables
10733 formerly hard-coded in the Makefile for build=host.
10734 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
10735 * Makefile.def: Autogenerate more.
10736 * Makefile.in: Regenerate.
10737
1c9c903e
AN
107382002-11-04 Adam Nemet <anemet@lnxw.com>
10739
10740 * MAINTAINERS (Write After Approval): Add myself.
10741
40673d2b
KB
107422002-11-04 Kevin Buettner <kevinb@redhat.com>
10743
10744 * Makefile.def (host_modules): Add rda.
10745 * Makefile.in: Regenerate.
10746 * configure.in (target_tool): Add target-rda to list.
10747
42e650ae
GP
107482002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10749
10750 * MAINTAINERS: Remove "co-maintainer" note for web pages.
10751
e004b81f
PE
107522002-10-25 Phil Edwards <pme@gcc.gnu.org>
10753
10754 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
10755 and restrap targets to this rule.
10756 * Makefile.in: Regenerate.
10757
06bd49b1
GP
107582002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10759
10760 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
10761 GNATS only accounts.
10762
d0af82b0
HPN
107632002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
10764
10765 * configure.in (i[3456]86-*-linux*): Add check to disable
10766 ${libgcj} for glibc1.
10767
10782654
DC
107682002-10-24 Denis Chertykov <denisc@overta.ru>
10769
10770 * MAINTAINERS: Add myself as ip2k port maintainer.
10771
a5a438f5
SS
107722002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
10773
10774 * configure.in: Add tic4x target.
10775
fe3d5b7f
NN
107762002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
10777
aba8a494
NN
10778 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
10779 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
10780 * Makefile.in: Regenerate.
10781
fe3d5b7f
NN
10782 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
10783 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
10784 * Makefile.in: Regenerate.
10785
a6ad79e7
JJ
107862002-10-02 Janis Johnson <janis187@us.ibm.com>
10787
10788 * MAINTAINERS: Add myself as web pages co-maintainer.
10789
6a8a9058
NN
107902002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
10791
10792 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
10793 * Makefile.in: Regenerate.
10794
327d975a
ZW
107952002-10-02 Zack Weinberg <zack@codesourcery.com>
10796
10797 * MAINTAINERS: Add myself and Nathan Sidwell
10798 <nathan@codesourcery.com> as VxWorks maintainers.
10799
a5ae8f19 108002002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
f5e0c73c
NN
10801
10802 * Makefile.def: Remove order dependency comments.
10803 * Makefile.tpl: Add explicit install-install dependencies.
10804 * Makefile.in: Regenerate.
d0f6c823 10805
34c6040c 10806 * Makefile.tpl: Remove material now in src-release. (Finally!)
f5e0c73c 10807 * Makefile.in: Regenerate.
34c6040c 10808
d0f6c823
NN
10809 * Makefile.tpl: Add configure-target (for src-release in src)
10810 * Makefile.in: Regenerate.
10811
50bd210b
NC
108122002-09-30 Nick Clifton <nickc@redhat.com>
10813
10814 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
10815
ca25149e
UW
108162002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
10817
10818 * configure.in (s390*-*-linux*): Enable libgcj.
10819
dd30b57d
NN
108202002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
10821
9e60a678
NN
10822 * configure: Revert accidentally applied changes.
10823
dd30b57d
NN
10824 * Makefile.tpl: Make more autoconf-friendly.
10825 * Makefile.in: Regenerate.
10826 * configure: Make substitution more autoconf-like.
10827
5831424e
RE
108282002-09-28 Richard Earnshaw <rearnsha@arm.com>
10829
10830 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
10831 single entry to handle all these.
10832 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
10833 libjava on arm-*-elf.
10834
b7f3b15b
GK
108352002-09-27 Geoffrey Keating <geoffk@apple.com>
10836
10837 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
10838 things that depend on them.
10839
0dffceed
NN
108402002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
10841
10842 * Makefile.tpl: Make subsituted variables more autoconfy.
10843 * Makefile.in: Regenerate.
10844 * configure: Make seds more autoconfy.
10845
1db75a86 108462002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
ec0461f6
NN
10847
10848 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
10849 * Makefile.in: Regenerate.
10850 * configure.in: Rewrite sed statements to look autoconfy.
10851
1db75a86
NN
10852 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
10853 all-target-foo on configure-target-foo.
10854 * Makefile.def: Ditto.
10855 * Makefile.in: Rebuild.
10856
741a4e89
AH
108572002-09-25 Andrew Haley <aph@redhat.com>
10858
10859 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
10860
95ddd785
NN
108612002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
10862
10863 * Makefile.def: New file.
10864 * Makefile.tpl: New file.
10865 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
10866 * contrib/gcc_update: Note that Makefile.in is a generated file.
10867
10868 * configure.in: Minor rearrangement. Simplify tests.
10869
65a824f6
JT
108702002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
10871
10872 * configure.in (with_headers): Skip copy if value is "yes".
10873 (with_libs): Likewise.
10874
51270f0a 108752002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
fbf86afb
NN
10876
10877 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
10878 * configure.in (sh*-*-pe*): Ditto.
10879 * configure.in (mips*-*-pe*): Ditto.
10880 * configure.in (*arm-wince-pe): Ditto.
10881
8f89dbf4
NN
10882 * configure.in: Rearrange.
10883
c1b8db3f
KH
108842002-09-14 Kazu Hirata <kazu@cs.umass.edu>
10885
10886 * MAINTAINERS: Update my email address.
10887
341f0575
PK
108882002-08-30 Paul Koning <pkoning@equallogic.com>
10889
10890 * MAINTAINERS: (Write After Approval): Add myself.
10891
d2e06980
GK
108922002-08-29 Geoffrey Keating <geoffk@redhat.com>
10893
10894 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
10895
4906d5d8
GK
108962002-08-24 Geoffrey Keating <geoffk@redhat.com>
10897
10898 * MAINTAINERS: Change my mailing address.
10899
e9a25cc8
PC
109002002-08-21 Paolo Carlini <pcarlini@unitus.it>
10901
10902 * MAINTAINERS (Write After Approval): Remove myself.
327d975a 10903 (Various Maintainers: c++ runtime libs): Add myself.
e9a25cc8 10904
dce2d8b2 109052002-08-20 Loren J. Rittle <ljrittle@acm.org>
a5aa7421
LR
10906
10907 * MAINTAINERS (Write After Approval): Remove myself.
10908 (Various Maintainers: c++ runtime libs): Add myself.
10909
5ce6f47b
EC
109102002-08-15 Eric Christopher <echristo@redhat.com>
10911
10912 * config.sub: Import from master repository.
10913 * config.guess: Ditto.
10914
7f9317f0
AO
109152002-08-19 Alexandre Oliva <aoliva@redhat.com>
10916
10917 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
10918 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
10919 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
10920
7aecca3d
AH
109212002-08-16 Aldy Hernandez <aldyh@redhat.com>
10922
10923 * MAINTAINERS: Add self to rs6000 vector extensions.
10924
8ea4b195
AO
109252002-08-15 Alexandre Oliva <aoliva@redhat.com>
10926
10927 * libiberty/configure: Reverted unintended yesterday's check in.
10928
f5cc59a7
AO
109292002-08-14 Alexandre Oliva <aoliva@redhat.com>
10930
10931 * boehm-gc/configure, libf2c/configure: Rebuilt.
10932 * libffi/configure, libiberty/configure: Ditto.
10933 * libjava/configure, libobjc/configure: Ditto.
10934 * libstdc++-v3/configure, zlib/configure: Ditto.
10935 Merged from binutils:
10936 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
10937 From Steve Ellcey <sje@cup.hp.com>:
10938 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
10939 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
10940 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
10941 IA64.
10942 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
10943 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
10944 soname_spec, sys_lib_search_path_spec): Ditto.
10945
dce2d8b2 109462002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
66350331
FS
10947
10948 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
10949
2ff34870
L
109502002-08-04 H.J. Lu (hjl@gnu.org)
10951
10952 * configure.in (mips*-*-linux*): Don't skip target-libffi.
10953
a014f2fe
KW
109542002-08-02 Krister Walfridsson <cato@df.lth.se>
10955
10956 * MAINTAINERS (Write After Approval): Add myself.
10957
c01d477a
AM
109582002-07-31 Alan Modra <amodra@bigpond.net.au>
10959
10960 * configure.in: Move generic linux case to end. Copy generic
10961 linux noconfigdirs to mips*-*-linux* entry and new
10962 powerpc64*-*-linux* entry. Add target-libffi for the latter.
10963
68cd2524
MM
109642002-07-19 Michael Matz <matz@suse.de>
10965
10966 * MAINTAINERS: Add myself as ra* maintainer.
10967
e2d83b8c
CD
109682002-07-16 Chris Demetriou <cgd@broadcom.com>
10969
10970 * config.guess: Update to 2002-07-09 version.
10971 * config.sub: Update to 2002-07-03 version.
10972
cece4f1d
HPN
109732002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
10974
10975 * MAINTAINERS: Fix typo in a maintainer email address.
10976
bb654703
NN
109772002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
10978
10979 * configure.in: Remove two redundant tests.
10980
789b7de5
RO
109812002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10982
10983 * configure.in (mips*-*-irix6*o32): Enable stabs.
10984
e1da1089
NN
109852002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
10986
f3970bba
NN
10987 * configure.in: Don't build grez.
10988 * Makefile.in: Ditto.
10989
e1da1089
NN
10990 * Makefile.in: Remove references to bsp, cygmon, libstub.
10991 * configure.in: Ditto.
10992
10993 * configure.in: Remove leftover reference to gdbtest.
10994
57c905fa
PE
109952002-07-08 Phil Edwards <pme@gcc.gnu.org>
10996
10997 * configure.in (gxx_include_dir): Change to match versioned
10998 C++ headers if --enable-version-specific-runtime-libs is used.
10999
a0af94a7 110002002-07-04 Steve Ellcey <sje@cup.hp.com>
5ce6f47b 11001
a0af94a7
SE
11002 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
11003
423ce3eb
NN
110042002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
11005
11006 * configure.in: Make --without-x work.
11007
98186934
NN
110082002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
11009
c3b7d169
NN
11010 * configure.in: Rearrange target Makefile fragment collection.
11011
98186934
NN
11012 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
11013 cvs[src].
11014 * configure.in: Ditto.
11015
eebd288a
MK
110162002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
11017
11018 * MAINTAINERS (Write After Approval): Update my e-mail address.
11019
3ab36f05
NN
110202002-06-24 Ben Elliston <bje@redhat.com>
11021
11022 * configure.in (host_tools): Remove cgen.
11023
11024 * Makefile.in (all-cgen): Remove; runs from its source directory.
11025 (check-cgen, install-cgen, clean-cgen): Likewise.
98186934 11026 (all-opcodes): Do not depend on all-cgen.
3ab36f05
NN
11027 (all-sim): Likewise.
11028
dce2d8b2 110292002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
3ab36f05
NN
11030
11031 * Makefile.in: Eliminate 'apache' targets.
11032 * configure.in: Eliminate 'apache' targets.
11033
55380b08
NN
11034 * configure.in: Eliminate redundant tests. Reorganize.
11035
9a5c1b9d
NN
11036 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
11037
5fd3853a
NN
11038 * config-ml.in: Eliminate references to Cygnus configure.
11039
cfefc434
NN
11040 * Makefile.in: Eliminate references to building emacs.
11041
2fe93885
GS
110422002-06-28 Graham Stott <graham.stott@btinternet.com>
11043
11044 * MAINTAINERS: Update my email address.
11045
53c40185
BK
110462002-06-26 Benjamin Kosnik <bkoz@redhat.com>
11047
11048 * config.if (libstdcxx_incdir): Version C++ headers.
5ce6f47b 11049 (cxx_incdir): Remove.
53c40185 11050
97679694
NN
110512002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
11052
11053 * MAINTAINERS (Write After Approval): Add self.
11054
b03bcd37
DC
11055Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
11056
11057 * configure.in: Add support for ip2k.
11058
6bd12129
NN
110592002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
11060
11061 * configure.in: Fix AIX configury bug.
11062
e0d98a92
SE
110632002-06-20 Steve Ellcey <sje@cup.hp.com>
11064
11065 * MAINTAINERS (Write After Approval): Add self.
11066
ba3292db
NN
110672002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
11068
ef40bc65
NN
11069 * configure.in: replace ${topsrcdir} with ${srcdir}
11070
7a0be465
NN
11071 * configure.in: Move definition of libstdcxx_flags
11072 right above usage, rather than waaay earlier.
11073
e1848dde
NN
11074 * configure.in: Pull definition of is_cross_compiler earlier.
11075
8bc2fff1
NN
11076 * configure.in: Rearrange a little.
11077
ba3292db
NN
11078 * configure.in: Remove references to librx.
11079 * Makefile.in: Remove references to librx.
11080
11d8b408
DC
11081Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
11082
11083 * config.sub: Add support for avr target.
11084 Import from master sources, rev 1.255
5ce6f47b 11085
93da8339
PE
110862002-06-19 Phil Edwards <pme@gcc.gnu.org>
11087
11088 * configure, .cvsignore: Revert previous change...
11089 * Makefile: ...delete.
11090
b4caab5c
NN
110912002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
11092
11093 * configure.in: Eliminate ${gasdir} variable.
11094
ee777171
DB
110952002-06-18 Dave Brolley <brolley@redhat.com>
11096
11097 * configure.in: Add support for frv.
11098 * config.sub: Add support for frv.
11099
26e4af54
PE
111002002-06-18 Phil Edwards <pme@gcc.gnu.org>
11101
11102 * configure: Remove garbage from previous commit.
11103
bb20b7da
PE
111042002-06-18 Phil Edwards <pme@gcc.gnu.org>
11105
11106 * configure: For in-source builds, make a subdir and re-exec there.
11107 * Makefile: New file. Pass targets through to build directory.
11108 * .cvsignore: No longer ignore "Makefile".
11109
9d321f6c
DR
111102002-06-16 Douglas Rupp <rupp@gnat.com>
11111
11112 * MAINTAINERS (Write After Approval): Add self.
11113
c8eb2bc0
KG
111142002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11115
11116 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
11117
f210d239
JT
111182002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
11119
11120 * configure.in (vax-*-netbsd*): Re-enable gas.
11121
e9667b3c
NN
111222002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
11123
efe1f357
NN
11124 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
11125 BUILD_PREFIX_1, to correct nomenclature.
11126 * configure: Likewise.
11127
e9667b3c
NN
11128 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
11129 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
11130
fe2fe497
OH
111312002-05-31 Olaf Hering <olh@suse.de>
11132
11133 * config-ml.in: Propogate DESTDIR also.
11134
dcf7f0dd
JT
111352002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
11136
11137 * configure.in (vax-*-netbsd*): Don't build gas for this
11138 platform.
11139
6ff14f32
MM
111402002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
11141
11142 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11143 and libgcj for AVR.
11144
397de1ff
KK
111452002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
11146
11147 * MAINTAINERS (Write After Approval): Add myself.
11148
ac30211c
JT
111492002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
11150
11151 * config.guess: Update to 2002-05-22 version.
11152 * config.sub: Likewise.
11153
1e6347d8
RO
111542002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11155
11156 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
11157 * config-ml.in: Likewise.
11158 * configure: Likewise.
11159 * configure.in: Likewise.
11160
e5ce1d6d
SC
111612002-05-16 Stephane Carrez <stcarrez@nerim.fr>
11162
11163 * MAINTAINERS: Update my email address.
11164
6cdef75d
NN
111652002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
11166
4a87f061
NN
11167 * configure.in: Simplify makefile fragment collection.
11168
11169 * configure.in: Remove code to build emacs.
603606e7 11170
e254d6b5
NN
11171 * configure.in : Remove --srcdir argument from targargs and buildargs
11172 (it's always overridden in the Makefile anyway). Rearrange a bit.
11173
11174 * configure: Move some logic to configure.in.
11175 * configure.in: Move some logic from configure.
6cdef75d 11176
1d6006fe
TT
111772002-05-11 Tom Tromey <tromey@redhat.com>
11178
11179 * MAINTAINERS: Reflect libgcj reality.
11180
b70b3534
FS
111812002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
11182
11183 * Makefile.in: Honour DESTDIR.
11184
4434687a
MM
111852002-05-08 Mark Mitchell <mark@codesourcery.com>
11186
11187 * config.guess: Import 2002-03-20 version.
11188 * config.sub: Import 2002-04-26 version.
11189
a89e49c7
RO
111902002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11191
11192 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
11193
44e55536
TJ
111942002-05-07 Tim Josling <tej@melbpc.org.au>
11195
11196 * MAINTAINERS: Add self.
11197
dce2d8b2 111982002-05-06 Loren J. Rittle <ljrittle@acm.org>
97320a3f
LR
11199
11200 * ltmain.sh: Detect and handle object name conflicts
11201 while piecewise linking a static library.
11202
b7c13625
AO
112032002-05-05 Alexandre Oliva <aoliva@redhat.com>
11204
11205 * configure.in (noconfigdirs): Don't disable libgcj on
11206 sparc64-*-solaris* and sparcv9-*-solaris*.
11207
4182d9fa
AO
112082002-05-03 Alexandre Oliva <aoliva@redhat.com>
11209
11210 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
11211
7bebf279
TF
112122002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
11213
11214 * configure.in (FLAGS_FOR_TARGET): Do not add
11215 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
11216 on i[3456]86-*-linux*.
11217
9a06dc7d
TF
112182002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
11219
11220 * configure.in (noconfigdirs): Replace [ ] with test.
11221
11222 * configure.in (noconfigdirs): Do not add target-newlib if
11223 target == i[3456]86-*-linux*, and host == target.
11224
a51a07fa
NN
112252002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
11226
9e7facd6
DD
11227 * configure.in: delete reference to absent file
11228
aeaa0f2f
NN
11229 * configure.in: replace '[' with 'test'
11230
4bb98828
NN
11231 * configure.in: Eliminate references to gash.
11232 * Makefile.in: Eliminate references to gash.
11233
64791664
NN
11234 * configure.in: remove useless references to 'pic' makefile fragments.
11235
3ed57cf4
NN
11236 * configure.in: (*-*-windows*) Finish removing.
11237
a51a07fa
NN
11238 * configure.in: Eliminate redundant test for libgui.
11239
8552f6f1
RS
112402002-04-29 Roger Sayle <roger@eyesopen.com>
11241
11242 * MAINTAINERS: Add self and realphabetize. Update entries
11243 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
11244 entry for a29k port maintainer.
11245
dce2d8b2 112462002-04-26 Joel Sherrill <joel@OARcorp.com>
9e847666
JS
11247
11248 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
11249 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
11250
704c9a14
NN
112512002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
11252
11253 * configure.in: remove references to dead files
11254
7bff5059
MM
112552002-04-19 Mark Mitchell <mark@codesourcery.com>
11256
11257 * MAINTAINERS: Add information about purpose of this file.
11258
0c7c67f0
TT
112592002-04-18 Tom Tromey <tromey@redhat.com>
11260
11261 * configure.in: Disallow configuring libgcj when it is already
11262 installed and we're using Solaris 2.8 linker. Do enable libgcj on
11263 Solaris 2.8 by default. For PR libgcj/6158.
11264
63501e91
NN
112652002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
11266
11267 * configure.in: Move default CC setting out of config/mh-* fragments
11268 directly into here.
11269
701afd4d
NN
112702002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
11271
11272 * configure.in: don't even try to configure or make a subdirectory
11273 if there's no configure script for it.
11274
07cdae91
MM
112752002-04-15 Mark Mitchell <mark@codesourcery.com>
11276
11277 * MAINTAINERS: Remove chill maintainers.
11278 * Makefile.in (CHILLFLAGS): Remove.
11279 (CHILL_LIB): Remove.
11280 (TARGET_CONFIGDIRS): Remove libchill.
11281 (CHILL_FOR_TARGET): Remove.
11282 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
11283 CHILL_LIB.
11284 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
11285 (CHECK_TARGET_MODULES): Likewise.
11286 (INSTALL_TARGET_MODULES): Likewise.
11287 (CLEAN_TARGET_MODULES): Likewise.
11288 (configure-target-libchill): Remove.
11289 (all-target-libchill): Remove.
11290 * configure.in (target_libs): Remove target-libchill.
11291 Do not compute CHILL_FOR_TARGET.
11292 * libchill: Remove directory.
5ce6f47b 11293
ab50d72b
DD
112942002-04-11 DJ Delorie <dj@redhat.com>
11295
11296 * Makefile.in, configure.in: Sync with binutils, entries
11297 follow...
11298
0a1e123a
DD
112992002-04-07 Andrew Cagney <ac131313@redhat.com>
11300
11301 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
11302 (do-tar, do-bz2): New rules.
11303 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
11304 (gdb-tar): New rule.
11305 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
11306 (insight_dejagnu.tar): New rule.
11307 (insight.tar): New rule.
11308 (gdb+dejagnu.tar): New rule.
11309 (gdb.tar): New rule.
11310
ab50d72b
DD
113112002-02-01 Mo DeJong <supermo@bayarea.net>
11312
11313 * Makefile.in: Add all-tix to deps for all-snavigator
11314 so that tix is built when building snavigator.
11315
113162002-01-11 Steve Ellcey <sje@cup.hp.com>
11317
11318 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
11319 ld and gdb are not supported.
11320
113212002-01-07 Mark Salter <msalter@redhat.com>
11322
11323 * configure.in: Remove target-bsp and target-cygmon from arm builds.
11324 Allow target-libgloss to be built for arm, strongarm, and xscale.
11325
113262001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
11327
11328 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
11329 options for i[3456]86-pc-linux* native builds.
11330
113312001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
11332
11333 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
11334 files from .po files for a distribution.
11335
113362001-09-03 Jeff Holcomb <jeffh@redhat.com>
11337
11338 * configure.in: Enable libstdc++-v3 for h8300 targets.
11339
113402001-06-19 Alan Modra <amodra@bigpond.net.au>
11341
11342 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
11343 version from bfd/.
11344
11345Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
11346
11347 * Makefile.in (VER): When present, extract the version number from
11348 the file version.in.
11349
dce2d8b2 113502001-05-24 Tom Rix <trix@redhat.com>
ab50d72b
DD
11351
11352 * configure.in : enable ld for aix
11353
113542001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
11355
11356 * config.guess: Add linux target for S/390.
11357
113582000-11-07 Philip Blundell <pb@futuretv.com>
11359
11360 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
11361
113622000-11-03 Philip Blundell <pb@futuretv.com>
11363
11364 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
11365 files.
11366
113672001-01-15 Ben Elliston <bje@redhat.com>
11368
11369 * configure.in (host_tools): Add sid.
11370 Always configure cgen.
11371
113722000-11-24 Nick Clifton <nickc@redhat.com>
11373
11374 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
11375
ab50d72b
DD
113762000-08-20 Doug Evans <dje@casey.transmeta.com>
11377
11378 * Makefile.in (ALL_MODULES): Add all-cgen.
11379 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
11380 (all-cgen): New target.
11381 (all-opcodes,all-sim): Depend on all-cgen.
11382 * configure.in (host_tools): Add cgen.
11383 Only configure cgen if --enable-cgen-maint.
11384
dce2d8b2 113852002-04-09 Loren J. Rittle <ljrittle@acm.org>
ef98ad7b
LR
11386
11387 * configure.in: Add *-*-freebsd* configurations.
11388
90def2b2
TT
113892002-04-08 Tom Tromey <tromey@redhat.com>
11390
11391 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
11392 Fixes PR libgcj/6068.
11393
320d7e7a
KW
113942002-03-30 Krister Walfridsson <cato@df.lth.se>
11395
11396 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
11397
18b467f1
RO
113982002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11399
11400 * configure.in (alpha*-dec-osf*): Enable libgcj.
11401
dce2d8b2 114022003-03-27 Matthew Gingell <gingell@gnat.com>
8bb3a5af
MG
11403
11404 * MAINTAINERS (Write After Approval): Add myself.
11405
56ae9405
NC
114062002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
11407
11408 Fix for: PR bootstrap/3591, target/5676
11409 * configure.in (mcore-pe): Disable the configuration of
11410 libstdc++-v3 since exceptions are not supported.
11411
f18d9a0c
AG
114122002-03-20 Anthony Green <green@redhat.com>
11413
11414 * configure.in: Enable libgcj for xscale-elf target.
11415
dce2d8b2 11416Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
c0e21eef
R
11417
11418 * MAINTAINERS: Update my email address.
11419
28eca9e8
AO
114202002-03-16 Alexandre Oliva <aoliva@redhat.com>
11421
11422 * ltmain.sh (relink_command): Fix typo in previous change.
11423
e67e72c7
AO
114242002-03-15 Alexandre Oliva <aoliva@redhat.com>
11425
11426 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
11427 (relink_command): Added --tag flags.
11428 (mode=install): If relinking fails; error out.
11429
c2273204
RH
114302002-03-12 Richard Henderson <rth@redhat.com>
11431
11432 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
11433 .NOTPARALLEL tag.
11434 (do-check): Rename from check.
11435 (check): Allow parallel check.
11436
bcb64245
BW
114372002-03-12 Bob Wilson <bob.wilson@acm.org>
11438
11439 * MAINTAINERS: Add myself as maintainer for xtensa port.
11440 Fix alphabetical order in CPU port maintainer list.
11441 Remove myself from Write After Approval list.
11442
63adb4ff
RH
114432002-03-11 Richard Henderson <rth@redhat.com>
11444
11445 * Makefile.in (.NOTPARALLEL): Add fake tag.
11446
9bec4bf0
L
114472002-03-07 H.J. Lu (hjl@gnu.org)
11448
11449 * configure.in: Enable gprof for mips*-*-linux*.
11450
c7fc1f84
DS
114512002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
11452
11453 * MAINTAINERS (Write After Approval): Add myself.
11454
6bff33fb
AO
114552002-02-28 Alexandre Oliva <aoliva@redhat.com>
11456
11457 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
11458 libjava.
11459 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
11460
0210b33b
AO
114612002-02-23 Alexandre Oliva <aoliva@redhat.com>
11462
11463 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
11464 because its Makefile is there; test for the executable instead.
11465
fcc0a3ef
AO
114662002-02-22 Alexandre Oliva <aoliva@redhat.com>
11467
11468 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
11469 libstdc++-v3 and libjava.
11470
dce2d8b2 114712002-02-11 Adam Megacz <adam@xwt.org>
97cf8285
AM
11472
11473 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
11474 boehm-gc
5ce6f47b 11475
40fe0ec3
AO
114762002-02-09 Alexandre Oliva <aoliva@redhat.com>
11477
11478 * config.guess: Updated to 2002-01-30's version.
11479 * config.sub: Updated to 2002-02-01's version.
11480 Contribute sh64-elf.
11481 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
11482 * configure.in: Added sh64-*-*.
11483
694d53ee
CD
114842002-02-08 Chris Demetriou <cgd@broadcom.com>
11485
11486 * MAINTAINERS: Belatedly add myself to write after approval list.
11487
a9ca50b1
JH
11488Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
11489
11490 * MAINTAINERS: Put self in as maintainer for x86-64 port.
11491 Remove self as Write After Approval.
11492
5ffc3500
GK
114932002-01-31 Geoffrey Keating <geoffk@redhat.com>
11494
11495 * MAINTAINERS: Put self in as maintainer for contrib/regression
11496 directory.
11497
4ceaf7fb
PE
114982002-01-28 Phil Edwards <pme@gcc.gnu.org>
11499
11500 * MAINTAINERS: Update my email address.
11501
51584787
JT
115022002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
11503
5ce6f47b
EC
11504 * configure.in (*-*-netbsd*): New. Skip target-newlib,
11505 target-libiberty, and target-libgloss. Skip Java-related
51584787
JT
11506 libraries if not supported for NetBSD on target CPU.
11507
5701d273
DR
115082002-01-25 Douglas B Rupp <rupp@gnat.com>
11509
11510 * install-sh: Use _inst.$$_ for temp file name.
11511
b299a075
JT
115122002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
11513
11514 * MAINTAINERS (Write After Approval): Move my contact info
11515 from here...
11516 (OS Port Maintainers): ...to here (netbsd).
11517
51fe14b5
BW
115182002-01-22 Bob Wilson <bob.wilson@acm.org>
11519
11520 * MAINTAINERS (Write After Approval): Add myself.
11521
dce2d8b2 115222002-01-17 H.J. Lu <hjl@gnu.org>
b634ad42
L
11523
11524 * Makefile.in (all-fastjar): Also depend on all-libiberty.
11525 (all-target-fastjar): Also depend on all-target-libiberty.
11526
3cd87679
L
115272002-01-16 H.J. Lu (hjl@gnu.org)
11528
11529 * config.guess: Import from master sources, rev 1.225.
11530 * config.sub: Import from master sources, rev 1.238.
11531
969a6d8f
KH
115322002-01-16 Kazu Hirata <kazu@hxi.com>
11533
11534 * MAINTAINERS (Write After Approval): Remove myself.
11535
366f6a52
FW
115362001-12-19 Florian Weimer <fw@deneb.enyo.de>
11537
11538 * MAINTAINERS (Write After Approval): Add myself.
11539
f02240b6
JM
115402001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
11541
11542 * MAINTAINERS: Add self as docs co-maintainer.
11543
5d08dc39
MK
115442001-12-11 Matthias Klose <doko@debian.org>
11545
11546 * MAINTAINERS (Write After Approval): Add myself.
11547
39e790d5
ZW
115482001-12-09 Zack Weinberg <zack@codesourcery.com>
11549
11550 * MAINTAINERS: Update my email address.
11551
4519d6a3
TC
115522001-12-07 Turly O'Connor <turly@apple.com>
11553 * MAINTAINERS (Write After Approval): Add myself.
11554 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
11555 (rs6000_initialize_trampoline): Call __trampoline_setup for
11556 ABI_DARWIN too.
11557 * darwin-tramp.asm: New file, implements __trampoline_setup.
6e12e72c 11558 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4519d6a3 11559
21cf0a73
PC
115602001-12-07 Paolo Carlini <pcarlini@unitus.it>
11561
11562 * MAINTAINERS (Write After Approval): Add myself.
11563
4ee43206
DR
11564Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
11565
11566 * configure, configure.in: Use temp file for long sed commands.
11567
251931f3
LG
115682001-12-03 Laurent Guerby <guerby@acm.org>
11569
11570 * config.sub: Update to version 1.232 on subversion.
11571
03777dd7
BE
115722001-12-03 Ben Elliston <bje@redhat.com>
11573
11574 * MAINTAINERS: Update mail address for config.* patches.
11575
dce2d8b2 115762001-11-27 DJ Delorie <dj@redhat.com>
e490616e
ZW
11577 Zack Weinberg <zack@codesourcery.com>
11578
11579 When build != host, create libiberty for the build machine.
11580
11581 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
11582 CONFIG_ARGUMENTS.
11583 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
11584 New variables.
11585 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
11586 and rules.
11587 (all.normal): Depend on ALL_BUILD_MODULES.
11588 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
11589 (all-build-libiberty): Depend on configure-build-libiberty.
11590
11591 * configure: Calculate and substitute proper value for
11592 ALL_BUILD_MODULES.
11593 * configure.in: Create the build subdirectory.
11594 Calculate and substitute TARGET_CONFIGARGS (formerly
11595 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
11596
04075e8f
ZL
115972001-11-26 Ziemowit Laski <zlaski@apple.com>
11598
11599 * MAINTAINERS (write-after-approval): Add self.
11600
ed19322d
CR
116012001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
11602
11603 * MAINTAINERS (GNATS only accounts): Remove self.
11604
90a12988
HPN
116052001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
11606
11607 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
11608 libf2c.
11609
77e653ad
CR
116102001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
11611
11612 * MAINTAINERS (Write After Approval): Add self.
11613
64adad99
DB
116142001-11-12 David O'Brien <obrien@FreeBSD.org>
11615
11616 * MAINTAINERS: mips and s390 are also CPU ports.
11617
834a28c7
DB
116182001-11-12 David O'Brien <obrien@FreeBSD.org>
11619
11620 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
11621
ef94239f
DB
116222001-11-11 David O'Brien <obrien@FreeBSD.org>
11623
11624 * MAINTAINERS: Alphabetize.
11625
beda0427
KH
116262001-11-09 Kazu Hirata <kazu@hxi.com>
11627
11628 * MAINTAINERS (Various maintainers: h8 port): Add myself.
11629
6ca224d3
JDA
116302001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
11631
11632 * MAINTAINERS (Various maintainers: hppa port): Added myself.
11633
132e4bd7
PE
116342001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
11635
11636 * configure.in (--enable-languages): Be more permissive about
11637 syntax. Check for empty lists better. Warn about $LANGUAGES.
11638
c6243b4c
GK
116392001-11-08 Geoffrey Keating <geoffk@redhat.com>
11640
11641 * config.sub: Import from master sources, rev. 1.230.
11642 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
11643
abbb9e76
LG
116442001-11-07 Laurent Guerby <guerby@acm.org>
11645
11646 * MAINTAINERS (Write After Approval): Add self.
11647
53cdb27a
HPN
116482001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
11649
11650 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
11651
dd3a88c9
HPN
116522001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
11653
11654 * config.sub: Import from master sources, rev 1.226.
11655 * config.guess: Import from master sources, rev 1.216.
11656
d344dce9
HPN
116572001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
11658
11659 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
11660 * MAINTAINERS: Add self as maintainer of MMIX port.
11661 Remove old after-approval entry.
11662
63f6bcd7
JM
116632001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
11664
11665 * ChangeLog, configure: Fix spelling errors.
11666
84f92638
BK
116672001-10-20 Brendan Kehoe <brendan@zen.org>
11668
11669 * MAINTAINERS: Tweak my address.
11670
dce2d8b2 11671Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
2f30eda4
R
11672
11673 * MAINTAINERS: Update my email address.
11674
1567080c 116752001-10-11 Hans-Peter Nilsson <hp@axis.com>
a61f7417 11676
f48a3b5c 11677 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7fad0302 11678 * MAINTAINERS: Add self as maintainer of CRIS port.
a61f7417 11679
30106886
GB
116802001-10-10 Geert Bosch <bosch@gnat.com>
11681
e490616e 11682 * MAINTAINERS (Various maintainers: Ada front end):
30106886
GB
11683 Added Robert Dewar.
11684
dce2d8b2 116852001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
d3d51b8c
DB
11686
11687 * MAINTAINERS (Write After Approval): Added self
11688
d1c3e709
GB
116892001-10-02 Geert Bosch <bosch@gnat.com>
11690
11691 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11692
50f5f793
JM
116932001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
11694
11695 * configure: Handle temporary files securely using mkdir.
11696
7fddf9a9
AO
116972001-09-29 Alexandre Oliva <aoliva@redhat.com>
11698
11699 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
11700
dce2d8b2 117012001-09-26 Will Cohen <wcohen@redhat.com>
387beb82
WC
11702
11703 * configure.in (*-*-linux*): Disable configuration of target-newlib
11704 and target-libgloss.
e490616e 11705
0c055e34
AO
117062001-09-26 Alexandre Oliva <aoliva@redhat.com>
11707
11708 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
11709 RANLIB.
11710
759bfa90
AO
117112001-09-21 Alexandre Oliva <aoliva@redhat.com>
11712
11713 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
11714 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
11715 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
11716 avoid quotes nesting problems.
11717 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
11718 (DO_X): Export only variables that are set.
11719
1dc4a750
BE
117202001-09-19 Ben Elliston <bje@redhat.com>
11721
11722 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
11723 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
11724 semantics. Use the shell built-in "type" command instead.
11725
898c7238
AO
117262001-08-31 Alexandre Oliva <aoliva@redhat.com>
11727
11728 Merged from gcc-3_0-branch:
11729 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
11730 * ltcf-c.sh: Use $objext, not $ac_objext.
11731 2001-07-27 Mark Kettenis <kettenis@gnu.org>
11732 * ltcf-cxx.sh: Add support for GNU.
11733 2001-07-22 Timothy Wall <twall@redhat.com>
11734 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
11735 default settings if using GNU tools with that configuration.
11736 * ltcf-cxx.sh: Ditto.
11737 * ltcf-gcj.sh: Ditto.
11738 2001-07-21 Michael Chastain <chastain@redhat.com>
11739 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
11740 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
11741 * ltmain.sh: Mark as gcc-local.
11742
8fa0a32e
EC
117432001-08-30 Eric Christopher <echristo@redhat.com>
11744 Jason Eckhardt <jle@redhat.com>
11745
11746 * config.guess: Merge from master sources.
11747 * config.sub: Merge from master sources, add support for mipsisa32.
11748
32f30f91 117492001-08-25 Geoffrey Keating <geoffk@redhat.com>
32f30f91
GK
11750 * config.sub: Merge from master sources, rev 1.219.
11751 * MAINTAINERS: Add self as contact for stormy16 port.
11752
f6084f99
ZW
117532001-08-14 Zack Weinberg <zackw@panix.com>
11754
11755 * config.sub: Merge from master sources, rev 1.218.
11756 * config.guess: Merge from master sources, rev 1.209.
11757
91b54f7f
GS
117582001-08-11 Graham Stott <grahams@redhat.com>
11759
11760 * Makefile.in (check-c++): Add missing semicolon.
11761
e5b3941e
JH
11762Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
11763
32f30f91 11764 * MAINTAINERS (Various maitainers: predict.def): Added myself.
e5b3941e 11765
6387a56e
EC
117662001-07-30 Eric Christopher <echristo@redhat.com>
11767
11768 * MAINTAINERS (Various maintainers: mips port): Added myself.
11769
53b475f0
AH
117702001-07-25 Andrew Haley <aph@cambridge.redhat.com>
11771
e490616e 11772 * configure.in (sh-*-linux*): New.
53b475f0 11773
2a08c780
RH
117742001-07-27 Richard Henderson <rth@redhat.com>
11775
11776 * .cvsignore: Add LAST_UPDATED.
11777
bfa79422
UW
117782001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
11779
11780 * MAINTAINERS (Various maintainers: s390 port): Added myself.
11781
0ae85492
AH
117822001-07-16 Aldy Hernandez <aldyh@redhat.com>
11783
e490616e 11784 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
0ae85492 11785
8e1ab0fe
NP
11786Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
11787
11788 * MAINTAINERS (Write After Approval): Added myself.
11789
2b997990
SC
117902001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11791
11792 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11793 and libgcj on m68hc11/m68hc12.
11794
d920e825
L
117952001-06-27 H.J. Lu (hjl@gnu.org)
11796
11797 * Makefile (CFLAGS_FOR_BUILD): New.
11798 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
11799
d425a1e0
JM
118002001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
11801
11802 * README: Remove version number.
11803
5b5b4207
GP
118042001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11805
11806 * INSTALL/README: Update wrt. to the installation instructions now
11807 residing in gcc/doc/install.texi.
11808
be839b69
JM
118092001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
11810
11811 * README: Replace with a cut-down and updated version of gcc/README.
11812
fe2ee7c4
DE
118132001-06-12 David Edelsohn <edelsohn@gnu.org>
11814
11815 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
11816 multilibs to be disabled.
11817
4f5d646c
DB
118182001-06-11 Daniel Berlin <dan@cgsoftware.com>
11819
11820 * MAINTAINERS (Write After Approval): Add myself.
6387a56e 11821
818f0c85
AO
118222001-06-09 Alexandre Oliva <aoliva@redhat.com>
11823
11824 * config.guess: Import CVS version 1.195.
11825 * config.sub: Import CVS version 1.212.
11826
e9a8af10
AO
118272001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
11828
11829 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11830 gcc/xgcc is built, use -print-prog-name to find out the program
11831 name to use.
11832
ae3ca0a9
PE
118332001-06-04 Phil Edwards <pme@sources.redhat.com>
11834
11835 * config.guess: Import CVS version 1.194. All gcc-local changes
11836 appear to also be in the master copy.
11837 * config.sub: Import CVS version 1.211.
11838
066bd40d
MM
11839Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
11840
11841 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
11842 with_gcc]: Use `gcc -shared' to build a shared library.
11843
4aef4f33
JDA
11844Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
11845
11846 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
11847 archives.
11848
c386f00f
RO
11849Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11850
11851 * MAINTAINERS (Write After Approval): Add myself.
11852
2ae5cea5
HPN
118532001-06-01 Hans-Peter Nilsson <hp@axis.com>
11854
11855 * configure.in (libstdcxx_flags): Do not try to execute
11856 libstdc++-v3/testsuite_flags until it exists.
11857
c3766183
AM
118582001-06-01 Alan Modra <amodra@bigpond.net.au>
11859
11860 * MAINTAINERS: Update my email address.
11861
9b337833
GS
118622001-05-31 Graham Stott <grahams@redhat.com>
11863
11864 * MAINTAINERS (Write After Approval): Add myself.
11865
dce2d8b2 118662001-05-28 Simon Patarin <simon.patarin@inria.fr>
55fce0eb
SP
11867
11868 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
11869 libraries when using g++ with native linker.
11870
5f7de4b8
AO
118712001-05-28 Alexandre Oliva <aoliva@redhat.com>
11872
11873 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
11874
a7bc0fbb
AO
118752001-05-22 Alexandre Oliva <aoliva@redhat.com>
11876
11877 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
11878 [aix4*|aix5*]: Prepend blank.
11879
33456445
AO
118802001-05-20 Alexandre Oliva <aoliva@redhat.com>
11881
11882 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11883 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
11884 of subdir/configure scripts to use the new libtool.m4.
11885
e48d3d00
MK
118862001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
11887
11888 * MAINTAINERS (Write After Approval): Add myself.
11889
9e0e191b
BK
118902001-05-18 Benjamin Kosnik <bkoz@redhat.com>
11891
11892 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
11893
3f19b439
BE
118942001-05-11 Ben Elliston <bje@redhat.com>
11895
11896 * Makefile.in (all-sid): New target.
11897 (check-sid, clean-sid, install-sid): Likewise.
11898
6ebe3121
JO
118992001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
11900
11901 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
11902
ca3667c4
AO
119032001-05-03 Alexandre Oliva <aoliva@redhat.com>
11904
11905 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
11906 libgcj.
11907
119082001-05-03 Alexandre Oliva <aoliva@redhat.com>
11909
11910 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11911 gcc/xgcc is built, use -print-prog-name to find out the program
11912 name to use.
11913
b2964d63
AO
119142001-04-26 Alexandre Oliva <aoliva@redhat.com>
11915
b1bb2302
AO
11916 * configure.in (noconfigdirs): Don't reset it from scratch in the
11917 target case; only append to it.
6387a56e 11918
b2964d63
AO
11919 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
11920 sparc-*-solaris2.8]: Disable ${libgcj}.
11921
8343765d
AO
119222001-04-25 Alexandre Oliva <aoliva@redhat.com>
11923
11924 * configure.in (libgcj_saved): Copy from $libgcj.
11925 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
11926 --disable-libgcj.
11927
ddbb6d43
GRK
119282001-04-25 Gavin Romig-Koch <gavin@redhat.com>
11929
11930 * MAINTAINERS: Remove self as MIPS maintainer and
6387a56e 11931 C front end maintainer.
ddbb6d43 11932
3fa03ff9
AG
11933Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
11934
11935 * configure.in: Move *-chorusos target case to the proper switch.
11936 Disable libgcj.
11937
99ffe40f
AO
119382001-04-12 Alexandre Oliva <aoliva@redhat.com>
11939
11940 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
11941 1.641.2.228.
11942
78faa32d
FS
119432001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11944
11945 * Makefile.in (STAGE1_CFLAGS): Pass down.
11946
cdbff0ab
AM
119472001-04-13 Alan Modra <amodra@one.net.au>
11948
11949 * config.guess: Add hppa64-linux support. Note for next import that
11950 this is already in the master file.
11951 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
11952
75b9074c
AO
119532001-04-12 Alexandre Oliva <aoliva@redhat.com>
11954
11955 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11956 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
11957
125404c5
SS
119582001-04-11 Stan Shebs <shebs@apple.com>
11959
11960 * MAINTAINERS: Add self as Darwin port maintainer.
11961
876684fe
AM
119622001-04-11 Alan Modra <amodra@one.net.au>
11963
11964 * MAINTAINERS: Update my email address.
11965
06729913
LR
119662001-04-10 Loren J. Rittle <ljrittle@acm.org>
11967
11968 * ltcf-cxx.sh: Support creation of C++ shared libraries on
11969 recent versions of FreeBSD (release 3 or later).
11970 * ltconfig: On FreeBSD, -lc must not be provided when building
11971 a shared library or else the standard -pthread gcc option is
11972 rendered worthless to later users of the built library.
11973
67916302
JM
119742001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
11975
11976 * MAINTAINERS: Add self and RTH as C front end maintainers.
11977
d2bc0628
AO
119782001-04-05 Alexandre Oliva <aoliva@redhat.com>
11979
e490616e
ZW
11980 * config.sub: Make sure to match an already-canonicalized
11981 machine name (eg. mn10300-unknown-elf).
d2bc0628 11982
a3406c06
AO
119832001-04-01 Alexandre Oliva <aoliva@redhat.com>
11984
11985 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
11986 New macros.
11987 (bootstrap, cross): Use RECURSE_FLAGS.
11988 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
11989
a076f6a4
AO
119902001-03-27 Alexandre Oliva <aoliva@redhat.com>
11991
11992 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
11993
e9f4fa71
CH
119942001-03-22 Colin Howell <chowell@redhat.com>
11995
7238de5c
CH
11996 * Makefile.in (DO_X): Do not backslash single-quotes in
11997 backquotes (two places).
e9f4fa71 11998
b6b14b1b
AO
119992001-03-22 Alexandre Oliva <aoliva@redhat.com>
12000
12001 Re-installed:
12002 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
12003 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
12004 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12005 * ltcf-cxx.sh: Likewise.
12006 * ltcf-gcj.sh: Likewise.
12007
1eb0b89d
GP
120082001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12009
12010 * MAINTAINERS: Add myself as "documentation co-maintainer".
12011
82e23236
AO
120122001-03-22 Alexandre Oliva <aoliva@redhat.com>
12013
12014 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12015 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
12016
64ec27c3
TT
120172001-03-19 Tom Tromey <tromey@redhat.com>
12018
12019 * config-ml.in: Handle GCJ and GCJFLAGS.
12020
191de407
MC
120212001-03-21 Michael Chastain <chastain@redhat.com>
12022
12023 * Makefile.in: all-m4 depends on all-texinfo.
12024
fed4dede
LR
120252001-03-20 Loren J. Rittle <ljrittle@acm.org>
12026
12027 * MAINTAINERS: Add myself to write after approval list.
12028
085072bb
LB
120292001-03-18 Laurynas Biveinis <lauras@softhome.net>
12030
12031 * Makefile.in (DO_X): Quote nested quotes.
12032
5af8ea3f
AM
120332001-03-18 Alan Modra <alan@linuxcare.com.au>
12034
12035 * MAINTAINERS: Add myself to write after approval list.
12036
69e23037
LB
120372001-03-15 Laurynas Biveinis <lauras@softhome.net>
12038
12039 * Makefile.in (DO_X): Use double quotes for quoting
12040 "RANLIB=$${RANLIB}".
12041
2b9650f4
OP
120422001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
12043
12044 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
12045
dce2d8b2 120462001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
4698d2cf
NP
12047
12048 * configure.in: Only use `lang_requires' for languages athat are
12049 actually enabled.
12050
f6646274
PE
120512001-03-08 Phil Edwards <pme@sources.redhat.com>
12052
12053 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
12054
c9a54638
AO
120552001-03-08 Alexandre Oliva <aoliva@redhat.com>
12056
12057 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
12058
6a556ad6
TT
120592001-03-07 Tom Tromey <tromey@redhat.com>
12060
12061 * configure.in: Allow config-lang.in to set `lang_requires' to list
12062 of other required languages.
12063
6822468a
LB
120642001-03-06 Laurynas Biveinis <lauras@softhome.net>
12065
12066 * Makefile.in: Remove RANLIB definition. Use RANLIB
12067 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
12068 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6387a56e 12069
f04885d3 120702001-02-28 Benjamin Kosnik <bkoz@redhat.com>
e490616e 12071 Alexandre Oliva <aoliva@redhat.com>
6387a56e 12072
f04885d3
BK
12073 * Makefile.in (check-c++): Use tabs, not spaces.
12074
288edf47 120752001-02-20 Laurynas Biveinis <lauras@softhome.net>
6387a56e 12076
288edf47
LB
12077 * MAINTAINERS: add myself to Write After Approval list.
12078
3d55d2f8 120792001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4d88a68a 12080
e490616e 12081 * Makefile.in (check-c++): New rule.
6387a56e 12082
4d88a68a
BK
12083 * configure.in (target_libs): Remove libg++.
12084 (noconfigdirs): Remove libg++.
12085 (noconfigdirs): Same.
12086 (noconfigdirs): Same.
12087 (noconfigdirs): Same.
12088
12089 * config-ml.in: Remove libg++ references.
12090
12091 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
12092 (ALL_TARGET_MODULES): Same.
12093 (configure-target-libg++): Remove.
12094 (all-target-libg++): Remove.
12095 (configure-target-libio): Remove.
12096 (all-target-libio): Remove.
12097 (check-target-libio): Remove.
12098 (.PHONY): Remove.
12099 (libg++.tar.bz2): Remove.
12100 (all-target-cygmon): Remove libio.
12101 (all-target-libstdc++): Remove.
12102 (configure-target-libstdc++): Remove.
12103 (TARGET_LIB_PATH): Remove libstdc++.
12104 (ALL_GCC_CXX): Remove libstdc++.
12105 (all-target-gperf): Correct.
12106
2437d4ed
NC
121072001-02-16 Nick Clifton <nickc@redhat.com>
12108
12109 * configure.in (noconfigdirs): Allow configuration of texinfo
12110 for Cygwin hosts.
12111
85b99cbe
AG
121122001-02-15 Anthony Green <green@redhat.com>
12113
12114 * configure: Introduce GCJ_FOR_TARGET.
12115 * configure.in: Ditto.
12116 * Makefile.in: Ditto.
12117
7b18790c
AS
121182001-02-13 Andreas Schwab <schwab@suse.de>
12119
12120 * MAINTAINERS: Update mail address.
12121
c4880c99
MS
121222001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
12123
12124 * config.guess: Add linux target for S/390.
12125 * config.sub: Likewise.
12126
dce2d8b2 121272001-02-08 Chandrakala Chavva <cchavva@redhat.com>
e31ae6db
CC
12128
12129 * configure.in: for *-chorusos, don't config target-newlib and
e490616e 12130 target-libgloss.
e31ae6db 12131
7739adfb
BE
121322001-02-06 Ben Elliston <bje@redhat.com>
12133
12134 * configure: Output host type to stdout, not stderr.
12135
36ca672c
MM
121362001-02-05 Mark Mitchell <mark@codesourcery.com>
12137
e40f2829 12138 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
2a4e96b7
MM
12139 * ltcf-cxx.sh: Likewise.
12140
36ca672c
MM
12141 * config.if: Assume enable_libstdcxx_v3 is defined.
12142
22fdd65e
MM
121432001-02-04 Mark Mitchell <mark@codesourcery.com>
12144
12145 Remove V2 C++ library.
12146 * configure.in: Remove --enable-libstdcxx_v3 support.
12147
3b60dd8e
BM
121482001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
12149
12150 * include/demangle.h: Add prototype for java_demangle_v3.
12151
42c0c80a
PE
121522001-01-29 Phil Edwards <pme@sources.redhat.com>
12153
12154 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
12155
0be25992
RH
121562001-01-27 Richard Henderson <rth@redhat.com>
12157
12158 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
12159
8a8de62d
MS
121602001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12161
12162 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
12163 Don't unset, it's non-portable and no longer necessary, set to empty
12164 instead.
12165
92769744
MS
121662001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12167
12168 * ltconfig: Shell portability fix for the tagname validity check.
12169
88a1c0ab
AO
121702001-01-27 Alexandre Oliva <aoliva@redhat.com>
12171
12172 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
12173 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
12174
45291dd5
MS
121752001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12176
12177 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
12178
1ace7e15
TT
121792001-01-26 Tom Tromey <tromey@redhat.com>
12180
12181 * configure.in: Allow libgcj to be built on Sparc Solaris.
12182
0ef8b11b
DE
121832001-01-25 David Edelsohn <edelsohn@gnu.org>
12184
12185 * ltcf-c.sh: Add aix5 case.
12186 * ltcf-cxx.sh: Likewise.
12187 * ltconfig: Likewise.
12188
0006091e
AO
121892001-01-24 Alexandre Oliva <aoliva@redhat.com>
12190
9bad11e1
AO
12191 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
12192 keep at least one of build_libtool_libs or build_old_libs set to
12193 yes.
12194
0006091e
AO
12195 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
12196 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
12197
7c01b2b5
BM
121982001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
12199
12200 * configure.in: Enable libgcj on several additional platforms.
12201
d340e0ac
BM
122022001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
12203
12204 * configure.in: Enable libgcj for linux targets.
12205
5baf8c37
MS
122062001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12207
12208 * MAINTAINERS (Write After Approval): Add myself.
12209
10a0ba84
JDA
122102001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
12211
12212 * MAINTAINERS: Add myself as vax port maintainer.
12213
357c6a4b
FH
122142001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
12215
12216 * MAINTAINERS: Add myself as Mercury front-end maintainer.
12217
6e2d9a7a
MS
122182001-01-09 Mike Stump <mrs@wrs.com>
12219
12220 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
12221 failures of subdirectories.
12222
b6b14b1b 122232001-01-02 Laurynas Biveinis <lauras@softhome.net>
976b230d 12224
b6b14b1b 12225 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
976b230d 12226 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
b6b14b1b
AO
12227 * ltcf-cxx.sh: Likewise.
12228 * ltcf-gcj.sh: Likewise.
12229 * ltconfig.sh: Fix typo.
976b230d 12230
07109110
LB
122312001-01-02 Laurynas Biveinis <lauras@softhome.net>
12232
12233 * configure: handle DOS-style absolute paths.
12234
1da5b8fc
LB
122352001-01-02 Laurynas Biveinis <lauras@softhome.net>
12236
12237 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
12238
4c2f5b4f
MM
122392000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
12240
12241 * MAINTAINERS: Add myself as avr port co-maintainer.
12242
bc53668e
BE
122432000-12-28 Ben Elliston <bje@redhat.com>
12244
12245 * MAINTAINERS: Add myself under ``Write After Approval''.
12246
c387606f
JM
122472000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
12248
12249 * texinfo: Remove directory from GCC.
12250
2cb5082c
JM
122512000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
12252
12253 * COPYING: Update to current
12254 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
12255 to 19yy as example year in copyright notice).
12256
cc330df9
BK
122572000-12-18 Benjamin Kosnik <bkoz@redhat.com>
12258
6387a56e 12259 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
cc330df9
BK
12260 (libstdcxx_incdir): Pass down.
12261 * config.if: Remove expired bits for cxx_interface, add stub.
12262 (libstdcxx_incdir): Add variable for g++ include directory.
12263 * configure.in (gxx_include_dir): Use it.
6387a56e 12264
4c6b2835
AO
122652000-12-18 Alexandre Oliva <aoliva@redhat.com>
12266
12267 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
12268 with old-email address from ``Write After Approval''.
12269
3896f13e
AJ
122702000-12-15 Andreas Jaeger <aj@suse.de>
12271
12272 * configure.in: Handle lang_dirs.
12273
122742000-12-14 Tom Tromey <tromey@redhat.com>
90a10418 12275
ad46e881
TT
12276 * MAINTAINERS: Removed brads.
12277
90a10418
TT
12278 * MAINTAINERS: Added gcj developers.
12279
41dfe3a2 122802000-12-13 Anthony Green <green@redhat.com>
6387a56e 12281
41dfe3a2 12282 * configure.in: Disable libgcj for any target not specifically
3b75d237
AJ
12283 listed. Disable libgcj for x86 and Alpha Linux until compatible
12284 with g++ abi.
6387a56e 12285
e2f601da
MS
122862000-12-13 Mike Stump <mrs@wrs.com>
12287
12288 * Makefile.in (local-distclean): Also remove fastjar.
12289
70030c01
RB
122902000-12-12 Rodney Brown <RodneyBrown@mynd.com>
12291
12292 * contrib/gcc_update: Add fastjar --touch entries.
12293
2a50f859
AO
122942000-12-12 Alexandre Oliva <aoliva@redhat.com>
12295
12296 * configure.in: Disable language-specific target libraries for
12297 languages that aren't enabled.
12298
7743113b
AG
122992000-12-10 Anthony Green <green@redhat.com>
12300
12301 * configure.in: Define libgcj. Disable libgcj target libraries for
12302 most targets.
12303
92e061a6
NB
123042000-12-10 Neil Booth <neilb@earthling.net>
12305
12306 * MAINTAINERS: Update mail address, remove from WAA list.
12307
f34ff6d6
APB
123082000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
12309
12310 * libjava: Imported from /cvs/java.
12311 * libffi: Likewise.
12312 * Boehm-gc: Likewise.
12313
d82a33c6
APB
123142000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
12315
12316 * configure.in (target_libs): Revert 2000-12-08 patch.
12317 (noconfigdirs): Added target-libjava.
12318
e14f8e28
LB
123192000-12-09 Laurynas Biveinis <lauras@softhome.net>
12320
12321 * djunpack.bat: removed.
12322
fc26516b
LB
123232000-12-09 Laurynas Biveinis <lauras@softhome.net>
12324
12325 * Makefile.in: handle DOS-style absolute paths.
12326 * config-ml.in: likewise.
12327 * symlink-tree: likewise.
12328
bd8757b3
APB
123292000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12330
12331 * fastjar: Imported.
12332
81522a1f
APB
123332000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12334
12335 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
12336 libjava.
12337 * configure.in (target_libs): Removed `target-libjava'.
12338
5db1f7ed
APB
123392000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12340
12341 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
12342 (ALL_MODULES): Added fastjar.
12343 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
12344 (all-target-libjava): all-fastjar replaces all-zip.
12345 (all-fastjar): Added.
12346 (configure-target-fastjar, all-target-fastjar): Likewise.
12347 * configure.in (host_tools): Added fastjar.
12348
5e59997c
MS
123492000-12-07 Mike Stump <mrs@wrs.com>
12350
12351 * Makefile.in (local-distclean): Remove leftover built files.
12352
0a534f40
NC
123532000-11-24 Nick Clifton <nickc@redhat.com>
12354
12355 * configure.in (xscale-elf): Add target.
12356 (xscale-coff): Add target.
12357
7686cadf
LR
123582000-11-22 Loren J. Rittle <ljrittle@acm.org>
12359
e490616e
ZW
12360 * ltcf-cxx.sh: Support creation of C++ shared libraries on
12361 recent versions of FreeBSD (release 3 or later).
12362 * ltconfig: On FreeBSD, -lc must not be provided when building
12363 a shared library or else the standard -pthread gcc option is
12364 rendered worthless to later users of the built library.
7686cadf 12365
fff01699
FF
123662000-11-16 Fred Fish <fnf@be.com>
12367
12368 * configure.in (enable_libstdcxx_v3): Fix typo,
12369 libstd++ -> libstdc++.
12370
4dc16355
KL
123712000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12372
12373 * MAINTAINERS: Add self to Write After Approval list.
12374
bf6fc7b2
BS
123752000-11-21 Bernd Schmidt <bernds@redhat.com>
12376
12377 * MAINTAINERS: Update my email address. Add myself to global write
12378 privs list.
12379
ce8e06b1
AO
123802000-11-18 Alexandre Oliva <aoliva@redhat.com>
12381
6e2a4843
AO
12382 * Makefile.in: Merge with src and libgcj.
12383 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
12384 configure-target-<library> when their configure scripts need the C
12385 or C++ library to have already been built to work properly.
12386 (do_proto_toplev): Set them to an empty string.
12387
ce8e06b1
AO
12388 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
12389 (REALLY_SET_LIB_PATH): Use them.
12390
c003f378
SS
123912000-11-17 Stan Shebs <shebs@apple.com>
12392
12393 * MAINTAINERS: Add self to Write After Approval list.
12394
cc1e60ea
JM
123952000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12396
12397 * configure: Provide the original toplevel configure arguments
12398 (including $0) to subprocesses in the environment rather than
12399 through gcc/configargs.h.
12400
1173593d
JM
124012000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12402
12403 * MAINTAINERS: Remove references to cccp. Change C9X reference to
12404 C99. Alphabetise "Write After Approval" list.
12405
520907ee
MM
124062000-11-12 Mark Mitchell <mark@codesourcery.com>
12407
34f6fbdb
MM
12408 * configure: Turn on libstdc++ V3 by default.
12409
520907ee
MM
12410 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
12411 if we've got GCC.
12412
0bbd37ed
PB
124132000-11-11 Philip Blundell <philb@gnu.org>
12414
12415 * MAINTAINERS: Add self to Write After Approval list.
12416
7ca0e6d9
DE
124172000-11-09 David Edelsohn <edelsohn@gnu.org>
12418
12419 * ltcf-c.sh (aix4): Improve shared library configuration; require
12420 exporting symbols.
12421 * ltcf-cxx.sh (aix4): Define.
12422 * ltconfig (aix4): Define library and soname specs appropriate for
12423 AIX. Define command to create export symbols list.
12424
dce2d8b2 12425Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
f559f30b
CF
12426
12427 * config.sub: Add support for Sun Chorus
12428
fc05d516
NC
124292000-10-31 Nick Clifton <nickc@redhat.com>
12430
12431 * MAINTAINERS: Rename <name>@cygnus.com addresses to
12432 <name>@redhat.com. Also installed new email address for Clint
12433 Popetz.
6387a56e 12434
90a0e73f
JM
124352000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
12436
12437 * etc: Remove directory from GCC.
12438
a5e1b548
MM
124392000-10-16 Michael Meissner <meissner@redhat.com>
12440
12441 * configure (gcc/configargs.h): Only create if there is a build GCC
12442 directory created.
12443
6387a56e
EC
124442000-10-16 Matthias Klose <doko@debian.org>
12445
be1db873
MK
12446 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
12447 when configured for libstdc++-v3.
12448
f5fa9a5b
PE
124492000-10-05 Phil Edwards <pme@gcc.gnu.org>
12450
12451 * configure: Save configure arguments to gcc/configargs.h.
12452
61a77fea
PT
124532000-10-04 Philipp Thomas <pthomas@suse.de>
12454
12455 * config.guess: Import CVS version 1.157.
12456 * config.sub: Import CVS version 1.181.
12457
3a4fee66
AP
124582000-10-04 Andris Pavenis <pavenis@latnet.lv>
12459
12460 * Makefile.in (bootstrap): avoid recursion if subdir missing
12461 (cross): ditto
12462 (do-proto-toplev): ditto
12463
3dd7094e
AO
124642000-09-30 Alexandre Oliva <aoliva@redhat.com>
12465
de710532
AO
12466 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
12467 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
12468
3dd7094e
AO
12469 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
12470 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
12471 all affected `configure' scripts.
12472
e592386f
NB
12473Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
12474
12475 * MAINTAINERS: Add self as cpplib co-maintainer.
12476
fba54939
AH
124772000-09-24 Aldy Hernandez <aldyh@redhat.com>
12478
12479 * MAINTAINERS: Add self to Write After Approval list.
12480
2bd429f4
GP
124812000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12482
12483 * INSTALL/README: egcs -> GCC update.
12484
dce2d8b2 12485Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
d733f374
ME
12486
12487 * MAINTAINERS: Add myself to Write After Approval list.
12488
d7ce9a83
KH
124892000-09-15 Kazu Hirata <kazu@hxi.com>
12490
12491 * MAINTAINERS: Add myself to Write After Approval list.
12492
18a53ffe
JL
12493Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
12494
e490616e
ZW
12495 * configure.in: Do not build byacc for hppa64. Provide paths to the
12496 X11 libraries for hppa64.
18a53ffe 12497
f246ff23
SC
124982000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12499
12500 * MAINTAINERS: Add myself as 68hc11 port maintainer.
12501
06298abd
AO
125022000-09-06 Alexandre Oliva <aoliva@redhat.com>
12503
4b92758a
AO
12504 * Makefile.in (all-zlib): Added dummy target.
12505
06298abd
AO
12506 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12507 ltcf-gcj.sh: Updated from libtool multi-language branch.
12508
4d73d07a
AO
125092000-09-05 Alexandre Oliva <aoliva@redhat.com>
12510
12511 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
12512 (bootstrap*): Depend on all-bootstrap.
12513
05d52d78
PT
125142000-09-05 Philipp Thomas <pthomas@suse.de>
12515
12516 * config.guess: Import CVS version 1.156.
12517 * config.sub: Import CVS version 1.179.
12518
3c809ba4
AG
125192000-09-02 Anthony Green <green@cygnus.com>
12520
12521 * Makefile.in (all-gcc): Depend on all-zlib.
12522 (CLEAN_MODULES): Add clean-zlib.
12523 (ALL_MODULES): Add all-zlib.
12524 * configure.in (host_libs): Add zlib.
12525
10ad78a0 125262000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
afd7db25
AO
12527
12528 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
12529 crosses, but add gcc/include to the header search path for them.
12530
b36a9ce3
DB
125312000-08-04 David E. O'Brien <obrien@FreeBSD.org>
12532
12533 * MAINTAINERS: Add self to Write After Approval list.
12534
cb011248
FS
125352000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12536
12537 * config.guess: Import CVS version 1.152.
12538 * config.sub: Import CVS version 1.177.
12539
db310af0
AO
125402000-08-25 Alexandre Oliva <aoliva@redhat.com>
12541
7965440a
AO
12542 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
12543 $targargs to tell whether newlib is going to be built.
12544
db310af0
AO
12545 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
12546 $$r/TARGET_SUBDIR/libio for _G_config.h.
12547
e7977565
AO
125482000-08-23 Alexandre Oliva <aoliva@redhat.com>
12549
12550 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
12551
126bb9ed
DD
125522000-08-22 DJ Delorie <dj@redhat.com>
12553
12554 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
12555
5b0e9d29
AO
125562000-08-22 Alexandre Oliva <aoliva@redhat.com>
12557
12558 * config-ml.in (CC, CXX): Avoid trailing whitespace.
12559 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
12560 sub-configures.
12561
4f3e904e
DD
125622000-08-21 DJ Delorie <dj@redhat.com>
12563
12564 * MAINTAINERS: Add self as a libiberty maintainer
12565
c9635443
AO
125662000-08-16 Alexandre Oliva <aoliva@redhat.com>
12567
12568 * configure.in (libstdcxx_flags): Use
12569 libstdc++-v3/src/libstdc++.INC.
12570
8b2100ba
AO
125712000-08-15 Alexandre Oliva <aoliva@redhat.com>
12572
12573 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
12574
57119aa9
ZW
125752000-08-14 Zack Weinberg <zack@wolery.cumb.org>
12576
eeb943b0
ZW
12577 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
12578
6387a56e 12579 * configure: Make enable_threads and enable_shared defaults
57119aa9
ZW
12580 explicit. Substitute enable_threads into generated Makefiles.
12581 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
12582 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
12583
acffa7c4
GK
125842000-08-13 Geoff Keating <geoffk@cygnus.com>
12585
12586 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
12587
808d8c41
AO
125882000-08-12 Alexandre Oliva <aoliva@redhat.com>
12589
12590 * config-ml.in (CC): Remove bogus duplicate quotation mark from
12591 previous delta.
12592
1fc8c51c 125932000-08-11 Jason Merrill <jason@redhat.com>
85804ec6 12594
1fc8c51c
JM
12595 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
12596 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
12597 (FLAGS_FOR_TARGET): Not here.
12598 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
85804ec6 12599
25698887
AO
126002000-08-11 Alexandre Oliva <aoliva@redhat.com>
12601
12602 * config-ml.in (CC, CXX): Don't introduce a leading space.
12603
10120687
DD
126042000-08-07 DJ Delorie <dj@delorie.com>
12605
12606 * MAINTAINERS: Add self as a DJGPP maintainer
12607
15c758e9
DD
126082000-08-07 DJ Delorie <dj@redhat.com>
12609
12610 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
12611 "if we're also building gcc, and it's a gcc that will run on the
12612 build machine, we want to use its includes instead of the system's
12613 default includes".
12614
2d0de245
JM
126152000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
12616
12617 * MAINTAINERS: Add self to Write After Approval list.
12618
e81b330a
AO
126192000-08-03 Alexandre Oliva <aoliva@redhat.com>
12620
83440c1e
AO
12621 * configure.in (libstdcxx_flags): Don't use `"'.
12622
e81b330a
AO
12623 * config-ml.in: Adjust multilib search paths to the
12624 appropriate multilib tree.
12625
cf95c847
AO
126262000-08-02 Alexandre Oliva <aoliva@redhat.com>
12627
12628 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
12629 commas in $LANGUAGES.
12630
9e9af119
MH
126312000-08-02 Manfred Hollstein <manfredh@redhat.com>
12632
12633 * configure.in: Re-enable all references to libg++ and librx.
12634
606ce391
AO
126352000-08-01 Alexandre Oliva <aoliva@redhat.com>
12636
89820b43
AO
12637 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
12638 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
12639 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
12640 * ltcf-cxx.sh (need_lc): Set based on postdeps.
12641
606ce391
AO
12642 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
12643
04179d4a
AO
126442000-07-31 Alexandre Oliva <aoliva@redhat.com>
12645
12646 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
12647 CXX_FOR_TARGET for sed.
12648
d4eb109c
AO
126492000-07-30 Alexandre Oliva <aoliva@redhat.com>
12650
12651 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
12652 Do not override if already set in the environment or in configure.
12653 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
12654 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
12655
4f4caf92
AO
126562000-07-28 Alexandre Oliva <aoliva@redhat.com>
12657
12658 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
12659 the libtool CVS tree multi-language branch.
12660 * ltconfig, ltmain.sh: Updated.
6387a56e 12661
b87487b6
AO
126622000-07-27 Alexandre Oliva <aoliva@redhat.com>
12663
1670d1ea
AO
12664 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
12665 (clean-target): Depend on it.
12666
b87487b6
AO
12667 * Makefile.in (FLAGS_FOR_TARGET): New macro.
12668 (GCC_FOR_TARGET): Use it.
12669 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
12670 * configure.in: ... here.
12671 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
12672 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
12673
4e81ae98
EC
126742000-07-24 Eric Christopher <echristo@cygnus.com>
12675
12676 * MAINTAINERS: Add self to Write After Approval list.
12677
059ae32c
AO
126782000-07-24 Alexandre Oliva <aoliva@redhat.com>
12679
5b28edd4
AO
12680 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
12681 (configure-target-libchill, configure-target-libobjc): Likewise.
12682
059ae32c
AO
12683 * configure.in: Use the same cache file for all target libs.
12684 * config-ml.in: But different cache files per multilib variant.
12685
1adcd149
MS
126862000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12687
12688 * configure (topsrcdir): Don't use dirname.
12689
2d573dff
JO
126902000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
12691
12692 * MAINTAINERS: Add self to Write After Approval list.
12693
d207ebef
JM
126942000-07-20 Jason Merrill <jason@redhat.com>
12695
12696 * configure.in: Remove all references to libg++ and librx.
12697
12698 * configure, configure.in, Makefile.in: Unify gcc and binutils.
12699
127002000-07-20 Hans-Peter Nilsson <hp@axis.com>
12701
12702 * config.sub: Update to subversions version 2000-07-06.
12703
7b7792d5
AH
127042000-07-12 Andrew Haley <aph@cygnus.com>
12705
12706 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
12707 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
12708
3abaac67
PE
127092000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
12710
12711 * symlink-tree: Check number of arguments.
12712
34be2b36
JW
127132000-07-05 Jim Wilson <wilson@cygnus.com>
12714
12715 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
12716 search path for a g++ extracted from the build tree. This
12717 will allow link tests run by configure scripts in
12718 subdirectories to succeed.
12719
d207ebef
JM
127202000-07-01 Koundinya K <kk@ddeorg.soft.net>
12721
e490616e 12722 * ltconfig: Add support for mips-dde-sysv4.2MP
4e81ae98 12723
0900331b
MH
127242000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12725
12726 * MAINTAINERS: Add myself as loop discovery maintainer.
12727
d207ebef
JM
127282000-06-28 Corinna Vinschen <vinschen@cygnus.com>
12729
12730 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
12731 `os2'. Force ac_cv_exeext to be ".exe" in that case.
12732
127332000-06-19 Timothy Wall <twall@cygnus.com>
12734
12735 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
12736 * config.sub: Add tic54x target.
12737
11a27a76
TM
12738Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
12739
12740 * MAINTAINERS: Add self as Fortran maintainer,
12741 remove Craig Burley.
12742
d207ebef 12743Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
ef0b4ef8 12744
d207ebef
JM
12745 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
12746 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
ef0b4ef8 12747
7758b73f
PT
12748Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
12749
12750 * MAINTAINERS: Add self as i18n maintainer
12751
d207ebef
JM
1275220000-05-21 H.J. Lu (hjl@gnu.org)
12753
e490616e
ZW
12754 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
12755 directory are used if they exist. Make sure
12756 $(build_tooldir)/include is searched for header files,
12757 $(build_tooldir)/lib/ for library files.
d207ebef 12758 (GCC_FOR_TARGET): Likewise.
e490616e 12759 (CXX_FOR_TARGET): Likewise.
d207ebef 12760
bae29210
JL
12761Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
12762
12763 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
12764
d207ebef 12765Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
075dad02
AO
12766
12767 * Makefile.in (configure-target-libiberty): Depend on
12768 configure-target-newlib.
12769
aab0d19d
AO
127702000-05-16 Alexandre Oliva <aoliva@cygnus.com>
12771
12772 * configure.in, Makefile.in: Merge all libffi-related
12773 configury stuff from the libgcj tree.
12774
d207ebef
JM
12775Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
12776
12777 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12778 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
12779
12780Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
12781
12782 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12783 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
3b75d237 12784 current version information. Add to proto-toplev directory.
d207ebef
JM
12785 (gdb-taz): Build do-djunpack.
12786
758c7bd4
DE
127872000-05-15 David Edelsohn <edelsohn@gnu.org>
12788
12789 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
12790
1888228d
AC
12791Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
12792
12793 * MAINTAINERS: Add self to Write After Approval list.
12794
d207ebef
JM
127952000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12796
12797 * ltmain.sh: Preserve in relink_command any environment
12798 variables that may affect the linker behavior.
12799
2d7cc2fe
JL
12800Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
12801
d207ebef
JM
12802 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
12803
12804Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
12805
12806 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
12807
128082000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12809
12810 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
e490616e 12811 with the version name.
2d7cc2fe 12812
ee455968
JE
12813Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
12814
12815 * MAINTAINERS: Add self as bb-reorder maintainer.
12816
73b97e5c
BK
128172000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
12818
12819 * config.if: Tweak.
12820
d207ebef
JM
128212000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
12822
12823 * djunpack.bat: New file.
12824
12825Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
12826
12827 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
3b75d237
AJ
12828 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
12829 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
12830 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
d207ebef 12831
954869eb
DP
128322000-04-16 Dave Pitts <dpitts@cozx.com>
12833
e490616e
ZW
12834 * config.sub (case $basic_machine): Change default for "ibm-*"
12835 to "openedition".
954869eb 12836
eaabe541
AJ
128372000-04-13 Andreas Jaeger <aj@suse.de>
12838
12839 * MAINTAINERS: Added myself.
12840
d207ebef
JM
12841Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
12842
12843 * Makefile.in (gdb-taz): New target. GDB specific archive.
12844 (do-md5sum): New target.
12845 (MD5PROG): Define.
12846 (PACKAGE): Default to TOOL.
12847 (VER): Default to a shell script.
12848 (taz): Rewrite target. Move real work to do-proto-toplev. Include
3b75d237 12849 md5 checksum generation.
d207ebef
JM
12850 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
12851 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
12852 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
3b75d237 12853 insight.tar.bz2): Use gdb-taz to create archive.
d207ebef
JM
12854
12855Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
12856
12857 * configure (warn_cflags): Delete.
12858
0ea6d60c
PDM
12859Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
12860
12861 * MAINTAINERS: Added myself.
12862
17090313 128632000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
719bb4e3 12864 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
17090313 12865
e490616e
ZW
12866 * configure.in (enable_libstdcxx_v3): Add.
12867 (target_libs): Add bits here to switch between libstdc++-v2 and
12868 libstdc++-v3.
12869 * config.if: And this file too.
12870 * Makefile.in: Add libstdc++-v3 targets.
4e81ae98 12871
76b78517
MM
128722000-04-05 Michael Meissner <meissner@redhat.com>
12873
12874 * config.sub (d30v): Add d30v as a basic machine type.
12875
ad242caf
JM
128762000-03-29 Jason Merrill <jason@casey.cygnus.com>
12877
12878 * configure.in: -linux-gnu*, not -linux-gnu.
12879
d4537148
TM
12880Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
12881
12882 * MAINTAINERS: Add self in write-after-approval section.
12883
f152e9d4
JW
12884Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
12885
12886 * MAINTAINERS: Add self as ia64 port maintainer.
12887
6a5fcef1
NB
128882000-03-08 Neil Booth <NeilB@earthling.net>
12889
12890 * MAINTAINERS: Add self in write-after-approval section.
12891
d207ebef 12892Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
1ebe758f 12893
d207ebef
JM
12894 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
12895 (do-tar-bz2): Replace TOOL with PACKAGE.
12896 (gdb.tar.bz2): Remove GDBTK from GDB package.
12897 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
3b75d237 12898 dejagnu.tar.bz2): New packages.
d207ebef
JM
12899
129002000-02-27 Andreas Jaeger <aj@suse.de>
12901
12902 * configure.in: Add entry for mips*-*-linux*, move catch all
12903 *-*-*linux* entry below this one.
12904
129052000-02-27 Ian Lance Taylor <ian@zembu.com>
12906
12907 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
1ebe758f 12908
521fe9d0
NC
129092000-02-24 Nick Clifton <nickc@cygnus.com>
12910
12911 * config.sub: Support an OS of "wince".
12912
d207ebef
JM
12913Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
12914
12915 * config.guess, config.sub: Updated to match config's 2000-02-15
3b75d237 12916 version.
d207ebef 12917
dce2d8b2 129182000-02-23 Linas Vepstas <linas@linas.org>
d207ebef
JM
12919
12920 * config.sub: Add support for Linux/IBM 370.
12921 * configure.in: Likewise.
12922
3a685f6f
NC
129232000-02-22 Nick Clifton <nickc@cygnus.com>
12924
12925 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
12926
dce2d8b2 129272000-02-20 Christopher Faylor <cgf@cygnus.com>
7a15eef5 12928
d207ebef 12929 * config.guess: Guess "cygwin" rather than "cygwin32".
7a15eef5 12930
4746ee26
KG
129312000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12932
12933 * configure (gcc_version): When setting, narrow search to
12934 lines containing `version_string'.
12935
ba96c72d
DC
129362000-02-15 Denis Chertykov <denisc@overta.ru>
12937
12938 * config.sub: Add support for avr target.
12939
77f16a66
NC
129402000-02-14 Nick Clifton <nickc@cygnus.com>
12941
12942 * MAINTAINERS: Add maintainers for MCore port.
12943
784a3a80
HPN
12944Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
12945
12946 * config.sub: Add mmix-knuth-mmixware.
12947
719dd4fa
KG
129482000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12949
12950 * MAINTAINERS: Pair cccp with cpplib maintainership.
12951
dce2d8b2 129522000-01-27 Christopher Faylor <cgf@redhat.com>
d207ebef
JM
12953
12954 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
12955 structure stuff to -L library search.
12956 (CXX_FOR_TARGET): Ditto.
12957 (CROSS_CHECK_MODULES): Fix spelling mistake.
12958
7a53e94b
MM
129592000-01-24 Mark Mitchell <mark@codesourcery.com>
12960
12961 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
12962 the C++ compiler.
12963
0da3b5a7
RH
129642000-01-12 Richard Henderson <rth@cygnus.com>
12965
12966 * configure.in: Don't build some bits for beos.
12967
02368d6d
JS
129682000-01-12 Joel Sherrill (joel@OARcorp.com)
12969
12970 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
12971 as include files.
12972
2e76d35c
ZW
129732000-01-11 Zack Weinberg <zack@wolery.cumb.org>
12974
12975 * Add self as cpplib maintainer, as requested by Jason
12976 Merrill. Correct my e-mail address.
12977
4c25fdcf
GK
129782000-01-06 Geoff Keating <geoffk@cygnus.com>
12979
12980 * configure.in: Use mt-aix43 to handle *_TARGET defs,
12981 not mh-aix43.
12982
188e3966
HPN
12983Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
12984
12985 * MAINTAINERS: Add myself to "write after approval" list.
12986
c2f5d030
RH
129871999-12-14 Richard Henderson <rth@cygnus.com>
12988
12989 * config.guess (alpha-osf, alpha-linux): Detect ev67.
12990 * config.sub: Accept alphaev[78], alphaev8.
12991
eeda916a
AO
129921999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12993
12994 * config.guess, config.sub: Update from autoconf.
12995
b3bd7820
BK
129961999-11-29 Bruce Korb <autogen@linuxbox.com>
12997
2c290989 12998 * MAINTAINERS: update my playtime e-address.
b3bd7820 12999
1882b2b1
RO
13000Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13001
13002 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
13003 necessary libraries are missing.
13004
dce2d8b2 13005Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
2395f805
DN
13006
13007 * MAINTAINERS: Add new 'write after approval' maintainer.
13008
1e25de97
APB
13009Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
13010
13011 * MAINTAINERS: Add new Java maintainer.
13012
1722c704
AS
130131999-10-25 Andreas Schwab <schwab@suse.de>
13014
13015 * configure: Fix quoting inside arguments of eval.
13016
8141abe8
NC
130171999-10-21 Nick Clifton <nickc@cygnus.com>
13018
13019 * config-ml.in: Allow suppression of some ARM multilibs.
13020
0b77644a
LV
13021Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
13022
13023 * config.guess: Add OS/390 match pattern.
13024 * config.sub: Add mvs, openedition targets.
13025 * configure.in (i370-ibm-opened*): New.
13026
d207ebef
JM
130271999-09-04 Steve Chamberlain <sac@pobox.com>
13028
13029 * config.sub: Add support for configuring for pj.
13030
130311999-08-31 Nick Clifton <nickc@cygnus.com>
13032
13033 * config.sub (maybe_os): Add support for configuring for fr30.
13034
af13ebe9
NC
130351999-08-25 Nick Clifton <nickc@cygnus.com>
13036
13037 * configure.in: Do not configure or build ld for AIX
13038 platforms. ld is known to be broken on these platforms.
13039
1250c760
RO
13040Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13041
13042 * config-ml.in: Pass compiler flag corresponding to multidirs to
13043 subdir configures.
13044
d207ebef
JM
130451999-08-09 Ian Lance Taylor <ian@zembu.com>
13046
13047 * Makefile.in (LDFLAGS): Define.
13048
130491999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
13050
13051 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
13052 noconfigdirs.
13053 (*-*-cygwin*): Likewise.
13054
130551999-08-08 Ian Lance Taylor <ian@zembu.com>
13056
13057 * mkdep: New file.
13058 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
13059 (BINUTILS_SUPPORT_DIRS): Add mkdep.
13060
13061 From Eli Zaretskii <eliz@is.elta.co.il>:
13062 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
13063 long file name when using DJGPP on MS-DOS.
13064
dbd83e11
JL
13065Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
13066
13067 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
13068
d207ebef
JM
130691999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
13070
13071 * Makefile.in (check-target-libio): Remove all-target-libstdc++
13072 dependency as this causes "make check" to globally "make all"
13073
cd1f4c2c
TT
13074Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
13075
13076 * configure.in (target_libs): Added target-zlib.
13077 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
13078 (CONFIGURE_TARGET_MODULES): Likewise.
13079 (CHECK_TARGET_MODULES): Likewise.
13080 (INSTALL_TARGET_MODULES): Likewise.
13081 (CLEAN_TARGET_MODULES): Likewise.
13082 (configure-target-zlib): New target.
13083 (all-target-zlib): Likewise.
13084 (all-target-libjava): Depend on all-target-zlib.
13085 (configure-target-libjava): Depend on configure-target-zlib.
13086
13087 * Makefile.in (configure-target-libjava): Depend on
13088 configure-target-newlib.
13089 (configure-target-boehm-gc): New target.
13090 (configure-target-qthreads): New target.
13091
e490616e
ZW
13092 * configure.in (target_libs): Added target-qthreads.
13093 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
13094 (CONFIGURE_TARGET_MODULES): Likewise.
13095 (CHECK_TARGET_MODULES): Likewise.
13096 (INSTALL_TARGET_MODULES): Likewise.
13097 (CLEAN_TARGET_MODULES): Likewise.
13098 (all-target-qthreads): New target.
13099 (configure-target-libjava): Depend on configure-target-qthreads.
13100 (all-target-libjava): Depend on all-target-qthreads.
cd1f4c2c
TT
13101
13102 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
13103 (CONFIGURE_TARGET_MODULES): Likewise.
13104 (CHECK_TARGET_MODULES): Likewise.
13105 (INSTALL_TARGET_MODULES): Likewise.
13106 (CLEAN_TARGET_MODULES): Likewise.
13107 (all-target-libjava): New target.
13108 (all-target-boehm-gc): Likewise.
13109 * configure.in (target_libs): Added libjava, boehm-gc.
13110
d207ebef
JM
131111999-07-22 Ian Lance Taylor <ian@zembu.com>
13112
13113 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
13114 configure.bat in SUPPORT_FILES.
13115 (gas+binutils.tar.bz2): Likewise.
13116
13117 * makeall.bat: Remove; obsolete.
13118
131191999-07-21 Ian Lance Taylor <ian@zembu.com>
13120
13121 From Mark Elbrecht:
13122 * configure.bat: Remove; obsolete.
13123
131241999-07-11 Ian Lance Taylor <ian@zembu.com>
13125
13126 * configure: Add -W -Wall to the default CFLAGS when compiling with
13127 gcc.
13128
13129Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
13130
13131 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
13132
131331999-06-30 Mark Mitchell <mark@codesourcery.com>
13134
13135 * configure.in: Build ld on IRIX6.
13136
131371999-06-12 Ian Lance Taylor <ian@zembu.com>
13138
13139 * Makefile.in: Change distribution targets to use bzip2 instead of
13140 gzip.
13141 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
13142 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
13143
131441999-06-04 Nick Clifton <nickc@cygnus.com>
13145
13146 * config.sub: Add mcore target.
13147
26d088fa
CD
13148Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
13149
13150 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
13151
c2c08b29
L
13152Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
13153
13154 * config.guess (dummy): Changed to $dummy.
13155
671d0648
NC
131561999-05-24 Nick Clifton <nickc@cygnus.com>
13157
13158 * config.sub: Tidied up case statements.
13159
b1345c72
BE
131601999-05-22 Ben Elliston <bje@cygnus.com>
13161
51ccbd8d
BE
13162 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
13163 <jiro@din.or.jp>.
13164
b1345c72
BE
13165 * config.guess: Merge with FSF version. Future changes will be
13166 more accurately recorded in this ChangeLog.
13167 * config.sub: Likewise.
13168
2caf864f
SM
13169Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
13170
13171 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
13172
d207ebef
JM
131731999-04-30 Tom Tromey <tromey@cygnus.com>
13174
13175 * ltmain.sh: [mode link] Always use CC given by ltconfig.
13176
90fb0c24
TT
131771999-04-23 Tom Tromey <tromey@cygnus.com>
13178
13179 * ltconfig, ltmain.sh: Update to libtool 1.2f.
13180
d207ebef
JM
131811999-04-20 Drew Moseley <dmoseley@cygnus.com>
13182
13183 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
13184 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
13185 Bad merge removed these two changes.
13186
3516940d 13187Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
e490616e 13188 Martin Heller (Ing.-Buero_Heller@t-online.de)
3516940d
DT
13189
13190 * config.guess (interix Alpha): Add.
13191
d207ebef
JM
131921999-04-11 Richard Henderson <rth@cygnus.com>
13193
13194 * configure.in (i?86-*-beos*): Do config gperf; don't config
13195 gdb, newlib, or libgloss.
13196
e891fbfe 13197Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 13198
e891fbfe
AO
13199 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
13200 link a trivial program with -mabi=64. If it fails, remove mabi=64
13201 from multidirs.
13202
f9ae47d6
PT
13203Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
13204
13205 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
13206
d207ebef
JM
132071999-04-08 Nick Clifton <nickc@cygnus.com>
13208
13209 * config.sub: Add support for mcore targets.
13210
132111999-04-07 Michael Meissner <meissner@cygnus.com>
13212
13213 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
13214 not mt-ospace, in order to shut up assembler warning about using
13215 symbols that are named the same as registers.
13216
132171999-04-07 Drew Moseley <dmoseley@cygnus.com>
13218
13219 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
13220 dependency list for all-target-cygmon.
13221
132221999-04-05 Doug Evans <devans@casey.cygnus.com>
13223
13224 * config-ml.in: Check $host, not $target, for selective multilibs.
13225 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
13226 thumb interworking, and underscore prefix multilibs.
13227
132281999-04-04 Ian Lance Taylor <ian@zembu.com>
13229
13230 * missing: Update to version from current automake.
13231
88101ab9
L
13232Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
13233
13234 * configure (gxx_include_dir): Removed.
13235
13236 * configure.in (gxx_include_dir): Handle it.
13237 * Makefile.in: Likewise.
13238
d207ebef
JM
132391999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
13240
13241 * config.sub (mips64vr4111,mips64vr4111el) Add.
13242
132431999-03-21 Ben Elliston <bje@cygnus.com>
13244
e490616e 13245 * config.guess: Correct typo for detecting ELF on FreeBSD.
d207ebef 13246
8dc91cbe
ME
13247Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
13248
8dc91cbe
ME
13249 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
13250 config/mh-djgpp.
13251
d207ebef
JM
13252Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
13253
13254 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
13255 all-target-newlib to dependency list for all-target-bsp.
13256
926bb5ed
MK
13257Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
13258
13259 * config.sub: Add i386-uwin support.
13260 * config.guess: Likewise.
13261
4a6e3000
FS
13262Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13263
13264 * configure.in: cleanup, add mh-*pic handling for arm, special
13265 case powerpc*-*-aix*
13266
d207ebef
JM
13267Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
13268
13269 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
13270 can be built.
13271
13272Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
13273
13274 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
3b75d237 13275 targets.
d207ebef 13276
71c91078
NC
132771999-03-02 Nick Clifton <nickc@cygnus.com>
13278
13279 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
13280
282e5df8
GN
13281Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
13282
13283 * config.sub: Check for "cygwin*" rather than "cygwin32*"
13284
1de558ee
NC
132851999-02-24 Nick Clifton <nickc@cygnus.com>
13286
13287 * config.sub: Fix typo in arm recognition.
13288
d207ebef
JM
13289Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
13290
13291 * configure.in (noconfigdirs): Changed target_configdirs to
13292 include target-bsp only for m68k-*-elf* and m68k-*-coff*
13293 rather than m68k-*-* since it is not known to work on
13294 m68k-aout. Ditto for arm-*-*oabi.
13295
13296Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
13297
13298 * configure.in (*-*-windows*): Remove, no longer used.
d207ebef
JM
13299
133001999-02-19 Ben Elliston <bje@cygnus.com>
13301
13302 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
13303 Smart and improved by Andrew Cagney.
13304
fab7445a
ME
13305Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
13306
13307 * config.guess: Recognize openbsd-*-hppa.
13308
8ccdc228
L
13309Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
13310
13311 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
13312 only if it is not empty.
13313
3b7265ff
NC
133141999-02-17 Nick Clifton <nickc@cygnus.com>
13315
13316 Patch from: Scott Bambrough <scottb@corelcomputer.com>
4e81ae98 13317
d207ebef 13318 * config.guess: Modified to recognize uname's armv* syntax.
3b7265ff
NC
13319
13320 * config.sub: Modified to recognize uname's armv* syntax.
13321
d207ebef
JM
133221999-02-17 Mark Salter <msalter@cygnus.com>
13323
13324 * configure.in: Added target-bsp for sparclite.
13325
13326Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
13327
13328 * config.sub: Recognize alphapca5[67] and up to alphaev8.
13329
133301999-02-08 Nick Clifton <nickc@cygnus.com>
13331
13332 * configure.in: Add support for strongarm port.
13333 * config.sub: Add support for strongarm target.
13334
c48dd3f5 13335Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
4e81ae98 13336
c48dd3f5
MK
13337 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
13338 the old name config/mh-cygwin32.
13339 Enable texinfo.
13340
d207ebef
JM
13341Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
13342
13343 * configure.in: Do build ld for ix86 Solaris.
13344
ecd62820
JW
13345Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
13346
13347 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
13348 $AR_FOR_TARGET. Likewise for RANLIB.
13349
bbd8fa7f 13350Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
4e81ae98 13351
e490616e
ZW
13352 * config.sub (oabi): Recognize.
13353 * configure.in (arm-*-oabi): Handle.
bbd8fa7f 13354
0397442c
RL
13355Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
13356
13357 * config.guess: Improve detection of i686 on UnixWare 7.
13358
c9ffaa63
MK
13359Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
13360
13361 * config.guess: Add support for i386-pc-interix.
13362 * config.sub: Likewise.
13363 * configure.in: Likewise.
c9ffaa63 13364
d207ebef
JM
13365Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
13366
13367 * Makefile.in: Remove unneeded all-target-libio from
13368 from all-target-winsup target since it is now unneeded.
13369 Add all-target-libtermcap in its place since it is now
13370 needed.
13371
13372Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
13373
13374 * configure.in: makefile stub for cygwin target is probably
13375 unnecessary. Remove it for now.
d207ebef
JM
13376
13377Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
13378
13379 * configure.in: libtermcap.a should be built when cygwin is the
13380 target as well as the host.
13381 * config.guess: Allow mixed case in cygwin uname output.
13382 * Makefile.in: Add libtermcap target.
d207ebef 13383
ebe12325
JL
13384Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
13385
13386 * config.sub: Clean up handling of hppa2.0.
13387
57057b67
RB
13388Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
13389
13390 * config.guess: Use C code to identify more HP machines.
13391
f8670be1
JL
13392Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
13393
13394 * config.sub: Handle hppa2.0.
13395
d207ebef
JM
13396Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
13397
13398 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
3b75d237 13399 cygmon for all sparclite targets, regardless of object format.
d207ebef
JM
13400
134011998-12-15 Mark Salter <msalter@cygnus.com>
13402
13403 * configure.in: Added target-bsp for several target architectures.
13404
13405 * Makefile.in: Added rules for bsp.
13406
d1a09590
JL
13407Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
13408
13409 * config.guess: Improve detection of hppa2.0 processors.
13410
13411Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
13412
13413 * config.guess: Recognize FreeBSD using ELF automatically.
13414
71205e0b
MH
134151998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
13416
13417 * configure (skip-this-dir): Add handling for new shell script, which
13418 might be created by a sub-directory's configure to indicate, this particular
13419 directory is "unwanted".
13420 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
13421
d207ebef
JM
13422Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
13423
13424 * ltconfig: import from libtool, after changing libtool to
13425 account for the cygwin name change.
13426
13427Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
13428
13429 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
13430 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
13431
13432Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
13433
13434 * configure.in: Add libtermcap to list of cygwin dependencies.
13435
13436Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
13437
e490616e
ZW
13438 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
13439 they include winsup/include when it's a cygwin target.
d207ebef
JM
13440
134411998-11-12 Tom Tromey <tromey@cygnus.com>
13442
13443 * configure.in (host_tools): Added zip.
13444 * Makefile.in (all-target-libjava): Depend on all-zip.
13445 (all-zip): New target.
13446 (ALL_MODULES): Added all-zip.
13447 (NATIVE_CHECK_MODULES): Added check-zip.
13448 (INSTALL_MODULES): Added install-zip.
13449 (CLEAN_MODULES): Added clean-zip.
13450
13451Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
13452
13453 * Makefile.in: lose "32" from comment about cygwin.
13454
13455Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
13456
13457 * configure.in: Use -Os to build target libraries for the fr30.
13458
13459Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
13460
13461 * config.sub: Add fr30.
13462
13463Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
13464
e490616e 13465 * configure.in: drop "32" from config/mh-cygwin32. Check
d207ebef
JM
13466 cygwin* instead of cygwin32*.
13467 * config.sub: Check cygwin* instead of cygwin32*.
13468
d2ec8b39
RL
13469Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
13470
13471 * config.guess: Match any version of Unixware7.
13472
d207ebef
JM
134731998-10-20 Syd Polk <spolk@cygnus.com>
13474
13475 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
13476 if desired.
13477
35cd2565
JL
13478Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
13479
13480 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
13481 these if the appropriate directories and files to not exist.
13482
52d4e5b7
JL
13483Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
13484
13485 * Makefile.in (DEVO_SUPPORT): Add config.if.
13486
38ada91e
MH
13487Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
13488
13489 * configure: Add pattern to replace "build_tooldir"'s
13490 definition in the generated Makefile with "tooldir"'s
13491 actual value.
13492
e44e84da
JL
13493Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
13494
56a8387f
JL
13495 * config.sub: Bring back lost sparcv9.
13496
e44e84da
JL
13497 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
13498
5cb95c7a
JL
13499Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
13500
13501 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
13502 CC_FOR_TARGET and friends.
13503
13504Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 13505
ceff9b14
AO
13506 * Makefile.in (build_tooldir): New variable, same as tooldir.
13507 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
13508 -B$(build_tooldir)/bin/.
13509 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5cb95c7a 13510
f2d11dcd
GP
13511Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13512
13513 * README: Remove installation instructions and refer to the
13514 INSTALL directory instead.
13515
73a6d2e7 13516Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
d207ebef 13517
73a6d2e7
RL
13518 * config.sub: Add support for i[34567]86-pc-udk.
13519 * configure.in: Likewise.
13520
5d4a5ee6
JL
13521Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
13522
13523 * Makefile.in: add bzip2 package building bits for user
13524 tools module
13525 * configure.in: ditto
13526
6fc19d6d
JL
13527Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
13528
13529 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
13530 (ALL_TARGET_MODULES): Add all-target-libobjc.
13531 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13532 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13533 (all-target-libchill): Add dependencies.
13534 * configure.in (target_libs): Add libchill.
4e81ae98 13535
f653f0ab
MH
135361998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
13537
13538 * configure.in (target_subdir): Remove duplicate line.
13539
5d4a5ee6
JL
13540Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
13541
13542 * Makefile.in (all-automake): fix dependencies.
13543
494933e4
JL
13544Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
13545
13546 * configure.in: Minor cleanups for building in the $(target_alias)
13547 subdir.
13548
f6b58262
JW
135491998-09-22 Jim Wilson <wilson@cygnus.com>
13550
13551 * Makefile.in (bootstrap): Set r and s before make all. Use
13552 BASE_FLAGS_TO_PASS in make all.
13553 (cross): Likewise.
13554
27c7a08d
MM
135551998-09-20 Mark Mitchell <mark@markmitchell.com>
13556
13557 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
13558
e67afd1e
RH
13559Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
13560
13561 * config.sub: Fix typo in last change.
13562
8e44ac71
MH
135631998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13564
13565 * config.sub: Add support for C4x target.
13566 * configure.in: Likewise.
13567
d7496fbb
DM
135681998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
13569
13570 * config.sub: Recognize sparcv9 just like sparc64.
13571
22097bd1
RL
13572Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
13573
13574 * config.guess: Match "Pent II" or "PentII" for OpenServer.
13575
4b877abd
JL
13576Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
13577
2c8ec9a2
JL
13578 * config.guess: Correctly identify Pentium II sco boxes.
13579
4b877abd
JL
13580 * config.guess: Fix "tr" code. From Weiwen Liu.
13581
ab03db52
JH
13582Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
13583
13584 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
13585 stabs.
13586
b54db294
JL
13587Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
13588
13589 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
13590 (ALL_TARGET_MODULES): Add all-target-libchill.
13591 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13592 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13593 (all-target-libchill): Add dependencies.
13594 * configure.in (target_libs): Add libchill.
13595
bf48dd73
LW
13596Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
13597
13598 * config.guess: Avoid assumptions about "tr" behaves when
13599 LANG is set to something other than English.
13600
a3cbd105
L
13601Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
13602
13603 * configure (gxx_include_dir): Changed to
13604 '${prefix}/include/g++'-${libstdcxx_interface}.
13605
13606 * config.if: New to determine the interfaces.
13607
c4acd909
MK
13608Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
13609
13610 * config.guess: Detect and handle MPE/IX.
13611 * config.sub: Deal with MPE/IX.
13612
9ea97665
DE
13613Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
13614
13615 * configure.in: Use mh-aix43.
13616
0ce065bd
MH
136171998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
13618
13619 * configure: Fix --without/--disable cases for gxx-include-dir.
13620
5d4a5ee6
JL
13621Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
13622
13623 * mdata-sh: Imported. Needed for automake support.
13624
13625Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
13626
13627 * Makefile.in (taz): Try "chmod -R og=u ." before
13628 "chmod og=u `find . -print`".
13629
13630Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
13631
13632 * configure.in: Add arm-elf and thumb-elf support.
13633
13634Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
13635
13636 * Makefile.in: Undo previous patch.
13637
13638Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
13639
13640 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
13641 to here ...
13642 (install-no-fixedincludes): and here
13643 (INSTALL_MODULES): ... from here.
13644
466456d9
ILT
13645Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
13646
13647 * config.sub: Merge with FSF.
13648
1b409d25
ILT
13649 * config.guess: Merge with FSF.
13650
d207ebef
JM
13651Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
13652
13653 * configure (extraconfigdirs): New variable.
13654 (SUBDIRS): Add extraconfigdirs and recurse on them too.
13655 * Makefile.in (all): Move higher in file.
13656 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
13657 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
13658 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
13659 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
13660 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
13661
136621998-07-23 Brendan Kehoe <brendan@cygnus.com>
13663
13664 * Makefile.in (all-target-libjava): Depend on all-gcc and
13665 all-target-newlib.
13666 (configure-target-libjava): Depend on $(ALL_GCC).
13667
7f1937c1
RL
13668Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
13669
13670 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
13671 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
13672
2ada2bd6
ML
13673Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
13674
13675 * INSTALL/README: Fix typo.
13676
1e025bde
ML
13677Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
13678
5d4a5ee6
JL
13679 * ylwrap: Change absolute path checks to check for DOS style path
13680 names.
1e025bde 13681
5d4a5ee6
JL
13682 * ylwrap: Don't use a full path name if the source file is in the
13683 same directory. From hjl@lucon.org (H.J. Lu).
1e025bde 13684
6755ff73
ILT
13685 * config-ml.in: Default to being verbose, to match Feb 18 change to
13686 configure.
13687
5d4a5ee6
JL
13688Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
13689
13690 Brought over from egcs:
13691
13692 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
13693
13694 * configure.in (target_subdir): Set to ${target_alias} instead
13695 of "libraries".
13696
13697 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
13698
13699 * configure.in (target_subdir): Set to libraries if enable_multilib.
13700
13701Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
13702
13703 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
13704 multilibs, force reconfiguration the first time we create
13705 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
13706
13707Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
13708
13709 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
13710 avoid confusion with --no-recursion.
13711
13712Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
13713
13714 * configure.in: Win32 hosts shouldn't use install -x
13715 * install-sh: remove -x option, and special .exe-handling
13716 hack.
13717
d207ebef
JM
13718Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
13719
13720 * config.guess: Recognize i586-pc-beos.
13721 * configure.in: Don't build some bits for beos.
13722
fbd836fc
ILT
13723Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
13724
5d4a5ee6
JL
13725 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
13726 CFLAGS default to -O2.
13727
fbd836fc
ILT
13728 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
13729 when using GNU ld.
13730
13731Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
13732
13733 * ltmain.sh: Correct install when using a different shell.
13734
13735Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
13736
13737 * ltconfig, ltmain.sh: Update to libtool 1.2b.
13738
d207ebef
JM
13739Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
13740
13741 * makefile.vms: Update to build binutils/makefile.vms. Add install
13742 target.
fbd836fc
ILT
13743
13744Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
13745
13746 * ltconfig: Update to correct AIX handling.
13747
69b471bc
JL
13748Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
13749
81241b5e
JL
13750 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
13751
69b471bc
JL
13752 * configure.in (target_subdir): Set to ${target_alias} instead
13753 of "libraries".
13754
bedf82df
MH
137551998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
13756
13757 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
13758 (Makefile): Depend on $(gcc_version_trigger).
13759
13760 * configure (gcc_version): Change default initializer to empty
13761 string.
13762 (gcc_version_trigger): New variable; pass this variable down
13763 to subdir configures to enable them checking gcc's version
13764 themselves. Emit make macros for both gcc_version vars.
13765 (topsrcdir): Initialize reliably.
13766 (recursion line): Remove --with-gcc-version=${gcc_version}.
13767
28e449d8
MH
137681998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
13769
13770 * configure (enable_version_specific_runtime_libs): Implement new flag
bedf82df
MH
13771 --enable-version-specific-runtime-libs which installs C++ runtime stuff
13772 in $(libsubdir); emit definition in each generated Makefile.
13773 (gxx_include_dir): Initialize depending on
13774 $enable_version_specific_runtime_libs.
28e449d8 13775
50c4c9f7
MH
137761998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
13777
13778 * configure (gcc_version): Initialize properly depending on
13779 how and where configure is started.
13780 (recursion line): Pass a --with-gcc-version=${gcc_version}
13781 to configures in subdirs.
13782
d207ebef
JM
13783Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
13784
13785 * configure.in (noconfigdirs): Add configure pattern for mips tx39
3b75d237 13786 cygmon
d207ebef 13787
5d4a5ee6
JL
13788Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
13789
13790 * configure.in: Add cygmon and libstub support for mn10200.
13791
2f96399b
MH
137921998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
13793
13794 * configure (gcc_version): Add new variable describing the
13795 particular gcc version we're building.
13796 * Makefile.in (libsubdir): Add new macro for the directory
13797 in which the compiler finds executables, libraries, etc.
13798 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
13799 and libsubdir.
13800
c4137c50
AO
13801Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13802
ceff9b14
AO
13803 * Makefile.in (local-clean): Remove *.log.
13804 (warning.log): Built with warn_summary from build.log.
13805 (mail-report.log): Run test_summary.
13806 (mail-report-with-warnings.log): Run test_summary including
13807 warning.log in the report.
c4137c50 13808
276d5ee0
RL
13809Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
13810
13811 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
13812
5d4a5ee6
JL
13813Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
13814
13815 * Makefile.in (grep): Grep no longer depends on libiberty.
13816
13817Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
13818
13819 * Makefile.in: all-snavigator needs all-libgui.
13820
13821Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
13822
13823 * configure.in: Add cygmon and libstub support for mn10300.
13824
8af14275
ILT
13825Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
13826
13827 * missing: Update to version from automake 1.3.
13828
fbd836fc
ILT
13829 * ltmain.sh: On installation, don't get confused if the same name
13830 appears more than once in the list of library names.
13831
466456d9
ILT
13832Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
13833
13834 * config.sub: Accept m68060 and m5200 as CPU names.
13835
5d4a5ee6
JL
13836Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
13837
13838 * configure: Use && rather than using -a in test, because odd
13839 strings can confuse test.
13840 * configure.in: Likewise.
13841
fbd836fc
ILT
13842Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
13843
13844 * ltconfig, ltmain.sh: Bring in Visual C++ support.
13845
f0983958
AO
13846Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13847
13848 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ceff9b14 13849 bootstrap4-lean): New targets.
f0983958 13850
bfed1ea0
JL
13851Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
13852
13853 * mpw-* Delete. Not used.
13854
5d4a5ee6
JL
13855Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
13856
13857 * COPYING.LIB: Update FSF address.
13858
bfed1ea0
JL
13859Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
13860
13861 * ltconfig, ltmain.sh: Update to libtool 1.2a.
13862
5d4a5ee6
JL
13863 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
13864 GAS_SUPPORT_DIRS.
13865
bfed1ea0
JL
13866Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
13867
13868 * ltconfig, ltmain.sh: Avoid producing a version number if
13869 -version-info was not used.
13870
5d4a5ee6
JL
13871Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
13872
13873 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
13874 building with newlib.
13875
138761998-04-30 Paul Eggert <eggert@twinsun.com>
13877
d207ebef 13878 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
4e81ae98 13879 Solaris `make' causes it to continue to next definition.
d207ebef
JM
13880
13881Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
13882
13883 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
13884 the right GUI libraries and files are installed along with GDB.
5d4a5ee6
JL
13885
13886Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
13887
13888 * configure.in: Change alpha to alpha* in several places.
13889
d207ebef
JM
13890Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
13891
13892 * config.sub: Recognize sparc86x.
13893
77be0cab
MM
13894Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
13895
13896 * configure.in (--enable-target-optspace): Remove debug echo.
13897
62441128
JW
13898Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
13899
13900 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
13901
bfed1ea0
JL
13902Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
13903
13904 * ltconfig: Update cygwin32 support.
13905
5d4a5ee6
JL
13906 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
13907 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
13908 (GDB_SUPPORT_DIRS): Likewise.
13909
3f4ea1de
MM
13910Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
13911
13912 * configure.in (target_makefile_frag): If --enable-target-optspace,
13913 use -Os to compile target libraries rather than -O2. Default to
d207ebef
JM
13914 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
13915 not used.
13916 * configure.in (target_cflags): Ditto for d30v.
3f4ea1de 13917
5d4a5ee6
JL
13918Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
13919
13920 * Makefile.in (all-bfd): Depend on all-intl.
13921 (all-binutils): Likewise.
13922 (all-gas): Likewise.
13923 (all-gprof): Likewise.
13924 (all-ld): Likewise.
13925
139261998-04-19 Brendan Kehoe <brendan@cygnus.com>
13927
13928 * configure.in (host_tools): Fix typo, lbtool -> libtool.
13929
bfed1ea0
JL
13930Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
13931
5d4a5ee6
JL
13932 * Makefile.in (all-bfd): Depend upon all-libiberty.
13933
bfed1ea0
JL
13934 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
13935
5d4a5ee6
JL
13936Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
13937
13938 * Makefile.in: Add libstub.
13939
13940 * configure.in: Ditto. Build libstub for targets that have cygmon
13941 support.
13942
13943Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
13944
13945 * configure.in: Don't set PICFLAG on ix86-cygwin32.
13946
13947Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
13948
13949 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
13950 use mh-sysv5 if specified. Support gprof on SCO Open Server.
13951
ec8d6ddc
KW
13952Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
13953
13954 * configure: Define DEFAULT_M4 by searching PATH.
13955 * Makfile.in: Use DEFAULT_M4.
13956
bfed1ea0
JL
13957Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
13958
13959 * ltconfig: Add cygwin32 support.
13960
5d4a5ee6
JL
13961 * Makefile.in, configure.in: Add libtool as a native only directory
13962 to configure and build.
13963
547a6183
JL
13964Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
13965
13966 * Makefile.in (INSTALL_MODULES): Remove texinfo.
13967
5d4a5ee6 13968Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
d207ebef 13969
5d4a5ee6
JL
13970 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
13971
13972Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
13973
13974 * Makefile.in: add ash make rules
13975 * configure.in: add ash to native_only and host_tools lists
13976
13977Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
13978
13979 * Makefile.in (all-gettext, all-intl): New targets.
13980 (ALL_MODULES): Added all-gettext, all-intl.
13981 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
13982 (INSTALL_MODULES): Added install-gettext, install-intl.
13983 (CLEAN_MODULES): Added clean-gettext, clean-intl.
13984
13985 * configure.in (host_tools): Added gettext.
13986 (native_only): Likewise.
13987 (noconfigdirs) [various cases]: Likewise.
13988 (host_libs): Added intl.
13989
d207ebef
JM
13990Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
13991
13992 * configure: Do not disable building gdbtk for cygwin32 hosts.
13993
e98e406f
NC
13994Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
13995
13996 * configure.in: Add thumb-coff target.
13997 * config.sub: Add thumb-coff target.
13998
5d4a5ee6
JL
13999Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
14000
14001 * Makefile.in: Revert yesterday's change.
14002 (all-target-winsup): all-target-librx stays out of here.
14003
14004Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
14005
14006 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
14007 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
14008 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
14009 Remove references to librx and libg++.
14010
14011Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
14012
14013 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
14014 recursive makes
14015
bfed1ea0
JL
14016Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
14017
14018 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
d207ebef 14019 for newlib directory.
bfed1ea0
JL
14020 (CXX_FOR_TARGET): Likewise.
14021
14022Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
14023
14024 * ltconfig: Update after libtool/ltconfig.in change for
14025 hpux11.
14026
14027Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
14028
14029 * ltconfig, ltmain.sh: Update to libtool 1.2.
14030
3cd730af
MH
14031Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
14032
14033 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
14034 (install-gcc-cross): Instead, override LANGUAGES here.
14035
80564603
DL
140361998-03-18 Dave Love <d.love@dl.ac.uk>
14037
14038 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
14039 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
14040
d207ebef
JM
14041Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
14042
14043 * configure.in: Add Thumb-pe target.
14044
5d4a5ee6 14045Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
d207ebef 14046
5d4a5ee6
JL
14047 * Makefile.in - changed sn targets to snavigator
14048 * configure.in - changed sn targets to snavigator
14049
2d4a0558
MH
14050Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
14051
14052 * config-ml.in: After building symlink tree call make distclean
14053 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
14054 to be the case for libiberty.
14055
04b93567
L
14056Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
14057
14058 * configure: When making link, also check the current
14059 directory. The configure scripts may create one.
14060
9a06b842
RH
14061Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
14062
14063 * config.sub: Accept alphapca56 and alphaev6 properly.
14064
217fc4e6
FS
14065Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14066
14067 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
14068
3e07bdbd 14069Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
2ada2bd6 14070
e490616e 14071 * config.sub (sco5): Fix typo.
3e07bdbd 14072
5d4a5ee6
JL
14073Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
14074
14075 * Makefile.in (INSTALL_MODULES): Move install-tcl before
14076 install-itcl.
14077 (install-itcl): Remove dependency on install-tcl.
14078
14079Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
14080
14081 * configure.in: Remove libgloss from noconfigdirs for MN10300.
14082
14083Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
14084
14085 * configure.in: Don't build libgui for a cygwin32 target when not on
14086 a cygwin32 host.
14087
14088Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
14089
14090 * configure (redirect): Set to null, so default behavior of
14091 configure is now --verbose.
14092
ce0d965c
DL
140931998-02-16 Dave Love <d.love@dl.ac.uk>
14094
14095 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
14096 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
14097
3acd1fd0
MH
14098Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
14099
14100 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
14101 this change to sync Makefile.in with its ChangeLog entries.
14102
5d4a5ee6
JL
14103Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
14104
14105 * ltmain.sh (mkdir): Check that the directory doesn't exist
14106 before we exit with error, so that we don't get races during
14107 parallel builds.
14108
bfed1ea0
JL
14109Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
14110
14111 * ltconfig, ltmain.sh: Update from libtool 1.0i.
14112
4e77e8f1
MH
14113Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
14114
14115 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
14116 PICFLAG_FOR_TARGET.
14117 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
14118
14119 * configure: Emit a definition for the new macro enable_shared
14120 into each Makefile.
14121
5d4a5ee6
JL
14122Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
14123
14124 * configure.in (host_tools, native_only): Add libtool.
14125
14126Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
14127
14128 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
14129 Fix typo in ming config comment.
14130
bfed1ea0
JL
14131Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
14132
14133 * ltconfig, ltmain.sh: Update from libtool 1.0h.
14134
5d4a5ee6
JL
14135Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
14136
14137 * config.sub: Add tic30 cases, and map c30 to tic30.
14138
8821a725
RH
14139Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
14140
14141 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
14142 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
14143 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
14144 (CLEAN_TARGET_MODULES): Similarly
14145 (all-target-libf2c): Add dependences.
4e81ae98 14146 * configure.in (target_libs): Add libf2c.
8821a725 14147
5d4a5ee6
JL
14148Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
14149
14150 * configure.in: Remove expect from noconfigdirs when target
14151 is cygwin32. OK to build expect and dejagnu with Canadian
14152 Cross.
14153
0aadd657
ILT
14154Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
14155
5d4a5ee6
JL
14156 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
14157 host.
14158
0aadd657
ILT
14159 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
14160 and mingw32.
14161
d0a8352c
MH
14162Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
14163
14164 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
14165 here as it is not defined in the toplevel Makefile.
14166
59739e3c
MH
14167Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
14168
14169 * configure (package_makefile_rules_frag): New variable, which names
14170 a file with generic rules, ...
14171 Change comment to mention we now have FIVE parts.
14172 * configure: Undo last change.
14173
228197ee
LT
14174Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
14175
14176 * config.guess: More accurate determination of HP processor types.
5d4a5ee6 14177 * config.sub: More accurate determination of HP processor types.
228197ee 14178
efd4c0ba
MH
14179Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
14180
14181 * configure (package_makefile_frag): Move inserting the
14182 ${package_makefile_frag} to where it should be according
14183 to the comment.
14184
6eef3189
PB
14185Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
14186
14187 * config.guess: Add support for Linux/ARM.
14188
d207ebef
JM
14189Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
14190
14191 * .cvsignore: Remove *-info and *-install since they match
14192 release-info and mpw-install, which we don't want to just ignore.
14193
48464ebf
RH
14194Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
14195
14196 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
14197
803462a7
PN
14198Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
14199
14200 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
14201 local_prefix to sub-make invocations.
14202
520ab477
L
14203Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
14204
14205 * configure.in: Check makefile fragments in the source
14206 directory.
14207
4bcdb76d
AO
14208Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
14209
ceff9b14
AO
14210 * configure.in: Check whether host and target makefile
14211 fragments exist before adding them to *_makefile_frag.
4bcdb76d 14212
5d4a5ee6
JL
14213Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
14214
14215 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
14216
14217Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
14218
14219 * configure.in: Make sure we only replace RPATH_ENVVAR on
14220 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
14221 regexp to sed.
14222
14223 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
14224 to sub-makes.
14225
0d3e11a5
LI
142261998-01-13 Lee Iverson (leei@ai.sri.com)
14227
14228 * config-ml.in (multi-do): LDFLAGS must include multilib
14229 designator.
14230
d45b3d87 14231Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
936cb323
RL
14232
14233 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
14234
d39cd7a1
MK
14235Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
14236
14237 * config.sub: Add mingw32 support.
14238 * configure.in: Likewise.
d39cd7a1 14239
6decbc24
FS
14240Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
14241
14242 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
14243
5d4a5ee6
JL
14244Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
14245
14246 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14247 * configure (gxx_include_dir): Provide a definition for subdirs
14248 which do not use autoconf.
14249
14250Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
14251
14252 * config.guess: Sync with egcs. Picks up new alpha support,
14253 BeOS & some additional linux support.
14254
d3d1907a
JL
14255Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
14256
14257 * config.guess: HP 9000/803 is a PA1.1 machine.
14258
b104e095
RH
14259Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
14260
14261 * configure.in: It's alpha*-...
14262
aca823c1
L
14263Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
14264
14265 * configure.in (host_makefile_frag, target_makefile_frag):
14266 Handle multiple config files.
14267 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
14268 alpha-*-*.
14269
d207ebef
JM
14270Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
14271
14272 * mkdep: New file.
14273
14274Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
14275
14276 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
14277
5d4a5ee6
JL
14278Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
14279
14280 * Makefile.in: Add libgui directory.
14281 (GDB_TK): Add all-libgui.
14282 * configure.in: Add libgui directory.
14283 * configure: Add all-libgui to GDB_TK.
14284
14285Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
14286
14287 * config-ml.in (multidirs): Add m32r to multilib list.
14288
14289Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
14290
14291 * Makefile.in (all-target-gperf): Change dependency to
14292 all-target-libstdc++.
14293
baf55877
FF
14294Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
14295
14296 * config.guess: Add BeOS support.
14297
5d4a5ee6
JL
14298Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
14299
14300 Source directory cvs renamed to cvssrc:
14301 * configure.in (host_tools): Change cvs to cvssrc.
14302 (native_only): Likewise.
14303 (noconfigdirs) [various cases]: Likewise.
14304 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
14305 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
14306 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
14307 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
14308 (all-cvssrc): Rename target from all-cvs.
14309
f2d76545
JL
14310Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
14311
14312 * configure (gxx_include_dir): Fix thinko.
14313
205cba53
JL
14314Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
14315
14316 * Makefile.in (INSTALL_TARGET_CROSS): Define.
14317 (install-cross, install-gcc-cross): New targets.
14318
5d4a5ee6
JL
14319Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
14320
14321 * configure.in (noconfigdirs): Add support for Thumb target.
14322
14323 * config.sub (maybe_os): Add support for Thumb target.
14324
14325Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
14326
14327 * Makefile.in: Add rules for cygmon.
14328
14329 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
14330
96b0f1fc
JL
14331Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
14332
14333 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14334 * configure (gxx_include_dir): Provide a definition for subdirs
14335 which do not use autoconf.
d207ebef
JM
14336
14337Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
14338
14339 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
4e81ae98 14340 11/18/97 build
d207ebef 14341
7dfef6ed
JL
14342Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
14343
14344 * From Franz Sirl.
14345 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
14346 found on RedHat Linux systems.
96b0f1fc 14347
83cfe7c0
JL
14348Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
14349
14350 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
14351 guesses.
14352
7dfef6ed
JL
14353Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
14354
14355 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
14356
5d4a5ee6
JL
14357Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
14358
14359 * ltmain.sh: If mkdir fails, check whether the directory was created
14360 anyhow by some other process.
14361
d207ebef
JM
14362Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
14363
14364 * configure.in (d30v-*-*): Configure all directories.
14365
14366Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
14367
14368 * configure.in (d30v-*-*): Configure newlib, libiberty directories
14369 for the D30V.
14370
14371Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
14372
14373 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
14374
5d4a5ee6
JL
14375Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
14376
e490616e
ZW
14377 * include/libiberty.h: Add extern "C" { so it can be used with C++
14378 progrms.
14379 * include/remote-sim.h: Add extern "C" { so it can be used with C++
14380 programs.
5d4a5ee6 14381
d207ebef
JM
14382Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
14383
14384 * configure.in (d30v-*-*): Configure GCC now.
14385
5d4a5ee6
JL
14386Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
14387
14388 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
14389 is no longer needed.
14390
c9670e62
JM
14391Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
14392
14393 * Makefile.in: check-target-libio depends on all-target-libstdc++.
14394
cc71c0ca
MH
14395Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
14396
14397 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
14398 targets using "$@" to provide support for similar but not identical
14399 targets without having to duplicate code.
14400
d207ebef
JM
14401Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
14402
14403 * makefile.vms: Fix to work with DEC C.
14404
14405Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
14406
14407 * config.sub: Add mips-tx39-elf to marketing names.
14408
14409Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
14410
14411 * ltmain.sh: Handle symlinks in generated script.
14412
14413Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
14414
14415 * configure: Handle autoconf style directory options: --bindir,
14416 --datadir, --includedir, --infodir, --libdir, --libexecdir,
14417 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
14418 --sysconfdir.
14419 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
14420 (sharedstatedir, localstatedir, oldincludedir): New variables.
14421 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
14422 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
14423 sbindir, sharedstatedir, and sysconfdir.
14424
b1e3ddfd
AJ
14425Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
14426
14427 * Makefile.in (bootstrap-lean): New target.
14428
d207ebef
JM
14429Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
14430
14431 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
3b75d237 14432 sn, and gnuserv from noconfigdirs.
d207ebef
JM
14433
14434Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
14435
14436 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
14437
09f97c1e
JL
14438Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
14439
14440 * Makefile.in (cross): New target.
14441
335d0ab2
AO
14442Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
14443 Jeff Law <law@cygnus.com>
14444
14445 * Makefile.in (bootstrap2, bootstrap3): New targets.
14446 (all-bootstrap): Remove outdated and confusing target.
339c9b00 14447 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
335d0ab2 14448
d207ebef
JM
14449Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
14450
14451 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
3b75d237 14452 windows. Consistent with gdb/configure.
d207ebef 14453
e693cc28
UD
144541997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
14455
e693cc28
UD
14456 * configure.in: Name Linux target fragment.
14457
14458 * configure: Rewrite so that project Makefile fragment is inserted
14459 first and appears last in the resulting Makefile.
14460
d207ebef
JM
14461Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
14462
14463 * Makefile.in (install-itcl): Install tcl first.
14464
5d4a5ee6
JL
14465Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
14466
14467 * configure.in: remove bison from noconfigdirs for Cygwin32 host
14468
f401679e
JW
14469Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
14470
14471 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
14472
14473 * configure.in (skipdirs): Add target-librx for Linux.
14474 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
14475
ec20b1b9
JL
14476Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
14477
14478 * Makefile.in (bootstrap): New target.
14479
becdcf6d
JL
14480Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
14481
63f6bcd7 14482 * config.sub: Accept 'amigados' for backward compatibility.
becdcf6d 14483
d207ebef
JM
14484Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
14485
14486 * config.guess: Merge with FSF.
14487
0c82f6bf
FF
14488Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
14489
14490 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
14491
d207ebef
JM
14492Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
14493
14494 * config.sub: Add "marketing-names" patch.
14495
3fbc0b70
JS
14496Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
14497
e490616e 14498 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
3fbc0b70 14499
e20d4801
JL
14500Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
14501
14502 * config.sub: Handle v850-elf.
14503
fe181f78 14504Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
d30e0541
FF
14505
14506 * .cvsignore (*-install): Remove.
14507
bfed1ea0
JL
14508Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
14509
14510 * ltconfig: Set CONFIG_SHELL in libtool.
14511 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
14512
558a1e7c
JW
14513Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
14514
14515 * configure.in (target_subdir): Set to libraries if enable_multilib.
14516
7818d6fc
JW
14517Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
14518
14519 * config.guess: Update from gcc directory.
14520
d207ebef
JM
14521Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
14522
14523 * Makefile.in (all-sim): Depends on all-readline.
14524
6599da04
JM
14525Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
14526
14527 * Makefile.in (BISON, YACC): Use $$s.
14528 (all-bison): Depend on all-texinfo.
14529
14530Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
14531
14532 * Makefile.in (BISON): Add -L flag.
14533 (YACC): Likewise.
14534
d207ebef
JM
14535Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
14536
4e81ae98
EC
14537 * configure.in (noconfigdirs): Add support for v850e target.
14538
d207ebef
JM
14539 * config.sub (maybe_os): Add support for v850e target.
14540
14541Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
14542
4e81ae98
EC
14543 * configure.in (noconfigdirs): Add support for v850ea target.
14544
d207ebef
JM
14545 * config.sub (maybe_os): Add support for v850ea target.
14546
6599da04
JM
14547Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
14548
14549 * config.sub: Add mipstx39. Delete r3900.
14550
14551Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
14552
14553 * Makefile.in (all-autoconf): Depends on all-texinfo.
14554
14555Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
14556
14557 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
14558 eabi targets.
14559
14560Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
14561
14562 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
14563
14564 * configure: When handling a Canadian Cross, handle YACC as well as
14565 BISON. Just set BISON to bison. When setting YACC, prefer bison.
e490616e 14566 * Makefile.in (all-bison): Depend upon all-texinfo.
6599da04
JM
14567
14568Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
14569
14570 * Makefile.in (BISON): bison, not byacc or bison -y.
14571 (YACC): bison -y or byacc or yacc.
14572 (various): Add *-bison as appropriate.
14573 (taz): No need to mess with BISON anymore.
14574
14575Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
14576
14577 * configure: If OSTYPE matches *win32*, try to find a good value for
14578 CONFIG_SHELL.
14579
14580Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
14581
14582 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
14583 configure.in if it is present.
14584
14585Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
14586
14587 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
14588
14589Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
14590
14591 * config.sub: Recognize `arc' cpu.
14592 * configure.in: Likewise.
14593 * config-ml.in: Likewise.
14594
14595Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
14596
14597 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
14598
14599Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
14600
14601 * configure: Changed sed delimiter from ':' to '|' when
14602 attempting to substitute ${config_shell} for SHELL. On
14603 NT ${config_shell} may contain a ':' in it.
14604
14605Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
14606
14607 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
14608
14609Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
14610
14611 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
14612
14613Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
14614
14615 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
14616
14617 * ylwrap: If the program is a relative path, force it to be
14618 absolute.
14619
14620Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
14621
14622 * configure (tooldir): Set BISON to `bison -y' and not just bison.
14623
14624Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
14625
14626 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
3b75d237
AJ
14627 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
14628 for libraries.
6599da04
JM
14629
14630Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
14631
14632 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
3b75d237 14633 separated by spaces.
6599da04
JM
14634
14635Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
14636
14637 * ylwrap: New file.
14638 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
14639
14640 * ltmain.sh: Handle /bin/sh at start of install program.
14641
14642 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
14643
14644 * ltconfig, ltmain.sh: New files, from libtool 1.0.
14645 * missing: New file, from automake 1.2.
14646
14647Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
14648
14649 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
14650 check-tk to CHECK_X11_MODULES.
14651
14652Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
14653
14654 * config.sub: Merge with FSF.
14655
14656Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
14657
14658 * config.guess: Merge with FSF.
14659
14660Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
14661
14662 * configure: Treat msdosdjgpp like go32.
14663 * configure.in: Likewise. Don't remove gprof for go32.
14664
14665 * configure: Change Makefile.tem2 to Makefile.tm2.
14666
14667Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
14668
14669 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
14670
14671Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14672
14673 * install-sh (chmodcmd): Set to null if the DST directory already
14674 exists. Same as Nov 11th change.
14675
14676Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
14677
4e81ae98 14678 * configure (GDB_TK): Needs itcl and tix.
6599da04
JM
14679
14680Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
14681
14682 * config.guess: Update from FSF.
14683
14684Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
14685
14686 * Makefile.in (GDB_TK): Depend on itcl and tix.
14687
14688Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
14689
14690 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
14691 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
14692 (INSTALL_SCRIPT): New variable.
14693 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
14694 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
14695 to -x.
14696 * install-sh: Add support for -x option.
14697
14698Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
14699
14700 * configure.in, Makefile.in: Treat tix like itcl.
14701
14702Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
14703
14704 * Makefile.in (WINDRES): New variable.
14705 (WINDRES_FOR_TARGET): New variable.
14706 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
14707 (EXTRA_HOST_FLAGS): Add WINDRES.
14708 (EXTRA_TARGET_FLAGS): Add WINDRES.
14709 (EXTRA_GCC_FLAGS): Add WINDRES.
14710 ($(DO_X)): Pass down WINDRES.
14711 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
14712 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
14713 DLLTOOL_FOR_TARGET.
14714
14715Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
14716
14717 * configure.in: configure sim before gdb for win32-x-ppc
14718
14719Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14720
14721 Move gperf into the toplevel, from libg++.
14722 * configure.in (target_tools): Add target-gperf.
14723 (native_only): Add target-gperf.
14724 * Makefile.in (all-target-gperf): New target, depend on
14725 all-target-libg++.
14726 (configure-target-gperf): Empty rule.
14727 (ALL_TARGET_MODULES): Add all-target-gperf.
14728 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
14729 (CHECK_TARGET_MODULES): Add check-target-gperf.
14730 (INSTALL_TARGET_MODULES): Add install-target-gperf.
14731 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
14732
14733Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
4e81ae98 14734
6599da04
JM
14735 * config.sub (mn10200): Recognize new basic machine.
14736
14737Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14738
14739 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
14740 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
14741
14742Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14743
14744 * configure.in: If we're building mips-sgi-irix6* native, turn on
14745 ENABLE_MULTILIB and set TARGET_SUBDIR.
14746
14747Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
14748
14749 * Makefile.in (all-sn): Depend on all-grep.
14750
14751Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
14752
14753 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
14754
14755 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
14756 Makefile. From Jeff Makey <jeff@cts.com>.
14757 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
14758
14759 * Makefile.in (DISTBISONFILES): Remove.
14760 (taz): Don't futz with DISTBISONFILES. Change BISON to use
14761 $(DEFAULT_YACC).
14762
14763 * configure.in: Build itl, db, sn, etc., when building for native
3b75d237 14764 cygwin32.
6599da04
JM
14765
14766 * Makefile.in (LD): New variable.
14767 (EXTRA_HOST_FLAGS): Pass down LD.
14768 ($(DO_X)): Likewise.
14769
14770Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
14771
14772 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
14773
14774Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
14775
14776 * configure.in (targargs): Strip out any supplied --build argument
3b75d237 14777 before adding our own. Always add --build.
6599da04
JM
14778
14779Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
14780
14781 * configure.in (targargs): Pass --build if we're doing
14782 a cross-compile.
14783
14784Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
14785
ca236658 14786 * configure: Use '|' instead of ":" as the separator in
6599da04
JM
14787 sed. Otherwise sed chokes on NT path names with drive
14788 designators. Also look for "?:*" as the leading characters in an
14789 absolute pathname.
14790
14791Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
14792
14793 * config.sub: Support for r3900.
14794
14795Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
14796
14797 * configure.in: Use install-sh, not install.sh.
14798
14799Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
14800
14801 * Makefile.in (taz): Improve check for BISON so it doesn't try to
14802 apply it twice.
14803
14804Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
14805
14806 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
14807 install-binutils.
14808
14809Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
14810
14811 * Makefile.in: Add automake targets.
14812 * configure.in (host_tools): Add automake.
14813
14814Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
14815
14816 * configure: Default CXX to c++, not gcc.
14817 * Makefile.in (CXX): Set to c++, not gcc.
14818 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
14819
14820Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
14821
14822 * install-sh: try appending a .exe if source file doesn't
14823 exist
14824
14825Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
14826
14827 * configure.in: Turn on multilib by default.
14828 (cross_only): Remove target-libiberty.
14829
14830 * Makefile.in (all-gcc): Don't depend on libiberty.
14831
14832Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
14833
14834 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
14835
14836Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
14837
14838 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
14839 (DISTBISONFILES): Add ld/Makefile.in
14840
14841Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
14842
14843 * configure.in: if target is cygwin32 but host isn't cygwin32,
14844 don't configure gdb tcl tk expect, not just gdb.
14845
14846Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
14847
14848 * configure.in: Added gnuserv everywhere sn appears.
14849
14850 * Makefile.in (ALL_MODULES): Added all-gnuserv.
14851 (CROSS_CHECK_MODULES): Added check-gnuserv.
14852 (INSTALL_MODULES): Added install-gnuserv.
14853 (CLEAN_MODULES): Added clean-gnuserv.
14854 (all-gnuserv): New target.
14855
14856Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
14857
14858 * config.guess: Fixes for MIPS OpenBSD systems.
14859
14860Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
14861
14862 * Makefile.in (INSTALL_XFORM): Remove.
14863 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
14864
14865 * mkinstalldirs: New file, copied from automake.
14866 * Makefile.in (installdirs): Rename from install-dirs. Use
14867 mkinstalldirs. Change all users.
14868 (DEVO_SUPPORT): Add mkinstalldirs.
14869
14870Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
14871
14872 * install-sh: Rename from install.sh.
14873 * Makefile.in (INSTALL): Change install.sh to install-sh.
14874 (DEVO_SUPPORT): Likewise.
14875
14876 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
14877 Graichen <graichen@rzpd.de>.
14878
14879Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
14880
14881 * config.guess: Recognize OpenBSD systems correctly.
14882
14883Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
14884
14885 * README, Makefile.in (ETC_SUPPORT): Remove references to
14886 cfg-paper*, configure.{texi,man,info*}._
14887
14888Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
14889
14890 * Makefile.in (all.normal): Ensure that gcc is built after all
14891 the x11 - ie gdb - targets.
14892
14893Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
14894
14895 * makefile.vms: Don't run conf-a-gas.
14896
14897Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
14898
e490616e 14899 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
6599da04 14900
d207ebef
JM
14901Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
14902
14903 * configure.in: Remove noconfigdirs case since gdb also
14904 configures and builds for tic80-coff.
14905
6599da04
JM
14906Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
14907
14908 * configure: Set cache_file to config.cache.
14909 * Makefile.in (local-distclean): Remove config.cache.
14910
14911Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
14912
14913 * COPYING: Update FSF address.
14914
d207ebef
JM
14915Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
14916
14917 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
14918 noconfigdirs.
14919
6599da04
JM
14920Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
14921
14922 * Makefile.in (install-dirs): Don't crash if prefix, and hence
14923 MAKEDIRS, is empty.
14924
14925Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
14926
14927 * config.sub: Tweak mn10300 entry.
14928
14929Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
14930
14931 * configure.in (host_tools): Put sim before gdb, so gdb's
14932 configure.tgt can determine if the simulator was configured.
14933
14934Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
14935
14936 * config.sub: Move BeOS $os case to be with other Cygnus
14937 local cases.
14938
14939Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
14940
14941 * config.sub: Remove misplaced comment that broke Linux.
14942
14943Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
14944
14945 * config.sub: Add BeOS support.
14946
14947Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
14948
14949 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
14950
14951Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
14952
14953 * configure.in (noconfigdirs): Remove tcl and tk from
14954 noconfigdirs for cygwin32 builds.
14955
d207ebef
JM
14956Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
14957
14958 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
14959
6599da04
JM
14960Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
14961
14962 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
14963 make-all.com, use makefile.vms instead.
14964
14965Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
14966
14967 * config.sub: Accept -lnews*.
14968
d207ebef
JM
14969Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
14970
14971 * configure.in (noconfigdirs): Disable target-newlib,
3b75d237 14972 target-examples and target-libiberty for d30v.
d207ebef
JM
14973
14974Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
14975
14976 * configure.in (noconfigdirs): Enable ld for d30v.
14977
14978Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
14979
14980 * configure.in (tic80-*-*): Build compiler.
14981
14982Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
14983
14984 * configure.in (d30v-*): Remove sim directory from list of
3b75d237 14985 unsupported d30v directories
d207ebef
JM
14986
14987Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
14988
4e81ae98
EC
14989 * config.sub, configure.in: Add d30v target cpu.
14990
6599da04
JM
14991Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
14992
14993 * makefile.vms: New file.
14994 * make-all.com: Remove.
14995
14996Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
14997
14998 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
14999
15000Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
15001
15002 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
15003
15004Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
15005
15006 * Makefile.in (ALL_MODULES): Added all-db.
15007 (CROSS_CHECK_MODULES): Addec check-db.
15008 (INSTALL_MODULES): Added install-db.
15009 (CLEAN_MODULES): Added clean-db.
15010
15011Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
15012
15013 * config.guess: Merge with latest FSF sources.
15014
15015Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
15016
15017 * Makefile.in (ALL_MODULES): Added all-itcl.
15018 (CROSS_CHECK_MODULES): Added check-itcl.
15019 (INSTALL_MODULES): Added install-itcl.
15020 (CLEAN_MODULES): Added clean-itcl.
15021
15022Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
15023
15024 * configure.in: build gdb for mn10200
15025
15026Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
15027
15028 * Makefile.in (all-target-winsup): Depend on all-target-libio.
15029
d207ebef
JM
15030Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
15031
15032 * configure.in (tic80-*-*): Turn off most targets right now.
15033
6599da04
JM
15034Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
15035
15036 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
15037 rather than the makeinfo program.
15038 (do-info): Depend upon all-texinfo.
15039
15040Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
15041
15042 * configure.in: Remove uses of config/mh-linux.
15043
15044 * config.sub, config.guess: Merge with latest FSF sources.
15045
d207ebef
JM
15046Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
15047
15048 * config.sub (case $basic_machine): Add tic80 entries.
15049
6599da04
JM
15050Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
15051
15052 * config.sub, config.guess: Merge with latest FSF sources.
15053
15054Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
15055
15056 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
15057 * mpw-config.in: Test for NewFolderRecursive.
15058 * mpw-install: Use symbolic name for startup filename.
15059 * mpw-README: Add various additional details.
15060
15061Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
15062
15063 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
15064
15065Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
15066
15067 * configure.in: Do build gcc and the target libraries for
15068 the mn10200.
15069
15070Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
15071
15072 * configure.in: don't avoid building gdb for mn10300 any more
15073 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
15074 instead of single-quoting it.
15075
15076Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
15077
15078 * configure.in: Don't use --with-stabs on IRIX 6.
15079
15080Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
15081
15082 * configure.in (m32r): Build gdb, libg++ now.
15083
15084Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15085
15086 * configure.in (mips*-sgi-irix6*): Remove gdb and related
15087 directories from noconfigdirs.
15088
15089Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
15090
15091 * config.sub (basic_machine): added mips16 configuration
15092
15093Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15094
15095 * config.sub: Handle d10v-unknown.
15096
d207ebef
JM
15097Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
15098
15099 * config.sub: Handle v850-unknown.
15100
6599da04
JM
15101Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
15102
15103 * Makefile.in: add findutils
15104 * configure.in: add findutils to list of host_tools
15105
15106Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
15107
15108 * config.sub: Handle mn10200 and mn10300.
15109
15110Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15111
15112 * configure.in (d10v-*): Do not build librx.
15113
15114Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
15115
15116 * configure.in (mn10300): Build everything except gdb & libgloss.
15117
15118Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
15119
15120 * config.guess: Patch for Dansk Data Elektronik servers,
15121 from Niels Skou Olsen <nso@dde.dk>.
15122
15123 For ncr, use /bin/uname rather than uname, since GNU uname does not
15124 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
15125
15126 Patch for MIPS R4000 running System V,
15127 from Eric S. Raymond <esr@snark.thyrsus.com>.
15128
15129 Fix thinko for nextstep.
15130
15131 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
15132
15133 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
15134 * config.guess: Guess mips-dec-mach_bsd4.3.
15135
15136 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
15137 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
15138 release numbers.
15139 * config.guess (mips-mips-riscos*): Emit just enough of the
15140 release number.
15141
15142 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
15143 * config.guess (sparc-auspex-sunos*): Added.
15144 (f300-fujitsu-*): Added.
15145
15146 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
15147 * config.guess: Recognize a Tadpole as a sparc.
15148
15149Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
15150
15151 * config.guess: Don't assume that NextStep version is either 2 or
15152 3. NextStep 4 (aka OpenStep 4) has come out now.
15153
15154Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
15155
15156 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
15157 From Rik Faith <faith@cs.unc.edu>.
15158
15159Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
15160
15161 * config.sub: Contributions from bug-gnu-utils to:
15162 Support plain "hppa" (no version given) architecture, reported by
15163 OpenStep.
15164 OpenBSD like NetBSD.
15165 LynxOs is not a hardware supplier.
15166
15167 * config.guess: Contributions from bug-gnu-utils to add support for:
3b75d237 15168 OpenBSD like NetBSD.
6599da04
JM
15169 Stratus systems.
15170 More Pyramid systems.
15171 i[n>4]86 Intel chips.
15172 M680[n>4]0 Motorola chips.
15173 Use unknown instead of lynx for hardware manufacturer.
15174
15175Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15176
15177 * install.sh (chmodcmd): Set to null if the DST directory already
15178 exists.
15179
15180Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15181
15182 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
15183 not use mt-ppc target Makefile fragment any more.
15184
15185Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
15186
15187 * configure.in (*-*-windows): Exclude everything but those dirs
15188 needed to build windows.
15189
15190Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
15191
15192 * Makefile.in (all-target-winsup): Depend on all-target-librx.
15193
15194Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
15195
15196 * configure.in: Exclude mmalloc from i386-windows.
6599da04
JM
15197
15198Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
15199
15200 * Undo my previous change.
15201
15202Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
15203
15204 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
15205 unconditionally.
15206 (MAKEOVERRIDES): Define (revert this part of October 18 change).
15207
15208Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
15209
15210 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
15211 host to add it's own flags.
6599da04
JM
15212
15213Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
15214
15215 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
15216
15217Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
15218
15219 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
15220 (CXX_FOR_TARGET): Likewise.
15221 (GCC_FOR_TARGET): Define.
15222 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
15223 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
15224 CC_FOR_TARGET was specified on the command line.
15225 (MAKEOVERRIDES): Don't define.
15226
15227Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
15228
15229 * configure.in (m32r): Fix spelling of libg++ libs.
15230
15231Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
15232
15233 * config.sub (-apple*): Remove, now redundant.
15234
15235Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
15236
15237 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
15238
15239 * configure: Rework yesterday's sed script patch.
15240
15241 * config.sub: Merge with FSF.
15242
15243Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
15244
15245 * config.guess: Merge from FSF.
15246
15247 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
e490616e
ZW
15248 * config.guess: Use pc instead of unknown, for pc clone systems.
15249 Change linux to linux-gnu.
6599da04
JM
15250
15251 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
e490616e 15252 * config.guess: Avoid non-portable tr syntax.
6599da04
JM
15253
15254Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
15255
15256 * test-build.mk (HOLES): Add "xargs" for gdb.
15257
15258 * configure: Avoid hpux10.20 sed bug.
15259
15260Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
15261
731a8127 15262 * configure.in: Add support for windows host
6599da04
JM
15263 (that is a build done under the Microsoft build environment).
15264
15265Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
15266
15267 * Makefile.in: Replace all uses of srcroot with s, to shrink
15268 command line lengths.
15269
15270 Patches from Geoffrey Noer <noer@cygnus.com>:
15271 * configure.in: If configuring for newlib, pass --with-newlib to
15272 subdirectories.
15273 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
15274 -Bnewlib/ and -Lwinsup to gcc.
15275 (CXX_FOR_TARGET): Likewise.
15276
15277Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
15278
15279 * Makefile.in (ETC_SUPPORT): Add configure.
15280
15281Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
15282
4e81ae98 15283 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
6599da04
JM
15284 host configuration file.
15285
15286Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
15287
15288 * configure.in: Break mn10x00 support into separate
15289 mn10200 and mn10300 configurations.
15290 * config.sub: Likewise.
15291
15292Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
15293
15294 * configure.in: Add lots of stuff to noconfigdirs for
15295 the mn10x00 targets.
15296
15297 * config.sub, configure.in: Add mn10x00 support.
15298
15299Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
15300
15301 * make-all.com: Call conf-a-gas, not config-a-gas.
15302
15303Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
15304
15305 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
3b75d237 15306 targets.
6599da04
JM
15307
15308Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
15309
15310 * mpw-README: Add much more detail for native PowerMac.
15311 * mpw-install: New file.
15312 * mpw-configure: Add --norecursion and --help options.
15313 * mpw-config.in: Translate readme and install files when
15314 copying to objdir.
15315 * mpw-build.in: Don't always depend on byacc and flex.
15316 (install-only-top): New action.
15317
d207ebef
JM
15318Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
15319
15320 * configure.in: You can now configure GDB for the v850.
15321
6599da04
JM
15322Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
15323
15324 * configure.in (noconfigdirs): Don't configure any C++ dirs
15325 if targeting D10V.
15326
15327Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
15328
15329 * config.sub: Recognize mips64vr5000.
15330
15331Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
15332
15333 * configure.in: Use a single line for host_tools and native_only.
15334
15335Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
15336
15337 * config.sub, configure.in: Add entries for m32r.
15338
15339Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
15340
15341 * Makefile.in (inet-install): Don't run install-gzip.
15342
15343Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
15344
15345 * configure.in: Don't config lots of things for *-*-windows*.
15346
15347Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
15348
15349 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
15350 (host_libs, host_tools): Copy from configure.in.
15351 * mpw-configure: Don't complain about directories not found.
15352
15353Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15354
15355 * configure.in (i[345]86): Recognize i686 for pentium pro.
15356 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
15357 file.
15358
15359 * config.guess (i[345]86): Ditto.
15360
15361Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15362
15363 * configure.in (noconfigdirs): Removed gdb for D10V.
15364
d207ebef 15365Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
5d4a5ee6 15366
d207ebef
JM
15367 * configure.in: Remove ld, target-libio, target-libg++, and
15368 target-libstdc++ from noconfigdirs.
5d4a5ee6 15369
6599da04
JM
15370Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
15371
15372 * configure: Fix three locations where shell scripts were
15373 being run directly rather than with config_shell.
15374
d207ebef
JM
15375Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
15376
15377 * configure.in (v850-*-*): Set up initial $noconfigdirs.
15378 * config.sub (basic_machine): Recognize v850.
15379
6599da04
JM
15380Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
15381
15382 * mpw-configure: Handle multiple enable/disable options and
15383 pass them down recursively, handle -c and -s flags appropriately
15384 depending on choice of compiler, add escape mechanism for
15385 quoted arguments to gC.
15386
15387Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15388
15389 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
15390 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
15391 so that -mrelocatable-lib and -mno-eabi are used.
15392
15393 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
15394 not support --print-multi-lib, don't abort.
15395
6599da04
JM
15396Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
15397
15398 * make-all.com: Run config-a-gas.
15399 * setup.com: Don't copy subdirectory files around.
15400
15401Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
15402
15403 * configure.in (*-*-ose): Remove exclusion of libgloss for this
15404 target, it now compiles correctly.
15405
15406Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
15407
15408 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
15409
15410Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15411
4e81ae98 15412 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
6599da04
JM
15413
15414Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15415
15416 * configure.in (native_only): Add prms.
15417
15418Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
15419
15420 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
15421 (BINUTILS_SUPPORT_DIRS): Likewise.
15422
15423Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15424
15425 * configure.in (d10v-*-*): Don't configure ld or gdb until the
15426 d10v support is added.
15427
15428Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15429
15430 * configure.in (d10v-*-*): New target.
15431
15432Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
15433
15434 * config.guess (HP 9000/811): Recognize this as a PA1.1
15435 machine.
15436
15437Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
15438
15439 * Makefile.in (do-tar-gz): New target, split out from tail end of
15440 taz target. Run each command separately, don't use pipes.
15441 (taz): Use it.
15442
15443Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
15444
15445 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
15446 * mpw-build.in: No builds should depend on building byacc or flex,
15447 they are assumed to be installed already.
15448
15449Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15450
15451 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
15452 variable that CC_FOR_TARGET needs.
15453
15454Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15455
15456 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
15457 options have changed since the last time the subdirectory was
15458 configured, and if it has, reconfigure.
15459 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
15460 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
15461
15462Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
15463
15464 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
15465 CLEAN_MODULES): Add bash.
15466 (all-bash): New target.
15467
15468Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
15469
15470 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
15471
15472Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15473
15474 * config.sub (basic_machine): Recognize d10v as a valid processor.
15475
15476Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
15477
15478 * mpw-configure: Add support for --bindir.
15479 * mpw-build.in: Use a GCC-specific build script for GCC actions.
15480
15481Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
15482
15483 * configure.in: add bash, time, gawk to list of hosttools and things
15484 to only build for native toolchains
15485
15486Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15487
15488 * Makefile.in (docdir): Remove.
15489
15490Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15491
15492 * Makefile.in (datadir): Set to $(prefix)/share.
15493
15494Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
15495
15496 * configure.in: build diff and patch for cygwin32-hosted
15497 toolchains.
15498
15499Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
15500
15501 * config.sub: Accept -rtems*.
15502
15503Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
15504
e490616e
ZW
15505 * configure.in: enable dosrel for cygwin32-hosted builds,
15506 remove diff from the list of things not buildable
15507 via Canadian Cross
6599da04
JM
15508
15509Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
15510
15511 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
3b75d237 15512 don't get ". ".
6599da04
JM
15513
15514Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
15515
15516 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
15517
15518Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
15519
15520 * Makefile.in (taz): Handle case where tex3patch didn't even get
15521 checked out. Also, if it was found, put the symlink in a new util
15522 subdirectory.
15523
15524Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15525
15526 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
15527
15528Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
15529
15530 * config.sub: Recognize -openvms.
15531 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
15532 * make-all.com, setup.com: New files.
15533
15534Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
15535
15536 * Makefile.in (taz): tex3patch moved to texinfo/util.
15537
15538Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
15539
15540 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
15541 * configure.in: remove make from disable-if-Can-Cross list
15542 enable gdb if ${host} and ${target} are cygwin32
15543
15544Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
15545
15546 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
15547 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
15548
15549Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
15550
15551 * config.guess: Combine mips-mips-riscos cases, and use cpp to
15552 distinguish sysv/svr4/bsd variants.
15553 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
15554
15555Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
15556
15557 * configure.in: Added copyright notice.
15558 * move-if-change: Added copyright notice.
15559
15560Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15561
15562 * configure.in (powerpcle-*-solaris*): Until we get shared
15563 libraries working, don't build gdb, sim, make, tcl, tk, or
15564 expect.
15565
15566Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
15567
15568 * config.guess: Merge with FSF:
15569
15570 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
15571 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
15572
15573 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
15574 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
15575
15576 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
15577 * config.guess: Combine two OSF1 rules.
15578 Also recognize field test versions. From mjr@zk3.dec.com.
15579 * config.guess (dgux): Use /usr/bin/uname rather than uname,
15580 because GNU uname does not support -p. From pmr@pajato.com.
15581
15582Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
15583
15584 * Makefile.in (MAKEDIRS): Removed $(tooldir).
15585
15586Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
15587
15588 * mpw-README: Document GCCIncludes.
15589
15590Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
15591
15592 * configure.in (alpha-*-linux*): Set enable_shared to yes.
15593
15594Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
15595
15596 * mpw-configure: Handle --enable-FOO and --disable-FOO.
15597
15598Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
15599
15600 * configure.in (*-*-cygwin32): Configure make.
15601
15602Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
15603
15604 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
15605
15606Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
15607
15608 * Makefile.in (all-inet): Depend on all-perl.
15609
15610 * Makefile.in (inet-install): New target.
15611
15612 * Makefile.in (all-inet): Depend on all-tcl.
15613 (all-inet): Depend on all-send-pr.
15614
15615Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15616
15617 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
15618 temporarily.
15619
15620Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
15621
15622 * configure.in: Don't configure --with-gnu-ld on AIX.
15623
15624Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
15625
15626 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
15627
15628Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
15629
15630 * Makefile.in (ALL_MODULES): Added all-inet.
15631 (CROSS_CHECK_MODULES): Added check-inet.
15632 (INSTALL_MODULES): Added install-inet.
15633 (CLEAN_MODULES): Added clean-inet.
15634 (all-indent): New target.
15635
15636 * configure.in (host_tools): Added inet.
15637 (native_only): Added inet.
15638 (noconfigdirs): Added inet.
15639
15640Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
15641
15642 * configure.in: Don't configure libgloss if we are not configuring
15643 newlib.
15644
15645Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
15646
15647 * configure.in: Don't configure libgloss for unsupported
15648 architectures.
15649
15650Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15651
15652 * Makefile.in (CLEAN_MODULES): Add clean-apache.
15653
15654Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
15655
15656 * Makefile.in (ALL_MODULES): Include all-apache.
15657 (CROSS_CHECK_MODULES): Include check-apache.
15658 (INSTALL_MODULES): Include install-apache.
15659 (all-apache): New target.
15660
15661 * configure.in: Added apache everywhere perl is seen.
15662
15663Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15664
15665 * Makefile.in: Add support for clean-{module} and
15666 clean-target-{module} rules.
15667
15668Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
15669
15670 * configure.in (*-*-ose) do not build libgloss.
15671
15672Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15673
15674 * config.guess (prep*:SunOS:5.*:*): Turn into
15675 powerpele-unknown-solaris2.
15676
15677Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
15678
15679 * configure.in: Permit --enable-shared to specify a list of
15680 directories.
15681
15682Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
15683
15684 * configure.in (host==solaris): Pass only the first word of $CC
15685 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
15686
15687Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
15688
15689 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
15690
15691Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
15692
15693 * Makefile.in (ALL_MODULES): Include all-perl.
15694 (CROSS_CHECK_MODULES): Include check-perl.
15695 (INSTALL_MODULES): Include install-perl.
15696 (ALL_X11_MODULES): Include all-guile.
15697 (CHECK_X11_MODULES): Include check-guile.
15698 (INSTALL_X11_MODULES): Include install-guile.
15699 (all-perl): New target.
15700 (all-guile): New target.
15701
15702 * configure.in (host_tools): Include perl and guile.
15703 (native_only): Include perl and guile.
15704 (noconfigdirs): Don't build guile and perl; no ports have been
15705 done.
15706
15707Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
15708
e490616e
ZW
15709 * configure (--enable-*): Handle quoted option lists such as
15710 --enable-sim-cflags='-g0 -O' better.
6599da04
JM
15711
15712Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15713
15714 * Makefile.in ({,inst}all-target): New rule so we can make and
15715 install all of the target directories easily.
15716
15717Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15718
15719 * configure.in: Add missing global flag in sed substitution when
15720 deleting `target-' from ${configdirs}.
15721
15722Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
15723
15724 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
15725 option.
15726
15727 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
15728 config/mh-necv4.
15729
15730 * install.sh: Correct misspelling of transformbasename.
15731
15732 * config.guess: Recognize mips-*-sysv*.
15733
15734Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
15735
15736 * config.sub: Recognize mon960.
15737
15738Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
15739
15740 * configure: Restore Canadian Cross handling of BISON and LEX,
15741 removed in Feb 20 change.
15742
15743Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
15744
15745 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
15746 Mention make install. Remove the old copyright date as well the
15747 clumsy and rather pointless copyright on the README file.
15748
15749Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
15750
15751 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
15752 Makefile after running symlink-tree, then run `make distclean' to
15753 avoid clobbering any generated files in srcdir.
15754
15755Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
15756
15757 * configure.in (m68k-*-netbsd*): Build everything now.
15758
15759Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
15760
15761 * Makefile.in (taz): Fix quoting.
15762
15763Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
15764
15765 * configure.in (sparclet-*-*): Build everything now.
15766
15767Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15768
15769 * configure.in (m68k-*-linux*): New host.
15770
15771Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
15772
15773 * configure: Check for bison before byacc.
15774
15775Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
15776
15777 * Makefile.in configure: Change the way LEX and BISON/YACC are
15778 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
15779 searching PATH. These are used as fallbacks by Makefile.in if
15780 flex/bison/byacc aren't in objdir.
15781
15782Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
15783
15784 * Makefile.in: Make everything which depends upon all-bfd also
15785 depend upon all-opcodes, in case --with-commonbfdlib is used.
15786
15787Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15788
15789 * configure.in (host *-*-cygwin32): Don't build gdb if we are
15790 building NT native compilers on Unix.
15791
15792Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
15793
15794 * configure.in: Don't get CC from the host Makefile fragment if we
15795 can find gcc in PATH, or if this is a Canadian Cross. Move the
15796 Solaris test for /usr/ucb/cc to the post target script, just after
15797 the compiler sanity test.
15798
15799Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
15800
15801 * config.sub: Merge with FSF.
15802
15803Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
15804
15805 * Makefile.in (RPATH_ENVVAR): New variable.
15806 (REALLY_SET_LIB_PATH): Use it.
15807 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
15808
15809Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
15810
15811 * config.sub, configure.in: Recognize sparclet cpu.
15812
15813Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
15814
15815 * config.guess: Support m68k-cbm-sysv4.
15816
15817Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15818
15819 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
15820 m68k-unknown-linuxaout from linker help string. Put quotes around
15821 $ld_help_string.
15822
15823Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
15824
15825 * config.guess (powerpc-harris-powerunix): Add guess for port
15826 to new target.
15827
15828Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15829
15830 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
15831
15832Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
15833
15834 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
15835 $(REALLY_SET_LIB_PATH) in Makefile.
15836 * Makefile.in (SET_LIB_PATH): New variable.
15837 (REALLY_SET_LIB_PATH): New variable.
15838 ($(DO_X)): Use $(SET_LIB_PATH).
15839 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
15840 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
15841 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
15842 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
15843 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
15844 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
15845 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
15846 (install-dosrel): Likewise.
15847 (all-opcodes): Depend upon all-libiberty.
15848
15849Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
15850
15851 * config.guess (*:CYGWIN*): New
15852
15853Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15854
15855 * Makefile.in (all-target-winsup): All all-target-libiberty.
15856
15857Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15858
15859 * configure.in (noconfigdirs): Add missing # in front of comment.
15860
15861Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
15862
15863 * configure.in: add second pass to things added to noconfigdirs
15864 so *-gm-magic can exclude libgloss properly.
15865
15866Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
15867
15868 * mpw-configure (extralibs_name, rez_name): Set correctly
15869 for MWC68K compiler.
15870
15871 * mpw-README: Add more info on the necessary build tools.
15872
15873Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
15874
15875 * configure.in, config.sub: Recognize cygwin32.
15876
15877Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
15878
15879 * config.guess, config.sub: Recognize A/UX.
15880
15881Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
15882
15883 * config.sub: Merge with gcc/config.sub.
15884
15885Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
15886
15887 * mpw-build.in (do-binutils): Add build of stamps.
15888
15889Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
15890
15891 * config.sub: Add recognition for mips64vr4100*-* targets.
15892
15893Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15894
15895 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
15896 Add creation of gconfigargs with `--enable-shared' turned on.
15897 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
15898 ($(host)-stamp-stage3-configured): Likewise.
15899 (HOLES): Add chatr and ldd.
15900 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
15901
15902Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
15903
15904 * configure: Pass --nfp to recursive configures.
15905
15906Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
15907
15908 * Makefile.in (DLLTOOL): New.
15909 (DLLTOOL_FOR_TARGET): New.
15910 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
15911 (EXTRA_TARGET_FLAGS): Ditto.
15912 (EXTRA_GCC_FLAGS): Ditto.
15913 (CONFIGURE_TARGET_MODULES): Ditto.
15914 (DO_X): Ditto.
15915 * configure: Add DLLTOOL.
15916
15917Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
15918
15919 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
15920 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
15921 mh-sco, since old workarounds no longer needed, and don't
15922 build ld, since libraries have weak symbols in COFF.
15923
15924Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
15925
15926 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
15927
15928Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
15929
15930 * configure.in: Make sure that ${CC} can be used to compile an
15931 executable.
15932
15933Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
15934
15935 * Makefile.in (all-gdb): Depend on $(GDB_TK).
15936 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
15937 nothing depending on whether gdbtk is being built.
15938
15939Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
15940
15941 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
15942
15943Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
15944
15945 * configure.in (noconfigdirs): Put ld or gas in this early, if the
15946 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
15947
15948Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
15949
15950 * config-ml.in: Add support for
15951 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
15952 Simplify setting of multidirs from --disable-foo.
15953
15954Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15955
15956 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
15957 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
15958 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
3b75d237 15959 non-empty, pass them on to the GCC make.
6599da04
JM
15960 (all-bootstrap): New rule that is like all-gcc, except it executes
15961 the GCC bootstrap rule instead of the GCC all rule.
15962
15963Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
15964
15965 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
15966
15967Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15968
15969 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
15970 DG/UX support.
15971
15972Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
15973
15974 * config.sub (i*86*) Change [345] to [3456]
15975
15976Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15977
15978 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
15979 --with-gnu-ld=no.
15980
15981Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15982
15983 * config-ml.in (rs6000*, powerpc*): Add switches to control which
15984 AIX multilibs get built.
15985
15986Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15987
15988 * configure.in (i386-win32): Don't build expect if we're not
15989 building the tcl subdir.
15990
15991Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
15992
15993 * Makefile.in: (configure-target-examples, all-target-examples):
15994 New targets, configure and build example programs.
15995
15996Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
15997
15998 * mpw-configure: If an mpw-config.in generated a file mk.sed,
15999 use it as input to sedit the generated MPW makefile.
16000 * mpw-README: Add a suggestion about Gestalt.h.
16001
16002Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
16003
16004 * config.sub: Accept *-*-ieee*.
16005
16006Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
16007
16008 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
16009 Ronald F. Guilmette <rfg@monkeys.com>.
16010
16011Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16012
16013 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
16014 for powerpc-pe native.
16015 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
16016 (target==powerpc-pe): duplicate i386-win32 entry.
16017
16018Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16019
16020 * configure.in (noconfigdirs): Exclude target-newlib for all versions
16021 of vxworks, not just vxworks5.1.
16022
16023Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
16024
16025 * mpw-configure: Add support for exec-prefix.
16026
16027Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16028
16029 * config.guess: Recognize HP model 816 machines as having
16030 a PA1.1 processor.
16031
16032Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
16033
16034 * configure: Ignore new autoconf configure options.
16035
6599da04
JM
16036Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
16037
16038 * config.guess: Recognize Pentium under SCO.
16039 From Robert Lipe <robertl@arnet.com>.
16040
16041Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16042
16043 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
6599da04
JM
16044
16045Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
16046
16047 * configure.in: Don't configure gas for alpha-dec-osf*.
16048
16049Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
16050
16051 * configure.in: Default to --with-stabs for some targets for which
16052 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
16053 i[345]86*-*-unixware*.
16054
16055Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
16056
16057 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
16058 rather than basing it on the target. Simplify handling of options
16059 controlling which directories to configure. Remove extraneous
16060 slash in multi-clean target.
16061
16062Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
16063
16064 * config-ml.in: Prefix more variables with ml_ so they don't collide
16065 with configure's.
16066
16067Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
16068
16069 * configure: Don't turn -v into --v.
16070
16071Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
16072
16073 * configure.in (targargs): Fix typo.
16074
16075 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
16076
16077Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
16078
16079 * configure.in: Strip --host and --target options from
16080 CONFIG_ARGUMENTS, and always configure for --host only. Add
16081 --with-cross-host option when building with a cross-compiler.
16082 * configure: Canonicalize the arguments put into config.status by
16083 always using `=' for an option with an argument. Pass a presumed
16084 --host or --target explicitly.
16085
16086Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
16087
16088 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
16089 into general OS recognition case.
16090
16091Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16092
16093 * configure.in (target_configdirs): add target-winsup only
16094 for win32 target systems.
16095
16096Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
16097
16098 * Makefile.in (all-target-libgloss): Depend upon
16099 configure-target-newlib, since when libgloss is built it looks to
16100 see if the newlib directory exists.
16101
16102Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
16103
16104 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
16105 cfg-ml-*.in.
16106
16107Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
16108
16109 * configure: Handle LD and LD_FOR_TARGET when configuring a
16110 Canadian Cross.
16111
6599da04
JM
16112Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16113
16114 * configure.in (target_libs): add target-winsup.
16115 (target==i386-win32): add patch diff flex make to $noconfigdirs.
16116 (target==ppcle-pe): remove ld from $noconfigdirs.
16117
16118Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
16119
16120 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
16121 Preserve relative path names in $srcdir. Build symlink tree if
16122 configuring cross target dir and srcdir=. (= no VPATH support).
16123 (configure-target-libg++): Depend on configure-target-librx.
16124 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
16125 * config-ml.in: New file.
16126 * symlink-tree: New file.
16127 * configure: Ensure srcdir="." if that's what it is.
16128
16129Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
16130
16131 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
16132 includes and FLEX_SKELETON setting.
16133 * mpw-configure (--with-gnu-ld): New option, controls whether
16134 to use PPCLink or ld with PowerMac GCC.
16135 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
16136 * mpw-config.in: Configure grez if targeting Mac.
16137
16138 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
3b75d237
AJ
16139 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
16140 just macos.
6599da04
JM
16141 * configure.in: Configure grez resource compiler if targeting Mac.
16142 * Makefile.in (all-grez, install-grez): New targets.
16143
16144Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
16145
16146 * configure: CXX defaults to gcc, not g++. If we find
3b75d237 16147 gcc in the path, set CC to gcc -O2.
6599da04
JM
16148
16149Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
16150
16151 * configure: Default ${build} correctly. Avoid picking up extra
16152 spaces when reading CC and CXX from Makefile. When doing a
16153 Canadian Cross, use plausible default values for numerous
16154 variables.
16155 * configure.in: When doing a Canadian Cross, don't try to
16156 configure tools whose configure script can't handle it.
16157
16158Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16159
16160 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
16161
16162Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
16163
16164 * configure: Remove dubious bug reporting address.
16165
16166Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
16167
16168 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
16169 configure script, run that instead of this directory's configure.
16170 In either case, print a message that we're configuring the sub-dir.
16171
16172Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
16173
16174 * configure.in: Before checking for the existence of various files,
16175 use sed to filter out "target-".
16176
16177Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
16178
16179 * Makefile.in (DO_X): Split rule to decrease command line length
16180 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
16181 (Philippe De Muyter).
16182
16183Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16184
16185 * Makefile.in (all-patch): depend on all-libiberty.
16186
16187Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
16188
16189 * configure.in: If the only directory in target_configdirs which
16190 actually exists is libiberty, then set target_configdirs to empty,
16191 to avoid trying to build a target libiberty in a gas or gdb
16192 distribution.
16193
16194Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
16195
16196 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
3b75d237
AJ
16197 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
16198 systems.
6599da04
JM
16199
16200Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16201
16202 * configure.in (copy_dirs): Use sys-include instead of include
16203 for --with-headers option.
16204
16205Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
16206
16207 * Makefile.in, configure.in: Make winsup builds work with
16208 new scheme.
16209
16210Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
16211
16212 * configure.in: Build the linker on AIX.
16213
16214Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
16215
16216 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
16217 where needed.
16218
16219Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
16220
16221 * Makefile.in (all-gcc): Fix typo.
16222
16223Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
16224
16225 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
16226
16227Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
16228
16229 * configure.in: Rename libFOO to target-libFOO, and xiberty
16230 to target-xiberty, to provide more flexibility.
16231 (target_subdir): Define. Create if cross.
16232 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
16233 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
16234 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
16235 check-libFOO -> check-target-libFOO, etc.
16236 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
16237 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
16238 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
16239 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
16240 allow ALL_GCC="" to only configure.
16241 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
16242 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
16243 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
16244
16245Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
16246
16247 * Makefile.in (taz): Build "info" in etc explicitly.
16248
16249Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
16250
16251 * configure.in: Make sure that CC is undefined (as opposed to
16252 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
16253 problem with autoconf trying to configure on a host without GCC.
16254
16255Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
16256
16257 * mpw-configure: Set host alias from choice of host compiler,
16258 only use generic MPW Makefile sed if present, edit a file
16259 named "hacked_Makefile.in" instead of "Makefile.in" if present.
16260 * mpw-README: Add problem notes about CW6 and CW7.
16261
16262Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
16263
16264 * Makefile.in (taz): Use ";" instead of ";;".
16265
16266Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
16267
16268 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
16269 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
16270 DISTDOCDIRS.
16271 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
16272 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
16273
16274Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
16275
16276 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
16277 and gnats, because they are now subsumed by DISTSTUFFDIRS.
16278 Move bfd to DISTSTUFFDIRS.
16279
16280Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16281
16282 * Makefile.in (X11_LIB): Removed.
16283 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
16284
16285 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
16286
16287Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16288
16289 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
16290 names.
16291
16292Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16293
16294 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
16295
16296Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
16297
16298 * configure.in (i[345]86-*-win32): Always build newlib.
16299 Don't configure cvs, autoconf or texinfo.
16300 * Makefile.in (LD_FOR_TARGET): New.
16301 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
16302 Pass down LD_FOR_TARGET.
16303
16304Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
16305
16306 * winsup: New directory.
16307 * Makefile.in: Build winsup.
16308 * configure.in: Winsup is configured when target is win32.
16309 Can only build win32 target GDB when native.
4e81ae98 16310
6599da04
JM
16311Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
16312
16313 * config.guess: Recognize HP model 819 machines as having
16314 a PA 1.1 processor.
16315
16316Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
16317
16318 * configure: Fix sed loop which substitutes for CC and CXX to
16319 avoid bug found in various sed implementations.
16320
16321Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16322
16323 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
16324 simulator. Use standard powerpc-*-eabi*.
16325
16326Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
16327
16328 * configure.in: Stop putting gas and binutils in noconfigdirs for
16329 powerpc-*-aix* and rs6000-*-*.
16330
16331Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
16332
16333 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
16334 -mcall-aixdesc libraries.
16335
16336Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
16337
16338 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16339
16340 * config.sub (arm | armel | armeb): Fix shell syntax.
16341
16342Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16343
16344 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
16345 -msoft-float and -mcpu=common support.
16346 (powerpc*-*-eabisim*): Add support for building -mcall-aix
16347 libraries.
16348
16349Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16350
16351 * configure.in: Allow configuration and build of emacs19 for the alpha.
16352
16353Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16354
16355 * configure.in (CC): Get ^CC, not just any old CC, from
16356 ${host_makefile_frag}.
16357
16358Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16359
4e81ae98 16360 * configure.in (CC): Try to get CC from
6599da04
JM
16361 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
16362
16363Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16364
16365 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
16366 only if it exists in $(srcdir).
16367
16368Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
16369
16370 * configure: If CC and CXX are not set in the environment, set
16371 them, based on either an existing Makefile or on searching for gcc
16372 in PATH. Substitute for CC and CXX in Makefile.
16373 * configure.in: Remove libm from target_libs. Separate
16374 target_configdirs from configdirs. If CC is not set in
16375 environment, try to get it from a host Makefile fragment. Rewrite
16376 changes of configdirs to use skipdirs instead. A few minor
16377 tweaks. Take directories out of target_configdirs as they are
16378 taken out of configdirs. Remove existing Makefile files from
16379 subdirectories. Substitute for TARGET_CONFIGDIRS and
16380 CONFIG_ARGUMENTS in Makefile.
16381 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
16382 by configure.in.
16383 (CONFIG_ARGUMENTS): Likewise.
16384 (CONFIGURE_TARGET_MODULES): New variable.
16385 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
16386 ($(CONFIGURE_TARGET_MODULES)): New target.
16387 (configure-libg++, configure-libio): New targets.
16388 (all-libg++): Depend upon configure-libg++.
16389 (all-libio): Depend upon configure-libio.
16390 (configure-libgloss, all-libgloss): New targets.
16391 (configure-libstdc++): New target.
16392 (all-libstdc++): Depend upon configure-libstdc++.
16393 (configure-librx, all-librx): New targets.
16394 (configure-newlib): New target.
16395 (all-newlib): Depend upon configure-newlib
16396 (configure-xiberty): New target.
16397 (all-xiberty): Depend upon configure-xiberty.
16398
16399Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16400
16401 * configure.in (host i[345]86-*-win32): Expand the
16402 noconfigdirs again.
16403
16404Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
16405
16406 * mpw-configure: Fix sed command file name.
16407
16408Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
16409
4e81ae98 16410 * configure.in (host i[345]86-*-win32): Reduce the
6599da04
JM
16411 noconfigdirs again.
16412
16413Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
16414
16415 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
16416 or powerpc*-*-pe*, since they are not yet supported.
16417
16418Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
16419
16420 Add PowerMac support and many other enhancements.
16421 * mpw-configure: New option --cc to select compiler to use,
16422 paste options set according to --cc into the generated
16423 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
16424 if mpw-make.sed is present.
16425 * mpw-config.in: Don't test for gC1, test for mpw-touch,
16426 add forward includes for PowerPC include files.
16427 * mpw-build.in: Build using Makefile.PPC if present.
16428 (do-byacc, etc): Remove separate version resource builds.
16429 (do-gas): Build "stamps" before "all".
16430 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
16431 * mpw-README: Update to reflect --cc option, PowerMac support,
16432 and recently-reported compatibility problems.
16433
16434Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
16435
16436 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
16437 embedded m68k systems (-aout, -coff, -elf, -vxworks).
16438 (--with-multilib-top): Pass to recursive invocations.
16439
16440Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
16441
16442 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
16443 v810-*-*.
16444
16445Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16446
16447 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
16448 gdb, ld and opcodes on v810-*-*.
16449
6599da04
JM
16450Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
16451
16452 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
16453 (local-maintainer-clean): New target.
16454 (maintainer-clean): New target.
16455 (realclean): Just depend upon maintainer-clean.
16456
16457Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16458
16459 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
16460
16461Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
16462
16463 * configure.in: Build ld in mips*-*-bsd* case.
16464
16465Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
16466
16467 * config.sub: Accept -lites* OS. From Ian Dall.
16468
16469Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
16470
16471 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
3b75d237 16472 targets.
6599da04
JM
16473
16474Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16475
16476 * configure.in: treat i386-win32 canadian cross the same as
16477 i386-go32 canadian cross.
16478
16479Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16480
16481 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
16482 running under the simulator to build a reduced set of libraries.
16483 (powerpc-*-eabiaix): Add fine grained multilib support added to
16484 other powerpc targets yesterday.
16485
16486Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16487
16488 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
16489 -disable-softfloat, -disable-relocatable, -disable-aix, and
16490 -disable-sysv to control which multilib libraries get built.
16491
16492Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
16493
16494 * configure: Add Makefile.tem to list of files to remove in trap
16495 handler.
16496
16497Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
16498
16499 * config.guess (*Linux*): Add missing "exit"s.
16500 Also, need specific check for alpha-unknown-linux (uses COFF).
16501
16502Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
16503
16504 * config.guess: Merge with FSF:
16505
16506 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
16507 * config.guess (AIX4): More robust release numbering discovery.
16508
16509 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
16510 * config.guess (i386-sequent-ptx): Properly get version number.
16511
16512 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
16513 * config.guess (mips:*:4*:UMIPS): New case.
16514
16515Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
16516
16517 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
16518 (i386-win32 host): Likewise. Don't build readline.
16519
16520Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
16521
16522 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
16523 SUPPORT_FILES to submakes.
16524
16525Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
16526
16527 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
16528 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
16529 mpw-configure.
16530
16531Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
16532
16533 * configure.in (appdirs): Use =, not ==, in test expression when
16534 trying to build the text to print in the warning message for
16535 Solaris users.
16536
16537Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
16538
16539 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
16540
16541Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16542
16543 * config.guess: Recognize lynx-2.3.
16544
16545Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
16546
16547 * config.sub (z8ksim): Deleted
16548 (z8k-*-coff): New, this is the one true name of the target.
16549
16550Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
16551
16552 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
16553
16554Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
16555
16556 * config.guess (*:Linux:*:*): First try asking the linker what the
16557 default object file format is (elf, aout, or coff). Then if this
16558 fails, try previous methods.
16559
16560Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16561
16562 * configure.in: Don't build newlib for *-*-vxworks5.1.
16563
16564Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16565
16566 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
16567 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
16568
16569Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
16570
16571 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
16572
16573Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
16574
16575 * cfg-ml-com.in: New file.
16576 * cfg-ml-pos.in: New file.
16577
16578Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16579
16580 * COPYING.NEWLIB: Add HP free copyright to list.
16581
16582Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16583
16584 * config.sub: Recognize -eabi* for the system, not just -eabi.
16585
16586Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
16587
16588 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
16589 * config.sub, configure.in (win32): New target and host.
16590
16591Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
16592
16593 * configure.in: Add i386-pe configuration.
16594
16595Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
16596
16597 * mpw-build.in (install): Install GDB after LD.
16598
16599Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
16600
16601 * mpw-config.in (elf/mips.h): Always forward-include, needed
16602 for GDB to build.
16603
16604Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
16605
16606 * testsuite: New directory for customer acceptance and whole tool
16607 chain tests.
16608
16609Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
16610
16611 * configure: If per-host line isn't found, but AC_OUTPUT is found
16612 and a configure script exists, run it instead.
16613
16614Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
16615
16616 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
16617
16618Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
16619
16620 * configure: Set build_{cpu,vendor,os,alias} to host values when
16621 --build isn't specified.
16622
16623Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16624
16625 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
16626 (FLAGS_TO_PASS): Pass them.
16627 (EXTRA_TARGET_FLAGS): Ditto.
16628
6599da04
JM
16629Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16630
16631 * Makefile.in (all-libg++): Depend on all-libstdc++.
16632
16633Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16634
16635 * configure.in (noconfigdirs): Enable all packages for
16636 i386-unknown-netbsd.
16637
16638Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
16639
16640 * configure.in (noconfigdirs): Don't configure tk for i386-go32
16641 hosted builds (DOS builds)
16642
16643Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
16644
16645 Changes for ARM based on patches from Richard Earnshaw:
16646 * config.sub: Handle armeb and armel.
16647 * configure.in: Omit arm linker only for riscix.
16648
16649Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
16650
16651 * config.guess: Update from FSF.
16652
16653Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
16654
63f6bcd7 16655 * config.sub: Recognize powerpcle as the little endian variant of
6599da04
JM
16656 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
16657 powerpcle variant. Convert pentium into i586, not i486. Add p5
16658 alias for i586. Map new x86 variants p6, k5, nexgen into i586
16659 temporarily.
16660
16661Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
16662
16663 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
16664
16665Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
16666
16667 * config.sub: Accept -lites* as a basic system type.
16668
16669Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
16670
16671 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
16672 installed, and if so return linuxoldld as the system name.
16673
16674Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
16675
16676 * config.guess: Add hppa1.1-hp-lites support.
16677
16678Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
16679
16680 * configure.in: Don't build newlib for m68k-vxworks5.1.
16681
16682Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16683
16684 * configure.in (mips-sgi-irix6): Use mh-irix5.
16685
16686Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
16687
16688 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
16689
16690Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16691
16692 * test-build.mk: Enable building of shared libraries on IRIX 5 and
e490616e 16693 OSF/1. Fix compiler flags.
6599da04
JM
16694 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
16695
16696Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
16697
16698 * configure.in: Recognize --with-newlib.
16699 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
16700
16701Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16702
d207ebef 16703 * Makefile.in: move {all,check,install}-gdb from *_MODULES
6599da04
JM
16704 to *_X11_MODULES due to gdbtk needing X include files et al.
16705
16706Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
16707
16708 Merge in support for Mac MPW as a host.
16709 (Old change descriptions retained for informational value.)
16710
16711 * mpw-config.in: Add generic include forwards for cpu-specific
16712 include files in aout and elf directories.
16713
16714 * mpw-configure: Added copyright.
16715 * mpw-config.in: Check for presence of required build tools.
16716 (target_libs): Add newlib.
16717 (target_tools): Add examples.
16718 (Read Me): Generate as "Read Me for MPW" instead.
16719 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
16720 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
16721 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
16722
16723 * mpw-configure: Remove subdir-specific makefile hackery,
16724 delete mk.tmp after using it.
16725
16726 * mpw-build.in (all): Display start and end times.
16727
16728 * mpw-configure (host_canonical): Set.
16729 (target_cpu): Always add to makefiles.
16730 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
16731 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
16732 (mpw-mh-mpw): Look for in srcdir and srcroot.
16733 Use sed instead of mpw-edit-prefix to edit prefix definitions.
16734
16735 * mpw-build.in: (install-only): New target.
16736
16737 * mpw-configure (host_alias, target_alias): Rename from hostalias
16738 and targetalias, add into generated Makefile.
16739 (mk.tmp): If present, add into generated Makefile.
16740 * mpw-build.in (all-gas): Build config.h first before gas proper.
16741
16742 * mpw-configure (config.status): Write only if changed.
16743 * mpw-config.in (readline): Configure it (not built, just used for
16744 definitions).
16745
16746 * mpw-config.in (elf/mips.h): Add a forward include.
16747
16748 * mpw-config.in: Forward-include most .h files in include into
16749 extra-include.
16750 (readline): Don't build.
16751 mpw-build.in (install): Install GDB.
16752
16753 * mpw-configure (prefix, mpw_prefix): Handle it.
16754 * mpw-config.in (mmalloc, readline): Don't configure.
16755 * mpw-build.in (thisscript): Rename to ThisScript.
16756 Use mpw-build instead of BuildProgram everywhere.
16757 (mmalloc, readline): Don't build.
16758 * mpw-README: New file, basic documentation about the MPW port.
16759
16760 * mpw-config.in: Use forward-include to create include files.
16761
16762 * mpw-configure: Add more things to the top of each configured
16763 Makefile, including contents of config/mpw-mh-mpw.
16764 * mpw-config.in (extra-include): Create this directory and fill it
16765 with Posix-like include files when configuring.
16766
16767 * config.sub (apple, mac, mpw): Add various aliases.
16768
16769 * mpw-build.in: New file, top-level build script fragment for MPW.
16770 * mpw-configure: New file, configure script for MPW.
16771 * mpw-config.in: New file, config fragment for MPW.
16772
16773Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16774
16775 * configure.in (host_libs): Remove glob, since it is gone from the
16776 sources.
16777
16778Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16779
16780 * Makefile.in: define empty GDB_NLM_DEPS var.
16781
16782 * configure.in(target_makefile_frag): use config/mt-netware
16783 for netware targets.
16784
16785Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
16786
16787 * config.sub: Merge in recent FSF changes. Remove linux special
16788 cases.
16789
16790Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16791
731a8127 16792 Revert this change:
6599da04
JM
16793
16794 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
16795
16796 * build-all.mk: Use CC=cc -Xs on Solaris.
16797
6599da04
JM
16798Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16799
16800 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
16801 stop using it.
16802 * Makefile.in: Nuke all references to glob subdirectory.
16803
16804Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16805
16806 * configure.in: Fix --enable-shared logic in per-host.
16807
16808Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
16809
16810 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
16811
16812Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16813
16814 * configure.in (noconfigdirs): Don't build gas on AIX, for
16815 powerpc*-*-aix* as well as for rs6000*-*-aix*.
16816
16817Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
16818
16819 * configure: Fix --cache-file to work if the file argument is a
16820 relative path.
16821
16822Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
16823
16824 * configure: If the --cache-file is used, pass it down to
16825 configure in subdirectories.
16826
16827Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
16828
16829 * config.sub: add vxworks29k configuration.
16830
16831Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
16832
16833 * Makefile.in (taz): Do "diststuff" part quietly.
16834
16835Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
16836
16837 * config.sub: Mini-merge with gcc/config.sub.
16838
16839Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16840
16841 * config.guess (IRIX): Sed - to _.
16842
16843Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16844
16845 * Makefile.in (source-vault, binary-vault): New targets.
16846
16847Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
16848
16849 * config.sub: Recognize -eabi as a basic system type.
16850
16851Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16852
16853 * configure.in (enable_shared stuff): Fix typo.
16854
16855Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
16856
16857 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
16858
16859Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16860
16861 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
16862
16863Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
16864
16865 * configure.in (rs6000-*-*): Don't build gas.
16866
16867Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
16868
16869 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
16870 reduce command line length.
16871 (AS_FOR_TARGET): Check for as.new, not Makefile.
16872 (NM_FOR_TARGET): Check for nm.new, not Makefile.
16873
16874Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
16875
16876 * config.guess: Merge from FSF.
16877
16878Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16879
16880 * configure: Don't use $ when handling program_suffix.
16881
16882Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
16883
16884 * configure.in: Configure tk for hppa/hpux.
16885
16886Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
16887
16888 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
16889
16890Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
16891
16892 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
16893 to LIBCXXFLAGS. Tests are better run without it.
16894
16895Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
16896
16897 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
16898
16899Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
16900
16901 * configure.in (*-*-netware*): Don't configure xiberty.
16902
16903Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
16904
16905 * configure.in: Remove tk from native_only list.
16906
16907Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
16908
16909 * build-all.mk: Add mips-ncd-elf target to sun4 targets
16910 for special NCD build.
16911
16912Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16913
16914 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
16915 makeall.bat, they're only useful for binutils snapshots.
16916 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
16917 makeall.bat to specified SUPPORT_FILES.
16918
16919Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
16920
16921 * build-all.mk: Add Ericsson targets to sun4 and solaris
16922 hosts. Add BNR's sun4 target to solaris host, so their
16923 build-from-source will be tested in-house first.
16924
16925Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16926
16927 * Makefile.in (LIBCFLAGS): New variable.
16928 (CFLAGS_FOR_TARGET): Ditto.
16929 (LIBCFLAGS_FOR_TARGET): Ditto.
16930 (LIBCXXFLAGS): Ditto.
16931 (CXXFLAGS_FOR_TARGET): Ditto.
16932 (LIBCXXFLAGS_FOR_TARGET): Ditto.
16933 (BASE_FLAGS_TO_PASS): Pass them.
16934 (EXTRA_TARGET_FLAGS): Ditto.
16935
731a8127 16936 * configure.in: Support --enable-shared.
6599da04
JM
16937
16938Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
16939
16940 * configure.in (target_libs): Include libstdc++ again.
16941 * config.guess: Update from FSF (for FreeBSD).
16942
16943Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16944
16945 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
16946 makeall.bat.
16947 (DISTDOCDIRS): Add `etc'.
16948 (ETC_SUPPORT_PFX): New variable.
16949 (taz): Include anything from etc starting with a word in
16950 ETC_SUPPORT_PFX.
16951
16952Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16953
16954 * config.sub: Update for recent FSF changes. Remove obsolete
16955 h8300hds entry. Add -windows* and -osx as basic os. Minor
16956 spacing changes.
16957
16958Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
16959
16960 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
16961
16962 * config.guess: Merge with FSF.
16963 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
16964
16965Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16966
16967 * configure: Since the "trap 0" handler will override the exit
16968 status on many systems, only use it for "exit 1", and make it set
16969 a non-zero exit status; reset it before "exit 0". Also, check
16970 exit status of config.sub, and error out if it failed.
16971
16972Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
16973
16974 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
16975 and install libgloss.
16976
16977Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16978
16979 * Makefile.in (all-binutils): Depend upon all-byacc.
16980
16981 * configure.in: Don't build emacs on Irix 5.
16982
16983Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
16984
16985 * configure.in (*-*-netware*): Add libio.
16986
16987Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16988
16989 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
16990 (CHECK_TARGET_MODULES): Ditto.
16991 (INSTALL_TARGET_MODULES): Ditto.
16992 (TARGET_LIBS): Ditto.
16993 (all-libstdc++): Note dependencies.
16994
16995Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16996
16997 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
16998
16999Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
17000
17001 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
17002 -fexternal-templates.
17003
17004 * configure.in (target_libs): Add libstdc++.
17005 (noconfigdirs): Add libstdc++ as appropriate.
17006
17007Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17008
17009 * config.guess: Update from FSF.
17010
17011Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17012
17013 * configure: Use ${config_shell} when running ${configsub}.
17014
17015Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
17016
17017 * config.sub: No longer recognize h8300h.
17018
17019Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17020
17021 * config.sub: Remove extraneous differences between config.sub and
17022 gcc/config.sub.
17023
17024Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17025
17026 * Makefile.in (DISTSTUFFDIRS): Add gas.
17027
17028Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
17029
17030 * COPYING.NEWLIB: New file.
17031
17032Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
17033
17034 * config.guess (HP-UX): Patch from Harlan Stenn
17035 <harlan@landmark.com> to also emit release level.
17036
17037Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
17038
17039 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
17040
17041Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
17042
17043 * config.sub: Merge nextstep cleanup from FSF.
17044
17045Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17046
17047 * configure.in (arm-*-*): Don't configure ld for this target.
17048
17049Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17050
17051 * configure.in (*-*-netware): don't configure libg++, libio,
17052 librx, or newlib.
17053
17054Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17055
17056 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
17057 configure ld--it works, but it doesn't support shared libraries.
17058
17059Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
17060
17061 * config.guess (*-unknown-freebsd*): Get rid of possible
17062 trailing "(Release)" in version string.
17063 Patch from Paul Richards <paul@isl.cf.ac.uk>.
17064
17065Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
17066
17067 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
17068 Fix type: *-next-neststep -> *-next-nextstep.
17069
17070 * config.guess: Merge from FSF:
17071
17072 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
17073
17074 * config.guess: Recognize powerpc-ibm-aix3.2.5.
17075
17076 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
17077
17078 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
17079 instead of UNIX_SV for UnixWare 1.0).
17080
17081Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
17082
17083 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
17084 to make gdb/nlm/* build after the compiler and linker.
17085
17086Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
17087
17088 * config.guess (netbsd, freebsd, linux): Accept any machine,
17089 not just i[34]86.
17090 (m68k-atari-sysv4): Relocate to match FSF version.
17091
17092 * config.guess: More merges from the FSF:
17093
17094 Add a space before function call or macro invocation.
17095
17096 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17097
17098 * config.guess: Add trap cmd to remove dummy.c and dummy when
17099 interrupted.
17100
17101 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17102
17103 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
17104 (dummy): Redirect stderr from compilation of dummy.c.
17105
17106 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
17107
17108 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
17109
17110Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
17111
17112 * configure: Accept and ignore --cache*, for compatibility with
17113 new autoconf.
17114
17115Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
17116
17117 * config.guess: Merge from FSF:
17118
17119 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
17120
17121 * config.guess (Pyramid*:OSx*:*:*): New case.
e490616e
ZW
17122 (PATH): Add /.attbin at end for finding uname.
17123 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
6599da04
JM
17124
17125 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
17126
e490616e 17127 * config.guess (M88*:DolphinOS:*:*): New case.
6599da04
JM
17128
17129 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
17130
e490616e
ZW
17131 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
17132 to select whether to use ELF or COFF.
6599da04
JM
17133
17134 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
17135
e490616e 17136 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
6599da04
JM
17137
17138 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
17139
17140 * config.guess: Guess the OS version for HPUX.
17141
17142 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
17143
17144 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
17145
17146Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17147
17148 * configure.in: Recognize --with-headers, --with-libs, and
17149 --without-newlib.
17150 * Makefile.in (all-xiberty): Depend upon all-ld.
17151
17152Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17153
17154 * configure.in: Change i[34]86 to i[345]86.
17155
17156Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17157
17158 * configure (version): A few more tweaks to help message.
17159
17160Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
17161
17162 * Makefile.in: Remove (for now) librx as a host library,
17163 now that we're building it for target.
17164
17165Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17166
17167 * configure: Fix up help message; from karl@owl.hq.ileaf.com
17168 (Karl Berry).
17169
17170Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
17171
17172 * configure.in: Also configure librx.
17173
17174Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
17175
17176 * Makefile.in: Update various rules to reflect that librx
17177 is now needed for libg++.
17178
17179Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17180
17181 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
17182
17183Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
17184
17185 * configure.in: Configure the examples directory.
17186
17187Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17188
17189 * configure: Simplify Jun 2 1994 change.
17190
17191Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17192
17193 * change CC to /usr/latest/bin/gcc for lynx host builds, since
17194 /bin/gcc isn't good enough to build gcc.
17195
17196Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
17197
17198 * Makefile.in (GDB_SUPPORT_FILES): Remove
17199 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
17200 (gdb.tar.gz): Add new rule to use standard distribution building
17201 mechanism.
17202
17203Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17204
17205 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
17206 Bill Cox <bill@cygnus.com>.
17207
17208Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
17209
17210 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
17211
17212Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
17213
17214 * configure: Search current dir first in .gdbinit.
17215
17216Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
17217
17218 * config.sub: Recognize freebsd (merged from gcc config.sub).
17219
17220Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
17221
17222 * config.sub: Refer to NeXT's operating system as nextstep.
17223
17224 * config.sub (case $basic_machine): Re-order the cases, to match
17225 the order in the FSF version (which is mostly alphabethical).
17226 Merge in some additions and changes from the FSF.
17227
17228Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
17229
17230 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
17231 * config.sub: Recognize cxux7.
17232 * configure.in: Use mh-cxux for m88k-harris-cxux*.
17233
17234Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
17235
17236 * config.sub: Fix typo powerpc -> powerpc-*.
17237
17238Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
17239
17240 * Makefile.in: `all-emacs19' depends on `all-byacc'.
17241
17242 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
17243 parallel with all-emacs and install-emacs). Top-level command
17244 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
17245
17246Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17247
17248 * test-build.mk ($(host)-stamp-stage2-installed): Remove
17249 $(relbindir)/make before doing ``make install'', and use
17250 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
17251 installing over running make binary.
17252 ($(host)-stamp-stage3-installed): Likewise.
17253
17254Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17255
17256 * config.guess: Recognize Mach.
17257
17258Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17259
17260 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
17261 see whether --exec-prefix was used.
17262
17263Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17264
17265 * README: Explicitly mention libg++/README. (Zoo's idea.)
17266
17267Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17268
17269 * Makefile.in: Add all-librx target similar to all-libproc.
17270
17271Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
17272
17273 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
17274 with post 1.2 uname bogosity.
17275
17276Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17277
17278 * configure: Remove temporary files on receipt of a signal.
17279
17280Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
17281
17282 * configure: If there is a package_makefile_frag, remove
17283 ${subdir}/Makefile.tem after copying it in.
17284
17285Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17286
17287 * build_all.mk: support rs6000 lynx identifies itself as
17288 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
17289 since /bin/gcc is too feeble to compile a modern gcc.
17290
17291Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
17292
17293 * brought devo/test-build.mk update-to-date with progressive/
17294 test-build.mk. Add lynx targets and hppa flag info.
17295
17296Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17297
17298 * configure.in: Use mh-ncrsvr43. Patch from
17299 Tom McConnell <tmcconne@sedona.intel.com>.
17300
17301Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
17302
17303 * config.guess (i386-unknown-bsdi): No longer need to
17304 check #if defined(__bsdi__) && defined(__i386__).
17305
17306Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17307
17308 * configure: Set program_transform_nameoption correctly.
17309
17310Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
17311
17312 * brought build-all.mk update-to-date with progressive build-all.mk,
17313 added new targets and hppa info.
4e81ae98 17314
6599da04
JM
17315Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17316
17317 * configure: If config.guess result is a prefix of the user
17318 specified target, assume a native build and use the user specified
17319 target as the host alias. Remove SunOS patch suffix removal hack.
17320 * configure.in: Remove SunOS patch suffix removal hack.
17321
17322 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
17323 in NATIVE_CHECK_MODULES.
17324
17325Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
17326
17327 * Makefile.in: Rename HOST_ONLY to NATIVE.
17328 * configure: Delete SunOs patch suffix from host_canonical
17329 and build_canonical variables that are prepended to Makefiles.
17330 * configure.in: Add comments for easier maintenance.
17331
17332Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17333
17334 * Makefile.in: Add all-libproc target similar to all-gui.
17335
17336Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
17337
17338 * Makefile.in (CHECK_MODULES): split into
17339 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
17340
17341Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
17342
17343 * config.guess (i386-unknown-bsdi): New system to guess.
17344
17345Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17346
17347 * Makefile.in: Add all-gui target (but not yet build by "all").
17348
17349Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
17350
17351 * config.sub: Move deletion of patch suffix from here...
17352 * configure.in: To here, at Ian's suggestion. The top-
17353 level scripts might need to know of a patch level.
17354
17355Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
17356
17357 * config.sub: Strip off patch suffix so rtl is recognized
17358 as a sunos4.1.3 machine, even though it's been patched.
17359
17360Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
17361
17362 * Makefile.in (INSTALL_LAST): Delete.
17363 (INSTALL_DOSREL): New.
17364
17365Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17366
17367 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
17368 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
17369 whether we pass down --with-gnu-ld anyhow.
17370
17371Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
17372
17373 * Makefile.in (INSTALL_LAST): Change operation so it works
17374 on more flavors of make.
17375 * configure.in (go32): Don't build libg++ or libio.
17376
17377Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
17378
17379 * Makefile.in (Move HOST_PREFIX_1 and friends up so
17380 they can be overriden by templates.
17381
17382Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
17383
17384 * configure.in (target==go32): Don't build gdb.
17385 * dosrel: New directory.
17386
17387Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
17388
17389 * configure.in (host==go32): Configure dosrel too.
17390 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
17391 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
17392 be set by incoming names or templates.
17393 (INSTALL_LAST): New rule.
6599da04
JM
17394
17395Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
17396
17397 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
17398
17399Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17400
6599da04
JM
17401 * configure.in (appdirs): New variable. Currently empty, but will
17402 be used in gas distribution. If nonempty, lists a set of
17403 directories at least one of which must get configured, or top
17404 level configuration is considered to have failed.
17405 (rs6000-*-lynxos*): Use new file name.
17406
17407Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17408
17409 Eliminate XTRAFLAGS.
17410 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
17411 newlib include files using -idirafter, and also use -nostdinc.
17412 (CXX_FOR_TARGET): Likewise.
17413 (XTRAFLAGS): Removed.
17414 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
17415 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
17416 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
17417 ($(DO_X)): Don't pass down XTRAFLAGS.
17418
17419Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17420
17421 * configure.in (mips*-dec-bsd*): New target; do build linker.
17422 (mips*-*-bsd*): New target; don't build linker.
17423
17424Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17425
17426 * configure.in: support rs6000-*-lynxos* configuration.
17427 support sunos4 as a cross target.
17428
17429 * config.sub: look for lynx*, not lynx since the OS version may
17430 legitimately be part of the name.
17431
17432Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17433
17434 * configure.in (i[34]86-*-sco*): Move to be with other i386
17435 targets.
17436 (romp-*-*): New target. Skip various binary utilities.
17437 (vax-*-*): New target. Don't build newlib.
17438 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
17439
17440Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17441
17442 * configure.in: Only set host_makefile_frag if config
17443 directory exists.
17444
17445Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17446
17447 * install.sh: If $dstdir exists, don't check whether each
17448 component does.
17449
17450Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17451
17452 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
17453
17454Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
17455
3b75d237
AJ
17456 * configure.in (*-*-lynxos*): Don't configure newlib for either
17457 native or cross Lynx.
6599da04
JM
17458
17459Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
17460
17461 * config.sub (sparc64-elf): Fix os.
17462 (z8k): Remove duplicate.
17463
17464Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17465
17466 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
17467 gcc/stmp-fixproto, to try to prevent fixproto from being run.
17468
17469Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
17470
17471 * configure: Make file links cleanly even if Lynx fails on
e490616e 17472 an NFS symlink (at least fail cleanly).
6599da04
JM
17473
17474Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
17475
17476 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
17477 -XNh2000.
17478
17479Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17480
17481 * configure: Unknown options are fatal again.
17482
17483Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
17484
17485 * configure: Ignore --x-includes and --x-libraries, for Autoconf
4e81ae98 17486 compatibility.
6599da04
JM
17487
17488Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
17489
17490 * build-all.mk: Add `clean' target.
17491
17492Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17493
17494 * config.guess: Add SINIX support.
17495 * configure.in: Add mips-*-sysv4* support.
17496
17497Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
17498
17499 * build-all.mk: Document all useful targets.
17500 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
17501 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
17502
17503Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17504
17505 * configure: Support --silent, --quiet.
17506
17507Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17508
17509 * configure: Support --disable-FEATURE.
17510
17511Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17512
17513 * config.guess: Recognize NCR running SVR4.3.
17514
17515Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
17516
17517 * config.guess: Make BSDI generate i386-unknown-bsd386.
17518 Patch from Paul Eggert <eggert@twinsun.com>.
17519
17520Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17521
17522 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
17523
17524Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17525
17526 * configure: Make unrecognized options give nonfatal warnings
17527 instead of fatal errors, and pass them to any subdirectory
17528 configures in case they recognize them.
17529 Make --x equivalent to --with-x.
17530
17531Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17532
17533 * configure: Add --enable-* options. Clean up usage message and
17534 some comments.
17535
17536Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
17537
17538 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
17539
17540Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17541
17542 * configure.in (hppa*-*-*): Enable binutils.
17543
17544Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17545
17546 * config.sub: Recognize cisco.
17547
17548Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
17549
17550 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
17551
17552Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17553
17554 * config.guess: about target *-hitachi-hiuxwe2, don't print more
17555 than one configuration name. Add comment.
17556
17557Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
17558
17559 * config.guess: about target *-hitachi-hiuxwe2, fixed
17560 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
17561 macro is incorrect.]
17562
17563Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17564
17565 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
17566 than the "make ls" stuff which used to be here.
17567
17568Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
17569
17570 * config.guess: Recognize i[34]86-unknown-freebsd.
17571 From Shawn M Carey <smcarey@rodan.syr.edu>.
17572
17573Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
17574
17575 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
17576
17577Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
17578
17579 * config.guess: Check for ptx.
17580
17581Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
17582
17583 * config.sub: Add os9k checking.
17584
17585Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17586
17587 * config.guess: Handle OSF1 running on HPPA processors
17588
17589Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
17590
17591 * configure: If subdir configure fails, print out a message with
17592 subdirectory name, in case subdir's configure code didn't identify
17593 itself.
17594
17595Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
17596
17597 * configure.in: Remove embedded newlines from configdirs.
17598 Avoid mismatches of substrings. Fix matching strings at end
17599 of configdirs.
17600
17601Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
17602
17603 * config.guess: Add Lynx/rs6000 config support.
17604
17605Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
17606
17607 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
17608
17609Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
17610
17611 * configure.in (hppa*-*-osf*): Treat this just like most other
17612 PA configurations (eg no binutils or ld).
17613 (hppa*-*-*elf*): These configurations have binutils and ld.
17614
17615Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17616
17617 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
17618
17619Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17620
17621 * configure.in (rs6000-*-*): Build gas.
17622
17623Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17624
e490616e 17625 * Makefile.in: Avoid bug in losing hpux sed.
6599da04
JM
17626
17627Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17628
17629 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
17630 for GDB and GDB has been fixed to not need it.
17631
6599da04
JM
17632Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17633
17634 * config.guess: Recognize vax hosts.
17635
17636Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17637
17638 * configure (while loop): Don't use "break 2" inside case
17639 statement -- the case statement isn't an enclosing loop.
17640
17641Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
17642
17643 * config.guess: Clean up NeXT support, to allow nextstep
17644 on Intel machines. Make OS be nextstep.
17645
17646Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
17647
17648 * config.guess: Add alternate forms for Convex.
17649
17650Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
17651
17652 * configure: Completely rewrite option processing. Take
17653 advantage of pattern-matching to avoid invoking test frequently.
17654 Also clean up host and target defaulting logic.
17655
17656Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17657
17658 * Makefile.in: Replace all occurrances of "rootme" with "r" and
17659 "$${rootme}" with "$$r", to increase the likelihood that the do-*
17660 commands (plus user environment) will fit SCO limits.
17661
17662Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17663
17664 * configure.in: Don't issue warnings about directories which are
17665 not being configured if -norecursion is set. Correct test for
17666 --with-gnu-as and --with-gnu-ld to not get confused by substring
17667 matches.
17668
17669 * configure.in: Don't build gas for alpha-dec-osf1*.
17670
17671Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
17672
17673 * configure: Back out Per's change of 12/19/1993. It changes the
17674 behavior of configure in unexpected and confusing ways.
17675
17676 Also, use different delim char when calculating
17677 program_transform_name so that the name can contain slashes.
17678
17679Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
17680
17681 * configure.in, config.sub: Add support for VSTa micro-kernel.
17682
17683Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
17684
17685 * configure.in: Nuke hacks which were used to get a special
17686 version of GAS for HPPA configurations.
17687
17688Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
17689
17690 * configure: If only ${target_alias} is given, use that
17691 as the default for ${host_alias}.
17692 * configure: Add missing back-slashes before nested quotes.
17693
17694Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
17695
17696 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
17697
17698Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
17699
17700 * config.guess: Recognize some Tektronix configurations.
17701 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
17702
17703Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17704
17705 * config.sub: Match any flavor of SH.
17706
17707Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
17708
17709 * configure.in: Don't try to configure newlib for Alpha.
17710
17711Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17712
17713 * configure.in: Don't build ld for Irix 5. Don't build gas,
17714 libg++ or libio for any Alpha target.
17715
17716 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
6599da04
JM
17717
17718Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
17719
17720 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
17721 default arguments -- so it tried to compress itself.
17722
17723Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
17724
17725 * configure.in (notsupp): ensure that a space is always at the end
17726 of the configdirs list, since the grep checks for an explicit space
17727
17728Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17729
17730 * configure.in (target i386-sysv4.2): don't build ld, since static
17731 versions of many libraries are not available.
17732
17733Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17734
17735 * config.guess: Recognize Apollos (using environment variables).
17736 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
17737
17738Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17739
17740 * config.guess: Recognize Sony news mips running newsos.
17741
17742Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
17743
17744 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
17745 "fi ; else" for bash.
17746
17747Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
17748
17749 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
17750
17751Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
17752
17753 * config.sub: accept unixware as an alias for svr4.2.
17754 Fix some inconsistancies with the gcc version.
17755
17756Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17757
17758 * Makefile.in (DISTDOCDIRS): Add gdb.
17759
17760Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
17761
17762 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
17763
17764Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17765
17766 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
17767 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
17768 this now.
17769
17770Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17771
17772 * config.sub: Accept hiux* as an OS name.
17773
17774 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
17775 etc/make-stds.texi. The underscore came from gcc, and dje now
17776 agrees that RUNTESTFLAGS is the correct name.
17777
17778Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
17779
17780 * install.sh: Remove 'set -e'. It makes any conditionals
17781 in the script useless.
17782
17783 * config.guess: Automatically recognize arm-acorn-riscix
17784 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
17785
17786Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
17787
17788 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
17789
17790Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17791
17792 * Makefile.in (DISTDOCDIRS): New variable.
17793 (taz): Edit local Makefile.in sooner, instead of proto-toplev
4e81ae98 17794 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
6599da04
JM
17795
17796Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17797
17798 * configure.in (hppa target): check the source directory for the
17799 pagas sub-directory
17800
17801Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
17802
17803 * config.sub: Allow -aout* and -elf*.
17804
17805Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17806
17807 * configure.in: Don't build ld on i386-solaris2, same as for
17808 sparc-solaris2.
17809
17810Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
17811
17812 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
17813
17814Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17815
17816 * configure.in: Configure gdb for alpha.
17817
17818Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17819
17820 * Makefile.in (CXXFLAGS): Add -O.
17821
17822Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17823
17824 * config.guess: added support for DG Aviion
17825
17826Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17827
17828 * configure.in: Produce warning message for subdirectories not
17829 configurable for this host/target combination. Don't try to
17830 configure gdb for vms.
17831
17832Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17833
17834 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
17835 appropriate files before making "diststuff".
17836 (DISTBISONFILES): New var: list of files to be edited.
17837 (DISTSTUFFDIRS): Add binutils.
17838
17839Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17840
17841 * config.sub: also handle mipsel and mips64el (for little endian mips)
17842
17843Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17844
17845 * configure.in: Add * to end of all OS names.
17846
17847Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
17848
17849 * configure.in: Build newlib for LynxOS native.
17850
17851Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17852
17853 * config.guess: Add support for delta 88k running SVR3.
17854
17855 * configure.in: Add comment about HP compiler vs. emacs.
17856
17857Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17858
17859 * configure.in: don't build ld on solaris2 (not a viable option
17860 due to bugs in getpwnam & getpwuid)
17861
17862Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17863
17864 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
17865 config.guess will produce a full version number.
17866
17867Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17868
17869 * configure.in: Build linker and binutils for alpha-dec-osf1.
17870
17871Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17872
17873 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
17874 and gdb/testsuite/Makefile.in.
17875
17876Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17877
17878 * configure.in: recognize mips*- instead of mips-
17879
17880Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
17881
17882 * config.sub: Accept linux*coff and linux*elf as operating
17883 systems.
17884
17885Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17886
17887 * config.sub: Recognize mips64, and mips3 as an alias for it.
17888
17889Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17890
17891 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
17892 gdb knows how to handle OSF/1 shared libraries.
17893
17894Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17895
17896 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
17897 * config.guess: Recognize Hitachi's HIUX.
17898 * config.sub: Recognize h3050r* and hppahitachi.
17899 Remove redundant cases for hp9k[23]*.
17900
17901Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17902
17903 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
17904 if gas and ld are in the source tree and are in ${configdirs}.
17905 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
38e01259 17906 --with options (but still pass them down on the command line,
6599da04
JM
17907 if they were explicitly specified).
17908
17909Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17910
17911 * configure: substitute SHELL value in Makefile.in with
17912 ${CONFIG_SHELL}
17913
17914Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17915
17916 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
17917 *-*-solaris2* targets.
17918
17919Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17920
17921 * Makefile.in: define M4, and pass it down to sub-makes;
17922 all-autoconf now depends on all-m4
17923
17924Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17925
17926 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
17927 presence of {ar,ranlib} instead of a configured directory
17928
17929Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
17930
17931 * config.guess: Accept 34?? as well as 33?? for NCR.
17932
17933Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17934
17935 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
17936 of 'gas' in sed commands, since 'gash' is now in the tree as well.
17937
17938Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17939
17940 * configure: grab values for $(CC) and $(CXX) from the
17941 environment, so that someone can do "CC=gcc configure; make" and
17942 have it work right (matching the way that autoconf works now)
17943
17944 * configure.in, Makefile.in: add support for gash, the tcl
17945 interface to Galaxy
17946
17947 * config.guess: add NetBSD variants (hp300, x86)
17948
17949Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
17950
17951 * install.sh: Support -d option (in the manner of SunOS 4 install,
17952 as it is more deterministic than that of GNU install)
17953 (chmodcmd): Set file to mode 755 by default (should also do default
17954 chgrp and chown, but I don't feel like dealing with that now)
17955
17956Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
17957
17958 * config.sub: Remove h8300hhms alias.
17959
17960Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17961
17962 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
17963
17964Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17965
17966 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
17967 as stmp-fixinc
17968
17969Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
17970
17971 * config.sub: recognize m88110-bug-coff.
17972
17973Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17974
17975 * Makefile.in (all-libio): all dependencies on the toolchain used
17976 to build this (gcc, gas, ld, etc)
17977
17978Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17979
17980 * config.guess: Deal with OSF/1 1.3 on alpha.
17981
17982Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17983
17984 * install.sh: add some 'else true' clauses for portability
17985
17986 * configure.in: don't build libio for h8[35]00-*-* targets
17987
17988Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
17989
17990 * Makefile.in: Add support for new libio.
17991
17992Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17993
17994 * install.sh: If one command fails, don't try the rest. Don't try
17995 to remove $dsttmp (via trap) unless we have already created it.
17996 If $src doesn't exist, detect it and exit with an error.
17997
17998 * config.guess: Recognize BSD on hp300.
17999
18000Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
18001
18002 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
18003 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
18004
18005Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
18006
18007 * Makefile.in (all-send-pr): depends on all-prms
18008
18009Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18010
18011 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
18012
18013Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18014
18015 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
18016 Added test for mips-mips-riscos5.
18017
18018Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18019
18020 * configure.in: use mh-hp300 for 68k HP hosts
18021
18022Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18023
18024 * configure: add support for CONFIG_SHELL, so that you can use
18025 some alternate shell for evaluating configure scripts
18026
18027Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
18028
18029 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
18030 in configure script to bug-gdb@prep.ai.mit.edu when building
18031 distribution archive.
18032 * Makefile.in (COMPRESS): Remove def.
18033 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
18034 gdb.tar.Z and make-gdb.tar.Z respectively.
18035 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
18036 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
18037 to convergence with 'taz' target in Makefile.in.
18038
18039Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18040
18041 * install.sh (dsttmp): use trap to ensure that tmp files go
18042 away on error conditions
18043
18044Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18045
18046 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
18047
18048Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18049
18050 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
18051 its parent is '/' not ''.
18052
18053 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
18054
18055Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
18056
18057 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
18058 that ${newsrcdir}/configure.in does.
18059
18060Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18061
18062 * test-build.mk: support for CONFIG_SHELL
18063
18064Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
18065
18066 * config.sub (netware): Add as a basic system type.
18067
18068Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
18069
18070 * Makefile.in (Makefile): depend on configure.in. Also drop the
18071 $(srcdir)/ from the dependency on Makefile.in.
18072
18073Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
18074
18075 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
18076 (h8300hhms is temporary until multi-libraries are implemented).
18077 * configure.in: Handle h8300h too.
18078
18079Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18080
18081 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
18082
18083Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
18084
18085 * configure: Remove extraneous output when guessing host type.
18086 * config.guess: Remove extraneous output when guessing using C
18087 compiler rather than uname, or when guessing fails.
18088
18089Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
18090
18091 * Makefile.in: remove all.cross and install.cross targets
18092
18093 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
18094 definitions
18095
18096Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
18097
18098 * configure.in (target sh): Build gprof.
18099
18100Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18101
18102 * config.sub: change -solaris to -solaris2
18103
18104Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18105
18106 * configure.in: Use config/mh-riscos for mips-*-sysv*.
18107
18108Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
18109
18110 * configure: Correct error message for missing Makefile.in to
18111 print correct directory.
18112
18113Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18114
18115 * install.sh: kludge around 386BSD shell bug
18116
18117Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
18118
18119 * config.guess: Recognize NeXT.
18120 * config.guess: Recognize i486-ncr-sysv4.
18121 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
18122
18123Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
18124
18125 * Makefile.in (MAKEINFOFLAGS): New variable.
18126 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
18127 * build-all.mk, test-build.mk: Pass down --no-split as
18128 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
18129
18130Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
18131
18132 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
18133
18134Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
18135
18136 * Makefile.in (libg++.tar.z): New rule.
18137 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
18138 * Makefile.in (taz): Only do a single chmod.
18139
18140Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
18141
18142 * install.sh: don't use dirname anymore (replaced with sed usage)
18143
18144Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
18145
18146 * Makefile.in: Change extension for gzip'd files from '.z' to
18147 '.gz' per new FSF standard usage.
18148
18149Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
18150
18151 * configure: put quotes around the final value of program_transform_name
18152
18153Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18154
18155 * Makefile.in: new install.sh support; update install-info rules
18156
18157Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
18158
18159 * configure.in: Build diff for crosses, but not for go32 host.
18160
18161 * configure.in: Build gprof only for native, and don't build it
18162 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
18163
18164Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
18165
18166 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
18167
18168Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18169
18170 * configure.in (host_tools): Add prms.
18171
18172Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18173
18174 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
18175 with $(FLAGS_TO_PASS) on the command line
18176
18177 * config.sub: Recognize lynx and lynxos
18178
18179Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
18180
18181 * config.sub: Accept -ecoff*, not just -ecoff.
18182
18183Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18184
18185 * Makefile.in (taz): Use .gz suffix instead of .z.
18186 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
18187 names.
18188
18189Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18190
18191 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
18192
18193Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18194
18195 * Makefile.in (install-no-fixedincludes): install gcc last, so
18196 that rebuilds that might happen during 'make install' don't get
18197 bogus gcc include files
18198
18199Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18200
18201 Change from Utah for HPPA support:
18202 * config.guess: Recognize hppa1.x-hp-bsd.
18203
18204Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
18205
18206 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
18207 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
18208
18209Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
18210
18211 * config.sub: Add support for rom68k and bug boot monitors.
18212
18213Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
18214
18215 * Makefile.in: Make all-opcodes depend on all-bfd.
18216
18217Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
18218
18219 * config.guess: Added special check for i[34]86-univel-sysv4*.
18220
18221Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
18222
18223 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
18224 the processor rather than assuming i486.
18225
18226Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18227
18228 * config.guess: Recognize SunOS6 as Solaris3.
18229
18230Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
18231
18232 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
18233 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
18234
18235Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
18236
18237 * build-all.mk (all-cross): New target for Canadian Cross.
18238 Added Q2 go32 targets.
18239 * test-build.mk: Configure go32 cross sparclite-aout and
18240 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
18241 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
18242
18243Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18244
18245 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
18246 GO32 hosted toolchains
18247
18248Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
18249
18250 * configure: change so "-exec-prefix" gets passed down rather
18251 than "-exec_prefix" so autoconf generated Makefiles get the
18252 exec_prefix set right.
18253
18254Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18255
18256 * config.guess: get the Solaris2 minor version number
18257
18258 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
18259
18260Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18261
18262 * config.guess: Recognize some Sequent platforms.
18263
18264Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18265
18266 * Makefile.in: added the vault-install target
18267
18268 * configure.in: actually use the Sun3 makefile fragment that's in
18269 config, also added the release dir to configdirs
18270
18271Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18272
18273 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
18274
18275Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18276
18277 * configure.in: remove some program from Alpha targetted toolchains
18278
18279Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
18280
18281 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
18282 gprof.
18283 (taz): Run "make diststuff" in those directories instead of "make
18284 proto-dir". Look for "VERSION=" only at start of line in subdir
18285 Makefile. Use "gzip -9" for compression.
18286 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
18287 (binutils.tar.z): New target.
18288
18289Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18290
18291 * Makefile.in (taz): Include gpl.texinfo.
18292
18293Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18294
18295 * Makefile.in (setup-dirs): Merged into "taz" target.
18296 (taz): Only do `proto-dir' stuff if a directory is actually needed
18297 for this target.
18298
18299Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
18300
18301 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
18302 (FLAGS_TO_PASS): Pass down MUNCH_NM.
18303 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
18304 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
18305 (gcc-no-fixedincludes): Correct for current gcc Makefile.
18306
18307Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
18308
18309 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
18310 config.sub, and move-if-change to gdb testsuite distribution
18311 archive, so the testsuite can be extracted, configured, and
18312 run separately from the gdb distribution. Blow away the Chill
18313 tests that require a Chill compiled executable, since GNU Chill
18314 is not yet publically available.
18315
18316Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18317
18318 * test-build.mk: set environment variables in a single command,
18319 instead of a list of assignments and exports
18320
18321 * config.guess: recognize Alpha/OSF1 systems
18322
18323Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18324
18325 * configure: Change help message to prefer --options rather than
18326 -options.
18327
18328Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18329
18330 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
18331 zippy@ecst.csuchico.edu.
18332 * config.guess: Recognize miniframe.
18333
18334Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
18335
cc6010cd
AP
18336 * Makefile.in: Use srcroot to find runtest rather than rootme.
18337 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
6599da04
JM
18338
18339Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
18340
18341 * test-build.mk: Extensive additions to support building on a
18342 machine other than the host.
18343
18344Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18345
18346 * configure (tooldir): Fix for i386-aix again.
18347
18348Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
18349
18350 * configure, Makefile.in: Change definition of $(tooldir)
18351 to match the FSF.
18352
18353Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
18354
18355 * config.guess: Recognize i[34]86/SVR4.
18356
18357Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18358
18359 * Makefile.in (all-gdb): gdb depends on sim.
18360
18361Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
18362
18363 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
18364 at the same time we make the prototype gdb directory.
18365 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
18366 files at the same time as the gdb base release distribution.
18367
18368Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
18369
18370 * Makefile.in (check): Use individual check targets rather than
18371 DO_X rule.
18372 (check-gcc): Added.
18373
18374Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
18375
18376 * config.sub: Use sysv3.2 not sysv32 for canonical OS
18377 for System V release 3.2.
18378
18379Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18380
18381 * config.sub: Recognize hppaosf.
18382 * configure.in: Do configure ld/binutils/gas for it.
18383
18384Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18385
18386 * configure (tooldir): Alter syntax used to set this, for systems
18387 where "\$" isn't handled right, like i386-aix.
18388
18389Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
18390
18391 * configure: Pass program-transform-name, not
18392 program_transform_name, to recursive configures.
18393
18394Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
18395
18396 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
18397 of gas+ld+binutils.
18398
18399Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
18400
18401 * config.guess: Recognize AIX3.2 as distinct from 3.1.
18402
18403Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18404
18405 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
18406
6599da04
JM
18407Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18408
18409 * Makefile.in (PRMS): Set back to all-prms.
18410
18411Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
18412
18413 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
18414 targets, rather than for MIPS hosts.
18415
18416Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18417
18418 * configure.in: add comment for --with-x default values
18419
18420 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
18421
18422 * Makefile.in: add check-* targets for each of the directories in
18423 the tree. Add a definition of RUNTEST that will use the one we
18424 just built, if it exists. Pass this down via FLAGS_TO_PASS.
18425
18426Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
18427
18428 * configure.in: Removed obsolete references to bfd_target and
18429 target_makefile_frag.
18430
18431 * build-all.mk: Set assorted targets for Q2.
18432 * config.sub: Recognize z8k-sim and h8300-hms.
18433 * test-build.mk: Really don't pass host to configure.
18434 (HOLES): Added uname.
18435
18436Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
18437
18438 * configure: Handle an empty program-prefix, program-suffix or
18439 program-transform-name correctly.
18440
18441Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
18442
18443 * build-all.mk: -G 8 no longer required for MIPS targets.
18444 * test-build.mk: Don't pass host argument to configure; make it
18445 guess.
18446
18447Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
18448
18449 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
18450 * Makefile.in (COMPRESS): New macro, like GZIP.
18451
18452Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
18453
18454 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
18455
18456 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
18457 with gas currently defaults to -G 0.
18458
18459Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
18460
18461 * Makefile.in (all-flex): flex depends on byacc.
18462
18463 * build-all.mk: If host not specified, use config.guess. Pass TAG
18464 to test-build.mk as RELEASE_TAG.
18465 * test-build.mk (configargs): New variable containing arguments to
18466 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
18467 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
18468
18469 * config.guess: Use /bin/uname when checking -X argument on SCO,
18470 to avoid invoking GNU uname which doesn't understand -X.
18471
18472 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
18473
18474 * configure.in: Build gas for mips-*-*.
18475
18476Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18477
18478 * Makefile.in (all.normal): insert missing backslash.
18479
18480Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
18481
731a8127 18482 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
6599da04
JM
18483
18484 * Makefile.in: Complete overhaul to merge many almost identical
18485 targets.
18486
18487Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18488
18489 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
18490 (gdb.tar.Z): Adjusted.
18491
18492 * Makefile.in (setup-dirs, taz): New targets; should be general
18493 enough to adapt for gdb sometime. Build only .z file.
18494 (gas.tar.z): New target.
18495
18496Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
18497
18498 * build-all.mk: Use CC=cc -Xs on Solaris.
18499
6599da04
JM
18500Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
18501
18502 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
18503 for handling BISON for FSF releases.
18504
18505Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18506
18507 * configure: Actually implement the change zoo just documented.
18508
18509Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
18510
18511 * configure: when using config.guess, only set target_alias when
18512 it's not already been set (ie, on the command line)
18513
18514Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18515
18516 * Makefile.in: add installcheck target, set PRMS to install-prms
18517
18518Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18519
18520 * configure: add support for package_makefile_fragment, handle the
18521 case where a directory has a configure.in file but no Makefile.in
18522 more gracefully (with an actual understandable error message, even);
18523 add support for --without (and add this to the usage message); also
18524 explicitly add a --host=${host_alias} to the command line when
18525 config.guess is used
18526
18527Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18528
18529 * configure: Must use both --host and --target in recursive calls.
18530
18531Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
18532
18533 * Makefile.in: Change deja-gnu to dejagnu.
18534
18535Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
18536
18537 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
18538
18539Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18540
18541 * configure.in: canonicalize all instances to *-*-solaris2*,
18542 also strip out a number of tools to not build for go32 host
18543
18544Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18545
18546 * config.guess: add GPL.
18547
18548 * Makefile.in, config.guess, config.sub, configure: bump
18549 copyrights to 93.
18550
18551Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
18552
18553 * Makefile.in (do-info): Removed obsolete check for existence of
18554 localenv file.
18555
18556 * Makefile.in (MAKEOVERRIDES): Define to be empty.
18557
18558Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18559
18560 * Makefile.in: a couple of 'else true' for decstation,
18561 support for TclX
18562
18563 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
18564
18565Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
18566
18567 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
18568
18569Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
18570
18571 * config.guess: Recognize i386-ibm-aix (PS/2).
18572 * configure.in: Use config/mh-aix386 file for it.
18573
18574Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
18575
18576 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
18577 CC_FOR_TARGET instead.
18578 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
18579
18580Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
18581
18582 * Makefile.in: Add sim to list of directories sent with gdb
18583
18584Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
18585
18586 * configure.in: Put back mips-dec-bsd* case.
18587
18588Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
18589
18590 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
18591 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
18592 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
6599da04
JM
18593
18594Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18595
18596 * configure.in: remove no-op mips-dec-bsd* in "case $target"
18597
18598 * Makefile.in (dir.info): only run gen-info-dir if it exists,
18599 (install-info): install dir.info only if it exists,
18600 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
18601
18602Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
18603
18604 * configure.in: For vms target, skip bfd, ld, binutils. Do build
18605 gas for mips-dec-bsd.
18606
18607Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
18608
18609 * configure (makesrcdir): If ${srcdir} is relative and not ".",
18610 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
18611
18612Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
18613
18614 * configure.in: Added "dejagnu" to hosttools list.
18615
18616Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
18617
18618 * config.sub, configure.in, config.guess: Add support
18619 for Bosx, an AIX variant from Bull.
18620 Patches from F.Pierresteguy@frcl.bull.fr.
18621
18622Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
18623
18624 * devo/dejagnu: Initial creation of devo/dejagnu.
18625 Migrated dejagnu testcases and support files for testing software
18626 tools to reside as subdirectories, currently called "testsuite",
18627 within the directory of the software tool. Migrated all programs,
18628 support libraries, etc. beloging to dejagnu proper from
18629 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
18630 with no modifications. The changes to these files which will
18631 allow them to configure, build, and execute properly will be made
18632 in a future update.
18633
18634Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18635
18636 * Makefile.in: Change send_pr to send-pr.
18637 * configure.in: Likewise.
18638 * send_pr: Renamed directory to send-pr.
18639
18640Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
18641
18642 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
18643
18644Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
18645
18646 * README: Update for gdb-4.8 release.
18647 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
18648 gdb-xxx.tar.z (gzip'd) file also.
18649
18650Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18651
18652 * Makefile.in: make all-diff depend on all-libiberty
18653
18654Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
18655
18656 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
18657
18658Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18659
18660 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
18661
18662Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
18663
18664 * Makefile.in (DEVO_SUPPORT): Remove etc directory
18665 (ETC_SUPPORT): Only add the files GDB wants from etc/.
18666 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
18667
18668Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18669
18670 * Makefile.in: makeinfo binary is in a new location
18671
18672Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
18673
18674 * config.sub: Accept -ecoff as an OS.
18675
18676 * Makefile.in: Various changes to eliminate a level of make
18677 recursion and reduce the required command line length.
18678 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
18679 sub-makes.
18680 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
18681 variables holding settings for specific sub-makes.
18682 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
18683 in terms of BASE_FLAGS_TO_PASS.
18684 (TARGET_LIBS): New variable listing directories which use
18685 TARGET_FLAGS_TO_PASS.
18686 (subdir_do): Eliminated.
18687 (do-*): New set of targets to replace subdir_do.
18688 (various): All targets which used subdir_do now depend on do-*.
18689 (local-clean): Renamed from do_clean.
18690 (local-distclean): New target, dependency of distclean and
18691 realclean.
18692 (install-info): Don't create directories. Depend on dir.info
18693 rather than calling make recursively.
18694 (install-dir.info): Eliminated.
18695 (install-info-dirs): Create all info directories here.
18696 (dir.info): Depend upon do-install-info.
18697
18698 * test-build.mk (HOLES): Added false.
18699
18700Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
18701
18702 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
18703
18704Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18705
18706 * Makefile.in (info): remove dependency on all-texinfo. The
18707 problem was really in texinfo/C, not at this level.
18708
18709Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
18710
18711 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
18712
18713Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
18714
18715 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
18716 GDB releases.
18717
18718Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18719
18720 * configure: Include srcdir in message about target of link not
18721 being found. Don't convert `-' to `_' in `with' options being
18722 passed to subdirs.
18723
18724Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18725
18726 * configure.in: add uudecode to host_tools
18727
18728 * Makefile.in: added {all,install}-uudecode targets, added them to
18729 the appropriate lists
18730
18731Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
18732
18733 * Makefile.in (all-gcc): Added dependency on all-gas.
18734
18735 * configure.in (mips-*-*): Build ld and binutils.
18736
18737Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18738
18739 * configure: check return code from mkdir, print error message and
18740 exit on failure.
18741
18742Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
18743
18744 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
18745
18746Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
18747
18748 * test-build.mk (HOLES): Added tar, cpio and uudecode.
18749
18750Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18751
18752 * config.sub (h8500): Recognize this as a cpu type.
18753
18754Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18755
18756 * configure: source directory missing is no longer a warning
18757
18758 * configure.in: recognize irix[34]* instead of irix[34]
18759
18760 * Makefile.in: define and pass down X11_LIB
18761
6599da04
JM
18762Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
18763
18764 * guess-systype: Renamed to ...
18765 * config.guess: ... by popular request.
18766 * configure.in, Makefile.in: Update accordingly.
18767
18768Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
18769
18770 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
18771 + Add Convex, Cray/Unicos, and Encore/Multimax support.
18772 + Execute ./dummy instead of assuming . is in PATH.
18773
18774Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
18775
18776 * guess-systype: New shell script. Attempts to guess the
18777 canonical host name of the executing host.
18778 Only a few hosts are supported so far.
18779 * configure: Call guess-systype if no host is specified.
18780
18781Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
18782
18783 * Makefile.in (gcc-no-fixedincludes): Made to work with current
18784 gcc Makefile.
18785
6599da04
JM
18786Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
18787
18788 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
18789 (all-gcc, install-gcc, subdir_do): Use it.
18790
18791Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18792
18793 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
18794
18795Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
18796
18797 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
18798 set exclusively by configure, using configure.in .
18799
18800Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18801
18802 * test-build.mk: set $PATH for all builds
18803
18804 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
18805
18806Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
18807
18808 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
18809 the one used in gcc/Makefile.in, so that a null expansion doesn't
18810 override the one needed to build gcc with a native cc.
18811
6599da04
JM
18812Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18813
18814 * configure: Accept -with arguments.
18815
18816Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18817
18818 * Makefile.in: added h8300sim
18819
18820Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
18821
6599da04
JM
18822 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
18823 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
18824 (all-cygnus, native, build-cygnus): Make
18825 $(canonhost)-stamp-3stage-done, not $(host)....
18826 * test-build.mk (stamp-3stage-compared): Use tail +10c for
18827 i386-sco3.2v4. Added else true to if command.
18828
18829Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
18830
18831 * config.sub: (from FSF) Sequent uses a BSD-like OS.
18832
18833Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
18834
18835 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
18836
18837Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18838
18839 * configure.in: don't remove binutils from Solaris builds
18840
18841Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
18842
18843 * Makefile.in: get rid of earlier definitions for *clean,
18844 also handle the recursive info rule better
18845
18846Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
18847
18848 * Makefile.in (mostlyclean, distclean, realclean): Fix to
18849 do more-or-less the right thing.
18850
18851Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
18852
18853 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
18854 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
18855
18856Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18857
18858 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
18859 $(host_canonical).
18860
18861 * configure.in: split the configdirs list into 4 categories (native
18862 v. cross, library v. tool) and handle the cross-only and native-
18863 only in more reasonable (and correct!) way.
18864
18865Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
18866
18867 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
18868 configdirs anymore.
18869
18870Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18871
18872 * Makefile.in: extensive cleanup:: removed all of the explicit
18873 clean-* targets, collapsed many wrappers around subdir_do into
18874 one, added additional targets to satisfy standards.texi, deleted
18875 some old targets, some changes for consistency
18876
18877Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18878
18879 * configure.in: handle some programs as cross-only, and others as
18880 native only
18881
18882 * test-build.mk: handle partial holes in a more generic manner
18883
18884 * Makefile.in: m4 depends on libiberty
18885
6599da04
JM
18886Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18887
18888 * configure.in: add m4, textutils, fileutils, sed, shellutils,
18889 time, wdiff, and find to configdirs
18890
18891 * Makefile.in: all, clean, and install rules for the new programs
18892 added to configure.in
18893
18894Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18895
18896 * configure.in: use mh-sun for all *-sun-* hosts
18897
6599da04
JM
18898Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18899
18900 * Makefile.in: define flags for X11 include files and library file
18901 locations, pass them down to the programs that need this info
18902
18903 * build-all.mk: added a 'native' target, to 3stage the native toolchain
18904
6599da04
JM
18905Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18906
18907 * configure.in: start building libg++ for HP-UX targets
18908
18909Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
18910
18911 * README: Update references to files moved into etc/.
18912
18913Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
18914
18915 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
18916 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
18917
18918Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
18919
18920 * configure: accept dash as well as underscore in long option
18921 names for FSF compatibility.
18922
18923Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
18924
18925 * config.sub: added -sco3.2v4 support from FSF.
18926
18927Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18928
18929 * configure.in: expand the section that adds or removes
18930 directories from the list of programs to build, to handle native
18931 vs. cross in addition to host v. native
18932
18933Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
18934
18935 * Makefile.in: Replace C++ in macro names with CXX.
18936 This is less likely to break ...
18937
18938Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18939
18940 * test-build.mk: add -w to GNU_MAKE
18941
18942Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18943
18944 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
18945 add 'sparc' to list of recognized cpus. This needed to make
18946 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
18947 Delete some redundant ose68 variants. Recognize -wrs as an os,
18948 then changes that into $CPU-wrs-vxworks.
18949
18950 * configure.in: remove most references to gdbtest, regularize
18951 target based program removal
18952
18953 * test-build.mk: import from p3 tree (many fixes and changes)
18954
18955Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
18956
18957 * Makefile.in: added rules to handle tcl, tk, and expect
18958
18959 * configure.in: handle those directories if they exist
18960
18961Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18962
18963 * config.sub: removed bogus hppabsd and hppahpux names, since
18964 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
18965
18966Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18967
18968 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
18969 depends upon all-xiberty
18970
18971 * Makefile.in: changes from p3, including:
18972
18973 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
18974
18975 * Makefile.in (XTRAFLAGS): include newlib directories if
18976 newlib/Makefile exists, rather than if host != target.
18977
18978 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
18979
18980 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18981 from the same source tree and not building a cross-compiler. This
18982 matters for the libg++ configuration if reconfiguring a tree that
18983 has already been installed.
18984
18985 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
18986
18987 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18988 pick up the machine and system specific header files.
18989
18990 * Makefile.in: added AS_FOR_TARGET, passed down in
18991 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
18992 the C compiler to use to create programs which are run in the
18993 build environment, set it to default to $(CC), and passed it down
18994 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18995
18996 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
18997
18998 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
18999 We need them for unusual native builds, like systems without
19000 ranlib.
19001
19002 * configure: also define $(host_canonical) and
e490616e
ZW
19003 $(target_canonical), which are the full, canonical names for the
19004 given host and target
6599da04
JM
19005
19006Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
19007
19008 * Makefile.in: Added separate definitions for C++.
19009
19010Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
19011
19012 * configure.in (configdirs): Add deja-gnu.
19013
19014Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
19015
19016 * README: Update for configure.texi and gdb-4.7 release.
19017
19018Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
19019
19020 * Makefile.in: Move "all" target to top of file.
19021 Previously, first target was ".PHONY" which caused BSD4.4 make
19022 to build .PHONY when make was run without arguments.
19023
19024Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
19025
19026 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
19027 Library-copylefted code in libiberty.
19028
19029Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
19030
19031 * config.sub: Replace m68kmote with plain old m68k.
19032
19033Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
19034
19035 * Makefile.in: Remove space from blank line, avoid Make complaints.
19036
19037Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
19038
19039 * config.sub: Complain if no argument is given. Added support for
19040 386bsd as OS and target alias.
19041
19042Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
19043
19044 * Makefile.in (XTRAFLAGS): include newlib directories if
19045 newlib/Makefile exists, rather than if host != target.
19046
19047Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
19048
19049 * config.sub: recognize sparclite-wrs-vxworks.
19050
19051 * Makefile.in (install-xiberty): added *-xiberty make rules (from
19052 p3.) Added clean-xiberty to clean.
19053
19054Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19055
19056 * configure.in: use *-*-* instead of nested cases for host and target
19057
19058Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
19059
19060 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19061 from the same source tree and not building a cross-compiler. This
19062 matters for the libg++ configuration if reconfiguring a tree that
19063 has already been installed.
19064
19065Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
19066
19067 * config.sub (i486v/i486v4): Merge in from FSF version.
19068
19069Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
19070
19071 * configure: only set PWD if it is already set.
19072
19073Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
19074
19075 * configure: just set PWD=`pwd` at the top, since Ultrix sh
19076 doesn't have unset and all success paths (and most error paths)
19077 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
19078 to just ${PWD} to avoid confusion.)
19079
19080Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
19081
19082 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
19083 even for a native compilation.
19084
19085Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
19086
19087 Changes to make the gdb.tar.Z rule work better.
19088
19089 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
19090 (DEVO_SUPPORT): Add configure.texi.
19091 (bfd-ilrt.tar.Z): Remove ancient rule.
19092
19093Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
19094
19095 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19096 pick up the machine and system specific header files.
19097
19098 * configure.in, config.sub: added new target m68010-adobe-scout,
19099 with alias of adobe68k. Changed configure.in to check for
19100 -scout before -sco* to avoid a false match.
19101
19102 * Makefile.in: added AS_FOR_TARGET, passed down in
19103 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
19104 the C compiler to use to create programs which are run in the
19105 build environment, set it to default to $(CC), and passed it down
19106 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19107
19108Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
19109
19110 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
19111 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
19112 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
19113 FOR_TARGET variants, to newlib and libg++.
19114
19115Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
19116
19117 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
19118 first.
19119
19120Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
19121
19122 * config.sub: Accept `elf' as an environment.
19123
19124Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19125
19126 * Makefile.in (all-opcodes): cd into the right directory
19127
19128Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
19129
19130 * configure: added -program_transform_name option, used as
19131 argument to sed when installing programs.
19132 configure.texi: added documentation for -program_prefix,
19133 -program_suffix and -program_transform_name.
19134
19135Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
19136
19137 * config.sub: Accept i486 where i386 ok.
19138
19139Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
19140
19141 * config.sub: accept we32k
19142
19143Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
19144
3b75d237 19145 * config.sub, configure.in: accept OSE68000 and OSE68k.
6599da04
JM
19146
19147 * Makefile.in: don't create all directories for ``make install'';
19148 let the subdirectories create the ones they need.
19149
19150Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19151
e490616e 19152 * COPYING: new file, GPL v2
6599da04
JM
19153
19154Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19155
19156 * Makefile.in: use the new gen-info-dir, which needs a template
19157 argument (which also lives in texinfo)
19158
19159 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
19160
6599da04
JM
19161Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
19162
19163 * config.sub (ncr3000): Change i386 to i486.
19164
19165Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19166
19167 * Makefile.in: add install-rcs, install-grep to
19168 install-no-fixedincludes, removed install-bison and install-libgcc
19169
19170Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
19171
19172 * configure.in: grab the HPUX makefile fragment if on HPUX
19173
19174Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
19175
19176 * Makefile.in: eradicate bison spoor (ditto libgcc).
19177 configure.in: recognise m68{k,000}-ericsson-OSE.
19178 es1800 is alias for m68k-ericsson-OSE
19179
19180Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19181
19182 * configure.in: rearrange the parts that remove programs from
19183 configdirs, based now on HOST==TARGET or by canonical triple.
19184
19185Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19186
19187 * test-build.mk: recurse explicitly with -f test-build.mk when
19188 appropriate. predicate stage3 and comparison on the existence
19189 of gcc. That is, if gcc isn't around, we aren't three-staging.
19190 On very clean, also remove ...stamp-co. Build in-place before
19191 doing other builds.
19192
19193Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19194
19195 * Makefile.in, configure.in: add tgas
19196
19197Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19198
19199 * Makefile.in: a number of changes merged in from progressive.
19200
19201 * configure.in: add libm.
19202
19203 * .cvsignore: ignore some stuff that comes from test-build.mk.
19204
6599da04
JM
19205Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
19206
19207 * config.sub: Add es1800 (m68k-ericsson-es1800).
19208
19209Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
19210
19211 * configure: Add program_suffix (parallel to program_prefix)
19212 * Makefile.in: adjust directory-creating script for losing decstation
19213
19214Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
19215
19216 * configure: Minor $subdir-related fixes.
19217
19218Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19219
19220 * configure: fix various problems with propogating
19221 makefile_target_frag in subdirs.
19222 * configure.in: config libgcc if its there
19223
19224Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
19225
19226 * config.sub: HPPA merge.
19227
6599da04
JM
19228Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
19229
19230 * Makefile.in: Replace all-bison with all-byacc in all
19231 dependency lines for other tools (which now use byacc).
19232
19233Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
19234
19235 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
19236
6599da04
JM
19237Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
19238
19239 * Makefile.in: make gprof rules similar to byacc rules (instead of
19240 vestigal $(unsubdir) that didn't work...)
19241
19242Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
19243
19244 * config.sub: Add support for Linux.
19245 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
19246 (at least for libg++).
19247
19248Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
19249
19250 * configure.texi: fix doc for the -nfp option to configure
19251
19252Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
19253
19254 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
19255
19256Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
19257
19258 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
19259 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
19260 * configure.in: added solaris* host_makefile_frag hook.
19261
19262Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19263
19264 * config.sub: changed recognition of m68000 so that various
19265 m68k types can be specified via m680[01234]0
19266
19267Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19268
19269 * config.sub (basic_machine): fix sed so that '-foo' isn't
19270 completely substituted out while .+'-foo' loses the '-foo'
19271
19272Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
19273
19274 * config.sub ($os): Add -aout.
19275
19276Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
19277
19278 * configure: If host_makefile_frag is absolute, don't
19279 prefix ${invsubdir} (relevant to libg++ auto-configure).
19280
19281Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
19282
19283 * Makefile.in (tooldir): Define it.
19284 (all-ld): Depend on all-flex.
19285
19286Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
19287
19288 * Makefile.in (check): Fix libg++ special case.
19289
19290Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
19291
19292 * configure: do not bury `pwd` into config.status, thus do fewer
19293 pwd's.
19294
19295 * configure: print the "Building in" message only when building in
19296 other than "." AND verbose.
19297
63f6bcd7 19298 * configure: remove -s, rework -v to better accommodate guested
6599da04
JM
19299 configures.
19300
19301 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
19302
19303Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
19304
19305 * Makefile.in: macroize flags passed on recursion. remove
19306 fileutils.
19307
19308Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
19309
19310 * configure: get makesrcdir right for subdirs deeper than 1.
19311
19312 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
19313 install.
19314
19315Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
19316
19317 * Makefile.in: don't print subdir_do or recursion lines.
19318
19319Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
19320
19321 * standards.texi: added menu item.
19322
19323 * Makefile.in: build and install standards.info.
19324
19325 * standards.texi: new file.
19326
19327Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19328
19329 * configure: test for and move config.status pieces from
19330 ${subdir}/.
19331
19332Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
19333
6599da04
JM
19334 * configure: Test for existance of files before trying to mv
19335 them, to avoid numerous non-existance messages.
19336
19337Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
19338
19339 * configure: correct final line of config.status.
19340
19341 * configure: patch from eggert. Avoids a protection problem if
19342 the original Makefile.in is read only.
19343
19344 * configure: use move-if-change from gcc to create config.status.
19345 Some makefiles depend on config.status to tell if a directory
19346 has been reconfigured for a different host. This change
19347 prevents those directories from remaking everything in the case
19348 where the reconfig was only intended to rebuild a Makefile.
19349
19350 * configure: test for config.sub with "config.sub sun4" rather
19351 than "config.sub ${host_alias}". Otherwise we can't tell a bad
19352 host alias from a missing config.sub.
19353
19354Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19355
19356 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
19357 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
19358
19359Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
19360
19361 * configure: mkdir ${subdir} as needed.
19362
19363Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
19364
19365 * Makefile.in,configure.in: added autoconf.
19366
19367Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19368
19369 * Makefile.in: no longer pass against on recursion.
19370
19371 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
19372 definitions are not inherited.
19373
19374 * configure: correct makesrcdir when subdir is .
19375
19376Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
19377
19378 * configure: Add support for 'subdirs' variable, which is
19379 like 'configdirs', except that configure doesn't re-invoke
19380 itself for subdirs, it just creates a Makefile for each subdir.
19381 * configure.texi: Document subdirs.
19382
19383Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19384
19385 * configure.in: added flex to configdirs
19386
19387Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
19388
19389 * Makefile.in: remove clean-stamps from clean.
19390
19391Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
19392
19393 * configure.in: Add gdbtest to configdirs.
19394
19395Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
19396
19397 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
19398 to recursive makes.
19399 * configure.in: Recognize new ncr3000 config.
19400
19401Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
19402
19403 * Makefile.in, configure.in: removed references to gdbm.
19404
19405Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
19406
19407 * config.sub: Don't canonicalize os value
19408 newsos* to bsd (readline needs to check for newsos).
19409 (This fix was earlier made Jan 31, but got re-broken.)
19410
19411Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
19412
19413 * configure.in: sco is an os, not a vendor!
19414
19415 * configure: Quote $( better. Keep various shells happy.
19416
19417Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
19418
19419 * Makefile.in: eliminate stamp-files.
19420
19421Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
19422
19423 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
19424 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
19425
19426Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
19427
19428 * config.sub: fix iris/iris3.
19429
19430Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
19431
19432 * configure: re-add -rm.
19433
19434Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
19435
19436 * Maskefile.in: add .stmp-rcs to all.
19437
19438 * configure.in: remove gas from rs6000 build, use aix host fragment.
19439
19440Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
19441
19442 * configure: pass down site_option during recursion.
19443
19444Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
19445
19446 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
19447
19448Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
19449
19450 * configure: Change exec_prefix so that it really defaults to prefix.
19451
19452Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
19453
19454 * Makefile.in, configure.in: Add support for mmalloc library.
19455
19456Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
19457
19458 * Makefile.in: add stmp dependencies for a few more things.
19459
19460Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
19461
19462 * configure: adjusted error message on objdir/srcdir configure
19463 collision, per john's suggestion.
19464
19465 * Makefile.in: add libiberty stmp to all and all.cross.
19466
19467Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
19468
19469 * Makefile.in: remove force dependencies, add grep to all.
19470
19471Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
19472
19473 * Makefile.in: drop flex. make stamp files work.
19474
19475 * configure: added test for conflicting configuration in srcdir,
19476 remove trailing slashes from srcdir. Otherwise emacs gdb mode
19477 gets cranky. use relative paths for configure and srcdir
19478 whenever possible. Send some error messages to stderr that were
19479 going to stdout.
19480
19481Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
19482
19483 * Makefile.in: Fix libg++ rule to check for gcc directory
19484 before using gcc/gcc. Also pass XTRAFLAGS.
19485
19486Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
19487
19488 * Makefile.in: added stmp-files so that directories aren't polled
19489 when they are already built.
19490
19491 * configure.texi: fixed a node pointer problem.
19492
19493Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
19494
731a8127 19495 * config.sub configure.in gdb/configure.in
6599da04
JM
19496 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
19497 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
19498 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
19499
19500Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19501
19502 * configure: -recurring becomes -silent. corrected help message
19503 for -site= option.
19504
19505 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
19506
19507Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19508
19509 * configure: when building Makefile for crosses, replace
19510 tooldir and program_prefix. default srcdir from location of
19511 config.sub. remove "for host in hosts" and "for target in
19512 targets" loops.
19513
19514Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19515
19516 * Makefile.in: Do not pass bindir or mandir to cvs.
19517
19518Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
19519
19520 * Makefile.in, configure.in: removed traces of namesubdir,
19521 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
19522 copyrights to '92, changed some from Cygnus to FSF.
19523
19524 * configure.texi: remove most references to multiple hosts,
19525 multiple targets, subdirs, etc.
19526
19527 * configure.man: removed rcsid. reference config.sub not
19528 config.subr.
19529
19530 * Makefile.in: mkdir $(infodir) on install-info.
19531
19532Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
19533
19534 * configure.texi: Explain better about .gdbinit and about
19535 the environment that configure.in sections run in.
19536
19537Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
19538
19539 * configure.in: Ultrix is only a decstation if it's a MIPS.
19540
19541Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
19542
19543 * README: DOC.configure => cfg-paper.texi.
19544
19545Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
19546
19547 * config.sub (near case $os): Don't convert newsos* to bsd!
19548
19549Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
19550
19551 * Makefile.in: Reinstall change from gdb-4.3 that reduces
19552 the number of copies of COPYING that go into the GDB tar file.
19553
19554Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
19555
731a8127 19556 * bfd/configure.in, gdb/config/mh-i386sco,
6599da04
JM
19557 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
19558 Fix SCO configuration stuff.
19559
19560Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
19561
19562 * Makefile.in: For libg++, make sure the -I pointing
19563 to the gcc directory goes *after* all the libg++-local -I flags.
19564 Also, move just-gcc dependency from just-libg++ to all-libg++.
19565
19566Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
19567
19568 * configure: Change -x to -f to keep Ultrix /bin/test happy.
19569
19570Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
19571
19572 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
19573
19574Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
19575
19576 * config.sub: Add stratus configuration frags. Also
19577 submitted to FSF.
19578
19579Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
19580
19581 * Makefile.in (DEV_SUPPORT): add configure.man.
19582
19583 * config.sub(Decode manufacturer-specific): add -none*.
19584
19585Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
19586
19587 * Makefile.in: remove form feeds to make Sun's make happy.
19588 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
19589
19590Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
19591
19592 * Makefile.in (AR_FLAGS): Make quieter.
19593
19594Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
19595
19596 * configure.in: Add libg++.
19597 * configure: When verbose, don't output the command line at each
19598 level; it will be unremarkably the same as the previous version,
19599 which will be the same as what the user typed.
19600
19601Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
19602
19603 * configure.in, Makefile.in: fix clean-info, add flex. add
19604 fileutils.
19605
19606 * configure: be less sensitive to spaces in Makefile.in. Do not
19607 look for sources in "..". Doing so breaks subdirectories that
19608 might have their own configure. If a subdir has it's own
19609 configure script, use it.
19610
19611Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
19612
19613 * cfg-paper.texi: some changes suggested by rms.
19614
19615Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
19616
19617 * config.sub: Merge in some small additions from the FSF version,
19618 taken from the gcc distribution, to bring the Cygnus and FSF
19619 versions into closer sync.
19620
19621Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
19622
19623 * configure.in: Changed svr4 references to sysv4.
19624
19625Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
19626
19627 * configure: added -V for version number option.
19628
19629Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
19630
19631 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
19632 renamed from DOC.configure to cfg-paper.texi.
19633
19634Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19635
19636 * configure, config.subr, config.sub: config.subr is now
19637 config.sub again.
19638
19639Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
19640
19641 * configure.texi: new file, in progress.
19642
19643 * Makefile.in: build info file and install the man page for
19644 configure.
19645
19646 * configure.man: new file, first cut.
19647
19648 * configure: find config.subr again now that configuration "none"
19649 has gone. removed all traces of the -ansi option. removed all
19650 traces of the -languages option.
19651
19652 * config.subr: resync from rms.
19653
19654Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19655
19656 * configure, config.sub, config.subr: merge config.sub into
19657 config.subr, call the result config.subr, remove config.sub, use
19658 config.subr.
19659
19660 * Makefile.in: revised install for dir.info.
19661
19662Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19663
19664 * configure.in: add decstation host makefile frag.
19665
19666 * Makefile.in: BISON now bison -y again. also install-gcc on
19667 install. clean-gdbm on clean. infodir belongs in datadir.
19668 Make directories for info install. Build dir.info here then
19669 install it.
19670
19671Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19672
19673 * Makefile.in: fix for bad directory tests.
19674
19675Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19676
19677 * configure: \{1,2\} appears to be a sysv'ism. Use a different
19678 regexp. -srcdir relative was being handled incorrectly.
19679
19680 * Makefile.in: unwrapped some for loops so that parallel makes
19681 work again and so one can focus one's attention on a particular
19682 package.
19683
19684Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19685
19686 * configure: added PWD as a stand in for `pwd` (for speed). use
19687 elif wherever possible. make -srcdir work without -objdir.
19688 -objdir= commented out.
19689
19690Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19691
19692 * configure: +options become --options. -subdirs commented out.
19693 added -host, -datadir. Renamed -destdir to -prefix. Comment in
19694 Makefile now at top of generated Makefile. Removed cvs log
19695 entries. added -srcdir. create .gdbinit only if there is one
19696 in ${srcdir}.
19697
19698 * Makefile.in: idestdir and ddestdir go away. Added copyrights
19699 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
19700 and mandir now keyed off datadir by default.
19701
19702Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19703
19704 * Freshly created ChangeLog.
19705
19706\f
19707Local Variables:
19708mode: change-log
19709left-margin: 8
19710fill-column: 76
19711version-control: never
19712End: