]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
stl_list.h (struct _List_node_header): New.
[thirdparty/gcc.git] / ChangeLog
CommitLineData
50061652
RE
12017-07-04 Richard Earnshaw <rearnsha@arm.com>
2
3 * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
4 arm-specific auto-generated header files.
5
d4360477
NS
62017-07-03 Nathan Sidwell <nathan@acm.org>
7
8 * configure.ac: Set srcdir when sourcing config-lang.in fragments.
9 * configure: Rebuilt.
10
9dc9ae74
BS
112017-07-03 Bernd Schmidt <bschmidt@redhat.com>
12
13 * MAINTAINERS: Readd myself for c6x.
14
c8cf0b6f
ML
152017-06-28 Martin Liska <mliska@suse.cz>
16
17 PR bootstrap/81217
18 * Makefile.def: Remove superfluous bootstrap_target from
19 bootstrap_stage.
20 * Makefile.in: Re-generate the file.
21
0666865c
MO
222017-06-26 Maxim Ostapenko <m.ostapenko@samsung.com>
23
24 * MAINTAINERS: Add myself to Write After Approval
25
827c925e
AJ
262017-06-21 Andrew Jenner <andrew@codesourcery.com>
27
28 * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
29
0d053a49
ML
302017-06-19 Martin Liska <mliska@suse.cz>
31
32 * Makefile.def: Define 4 stages PGO bootstrap.
33 * Makefile.tpl: Define FLAGS.
34 * Makefile.in: Regenerate.
35
be75f645
ILT
362017-06-14 Ian Lance Taylor <iant@golang.org>
37
38 * Makefile.def: Add check-gotools to go check targets.
39 * Makefile.in: Rebuild.
40
c725f69c
SB
412017-06-12 Segher Boessenkool <segher@kernel.crashing.org>
42
43 * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
44
76052545
EB
452017-06-03 Eric Botcazou <ebotcazou@adacore.com>
46
47 * configure.ac (*-*-linux-android*): Set target_makefile_frag.
48 * configure: Regenerate.
49
afd88efc
ML
502017-05-31 Martin Liska <mliska@suse.cz>
51
52 * configure.ac: Add handling of stage2_werror_flags to
53 action-if-given and to action-if-not-given.
54 * configure: Regenerate.
55
945bafd6
PB
562017-05-31 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
57
58 * MAINTAINERS: Add self to Write After Approval
59
b9396a49
BS
602017-05-27 Bernd Schmidt <bschmidt@redhat.com>
61
62 * MAINTAINERS: Update my email address, and remove myself as
63 maintainer in some areas.
64
aa1b69e7
EG
652017-05-25 Eric Gallager <egall@gwmail.gwu.edu>
66
67 * MAINTAINERS: Add self to Write After Approval
68
cdfee50a
NS
692017-05-25 Nathan Sidwell <nathan@acm.org>
70
71 * configure.ac: Add --enable-languages=default to mean default and
72 make --enable-languages=all mean all supported languages.
73 * configure: Regenerated.
74
83349046
SB
752017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
76
77 * config.gcc (powerpc*-*-*spe*): New.
78 (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
79 (powerpc-*-rtems*spe*): New.
80 (powerpc*-*-linux*spe*): New.
81 (powerpc-wrs-vxworksspe): New.
82 (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
83 (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
84 * config.host (powerpc*-*-*spe*): New.
85
01c712cb
ML
862017-05-19 Martin Liska <mliska@suse.cz>
87
88 * configure.ac: Add --enable-werror-always just for
89 bootstrap-debug (or none build config) and do not add it
90 when we are on a release branch.
91 * configure: Regenerated.
92
7880c1a5
SL
932017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
94
95 * MAINTAINERS: Add self to Write After Approval
96
c759355f
KK
972017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
98
99 * MAINTAINERS: Move myself to Write After Approval section.
100
79557bae
CZ
1012017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
102
103 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
104 ACCH registers.
105 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
106 available.
107 (umulsidi3): Likewise.
108 (mulsidi3_700): Disable this pattern when we have advanced mpy
109 instructions.
110 (umulsidi3_700): Likewise.
111 (maddsidi4): New pattern.
112 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
113 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
114 (mpydu_imm_arcv2hs): Likewise.
115 * config/arc/predicates.md (accl_operand): New predicate.
116
c7314bc1
CZ
1172017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
118 Andrew Burgess <andrew.burgess@embecosm.com>
119
120 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
121 case.
122 (ARC_AUTOFP_IRQ_P): Likewise.
123 (ARC_AUTO_IRQ_P): Likewise.
124 (rgf_banked_register_count): New variable.
125 (parse_mrgf_banked_regs_option): New function.
126 (arc_override_options): Handle rgf_banked_regs option.
127 (arc_handle_interrupt_attribute): Add firq option.
128 (arc_compute_function_type): Return fast irq type when required.
129 (arc_must_save_register): Handle fast interrupts.
130 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
131 (arc_return_address_regs): Update.
132 * config/arc/arc.h (arc_return_address_regs): Update.
133 (arc_function_type): Add fast interrupt type.
134 (ARC_INTERRUPT_P): Update.
135 (RC_FAST_INTERRUPT_P): Define.
136 * config/arc/arc.md (simple_return): Update for fast interrupts.
137 (p_return_i): Likewise.
138 * config/arc/arc.opt (mrgf-banked-regs): New option.
139 * doc/invoke.texi (mrgf-banked-regs): Document.
140
41453183
CZ
1412017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
142
143 * config/arc/arc.c (irq_ctrl_saved): New variable.
144 (ARC_AUTOBLINK_IRQ_P): Define.
145 (ARC_AUTOFP_IRQ_P): Likewise.
146 (ARC_AUTO_IRQ_P): Likewise.
147 (irq_range): New function.
148 (arc_must_save_register): Likewise.
149 (arc_must_save_return_addr): Likewise.
150 (arc_dwarf_emit_irq_save_regs): Likewise.
151 (arc_override_options): Handle deferred options.
152 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
153 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
154 arc_must_save_return_addr.
155 (arc_compute_frame_size): Handle automated save and restore of
156 registers.
157 (arc_expand_prologue): Likewise.
158 (arc_expand_epilogue): Likewise.
159 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
160 * config/arc/arc.opt (mirq-ctrl-saved): New option.
161 * doc/invoke.texi (mirq-ctrl-saved): Document option.
162
52744dd7
TK
1632017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
164 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
165
166 PR bootstrap/77661
167 * Makefile.def: Don't pass --enable-maintainer-mode on to an
168 in-tree build MPC.
169 * Makefile.in: Regenerate.
170
deeba76a
FXC
1712017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
172
173 * configure.ac: Enable LTO by default on darwin >= 9.
174 * configure: Regenerate.
175
5a05e11d
PD
1762017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
177
178 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
179 and Andrew Waterman as the RISC-V maintainers.
180
e04f858c
NK
1812017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
182
183 * MAINTAINERS: Add self to Write After Approval
184
a98cf819
GP
1852017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
186
187 * config.guess: Import latest from upstream.
188
9826d1a3
GP
1892017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
190
191 * MAINTAINERS (Write After Approval): Remove entries that are
192 already covered under Reviewers.
193
a46586c3
MW
1942017-03-08 Mark Wielaard <mark@klomp.org>
195
196 PR demangler/70909
197 PR demangler/67264
198 * include/demangle.h: Add d_printing to struct demangle_component
199 and pass struct demangle_component as non const.
200
734ca1c2
GP
2012017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
202
203 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
204
93b87d1d
TS
2052017-02-15 Thomas Schwinge <thomas@codesourcery.com>
206
207 * Makefile.tpl: Remove HOST_ISLVER.
208 (HOST_EXPORTS): Remove ISLVER.
209 * Makefile.in: Regenerate.
210
f877b3ad
RB
2112017-02-13 Richard Biener <rguenther@suse.de>
212
213 * configure: Re-generate.
214
2ad31830
GP
2152017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
216
217 * MAINTAINERS: Adjust bug reporting URL.
218
3501e62c
GP
2192017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
220
221 * MAINTAINERS (Write After Approval): Remove redundant entry
222 for Andrew Burgess.
223
510555e0
JDA
2242017-02-03 John David Anglin <danglin@gcc.gnu.org>
225
226 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
227 32-bit hppa*-*-hpux*.
228 * configure: Regenerate.
229
f6a24a94
MJ
2302017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
231
232 * configure.ac: Moved the white list of enabling BRIG FE to
233 libhsail-rt/configure.tgt.
234 * configure: Regenerated.
235 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
236
2372017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
5fd1486c
PJ
238 Martin Jambor <mjambor@suse.cz>
239
5fd1486c
PJ
240 * Makefile.def (target_modules): Added libhsail-rt.
241 (languages): Added language brig.
242 * Makefile.in: Regenerated.
243 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
244 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
245 * configure: Regenerated.
246
3c36aa6b
JJ
2472017-01-17 Jakub Jelinek <jakub@redhat.com>
248
249 PR other/79046
250 * configure: Regenerated.
251
8f56cb51
AM
2522017-01-04 Alan Modra <amodra@gmail.com>
253
254 * configure: Regenerate.
255
f2c764c5
BE
2562016-12-29 Ben Elliston <bje@gnu.org>
257
258 * config.sub: Import latest version.
259
1dc9c117
AI
2602016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
261
262 * MAINTAINERS (Write After Approval): Add myself.
263
c21fdaa1
JJ
2642016-12-21 Jakub Jelinek <jakub@redhat.com>
265
266 * configure.ac: Don't bootstrap libmpx unless --with-build-config
267 includes bootstrap-mpx.
268 * configure: Regenerated.
269
cc811459
CX
2702016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
271
272 * MAINTAINERS (Write After Approval): Add myself.
273
b55e6680
MJ
2742016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
275
8f56cb51 276 * configure: Regenerate.
b55e6680 277
825fba52
MK
2782016-12-01 Matthias Klose <doko@ubuntu.com>
279
280 * configure.ac: Don't use pkg-config to check for bdw-gc.
281 * configure: Regenerate.
282
114bf3f1
MK
2832016-11-30 Matthias Klose <doko@ubuntu.com>
284
285 * Makefile.def: Remove reference to boehm-gc target module.
286 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
287 options and for the bdw-gc pkg-config module.
288 * configure: Regenerate.
289 * Makefile.in: Regenerate.
290
21b0f96a
NS
2912016-11-28 Nathan Sidwell <nathan@acm.org>
292
293 * MAINTAINERS (nvptx): Remove self.
294
292edab3
BE
2952016-11-25 Ben Elliston <bje@gnu.org>
296
297 * config.guess: Import latest version.
298 * config.sub: Likewise.
299
0954a00b
TT
3002016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
301
302 * MAINTAINERS (Write After Approval): Add myself.
303
8e4d2ca4
MK
3042016-11-15 Matthias Klose <doko@ubuntu.com>
305
306 * Makefile.def: Remove references to GCJ.
307 * Makefile.tpl: Likewise.
308 * Makefile.in: Regenerate.
309
84c1b9d3
MK
3102016-11-15 Matthias Klose <doko@ubuntu.com>
311
312 * config-ml.in: Remove references to GCJ.
313 * configure.ac: Likewise.
314 * configure: Regenerate.
315
3f95ca6c
JC
3162016-11-01 Josh Conner <joshconner@google.com>
317
318 * MAINTAINERS (Write After Approval): Update email address,
319
457cc672
CL
3202016-10-27 Carl Love <cel@us.ibm.com>
321
322 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
323 Approval list to make it alphabetical.
324
2142f54f
CL
3252016-10-27 Carl Love <cel@us.ibm.com>
326
327 * MAINTAINERS (Write After Approval): Add myself.
328
104700f4
AB
3292016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
330
331 * MAINTAINERS (Reviewers): Add myself.
332 (Write After Approval): Add myself.
333
942c0db8
HP
3342016-10-21 Hartmut Penner <hepenner@us.ibm.com>
335 Ulrich Weigand <uweigand@de.ibm.com>
336
337 * MAINTAINERS: Update email address.
338
fbf4c502
NS
3392016-10-10 Nathan Sidwell <nathan@acm.org>
340
341 * MAINTAINERS: Update email address.
342
b20e7532
AT
3432016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
344
345 * configure.ac: Add aarch64-*-freebsd*.
346 * configure: Regenerate.
347
2e21fd4d
SE
3482016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
349
350 * MAINTAINERS: Update email address after it got reverted.
351
43c40f3e
RO
3522016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
353
354 * configure.ac (target_libraries): Readd target-boehm-gc.
355 Restore --enable-objc-gc handling.
356 * configure: Regenerate.
357
f05796ba
JL
3582015-10-03 Jeff Law <law@redhat.com>
359
360 * MAINTAINERS: Move several inactive maintainers to the
361 write-after-approval section.
362
012447ea
JJ
3632016-09-30 Jakub Jelinek <jakub@redhat.com>
364
365 * configure.ac: Add target-libffi to target_libraries.
366 Readd libgcj target disablings, modified to only target-libffi.
367 Readd target addition of go to unsupported languages.
368 * configure: Regenerated.
369
a7d75d59
SE
3702016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
371
372 * MAINTAINERS: Update email address.
373
d1a79a95
AH
3742016-09-30 Andrew Haley <aph@redhat.com>
375
4d8c733d 376 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
d1a79a95
AH
377 write-after approval. Remove Tom Tromey and Bryce McKinlay from
378 libgcj.
379
af2d4873
AH
3802016-09-30 Andrew Haley <aph@redhat.com>
381
382 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
383 write-after approval after GCJ deletion.
384
07b78716
AH
3852016-09-30 Andrew Haley <aph@redhat.com>
386
387 * Makefile.def: Remove libjava.
388 * Makefile.tpl: Likewise.
389 * Makefile.in: Regenerate.
390 * configure.ac: Likewise.
391 * configure: Likewise.
392 * gcc/java: Remove.
393 * libjava: Likewise.
394
a29b7214
CZ
3952016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
396
397 * MAINTAINERS (Reviewers): Add myself.
398
2fd88f4f
AK
3992016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
400
401 * configure.ac: Disable "sim" directory for arc*-*-*.
402 * configure: Regenerated.
403
e2080e79
TC
4042016-09-23 Tamar Christina <tamar.christina@arm.com>
405
406 * MAINTAINERS (Write After Approval): Add myself.
407
8f3675f8
MR
4082016-09-12 Maciej W. Rozycki <macro@imgtec.com>
409
410 * configure.ac: Check for the minimum in-tree MPFR version
411 handled.
412 * configure: Regenerate.
413
21f88103
YTL
4142016-07-20 Yan-Ting Lin <currygt52@gmail.com>
415
416 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
417 * configure: Regenerated.
418
60d51882
FR
4192016-07-19 Fritz Reese <fritzoreese@gmail.com>
420
421 * MAINTAINERS (Write After Approval): Add myself.
422
277d7ee0
AK
4232016-06-23 Andi Kleen <ak@linux.intel.com>
424
425 * Makefile.def: Add autoprofiledbootstrap.
426 * Makefile.tpl: Dito.
427 * Makefile.in: Regenerate.
428
fd6487af
JS
4292016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
430
431 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
432 * configure: Regenerate.
433
3e326935
TS
4342016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
435
436 * configure: Regenerate.
437 * configure.ac: Remove support for avr-rtems.
438
9582bf04
SKS
4392016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
440
441 * MAINTAINERS (Write After Approval): Add myself.
442
6f820b68
MC
4432016-06-16 Michael Collison <michael.collison@arm.com>
444
445 * MAINTAINERS (Write After Approval): Add myself.
446
775ee7fa
MM
4472016-06-14 Mikael Morin <mikael@gcc.gnu.org>
448
449 * MAINTAINERS (Write After Approval): Update e-mail address.
450
de3ba371
JM
4512016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
452
21f88103 453 * MAINTAINERS (Write After Approval): Add myself.
de3ba371 454
350216e3
AM
4552016-05-28 Alan Modra <amodra@gmail.com>
456
457 * Makefile.tpl (configure): Depend on m4 files included.
458 * Makefile.in: Regenerate.
459
9cad20fa
BS
4602016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
461
462 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
463 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
464
92466115
BS
4652016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
466
467 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
468 special case builtin.
469 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
470 support for ALTIVEC_BUILTIN_VEC_ADDEC.
471 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
472 for __builtin_vec_addec.
473
fe38e08b
JS
4742016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
475
476 * config.guess: Import version 2016-04-02 (newest).
477 * config.sub: Import version 2016-05-10 (newest).
478
cef1a0b8 4792016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
704b85c7 480
cef1a0b8
JL
481 * configure.ac: Add ARC support to libgloss.
482 * configure: Regenerate
704b85c7 483
75a6b91a
AS
4842016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
485
486 * MAINTAINERS (Write After Approval): Add myself.
487
00f35794
BE
4882016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
489
490 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
491 * configure: Regenerated.
492 * Makefile.def (gmp): Explicitly disable assembler.
493 (mpfr): Adjust lib_path.
494 (mpc): Likewise.
495 * Makefile.in: Regenerated.
496
c100769b
JJ
4972016-05-01 Jakub Jelinek <jakub@redhat.com>
498
499 PR bootstrap/70704
500 * configure.ac (--enable-stage1-checking): Add missing
501 --enable-checking=.
502 * configure: Regenerated.
503
bc6d9014
OE
5042016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
505
ace08cb8
OE
506 * config.guess: Revert r235676.
507 * config.sub: Revert r235676.
508
5092016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
510
511 * config.guess: Remove SH5 support.
bc6d9014
OE
512 * config.sub: Likewise.
513 * configure: Likewise.
514 * configure.ac: Likewise.
515
7db11a5a
JJ
5162016-04-26 Jakub Jelinek <jakub@redhat.com>
517
518 PR bootstrap/70704
519 * configure.ac (--enable-stage1-checking): For --disable-checking or
520 implicit --enable-checking, make sure extra flag matches in between
521 stage1 and later checking.
522 * configure: Regenerated.
523
ab0fc037
TS
5242016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
525
526 * .gitattributes: New file.
527
c048fa95
SB
5282016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
529
530 * MAINTAINERS (rs6000/powerpc port): Add myself.
531
f3653cf5
SB
5322016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
533
534 PR bootstrap/70173
535 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
536 and gotools directories. Delete the stage_final file.
537 * Makefile.in: Regenerate.
538
4f93efa4
AV
5392016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
540
541 * MAINTAINERS (Write After Approval): Add myself.
542
c27e432e
SK
5432016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
544
545 * MAINTAINERS (Fortran maintainer): Remove myself.
546
7134713c
BS
5472016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
548
549 * MAINTAINERS (Write After Approval): Add myself.
550
7d74282a
KN
5512016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
552
553 * MAINTAINERS (Write After Approval): Add myself.
554
1b858e76
CC
5552016-03-17 Cary Coutant <ccoutant@gmail.com>
556
557 Sync with binutils-gdb:
558
559 2016-03-17 Cary Coutant <ccoutant@gmail.com>
560
561 * configure.ac: Add mips and s390 to the gold target check.
562 * configure: Regenerate.
563
d15bd5bb
DD
5642016-03-01 DJ Delorie <dj@redhat.com>
565
566 * MAINTAINERS (mep): Remove myself as MeP maintainer.
567
6d1fa6bb
DM
5682016-02-22 David Malcolm <dmalcolm@redhat.com>
569
570 * MAINTAINERS (libcpp): Add myself.
571 (diagnostic messages): Likewise.
572
607bda60
TV
5732016-02-20 Tom de Vries <tom@codesourcery.com>
574
575 * MAINTAINERS: Fix whitespace.
576
80cfaff8
CZ
5772016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
578
579 * MAINTAINERS (Write After Approval): Add myself.
580
c661a43d
SP
5812016-01-29 Sebastian Pop <s.pop@samsung.com>
582
583 * config/isl.m4: Add comments about isl-0.16.
584 * configure: Regenerate.
585
86b3a101
MJ
5862016-01-29 Martin Jambor <mjambor@suse.cz>
587
588 * MAINTAINERS (hsa maintainers): Add myself.
589
960cbfd2
WD
5902015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
591
592 * MAINTAINERS: (Write After Approval): Add myself.
593
1e050c90
AK
5942016-01-25 Aditya Kumar <aditya.k7@samsung.com>
595 Sebastian Pop <s.pop@samsung.com>
596
597 * Makefile.in: Regenerate.
598 * Makefile.tpl: Export ISLVER.
599 * configure: Regenerate.
600 * config/isl.m4: Detect isl-0.15.
601
cefadad1
MM
6022016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
603
604 PR bootstrap/69329
605 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
606 * Makefile.in: Regenerate.
607
9e530bcd
AP
6082016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
609
610 * configure.ac: Enable LTO for DJGPP
611 * configure: Regenerate
612
324402a0
L
6132016-01-12 H.J. Lu <hongjiu.lu@intel.com>
614
615 Sync with binutils-gdb:
616 2015-10-21 Nick Clifton <nickc@redhat.com>
617
618 PR gas/19109
619 * configure.ac: Note the 'none' is an acceptable argument to
620 --enable-compressed-debug-sections.
621 * configure: Regenerate.
622
9eaaa830
BE
6232016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
624
625 PR bootstrap/69134
626 * Makefile.def (mpfr): Disable assembler.
627 * Makefile.in: Regenerate.
628
cfe67e03
BE
6292016-01-01 Ben Elliston <bje@gnu.org>
630
631 * config.guess: Import version 2016-01-01.
632 * config.sub: Likewise.
633
be33d404
SS
6342015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
635
636 * MAINTAINERS (Write After Approval): Add myself.
637
e357a5e0
SP
6382015-12-17 Sebastian Pop <s.pop@samsung.com>
639
640 * Makefile.in: Replace ISL with isl.
641 * Makefile.tpl: Same.
642 * config/isl.m4: Same.
643 * configure.ac: Same.
644 * contrib/download_prerequisites: Same.
645 * configure: Regenerate.
646
1ad2439b
AP
6472015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
648
649 * MAINTAINERS (Write After Approval): Add Myself.
650
70decafb
NS
6512015-12-17 Nathan Sidwell <nathan@acm.org>
652
653 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
654 * configure: Regenerate.
655
560d18d3
AK
6562015-12-16 Aditya Kumar <aditya.k7@samsung.com>
657 Sebastian Pop <s.pop@samsung.com>
658
659 * config/isl.m4 (ISL_CHECK_VERSION): Check for
660 isl_ctx_get_max_operations.
661 * configure: Regenerate.
662
57e8ab24 6632015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
b15f0273
AF
664
665 * MAINTAINERS (Write After Approval): Add myself.
666
105b682e
ILT
6672015-12-02 Ian Lance Taylor <iant@google.com>
668
669 PR go/66147
670 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
671 * Makefile.in: Regenerate.
672
7eb46bec
AT
6732015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
674
675 PR libffi/65726
676 * Makefile.def (lang_env_dependencies): Make libffi depend
677 on cxx.
678 * Makefile.in: Regenerate.
679
cc3baaa9
DE
6802015-11-26 David Edelsohn <dje.gcc@gmail.com>
681
682 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
683 symbols.
684
3be96231
TG
6852015-11-20 Tristan Gingold <gingold@adacore.com>
686
687 Sync with binutils-gdb:
688 2015-11-20 Tristan Gingold <gingold@adacore.com>
689
690 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
691 * configure: Regenerate.
692
daa53f38
ML
6932015-11-19 Martin Liska <mliska@suse.cz>
694
695 * .gitignore: Add .clang-format to ignored files.
696 * Makefile.in: Add clang-format.
697 * Makefile.tpl: Likewise.
698
54985c70
TA
6992015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
700
701 * configure.ac: Enable libmpx by default.
702 * configure: Regenerated.
703
d0397c75
SE
7042015-10-23 Steve Ellcey <sellcey@imgtec.com>
705
706 * MAINTAINERS: Update email address.
707
735a559c
PM
7082015-10-23 Paulo Matos <pmatos@linki.tools>
709
710 * MAINTAINERS: Update email address.
711
15713b43
AH
7122015-10-23 Alan Hayward <alan.hayward@arm.com>
713
714 * MAINTAINERS (Write After Approval): Add myself.
715
78edb32f
L
7162015-10-20 H.J. Lu <hongjiu.lu@intel.com>
717
718 Sync with binutils-gdb:
719 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
720
721 PR gas/19109
722 * configure.ac: Add
723 --enable-compressed-debug-sections={all,gas,gold,ld}.
724 * configure: Regenerated.
725
dec6b7f1
AC
7262015-10-16 Arnaud Charlet <charlet@adacore.com>
727
728 * MAINTAINERS: Update list of Ada maintainers and email addresses.
729
6be1d686
ML
7302015-10-09 Martin Liska <mliska@suse.cz>
731
732 * MAINTAINERS (Write After Approval): Add myself.
733
dc0e2060
AF
7342015-10-09 Alexander Fomin <alexander.fomin@intel.com>
735
736 * MAINTAINERS (Write After Approval): Add myself.
737
bec93d40
FW
7382015-10-02 Florian Weimer <fweimer@redhat.com>
739
740 * MAINTAINERS: Update email address.
741
0487f06d
LK
7422015-10-02 Louis Krupp <louis.krupp@zoho.com>
743
744 * MAINTAINERS (Write After Approval): Add myself.
745
56547ff7
KT
7462015-09-20 Kai Tietz <ktietz70@googlemail.com>
747
423ea09f 748 * MAINTAINERS: Update email.
56547ff7 749
ed4c91ea
BS
7502015-09-14 Bernd Schmidt <bschmidt@redhat.com>
751
752 * MAINTAINERS: Update my email address.
753
2503fd9e
JB
7542015-09-01 James Bowman <james.bowman@ftdichip.com>
755
756 * MAINTAINERS (ft32 port): Add myself.
757
3726332a
DS
7582015-08-28 David Sherwood <david.sherwood@arm.com>
759
760 * MAINTAINERS: Add myself.
761
15480aaf
PM
7622015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
763
764 * MAINTAINERS (Write After Approval): Add myself.
765
ad4f95e3
FXC
7662015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
767
768 PR libfortran/54572
769 * Makefile.def: Make libgfortran depend on libbacktrace.
770 * Makefile.in: Regenerate.
771
95f25df0
SD
7722015-08-20 Simon Dardis <simon.dardis@imgtec.com>
773
774 * MAINTAINERS (Write After Approval): Add myself.
775
5dc85f7e
TV
7762015-08-12 Tom de Vries <tom@codesourcery.com>
777
778 PR other/67092
779 * configure.ac: Remove --with_host_libstdcxx support.
780 * configure: Regenerate.
781
44a7d18d
TS
7822015-08-10 Thomas Schwinge <thomas@codesourcery.com>
783 Jakub Jelinek <jakub@redhat.com>
784
785 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
786 nvptx*-*-*.
787 * configure: Regenerate.
788
bf5372e7
YS
7892015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
790
791 * Makefile.def (libiconv): Define bootstrap=true.
792 Mark pdf/html/info as missing.
793 (configure-gcc): Depend on all-libiconv.
794 (all-gcc): Ditto.
795 (configure-libcpp): Ditto.
796 (all-libcpp): Ditto.
797 (configure-intl): Ditto.
798 (all-intl): Ditto.
799 * Makefile.in: Regenerate.
800
94b8fdcc
BC
8012015-08-03 Bin Cheng <bin.cheng@arm.com>
802
803 * MAINTAINERS (loop ivopts): Add the entry and myself.
804
430bcac1
NS
8052015-07-31 Nathan Sidwell <nathan@codesourcery.com>
806
807 * MAINTAINERS (nvptx): Add self.
808
110d61da
AL
8092015-07-29 Alan Lawrence <alan.lawrence@arm.com>
810
811 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
812 128-bit vector modes.
813
c9da7548 8142015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
18e1ed34 815
c9da7548
VV
816 * MAINTAINERS (Write After Approval): Add myself.
817
423ea09f 8182015-07-28 Ben Elliston <bje@gnu.org>
d5e9bac5
BE
819
820 * config.sub, config.guess: Import from upstream.
821
6b1786aa
JL
8222015-07-24 Michael Darling <darlingm@gmail.com>
823
824 PR other/66259
825 * config-ml.in: Reflects renaming of configure.in to configure.ac
826 * configure: Likewise
827 * configure.ac: Likewise
828
45952786
BS
8292015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
830
831 * MAINTAINERS: Update my email address.
832
f1595603
L
8332015-07-14 H.J. Lu <hongjiu.lu@intel.com>
834
835 Sync with binutils-gdb:
836 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
837
838 * configure.ac (target_configdirs): Exclude target-zlib if
839 target-libjava isn't built.
840 * configure: Regenerated.
841
a05c2c75
L
8422015-07-14 H.J. Lu <hongjiu.lu@intel.com>
843
844 Sync with binutils-gdb:
845 2015-05-13 John David Anglin <dave.anglin@bell.net>
846
847 * configure.ac: Disable configuration of GDB for HPUX targets.
848 * configure: Regenerate.
849
850 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
851
852 * configure.ac: Add --with-system-zlib.
853 * configure: Regenerated.
854
855 2015-01-28 James Bowman <james.bowman@ftdichip.com>
856
857 * configure.ac: Add FT32 support.
858 * configure: Regenerate.
859
860 2015-01-12 Anthony Green <green@moxielogic.com>
861
862 * configure.ac: Don't disable gprof for moxie.
863 * configure: Rebuild.
864
1c01ebf6
L
8652015-07-14 H.J. Lu <hongjiu.lu@intel.com>
866
867 Sync with binutils-gdb:
868 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
869
870 PR ld/18355
871 * Makefile.def: Add extra_configure_flags to host zlib.
872 * configure.ac (extra_host_zlib_configure_flags): New. Set
873 to --enable-host-shared When bfd is to be built as shared
874 library. AC_SUBST.
875 * Makefile.in: Regenerated.
876
e59969a1
HPN
8772015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
878
879 Sync with src:
880 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
881 * Makefile.def (dependencies): Add all-zlib to all-bfd.
882 * Makefile.in: Regenerated.
883
d9063947
L
8842015-06-30 H.J. Lu <hongjiu.lu@intel.com>
885
886 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
887 target.
888 * configure: Regenerate.
889
b837291d
LC
8902015-06-23 Ludovic Courtès <ludo@gnu.org>
891
892 * MAINTAINERS (Write After Approval): Add myself.
893
2a97995f
AT
8942015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
895
896 * MAINTAINERS (OS Port Maintainers): Add myself.
897 (Various Maintainers): Remove myself from libffi testsuite.
898
19cd26a6
RS
8992015-06-04 Richard Sandiford <richard.sandiford@arm.com>
900
901 * MAINTAINERS (gen* on machine desc): Add self.
902
8ca528d9
JM
9032015-06-02 Jason Merrill <jason@redhat.com>
904
905 PR bootstrap/66319
906 * configure.ac: Use -std=gnu++98.
907
4526c3c1
SN
9082015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
909
910 * MAINTAINERS (Write After Approval): Add myself.
911
318a4e6d
MF
9122015-05-28 Mike Frysinger <vapier@gentoo.org>
913
914 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
915 * configure: Regenerate.
916
46070488
JM
9172015-05-26 Jason Merrill <jason@redhat.com>
918
919 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
920 * configure: Regenerate.
921
fef939d6
JB
9222015-05-16 James Bowman <james.bowman@ftdichip.com>
923
924 * configure.ac: FT32 target added.
fef939d6
JB
925 * configure: Regenerated.
926
886faf50
IB
9272015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
928
929 * MAINTAINERS (Write After Approval): Add myself.
930
91c6b410
PM
9312015-05-11 Paulo Matos <paulo@matos-sorge.com>
932
933 * MAINTAINERS (Write After Approval): Add myself.
934
e640447c
PM
9352015-05-11 Paulo Matos <paulo@matos-sorge.com>
936
937 * configure.ac: Fix typo.
938 * configure: Regenerate.
939
e587377d
MM
9402015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
941
942 * MAINTAINERS (Write After Approval): Add myself.
943
cabb9d59
MK
9442015-05-03 Matthias Klose <doko@ubuntu.com>
945
946 * configure.ac: Match $host configured with triplets.
947 * configure: Regenerate.
948
fafb95a6
BRF
9492015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
950
951 * Makefile.tpl: Remove surplus whitespace throughout.
952 * Makefile.in: Regenerate.
953
85867772
SB
9542015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
955
956 * MAINTAINERS (Various Maintainers): Add myself as instruction
957 combiner maintainer.
958
c10b5ea0
JJ
9592015-04-17 Jakub Jelinek <jakub@redhat.com>
960
961 PR bootstrap/62077
962 * configure.ac (--enable-stage1-checking): Default to
963 release,misc,gimple,rtlflag,tree,types if --disable-checking
964 or --enable-checking is not specified and DEV-PHASE is not
965 experimental.
966 * configure: Regenerated.
967
77019397
MO
9682015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
969
970 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
971 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
972 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
973 * Makefile.in: Regenerate.
974
17feae99 9752015-04-08 Cary Coutant <ccoutant@gmail.com>
b68ba431
CC
976
977 * MAINTAINERS: Update my email address.
978
e61ffb3b
JG
9792015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
980
981 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
982
b16cc4f2
KT
9832015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
984
985 * MAINTAINERS: Add myself as an arm port reviewer.
986
ec523909
ML
9872015-03-25 Martin Liska <mliska@suse.cz>
988 Yury Gribov <y.gribov@samsung.com>
989
990 * Makefile.in: Fix ln source location for vimrc file.
991 * Makefile.tpl: Likewise.
992
fc30054e
AH
9932015-03-09 Aldy Hernandez <aldyh@redhat.com>
994
995 PR bootstrap/25672
996 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
997 cross-compiling. Similarly for CXX_FOR_TARGET.
998 * configure: Regenerate.
999
5373cd33
IE
10002015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
1001
1002 * Makefile.def: Add libmpx.
1003 * configure.ac: Add libmpx.
1004 * Makefile.in: Regenerate.
1005 * configure: Regenerate.
1006
a6e8abb9
KY
10072015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
1008
1009 * MAINTAINERS (CPU Port Maintainers): Add myself
1010 i386 vector ISA extns mantainer.
1011
f2b86778
JL
10122015-03-13 Jeff Law <law@redhat.com>
1013
1014 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
1015 maintainer.
1016 Remove Richard Henderson as a maintainer for the x86 port.
1017
9dd44d1c
JR
10182015-03-03 Joern Rennecke <gnu@amylaar.uk>
1019
1020 * MAINTAINERS (CPU Port Maintainers): Update my email address.
1021
33079441
IE
10222015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
1023
1024 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
1025 pointer bounds checker and i386 MPX maintainer.
1026
d083ae5f
SL
10272015-02-26 Sandra Loosemore <sandra@codesourcery.com>
1028
1029 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
1030
f91f1c13
MS
10312015-02-26 Martin Sebor <msebor@redhat.com>
1032
1033 * MAINTAINERS (Various Maintainers): Add self.
1034
426c1eb0
TS
10352015-02-20 Thomas Schwinge <thomas@codesourcery.com>
1036
1037 * configure.ac [--enable-as-accelerator-for] (enable_languages):
1038 Make sure it contains lto.
1039 * configure: Regenerate.
1040
8ae12d71
TS
10412015-02-18 Thomas Schwinge <thomas@codesourcery.com>
1042
1043 * configure: Regenerate.
1044
11aa81cc 10452015-02-06 Diego Novillo <dnovillo@google.com>
be04451f 10461
11aa81cc
DN
1047 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
1048 middle-end, docstring): Remove myself.
1049 (Write After Approval): Add myself.
1050
a436ab27
JJ
10512015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
1052
1053 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
1054 (Write After Approval): Update address.
1055
231d020b
DM
10562015-01-29 David Malcolm <dmalcolm@redhat.com>
1057
1058 PR jit/64780
1059 * configure.ac: Require the user to explicitly specify
1060 --enable-host-shared if the jit is enabled.
1061 * configure: Regenerate.
1062
82a94471
RS
10632015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
1064
1065 * MAINTAINERS (Write After Approval): Add myself.
1066
e6f0c56d
TV
10672015-01-25 Tom de Vries <tom@codesourcery.com>
1068
1069 * MAINTAINERS: Make whitespace consistent.
1070
631ff3e1
BO
10712015-01-23 Braden Obrzut <admin@maniacsvault.net>
1072
1073 * MAINTAINERS (Write After Approval): Add myself.
1074
09b9cd1f
AV
10752015-01-20 Andre Vehreschild <vehre@gmx.de>
1076
1077 * MAINTAINERS: (Write After Approval): Add myself.
1078
802ed46a
MU
10792015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
1080
1081 * MAINTAINERS: (Write After Approval): Add myself.
1082
c61fcfa6
PT
10832015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
1084
1085 * MAINTAINERS: (Write After Approval): Add myself.
1086
ebcd09c1
IS
10872015-01-13 Iain Sandoe <iain@codesourcery.com>
1088
1089 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
1090 objective-c/c++ front end maintainer.
1091
71aa170d
MP
10922015-01-13 Marek Polacek <polacek@redhat.com>
1093
1094 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
1095
da067543
JL
10962015-01-12 Jeff Law <law@redhat.com>
1097
1098 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
1099 a very long time.
1100
bf1de3f0
ILT
11012015-01-09 Ian Lance Taylor <iant@google.com>
1102
1103 * configure.ac (host_tools): Add gotools.
1104 * Makefile.def (host_modules): Add gotools.
1105 (dependencies): Add dependency of all-gotools on all-target-libgo.
1106
82a19768
AT
11072015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
1108
1109 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
1110 * configure: Regenerate.
1111
53dd59bf
TS
11122015-01-08 Thomas Schwinge <thomas@codesourcery.com>
1113
1114 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
1115 all-target-libgomp.
1116 * Makefile.in: Regenerate.
1117
8054942d
EB
11182015-01-06 Eric Botcazou <ebotcazou@adacore.com>
1119
1120 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
1121
0969ec7d
EB
11222015-01-06 Eric Botcazou <ebotcazou@adacore.com>
1123
1124 * configure.ac: Add Visium support.
1125 * configure: Regenerate.
1126
ec8fd1c0
AS
11272015-01-04 Andreas Schwab <schwab@linux-m68k.org>
1128
1129 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
1130 * configure: Regenerate.
1131
9bccfdf5
AP
11322015-01-03 Andrew Pinski <apinski@cavium.com>
1133
1134 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1135 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1136 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1137 (OBJCOPY_FOR_TARGET): New variable.
1138 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1139 * Makefile.in: Regenerate.
1140 * configure.ac: Check for already installed target objcopy.
1141 Also GCC_TARGET_TOOL on objcopy.
1142 * configure: Regenerate.
1143
007adc0d
HPN
11442015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1145
1146 * config.sub: Update from upstream, to 2015-01-01 version.
1147 * config.guess: Ditto.
1148
fe55e976
SH
11492014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
1150
1151 * MAINTAINERS (RTEMS Ports): Add myself.
1152
b86d271e
PMR
11532014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
1154
1155 * MAINTAINERS (Write After Approval): Add myself.
1156
9733278a
MH
11572014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
1158
1159 * MAINTAINERS (Write After Approval): Add myself.
1160
4b4f2e35
TS
11612014-12-15 Thomas Schwinge <thomas@codesourcery.com>
1162
1163 * configure.ac (--enable-as-accelerator-for): Don't set
1164 ENABLE_AS_ACCELERATOR_FOR. Update all users.
1165 * configure: Regenerate.
1166
b6a65eb6
JJ
11672014-12-13 Jakub Jelinek <jakub@redhat.com>
1168
1169 PR bootstrap/64023
1170 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
1171 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
1172 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
1173 to CXX.
1174 * Makefile.in: Regenerated.
1175
c3e1e693
YG
11762014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1177 Yury Gribov <y.gribov@samsung.com>
1178
1179 * .gitignore: Added .local.vimrc and .lvimrc.
1180 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
1181 * Makefile.in: Regenerate.
1182
11832014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
113c6c5c
JH
1184
1185 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
1186 * configure: Regenerated.
1187
b9fb25a5
BS
11882014-11-27 Bernd Schmidt <bernds@codesourcery.com>
1189
1190 * MAINTAINERS (nvptx port): New entry.
1191
d896cc4d
JBG
11922014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
1193
1194 * configure: Regenerate.
1195
74ae587e
JBG
11962014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1197
1198 * configure.ac: Merge with Binutils.
1199
45c89690
TB
12002014-11-26 Tobias Burnus <burnus@net-b.de>
1201
1202 * Makefile.def: Make more dependent on mpfr, mpc and isl.
1203 * Makefile.in: Regenerate.
1204
ea903c37
BE
12052014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
1206
1207 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
1208 missing flex.
1209 * Makefile.in: Regenerated.
1210
eb23df59
IV
12112014-11-21 Ilya Verbin <ilya.verbin@intel.com>
1212
1213 * Makefile.in: Regenerate.
1214
a699d672
L
12152014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
1216
1217 PR bootstrap/63784
1218 * libtool.m4: Add $pic_flag with -shared.
1219
fc065a61
RL
12202014-11-21 Renlin Li <Renlin.Li@arm.com>
1221
1222 * MAINTAINERS (Write After Approval): Added myself.
1223
efcc23e6
AV
12242014-11-21 Alex Velenko <Alex.Velenko@arm.com>
1225
1226 * MAINTAINERS (write-after-approval): Add myself.
1227
dd308ed8
MK
12282014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
1229
1230 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
1231 from 2 years ago.
1232
ac8698a1
AV
12332014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1234
1235 Revert:
1236 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1237
1238 * MAINTAINERS (Write After Approval): Added myself as line map
1239 maintainer.
1240
8dab9330
RL
12412014-11-19 Renlin Li <Renlin.Li@arm.com>
1242
1243 Revert:
1244 2014-11-19 Renlin Li <Renlin.Li@arm.com>
1245
1246 * MAINTAINERS (Write After Approval): Added myself.
1247
1be22083
RL
12482014-11-19 Renlin Li <Renlin.Li@arm.com>
1249
1250 * MAINTAINERS (Write After Approval): Added myself.
1251
59392f46
AV
12522014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1253
1254 * MAINTAINERS (Write After Approval): Added myself as line map
1255 maintainer.
1256
0f3422cc
DS
12572014-11-17 Dodji Seketeli <dodji@redhat.com>
1258
1259 * MAINTAINERS (Various Maintainers): Added myself as line map
1260 maintainer.
1261
0c8969f0
JBG
12622014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1263
1264 * move-if-change: Sync from upstream gnulib.
1265
d7134c0e
JBG
12662014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1267
1268 * compile: Sync with upstream Automake.
1269 * depcomp: Ditto.
1270 * install-sh: Ditto.
1271 * missing: Ditto.
1272 * mkinstalldirs: Ditto.
1273 * ylwrap: Ditto.
1274
e4ff7e6a
JBG
12752014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1276
1277 * config.sub: Update from upstream config repo.
1278 * config.guess: Ditto.
1279
5f520819
KY
12802014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
1281
1282 * Makefile.def: Add liboffloadmic to target_modules. Make
1283 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
1284 * Makefile.in: Regenerate.
1285 * configure: Regenerate.
1286 * configure.ac: Add liboffloadmic to target binaries.
1287 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
1288 Add liboffloadmic to noconfig list when C++ is not supported.
1289
85c64bbe
BS
12902014-11-13 Bernd Schmidt <bernds@codesourcery.com>
1291 Thomas Schwinge <thomas@codesourcery.com>
1292 Ilya Verbin <ilya.verbin@intel.com>
1293 Andrey Turetskiy <andrey.turetskiy@intel.com>
1294
1295 * configure: Regenerate.
1296 * configure.ac (--enable-as-accelerator-for)
1297 (--enable-offload-targets): New configure options.
1298
7d35a59e
TB
12992014-11-11 Tobias Burnus <burnus@net-b.de>
1300
0a002272 1301 * Makefile.def: Make all-gcc depend on all-isl.
7d35a59e
TB
1302 * Makefile.in: Regenerate.
1303
35485da9
DM
13042014-11-11 David Malcolm <dmalcolm@redhat.com>
1305
1306 * ChangeLog.jit: New.
1307 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
1308
ebf6d33b
FXC
13092014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1310
1311 PR target/63610
1312 * libtool.m4: Fix globbing of darwin versions.
1313 * configure: Regenerate.
1314
4a9bb2aa
TB
13152014-11-11 Tobias Burnus <burnus@net-b.de>
1316
4a9bb2aa
TB
1317 * Makefile.def: Remove CLooG.
1318 * Makefile.tpl: Ditto.
1319 * configure.ac: Ditto.
1320 * configure: Regenerate.
1321 * Makefile.in: Ditto.
1322
738f2522
BS
13232014-11-06 Bernd Schmidt <bernds@codesourcery.com>
1324
1325 * configure.ac: Handle nvptx-*-*.
1326 * configure: Regenerate.
1327
9b591dd1
PG
13282014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
1329
1330 * MAINTAINERS (Write After Approval): Add myself.
1331
14258928
JJ
13322014-10-31 Jakub Jelinek <jakub@redhat.com>
1333
1334 * Makefile.def (libcc1): Remove bootstrap=true;.
1335 * Makefile.in: Regenerated.
1336
1335a8ca
JBG
13372014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1338
1339 * configure.ac: Update comment.
1340 * configure: Regenerate.
1341
cb115cc2
IE
13422014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
1343
1344 * MAINTAINERS (Write After Approval): Add myself.
1345
fca38047
TS
13462014-10-30 Thomas Schwinge <thomas@codesourcery.com>
1347
1348 * configure.ac (extra_host_libiberty_configure_flags): Add
1349 --enable-shared also for libcc1's benefit.
1350 * configure: Regenerate.
1351
65c0707b
TG
13522014-10-29 Tristan Gingold <gingold@adacore.com>
1353
1354 * MAINTAINERS: Change my email address.
1355
ddc8de03
PM
13562014-10-27 Phil Muldoon <pmuldoon@redhat.com>
1357 Tom Tromey <tromey@redhat.com>
1358
1359 * Makefile.def: Add libcc1 to host_modules.
1360 * configure.ac (host_tools): Add libcc1.
1361 * Makefile.in, configure: Rebuild.
1362
4eb1ac39 13632014-10-24 Hans-Peter Nilsson <hp@axis.com>
3d96b0d0
HPN
1364
1365 * configure.ac (build_configargs): Don't share config.cache between
1366 build subdirs.
7fd74620 1367 * configure: Regenerate.
3d96b0d0 1368
d81230b5
DH
13692014-10-24 Daniel Hellstrom <daniel@gaisler.com>
1370
1371 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
1372 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
1373 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
1374 leon3v7 as leon3.
1375 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
1376 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
1377 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
1378 * config/sparc/sparc.md (cpu): Add leon3v7.
1379 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
1380
c7a6a617
DH
13812014-10-24 Daniel Hellstrom <daniel@gaisler.com>
1382
1383 * MAINTAINERS (write-after-approval): Add myself.
1384
74cc5471
ILT
13852014-10-23 Ian Lance Taylor <iant@google.com>
1386
1387 * configure.ac: Disable the Go frontend on systems where it is known
1388 to not work.
1389 * configure: Regenerate.
1390
929315a9
RB
13912014-10-23 Richard Biener <rguenther@suse.de>
1392
1393 * Makefile.def: Add libcpp build module and dependencies.
1394 * configure.ac: Add libcpp build module.
1395 * Makefile.in: Regenerate.
1396 * configure: Likewise.
1397
5d12b768
MF
13982014-10-15 Max Filippov <jcmvbkbc@gmail.com>
1399
1400 * MAINTAINERS (write-after-approval): Add myself.
1401
7b262a51
MLI
14022014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
1403
1404 * INSTALL/README: Do not mention CVS.
1405
7705dfd1
JY
14062014-10-03 Jing Yu <jingyu@google.com>
1407
1408 * configure.ac: Add aarch64 to list of targets that support gold.
1409 * configure: Regenerate.
1410
a3052d31
FD
14112014-09-29 François Dumont <fdumont@gcc.gnu.org>
1412
1413 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
1414
b2a1b261
CM
14152014-09-29 Catherine Moore <clm@codesourcery.com>
1416
1417 * MAINTAINERS: Add myself as MIPS maintainer.
1418
05342e10
MF
14192014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
1420
1421 * MAINTAINERS: Move myself to MIPS maintainers.
1422
3f6bb7e5
JBG
14232014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1424
1425 * MAINTAINERS: Put all email addresses between '<' and '>'.
1426
3e895729
FXC
14272014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1428
1429 * MAINTAINERS: Move myself to reviewers (Fortran).
1430
e04733ee
AK
14312014-09-01 Andi Kleen <ak@linux.intel.com>
1432
1433 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
1434 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
1435 * Makefile.in: Regenerate.
1436
e79c0ea8
DM
14372014-08-28 David Malcolm <dmalcolm@redhat.com>
1438
1439 * rtx-classes-status.txt: Delete
1440
b32d5189
DM
14412014-08-28 David Malcolm <dmalcolm@redhat.com>
1442
1443 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
1444
e0c0c325
SP
14452014-08-27 Sebastian Pop <s.pop@samsung.com>
1446
1447 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
1448 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
1449 of checking for version number.
1450 * configure: Regenerated.
1451 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
1452
d7ac0a6a
DM
14532014-08-27 David Malcolm <dmalcolm@redhat.com>
1454
1455 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
1456 is done; begin phase 6 (use extra rtx_def subclasses).
1457
9daaca36
DM
14582014-08-27 David Malcolm <dmalcolm@redhat.com>
1459
1460 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
1461 done; begin phase 5 (additional rtx_def subclasses).
1462
b2908ba6
DM
14632014-08-26 David Malcolm <dmalcolm@redhat.com>
1464
1465 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
1466
1130d5e3
DM
14672014-08-26 David Malcolm <dmalcolm@redhat.com>
1468
1469 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
1470 SET_BB_HEADER are done.
1471
0e0ce50d
DM
14722014-08-26 David Malcolm <dmalcolm@redhat.com>
1473
1474 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
1475 done.
1476
3d30f4e8
DM
14772014-08-26 David Malcolm <dmalcolm@redhat.com>
1478
1479 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
1480
6144a836
DM
14812014-08-26 David Malcolm <dmalcolm@redhat.com>
1482
1483 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
1484
b311fd0f
DM
14852014-08-25 David Malcolm <dmalcolm@redhat.com>
1486
1487 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
1488
d8ce2eae
DM
14892014-08-25 David Malcolm <dmalcolm@redhat.com>
1490
1491 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
1492
1455e88c
DM
14932014-08-25 David Malcolm <dmalcolm@redhat.com>
1494
1495 * rtx-classes-status.txt: Phase 3 (per-file commits within
1496 "config" subdirs) is done; begin phase 4 (removal of
1497 "scaffolding").
1498
76c531d3
DM
14992014-08-23 David Malcolm <dmalcolm@redhat.com>
1500
1501 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
1502 dir) is done; begin phase 3 (per-file commits within "config"
1503 subdirs).
1504
00550b3d
DM
15052014-08-21 David Malcolm <dmalcolm@redhat.com>
1506
1507 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
1508 phase 2 (per-file commits in main source dir).
1509
622dbadf
BC
15102014-08-21 Bin Cheng <bin.cheng@arm.com>
1511
1512 * configure: Regenerated.
1513
c1286e0b
DM
15142014-08-19 David Malcolm <dmalcolm@redhat.com>
1515
1516 * rtx-classes-status.txt (TODO): Add SET_BND_TO
1517
c2fc1aee
DM
15182014-08-19 David Malcolm <dmalcolm@redhat.com>
1519
1520 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
1521
68975683
DM
15222014-08-19 David Malcolm <dmalcolm@redhat.com>
1523
1524 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
1525
d914bc6b
DM
15262014-08-19 David Malcolm <dmalcolm@redhat.com>
1527
1528 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
1529
8020a4d5
DM
15302014-08-19 David Malcolm <dmalcolm@redhat.com>
1531
1532 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
1533
a231b8a5
JV
15342014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
1535
1536 * MAINTAINERS (Write After Approval): Add myself.
1537
ce8126f5
CF
15382014-08-19 Christopher Faylor <me.gnu@cgf.cx>
1539
1540 * MAINTAINERS: Remove myself
1541
0f82e5c9
DM
15422014-08-19 David Malcolm <dmalcolm@redhat.com>
1543
1544 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
1545
9c9afb69
PP
15462014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
1547
1548 * MAINTAINERS (Write After Approval): Add myself.
1549
190bea87
DM
15502014-08-18 David Malcolm <dmalcolm@redhat.com>
1551
1552 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
1553 SET_BB_HEADER, SET_BB_FOOTER
1554
c41b94ce
DM
15552014-08-18 David Malcolm <dmalcolm@redhat.com>
1556
bb3fff01 1557 * rtx-classes-status.txt: New file
c41b94ce 1558
eae1a5d4
RG
15592014-08-18 Roman Gareev <gareevroman@gmail.com>
1560
1561 * configure.ac: Eliminate ClooG installation dependency.
1562 * configure: Regenerate.
1563 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
1564 * Makefile.in: Regenerate.
1565
f613bc0f
IV
15662014-08-15 Ilya Verbin <iverbin@gmail.com>
1567
1568 * MAINTAINERS (Write After Approval): Add myself.
1569
423ea09f 15702014-08-15 Ilya Tocar <tocarip@gmail.com>
5f75acf4
IT
1571
1572 * MAINTAINERS (Write After Approval): Add myself.
1573
88b1a322
JW
15742014-08-01 Jiong Wang <jiong.wang@arm.com>
1575
1576 * MAINTAINERS (Write After Approval): Add myself.
1577
8ed499f8
AG
15782014-07-28 Anthony Green <green@moxielogic.com>
1579
1580 Import from savannah.gnu.org:
1581 * config.sub: Update to 2014-07-28 version.
1582
09ec3110
RS
15832014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
1584
1585 * MAINTAINERS: Remove my MIPS maintainer entry.
1586
7b7f941a
UB
15872014-07-26 Uros Bizjak <ubizjak@gmail.com>
1588
1589 PR target/47230
1590 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
1591 * configure: Regenerate.
1592
a12f7ac8
JN
15932014-07-24 James Norris <jnorris@codesourcery.com>
1594
1595 * MAINTAINERS (Write After Approval): Add myself.
1596
09611faf
RG
15972014-07-20 Roman Gareev <gareevroman@gmail.com>
1598
1599 * configure.ac: Accept only CLooG 0.18.1.
1600 * configure: Regenerate.
1601
37738b0f
RG
16022014-07-17 Roman Gareev <gareevroman@gmail.com>
1603
1604 * configure.ac: Don't accept isl 0.11.
1605 * configure: Regenerate.
1606
473037cb
AZ
16072014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1608
1609 * MAINTAINERS (Write After Approval): Add myself.
1610
9a62ed16
RO
16112014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1612
1613 * configure.ac: Don't accept isl 0.10.
1614 * configure: Regenerate.
1615
c41f1c42 16162014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
29d0a43c 1617
c41f1c42
BE
1618 Fix include path for in-tree cloog.
1619 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
1620 * configure: Regenerate.
29d0a43c 1621
c41f1c42 16222014-06-18 Richard Henderson <rth@redhat.com>
a5852bea 1623
c41f1c42 1624 * .gitignore: Import gcc_update output.
a5852bea 1625
b6383ab8
TS
16262014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1627
a10ec8bc
TS
1628 * config-ml.in: Robustify ac_configure_args parsing.
1629
45b3824d
TS
1630 * configure.ac (--enable-linker-plugin-configure-flags)
1631 (--enable-linker-plugin-flags): New flags.
1632 (configdirs): Conditionally add libiberty-linker-plugin.
1633 * configure: Regenerate.
1634 * Makefile.def (host_modules): Add libiberty-linker-plugin.
1635 (host_modules) <lto-plugin>: Pay attention to
1636 @extra_linker_plugin_flags@ and
1637 @extra_linker_plugin_configure_flags@.
1638 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
1639 * Makefile.in: Regenerate.
1640
b6383ab8
TS
1641 * Makefile.tpl (configure-[+prefix+][+module+])
1642 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
1643 "module_srcdir" instead of "module" for locating a module's srcdir.
1644 * Makefile.in: Regenerate.
1645
a4a1b5f3
MF
16462014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
1647
1648 * MAINTAINERS (Write After Approval): Add myself.
1649
38a13841
SP
16502014-06-06 Sebastian Pop <sebpop@gmail.com>
1651
1652 * MAINTAINERS: Update my email address.
1653
153fcd41
TP
16542014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
1655
1656 * MAINTAINERS (Write After Approval): Add myself.
1657
e25d9632
AB
16582014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
1659
1660 * MAINTAINERS (Write After Approval): Add myself.
1661
1007a55c
JW
16622014-05-30 Jonathan Wakely <jwakely@redhat.com>
1663
1664 PR libstdc++/61011
1665 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
1666 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
1667 * configure: Regenerate.
1668
fd9ed1ae
PA
16692014-05-28 Pedro Alves <palves@redhat.com>
1670
1671 * MAINTAINERS (Write After Approval): Add myself.
1672
03bdb69f
MK
16732014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
1674
1675 * MAINTAINERS: Update my affiliation/email.
1676
905083ad
MS
16772014-05-19 Mike Stump <mikestump@comcast.net>
1678
1679 * MAINTAINERS: Add wide-int reviewers.
1680
707f1839
SL
16812014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1682
1683 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1684 * configure: Regenerated.
1685
7321dc60
TR
16862014-05-15 Torvald Riegel <triegel@redhat.com>
1687
1688 * MAINTAINERS (libitm): Add myself as maintainer.
1689
5b1e4b47
CB
16902014-05-07 Charles Baylis <charles.baylis@linaro.org>
1691
1692 * MAINTAINERS (Write After Approval): Add myself.
1693
a4ebe104
RS
16942014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1695
1696 * config.sub, config.guess: Import from upstream.
1697
9575df4a
AL
16982014-04-29 Alan Lawrence <alan.lawrence@arm.com>
1699
1700 * MAINTAINERS (Write After Approval): Put myself in correct order.
1701
2fdc94b7
AL
17022014-04-29 Alan Lawrence <alan.lawrence@arm.com>
1703
1704 * MAINTAINERS (Write After Approval): Add myself.
1705
080c6230
LB
17062014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1707
1708 * MAINTAINERS: Move myself from Reviewers to Write After Approval
1709 section.
1710
4e4c8692
RÁE
17112014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1712
1713 * MAINTAINERS (Write After Approval): Delete myself.
1714
ffe7f7a7
JJ
17152014-04-17 Jakub Jelinek <jakub@redhat.com>
1716
1717 PR sanitizer/56781
1718 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
1719 and -B* options with -Xcompiler.
1720
147d38a5
EB
17212014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1722
1723 PR bootstrap/60620
423ea09f 1724 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
147d38a5
EB
1725 * Makefile.in: Regenerate.
1726
ba1925c3
YS
17272014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1728
1729 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1730 for WINDRES_FOR_TARGET in default-manifest.o rule.
1731 * Makefile.in: Regenerate.
1732
8707b3bc
DH
17332014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
1734
1735 * MAINTAINERS (Write After Approval): Add myself.
1736
9e1c8fc1
JJ
17372014-03-26 Jakub Jelinek <jakub@redhat.com>
1738
1739 PR sanitizer/56781
1740 * Makefile.def: Set bootstrap=true; for host fixincludes.
1741 * configure.ac: Don't bootstrap host fixincludes unless
1742 --with-build-config=bootstrap-{a,ub}san.
1743 * Makefile.in: Regenerated.
1744 * configure: Regenerated.
1745
beeda1d9
JJ
17462014-03-21 Jakub Jelinek <jakub@redhat.com>
1747
1748 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1749 --enable-vtable-verify option parsing. Don't add
1750 target-libsanitizer to bootstrap_target_libs unless
1751 --with-build-config=bootstrap-asan or
1752 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1753 to bootstrap_target_libs unless --enable-vtable-verify.
1754 * configure: Regenerated.
1755
e5dddc50
AS
17562014-03-10 Anatoly Sokolov <aesok@post.ru>
1757
1758 * MAINTAINERS (Write After Approval): Add myself.
1759
df5bc1cb
DC
17602014-03-07 Denis Chertykov <chertykov@gmail.com>
1761
1762 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
1763
3b9edeac
JJ
17642014-03-07 Jakub Jelinek <jakub@redhat.com>
1765
1766 PR bootstrap/58572
1767 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1768 -I for libstdc++-v3 includes if $(LEAN).
1769 * Makefile.in: Regenerated.
1770
c01a8548
JW
17712014-03-04 Jonathan Wakely <jwakely@redhat.com>
1772
1773 * MAINTAINERS: Update my email address.
1774
341c653c
WL
17752014-02-24 Walter Lee <walt@tilera.com>
1776
1777 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1778 (tilegx-*-*): Change to tilegx*-*-*.
1779 * configure: Regenerate.
1780
37f2c4f0
LR
17812014-02-17 Loren J. Rittle <ljrittle@acm.org>
1782
1783 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
1784
6c01e96e
KV
17852014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
1786
1787 * MAINTAINERS (Write After Approval): Add myself.
1788
91da0481
RO
17892014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1790
1791 PR target/59788
1792 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1793 *solaris2*.
1794
dd35b84f
JDA
17952014-01-21 John David Anglin <danglin@gcc.gnu.org>
1796
1797 * MAINTAINERS: Update my email address.
1798
493b8af8
GP
17992014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
1800
1801 * MAINTAINERS: Convert to UTF-8.
1802 Properly sort Xinliang David Li's entry.
1803
f121b81d
CLT
18042013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
1805 Sandra Loosemore <sandra@codesourcery.com>
1806
1807 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
1808 nios2 port maintainers.
1809
74f769b5
MT
18102013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
1811
1812 * MAINTAINERS (Write After Approval): Add myself.
1813
79e0604d 18142013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
a3b854b6
FXC
1815
1816 * configure.ac: Add user-friendly check for native x86_64-linux
1817 multilibs.
1818 * configure: Regenerate.
1819
18202013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
1821
1822 * MAINTAINERS: Add myself as sh maintainer.
1823
18242013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1825
1826 * MAINTAINERS: Add self as SLSR maintainer.
1827
18282013-11-18 Jan Hubicka <hubicka@ucw.cz>
1829
1830 * MAINTAINERS: Update my email address.
1831
18322013-11-15 David Edelsohn <dje.gcc@gmail.com>
1833
1834 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
1835
18362013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1837
1838 * Makefile.in: Regenerate.
1839
1840 * Makefile.tpl: Fix typo.
1841 * Makefile.in: Regenerate partially.
1842
18432013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1844
1845 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1846 supported.
1847 * configure: Regenerated.
1848
18492013-11-01 Trevor Saunders <tsaunders@mozilla.com>
1850
1851 * MAINTAINERS (Write After Approval): Add myself.
1852
18532013-10-30 Jason Merrill <jason@redhat.com>
1854
1855 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1856 --disable-build-format-warnings.
1857
18582013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1859
423ea09f 1860 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
a3b854b6
FXC
1861 depend on libstdc++ and libgcc.
1862 * configure: Regenerate.
1863 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1864 libcilkrts for POSIX and i*86, and x86_64 architectures.
1865 * Makefile.in: Added libcilkrts related fields to support building it.
1866
18672013-10-26 Jeff Law <law@redhat.com>
1868
1869 * Makefile.def (target_modules): Remove libmudflap
1870 (languages): Remove check-target-libmudflap).
1871 * Makefile.in: Rebuilt.
1872 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1873 * configure.ac (target_libraries): Remove target-libmudflap.
1874 Remove checks which disabled libmudflap on some systems.
1875 * configure: Rebuilt.
1876 * libmudflap: Directory removed.
1877
18782013-10-21 Cong Hou <congh@google.com>
1879
1880 * MAINTAINERS (Write After Approval): Add myself.
1881
18822013-10-16 Mike Stump <mikestump@comcast.net>
1883
1884 * .dir-locals.el: Add.
1885
18862013-10-15 David Malcolm <dmalcolm@redhat.com>
1887
1888 * configure.ac: Add --enable-host-shared
1889 * configure: Regenerate.
1890
18912013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
1892
1893 Import from savannah.gnu.org:
1894 * config.guess: Update to 2013-06-10 version.
1895 * config.sub: Update to 2013-10-01 version.
1896
18972013-10-01 Simon Cook <simon.cook@embecosm.com>
1898
1899 Changes to build configuration to allow big endian ARC ELF toolchain
1900 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
1901 * configure: Regenerate.
1902
19032013-09-20 Alan Modra <amodra@gmail.com>
1904
1905 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1906 ppc host match. Support little-endian powerpc linux hosts.
1907
19082013-09-19 Dodji Seketeli <dodji@redhat.com>
1909
1910 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
1911 maintainer.
1912
19132013-09-12 DJ Delorie <dj@redhat.com>
1914
1915 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
1916 maintainers.
1917
19182013-09-03 Richard Biener <rguenther@suse.de>
1919
1920 * configure.ac: Also allow ISL 0.12.
1921 * configure: Regenerated.
1922
19232013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
1924
1925 * MAINTAINERS (Write After Approval): Add myself.
1926
19272013-08-27 David Malcolm <dmalcolm@redhat.com>
1928
1929 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
1930
19312013-08-26 Caroline Tice <cmtice@google.com>
1932
1933 * MAINTAINERS: Correct earliers update: Move myself from libvtv
1934 "Various Reviewers" to libvtv "Various Maintainers".
1935
19362013-08-20 Steven Bosscher <steven@gcc.gnu.org>
1937
1938 * MAINTAINERS: Add myself as RTL optimizers reviewer.
1939
19402013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
1941
1942 * MAINTAINERS: Update name, email.
1943
19442013-08-13 Adam Butcher <adam@jessamine.co.uk>
1945
1946 * MAINTAINERS (Write After Approval): Add myself.
1947
19482013-08-12 Caroline Tice <cmtice@google.com>
1949
1950 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
1951 address in the Write After Approval section.
1952
19532013-08-09 Carlos O'Donell <carlos@redhat.com>
1954
1955 * MAINTAINERS (Write After Approval): Update email.
1956
19572013-08-08 Benjamin Kosnik <bkoz@redhat.com>
1958
1959 * configure.ac: Adjust to check VTV_SUPPORTED.
1960 * configure: Regenerated.
1961
19622013-08-02 Caroline Tice <cmtice@google.com>
1963
1964 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
1965 on non-linux systems; add target-libvtv to noconfigdirs; add
1966 libsupc++/.libs to C++ library search paths.
1967 * configure: Regenerated.
1968 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
1969 libstdc++ and libgcc.
1970 * Makefile.in: Regenerated.
1971
19722013-07-19 Yvan Roux <yvan.roux@linaro.org>
1973
1974 * MAINTAINERS (Write After Approval): Add myself.
1975
19762013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
1977 Shiva Chen <shiva0217@gmail.com>
1978
1979 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
1980 nds32 port maintainers.
1981
19822013-07-17 Tim Shen <timshen91@gmail.com>
1983
1984 * MAINTAINERS (Write After Approval): Add myself.
1985
19862013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1987
1988 * configure.ac: Sync from binutils.
1989 * configure: Regenerate.
1990
19912013-06-14 Vidya Praveen <vidyapraveen@arm.com>
1992
1993 * MAINTAINERS (Write After Approval): Add myself.
1994
19952013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
1996
1997 * MAINTAINERS (Write After Approval): Add myself.
1998
19992013-05-17 David Malcolm <dmalcolm@redhat.com>
2000
2001 * MAINTAINERS (Write After Approval): Add myself.
2002
20032013-04-30 Brooks Moses <bmoses@google.com>
2004
2005 * MAINTAINERS: Update my email; move myself from Fortran
2006 reviewer to Write After Approval.
2007
20082013-04-16 Andreas Schwab <schwab@suse.de>
2009
2010 * configure.ac (aarch64-*-*): Don't disable java.
2011 * configure: Regenerate.
2012
20132013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
2014
2015 * MAINTAINERS (Write After Approval): Add myself.
2016
20172013-03-30 Matthias Klose <doko@ubuntu.com>
2018
2019 * Makefile.def (target_modules): Don't install libffi.
2020 * Makefile.in: Regenerate.
2021
20222013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
2023
2024 * MAINTAINERS (Write After Approval): Add myself.
2025
20262013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
2027
2028 * MAINTAINERS (Write After Approval): Add myself.
2029
20302013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
2031
2032 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
2033 * configure: Regenerated.
2034
a15d2ea8
ILT
20352013-02-05 Ian Lance Taylor <iant@google.com>
2036
2037 PR go/55969
2038 * configure.ac: Disable libgo on some systems where it does not
2039 work.
2040
a3b854b6
FXC
20412013-02-04 David Edelsohn <dje.gcc@gmail.com>
2042
2043 * MAINTAINERS: Explicitly add myself as AIX maintainer.
2044 Remove Geoff Keating as rs6000 port maintainer, at his request.
2045
20462013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
2047
2048 * MAINTAINERS: Update my email.
2049
20502013-01-23 Shenghou Ma <minux.ma@gmail.com>
2051
2052 * configure: Re-generate.
2053
20542013-01-15 Richard Biener <rguenther@suse.de>
2055
2056 PR other/55973
2057 * configure: Re-generate.
2058
20592013-01-14 Matthias Klose <doko@ubuntu.com>
2060
2061 * Makefile.def (install-target-libsanitizer): Depend on
2062 install-target-libstdc++-v3.
2063 * Makefile.in: Regenerate.
2064
20652013-01-14 Richard Biener <rguenther@suse.de>
2066
2067 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
2068 * configure: Re-generate
2069
20702013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2071
2072 * config.sub: Update from config repo.
2073
20742013-01-11 Eric Botcazou <ebotcazou@adacore.com>
2075
2076 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
2077 * Makefile.in: Regenerate.
2078
20792013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
2080
2081 * MAINTAINERS (arc): Add new port maintainership for myself.
2082
20832013-01-09 Jason Merrill <jason@redhat.com>
2084
2085 * .gitignore: Import from gdb repository.
2086
20872013-01-09 H.J. Lu <hongjiu.lu@intel.com>
2088
2089 * Makefile.def (configure-gcc): Depend on all-gmp.
2090 (all-gcc): Remove dependency on all-gmp.
2091 * Makefile.in: Regenerated.
2092
20932013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2094
2095 * config.sub: Merge from config repo.
2096 * config.guess: Ditto.
2097
20982013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2099
2100 * Makefile.def: Merge from binutils.
2101 * Makefile.in: Ditto.
2102
21032013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
2104
2105 * MAINTAINERS: Update my email.
2106
21072012-12-29 Ben Elliston <bje@gnu.org>
2108
2109 * config.guess: Update to 2012-12-29 version.
2110 * config.sub: Likewise.
2111
21122012-12-20 Matthias Klose <doko@ubuntu.com>
2113
2114 * Makefile.def (install-target-libgfortran): Depend on
2115 install-target-libquadmath, install-target-libgcc.
2116 (install-target-libsanitizer): Depend on install-target-libgcc.
2117 (install-target-libjava): Depend on install-target-libgcc.
2118 (install-target-libitm): Depend on install-target-libgcc.
2119 (install-target-libobjc): Depend on install-target-libgcc.
2120 (install-target-libstdc++-v3): Depend on install-target-libgcc.
2121 * Makefile.in: Regenerate.
2122
21232012-12-19 Matthias Klose <doko@ubuntu.com>
2124
2125 * Makefile.def (install-target-libgo): Depend on
2126 install-target-libatomic.
2127 * Makefile.in: Regenerate.
2128
21292012-12-18 Andreas Schwab <schwab@linux-m68k.org>
2130
2131 PR go/55201
2132 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
2133 * Makefile.in: Regenerate.
2134
21352012-12-16 Thomas Schwinge <thomas@codesourcery.com>
2136
2137 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
2138 * configure: Regenerate.
2139
21402012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2141
2142 * config.sub: Merge from config repo.
2143
21442012-12-11 H.J. Lu <hongjiu.lu@intel.com>
2145
2146 * Makefile.def (target_modules): Add bootstrap=true and
2147 raw_cxx=true to libsanitizer.
2148 * configure.ac (bootstrap_target_libs): Add libsanitizer.
2149 * Makefile.in: Regenerated.
2150 * configure: Likewise.
2151
21522012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
2153
2154 * MAINTAINERS: Remove self as RTL optimization maintainer.
2155
21562012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2157
2158 * MAINTAINERS (Write After Approval): Add myself.
2159
21602012-11-28 H.J. Lu <hongjiu.lu@intel.com>
2161
2162 * Makefile.def (target_modules): Remove bootstrap=true and
2163 raw_cxx=true from libsanitizer.
2164 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
2165 * Makefile.in: Regenerated.
2166 * configure: Likewise.
2167
21682012-11-28 H.J. Lu <hongjiu.lu@intel.com>
2169
2170 * Makefile.def (target_modules): Add bootstrap=true and
2171 raw_cxx=true to libsanitizer.
2172 * configure.ac (bootstrap_target_libs): Add libsanitizer.
2173 * Makefile.in: Regenerated.
2174 * configure: Likewise.
2175
21762012-11-28 Andrew Pinski <apinski@cavium.com>
2177
2178 PR bootstrap/54279
2179 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
2180 * configure: Regenerate.
2181 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
2182 * Makefile.in: Regenerate.
2183
21842012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2185
2186 * configure.ac: Disable libsanitizer if we're not building C++.
2187 * configure: Regenerate.
2188
21892012-11-15 Roland McGrath <roland@hack.frob.com>
2190
2191 * MAINTAINERS (Write After Approval): Add myself.
2192
21932012-11-15 Dmitry Vyukov <dvyukov@google.com>
2194
2195 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
2196 Kostya Serebryany (kcc@google.com) and
2197 Jakub Jelinek (jakub@redhat.com).
2198 Rename area for Dodji Seketeli (dodji@redhat.com).
2199
22002012-11-15 Dodji Seketeli <dodji@redhat.com>
2201
2202 * MAINTAINERS: (asan.c, related): Add myself.
2203
22042012-11-14 Roland McGrath <mcgrathr@google.com>
2205
2206 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
2207 * configure: Regenerate.
2208
22092012-11-13 Richard Henderson <rth@redhat.com>
2210
2211 * configure.ac: Move libsanitizer logic to subdirectory.
2212 * configure: Regenerate.
2213
22142012-11-13 Dodji Seketeli <dodji@redhat.com>
2215
2216 * configure.ac: Enable libsanitizer just on x86 linux for now.
2217 * configure: Re-generate.
2218
22192012-11-13 David Edelsohn <dje.gcc@gmail.com>
2220
2221 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
2222 sections.
2223 * configure: Regenerate.
2224
22252012-11-13 Hans-Peter Nilsson <hp@axis.com>
2226
2227 * configure.ac: Add section for configdirs for libsanitizer.
2228 Disable for cris-*-* and mmix-*-*.
2229 * configure: Regenerate.
2230
22312012-11-12 Wei Mi <wmi@google.com>
2232
2233 * configure.ac: Add libsanitizer to target_libraries.
2234 * Makefile.def: Ditto.
2235 * configure: Regenerate.
2236 * Makefile.in: Regenerate.
2237 * libsanitizer: New directory for asan runtime. Contains an empty
2238 tsan directory.
2239
22402012-11-03 Corinna Vinschen <corinna@vinschen.de>
2241
2242 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
2243 against Mingw64 w32api.
2244 * configure: Regenerate.
2245
22462012-11-03 H.J. Lu <hongjiu.lu@intel.com>
2247
2248 * configure: Regenerated.
2249
22502012-11-03 Robert Mason <rbmj@verizon.net>
2251
2252 * configure.ac: add --disable-libstdcxx configure option
2253 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
2254
22552012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
2256
2257 * MAINTAINERS (Write After Approval): Add myself.
2258
22592012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
2260
2261 * MAINTAINERS (Write After Approval): Add myself.
2262
22632012-10-24 Sharad Singhai <singhai@google.com>
2264
2265 * MAINTAINERS (Write After Approval): Add myself.
2266
22672012-10-24 Eric Christopher <echristo@gmail.com>
2268
2269 * MAINTAINERS: Update email address.
2270
22712012-10-23 Eric Botcazou <ebotcazou@adacore.com>
2272
2273 PR bootstrap/54820
2274 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
2275 * configure: Regenerate.
2276
22772012-10-23 Richard Earnshaw <rearnsha@arm.com>
2278
2279 * MAINTAINERS (aarch64): Add Marcus and myself.
2280
22812012-10-22 Eric Botcazou <ebotcazou@adacore.com>
2282
2283 PR bootstrap/54820
2284 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
2285 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
2286 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2287 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2288 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
2289 * Makefile.in: Regenerate.
2290 * configure.ac (have_static_libs): New variable and associated check.
2291 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
2292 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
2293 * configure: Regenerate.
2294
22952012-10-10 Richard Biener <rguenther@suse.de>
2296
2297 * MAINTAINERS: Adjust for changed surname.
2298
22992012-10-04 Lawrence Crowl <crowl@google.com>
2300
2301 * MAINTAINERS (Write After Approval): Add myself.
2302
23032012-10-01 Cary Coutant <ccoutant@google.com>
2304
2305 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
2306
23072012-09-28 Ian Lance Taylor <iant@google.com>
2308
2309 * Makefile.def: Make all-target-libgo depend on
2310 all-target-libbacktrace.
2311 * Makefile.in: Rebuild.
2312
23132012-09-26 Ian Lance Taylor <iant@google.com>
2314
2315 * Makefile.def: Make all-gcc depend on all-libbacktrace.
2316 * Makefile.in: Rebuild.
2317
23182012-09-20 Walter Lee <walt@tilera.com>
2319
2320 * configure.ac: Add tilegx to list of targets that support gold.
2321 * configure: Regenerate.
2322
23232012-09-20 Marek Polacek <polacek@redhat.com>
2324
2325 * MAINTAINERS (Write After Approval): Add myself.
2326
23272012-09-19 Steve Ellcey <sellcey@mips.com>
2328
2329 * configure.ac: Add mips*-mti-elf* target.
2330 * configure: Regenerate.
2331
23322012-09-17 Ian Lance Taylor <iant@google.com>
2333
2334 * MAINTAINERS (Various Maintainers): Add libbacktrace.
2335 * configure.ac (host_libs): Add libbacktrace.
2336 (target_libraries): Add libbacktrace.
2337 * Makefile.def (host_modules): Add libbacktrace.
2338 (target_modules): Likewise.
2339 * configure, Makefile.in: Rebuild.
2340
23412012-09-14 David Edelsohn <dje.gcc@gmail.com>
2342
2343 PR target/38607
2344 Merge upstream change.
2345 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
2346
2347 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
2348 Add libgomp*.o to compare_exclusions for AIX.
2349 * configure: Regenerate.
2350
23512012-09-06 Diego Novillo <dnovillo@google.com>
2352
2353 * configure.ac: Bump minimum GMP version to 4.2.3.
2354 * configure: Re-generate.
2355
23562012-09-05 Georg-Johann Lay <avr@gjlay.de>
2357
2358 PR target/54461
2359 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
2360 target-libgloss if not configured --with-avrlibc=no.
2361 * configure: Regenerate.
2362
23632012-09-04 Jason Merrill <jason@redhat.com>
2364
2365 * configure.ac: Fix --enable-languages=all.
2366
23672012-09-04 Christophe Lyon <christophe.lyon@st.com>
2368
2369 * MAINTAINERS (Write After Approval): Add myself.
2370
23712012-09-03 Richard Guenther <rguenther@suse.de>
2372
2373 PR bootstrap/54138
2374 * configure.ac: Re-organize ISL / CLOOG checks to allow
2375 disabling with either --without-isl or --without-cloog.
2376 * configure: Regenerated.
2377
23782012-09-03 Georg-Johann Lay <avr@gjlay.de>
2379
2380 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
2381 * configure: Regenerate.
2382
23832012-08-27 Ulrich Drepper <drepper@gmail.com>
2384
2385 * MAINTAINERS: Fix my email address.
2386
23872012-08-26 H.J. Lu <hongjiu.lu@intel.com>
2388
2389 PR binutils/4970
2390 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
2391 and opcodes.
2392 * Makefile.in: Regenerated.
2393
23942012-08-26 Art Haas <ahaas@impactweather.com>
2395
2396 * configure: Regenerate.
2397
23982012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
2399
2400 * INSTALL/README: Also refer to the online installation
2401 instructions.
2402
24032012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2404
2405 * MAINTAINERS (Write After Approval): Add myself.
2406 (Picochip port): Remove myself.
2407
24082012-08-14 Diego Novillo <dnovillo@google.com>
2409
2410 Merge from cxx-conversion branch.
2411
2412 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
2413 POSTSTAGE1_CONFIGURE_FLAGS.
2414 * Makefile.in: Regenerate.
2415 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
2416 Force C++ when bootstrapping.
2417 * configure: Regenerate.
2418
24192012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2420
2421 * MAINTAINERS (Write After Approval): Add myself.
2422
24232012-07-16 Joseph Myers <joseph@codesourcery.com>
2424
2425 * README: Document use of ranges of years in copyright notices.
2426
24272012-07-06 Richard Guenther <rguenther@suse.de>
2428
2429 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
2430 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
2431 --with-gmp=system.
2432 * Makefile.in: Regenerated.
2433 * configure: Likewise.
2434
24352012-07-06 Richard Guenther <rguenther@suse.de>
2436
2437 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
2438 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
2439 supply V=1 as extra_make_flags.
2440 * configure: Regenerated.
2441 * Makefile.in: Likewise.
2442
24432012-07-04 Tristan Gingold <gingold@adacore.com>
2444
2445 * configure: Regenerate.
2446
24472012-07-03 Richard Guenther <rguenther@suse.de>
2448
2449 * Makfile.def (isl): Remove not necessary extra_exports and
2450 extra_make_flags.
2451 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
2452 * Makefile.in: Regenerated.
2453
24542012-07-03 Richard Guenther <rguenther@suse.de>
2455
2456 * Makefile.def (cloog): Add V=1 to extra_make_flags.
2457 * configure.ac: If either the ISL or the CLooG check failed
2458 do not try to build in-tree versions.
2459 * Makefile.in: Regenerated.
2460 * configure: Regenerated.
2461
24622012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2463
2464 * configure: Regenerate.
2465
24662012-07-02 Janis Johnson <janisjo@codesourcery.com>
2467
2468 * MAINTAINERS (Various Maintainers): Add myself as testsuite
2469 maintainer.
2470
24712012-07-02 Richard Guenther <rguenther@suse.de>
2472
2473 * configure: Regenerated.
2474
24752012-07-02 Richard Guenther <rguenther@suse.de>
2476 Michael Matz <matz@suse.de>
2477 Tobias Grosser <tobias@grosser.es>
2478 Sebastian Pop <sebpop@gmail.com>
2479
2480 * Makefile.def: Add ISL host module, remove PPL host module.
2481 Adjust ClooG host module to use the proper ISL.
2482 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
2483 * configure.ac: Include config/isl.m4. Add ISL host library,
2484 remove PPL. Remove PPL configury, add ISL configury, adjust
2485 ClooG configury.
2486 * Makefile.in: Regenerated.
2487 * configure: Likewise.
2488
24892012-07-02 Richard Guenther <rguenther@suse.de>
2490
2491 Merge from graphite branch
2492 2011-07-21 Tobias Grosser <tobias@grosser.es>
2493
2494 * configure: Regenerated.
2495 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
2496 both cloog.org and legacy versions. The only supported version will
2497 be CLooG with the isl backend.
2498
2499 2011-07-21 Tobias Grosser <tobias@grosser.es>
2500
2501 * configure: Regenerated.
2502 * configure.ac: Require cloog isl 0.17.0
2503
2504 2011-07-21 Tobias Grosser <tobias@grosser.es>
2505
2506 * configure: Regenerated.
2507 * config/cloog.m4: Do not define CLOOG_ORG
2508
25092012-06-29 Steven Bosscher <steven@gcc.gnu.org>
2510
2511 * configure.ac: Skip C if explicitly selected.
2512 * configure: Regenerate.
2513
25142012-06-28 Christophe Lyon <christophe.lyon@st.com>
2515
2516 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
2517 they contain -O2.
2518 * configure: Regenerate.
2519
25202012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
2521
2522 PR debug/53740
2523 * df.h, df-problems.c, dce.c: Revert last patch.
2524
25252012-06-25 Iain Sandoe <iain@codesourcery.com>
2526
2527 * MAINTAINERS (Write After Approval): Update my email address.
2528
25292012-06-21 Meador Inge <meadori@codesourcery.com>
2530
2531 * MAINTAINERS (Write After Approval): Add myself.
2532
25332012-06-20 Jason Merrill <jason@redhat.com>
2534
2535 * Makefile.tpl (check-target-libgomp-c++): New.
2536 (check-target-libitm-c++): New.
2537 * Makefile.def (c++): Add them.
2538 * Makefile.in: Regenerate.
2539
25402012-05-29 Edmar Wienskoski <edmar@freescale.com>
2541
2542 * MAINTAINERS (Write After Approval): Add myself.
2543
25442012-05-16 Olivier Hainque <hainque@adacore.com>
2545
2546 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
2547 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
2548 (install-no-fixedincludes): Adjust accordingly.
2549 * Makefile.in: Regenerate.
2550
25512012-05-15 H.J. Lu <hongjiu.lu@intel.com>
2552
2553 Merge upstream change
2554 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
2555
25562012-05-14 Marc Glisse <marc.glisse@inria.fr>
2557
2558 * MAINTAINERS (Write After Approval): Add myself.
2559
25602012-05-09 Nick Clifton <nickc@redhat.com>
2561 Paul Smith <psmith@gnu.org>
2562
2563 PR bootstrap/50461
2564 * configure.ac (mpfr-dir): When using in-tree MPFR sources
2565 allow for the fact that from release v3.1.0 of MPFR the source
2566 files were moved into a src sub-directory.
2567 * configure: Regenerate.
2568
25692012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
2570
2571 * configure.ac: Bump minimum MPFR version to 2.4.0.
2572 * configure: Regenerated.
2573
25742012-05-01 Richard Henderson <rth@redhat.com>
2575
2576 * Makefile.def (libatomic): New target_module.
2577 * configure.ac (target_libraries): Add libatomic.
2578 (noconfigdirs): Check if libatomic is supported.
2579 * Makefile.in, configure: Rebuild.
2580
25812012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
2582
2583 * MAINTAINERS (Write After Approval): Add myself.
2584
25852012-04-25 Joel Brobecker <brobecker@adacore.com>
2586
2587 * config.sub: Update to 2012-04-18 version from official repo.
2588
25892012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
2590
2591 * MAINTAINERS (Write After Approval): Add myself.
2592
25932012-04-11 Steve Ellcey <sellcey@mips.com>
2594
2595 * MAINTAINERS: Changed email address.
2596
25972012-03-28 Georg-Johann Lay <avr@gjlay.de>
2598
2599 PR target/52737
2600 * contrib/gcc_update (files_and_dependencies):
2601 Remove gcc/config/avr/t-multilib from touch data.
2602
26032012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2604
2605 * MAINTAINERS (OS Port Maintainers): Remove irix.
2606 * configure.ac (enable_libgomp): Remove *-*-irix6*.
2607 (unsupported_languages): Remove mips-sgi-irix6.*.
2608 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
2609 (with_stabs): Remove.
2610 * configure: Regenerate.
2611
26122012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2613
2614 * MAINTAINERS (OS Port Maintainers): Remove osf.
2615 * configure.ac (enable_libgomp): Remove *-*-osf*.
2616 (with_stabs): Remove alpha*-*-osf*.
2617 * configure: Regenerate.
2618
26192012-03-05 Tristan Gingold <gingold@adacore.com>
2620
2621 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
2622 * configure: Regenerate.
2623
26242012-02-17 Walter Lee <walt@tilera.com>
2625
2626 * MAINTAINERS: (Write After Approval): Delete myself.
2627
26282012-02-14 Walter Lee <walt@tilera.com>
2629
2630 * MAINTAINERS (tilegx port): Add myself.
2631 (tilepro port): Add myself.
2632 (Write After Approval): Add myself.
2633
26342012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
2635
2636 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
2637 and Joseph Myers as docstring relicensing maintainers.
2638
26392012-02-09 Bin Cheng <bin.cheng@arm.com>
2640
2641 * MAINTAINERS (write-after-approval): Add myself.
2642
26432012-02-08 Ira Rosen <irar@il.ibm.com>
2644
2645 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
2646 maintainer.
2647
26482012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2649
2650 * MAINTAINERS (Write After Approval): Move myself to
2651 maintain alphabetical order.
2652
26532012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2654
2655 * MAINTAINERS (Write After Approval): Add myself.
2656
26572012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
2658
2659 * MAINTAINERS (Write After Approval): Add myself.
2660
26612012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
2662 Jayant R Sonar <jayant.sonar@kpitcummins.com>
2663
2664 * configure.ac (cr16-*-*): Remove nonconfigdirs.
2665 * configure: Regenerate.
2666
26672012-01-23 Harshit Chopra <harshit@google.com>
2668
2669 * MAINTAINERS (Write After Approval): Add myself.
2670
26712012-01-22 Douglas B Rupp <rupp@ngnat.com>
2672
2673 * configure.ac: Remove reference to mh-interix.
2674 * configure: Regenerate.
2675
26762012-01-05 Richard Henderson <rth@redhat.com>
2677
2678 PR bootstrap/51072
2679 * configure.ac: Disable libitm if c++ is not enabled.
2680 * configure: Rebuild.
2681
2682 * configure.ac: Fix regexp for same.
2683 * configure: Rebuild.
2684
26852012-01-02 Balaji V. Iyer <bviyer@gmail.com>
2686
2687 * MAINTAINERS (Write After Approval): Add myself.
2688
26892012-01-02 Richard Guenther <rguenther@suse.de>
2690
2691 PR bootstrap/51686
2692 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
2693 * Makefile.in: Regenerate.
2694
26952011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
2696
2697 * MAINTAINERS (Write After Approval): Add myself.
2698
26992011-12-18 Eric Botcazou <ebotcazou@adacore.com>
2700
2701 * configure: Regenerate.
2702
27032011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2704
2705 * MAINTAINERS (picochip): Changed email address.
2706
27072011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2708
2709 * MAINTAINERS (write-after-approval): Add self.
2710
27112011-11-29 DJ Delorie <dj@redhat.com>
2712
2713 * configure.ac (rl78-*-*) New case.
2714 * configure: Regenerate.
2715 * MAINTAINERS: Add myself as RL78 maintainer.
2716
27172011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
2718
2719 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
2720
27212011-11-21 Andreas Tobler <andreast@fgznet.ch>
2722
2723 * libtool.m4: Additional FreeBSD 10 fixes.
2724
27252011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
2726
2727 * MAINTAINERS: Move myself from Write After Approval to CPU Port
2728 Maintainers section, as Epiphany maintainer.
2729
27302011-11-18 Iain Sandoe <iains@gcc.gnu.org>
2731
2732 PR target/49992
2733 * configure.ac: Remove ranlib special-casing for Darwin.
2734 * configure: Regenerate.
2735
27362011-11-12 Andrey Belevantsev <abel@ispras.ru>
2737
2738 * MAINTAINERS (Reviewers): Keep the list sorted.
2739
27402011-11-11 Andrey Belevantsev <abel@ispras.ru>
2741
2742 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
2743
27442011-11-09 Roland McGrath <mcgrathr@google.com>
2745
2746 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
2747 * configure: Rebuild.
2748 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
2749 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
2750 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
2751 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
2752 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
2753 Add READELF.
2754 * Makefile.in: Rebuild.
2755
27562011-11-09 Jason Merrill <jason@redhat.com>
2757
2758 * Makefile.def (language=c++): Remove check-c++0x.
2759 * Makefile.in (check-gcc-c++): Regenerate.
2760
27612011-11-08 Richard Henderson <rth@redhat.com>
2762
2763 * configure.ac: Test for libitm directory present first.
2764
2765 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
2766
2767 * configure.ac: Test libitm/configure.tgt to disable libitm.
2768 * configure: Rebuild.
2769
27702011-11-07 Aldy Hernandez <aldyh@redhat.com>
2771 Richard Henderson <rth@redhat.com>
2772
2773 Merged from transactional-memory.
2774
2775 * Makefile.def (lang_env_dependencies): libitm is c++.
2776 Add libitm target module.
2777 * configure.ac: Likewise.
2778 * config/mmap.m4: New file.
2779 * contrib/gcc_update: Add libitm to touch data.
2780 * Makefile.in, configure: Rebuild.
2781
27822011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2783
2784 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
2785 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
2786 * Makefile.in: Regenerate.
2787
27882011-11-01 DJ Delorie <dj@redhat.com>
2789
2790 * config.sub: Update to version 2011-10-29 (added rl78)
2791
27922011-10-27 Nick Clifton <nickc@redhat.com>
2793
2794 * config.sub: Import these changes from the config project:
2795
2796 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
2797 Ben Elliston <bje@gnu.org>
2798
2799 * config.sub (epiphany): New.
2800
2801 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
2802 Ben Elliston <bje@gnu.org>
2803
2804 * config.sub (hexagon, hexagon-*): New.
2805
2806 2011-08-23 Roland McGrath <mcgrathr@google.com>
2807
2808 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2809 64eb to be64.
2810
2811 2011-08-16 Roland McGrath <mcgrathr@google.com>
2812
2813 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2814 (nacl): Grok as alias for 32el-unknown-nacl.
2815
28162011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
2817
2818 * MAINTAINERS (Write After Approval): Add myself.
2819
28202011-10-24 Teresa Johnson <tejohnson@google.com>
2821
2822 * MAINTAINERS (Write After Approval): Add myself.
2823
28242011-09-21 Jakub Jelinek <jakub@redhat.com>
2825
2826 * MAINTAINERS (sparc port): Remove myself.
2827
28282011-09-14 Tom de Vries <tom@codesourcery.com>
2829
2830 * MAINTAINERS (Write After Approval): Add myself.
2831
28322011-08-14 Yao Qi <yao@codesourcery.com>
2833
2834 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2835 * configure: Regenerate.
2836
28372011-07-26 Ian Lance Taylor <iant@google.com>
2838
2839 * configure.ac: Set have_compiler based on whether gcc directory
2840 exists, rather than on whether gcc is in configdirs.
2841 * configure: Rebuild.
2842
28432011-07-21 Joseph Myers <joseph@codesourcery.com>
2844
2845 * MAINTAINERS (Global Reviewers): Add self.
2846
28472011-07-20 David Edelsohn <dje.gcc@gmail.com>
2848
2849 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2850 link directories.
2851 * Makefile.in: Rebuild.
2852
28532011-07-20 Ian Lance Taylor <iant@google.com>
2854
2855 PR bootstrap/49787
2856 * configure.ac: Move --enable-bootstrap handling earlier in file.
2857 If --enable-bootstrap and either --enable-build-with-cxx or
2858 --enable-build-poststage1-with-cxx, enable C++ automatically.
2859 * configure: Rebuild.
2860
28612011-07-19 Ian Lance Taylor <iant@google.com>
2862
2863 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2864 make C++ a boot_language. Set and substitute
2865 POSTSTAGE1_CONFIGURE_FLAGS.
2866 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2867 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2868 * configure, Makefile.in: Rebuild.
2869
28702011-07-19 Vladimir Makarov <vmakarov@redhat.com>
2871
2872 * MAINTAINERS (Register Allocation): Move myself from reviewers to
2873 maintainers.
2874
28752011-07-18 Jakub Jelinek <jakub@redhat.com>
2876
2877 * MAINTAINERS (Global Reviewers): Add myself.
2878
28792011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2880
2881 * configure: Regenerate.
2882
28832011-07-16 Jason Merrill <jason@redhat.com>
2884
2885 * Makefile.def (language=c++): Add check-c++0x and
2886 check-target-libmudflap-c++.
2887 * Makefile.tpl (check-target-libmudflap-c++): New.
2888 * Makefile.in: Regenerate.
2889
28902011-07-16 Matthias Klose <doko@ubuntu.com>
2891
2892 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2893 * Makefile.def (target_modules/libjava): Pass
2894 $(EXTRA_CONFIGARGS_LIBJAVA).
2895 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2896 if not configured with --enable-static-libjava.
2897 * Makefile.in: Regenerate.
2898 * configure: Likewise.
2899
29002011-07-15 Jason Merrill <jason@redhat.com>
2901
2902 * Makefile.in (check-c++): Move check-gcc-c++0x after
2903 check-target-libstdc++-v3.
2904
29052011-07-15 Bernd Schmidt <bernds@codesourcery.com>
2906
2907 * MAINTAINERS (c6x port): New entry.
2908
29092011-07-13 Jason Merrill <jason@redhat.com>
2910
2911 * Makefile.in (check-gcc-c++0x): New.
2912 (check-c++): Depend on it.
2913
29142011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2915
2916 PR target/39150
2917 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2918 x86_64-*-solaris2.1[0-9]*.
2919 * configure: Regenerate.
2920
29212011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
2922
2923 * MAINTAINERS (RTL optimizers): Add self.
2924
29252011-06-27 Gabriel Charette <gchare@google.com>
2926
2927 * MAINTAINERS (Write After Approval): Add myself.
2928
29292011-06-22 Hans-Peter Nilsson <hp@axis.com>
2930
2931 PR regression/47836
2932 PR bootstrap/23656
2933 PR other/47733
2934 PR bootstrap/49247
2935 PR c/48825
2936 * configure.ac (target_libraries): Remove target-libiberty.
2937 Remove case-statement setting skipdirs=target-libiberty for
2938 multiple targets. Remove checking target_configdirs and
2939 removing target-libiberty but keeping target-libgcc if
2940 otherwise empty.
2941 * Makefile.def (target_modules): Don't add libiberty.
2942 (dependencies): Remove all traces of target-libiberty.
2943 * configure, Makefile.in: Regenerate.
2944
29452011-06-13 Walter Lee <walt@tilera.com>
2946
2947 * configure.ac (tilepro-*-*) New case.
2948 (tilegx-*-*): Likewise.
2949 * configure: Regenerate.
2950
29512011-06-06 Jing Yu <jingyu@google.com>
2952
2953 * configure.ac: Skip target-libiberty for
2954 arm*-*-linux-androideabi.
2955 * configure: Regenerated.
2956
29572011-06-06 Nick Clifton <nickc@redhat.com>
2958
2959 * config.sub: Sync from upstream.
2960
29612011-06-05 Nenad Vukicevic <nenad@intrepid.com>
2962
2963 * MAINTAINERS (Write After Approval): Add myself.
2964
29652011-06-01 Daniel Jacobowitz <drow@false.org>
2966
2967 * MAINTAINERS: Update my email address.
2968
29692011-05-27 Nathan Froyd <froydnj@codesourcery.com>
2970
2971 * MAINTAINERS (Write After Approval): Update my email address.
2972
29732011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
2974
2975 * MAINTAINERS (Write After Approval): Add myself.
2976
29772011-05-08 Doug Kwan <dougkwan@google.com>
2978
2979 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2980 * configure: Regenerated.
2981 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2982 value from configure.
2983 * Makefile.in: Regenerated.
2984
29852011-05-05 Joseph Myers <joseph@codesourcery.com>
2986
2987 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2988 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2989 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2990 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2991 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2992 *-*-vxworks*): Disable newlib and libgloss in separate case
2993 statement.
2994 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2995 to separate case statement.
2996 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2997 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2998 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2999 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
3000 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
3001 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
3002 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
3003 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
3004 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
3005 i[[3456789]]86-*-rdos*, m32r-*-*,
3006 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
3007 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
3008 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
3009 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
3010 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
3011 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
3012 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
3013 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
3014 and libgloss in main case over targets. Remove most empty cases
3015 in main case over targets.
3016 * configure: Regenerate.
3017
30182011-05-04 Janis Johnson <janisjo@codesourcery.com>
3019
3020 * MAINTAINERS (Write After Approval): Add myself.
3021
30222011-05-04 Joseph Myers <joseph@codesourcery.com>
3023
3024 * configure.ac: Remove code setting special library locations for
3025 hppa*64*-*-hpux11*. Remove code setting compiler for
3026 sparc-sun-solaris2*.
3027 * configure: Regenerate.
3028
30292011-05-04 Joseph Myers <joseph@codesourcery.com>
3030
3031 * configure.ac: Separate libgloss_dir settings from general case
3032 over targets.
3033 * configure: Regenerate.
3034
30352011-04-28 Joseph Myers <joseph@codesourcery.com>
3036
3037 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3038 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
3039 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
3040 cases in libgcj-disabling case statement.
3041 (hppa*64*-*-linux*): Set unsupported_languages instead of
3042 disabling target-zlib.
3043 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
3044 to hppa*64*-*-hpux*.
3045 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
3046 hppa*-*-hpux*.
3047 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
3048 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
3049 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
3050 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
3051 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
3052 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
3053 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
3054 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
3055 libgcj-disabling case statement.
3056 * configure: Regenerate.
3057
30582011-04-28 Joseph Myers <joseph@codesourcery.com>
3059
3060 * configure.ac: Disable Java for targets not supporting libffi.
3061 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
3062 Remove cases in Java-disabling statement.
3063 (*arm-wince-pe): Change to arm-wince-pe.
3064 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
3065 cases in Java-disabling statement.
3066 (bfin-*-*): Don't disable Java again.
3067 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
3068 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
3069 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
3070 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
3071 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
3072 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
3073 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
3074 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
3075 Java-disabling statement.
3076 (mmix-*-*): Don't disable Java again.
3077 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3078 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
3079 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
3080 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
3081 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
3082 statement.
3083 * configure: Regenerate.
3084
30852011-04-28 Joseph Myers <joseph@codesourcery.com>
3086
3087 * configure.ac: Separate cases disabling Java and Java libraries
3088 from general case over targets.
3089 * configure: Regenerate.
3090
30912011-04-21 Jie Zhang <jzhang918@gmail.com>
3092
3093 * MAINTAINERS: Update my email address.
3094
30952011-04-20 Easwaran Raman <eraman@google.com>
3096
3097 * MAINTAINERS (Write After Approval): Add myself.
3098
30992011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
3100
3101 PR lto/48086
3102 * configure.ac: Re-enable LTO on *-apple-darwin9*.
3103 * configure: Regenerate.
3104
31052011-04-16 Jim Meyering <meyering@redhat.com>
3106
3107 * MAINTAINERS (Write After Approval): Add myself.
3108
31092011-04-15 Dodji Seketeli <dodji@redhat.com>
3110
3111 * MAINTAINERS: Update my email address.
3112
31132011-04-13 Georg-Johann Lay <avr@gjlay.de>
3114
3115 * MAINTAINERS (Write After Approval): Add myself.
3116
31172011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
3118
3119 * MAINTAINERS (Write After Approval): Add myself.
3120
31212011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
3122
3123 * MAINTAINERS (Write After Approval): Add myself.
3124
31252011-04-06 Joseph Myers <joseph@codesourcery.com>
3126
3127 * configure.ac (build_tools): Remove build-byacc.
3128 (host_libs): Remove mmalloc.
3129 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
3130 autoconf automake libtool diff rcs fileutils shellutils time
3131 textutils wdiff find uudecode hello tar gzip indent recode release
3132 sed perl gawk findutils gettext zip.
3133 (libgcj): Remove target-qthreads.
3134 (target_tools): Remove target-examples target-gperf.
3135 (YACC): Don't handle building byacc.
3136 * configure: Regenerate.
3137 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
3138 dosutils, examples, fileutils, find, findutils, gawk, gettext,
3139 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
3140 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
3141 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
3142 handle building components.
3143 * Makefile.in: Regenerate.
3144
31452011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
3146
3147 * MAINTAINERS: Update my email address as Xtensa maintainer.
3148
31492011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3150
3151 * config.sub: Sync from upstream.
3152
31532011-04-01 Joseph Myers <joseph@codesourcery.com>
3154
3155 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
3156 (microblaze*): Don't disable libssp.
3157 * configure: Regenerate.
3158
31592011-04-01 Joseph Myers <joseph@codesourcery.com>
3160
3161 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
3162 moveifchange.
3163 * configure: Regenerate.
3164 * Makefile.tpl: Use @SHELL@ not @config_shell@.
3165 * Makefile.in: Regenerate.
3166
31672011-04-01 Joseph Myers <joseph@codesourcery.com>
3168
3169 * configure.ac (*-*-sysv4*): Don't enable libgomp.
3170 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
3171 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
3172 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
3173 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
3174 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
3175 md_exec_prefix cases.
3176 * configure: Regenerate.
3177
31782011-04-01 Joseph Myers <joseph@codesourcery.com>
3179
3180 * configure.ac: Separate cases disabling target-libssp,
3181 target-libiberty, target-libstdc++-v3 and Fortran from general
3182 case over targets.
3183 * configure: Regenerate.
3184
31852011-04-01 Joseph Myers <joseph@codesourcery.com>
3186
3187 * configure.ac (*-*-chorusos): Don't disable libgcj.
3188 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
3189 Remove case.
3190 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
3191 (arm-*-coff): Don't disable libgcj.
3192 (arm*-*-linux-gnueabi): Remove useless assignment.
3193 (arm-*-riscix*): Don't disable libgcj.
3194 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
3195 configuration.
3196 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
3197 (c54x*-*-*): Remove case.
3198 (tic54x-*-*): Don't disable GCC or GCC libraries.
3199 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
3200 to *.
3201 (d10v-*-*): Don't disable GCC libraries.
3202 (d30v-*-*): Don't disable libgcj.
3203 (h8500-*-*): Don't disable GCC libraries.
3204 (i960-*-*): Don't disable libgcj.
3205 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
3206 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3207 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
3208 libgcj.
3209 (m68k-*-coff*): Remove case.
3210 (mmix-*-*): Don't disable libgloss on host.
3211 (mn10200-*-*, mn10300-*-*): Remove cases.
3212 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3213 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
3214 Don't disable libgcj.
3215 (romp-*-*): Remove case.
3216 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
3217 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
3218 case.
3219 (v810-*-*): Don't disable GCC libraries.
3220 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
3221 (ip2k-*-*): Don't disable GCC libraries.
3222 * configure: Regenerate.
3223
32242011-03-28 Joseph Myers <joseph@codesourcery.com>
3225
3226 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
3227 libffi on host.
3228 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
3229 on host.
3230 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
3231 * configure: Regenerate.
3232
32332011-03-26 John Marino <binutils@marino.st>
3234
3235 * configure.ac: Add support for *-*-dragonfly*
3236 * configure: Regenerate.
3237
32382011-03-25 Joseph Myers <joseph@codesourcery.com>
3239
3240 * configure.ac (native_only): Remove.
3241 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
3242 send-pr uudecode guile gnuserv on host.
3243 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
3244 send-pr rcs guile perl texinfo libtool on host.
3245 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
3246 automake send-pr rcs guile perl texinfo libtool on host.
3247 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
3248 (*-*-kaos*): Don't disable target-examples target-gperf on target.
3249 (alpha*-dec-osf*): Don't disable fileutils on target.
3250 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
3251 texinfo send-pr expect dejagnu on target.
3252 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
3253 target-qthreads on target.
3254 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
3255 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
3256 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
3257 x86_64-*-mingw*): Don't disable expect on target.
3258 (*-*-cygwin*): Don't disable target-gperf on target.
3259 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
3260 gnuserv on target.
3261 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
3262 target.
3263 * configure: Regenerate.
3264
32652011-03-25 Joseph Myers <joseph@codesourcery.com>
3266
3267 * configure.ac (target_tools): Remove target-groff.
3268 (native_only): Remove target-groff.
3269 (hppa*64*-*-*): Don't disable byacc.
3270 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
3271 setting.
3272 (*-*-kaos*): Don't skip target-librx and target-groff.
3273 (*-*-netware*): Don't skip target-libmudflap.
3274 (*-*-tpf*): Don't skip target-libmudflap.
3275 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
3276 directories on the host.
3277 (ia64*-*-*vms*): Don't skip tix.
3278 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
3279 host.
3280 * configure: Regenerate.
3281
32822011-03-24 Paolo Bonzini <pbonzini@redhat.com>
3283
3284 * configure.ac: Remove references to mt-mep, mt-netware,
3285 mt-wince.
3286 * Makefile.def: Add all-utils soft dependencies.
3287 * Makefile.tpl: Remove GDB_NLM_DEPS.
3288 * configure: Regenerate.
3289 * Makefile.in: Regenerate.
3290
32912011-03-24 Paolo Bonzini <bonzini@gnu.org>
3292
3293 * configure.ac: Do not include mh-x86omitfp.
3294 * configure: Regenerate.
3295
32962011-03-24 Paolo Bonzini <bonzini@gnu.org>
3297
3298 * configure.ac: Remove empty cases.
3299 * configure: Regenerate.
3300
33012011-03-24 Paolo Bonzini <bonzini@gnu.org>
3302
3303 * Makefile.def: Add dependency from termcap to gdb.
3304 * Makefile.in: Regenerate.
3305
33062011-03-24 Paolo Bonzini <bonzini@gnu.org>
3307
3308 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
3309 * configure: Regenerate.
3310 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
3311 * Makefile.tpl: Likewise.
3312 * Makefile.in: Regenerate.
3313
33142011-03-24 Paolo Bonzini <bonzini@gnu.org>
3315
3316 * configure.ac: Remove all mentions of tentative_cc.
3317 * configure: Regenerate.
3318
33192011-03-24 Joseph Myers <joseph@codesourcery.com>
3320
3321 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
3322 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
3323 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
3324 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
3325 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
3326 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
3327 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
3328 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3329 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
3330 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
3331 *-*-rhapsody*): Remove host cases.
3332 * configure: Regenerate.
3333
33342011-03-24 Joseph Myers <joseph@codesourcery.com>
3335
3336 * configure.ac (ppc*-*-pe): Remove host case.
3337 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
3338 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
3339 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
3340 cases.
3341 * configure: Regenerate.
3342
33432011-03-24 Joseph Myers <joseph@codesourcery.com>
3344
3345 * config.sub: Update to version 2011-03-23.
3346
33472011-03-22 Joseph Myers <joseph@codesourcery.com>
3348
3349 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
3350 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
3351 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
3352 * configure: Regenerate.
3353
33542011-03-22 Joseph Myers <joseph@codesourcery.com>
3355
3356 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
3357 to Write After Approval.
3358 * config-ml.in: Don't handle arc-*-elf*.
3359 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
3360 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
3361 handle GCC libraries.
3362 * configure: Regenerate.
3363
33642011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3365
3366 PR bootstrap/48120:
3367 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
3368 Add -lstdc++ -lm to LIBS.
3369 * configure: Regenerate.
3370
33712011-03-18 David Edelsohn <dje.gcc@gmail.com>
3372
3373 * config.guess: Update to version 2011-02-02
3374 * config.sub: Update to version 2011-02-24
3375
33762011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
3377
3378 PR lto/48086
3379 * configure.ac: Re-enable LTO on *-apple-darwin9.
3380 * configure: Regenerate.
3381
33822011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
3383
3384 PR lto/48086
3385 * configure.ac: Disable LTO on darwin due to an assembler change in
3386 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
3387 under 256.
3388 * configure: Regenerate.
3389
33902011-03-11 Chen Liqin <liqin.gcc@gmail.com>
3391
3392 * MAINTAINERS: Update myself as score backend maintainer,
3393 update my e-mail address.
3394
33952011-03-09 Xuepeng Guo <terry.guo@arm.com>
3396
3397 * MAINTAINERS: Update my e-mail address.
3398
33992011-03-06 Joey Ye <joey.ye@arm.com>
3400
3401 * MAINTAINERS: Update my e-mail address.
3402
34032011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3404
3405 * configure.ac: Adjust test of with_ppl.
3406 * configure: Regenerated.
3407
34082011-03-02 Kai Tietz <ktietz@redhat.com>
3409
3410 * MAINTAINERS: Adjust my e-mail address.
3411
34122011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3413
3414 * configure.ac: Add -lpwl to ppllibs.
3415 * configure: Regenerated.
3416
34172011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3418
3419 * config/cloog.m4: Add -lisl to clooglibs.
3420 * configure: Regenerated.
3421
34222011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3423
3424 * MAINTAINERS (CPU Port maintainers): Add self.
3425
34262011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3427
3428 * MAINTAINERS: Add myself as testsuite maintainer.
3429
34302011-02-15 Mike Stump <mikestump@comcast.net>
3431
3432 * MAINTAINERS: Add myself as testsuite maintainer.
3433
34342011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3435
3436 Import from Libtool and gnulib:
3437
3438 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
3439
3440 Prepare for supporting FreeBSD 10.
3441 * config.rpath: Remove handling of freebsd1* which soon would
3442 match FreeBSD 10.0.
3443
3444 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
3445
3446 Remove support for FreeBSD 1.x.
3447 * libtool.m4 (_LT_LINKER_SHLIBS)
3448 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
3449 soon would incorrectly match FreeBSD 10.0.
3450
34512011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3452
3453 PR binutils/12283
3454 * move-if-change: Import version from gnulib.
3455
34562011-02-12 Alexandre Oliva <aoliva@redhat.com>
3457
3458 PR lto/47225
3459 * Makefile.def (lto-plugin): Double dash for enable-shared.
3460 (configure-gcc): Depend on all-lto-plugin.
3461 * Makefile.in: Rebuilt.
3462
34632011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3464
3465 * configure.ac: Remove extra bracket.
3466 * configure: Regenerate.
3467
34682011-02-08 Tobias Burnus <burnus@net-b.de>
3469
3470 * MAINTAINERS: Add myself as libquadmath maintainer.
3471
34722011-02-08 Thomas Schwinge <thomas@schwinge.name>
3473
3474 * MAINTAINERS: Update my email address.
3475
34762011-02-07 Joseph Myers <joseph@codesourcery.com>
3477
3478 * MAINTAINERS (option handling): Add self.
3479
34802011-02-06 Kai Tietz <kai.tietz@onevision.com>
3481
3482 PR lto/47225
3483 * Makefile.def: Add dependency for install-gcc
3484 on install-lto-plugin.
3485 * Makfile.in: Regenerated
3486
34872011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
3488
3489 * MAINTAINERS (CPU Port Maintainers): Add myself.
3490
34912011-01-31 Alexandre Oliva <aoliva@redhat.com>
3492
3493 PR libgcj/44341
3494 * configure.ac: Discard --with-* flags for host when configuring
3495 target libraries for cross build.
3496 * configure: Rebuilt.
3497
34982011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3499
3500 * MAINTAINERS (linear loop transforms): Removed.
3501
35022011-01-25 Jakub Jelinek <jakub@redhat.com>
3503
3504 * configure.ac: If with_ppl is no, move setting with_cloog=no
3505 after CLOOG_REQUESTED check.
3506 * configure: Regenerated.
3507
35082011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3509
3510 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
3511 CLooG has been requested.
3512 * configure: Regenerated.
3513
35142011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3515
3516 * configure: Regenerated.
3517 * configure.ac: Check for version 0.11 (or later revision) of PPL.
3518
35192011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
3520
3521 * configure: Regenerated.
3522 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
3523
35242011-01-21 Andreas Schwab <schwab@redhat.com>
3525
3526 * configure.ac: Use AS_HELP_STRING throughout.
3527 * configure: Regenerate.
3528
35292011-01-18 Jie Zhang <jie.zhang@analog.com>
3530
3531 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
3532 * configure: Regenerate.
3533
35342011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3535
3536 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
3537
35382011-01-13 Joel Brobecker <brobecker@adacore.com>
3539
3540 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
3541 for ia64-hpux.
3542 * configure: Regenerate.
3543
35442011-01-07 Jan Hubicka <jh@suse.cz>
3545
3546 PR lto/47225
3547 * Makefile.in: Regenerate.
3548 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
3549 configure.
3550
35512011-01-07 Jan Hubicka <jh@suse.cz>
3552
3553 * Makefile.in: Regenerate.
3554 * Makefile.def (gcc host module) and soft dependency on lto-plugin
3555 and configure dependency on lto-plugin configure.
3556 (lto-plugin module): Remove dependency on GCC; add dependency on
3557 liniberty.
3558
35592011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
3560
3561 * MAINTAINERS (Write After Approval): Add myself.
3562
35632010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
3564
3565 * configure: Regenerate.
3566
35672010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
3568
3569 * configure.ac: (picochip): Disable libiberty.
3570
35712010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
3572
3573 * MAINTAINERS (Write After Approval): Add myself.
3574
35752010-12-10 Ian Lance Taylor <iant@google.com>
3576
3577 PR bootstrap/46819
3578 * configure.ac: For --disable-libgcj clear libgcj_saved.
3579 * configure: Rebuild.
3580
35812010-12-10 Tobias Burnus <burnus@net-b.de>
3582
3583 PR fortran/46540
3584 * configure.ac: Add --disable-libquadmath and
3585 --disable-libquadmath-support.
3586 * configure: Regenerate.
3587
35882010-12-03 Ian Lance Taylor <iant@google.com>
3589
3590 * MAINTAINERS: Add myself as libgo maintainer.
3591
35922010-12-03 Hans-Peter Nilsson <hp@axis.com>
3593
3594 PR libffi/46792
3595 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
3596 * configure: Regenerate.
3597
35982010-12-02 Ian Lance Taylor <iant@google.com>
3599
3600 * configure.ac: Always set default for poststage1_ldflags to
3601 -static-libstdc++ -static-libgcc.
3602
36032010-11-29 Andreas Schwab <schwab@redhat.com>
3604
3605 * configure.ac: Move comment to remove extra space in last argument
3606 of GCC_TARGET_TOOL.
3607
36082010-11-26 Alexandre Oliva <aoliva@redhat.com>
3609
3610 PR other/46026
3611 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
3612 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
3613 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
3614 (BASE_FLAGS_TO_PASS): Use it.
3615 * configure: Rebuilt.
3616 * Makefile.in: Rebuilt.
3617
36182010-11-23 H.J. Lu <hongjiu.lu@intel.com>
3619
3620 PR binutils/12258
3621 * configure.ac: Correct comments for --enable-gold/--enable-ld.
3622 Properly check default linker.
3623 * configure: Regnerated.
3624
36252010-11-23 Matthias Klose <doko@ubuntu.com>
3626
3627 * configure.ac: For --enable-gold, handle value `default' instead of
3628 `both*'. New configure option --{en,dis}able-ld.
3629 * configure: Regenerate.
3630
36312010-11-20 Ian Lance Taylor <iant@google.com>
3632
3633 * configure.ac: Only disable a language library if no language needs
3634 it. Don't let --disable-libgcj uncondtionally disable libffi.
3635 * configure: Rebuild.
3636
36372010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3638
3639 * Makefile.in: Regenerate.
3640
3641 PR other/46202
3642 * configure.ac: Fix just-built in-tree STRIP name to be
3643 binutils/strip-new.
3644 * configure: Regenerate.
3645 * Makefile.def (install-strip-gcc, install-strip-binutils)
3646 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
3647 (install-strip-sid): Mirror dependencies on non-strip variants
3648 of these targets on the respective -strip prerequisites.
3649 * Makefile.tpl (install-strip, install-strip-host)
3650 (install-strip-target): New targets.
3651 (install-strip-[+module+], install-strip-target-[+module+]):
3652 New targets.
3653 * Makefile.in: Regenerate.
3654
36552010-11-19 Ian Lance Taylor <iant@google.com>
3656 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3657
3658 * configure.ac: Add target-libgo to target_libraries. Set
3659 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
3660 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
3661 (HOST_EXPORTS): Add GOC.
3662 (BASE_TARGET_EXPORTS): Add GOC.
3663 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
3664 (GOCFLAGS_FOR_TARGET): New variable.
3665 (EXTRA_HOST_FLAGS): Add GOC.
3666 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
3667 * Makefile.def (target_modules): Add libgo.
3668 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
3669 (dependencies): Add dependency from configure-target-libgo to
3670 configure-target-libffi and all-target-libstdc++-v3. Add
3671 dependencies from all-target-libgo to all-target-libffi.
3672 (languages): Add go.
3673 * configure: Rebuild.
3674 * Makefile.in: Rebuild.
3675
36762010-11-19 Ian Lance Taylor <iant@google.com>
3677
3678 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
3679 compiler/flag environment variables.
3680
36812010-11-18 Ian Lance Taylor <iant@google.com>
3682
3683 * configure.ac: Check for lang_requires_boot_languages in
3684 config-lang.in files.
3685 * configure: Rebuild.
3686
36872010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1ec601bf
FXC
3688 Tobias Burnus <burnus@net-b.de>
3689
3690 PR fortran/32049
3691 * Makefile.def: Add libquadmath; build it with language=fortran.
3692 * configure.ac: Add libquadmath.
3693 * Makefile.tpl: Handle multiple libs in check-[+language+].
3694 * Makefile.in: Regenerate.
3695 * configure: Regenerate.
3696
b9b9d342
TT
36972010-11-16 Tom Tromey <tromey@redhat.com>
3698
3699 * MAINTAINERS: Moved myself to reviewers section.
3700
ecbfe87a
ZD
37012010-11-15 Zdenek Dvorak <ook@ucw.cz>
3702
3703 * MAINTAINERS: Moved myself to reviewers section.
3704
29a4f477
RW
37052010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3706
3707 * MAINTAINERS (Various Maintainers): Add self for build machinery.
3708 (Write After Approval): Remove self.
3709
9965e3cd
AS
37102010-11-15 Andreas Schwab <schwab@redhat.com>
3711
3712 * configure.ac: Fix spelling in option names.
3713 * configure: Regenerated.
3714
0463992b
GJL
37152010-11-13 Georg-Johann Lay <georgjohann@web.de>
3716
3717 PR bootstrap/39622
3718 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
3719 * configure: Regenerated.
3720
3df08734
KG
37212010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
3722
3723 * MAINTAINERS: Update my email address.
3724
f16e2237
TG
37252010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3726
f16e2237
TG
3727 * configure: Regenerate.
3728
0bb52d68
TG
37292010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3730
1f980c25 3731 * configure: Regenerate.
0bb52d68 3732
aba2b02e
TG
37332010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3734
aba2b02e
TG
3735 * configure: Regenerate.
3736
27882098
TG
37372010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3738
27882098
TG
3739 * configure: Regenerate.
3740
d32ef397
AS
37412010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
3742
3743 * configure.ac: Support official CLooG.org versions.
3744 * configure: Regenerate.
3745 * config/cloog.m4: New.
3746
5a4b6c0e
FD
37472010-11-10 François Dumont <francois.cppdevs@free.fr>
3748
3749 * MAINTAINERS (Write After Approval): Add myself.
3750
f2cea726
DE
37512010-11-09 David Edelsohn <dje.gcc@gmail.com>
3752
3753 * MAINTAINERS: Update my email address.
3754
d8ed14ce
IS
37552010-11-04 Iain Sandoe <iains@gcc.gnu.org>
3756
3757 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
3758 * configure: Regenerate.
d8ed14ce 3759
48215350
DK
37602010-11-03 Ian Lance Taylor <iant@google.com>
3761 Dave Korn <dave.korn.cygwin@gmail.com>
3762
3763 PR lto/46273
3764 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
3765 and on other supported platforms whenever LTO is enabled.
3766 * configure: Rebuild.
3767
87841584
AM
37682010-11-02 Alan Modra <amodra@gmail.com>
3769
3770 PR binutils/12110
3771 * configure.ac: Error when source path contains spaces.
3772 * configure: Regenerate.
3773
fe12dfe1
JW
37742010-10-23 James E. Wilson <wilson@codesourcery.com>
3775
3776 * MAINTAINERS: Update my email address.
3777
66c92425
ILT
37782010-10-20 Ian Lance Taylor <iant@google.com>
3779
3780 * Makefile.def (target_modules): Set lib_path to src/.libs for
3781 libstdc++-v3 module.
3782 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
3783 * Makefile.in: Rebuild.
3784
187d3518
LB
37852010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3786
3787 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
3788 (Write After Approval): Remove myself.
3789
02db6bba
TG
37902010-10-15 Tristan Gingold <gingold@adacore.com>
3791
3792 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3793
c0103e74
DR
37942010-10-14 Douglas Rupp <rupp@gnat.com>
3795
3796 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3797
1cd0b716
DK
37982010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
3799
3800 * configure.ac (build_lto_plugin): New shell variable.
3801 (--enable-lto): Turn on by default for all non-ELF platforms that
3802 have had LTO support added so far. Set build_lto_plugin appropriately
3803 for both ELF and non-ELF.
3804 (configdirs): Add lto-plugin or not based on build_lto_plugin.
3805 * configure: Regenerate.
3806
d4c1abb3
RW
38072010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3808
3809 Sync from src:
3810 * configure.ac (v850 support): Remove target-libgloss from
3811 noconfigdirs.
3812 * configure: Regenerate.
3813
ffedf511
RW
38142010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3815
3816 PR bootstrap/45326
3817 PR bootstrap/45174
3818 * configure.ac: Honor initial values of $build_configargs,
3819 $host_configargs, $target_configargs. Mark the precious, so
3820 environment settings get recorded.
3821 * configure: Regenerate.
3822
e1826acc
RW
38232010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3824
3825 PR bootstrap/45796
3826 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
3827 Depend on all-build-libiberty.
3828 * Makefile.in: Regenerate.
3829
80920132
ME
38302010-09-30 Michael Eager <eager@eagercon.com>
3831
3832 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
3833 * configure: Regenerate.
3834
770a498a
ME
38352010-09-28 Michael Eager <eager@eagercon.com>
3836
3837 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
3838
86dfbd58
RW
38392010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3840
3841 PR bootstrap/44621
3842 * configure.ac: Fix unportable shell quoting.
3843 * configure: Regenerate.
3844
db50fe7d
IS
38452010-09-21 Iain Sandoe <iains@gcc.gnu.org>
3846
3847 * configure.ac (enable-lto): Add Darwin to the list of supported lto
3848 targets and amend comment.
3849 * configure: Regenerate.
3850
0064e825
TB
38512010-09-15 Tejas Belagod <tejas.belagod@arm.com>
3852
3853 * MAINTAINERS (Write After Approval): Add myself.
3854
bb79486c
JH
38552010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
3856
3857 * configure.ac: Enable LTO by default on Darwin.
3858 * configure: Regenerate.
3859
9e0b22c3
MS
38602010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
3861
bb79486c 3862 * MAINTAINERS (Write After Approval): Add myself.
9e0b22c3 3863
2fabf1b7
IB
38642010-09-01 Ian Bolton <ian.bolton@arm.com>
3865
bb79486c 3866 * MAINTAINERS (Write After Approval): Add myself.
2fabf1b7 3867
3a9abc98
DS
38682010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
3869
3870 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
3871 ports
3872
331a9a59
DY
38732010-07-28 David Yuste <david.yuste@gmail.com>
3874
3875 * MAINTAINERS (Write After Approval): Add myself.
3876
223a9d64
N
38772010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
3878
3879 * configure.ac: Support all v850 targets.
3880 * configure: Regenerate.
3881
9183bdcf
MG
38822010-07-23 Marc Glisse <marc.glisse@normalesup.org>
3883
3884 PR bootstrap/44455
3885 * configure.ac (extra_mpfr_configure_flags): Copy from
3886 extra_mpc_gmp_configure_flags.
3887 * configure: Re-generated.
3888
2e290598
AK
38892010-07-22 Andi Kleen <ak@linux.intel.com>
3890
3891 * MAINTAINERS (Write After Approval): Add myself.
3892
8d6cd388
CLT
38932010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
3894
3895 * MAINTAINERS (Write After Approval): Add myself.
3896
b0b01eb0
JY
38972010-07-20 Jeffrey Yasskin <jyasskin@google.com>
3898
3899 * MAINTAINERS (Write After Approval): Add myself.
3900
77198d71
JH
39012010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
3902
3903 PR target/44862
3904 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
3905 Provide -B option to allow for link spec %s substitutions for
3906 libstdc++.a on darwin.
3907 * Makefile.in: Regenerate.
3908
02fe70af
MM
39092010-07-10 Mikael Morin <mikael@gcc.gnu.org>
3910
3911 * MAINTAINERS (Reviewers): Update my e-mail address
3912
c63a4676
AO
39132010-06-10 Alexandre Oliva <aoliva@redhat.com>
3914
3915 * Makefile.def (configure-gcc): Depend on all-libelf.
3916 * Makefile.in: Rebuild.
3917
e68edbf6
FC
39182010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
3919
3920 * MAINTAINERS (Write After Approval): Add myself in the right place.
3921
dce2d8b2 39222010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
8eee0b8f
FC
3923
3924 * MAINTAINERS (Write After Approval): Add myself.
3925
dce2d8b2 39262010-05-25 Sterling Augustine <sterling@tensilica.com>
db94b0d8
SA
3927
3928 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
dce2d8b2
EB
3929
39302010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
0c422e74 3931
1ab55d69
MK
3932 * config.sub: Update to version 2010-05-21.
3933 * config.guess: Update to version 2010-04-03.
0c422e74 3934
02540df4
SB
39352010-05-18 Steven Bosscher <steven@gcc.gnu.org>
3936
3937 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3938 * configure: Regenerate.
3939
dfe5f5b2
ST
39402010-05-12 Sriraman Tallam <tmsriram@google.com>
3941
3942 * MAINTAINERS (Write After Approval): Add myself.
3943
c082f9f3
SB
39442010-05-07 Steven Bosscher <steven@gcc.gnu.org>
3945
3946 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
3947 a platform that supports LTO.
3948 * configure: Regenerate.
3949
f1af9e5f
SP
39502010-05-05 Sebastian Pop <sebastian.pop@amd.com>
3951
3952 * configure.ac: Allow all the versions greater than 0.10 of PPL.
3953 * configure: Regenerated.
3954
38e3d868
RM
39552010-04-27 Roland McGrath <roland@redhat.com>
3956 H.J. Lu <hongjiu.lu@intel.com>
3957
3958 * configure.ac (--enable-gold): Support both, both/gold and
3959 both/bfd to add gold to configdirs without removing ld.
3960 * configure: Regenerated.
3961
3962 * Makefile.def: Add install-gold dependency to install-ld.
3963 * Makefile.in: Regenerated.
3964
3bec79c5
DK
39652010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
3966
3967 PR lto/42776
3968 * configure.ac (--enable-lto): Refactor handling so libelf tests
3969 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
3970 and allow LTO to be explicitly enabled on non-ELF platforms that
3971 are known to support it inside else-clause.
3972 * configure: Regenerate.
3973
615c8ffa
EB
39742010-04-20 Eric Botcazou <ebotcazou@adacore.com>
3975
3976 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3977 * configure: Regenerate.
3978
e4522f78
RC
39792010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
3980
3981 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3982 * configure: Regenerate.
3983
8ccb78f2
RO
39842010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3985
3986 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3987 separately.
3988 * configure: Regenerate.
3989
d5cc2ee3
KW
39902010-04-16 Kevin Williams <kevin.williams@inria.fr>
3991
3992 * MAINTAINERS (Write After Approval): Add myself.
3993
8406cb62
TG
39942010-04-14 Tristan Gingold <gingold@adacore.com>
3995
3996 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3997 * configure: Regenerate.
3998
3591b8e2
SE
39992010-04-13 Steve Ellcey <sje@cup.hp.com>
4000
4001 * configure: Regenerate after change to elf.m4.
4002
a82ecc7b
IS
40032010-04-06 Iain Sandoe <iains@gcc.gnu.org>
4004
4005 * MAINTAINERS (Write After Approval): Add myself.
4006
1f0bf148
SP
40072010-04-02 Sebastian Pop <sebastian.pop@amd.com>
4008
4009 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
4010 * configure: Regenerated.
4011
40122010-04-02 Sebastian Pop <sebastian.pop@amd.com>
4013
4014 * configure.ac: Print "buggy but acceptable" when CLooG
4015 revision is less than 9.
4016 * configure: Regenerated.
4017
ecd01dee
DN
40182010-04-01 Diego Novillo <dnovillo@google.com>
4019
4020 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
4021
dc683a3f
RW
40222010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4023
4024 PR bootstrap/43615
4025 PR bootstrap/43328
4026
4027 Revert:
4028
4029 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4030
4031 * configure.ac: Do not pass --enable-multilib nor
4032 --disable-multilib in baseargs. Accept explicitly passed
4033 --enable_multilib.
4034 * configure: Regenerate.
4035
7527d83f
UW
40362010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
4037
4038 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
4039
895522b6
JJ
40402010-03-31 Janis Johnson <janis187@us.ibm.com>
4041
4042 * MAINTAINERS: Remove myself.
4043
9db4e878
RW
40442010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4045
4046 PR bootstrap/43328
4047 * configure.ac: Do not pass --enable-multilib nor
4048 --disable-multilib in baseargs. Accept explicitly passed
4049 --enable_multilib.
4050 * configure: Regenerate.
4051
acf6bf36
AP
40522010-03-28 Andrew Pinski <pinskia@gmail.com>
4053
4054 * MAINTAINERS (spu port): Remove me.
4055
b42f0d7e
JM
40562010-03-23 Joseph Myers <joseph@codesourcery.com>
4057
4058 * configure.ac (tic6x-*-*): New case.
4059 * configure: Regenerate.
4060
0d1152b1
JM
40612010-03-23 Joseph Myers <joseph@codesourcery.com>
4062
4063 * config.sub: Update to version 2010-03-22.
4064 * config.guess: Update to version 2009-12-30.
4065
dce2d8b2 40662010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
0aeb3cc6
JH
4067
4068 PR ada/42554
4069 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
4070 * configure: Regenerate.
4071
5408fbe8
RR
40722010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4073
4074 * MAINTAINERS: Update my email address.
4075
3f55a3b3
SP
40762010-03-17 Sebastian Pop <sebastian.pop@amd.com>
4077
4078 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
4079 (ghassan.shobaki@amd.com): Removed.
4080
3f08f7e8
AM
40812010-03-17 Alan Modra <amodra@gmail.com>
4082
4083 * MAINTAINERS: Update my email address.
4084
f3a9d094
DN
40852010-03-16 Diego Novillo <dnovillo@google.com>
4086
4087 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
4088 Matthews.
4089
db5c4b8b
JM
40902010-03-16 Joseph Myers <joseph@codesourcery.com>
4091
4092 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
4093 Gutson, Jeffrey D. Oldham and Mark Shinwell.
4094
b995570a
JM
40952010-03-16 Joseph Myers <joseph@codesourcery.com>
4096
4097 * MAINTAINERS: Update my email address.
4098
124cc66f
DJ
40992010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
4100
4101 * MAINTAINERS: Update my email address.
4102
a4581668
BS
41032010-03-15 Bernd Schmidt <bernds@codesourcery.com>
4104
4105 * MAINTAINERS: Update my email address.
4106
49d78e29
JZ
41072010-03-09 Jie Zhang <jie@codesourcery.com>
4108
4109 * MAINTAINERS: Update my email address.
4110
8927b7c0
RO
41112010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4112
4113 PR libstdc++/32499
4114 * configure.ac (RANLIB): Default to true.
4115 (STRIP): Likewise.
4116 (RANLIB_FOR_TARGET): Remove superfluous : argument.
4117 * configure: Regenerate.
4118
dce2d8b2 41192010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
cae072e2
RAE
4120
4121 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
4122 (Write After Approval): Update my email address.
4123
bf646aaf
NC
41242010-02-17 Nick Clifton <nickc@redhat.com>
4125
4126 PR 11238
4127 * Makefile.tpl (local-distclean): Also remove config.cache files in
4128 sub-directories as there may not be Makefiles present in the
4129 sub-directories.
96e41f16
NC
4130 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
4131 the config.cache files found by the find command.
4132
bf646aaf
NC
4133 * Makefile.in: Regenerate.
4134 * configure.ac: Revert previous delta.
4135 * configure: Regenerate.
4136
ff78880a
NC
41372010-02-15 Nick Clifton <nickc@redhat.com>
4138
4139 PR 11238
4140 * configure.ac: Delete config.cache files in sub-directories when
4141 deleting Makefiles.
4142 * configure: Regenerate.
4143
8150eadf
BE
41442010-02-12 Ben Elliston <bje@gnu.org>
4145
4146 * MAINTAINERS: Update my email address.
4147
a9e12bfd
AP
41482010-02-08 Andrew Pinski <pinskia@gmail.com>
4149
4150 * MAINTAINERS (spu port): Update my email address.
4151
95315086
JZ
41522010-02-08 Jie Zhang <jie.zhang@analog.com>
4153
4154 * MAINTAINERS: Add myself as a maintainer for the bfin port.
4155
362c6d2f
KG
41562010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4157
4158 * configure.ac: Add "recommended" version checks for GMP/MPC.
4159 Update recommended GMP/MPFR/MPC versions.
4160 * configure: Regenerate.
4161
888c5ad2
JR
41622010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
4163
4164 * MAINTAINERS: Move my Embecosm email address into the
4165 write-after-approval section.
4166
3bf714a7
ILT
41672010-01-26 Ian Lance Taylor <iant@google.com>
4168
4169 * MAINTAINERS: Add myself as Go frontend maintainer.
4170
ad1e5170
JR
41712010-01-25 Joern Rennecke <amylaar@spamcop.net>
4172
4173 PR libstdc++/36101, PR libstdc++/42813
4174 * configure.ac (bootstrap_target_libs): Make inclusion of
4175 target-libgomp conditional on libgomb being in target_configdirs.
4176 * configure: Regenerate.
4177
fb0553d1
JR
41782010-01-23 Joern Rennecke <amylaar@spamcop.net>
4179
4180 PR libstdc++/36101, PR libstdc++/42813
4181 * configure.ac (bootstrap_target_libs): Include target-libgomp.
4182 * configure: Regenerate.
4183
aae29963
JR
41842010-01-22 Joern Rennecke <amylaar@spamcop.net>
4185
4186 PR libstdc++/36101, PR libstdc++/42813
4187 * configure.ac (target_configdirs): Substitute.
4188 * Makefile.def: Bootstrap target module libgomp.
4189 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
4190 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
4191 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
4192 * configure, Makefile.in: Regenerate.
4193
d8fe8895
DK
41942010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
4195
4196 * MAINTAINERS: Adjust my details.
4197
ebfe4897
EW
41982010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
4199
4200 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
4201
f7746c59
TL
42022010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
4203
4204 * MAINTAINERS: reindented my entry with tabs instead of spaces.
4205
306c7b5b
TL
42062010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
4207
4208 * MAINTAINERS (Write After Approval): Add myself.
4209
1b8b9e19
KT
42102010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
4211
4212 * MAINTAINERS (Write After Approval): Add myself.
4213
c164615b
RG
42142010-01-11 Richard Guenther <rguenther@suse.de>
4215
4216 PR lto/41569
4217 * Makefile.def (all-lto-plugin): Depend on all-gcc.
4218 * Makefile.in: Regenerated.
4219
f3f623ae
AT
42202010-01-11 Andreas Tobler <andreast@fgznet.ch>
4221
4222 * configure.ac: Enable libjava build on x86_64-*freebsd*.
4223 * configure: Regenerate.
4224
592c90ff 42252010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9c78662a 4226 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
592c90ff
KG
4227
4228 PR bootstrap/42424
4229 * configure.ac: Include libtool m4 files.
9c78662a 4230 (_LT_CHECK_OBJDIR): Call it.
592c90ff
KG
4231 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
4232 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
f7746c59 4233
592c90ff
KG
4234 * configure: Regenerate.
4235
60a2e213
RW
42362010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4237
4238 PR bootstrap/41818
4239 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
4240 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
4241 * Makefile.in: Regenerate.
4242
7413962d
RG
42432010-01-02 Richard Guenther <rguenther@suse.de>
4244
4245 PR lto/41529
4246 * configure.ac: Include config/elf.m4. Disable LTO if not
4247 builting for an elf target.
4248 * configure: Regenerate.
4249
f77f3945
CF
42502009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
4251
4252 * MAINTAINERS: Change my email address.
4253
4960e3f0
BE
42542009-12-18 Ben Elliston <bje@au.ibm.com>
4255
4256 * config.sub, config.guess: Update from upstream sources.
4257
d16a31da
SZ
42582009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
4259
4260 * MAINTAINERS (Write After Approval): Add myself.
4261
3a5729ea
KG
42622009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4263
4264 PR middle-end/30447
4265 PR middle-end/30789
4266 PR other/40302
4267
4268 * configure.ac: Require MPC.
4269 * configure: Regenerate.
4270
43e02a8a
RW
42712009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4272
4273 PR target/38384
4274 PR bootstrap/40972
4275 * libtool.m4: Sync from git Libtool.
4276 * ltoptions.m4: Likewise.
4277 * ltversion.m4: Likewise.
4278 * lt~obsolete.m4: Likewise.
4279 * ltmain.sh: Likewise.
4280
360d4522
KG
42812009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4282
4283 * configure.ac: Update minimum MPC version to 0.8.
4284 * configure: Regenerate.
4285
f264ed56
SP
42862009-11-21 Sebastian Pop <sebpop@gmail.com>
4287
4288 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
4289 * configure: Regenerated.
4290
ed2eaa9f
ILT
42912009-11-21 Ian Lance Taylor <iant@google.com>
4292
4293 * configure.ac: Change default of poststage1_ldflags to be empty if
4294 poststage1_libs is set. When poststage1_libs is empty, and
4295 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
4296 * configure: Rebuild.
4297
58346783
AN
42982009-11-21 Adam Nemet <adambnmet@gmail.com>
4299
4300 * MAINTAINERS (Write After Approval): Update my email address.
4301
5ca0106a
BE
43022009-11-20 Ben Elliston <bje@au.ibm.com>
4303
4304 * config.guess: Update from upstream sources.
4305
87213cd4
AO
43062009-11-16 Alexandre Oliva <aoliva@redhat.com>
4307
4308 * Makefile.def: Restore host and target settings for gmp.
4309 * Makefile.in: Rebuild.
4310
f61428ed
AO
43112009-11-16 Alexandre Oliva <aoliva@redhat.com>
4312
4313 * configure.ac: Add libelf to host_libs. Enable in-tree configury
4314 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
4315 Fix portability of test of C++ as bootstrap language. Add
4316 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
4317 * configure: Rebuild.
4318 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
4319 and cloog. Fix in-tree ppl configuration. Introduce libelf
4320 in-tree building.
4321 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
4322 (POSTSTAGE1_HOST_EXPORTS): Use it.
4323 (STAGE[+id+]_CXXFLAGS): New.
4324 (BASE_FLAGS_TO_PASS): Pass it down.
4325 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
4326 extra_exports.
4327 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
4328 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
4329 extra_exports.
4330 * Makefile.in: Rebuild.
4331
f6c56be6
BE
43322009-11-17 Ben Elliston <bje@au.ibm.com>
4333
4334 * config.sub, config.guess: Update from upstream sources.
4335
0ccb5970
JK
43362009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4337
4338 * MAINTAINERS (Write After Approval): Add myself.
4339
dce2d8b2 43402009-11-09 Jon Beniston <jon@beniston.com>
3f08607c
JB
4341
4342 * MAINTAINERS (Write After Approval): Add myself.
4343
5d571eaa
OS
43442009-11-06 Ozkan Sezer <sezeroz@gmail.com>
4345
4346 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
4347 paths for *-w64-mingw* and x86_64-*mingw*.
4348 * configure: Regenerated.
4349
dce2d8b2 43502009-11-05 Joern Rennecke <amylaar@spamcop.net>
3be9759a
JR
4351
4352 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
4353
c393f559
BK
43542009-11-02 Benjamin Kosnik <bkoz@redhat.com>
4355
4356 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
4357 Phil Edwards to Write-After Approval.
4358
ef4c4300
KT
43592009-10-30 Kai Tietz <kai.tietz@onevision.com>
4360
4361 * configure.ac: Disable target-winsup & co for
4362 x86_64-*-mingw* and *-w64-mingw* targets.
4363 * configure: Regenerated.
4364
65a324b4
NC
43652009-10-16 Nick Clifton <nickc@redhat.com>
4366
4367 * MAINTAINERS: Add myself as a maintainer for the RX port.
4368
dce2d8b2 43692009-10-26 Johannes Singler <singler@kit.edu>
22e5d3dc 4370
9c78662a 4371 * MAINTAINERS (Write After Approval): Update my e-mail address.
22e5d3dc 4372
17e72e5d
RO
43732009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4374
4375 * configure.ac (CLooG test): Use = with test.
4376 * configure: Regenerate.
4377
ed3a56f3
RG
43782009-10-22 Richard Guenther <rguenther@suse.de>
4379
4380 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
4381 cloog if the ppl version check failed. Move flags saving
4382 before setting in libelf check.
4383 * configure: Regenerate.
4384
ad0abd3c
RG
43852009-10-21 Richard Guenther <rguenther@suse.de>
4386
4387 * configure.ac: Adjust the ppl and cloog configure to work as
4388 documented. Disable cloog if ppl was disabled. Omit the version
4389 checks if they were disabled.
4390 * configure: Re-generate.
4391
e4c5bd48
RW
43922009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4393
4394 * configure.ac: Add 'lto' to enable_languages, not
4395 new_enable_languages, and only if not already present.
4396 * configure: Regenerate.
4397
0ffd69c5
GP
43982009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
4399
4400 * README: Refer to the various COPYING* files instead of just
4401 COPYING.
4402 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
4403
dce2d8b2 44042009-10-07 Rafael Avila de Espindola <espindola@google.com>
1fc23736
RE
4405
4406 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2bf33cdb 4407
58687768
RG
44082009-10-07 Richard Guenther <rguenther@suse.de>
4409
4410 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
4411 and Richard Guenther as reviewers.
4412 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
4413 as reviewers.
4414
49b0ca5c 44152009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
d2d9ce5e 4416
49b0ca5c 4417 * config.sub: Update from upstream sources.
d2d9ce5e 4418
aeb94799
ILT
44192009-10-06 Ian Lance Taylor <iant@google.com>
4420
4421 * Makefile.def: check-gold depends upon all-gas.
4422 * Makefile.in: Rebuild.
4423
123651cd
PM
44242009-10-05 Phil Muldoon <pmuldoon@redhat.com>
4425
4426 * MAINTAINERS (Write After Approval): Add myself.
4427
d7f09764
DN
44282009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
4429
4430 * Makefile.def: all-lto-plugin depends on all-libiberty.
4431 set bootstrap=true for lto-plugin.
4432 Add lto-plugin.
4433 * Makefile.in: Regenerate.
4434 * configure.ac (host_libs): Add lto-plugin.
4435 * configure: Regenerate.
4436
d7f09764
DN
44372009-10-03 Diego Novillo <dnovillo@google.com>
4438
4439 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
4440 (HOST_LIBELFLIBS): Define.
4441 (HOST_LIBELFINC): Define.
4442 * Makefile.in: Regenerate.
4443 * configure.ac: Add --enable-lto.
4444 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
4445 If --enable-lto is used, add 'lto' to new_enable_languages.
4446 If --enable-lto is used and gold is enabled, add
4447 lto-plugin to configdirs.
4448 * configure: Regenerate.
4449
44502009-10-03 Simon Baldwin <simonb@google.com>
4451
4452 * configure.ac: If --with-system-zlib, suppress local zlib and
4453 pass --with-system-zlib to subdir configure scripts.
4454 * configure: Regenerate.
4455
dce2d8b2 44562009-10-01 Loren J. Rittle <ljrittle@acm.org>
0ecdd2aa
LR
4457 Paolo Bonzini <bonzini@gnu.org>
4458
4459 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
4460 $(srcdir).
4461 * Makefile.in: Rebuilt.
4462
dce2d8b2 44632009-09-26 Gary Funck <gary@intrepid.com>
5bfbb7f7
GF
4464
4465 * MAINTAINERS (Write After Approval): Add myself.
4466
3e661154
KG
44672009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4468
4469 * configure.ac: Update minimum MPC version to 0.7.
4470 * configure: Regenerate.
4471
f1a036e4
NC
44722009-09-25 Nick Clifton <nickc@redhat.com>
4473
4474 * configure.ac: Pass any --cache-file=/dev/null option on to
4475 subconfigures.
4476 * configure: Regenerate.
4477
d4c74acc
NC
44782009-09-23 Nick Clifton <nickc@redhat.com>
4479
4480 * config.sub, config.guess: Update from upstream sources.
4481
dce2d8b2 44822009-09-22 Loren J. Rittle <ljrittle@acm.org>
03261b6d
LR
4483
4484 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
4485 * Makefile.in: Rebuilt.
4486
0db770bd
RW
44872009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4488
4489 PR bootstrap/32272
4490 * configure.ac: Error out if $srcdir isn't '.' but contains
4491 host-${host_noncanonical}.
4492 * configure: Regenerate.
4493
71101870
RO
44942009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4495
4496 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
4497 maintainer.
4498
ca6d0d62
RW
44992009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4500
79cd2b23
RW
4501 * configure.ac: If bootstrapping a combined tree with
4502 --enable-gold, require c++ in stage1_languages.
4503 * configure: Regenerate.
4504
ab9dcd0c
RW
4505 * configure.ac: Also add target_libs of stage1_languages to
4506 bootstrap_target_libs.
4507 * configure: Regenerate.
4508
ca6d0d62
RW
4509 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
4510 with --enable-languages not containing c++.
4511 * configure: Regenerate.
4512
1c3c9f12
JZ
45132009-09-15 Jie Zhang <jie.zhang@analog.com>
4514
4515 * configure.ac: Disable java and boehm-gc for bfin-*-*.
4516 * configure: Regenerate.
4517
dce2d8b2 45182009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
0318772d 4519
6fb30a14
JR
4520 * MAINTAINERS (Write After Approval): Update my e-mail address,
4521 and move from from here...
4522 (Waiting for paperwork): To here.
0318772d 4523
4056c2c6
JM
45242009-09-09 Joseph Myers <joseph@codesourcery.com>
4525
4526 * MAINTAINERS (Reviewers): Add self as driver reviewer.
4527
3e54529c
RW
45282009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4529
4530 * configure.ac: Do not use $extrasub for replacing @if/@endif
4531 parts in Makefile; instead, use additional arguments to
4532 AC_CONFIG_COMMANDS to do the replacement manually, with several
4533 sed invocations, to avoid HP-UX sed command limits.
4534 * configure: Regenerate.
4535
713e2ea6
AO
45362009-09-08 Alexandre Oliva <aoliva@redhat.com>
4537
4538 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
4539 blank before -L.
4540
5646b7b9
AO
45412009-09-04 Alexandre Oliva <aoliva@redhat.com>
4542
4543 * configure.ac (with-build-config): Document. Handle without.
4544 Handle missing argument.
4545 * configure: Rebuilt.
4546
e12c4094
AO
45472009-09-03 Alexandre Oliva <aoliva@redhat.com>
4548
4549 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
4550 Default to bootstrap-debug only if compare-debug works.
4551 * configure: Rebuilt.
4552 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
4553 * Makefile.in: Rebuilt.
4554
75cb0057
RO
45552009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4556
4557 * MAINTAINERS (OS Port Maintainers): Update my email address.
4558
8fc68cba
AO
45592009-09-01 Alexandre Oliva <aoliva@redhat.com>
4560
4561 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
4562 * Makefile.in: Rebuilt.
4563
44cb38cf
CD
45642009-09-01 Chris Demetriou <cgd@google.com>
4565
4566 * MAINTAINERS (Write After Approval): Add myself.
4567
f9329c35
DS
45682009-08-31 Dodji Seketeli <dodji@redhat.com>
4569
4570 PR debug/30161
4571 * include/dwarf2.h (enum dwarf_tag): Added
4572 DW_TAG_GNU_template_template_param
4573 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
4574
f945e229
PB
45752009-08-30 Paolo Bonzini <bonzini@gnu.org>
4576
4577 * Makefile.tpl (AWK): Fix typo.
4578 * Makefile.in: Regenerate.
4579
87264276
PB
45802009-08-30 Paolo Bonzini <bonzini@gnu.org>
4581
4582 * configure.ac: Detect awk and sed.
4583 * Makefile.def (flags_to_pass): Add AWK and SED.
4584 * Makefile.tpl (AWK, SED): New.
4585 (BASE_FLAGS_TO_PASS): Add AWK and SED.
4586 * configure: Regenerate.
4587 * Makefile.in: Regenerate.
4588
68ccd57c
DK
45892009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
4590
4591 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
4592 (collapseslashes): Likewise.
4593
df58e648
RW
45942009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4595
4596 * configure.ac (AC_PREREQ): Bump to 2.64.
4597
0539cb2c
RW
45982009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4599
70fa0efa
RW
4600 * configure.ac: Remove --with-datarootdir, --with-docdir,
4601 --with-pdfdir, --with-htmldir switches.
4602 * configure: Regenerate.
4603
5213506e
RW
4604 * configure: Regenerate.
4605
0539cb2c
RW
4606 * compile: Sync from Automake 1.11.
4607 * depcomp: Likewise.
4608 * install-sh: Likewise.
4609 * missing: Likewise.
4610 * mkinstalldirs: Likewise.
4611 * ylwrap: Likewise.
4612
197c68cc
DK
46132009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
4614
4615 * ltmain.sh (func_normal_abspath): New function.
4616 (func_relative_path): Likewise.
4617 (func_mode_help): Document new -bindir option for link mode.
4618 (func_mode_link): Add new -bindir option, and use it to place
4619 output DLL if specified.
4620
58af276a
RW
46212009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4622
0115d4a3
RW
4623 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
4624 (baseargs): Add --disable-option-checking.
4625 * configure: Regenerate.
4626
58af276a
RW
4627 * Makefile.def (configure-target-libiberty): Depend on
4628 all-binutils and all-ld.
4629 (configure-target-newlib): Likewise.
4630 * Makefile.in: Regenerate.
4631
e9d9afef
BE
46322009-08-17 Ben Elliston <bje@au.ibm.com>
4633
4634 * config.sub, config.guess: Update from upstream sources.
4635
354ebf88
RW
46362009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4637
4638 Sync from src, merge:
4639
4640 2009-07-02 Tristan Gingold <gingold@adacore.com>
4641
4642 * configure.ac: Do not exclude gas for i386-*-darwin.
4643 Add a case for x86_64-*-darwin.
4644 * configure: Regenerate.
4645
8375f7b2
NV
46462009-08-06 Neil Vachharajani <nvachhar@gmail.com>
4647
4648 * MAINTAINERS: Add my name to Write After Approval list.
4649
dce2d8b2 46502009-08-06 Michael Eager <eager@eagercon.com>
ca9fe997
ME
4651
4652 * configure.ac: Add Microblaze target.
4653 * configure: Regenerate.
4654
ea2002ba
CB
46552009-07-31 Christian Bruel <christian.bruel@st.com>
4656
4657 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
4658 * configure: Regenerate.
2bf33cdb 4659
dce2d8b2 46602009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
f563194d
RIL
4661
4662 * MAINTAINERS (Write After Approval): Update my e-mail address.
4663
e90e6bd7
ILT
46642009-07-06 Ian Lance Taylor <iant@google.com>
4665
4666 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
4667 * configure: Rebuild.
4668
f6e0880a
TG
46692009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
4670
4671 * MAINTAINERS: Move myself to the Graphite Reviewers.
4672
6d984927
WG
46732009-06-30 Wei Guozhi <carrot@google.com>
4674
4675 * MAINTAINERS: Add my name to Write After Approval list.
4676
f2689b09
SE
46772009-06-26 Steve Ellcey <sje@cup.hp.com>
4678
4679 PR bootstrap/40338
4680 * configure.ac (comparestring): Create new variable.
4681 * Makefile.tpl (comparestring): Use to skip some comparisions.
4682 * configure: Regenerate.
4683 * Makefile.in: Regenerate.
4684
f62c0ba4
DE
46852009-06-26 Doug Evans <dje@sebabeach.org>
4686
4687 * Makefile.def (host_modules): Add cgen.
4688 * Makefile.in: Regenerate.
4689 * configure.ac (host_tools): Add cgen.
4690 * configure: Regenerate.
4691
7acf4da6
DD
46922009-06-23 DJ Delorie <dj@redhat.com>
4693
4694 * MAINTAINERS: Add myself as mep maintainer.
4695
00020c16
ILT
46962009-06-23 Ian Lance Taylor <iant@google.com>
4697
4698 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
4699 boot_languages. Only bootstrap target libraries listed in
4700 target_libs for some boot language. Add --with-stage1-ldflags,
4701 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
4702 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
4703 if not building with C++.
4704 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
4705 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
4706 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
4707 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
4708 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
4709 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
4710 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
4711 * configure, Makefile.in: Rebuild.
4712
1da52d4a
LF
47132009-06-23 Li Feng <nemokingdom@gmail.com>
4714
4715 * MAINTAINERS: Added my name to write-after-approval list.
4716
144c9175
RM
47172009-06-15 Ryan Mansfield <rmansfield@qnx.com>
4718
4719 * configure.ac: Define is_elf for QNX Neutrino targets.
4720 * configure: Regenerate.
4721
e5871e24
GS
47222009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
4723
9c78662a 4724 * MAINTAINERS: Added my name to the write-after-approval list
e5871e24 4725
5f4a82c0
KG
47262009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4727
4728 * configure.ac: Detect MPC in default directory.
4729 * configure: Regenerate.
4730
394e9195
JG
47312009-06-03 Jerome Guitton <guitton@adacore.com>
4732 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4733
9c78662a
UB
4734 * Makefile.tpl (all): Avoid a trailing backslash.
4735 * Makefile.in: Regenerate.
394e9195 4736
47bca6aa
BE
47372009-06-03 Ben Elliston <bje@au.ibm.com>
4738
4739 * config.sub, config.guess: Update from upstream sources.
4740
a891a473
RS
47412009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
4742
4743 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
4744 to noconfdirs.
4745 * configure: Regenerate.
4746
70cb2d9f
AO
47472009-06-02 Alexandre Oliva <aoliva@redhat.com>
4748
4749 * Makefile.tpl ([+compare-target+]): Compare all stage
4750 directories, rather than just gcc.
4751 * Makefile.in: Rebuilt.
4752
7f1245df
DK
47532009-06-01 Doug Kwan <dougkwan@google.com>
4754
4755 * configure.ac: Support gold for target arm*-*-*.
4756 * configure: Regenerate.
394e9195 4757
acd26225
KG
47582009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4759
4760 * Makefile.def: Add MPC support and dependencies.
4761 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
4762
4763 * Makefile.in, configure: Regenerate.
4764
a1fc946a
AO
47652009-05-27 Alexandre Oliva <aoliva@redhat.com>
4766
4767 * Makefile.tpl (all): Avoid harmless warning in make all when
4768 gcc-bootstrap is enabled but stage_last does not exist.
4769 * Makefile.in: Rebuilt.
4770
2e6a3c8d
NR
47712009-05-24 Nicolas Roche <roche@adacore.com>
4772
4773 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
4774 * Makefile.in: Regenerate.
4775
63487d11
DC
47762009-05-21 Denis Chertykov <chertykov@gmail.com>
4777
4778 * MAINTAINERS: Update my e-mail address.
4779
449223af
DK
47802009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
4781
4782 * configure.ac (cygwin noconfigdirs): Remove libgcj.
4783 * configure: Regenerate.
4784
31c98f49
AO
47852009-05-18 Alexandre Oliva <aoliva@redhat.com>
4786
4787 PR other/40159
4788 * Makefile.tpl (all): Don't assume gcc-bootstrap and
4789 gcc-no-bootstrap are mutually exclusive.
4790 * Makefile.in: Rebuilt.
4791
0f501837
AO
47922009-05-18 Alexandre Oliva <aoliva@redhat.com>
4793
4794 PR other/40159
4795 * Makefile.tpl (all): Don't end with unconditional success.
4796 * Makefile.in: Rebuilt.
4797
4a4a4e99
AO
47982009-05-12 Alexandre Oliva <aoliva@redhat.com>
4799
4800 PR target/37137
4801 * Makefile.def (flags_to_pass): Remove redundant and incomplete
4802 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
4803 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
4804 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
4805 stage_configureflags, stage_cflags and stage_libcflags into
4806 explicit Makefile macros.
4807 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
4808 GFORTRAN.
4809 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
4810 CC. Set CC_FOR_BUILD from CC.
4811 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
4812 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
4813 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
4814 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
4815 and GFORTRAN.
4816 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
4817 (_LIBCFLAGS): Renamed to _TFLAGS.
4818 (do-compare-debug, do-compare3-debug): Drop.
4819 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
4820 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
4821 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
4822 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
4823 (XGCC_FLAGS_FOR_TARGET): New.
4824 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
4825 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
4826 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
4827 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
9c78662a 4828 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
4a4a4e99
AO
4829 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
4830 TFLAGS.
4831 (BUILD_CONFIG): Include if requested.
4832 (all): Set TFLAGS on bootstrap.
4833 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
4834 (all-stageid-prefixmodule): Likewise.
4835 (do-clean, distclean-stageid): Set TFLAGS.
4836 (restrap): Fix whitespace.
4837 * Makefile.in: Rebuilt.
4838
1cee3429
PB
48392009-05-07 Paolo Bonzini <bonzini@gnu.org>
4840
4841 * config.guess: Sync with src.
4842
0b70eafd
DK
48432009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
4844
4845 * configure.ac ($with_ppl): Default to no if not supplied.
4846 ($with_cloog): Likewise.
4847 configure: Regenerate.
4848
5175f17c
JW
48492009-04-27 James E. Wilson <wilson@codesourcery.com>
4850
4851 * MAINTAINERS: Update my e-mail address.
4852
952fa153
NC
48532009-04-27 Nick Clifton <nickc@redhat.com>
4854
4855 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
4856
a687f83c
EB
48572009-04-25 Eric Botcazou <ebotcazou@adacore.com>
4858
4859 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
4860 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
4861 * Makefile.in: Regenerate.
4862
9e3eba15
KG
48632009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4864
4865 PR bootstrap/39739
4866 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
4867 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
4868
4869 * configure, Makefile.in: Regenerate.
4870
a687f83c 48712009-04-21 Taras Glek <tglek@mozilla.com>
d1b38208
TG
4872
4873 * include/hashtab.h: Update GTY annotations to new syntax
4874 * include/splay-tree.h: Likewise
4875
070bdbd9
BE
48762009-04-17 Ben Elliston <bje@au.ibm.com>
4877
4878 * config.sub, config.guess: Update from upstream sources.
4879
55f2d967
AG
48802009-04-15 Anthony Green <green@moxielogic.com>
4881
4882 * configure.ac: Add moxie support.
4883 * configure: Rebuilt.
4884
309c24a9
JJ
48852009-04-14 Jakub Jelinek <jakub@redhat.com>
4886
4887 * configure.ac: Change copyright header to refer to version
4888 3 of the GNU General Public License and to point readers at the
4889 COPYING3 file and the FSF's license web page.
4890 * Makefile.def: Likewise.
4891 * Makefile.tpl: Likewise.
4892 * Makefile.in: Regenerate.
4893
b93133bc
JH
48942009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
4895
4896 * configure.ac: Restore match for darwin9 or later. Use double
4897 brackets since regeneration eats one pair.
4898 * configure: Regenerate.
4899
d18ff35a
L
49002009-04-09 H.J. Lu <hongjiu.lu@intel.com>
4901
4902 PR gas/10039
4903 * configure.ac: Require texinfo 4.7.
4904 * configure: Regenerated.
4905
748086b7
JJ
49062009-04-09 Nick Clifton <nickc@redhat.com>
4907
4908 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
4909 the GCC Runtime Library Exception.
4910
a3337ea2
KG
49112009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4912
4913 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
4914 * configure: Regenerate.
4915
60911f14
SE
49162009-04-01 Steve Ellcey <sje@cup.hp.com>
4917
4918 * Makefil.def (languages): New entries.
4919 * Makefile.tpl (check-gcc-*): New generic target.
4920 * Makefile.in: Regenerate.
60911f14 4921
dce2d8b2 49222009-03-25 Erven Rohou <erven.rohou@inria.fr>
7369c1d0 4923
d18ff35a 4924 * MAINTAINERS: Update my email address.
7369c1d0 4925
cfb1f59f
TT
49262009-03-18 Tom Tromey <tromey@redhat.com>
4927
d18ff35a
L
4928 * configure: Rebuild.
4929 * configure.ac (host_libs): Add libiconv.
4930 * Makefile.in: Rebuild.
4931 * Makefile.def (host_modules): Add libiconv.
4932 (configure-gdb, all-gdb): Depend on libiconv.
cfb1f59f 4933
75eeae1a
TG
49342009-03-16 Tristan Gingold <gingold@adacore.com>
4935
4936 * configure.ac: Treat gdb as supported on x86_64-darwin.
4937 * configure: Regenerate.
4938
f38095f3
JM
49392009-03-16 Joseph Myers <joseph@codesourcery.com>
4940
4941 * configure.ac (--with-host-libstdcxx): New option.
4942 * configure: Regenerate.
4943
dce2d8b2 49442009-03-12 Joern Rennecke <joern.rennecke@arc.com>
fec7f245
JR
4945
4946 * MAINTAINERS: Move myself into the write after approval list.
4947
6d401294
NP
49482009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
4949
4950 * MAINTAINERS: Update e-mail address.
2bf33cdb 4951
07c97076
DN
49522009-03-11 Dorit Nuzman <dorit@il.ibm.com>
4953
4954 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
4955
dce2d8b2 49562009-03-10 Ira Rosen <irar@il.ibm.com>
bb947fd1
IR
4957
4958 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
4959
7a9d3fe8
RW
49602009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4961
4962 Backport from git Libtool:
4963
4964 2009-01-19 Robert Millan <rmh@aybabtu.com>
4965 Support GNU/kOpenSolaris.
4966 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
4967 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
4968 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
4969 GNU/kOpenSolaris.
4970
c9e9e11f
AS
49712009-02-27 Andreas Schwab <schwab@linux-m68k.org>
4972
4973 * MAINTAINERS: Update e-mail address.
4974
5e8c1552 49752009-02-24 Michael Eager <eager@eagercon.com>
b48d5f68
ME
4976
4977 * MAINTAINERS (Write After Approval): Add self.
4978
b0adb088
BM
49792009-02-18 Bingfeng Mei <bmei@broadcom.com>
4980
4981 * MAINTAINERS (Write After Approval): Add myself.
4982
ee04b574
AS
49832009-02-05 Andreas Schwab <schwab@suse.de>
4984
4985 * Makefile.tpl (stage_last): Define $r and $s before using
4986 $(RECURSE_FLAGS_TO_PASS).
4987 * Makefile.in: Regenerate
4988
907884c9
ILT
49892009-01-30 Ian Lance Taylor <iant@google.com>
4990
4991 * MAINTAINERS: Move myself to the Global Reviewers list.
4992
416ac4d4
RM
49932009-01-29 Robert Millan <rmh@aybabtu.com>
4994
4995 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
4996 * configure: Regenerate.
4997
ee5decb3
GP
49982009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
4999
5000 * MAINTAINERS: Make whitespace consistent.
19196f44 5001 Remove Robert Millan from Write After Approval.
ee5decb3 5002
36fbb0ec
AM
50032009-01-16 Alan Modra <amodra@bigpond.net.au>
5004
5005 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
5006 (all-opcodes): Depend on all-libiberty.
5007 * Makefile.in: Regenerate.
5008
52535a64
DR
50092009-01-15 Douglas B Rupp <rupp@gnat.com>
5010
5011 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
5012 * configure: Regenerate.
5013
e04a57df
RR
50142009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
5015
5016 * MAINTAINERS (Write After Approval): Add myself.
5017
856c450b
SK
50182009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
5019
5020 * MAINTAINERS: Add myself to reviewers (Fortran).
5021
dce2d8b2 50222009-01-12 Sebastian Pop <sebastian.pop@amd.com>
53095c56
SP
5023
5024 PR tree-optimization/38515
5025 * configure.ac (cloog-polylib): Removed.
5026 (with_ppl, with_cloog): Test for "no".
5027 * configure: Regenerated.
5028
1e5e8a59
DF
50292009-01-11 Daniel Franke <franke.daniel@gmail.com>
5030
5031 * MAINTAINERS: Moved myself to reviewers (Fortran).
5032
5e5debf6
TS
50332009-01-06 Thomas Schwinge <tschwinge@gnu.org>
5034
5035 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
5036 (Write After Approval): Remove myself.
5037
1c42acf1
DN
50382009-01-03 Diego Novillo <dnovillo@google.com>
5039
5040 * MAINTAINERS: Remove myself from alias maintainership.
5041
2fbbedaf
DA
50422009-01-02 David Ayers <ayers@fsfe.org>
5043
5044 * MAINTAINERS: Update e-mail address.
5045
17213821
GP
50462008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
5047
5048 * MAINTAINERS: Make whitespace consistent.
5049
baafc534
RW
50502008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5051
5052 Backport from upstream Libtool:
5053 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
5054 Add cache variables to tests that require the linker to work.
5055 For shlibpath_overrides_runpath, this also changes the semantics
5056 to let the result from the C compiler take precedence.
5057
18430d27
BE
50582008-12-02 Ben Elliston <bje@au.ibm.com>
5059
5060 * config.sub, config.guess: Update from upstream sources.
5061
dce2d8b2 50622008-12-12 Sebastian Pop <sebastian.pop@amd.com>
0a280b35
SP
5063
5064 * configure.ac (ppllibs): Add by default the lib flags.
5065 * configure: Regenerate.
5066
41e9641b
LM
50672008-12-08 Luis Machado <luisgpm@br.ibm.com>
5068
5069 * MAINTAINERS: Add myself to the write after approval list.
5070
25783c30
JH
50712008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
5072
ee04b574
AS
5073 * configure.ac: Add double brackets on darwin[912].
5074 * configure: Regenerate.
25783c30 5075
0e318fcc
DK
50762008-12-03 Daniel Kraft <d@domob.eu>
5077
5078 * MAINTAINERS: Moved myself and Mikael Morin from Write After
5079 Approval to Reviewer section (for Fortran front-end).
5080
7f171b95
JH
50812008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
5082
5083 * configure.ac: Expand to darwin10 and later.
5084 * configure: Regenerate.
5085
09ce620e
AS
50862008-12-02 Andreas Schwab <schwab@suse.de>
5087
5088 * Makefile.def: configure-target-boehm-gc depends on
5089 all-target-libstdc++-v3.
5090 * Makefile.in: Regenerate.
5091
386c704d
KT
50922008-12-02 Kai Tietz <kai.tietz@onevision.com>
5093
5094 * MAINTAINERS: Add myself as mingw maintainer.
5095
e03dd84a
BE
50962008-12-02 Ben Elliston <bje@au.ibm.com>
5097
5098 * config.sub, config.guess: Update from upstream sources.
5099
3fa87964
GP
51002008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
5101
5102 * README.SCO: Remove.
5103
df72d7ed
FP
51042008-11-29 Fernando Pereira <pronesto@gmail.com>
5105
5106 * MAINTAINERS: Add myself to the write after approval list.
5107
b5646528
DK
51082008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
5109
5110 * MAINTAINERS: Update my email address in WAA section.
5111
dce2d8b2 51122008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
ebf24eb4
CL
5113
5114 * MAINTAINERS: Update e-mail address.
5115
dce2d8b2 51162008-11-27 Toon Moene <toon@moene.org>
50e0f131
TM
5117
5118 * MAINTAINERS: Change e-mail address.
5119
0db3a858
TG
51202008-11-27 Tristan Gingold <gingold@adacore.com>
5121
5122 * configure.ac: Build gdb for i?86-*-darwin*
5123 * configure: Regenerated.
5124
dce2d8b2 51252008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
f07bde68
HS
5126
5127 * MAINTAINERS: Added my full name.
5128
487e299b
DJ
51292008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
5130
5131 PR bootstrap/38014
5132 PR bootstrap/37923
5133
5134 Revert:
5135
5136 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5137
5138 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5139 * Makefile.in: Regenerated.
5140
5141 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
5142
5143 PR gdb/921
5144 PR gdb/1646
5145 PR gdb/2175
5146 PR gdb/2176
5147
5148 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5149 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5150 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
5151 (HOST_EXPORTS): Pass CPPFLAGS.
5152 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5153 (LDFLAGS_FOR_TARGET): Initialize from configure script.
5154 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5155 * Makefile.in, configure: Regenerated.
5156 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5157 and CPPFLAGS_FOR_BUILD.
5158
dce2d8b2 51592008-11-06 Jeff Law <law@redhat.com>
d69fbecb
JL
5160
5161 * MAINTAINERS: Add myself as middle end maintainer.
5162
044fed69
AS
51632008-11-06 Andrew Stubbs <ams@codesourcery.com>
5164
5165 * MAINTAINERS (Write after approval): Add myself.
5166
caf6defe
DN
51672008-11-05 Diego Novillo <dnovillo@google.com>
5168
5169 * MAINTAINERS (Global Reviewers): Add myself.
5170 (Non-Algorithmic Maintainers): Remove myself.
5171
3e9899ac
TS
51722008-11-04 Thomas Schwinge <tschwinge@gnu.org>
5173
09ce620e 5174 * MAINTAINERS (Write after approval): Add myself.
3e9899ac 5175
ea99e36e
MM
51762008-10-31 Mikael Morin <mikael.morin@tele2.fr>
5177
09ce620e 5178 * MAINTAINERS (Write after approval): Add myself.
ea99e36e 5179
fb0d2684
BE
51802008-10-31 Ben Elliston <bje@au.ibm.com>
5181
5182 * configure.ac (spu-*-*): Remove special case.
5183 * configure: Regenerate.
5184
73c07a3e
CM
51852008-10-30 Catherine Moore <clm@codesourcery.com>
5186
5187 * MAINTAINERS (Write after approval): Update my email address.
5188
7310a2da
SSF
51892008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
5190
5191 * configure.ac [spu-*-*]: Do not set skipdirs.
5192 * configure: Re-generate.
5193
7e51fe23
BS
51942008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
5195
5196 * MAINTAINERS (Various Maintainers): Add myself to reload.
5197
ef20be93
RG
51982008-10-25 Richard Guenther <rguenther@suse.de>
5199
5200 * MAINTAINERS (Various Maintainers): Add myself as middle-end
5201 maintainer. Remove myself as libgcc-math maintainer.
5202 (Non-Algorithmic Maintainers): Remove myself.
5203
03ffcfa0
DJ
52042008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5205
5206 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5207 * Makefile.in: Regenerated.
5208
dec014a9
CC
52092008-10-23 Cary Coutant <ccoutant@google.com>
5210
5211 * MAINTAINERS (Write after approval): Add myself.
5212
b36c386c
DJ
52132008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
5214
5215 PR gdb/921
5216 PR gdb/1646
5217 PR gdb/2175
5218 PR gdb/2176
5219
5220 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5221 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5222 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
5223 (HOST_EXPORTS): Pass CPPFLAGS.
5224 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5225 (LDFLAGS_FOR_TARGET): Initialize from configure script.
5226 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5227 * Makefile.in, configure: Regenerated.
5228 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5229 and CPPFLAGS_FOR_BUILD.
5230
dce2d8b2 52312008-10-20 Sebastian Pop <sebastian.pop@amd.com>
84541525
SP
5232
5233 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
5234 Sebastian Pop.
5235
e0bda97e
AP
52362008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
5237
5238 * MAINTAINERS (Write After Approval): Added myself.
5239
36c713e0
KG
52402008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5241
5242 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
5243 recommended version to 2.3.2.
5244
5245 * configure: Regenerate.
5246
8fe005ee
MM
52472008-10-01 Mark Mitchell <mark@codesourcery.com>
5248
5249 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
5250
be8f156f
DD
52512008-09-29 David Daney <david.daney@caviumnetworks.com>
5252
5253 * MAINTAINERS (Write After Approval): Update e-mail address.
5254
ae11dff4
PG
52552008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
5256
5257 * libtool.m4: Update to libtool 2.2.6.
5258 * lt~obsolete.m4: Update to libtool 2.2.6.
5259 * ltmain.sh: Update to libtool 2.2.6.
5260 * ltsugar.m4: Update to libtool 2.2.6.
5261 * ltversion.m4: Update to libtool 2.2.6.
5262 * ltoptions.m4: Update to libtool 2.2.6.
5263 * ltgcc.m4: Update to match changes from libtool 2.2.6.
5264
441154b1
CF
52652008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
5266
5267 * MAINTAINERS (Write After Approval): Add myself.
5268
775b3b26
BRF
52692008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
5270
5271 * MAINTAINERS (Write After Approval): Update my name.
5272
94538043
SB
52732008-09-20 Steven Bosscher <steven@gcc.gnu.org>
5274
09ce620e 5275 * MAINTAINERS: Add myself in "Write After Approval".
94538043 5276
52d1bfd8
SE
52772008-09-18 Steve Ellcey <sje@cup.hp.com>
5278
09ce620e 5279 * MAINTAINERS: Add myself as ia64 maintainer.
52d1bfd8 5280
c5cc92f5
GP
52812008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
5282
5283 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
5284 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
5285 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
5286 and Michael Tiemann from Write After Approval since they do not
5287 actually have access.
5288
23d9794a
RG
52892008-09-05 Richard Guenther <rguenther@suse.de>
5290
5291 * configure.ac: Initialize clooglibs to -lcloog.
5292 * configure: Re-generate.
5293
192a671e
LCW
52942008-09-04 Le-Chun Wu <lcwu@google.com>
5295
5296 * MAINTAINERS (Write After Approval): Add myself.
5297
d789184e
SP
52982008-09-03 Sebastian Pop <sebastian.pop@amd.com>
5299
5300 * configure.ac (--with-cloog-polylib): New.
5301 (--disable-cloog-version-check): New.
5302 (--disable-ppl-version-check): New.
5303 * configure: Re-generate.
5304
36a881c7
RG
53052008-09-03 Richard Guenther <rguenther@suse.de>
5306
5307 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
5308 cloog test.
5309 * configure: Re-generate.
5310
358da97e
HS
53112008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
5312
5313 Add picoChip port.
5314 * MAINTAINERS: Add picoChip maintainers.
5315
f8bf9252
SP
53162008-09-02 Sebastian Pop <sebastian.pop@amd.com>
5317 Tobias Grosser <grosser@fim.uni-passau.de>
5318 Jan Sjodin <jan.sjodin@amd.com>
5319 Harsha Jagasia <harsha.jagasia@amd.com>
5320 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5321 Konrad Trifunovic <konrad.trifunovic@inria.fr>
5322 Adrien Eliche <aeliche@isty.uvsq.fr>
5323
5324 Merge from graphite branch.
5325 * configure: Regenerate.
5326 * Makefile.in: Regenerate.
5327 * configure.ac (host_libs): Add ppl and cloog.
5328 Add checks for PPL and CLooG.
5329 * Makefile.def (ppl, cloog): Added modules and dependences.
5330 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
5331 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
5332
d89f0ad6
AL
53332008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
5334
5335 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
5336 (GCC_SHLIB_SUBDIR): New.
5337 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
5338 * configure: Regenerate.
5339 * Makefile.in: Regenerate.
5340
88a25817
GP
53412008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
5342
5343 * MAINTAINERS: Consistently use tabs to separate columns.
5344
f873f15f
TG
53452008-08-29 Tristan Gingold <gingold@adacore.com>
5346
5347 * MAINTAINERS (Write after Approval): Add myself.
5348
e1514c3f
TG
53492008-08-28 Tristan Gingold <gingold@adacore.com>
5350
5351 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
5352 Enable bfd, binutils and opcodes.
5353 * configure: Regenerate.
5354
4717882f
JDA
53552008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5356
5357 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
5358
28c9884c
TK
53592008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
5360
5361 * MAINTAINERS: Use correct Umlaut for last name.
5362
ae96d86a
FXC
53632008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5364
5365 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
5366
3ecc96e3
DE
53672008-08-16 David Edelsohn <edelsohn@gnu.org>
5368
5369 * MAINTAINERS: Update my email address.
5370
dd609cc1
EB
53712008-08-16 Nicolas Roche <roche@adacore.com>
5372
5373 * Makefile.tpl: Add BOOT_ADAFLAGS.
5374 * Makefile.in: Regenerate.
5375
08d0963a
RS
53762008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
5377
5378 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
5379 * configure: Regenerate.
5380
dce2d8b2 53812008-07-30 Paolo Bonzini <bonzini@gnu.org>
00afcaa0
PB
5382
5383 * configure.ac: Add makefile fragments for hpux.
5384 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
5385 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
5386 * configure: Regenerate.
5387 * Makefile.in: Regenerate.
5388
dce2d8b2 53892008-07-28 Aldy Hernandez <aldyh@redhat.com>
806b3528
AH
5390
5391 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
5392
dce2d8b2 53932008-07-11 Dodji Seketeli <dseketel@redhat.com>
ab220355
DS
5394
5395 * MAINTAINERS (Write after Approval): Add myself.
5396
78209f30
XG
53972008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
5398
5399 * MAINTAINERS (Write After Approval): Add myself.
5400
5b5b098d
AJ
54012008-06-29 Andrew Jenner <andrew@codesourcery.com>
5402
5403 * MAINTAINERS (Write After Approval): Add myself.
5404
d812ec93
KW
54052008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
5406
5407 * MAINTAINERS: Update my email address.
5408
99e78224
JY
54092008-06-25 Joey Ye <joey.ye@intel.com>
5410
5411 * MAINTAINERS (Write After Approval): Add myself.
5412
18c04407
RW
54132008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5414
5415 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
5416 * Makefile.in: Regenerate.
5417 * configure: Regenerate.
5418
47aa9a31
DK
54192008-06-17 Daniel Kraft <d@domob.eu>
5420
5421 * MAINTAINERS (Write After Approval): Add myself.
5422
ad33ff57
RW
54232008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5424
5425 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
5426 "$@" is still intact with both Autoconf 2.59 and 2.62.
5427 * configure: Regenerate.
5428
cdce5c41
RW
54292008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5430
5431 * Makefile.tpl: Fix comment errors.
5432 * Makefile.in: Regenerate.
5433
01b79d11
DM
54342008-06-12 David S. Miller <davem@davemloft.net>
5435 David Edelsohn <edelsohn@gnu.org>
5436
5437 * configure.ac: Add powerpc*-*-* to gold supported targets.
5438 * configure: Regenerate.
5439
f8c33439
JM
54402008-06-08 Joseph Myers <joseph@codesourcery.com>
5441
5442 PR tree-optimization/36218
5443 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
5444 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
5445 (all prefix="build-"): Pass them to build-system sub-makes.
5446 * Makefile.in: Regenerate.
5447
cd985f66
JM
54482008-06-07 Joseph Myers <joseph@codesourcery.com>
5449
5450 * MAINTAINERS (mt port): Remove.
5451 (sco5, unixware, sco udk): Remove.
5452 (Kean Johnston): Add to Write After Approval.
5453
3f6383d3
JB
54542008-05-30 Julian Brown <julian@codesourcery.com>
5455
5456 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
5457 of libobjc for ARM EABI Linux.
5458 * configure: Regenerate.
30da41ed 5459
dce2d8b2 54602008-05-18 Xinliang David Li <davidxl@google.com>
e29cc9b4 5461
09ce620e 5462 * ChangeLog: Remove wrong ChangeLog entry.
e29cc9b4 5463
dce2d8b2 54642008-05-17 Xinliang David Li <davidxl@google.com>
30da41ed 5465
e29cc9b4 5466 * MAINTAINERS (Write After Approval): Add myself.
30da41ed 5467
955410cb
JW
54682008-05-15 Janus Weil <janus@gcc.gnu.org>
5469
5470 * MAINTAINERS (Write After Approval): Add myself.
5471
719bb4e3 54722008-05-14 Rafael Espíndola <espindola@google.com>
61ab1651
RAE
5473
5474 * config-ml.in: don't handle --enable-shared and --enable-static.
5475
372b05fc
RS
54762008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
5477
5478 * MAINTAINERS: Update my email address.
5479
f73e2200
PC
54802008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
5481
5482 * MAINTAINERS: Update my email address.
09ce620e 5483
3e438e2b
KVH
54842008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
5485
5486 * MAINTAINERS (Write After Approval): Add myself.
5487
177bf491
GS
54882008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
5489
5490 * MAINTAINERS (Write After Approval): Add myself.
5491
dce2d8b2 54922008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
ac89df2f
PG
5493
5494 * MAINTAINERS (crx): Add myself.
5495
14a8726b
PB
54962008-04-18 Paolo Bonzini <bonzini@gnu.org>
5497
5498 Sync with src:
5499 2008-04-14 David S. Miller <davem@davemloft.net>
5500
09ce620e
AS
5501 * configure.ac: Add sparc*-*-* to gold supported targets.
5502 * configure: Regenerate.
14a8726b 5503
7142fb32
PB
55042008-04-18 Paolo Bonzini <bonzini@gnu.org>
5505
5506 PR bootstrap/35457
5507 * configure.ac: Include override.m4.
5508 * configure: Regenerate.
5509
c6b196de
PB
55102008-04-18 Paolo Bonzini <bonzini@gnu.org>
5511
09ce620e
AS
5512 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
5513 * Makefile.in: Regenerate.
c6b196de 5514
dce2d8b2 55152008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
c993ae60 5516
09ce620e 5517 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
c993ae60 5518 as nonconfigurable directories list.
09ce620e 5519 * configure: Regenerate.
c993ae60 5520
8479b1b1
BE
55212008-04-14 Ben Elliston <bje@au.ibm.com>
5522
5523 * config.sub, config.guess: Update from upstream sources.
5524
295e261a
HPN
55252008-04-12 Hans-Peter Nilsson <hp@axis.com>
5526
5527 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
5528 * Makefile.in: Regenerate.
5529
ac3949d9
EW
55302008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
5531
5532 * configure.ac: Do not build libssp for the AVR.
5533 * configure: Regenerate.
5534
06407e30
ILT
55352008-04-07 Ian Lance Taylor <iant@google.com>
5536
5537 * Makefile.def: check-gold depends upon all-binutils.
5538 * Makefile.in: Regenerate.
5539
97db009c
AH
55402008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
5541
5542 * MAINTAINERS (Write After Approval): Add myself.
5543
2a79c47f
NC
55442008-04-04 Nick Clifton <nickc@redhat.com>
5545
5546 PR binutils/4334
5f4bebbf 5547 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2a79c47f
NC
5548 builds.
5549 * configure: Regenerate.
5550
c53a18d3
N
55512008-04-04 NightStrike <NightStrike@gmail.com>
5552
5553 PR other/35151
09ce620e
AS
5554 * configure.ac: Combine rules for mingw32 and mingw64.
5555 * configure: Regenerate.
c53a18d3 5556
d925aa70
KT
55572008-04-02 Kai Tietz <kai.tietz@onvision.com>
5558
5559 * MAINTAINERS (Write After Approval): Add myself.
5560
dce2d8b2 55612008-04-01 Seongbae Park <seongbae.park@gmail.com>
ad424a85
SP
5562
5563 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
5564 * Makefile.in (.NOTPARALLEL): Ditto.
5565
4412a506
PG
55662008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
5567
5568 * MAINTAINERS (Write After Approval): Add myself.
5569
dce2d8b2 55702008-03-31 Seongbae Park <seongbae.park@gmail.com>
2f908293
SP
5571
5572 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
5573 * Makefile.in (.NOTPARALLEL): Regenerate.
5574
639223bd
PB
55752008-03-27 Paolo Bonzini <bonzini@gnu.org>
5576
5577 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
5578 * Makefile.in: Regenerate.
5579
b8ab1f4a
JS
55802008-03-26 Jakub Staszak <kuba@et.pl>
5581
5582 * MAINTAINERS (Write After Approval): Add myself.
5583
b45890a4
TK
55842008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
5585
5586 * MAINTAINERS: Update e-mail address.
5587
5afab7ad
ILT
55882008-03-20 Ian Lance Taylor <iant@google.com>
5589
5590 * configure.ac: Add support for --enable-gold.
5591 * Makefile.def: Add gold as a directory like ld.
5592 * configure, Makefile.in: Regenerate.
5593
38d24731
RW
55942008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5595
5596 * configure.ac: m4_include config/proginstall.m4.
5597 * configure: Regenerate.
32bc4cf4
RW
5598
5599 Backport from upstream Libtool:
09ce620e 5600
32bc4cf4 5601 2007-10-12 Eric Blake <ebb9@byu.net>
09ce620e 5602
32bc4cf4
RW
5603 Deal with Autoconf 2.62's semantic change in m4_append.
5604 * ltsugar.m4 (lt_append): Replace broken versions of
5605 m4_append.
5606 (lt_if_append_uniq): Don't require separator to be overquoted,
5607 and avoid broken m4_append.
5608 (lt_dict_add): Fix typo.
5609 * libtool.m4 (_LT_DECL): Don't overquote separator.
5610
9d3c50ea
DE
56112008-03-13 David Edelsohn <edelsohn@gnu.org>
5612
5613 * config.rpath: Add AIX 6 support.
5614
5d2edb29
PB
56152008-03-13 Paolo Bonzini <bonzini@gnu.org>
5616
5617 * Makefile.def (stageprofile). Remove -fprofile-generate
5618 from stage_libcflags.
5619 * Makefile.in: Regenerate.
5620
954910ef
BE
56212008-03-13 Ben Elliston <bje@au.ibm.com>
5622
5623 * config.sub, config.guess: Update from upstream sources.
5624
e8645a40
TT
56252008-03-06 Tom Tromey <tromey@redhat.com>
5626
5627 * MAINTAINERS: Update for treelang deletion.
5628
2c8e955e
JW
56292008-03-03 James E. Wilson <wilson@tuliptree.org>
5630
5631 * MAINTAINERS: Update my email address.
5632
54acd307
SS
56332008-03-03 Stan Shebs <stanshebs@earthlink.net>
5634
893ad2a1 5635 * MAINTAINERS (darwin port): Add myself as a maintainer.
54acd307
SS
5636 (objective-c/c++): Add myself as a maintainer.
5637
4b52b516
VR
56382008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
5639
5640 * MAINTAINERS (Write After Approval): Update my email address.
5641
e652b516
TB
56422008-02-25 Tomas Bily <tbily@suse.cz>
5643
5644 * MAINTAINERS (Write After Approval): Add myself.
5645
02d30740
JJ
56462008-02-23 Jakub Jelinek <jakub@redhat.com>
5647
5648 * MAINTAINERS (OpenMP): Add myself.
5649
1c8bd6a3
PB
56502008-02-20 Paolo Bonzini <bonzini@gnu.org>
5651
4b40b2a5
UB
5652 PR bootstrap/32009
5653 PR bootstrap/32161
1c8bd6a3 5654
4b40b2a5
UB
5655 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
5656 * configure: Regenerate.
1c8bd6a3 5657
4b40b2a5
UB
5658 * Makefile.def: Define stage_libcflags for all bootstrap stages.
5659 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
5660 STAGE4_LIBCFLAGS): New.
5661 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
5662 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
5663 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
5664 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
5665 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
5666 for target modules. Don't export LIBCFLAGS.
5667 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
5668 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
5669 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
5670 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
5671 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
5672 * Makefile.in: Regenerate.
1c8bd6a3 5673
bb44c9d2
RW
56742008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5675
5676 PR libgcj/33085
5677 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
5678 Do not use -DDLL_EXPORT. Backport from upstream.
5679
29a7754d
RW
56802008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5681
5682 * MAINTAINERS (Write After Approval): Add myself.
5683
9a212bb7
HPN
56842008-02-02 Hans-Peter Nilsson <hp@axis.com>
5685
5686 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
5687 * configure: Regenerate.
5688
aa12a573
MG
56892008-01-31 Marc Gauthier <marc@tensilica.com>
5690
5691 * configure.ac (xtensa*-*-*): Recognize processor variants.
5692 * configure: Regenerate.
5693
ac9e6043
RW
56942008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5695
40049ccc
UB
5696 PR bootstrap/34922
5697 * configure.ac (PARSE_ARGS): Push suitable setting of
5698 ac_subdirs_all, for `./configure --help=recursive'.
5699 Handle `+' in generic toplevel directory disabling.
5700 * configure: Regenerate.
ac9e6043 5701
4288c86a
NC
57022008-01-28 Nick Clifton <nickc@redhat.com>
5703
5704 * MAINTAINERS (xstormy16): Take over maintainership.
5705
8d8da227
JM
57062008-01-25 Joseph Myers <joseph@codesourcery.com>
5707
5708 * MAINTAINERS (c4x port): Remove.
5709
349b60e7
DE
57102008-01-24 David Edelsohn <edelsohn@gnu.org>
5711
5712 * libtool.m4: Backport AIX 6 support from ToT Libtool.
5713
3ca06a68
BE
57142008-01-23 Ben Elliston <bje@au.ibm.com>
5715
5716 * config.sub, config.guess: Update from upstream sources.
5717
3c631381
TG
57182008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
5719
5720 * MAINTAINERS (Write After Approval): Add myself.
5721
20533ef1
L
57222008-01-17 H.J. Lu <hjl.tools@gmail.com>
5723
5724 * MAINTAINERS: Update my email address.
5725
57262008-01-09 Raksit Ashok <raksit@google.com>
5727
5728 * MAINTAINERS (Write After Approval): Add myself.
5729
684f4f6a
RA
57302008-01-09 Raksit Ashok <raksit@google.com>
5731
5732 * MAINTAINERS (Write After Approval): Add myself.
5733
9cb8756f
BE
57342008-01-08 Ben Elliston <bje@au.ibm.com>
5735
5736 * config.sub, config.guess: Update from upstream sources.
5737
94e1934d
KG
57382007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5739
5740 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8debbe48 5741 Change recommended MPFR from 2.2.1 -> 2.3.0.
94e1934d
KG
5742 * configure: Regenerate.
5743
a2e51f77
SP
57442007-12-15 Sebastian Pop <sebastian.pop@amd.com>
5745
5746 * MAINTAINERS: Update my email address.
5747
ffe3dcd9
BRF
57482007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
5749
5750 * MAINTAINERS: Update my email address.
5751
aa4095c9
RS
57522007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
5753
5754 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
5755 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
5756 * Makefile.in: Regenerate.
5757
dce2d8b2 57582007-12-10 Mark Heffernan <meheff@google.com>
030e2013
MH
5759
5760 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
5761 misplaced entries.
5762
0fe0f073
AT
57632007-12-10 Andreas Tobler <a.tobler@schweiz.org>
5764
5765 * configure.ac: Enable libjava for x86_64-*-darwin9.
5766 * configure: Regenerate.
5767
dce2d8b2 57682007-12-07 Bill Maddox <maddox@google.com>
d4ca4b06
BM
5769
5770 * MAINTAINERS (Write After Approval): Add myself.
5771
c3220d4c
BE
57722007-12-05 Ben Elliston <bje@au.ibm.com>
5773
5774 * config.sub, config.guess: Update from upstream sources.
5775
aba7501e
MK
57762007-12-02 Matthias Klose <doko@ubuntu.com>
5777
5778 * config-ml.in: Remove 64bit configure tests.
5779
d683ec81
PB
57802007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5781
5782 * config-ml.in: Robustify against white space in absolute file
5783 names.
5784
5785 * config-ml.in (multi-clean): Substitute ${Makefile}.
5786 Remove superfluous ${Makefile} in list.
5787
60f1711a
TS
57882007-11-19 Thiemo Seufer <ths@mips.com>
5789
5790 * config-ml.in: Don't hardcode the Makefile name.
5791
487f9d96
AM
57922007-11-08 Alexander Monakov <amonakov@ispras.ru>
5793
5794 * MAINTAINERS (Write After Approval): Add myself.
5795
fa3886fe
ST
57962007-11-07 Samuel Tardieu <sam@rfc1149.net>
5797
5798 * MAINTAINERS (Write After Approval): Add myself.
5799
dce2d8b2 58002007-11-06 Doug Kwan <dougkwan@google.com>
ae750079
DK
5801
5802 * MAINTAINERS (Write After Approval): Add myself.
5803
acc48927
BE
58042007-10-25 Ben Elliston <bje@au.ibm.com>
5805
5806 * MAINTAINERS (mercury): Remove entry.
5807 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
5808
e00e9858
DJ
58092007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
5810
5811 * Makefile.def (dependencies): Make configure-gdb depend on
5812 all-intl.
5813 * Makefile.in: Regenerated.
5814
def14a3c
SK
58152007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
5816
5817 * MAINTAINERS (Fortran maintainer): Remove myself.
5818
dce2d8b2 58192007-10-15 Patrick Mansfield <patmans@us.ibm.com>
0e5e9f76
PM
5820
5821 * Makefile.def: To avoid problems running with parallel makes,
5822 build newlib before libgloss so that target specific header
5823 files are availble.
5824 * Makefile.in: Regenerate
5825
bbfbfafc
DJ
58262007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5827
5828 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
5829 * Makefile.in: Regenerate.
5830
c56abad5
VM
58312007-10-09 Vladimir Makarov <vmakarov@redhat.com>
5832
5833 * MAINTAINERS (Register allocation reviewer): Add myself.
5834
f019adc1
MF
58352007-10-08 Mike Frysinger <vapier@gentoo.org>
5836
5837 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
5838 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
5839 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
5840 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
5841 * configure: Regenerate.
5842
dce2d8b2 58432006-10-04 Seongbae Park <seongbae.park@gmail.com>
789e4e28
SP
5844
5845 * MAINTAINERS (Register allocation reviewer): Add myself.
5846
0999159b
PB
58472007-10-01 Paolo Bonzini <bonzini@gnu.org>
5848
5849 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
5850 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
5851 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
5852 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
5853 * configure.ac: Default them to host tools for $host = $build.
5854 Subst them.
5855
5856 * configure: Regenerate.
5857 * Makefile.in: Regenerate.
5858
dce2d8b2 58592006-09-24 Peter Bergner <bergner@vnet.ibm.com>
a054acde
PB
5860
5861 * MAINTAINERS (Register allocation reviewer): Add myself.
5862
dce2d8b2 58632006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
ffda6fc9
KZ
5864
5865 * MAINTAINERS (Register allocation reviewer): Add myself.
5866
9d209c83
SP
58672007-09-21 Seongbae Park <seongbae.park@gmail.com>
5868
5869 * MAINTAINERS (Write After Approval): Fix typo.
5870
1ec3b87b
RS
58712007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
5872
5873 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
5874 * configure: Regenerate.
5875
19d5986d
PJ
58762007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
5877
5878 PR bootstrap/31906
5879 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
ffe3dcd9 5880 they're already prefixed.
19d5986d 5881
6d3b5aea
BK
58822007-09-19 Benjamin Kosnik <bkoz@redhat.com>
5883
5884 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
5885 libstdc++.
5886 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
5887 * configure: Regenerate.
5888 * Makefile.in: Regenerate.
09ce620e 5889
4fe7e755
AS
58902007-09-17 Andreas Schwab <schwab@suse.de>
5891
5892 * configure.ac: Raise minimum makeinfo version to 4.6.
5893 * configure: Regenerate.
5894
dce2d8b2 58952007-09-17 Johannes Singler <singler@ira.uka.de>
d483feaa 5896
ffe3dcd9 5897 * MAINTAINERS (write-after-approval) add myself
d483feaa 5898
fa9a3f31
AM
58992007-09-15 Alan Modra <amodra@bigpond.net.au>
5900
5901 * configure.ac: Correct makeinfo version check.
5902 * configure: Regenerate.
5903
6593a73e
RS
59042007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
5905
5906 * MAINTAINERS: Update my email address.
5907
d9dced13
RS
59082007-09-14 Richard Sandiford <richard@codesourcery.com>
5909
5910 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
5911 to $skipdirs and only disable gprof for newlib. Use the normal
5912 mips*-elf* handling in other respects.
5913 * configure: Regnerate.
5914
773c1467
DD
59152007-09-12 David Daney <ddaney@avtrex.com>
5916
5917 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
5918 enabling libgcj.
5919 * configure: Regenerate.
5920
c03353e2
RIL
59212007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
5922
5923 PR other/32154
5924 * configure.ac: For libgloss targets, point the linker to the linker
5925 script, startup code and simulator library.
5926 * configure: Regenerate.
5927
c4e9bf2b
AH
59282007-09-07 Andrew Haley <aph@redhat.com>
5929
5930 * configure.ac (noconfigdirs): Remove target-libffi and
5931 target-libjava.
5932 * configure: Regenerate.
5933
1f5a6b84
FXC
59342007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5935
5936 PR target/33281
5937 * configure.ac: Use config/mh-mingw on mingw.
5938 * configure: Regenerate.
1f5a6b84 5939
3951e521
PH
59402007-09-05 Pat Haugen <pthaugen@us.ibm.com>
5941
9f349f63 5942 * MAINTAINERS (Write After Approval): Add myself.
3951e521 5943
e643dc23
RG
59442007-09-05 Richard Guenther <rguenther@suse.de>
5945
5946 * configure.ac (--enable-stage1-checking): If neither --enable-checking
5947 nor --disable-checking is provided also turn on yes and types
5948 checking for stage1.
5949 * configure: Re-generate.
5950
039874df
KW
59512007-08-30 Krister Walfridsson <cato@df.lth.se>
5952
5953 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
5954 (Write After Approval): Remove myself.
5955
c3f07bd6 59562007-08-29 Nick Clifton <nickc@redhat.com>
15098359 5957
c3f07bd6 5958 * config.sub, config.guess: Update from upstream sources.
15098359 5959
40049ccc 59602007-08-22 Bud Davis <jmdavis@link.com>
4bbed405
BD
5961
5962 * MAINTAINERS (Write After Approval): Added myself.
5963 * MAINTAINERS (Reviewers): Removed myself.
5964
c8aea42c 59652007-08-18 Paul Brook <paul@codesourcery.com>
40049ccc 5966 Joseph Myers <joseph@codesourcery.com>
c8aea42c
PB
5967
5968 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
5969 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
5970 * Makefile.in: Regenerate.
5971 * configure.ac (--with-debug-prefix-map): New.
5972 * configure: Regenerate.
5973
4bf6c438
RS
59742007-08-17 Richard Sandiford <richard@codesourcery.com>
5975 Nigel Stephens <nigel@mips.com>
5976
4bf6c438
RS
5977 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
5978 as target_makefile_frag.
5979 * configure: Regenerate.
5980
bb286d71
AO
59812007-08-16 Alexandre Oliva <aoliva@redhat.com>
5982
5983 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
5984 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
5985 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
5986 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
5987 (do-compare, do-compare3, do-compare-debug): New.
5988 ([+compare-target+]): Use them.
5989
a4630417
MK
59902007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
5991
5992 * MAINTAINERS (Write After Approval): Change my email address.
5993
d9acb717
RW
59942007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5995 Ben Elliston <bje@au.ibm.com>
5996
5997 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
5998 --silent if $silent.
5999 * configure: Regenerate.
6000
96876681
ZD
60012003-08-12 Zdenek Dvorak <ook@ucw.cz>
6002
6003 * MAINTAINERS (Various Maintainers): Add myself as
6004 loop infrastructure maintainer. Update my e-mail
6005 address.
6006
1c1d80ee
DN
60072007-07-31 Diego Novillo <dnovillo@google.com>
6008
6009 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
6010 Adjust description.
6011
7e98624c
RG
60122007-07-26 Richard Guenther <rguenther@suse.de>
6013
6014 * configure.ac: Add types checking to stage1 checking flags.
6015 * configure: Regenerate.
6016
4c85af60
NC
60172007-07-17 Nick Clifton <nickc@redhat.com>
6018
6019 * COPYING3: New file. Contains version 3 of the GNU General
6020 Public License.
6021 * COPYING3.LIB: New file. Contains version 3 of the GNU
6022 Lesser General Public License.
6023
19ddfd3a
AK
60242007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
6025
6026 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
6027
2a064545
AK
60282007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
6029
6030 * MAINTAINERS (S/390 co-maintainer): Add myself.
6031 (Write After Approval): Remove myself.
6032
f861f54d
DH
60332007-07-13 Dan Hipschman <dsh@google.com>
6034
6035 * MAINTAINERS (Write After Approval): Add myself.
6036
0136f2f7
NC
60372007-07-11 Nick Clifton <nickc@redhat.com>
6038
6039 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
6040 WINDRES export.
6041 * Makefile.in: Regenerate.
6042
6e29b5a4
RO
60432007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6044
6045 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
6046 maintainer.
6047
159a4b02
L
60482007-07-05 H.J. Lu <hongjiu.lu@intel.com>
6049
6050 * lt~obsolete.m4: New. Import from 20070318 libtool.
6051
6ba67283
JB
60522007-07-03 Julian Brown <julian@codesourcery.com>
6053
6054 * MAINTAINERS (Write After Approval): Add myself.
6055
30b74385
RW
60562007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6057
6058 * configure.ac: Rewrite 'configure --help' strings to look nicer.
6059 * configure: Regenerate.
6060
60612007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6062
6063 * configure.ac: Add some missing m4 quotation.
6064 * configure: Regenerate.
6065
943c54ce
SB
60662007-07-02 Simon Baldwin <simonb@google.com>
6067
6068 * MAINTAINERS (Write After Approval): Add myself.
6069
1c00b503
PB
60702007-07-02 Paolo Bonzini <bonzini@gnu.org>
6071
6072 * configure: Regenerate.
6073
901119ae
KT
60742007-07-02 Kai Tietz <kai.tietz@onevision.com>
6075
6076 * Makefile.def: Add windmc tool to build.
6077 * Makefile.tpl: Likewise.
6078 * configure.ac: Likewise.
6079 * Makefile.in: Regenerate.
6080 * configure: Regenerate.
09ce620e 6081
83f4c19f
DD
60822007-06-28 DJ Delorie <dj@redhat.com>
6083
6084 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
6085 not building newlib.
6086 * configure: Regenerated.
09ce620e 6087
5346c75c
JS
60882007-06-28 Jan Sjodin <jan.sjodin@amd.com>
6089
6090 * MAINTAINERS (Write After Approval): Add myself.
6091
aacfb86b
MM
60922007-06-25 Martin Michlmayr <tbm@cyrius.com>
6093
6094 * MAINTAINERS (Write After Approval): Add myself.
6095
590bf0d3
CM
60962007-06-19 Chris Matthews <chrismatthews@google.com>
6097
6098 * MAINTAINERS (Write After Approval): Add myself.
6099
cdbbee7a
RIL
61002007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
6101
6102 * MAINTAINERS (Write After Approval): Add myself.
6103
b8afffc1
DJ
61042007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6105
6106 * Makefile.def: Add dependency from configure-gdb to all-bfd.
6107 * Makefile.in: Regenerated.
6108
3fcfad76
BS
61092007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
6110
6111 * configure.ac: Don't add target-libmudflap to noconfigdirs for
6112 bfin*-*-uclinux* targets.
6113 * configure: Regenerate.
6114
3f5a2b7f
ILT
61152007-06-14 Ian Lance Taylor <iant@google.com>
6116
6117 * MAINTAINERS: Add myself as non-algorithmic global write
6118 maintainer.
6119
4c46daee
DN
61202007-06-14 Diego Novillo <dnovillo@google.com>
6121
6122 * MAINTAINERS: Add self as middle-end maintainer and
6123 non-algorithmic global write maintainer.
6124
a3bb222a
FXC
61252007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6126
6127 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
6128 Move all Fortran maintainers except Paul Brook into the
6129 Non-Autopoiesis section.
6130
a19e8f64
PB
61312007-06-14 Paolo Bonzini <bonzini@gnu.org>
6132
6133 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
6134 (distclean-stage[+id+]): Possibly delete stage_last.
6135 * Makefile.in: Regenerate.
6136
1c2abe5e
SP
61372007-06-12 Seongbae Park <seongbae.park@gmail.com>
6138
6139 * MAINTAINERS (Various Maintainer): Fix typo.
6140
abca4739
PB
61412007-06-11 Paolo Bonzini <bonzini@gnu.org>
6142
6143 * MAINTAINERS (Various Maintainer): Add myself as
6144 dataflow maintainer.
6145
a894d2c3
BE
61462007-06-07 Ben Elliston <bje@au.ibm.com>
6147
6148 * config.sub, config.guess: Update from upstream sources.
6149
8024d75e
BE
61502007-06-07 Ben Elliston <bje@au.ibm.com>
6151
6152 * Makefile.tpl: Fix spelling error.
6153 * Makefile.in: Regenerate.
6154
973a9a5e
SE
61552007-06-01 Steve Ellcey <sje@cup.hp.com>
6156
96598938
L
6157 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
6158 lt_cv_sys_max_cmd_len.
973a9a5e 6159
ccb4d26b
DN
61602007-05-31 Dorit Nuzman <dorit@il.ibm.com>
6161
6162 * MAINTAINERS (Various Maintainers): Add myself as
6163 auto-vectorizer maintainer.
6164
eecb7461
PB
61652003-05-31 Paolo Bonzini <bonzini@gnu.org>
6166
6167 PR libjava/32098
6168 * libtool.m4: Revert previous change.
6169 * ltgcc.m4: Put it here.
6170
89d28202
ZD
61712003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
6172
6173 * MAINTAINERS (Various Maintainers): Add myself as
6174 auto-vectorizer maintainer.
6175
60c7a11a
L
61762007-05-30 H.J. Lu <hongjiu.lu@intel.com>
6177
6178 PR libjava/32098
6179 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
6180
9dd3cc81
RG
61812007-05-30 Richard Guenther <rguenther@suse.de>
6182
6183 * MAINTAINERS (Various Maintainers): Add myself as
6184 auto-vectorizer maintainer.
6185
9cc1244e
JJ
61862007-05-30 Jakub Jelinek <jakub@redhat.com>
6187
6188 PR bootstrap/29382
6189 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
6190 * configure: Rebuilt.
6191
6124296b
RC
61922007-05-28 Roberto Costa <robsettantasei@gmail.com>
6193
6194 * MAINTAINERS (Write After Approval): Removed my name.
6195
6b757a0d
SB
61962007-05-25 Steven Bosscher <steven@gcc.gnu.org>
6197
6198 * MAINTAINERS (Write After Approval): Remove myself.
6199
86ef8528
AT
62002007-05-25 Andreas Tobler <a.tobler@schweiz.org>
6201
6202 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
6203
1cf3d07d
SE
62042007-05-23 Steve Ellcey <sje@cup.hp.com>
6205
6206 * ltmain.sh: Update from ToT Libtool.
6207 * libtool.m4: Update from ToT Libtool.
6208 * ltsugar.m4: New. Update from ToT Libtool.
6209 * ltversion.m4: New. Update from ToT Libtool.
6210 * ltoptions.m4: New. Update from ToT Libtool.
6211 * ltconfig: Remove.
6212 * ltcf-c.sh: Remove.
6213 * ltcf-cxx.sh: Remove.
6214 * ltcf-gcj.sh: Remove.
6215
ce3fcf8c
OW
62162007-05-22 Ollie Wild <aaw@google.com>
6217
6218 * MAINTAINERS (Write After Approval): Add myself.
6219
342b9200
PB
62202007-05-16 Paolo Bonzini <bonzini@gnu.org>
6221
6222 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
6223 stage_cflags.
6224 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
6225 Remove CFLAGS/LIBCFLAGS.
6226 (configure-stage[+id+]-[+prefix+][+module+],
6227 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
6228 * Makefile.in: Regenerate.
6229
cea17285
DN
62302007-05-15 Diego Novillo <dnovillo@google.com>
6231
6232 * MAINTAINERS: Update e-mail address.
6233
11c004e7
RE
62342007-05-15 Revital Eres <eres@il.ibm.com>
6235
6236 * MAINTAINERS (Write After Approval): Add myself.
6237
ab6bd693
RC
62382007-05-14 Roberto Costa <robsettantasei@gmail.com>
6239
6240 * MAINTAINERS (Write After Approval): Updated my address.
6241
388cdf07
TN
62422007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
6243
6244 * MAINTAINERS (Write After Approval): Add myself.
6245
23f24034
SR
62462007-05-11 Silvius Rus <rus@google.com>
6247
6248 * MAINTAINERS (Write After Approval): Add myself.
6249
34a7526e
TT
62502007-04-23 Tom Tromey <tromey@redhat.com>
6251
6252 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
6253
51da21be
MM
62542007-04-22 Mark Mitchell <mark@codesourcery.com>
6255
6256 * MAINTAINERS (cpplib): Rename to ...
6257 (libcpp): ... this. Add C/C++ front end maintainers.
6258
70070387
SE
62592007-04-14 Steve Ellcey <sje@cup.hp.com>
6260
6261 * config-ml.in: Pass ${ml_config_env} to configure calls.
6262
df1a0dbb
CB
62632007-04-04 Christian Bruel <christian.bruel@st.com>
6264
6265 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 6266
9daff147
DK
62672007-04-02 Dave Korn <dave.korn@artimi.com>
6268
6269 * MAINTAINERS (Write After Approval): Add myself.
6270
374eadb2
TB
62712007-03-31 Tobias Burnus <burnus@net-b.de>
6272
6273 * MAINTAINERS (fortran 95 front end): Add myself.
6274
8eced3a2
DR
62752007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
6276
6277 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 6278
653de3e3
AZ
62792007-03-24 Ayal Zaks <zaks@il.ibm.com>
6280
6281 * MAINTAINERS (Modulo Scheduler): Add myself.
6282
b737d953
BM
62832007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
6284
6285 * MAINTAINERS (fortran 95 front end): Add myself.
6286 (c++ front end): whitespace fix.
6287
a584cdf2
NF
62882007-03-22 Nathan Froyd <froydnj@codesourcery.com>
6289
6290 * MAINTAINERS (Write After Approval): Add myself.
6291
8c79f3c4
RS
62922007-03-21 Richard Sandiford <richard@codesourcery.com>
6293
6294 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
6295 of glob. Quote arguments with single quotes too.
6296 * configure: Regenerate.
6297
07f1ac6d
BM
62982007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
6299
6300 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
6301 * Makefile.in: Regenerate
6302
172e41aa
AS
63032007-03-07 Andreas Schwab <schwab@suse.de>
6304
6305 * configure: Regenerate.
6306
9c4d2493
BM
63072007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
6308
6309 * configure.ac: Add "--with-pdfdir" configure option,
6310 which defines pdfdir variable.
6311 * Makefile.def (target=fixincludes): Add install-pdf to
6312 missing targets.
6313 (recursive_targets): Add install-pdf target.
6314 (flags_to_pass): Add pdfdir.
6315 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
6316 target.
6317 * configure: Regenerate
6318 * Makefile.in: Regenerate
6319
e14e622e
EC
63202007-02-28 Eric Christopher <echristo@apple.com>
6321
6322 Revert:
6323 2006-12-07 Mike Stump <mrs@apple.com>
6324
6325 * Makefile.def (dependencies): Add dependency for
6326 install-target-libssp and install-target-libgomp on
6327 install-gcc.
6328 * Makefile.in: Regenerate.
6329
54e433bc
MK
63302007-02-27 Matt Kraai <kraai@ftbfs.org>
6331
6332 * configure: Regenerate.
6333 * configure.ac: Move statements after variable declarations.
6334
6c8d3d8f
KK
63352007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
6336
6337 * MAINTAINERS: Add myself as sh maintainer.
6338
9f8c6739
JM
63392007-02-19 Joseph Myers <joseph@codesourcery.com>
6340
6341 * configure.ac: Adjust for loop syntax.
6342 * configure: Regenerate.
6343
278a7a38
AO
63442007-02-18 Alexandre Oliva <aoliva@redhat.com>
6345
6346 * configure: Rebuilt.
6347
b2eaac4a
AO
63482007-02-18 Alexandre Oliva <aoliva@redhat.com>
6349
6350 * configure.ac: Drop multiple occurrences of --enable-languages,
6351 and fix its quoting.
6352 * configure: Rebuilt.
6353
beeaf216 63542007-02-17 Mark Mitchell <mark@codesourcery.com>
40049ccc
UB
6355 Nathan Sidwell <nathan@codesourcery.com>
6356 Vladimir Prus <vladimir@codesourcery.com>
6357 Joseph Myers <joseph@codesourcery.com>
beeaf216
MM
6358
6359 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
6360 * configure: Regenerate.
6361
09201a09
GP
63622007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
6363
6364 * ltconfig (freebsd*): Default to elf.
6365
291f172e
DJ
63662007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
6367
6368 * configure.ac (target_libraries): Move libgcc before libiberty.
6369 * configure: Regenerated.
6370
c3a86da9
DJ
63712007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
6372 Paolo Bonzini <bonzini@gnu.org>
6373
6374 PR bootstrap/30753
6375 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
6376 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
6377 * configure: Regenerated.
6378
88e1e72a
FXC
63792007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6380
6381 * MAINTAINERS (Language Front End Maintainers): Update my mail
6382 address.
6383
44bfc3ac
DJ
63842007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
6385
6386 PR bootstrap/30748
6387 * configure.ac: Correct syntax for Solaris ksh.
6388 * configure: Regenerated.
6389
3e19841a
PB
63902007-02-09 Paolo Bonzini <bonzini@gnu.org>
6391
6392 * configure.ac: Sync with src.
6393 * configure: Regenerate.
6394
74a48762
PB
63952007-02-09 Paolo Bonzini <bonzini@gnu.org>
6396
6397 * Makefile.in: Regenerate.
6398
d846e52e
PB
63992007-02-09 Paolo Bonzini <bonzini@gnu.org>
6400
6401 * config.sub: Sync with src.
6402
1c710c3c
DJ
64032007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
6404
6405 * Makefile.tpl (build_alias, host_alias, target_alias): Use
6406 noncanonical equivalents.
6407 * configure.in: Rename to...
6408 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
6409 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
6410 target_noncanonical. Use them. Rewrite removal of configure
6411 arguments for autoconf 2.59. Discard variable settings. Force
6412 program_transform_name for native tools.
6413
6414 * Makefile.in: Regenerated.
6415 * configure: Regenerated with autoconf 2.59.
6416
dce2d8b2 64172007-02-07 Roman Zippel <zippel@linux-m68k.org>
74372bdf 6418
3de8da2a 6419 * MAINTAINERS (Write After Approval): Add myself.
74372bdf 6420
f6671c93
AS
64212007-01-31 Andreas Schwab <schwab@suse.de>
6422
6423 * Makefile.tpl (LDFLAGS): Substitute it.
6424 * Makefile.in: Regenerate.
6425
dce2d8b2 64262007-01-30 Andrey Belevantsev <abel@ispras.ru>
ba9f17df 6427
3de8da2a 6428 * MAINTAINERS (Write After Approval): Add myself.
ba9f17df 6429
2472200d
DE
64302007-01-28 David Edelsohn <edelsohn@gnu.org>
6431
3de8da2a 6432 * MAINTAINERS (spu port): Add myself.
2472200d 6433
5305be7e
RG
64342007-01-23 Richard Guenther <rguenther@suse.de>
6435
6436 PR bootstrap/30541
6437 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
6438 * Makefile.tpl (GNATBIND): Substitute it.
6439 (GNATMAKE): Likewise.
6440 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
6441 of STAGE_PREFIX.
6442 * Makefile.in: Regenerate.
6443 * configure: Regenerate.
6444
416cfb5e
MS
64452007-01-18 Mike Stump <mrs@apple.com>
6446
6447 * configure.in: Re-enable -Werror for gcc builds.
6448
3de8da2a 64492007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ad4fe825 6450
3de8da2a 6451 * MAINTAINERS (Write After Approval): Add myself.
ad4fe825 6452
d943d7c4
PB
64532007-01-11 Paolo Bonzini <bonzini@gnu.org>
6454
6455 * configure.in: Change == to = in test command.
3de8da2a 6456 * configure: Regenerate.
d943d7c4 6457
e69bf64b 64582007-01-11 Paolo Bonzini <bonzini@gnu.org>
3de8da2a
UB
6459 Nick Clifton <nickc@redhat.com>
6460 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
6461
6462 * configure.in (build_configargs, host_configargs, target_configargs):
6463 Remove build/host/target parameters.
6464 (host_libs): Add gmp and mpfr.
6465 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
6466 * Makefile.def (gmp, mpfr): New.
6467 (gcc): Remove target.
6468 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
6469 target_os, target_vendor): New.
dce2d8b2 6470 (configure): Add host_alias/target_alias arguments; adjust invocations.
3de8da2a
UB
6471 * configure: Regenerate.
6472 * Makefile.in: Regenerate.
e69bf64b
PB
6473
64742007-01-11 Matt Fago <fago@earthlink.net>
6475
6476 * configure.in: Try to link to functions only in mpfr 2.2.x
3de8da2a 6477 to improve robustness of configure tests.
e69bf64b 6478 * configure: Regenerate.
e14e622e 6479
a42f3b80
UB
64802007-01-09 Uros Bizjak <ubizjak@gmail.com>
6481
6482 * MAINTAINERS: Add myself as i386 maintainer.
6483
a36aee1a
JH
64842007-01-08 Jan Hubicka <jh@suse.cz>
6485
61fcaeef 6486 * MAINTAINERS: Add myself as i386 maintainer.
a36aee1a 6487
738a52d3
KT
64882007-01-08 Kai Tietz <kai.tietz@onevision.com>
6489
6490 * configure.in: Add support for an x86_64-mingw* target.
95af8923 6491 * configure: Regenerate.
738a52d3 6492
54fdc474
DJ
64932007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
6494
6495 * Makefile.tpl (all-target): Correct @if conditional for target
6496 modules.
6497 * configure.in: Omit libiberty if building only target libgcc.
6498 * configure, Makefile.in: Regenerated.
6499
3dd71726
PB
65002007-01-04 Paolo Bonzini <bonzini@gnu.org>
6501
dce2d8b2 6502 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3dd71726
PB
6503 * configure: Regenerate.
6504
fa958513
DJ
65052007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
6506
6507 * Makefile.def (target_modules): Add libgcc.
6508 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
6509 * Makefile.tpl (clean-target-libgcc): Delete.
6510 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
6511 on gcc even for bootstrapped modules. Rewrite handling of
6512 lang_env_dependencies to loop over target_modules.
6513 * configure.in (target_libraries): Add target-libgcc.
6514 * Makefile.in, configure: Regenerated.
6515
e1888513
PB
65162006-12-29 Paolo Bonzini <bonzini@gnu.org>
6517
6518 * configure.in: Reorganize recognition of languages. Add
6519 --enable-stage1-languages. Show supported languages for the chosen
6520 target rather than all recognized languages.
6521 * configure: Regenerate.
6522
53b88b73
PB
65232006-12-29 Paolo Bonzini <bonzini@gnu.org>
6524
6525 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
6526 * Makefile.in: Regenerate.
6527
a3993f33
KG
65282006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6529
6530 * configure.in: Warn that MPFR 2.2.0 is buggy.
6531 * configure: Regenerate.
6532
f063a9ed
ILT
65332006-12-27 Ian Lance Taylor <iant@google.com>
6534
6535 * configure.in: When removing Makefiles to force a reconfigure, also
6536 remove prev-DIR*/Makefile.
6537 * configure: Regenerate.
6538
af71363e
AS
65392006-12-22 Andreas Schwab <schwab@suse.de>
6540
6541 * configure: Regenerate with correct autoconf version.
6542
0b0dc272
AM
65432006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
6544
3de8da2a
UB
6545 * configure.in: add AC_SUBST for *_FOR_TARGET.
6546 * configure: Regenerate.
0b0dc272 6547
53b88b73
PB
65482006-12-19 Paolo Bonzini <bonzini@gnu.org>
6549
6550 * configure.in: Simplify logic for rejecting languages that cannot
6551 be built. Separate the case when a language is unsupported,
6552 from the case when the user chooses not to build a language.
6553
400ebff4
PB
65542006-12-19 Paolo Bonzini <bonzini@gnu.org>
6555
6556 * configure.in: Remove "$build" case for powerpc-*-darwin* since
6557 it only affects bootstrap and could be tested on "$host" as well.
6558 * configure: Regenerate.
6559 * config/mh-ppc-darwin: Add to the stage1 cflags here.
6560
8efea775
PB
65612006-12-19 Paolo Bonzini <bonzini@gnu.org>
6562
6563 PR bootstrap/29544
6564 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
6565 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
6566 move here comment from Makefile.tpl.
6567 * Makefile.tpl: Move some definitions higher in the file.
6568 (STAGE1_CHECKING): New.
6569 * configure.in: Add --enable-stage1-checking.
6570 * configure: Regenerate.
6571 * Makefile.in: Regenerate.
6572
ed88a7ed
PB
65732006-12-19 Paolo Bonzini <bonzini@gnu.org>
6574
6575 * MAINTAINERS: Add myself as build system maintainer.
6576
b65151d3
SM
65772006-12-15 Simon Martin <simartin@users.sourceforge.net>
6578
6579 * MAINTAINERS (Write After Approval): Add myself.
6580
7e050830
EC
65812006-12-13 Eric Christopher <echristo@apple.com>
6582
6583 * MAINTAINERS: Add myself as darwin maintainer.
6584
8b494895
ILT
65852006-12-11 Ian Lance Taylor <ian@airs.com>
6586
6587 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
6588
dce2d8b2 65892006-12-11 Joern Rennecke <joern.rennecke@arc.com>
0ff1416d
JR
6590
6591 MAINTAINERS: Update my entry.
6592
58e24147
AM
65932006-12-11 Alan Modra <amodra@bigpond.net.au>
6594
6595 * configure.in: Handle spu makefile frag.
58e24147
AM
6596 * Makefile.tpl (MAINT): Define
6597 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
6598 * configure: Regenerate.
6599 * Makefile.in: Regenerate.
6600
9b6f37a0
BE
66012006-12-11 Ben Elliston <bje@au.ibm.com>
6602
6603 * config.guess: Import latest version.
6604 * config.sub: Likewise.
6605
ea6f5c57
BE
66062006-12-11 Ben Elliston <bje@au.ibm.com>
6607
6608 * configure.in (spu-*-*): Don't skip target-libiberty.
6609 * configure: Regenerate.
6610
42c1cd8a
AT
66112006-12-10 Andreas Tobler <a.tobler@schweiz.org>
6612
6613 PR bootstrap/30134
6614 * configure.in: Correct x86 darwin support for libjava to powerpc
6615 and i?86 only.
6616 * configure: Regenerate.
6617
55eb837d
ST
66182006-12-08 Sandro Tolaini <tolaini@libero.it>
6619
6620 * configure.in: Add x86 darwin support for libjava.
6621 * configure: Regenerate.
6622
5bdacbc7
MS
66232006-12-07 Mike Stump <mrs@apple.com>
6624
6625 * Makefile.def (dependencies): Add dependency for
6626 install-target-libssp and install-target-libgomp on
6627 install-gcc.
6628 * Makefile.in: Regenerate.
6629
477d851c
RG
66302006-12-04 Richard Guenther <rguenther@suse.de>
6631
6632 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
6633 (Non-Algorithmic Maintainers): Move over non-algorithmic
6634 loop optimizer maintainers, add myself as a non-algorithmic
6635 middle-end maintainer.
6636
5d33d367
DF
66372006-12-04 Daniel Franke <franke.daniel@gmail.com>
6638
6639 * MAINTAINERS (Write After Approval): Add myself.
6640
dbee1fb3
KG
66412006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6642
6643 * configure.in: Update error message for missing GMP/MPFR.
6644
6645 * configure: Regenerate.
6646
b5147de7
KG
66472006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6648
6649 * configure.in: Update MPFR version in error message.
6650
6651 * configure: Regenerate.
6652
f019376c
KG
66532006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6654
6655 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
6656 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
6657 --with-gmp-lib): New flags.
6658
6659 * configure: Regenerate.
6660
91ed95ae
BM
66612006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
6662
6663 * MAINTAINERS (Write After Approval): Change my email address.
6664
3a971f15
MLI
66652006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6666
05170031 6667 * MAINTAINERS (Write After Approval): Add myself.
3a971f15 6668
dce2d8b2 66692006-11-22 Philipp Thomas <pth@suse.de>
431041ea
PT
6670
6671 * MAINTAINERS (i18n): Update e-mail address.
6672
df5487ee
TS
66732006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6674
6675 * MAINTAINERS (spu port): Add myself as maintainer.
6676 (Write After Approval): Remove myself.
6677
92c2f0ee
BE
66782006-11-22 Ben Elliston <bje@au.ibm.com>
6679
6680 * configure.in (skipdirs): Don't build libssp for SPU.
6681 * configure: Regenerate.
6682
a3b97199
AP
66832006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
6684
6685 * MAINTAINERS (spu port): Add myself as maintainer.
6686 (libobjc): Update my email address.
6687
0eb97064
AB
66882006-11-21 Andrea Bona <andrea.bona@st.com>
6689
6690 * MAINTAINERS (Write After Approval): Add myself.
6691
dce2d8b2 66922006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
85d9c13c
TS
6693
6694 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
6695 * configure : Rebuilt.
6696
dce2d8b2 66972006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6696f3cd
TS
6698
6699 * MAINTAINERS (Write After Approval): Add myself.
6700
d58542ea
AO
67012006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
6702
6703 * MAINTAINERS (Write After Approval): Add myself.
6704
a357b5ae
KG
67052006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6706
6707 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
6708 libmpfr.a.
6709 * configure: Regenerate.
6710
9bd6112c
PB
67112006-11-16 Paolo Bonzini <bonzini@gnu.org>
6712
6713 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
6714 (unstage): Test for stage_last presence.
6715
6716 PR bootstrap/29802
dce2d8b2
EB
6717 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
6718 STAGE_PREFIX.
9bd6112c
PB
6719 * Makefile.in: Regenerate.
6720
c8cf9f0f
ZD
67212003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
6722
6723 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
6724 maintainers.
6725
467b1fc6
ER
67262006-11-14 Erven Rohou <erven.rohou@st.com>
6727
6728 * MAINTAINERS (Write After Approval): Add myself.
6729
995a5697
PB
67302006-11-14 Paolo Bonzini <bonzini@gnu.org>
6731
6732 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
6733 and stageN-package/Makefile.
6734 * Makefile.in: Regenerated.
6735
c8d6d53e
JZ
67362006-11-14 Jie Zhang <jie.zhang@analog.com>
6737
6738 * configure.in: Remove target-libgloss from noconfigdirs for
6739 bfin-*-*.
6740 * configure: Regenerated.
6741
dffb147d
KG
67422006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6743
6744 * configure.in (have_gmp): Only error if the gcc directory exists.
7e050830 6745
dffb147d
KG
6746 * configure: Regenerate.
6747
ca558912
KG
67482006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6749
6750 * configure.in: Robustify error message for missing GMP/MPFR.
6751
6752 * configure: Regenerate.
6753
dce2d8b2 67542006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
7aa42285
SW
6755
6756 * MAINTAINERS (Write After Approval): Add myself.
6757
dce2d8b2 67582006-10-30 Uros Bizjak <ubizjak@gmail.com>
779958a2
UB
6759
6760 * MAINTAINERS: Change email address.
6761
91de1527
VP
67622006-10-30 Vladimir Prus <vladimir@codesourcery.com>
6763
6764 * MAINTAINERS (Write After Approval): Add myself.
6765
a3867703
PB
67662006-10-26 Peter Bergner <bergner@vnet.ibm.com>
6767
6768 * MAINTAINERS (Write After Approval): Add myself.
6769
b4364fa2
CL
67702006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
6771
7e050830 6772 * MAINTAINERS (Write After Approval): Move myself to
3de8da2a 6773 Write After Approval section.
b4364fa2 6774
70ec446f
KG
67752006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6776
6777 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
6778 need_gmp anymore.
6779 * configure: Regenerate.
6780
018c8d88
TB
67812006-10-16 Tobias Burnus <burnus@net-b.de>
6782
6783 * MAINTAINERS (Write After Approval): Add myself.
6784
f6a1687e
BE
67852006-10-16 Ben Elliston <bje@au.ibm.com>
6786
6787 * config.guess: Import latest version.
6788 * config.sub: Likewise.
6789
b5422ad7
BM
67902006-10-10 Brooks Moses <bmoses@stanford.edu>
6791
6792 * Makefile.def: Added pdf target handling.
6793 * Makefile.tpl: Added pdf target handling.
6794 * Makefile.in: Regenerated.
6795
bdcee471
CL
67962006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
6797
6798 * MAINTAINERS: Add self as score port maintainer.
6799
7d610414
BM
68002006-10-04 Brooks Moses <bmoses@stanford.edu>
6801
6802 * MAINTAINERS (Write After Approval): Add myself.
6803
e48d66a9
SK
68042006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
6805
7e050830 6806 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
e48d66a9
SK
6807 or newer.
6808 * configure: Regenerated.
6809
c394e891
DB
68102006-09-27 Dave Brolley <brolley@redhat.com>
6811
dce2d8b2
EB
6812 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
6813 using $s instead of $r.
c394e891
DB
6814 * configure: Regenerated.
6815
1ee4c5a0
TS
68162006-09-26 Thiemo Seufer <ths@mips.com>
6817
6818 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
6819 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
6820 * configure: Regenerate.
6821
dce2d8b2 68222006-09-24 Graeme Peterson <gridly@gmail.com>
5997afc3
GP
6823
6824 * MAINTAINERS (Write After Approval): Remove myself.
6825
0c502898
CF
68262006-09-22 Chao-ying Fu <fu@mips.com>
6827
6828 * MAINTAINERS (Write After Approval): Add myself.
6829
a7819e42
JM
68302006-09-10 Joseph S. Myers <joseph@codesourcery.com>
6831
6832 * MAINTAINERS: Add self as soft-fp maintainer.
6833
dce2d8b2 68342006-09-09 Anatoly Sokolov <aesok@post.ru>
a7819e42
JM
6835
6836 * MAINTAINERS: Add myself as avr maintainer.
6837 Remove Marek Michalkiewicz as avr maintainer.
827d0991 6838
e8288489
RC
68392006-09-07 Roberto Costa <roberto.costa@st.com>
6840
6841 * MAINTAINERS (Write After Approval): Add myself.
6842
b91f0a41
CV
68432006-08-30 Corinna Vinschen <corinna@vinschen.de>
6844
6845 * configure.in: Never build newlib for a Mingw host.
6846 Never build newlib as Mingw target library.
6847 Test the existence of winsup/cygwin for building a Cygwin newlib,
6848 rather than just winsup.
6849 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
6850 building a Mingw target.
6851 * configure: Regenerate.
6852
094c07a0
EB
68532006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
6854
6855 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
6856
8d1171cb
PB
68572006-07-25 Paolo Bonzini <bonzini@gnu.org>
6858
6859 * config.guess: Import from src (was more updated).
6860 * config.sub: Likewise.
6861
2e9e6f68
DJ
68622006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
6863
6864 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
6865 * configure: Regenerated.
6866
57255173
PB
68672006-07-18 Paolo Bonzini <bonzini@gnu.org>
6868
cc6010cd
AP
6869 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
6870 for stages after the first.
57255173 6871
9fbe6585
JJ
68722006-07-17 Jakub Jelinek <jakub@redhat.com>
6873
6874 * Makefile.def: Add dependencies for configure-opcodes
6875 on configure-intl and all-opcodes on all-intl.
6876 * Makefile.in: Regenerated.
6877
18c3f977
BE
68782006-07-13 Ben Elliston <bje@au.ibm.com>
6879
6880 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
6881
27b56ba6
PE
68822006-07-06 Paul Eggert <eggert@cs.ucla.edu>
6883
6884 Port to hosts whose 'sort' and 'tail' implementations
6885 treat operands with leading '+' as file names, as POSIX
6886 has required since 2001. However, make sure the code still
6887 works on pre-POSIX hosts.
6888 * ltmain.sh: Don't assume "sort +2" is equivalent to
6889 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
6890
ad6d4e43
UW
68912006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
6892
6893 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
6894
706601d9
PG
68952006-07-04 Peter O'Gorman <peter@pogma.com>
6896
6897 * ltconfig: chmod 644 before ranlib during install.
6898
0b50988a
EB
68992006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
6900
6901 PR bootstrap/18058
6902 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
6903 if the bootstrap compiler is a GCC version that supports it.
6904 * configure: Regenerate.
6905
b6348cb3
PB
69062006-07-03 Paolo Bonzini <bonzini@gnu.org>
6907
95695ad3 6908 * configure.in: Fix thinkos in previous check-in.
b6348cb3
PB
6909 * configure: Regenerate.
6910
1546bb64
PB
69112006-07-03 Paolo Bonzini <bonzini@gnu.org>
6912
6913 PR other/27063
6914 * configure.in: Test subdir_requires and give an appropriate
6915 error message.
6916 * configure: Regenerate.
6917
5cb6c629
AJH
69182006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
6919
6920 * MAINTAINERS (Write After Approval): Add myself.
6921
f4d8cdf8
JDA
69222006-06-22 John David Anglin <dave.anglin@nrc.ca>
6923
6924 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6925
4fe5abb7
SE
69262006-06-22 Steve Ellcey <sje@cup.hp.com>
6927
6928 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6929
2a79fd67
DA
69302006-06-20 David Ayers <d.ayers@inode.at>
6931
6932 PR bootstrap/28072
6933 * configure.in: Add target-boehm-gc to noconfigdirs depending on
6934 whether target-libjava is being configured instead of whether the
6935 java front end is enabled.
6936 * configure: Regenerate.
7e050830 6937
04879af3
RO
69382006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6939
6940 PR target/27540
6941 * configure.in: Only enable libgomp on IRIX 6.
6942 * configure: Regenerate.
6943
ec6c7392
PB
69442006-06-15 Paolo Bonzini <bonzini@gnu.org>
6945
6946 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
6947 too.
6948 * Makefile.in: Regenerate.
6949
12973d7a
DD
69502006-06-13 Jeff Johnston <jjohnstn@redhat.com>
6951
6952 * config-ml.in: Alter CCASFLAGS to include special
6953 multilib options the same as is done for CFLAGS.
6954
c67ed86a
JDA
69552006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6956
6957 * configure.in: Don't enable libgomp on hpux10.
6958 * configure: Rebuilt.
6959
cb253473
DA
69602006-06-12 David Ayers <d.ayers@inode.at>
6961
6962 PR bootstrap/27963
6963 PR target/19970
7e050830 6964 * configure.in: Remove target-boehm-gc from noconfigdirs where
cb253473
DA
6965 ${libgcj} is specified.
6966 * configure: Regenerate.
7e050830 6967
dce2d8b2 69682006-06-06 Carlos O'Donell <carlos@codesourcery.com>
32845532
CD
6969
6970 Sync from src:
7e050830
EC
6971
6972 * configure.in: Sync.
32845532 6973 * configure: Regenerated.
7e050830 6974
32845532
CD
6975 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
6976
6977 * Makefile.def: Added dependencies from sim and gdb on intl, and
6978 added configure dependencies to everything with an all dependency
6979 on intl.
6980 * Makefile.in: Regenerated.
6981
7cd0cf9c
DA
69822006-06-06 David Ayers <d.ayers@inode.at>
6983
6984 PR libobjc/13946
6985 * Makefile.def: Add dependencies for libobjc which boehm-gc.
6986 * Makefile.in: Regenerate.
6987 * configure.in: Add --enable-objc-gc at toplevel and have it
6988 enable boehm-gc for Objective-C.
6989 Remove target-boehm-gc from libgcj.
6990 Add target-boehm-gc to target_libraries.
6991 Add target-boehm-gc to noconfigdirs where ${libgcj}
6992 is specified.
6993 Assert that boehm-gc is supported when requested for Objective-C.
6994 Only build boehm-gc if needed either for Java or Objective-C.
6995 * configure: Regenerate.
7e050830 6996
3ff3adad
PB
69972006-06-05 Paolo Bonzini <bonzini@gnu.org>
6998
6999 PR 27674
7000 * Makefile.tpl (configure-[+prefix+][+module+],
7001 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
7002 Remove rule to unstage bootstrapped modules.
7003 (stage_current): New.
7004 * Makefile.in: Regenerate.
7005
898e551d
LB
70062006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
7007
7008 * MAINTAINERS (Write After Approval): Update my e-mail address.
7009
ea60341e
MS
70102006-06-01 Mark Shinwell <shinwell@codesourcery.com>
7011
7012 * include/libiberty.h: Declare pex_run_in_environment.
7013
222ae291
AL
70142006-05-31 Asher Langton <langton2@llnl.gov>
7015
7016 * MAINTAINERS (Write After Approval): Add myself.
898e551d 7017
e9a54b07
PB
70182006-05-25 Paolo Bonzini <bonzini@gnu.org>
7019
7020 * Makefile.def (bfd, opcodes): Fix lib_path.
7021 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
7022 (restrap): Move under "@if gcc-bootstrap". Fix typo.
7023 * Makefile.in: Regenerate.
7024
03e67131
CD
70252006-05-24 Carlos O'Donell <carlos@codesourcery.com>
7026
7027 * Makefile.in: Regenerate.
7028
65d6e994
CD
70292006-05-24 Carlos O'Donell <carlos@codesourcery.com>
7030
7031 * Makefile.def: Add install-html target. Add datarootdir
7032 docdir and htmldir to flags_to_pass.
7033 * Makefile.tpl: Add install-html target.
7034 * Makefile.in: Regenerate.
7035 * configure.in: Add --with-datarootdir, --with-docdir, and
7036 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
7037 * configure: Regenerate.
7038
9e299237
MS
70392006-05-24 Mark Shinwell <shinwell@codesourcery.com>
7040
7041 * configure.in: Enable gprof for cross builds.
7042 * configure: Regenerate.
7043
c31202cd
RG
70442006-05-22 Richard Guenther <rguenther@suse.de>
7045
7046 Revert
7047 2006-01-31 Richard Guenther <rguenther@suse.de>
7048 Paolo Bonzini <bonzini@gnu.org>
7049
7050 * Makefile.def (target_modules): Add libgcc-math target module.
7051 * configure.in (target_libraries): Add libgcc-math target library.
7052 (--enable-libgcc-math): New configure switch.
7053 * Makefile.in: Re-generate.
7054 * configure: Re-generate.
7055 * libgcc-math: New toplevel directory.
7056
2a332582
JDA
70572006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7058 Andreas Tobler <a.tobler@schweiz.ch>
7059
7060 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
7061 * configure: Rebuilt.
7062
dce2d8b2 70632006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7e050830 7064
ccce6917
SL
7065 * MAINTAINERS (Write After Approval): Add myself.
7066
ed606bc0
DD
70672006-05-01 DJ Delorie <dj@redhat.com>
7068
3d8f47a0 7069 * configure.in: Restore CFLAGS if GMP isn't present.
ed606bc0
DD
7070 * configure: Regenerate.
7071
9386bd20
RG
70722006-05-01 Richard Guenther <rguenther@suse.de>
7073
7074 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
7075 maintainer.
7076
dce2d8b2 70772006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
7b3bd503
KZ
7078
7079 * MAINTAINERS (Write After Approval): Add myself.
7080
87ceee72
JB
70812006-04-28 Jan Beulich <jbeulich@novell.com>
7082
7083 * MAINTAINERS (Write After Approval): Add myself.
7084
e88a2c09
DD
70852006-04-18 DJ Delorie <dj@redhat.com>
7086
7087 * configure.in (m32c): Build libstdc++-v3. Pass flags to
7088 reference libgloss so that libssp can be built in a combined
7089 tree.
7090 * configure: Regenerate.
7091
675f0a8a
RM
70922006-04-08 Robert Millan <rmh@gcc.gnu.org>
7093
7094 * MAINTAINERS (Write After Approval): Add myself.
7095
27b6c940
BE
70962006-04-05 Ben Elliston <bje@au.ibm.com>
7097
7098 * configure.in: Require makeinfo 4.4 or higher.
7099 * configure: Regenerate.
7100
687b17d4
GP
71012006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
7102
7103 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
7104 Rearrange the entries of other libraries to have them in one place.
7105
906ac235
JB
71062006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
7107
7e050830 7108 * MAINTAINERS (Write After Approval): Remove myself.
906ac235
JB
7109 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7110
fb0103e5
RG
71112006-03-14 Richard Guenther <rguenther@suse.de>
7112
7113 * configure: Regenerate with autoconf 2.13.
7114
17237f6b
JB
71152006-03-13 Jim Blandy <jimb@codesourcery.com>
7116
7117 * MAINTAINERS: Use my work address.
bed31434
JB
7118
7119 * MAINTAINERS: Update my E-mail address.
7120
27079765
AH
71212006-03-10 Aldy Hernandez <aldyh@redhat.com>
7122
7123 * configure.in: Handle --disable-<component> generically.
7124 * configure: Regenerate.
7125
54a17039
L
71262006-03-01 H.J. Lu <hongjiu.lu@intel.com>
7127
7128 PR libgcj/17311
7129 * ltmain.sh: Don't use "$finalize_rpath" for compile.
7130
b9bd11ca
EE
71312006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
7132
7133 * MAINTAINERS (Write After Approval): Remove myself.
7134 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7135
dce2d8b2 71362006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
e9a54b07 7137
072b06f2
RE
7138 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
7139 (TARGET_CONFIGDIRS): Remove.
7140 * configure.in: Remove AC_SUBST(target_configdirs).
7141 * Makefile.in, configure: Regenerated.
ee2312f3 7142
936e1a35
SK
71432006-02-20 Steven G. Kargl <kargls@comcast.net>
7144
7145 * MAINTAINERS (Write After Approval): Remove myself.
7146 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7147
cc11cc9b
PB
71482006-02-20 Paolo Bonzini <bonzini@gnu.org>
7149
7150 PR bootstrap/25670
7151
7152 * Makefile.tpl ([+compare-target+]): Print explanation messages.
7153
7154 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
7155 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
7156 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
7157 BUILD_PREFIX, BUILD_PREFIX_1.
7158 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
7159
7160 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
7161 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
7162
7163 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
7164 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
7165 of `cat stage_current`. Always provide the `r' and `s' variables.
7166 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
7167 a single shell execution.
7168 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
7169 bootstrapped modules, make the stage1 module if the build was not
7170 started yet, else build the current stage.
7171 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
7172 (all-build, all-host, all-target, [+make_target+]-host,
7173 [+make_target+]-target): Do not use \-continued lines.
7174 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
7175 (current_stage, restrap, stage_last): New.
7176
7177 * Makefile.in: Regenerate.
7178 * configure: Regenerate.
7179
63a7c9ef
BD
71802006-02-19 Bud Davis <jmdavis@link.com>
7181
7182 * MAINTAINERS (Write After Approval): Remove myself.
7183 (Language Front End Maintainers): Add myself as fortran 95
7184 maintainer and update e-mail address.
7185
a3543e3a
FXC
71862006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
7187
7188 * MAINTAINERS (Write After Approval): Remove myself.
7189 (Language Front End Maintainers): Add myself as fortran 95
7190 maintainer.
7191
ca5b1d2c
VK
71922006-02-16 Victor Kaplansky <victork@il.ibm.com>
7193
7194 * MAINTAINERS (Write After Approval): Add myself.
7195
0499513f
TK
71962006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
7197
7198 * MAINTAINERS (Write After Approval): Remove myself.
7199 (Language Front End Maintainers): Add myself as
7200 fortran 95 maintainer.
7201
d1f8db0c
PB
72022006-02-14 Paolo Bonzini <bonzini@gnu.org>
7203
7204 Sync from src:
7205
7206 2005-12-27 Leif Ekblad <leif@rdos.net>
7207
cc6010cd
AP
7208 * configure.in: Add support for RDOS target.
7209 * configure: Regenerate.
d1f8db0c
PB
7210
72112006-02-14 Paolo Bonzini <bonzini@gnu.org>
3de8da2a 7212 Andreas Schwab <schwab@suse.de>
d1f8db0c 7213
cc6010cd 7214 * configure: Regenerate.
d1f8db0c 7215
cac90078
DE
72162006-02-12 David Edelsohn <edelsohn@gnu.org>
7217
7218 * configure.in (enable_libgomp): Add AIX.
7219 * configure: Regenerate.
7220
bd37fbf5
MK
72212006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
7222
7223 * MAINTAINERS (Write After Approval): Add myself.
7e050830 7224
23027b7a
LM
72252006-02-03 Lee Millward <lee.millward@gmail.com>
7226
7227 * MAINTAINERS (Write After Approval): Add myself.
7e050830 7228
0058967b
RG
72292006-01-31 Richard Guenther <rguenther@suse.de>
7230 Paolo Bonzini <bonzini@gnu.org>
7231
7232 * Makefile.def (target_modules): Add libgcc-math target module.
7233 * configure.in (target_libraries): Add libgcc-math target library.
7234 (--enable-libgcc-math): New configure switch.
7235 * Makefile.in: Re-generate.
7236 * configure: Re-generate.
7237 * libgcc-math: New toplevel directory.
7238
e8b05380
PB
72392006-01-26 Paolo Bonzini <bonzini@gnu.org>
7240
7241 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
7242 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
7243 the assembler, linker and binutils.
7244 * configure: Regenerate.
7245
d54d5437
DM
72462006-01-22 Dirk Mueller <dmueller@suse.de>
7247
7248 * MAINTAINERS (Write After Approval): Add myself.
7249
670cbfcf
DN
72502006-01-20 Diego Novillo <dnovillo@redhat.com>
7251
7252 * configure: Regenerate.
7253
953ff289
DN
72542006-01-18 Richard Henderson <rth@redhat.com>
7255 Jakub Jelinek <jakub@redhat.com>
7256 Diego Novillo <dnovillo@redhat.com>
7257
7258 * libgomp: New directory.
7259 * Makefile.def: Add target_module libgomp.
7260 * Makefile.in: Regenerate.
7261 * configure.in (target_libraries): Add target-libgomp.
7262 * configure: Regenerate.
7263
32ce4048
AO
72642006-01-05 Alexandre Oliva <aoliva@redhat.com>
7265
7266 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
7267 @ from continuation.
7268 * Makefile.in: Rebuilt.
7269
0eaf8e17 72702006-01-04 Chris Lattner <sabre@gnu.org>
a9210574 7271
c76c0c83
CL
7272 * MAINTAINERS (Write After Approval): Add myself.
7273
2d309510
PB
72742006-01-04 Paolo Bonzini <bonzini@gnu.org>
7275
7276 PR bootstrap/24252
7277
7278 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
7279 * Makefile.tpl (OBJDUMP): New.
7280 (EXTRA_HOST_FLAGS): Add it.
7281 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
7282
953ff289
DN
7283 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
7284 to use symbolic links between directories. Avoid race conditions
7285 or make them harmless.
7286 * configure.in: Do not try to use symbolic links between directories.
2d309510
PB
7287
7288 * Makefile.def (LEAN): Pass.
7289 * Makefile.tpl (LEAN): Define.
7290 (stage[+id+]-start): Accept that the previous directory does not
7291 exist, if the bootstrap is lean.
7292 (stage[+id+]-bubble): Invoke lean bootstrap commands after
7293 stage[+id+]-start. Use a makefile variable and an `if' instead of a
7294 configure substitution.
7295 ([+compare-target+]): Likewise.
7296 ([+bootstrap-target+]-lean): New.
7297 * configure.in: Remove lean bootstrap support from here.
7298
953ff289
DN
7299 * Makefile.in: Regenerate.
7300 * configure: Regenerate.
2d309510 7301
368872c3
BE
73022006-01-04 Ben Elliston <bje@au.ibm.com>
7303
7304 * MAINTAINERS (libdecnumber): Add myself.
7305
d79e6356
MM
73062006-01-02 Mark Mitchell <mark@codesourcery.com>
7307
7308 * libtool-ldflags: New script.
7309
a6fbc1e2
AS
73102006-01-02 Andreas Schwab <schwab@suse.de>
7311
7312 * configure.in: When reconfiguring remove Makefile in
7313 all stage directories.
7314 * configure: Regenerate.
7315
103a4b39
SB
73162005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
7317
7318 * MAINTAINERS: Update my email address.
7319
212f829c
PB
73202005-12-20 Paolo Bonzini <bonzini@gnu.org>
7321
7322 Revert Ada-related part of the previous change.
7323
7324 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
7325 Do not pass.
7326 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
7327 * Makefile.in: Regenerate.
7328 * configure.in: Do not include mt-ppc-aix target fragment.
7329 * configure: Regenerate.
7330
8ef1f2df
PB
73312005-12-19 Paolo Bonzini <bonzini@gnu.org>
7332
7333 * configure.in: Select appropriate fragments for PowerPC/AIX.
7334 * configure: Regenerate.
7335
7336 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
7337 BOOT_CFLAGS, BOOT_LDFLAGS.
7338 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
7339 BOOT_CFLAGS, BOOT_LDFLAGS.
7340 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
7341 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
7342 (stage): Fail if we cannot complete the work.
7343 * Makefile.in: Regenerate.
7344
ab34901f
NS
73452005-12-16 Nathan Sidwell <nathan@codesourcery.com>
7346
7347 * configure.in: Replace ms1 with mt.
7348 * configure: Rebuilt.
7349
cbe82f21
BM
73502005-12-15 Bryce McKinlay <mckinlay@redhat.com>
7351
7352 * MAINTAINERS: Update my email address.
7353
19843472
PB
73542005-12-15 Paolo Bonzini <bonzini@gnu.org>
7355
7356 * Makefile.tpl (all, do-[+make_target+], do-check, install,
7357 install-host-nogcc): Don't invoke $(stage) at the end.
7358 * Makefile.in: Regenerate.
7359
1ca26cd2
PB
73602005-12-14 Paolo Bonzini <bonzini@gnu.org>
7361
7362 * configure.in: Flip the top-level bootstrap switch.
7363 * configure: Regenerate.
7364
f41d6665
DJ
73652005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
7366
7367 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
7368 $(stage) and $(unstage).
7369 (EXTRA_TARGET_FLAGS): Correct double-quoting.
7370 (all): Remove stray semicolon.
7371 (local-distclean): Don't handle multilib.tmp and multilib.out.
7372 (install.all): Set $s for consistency.
7373 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
7374 check_multilibs setting. Always make the install directory.
7375 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
7376 Correct @if/@endif.
7377 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
7378 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
7379 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
7380 (multilib.out): Remove.
7381 * Makefile.in: Regenerated.
7382
dce2d8b2 73832005-12-12 Carlos O'Donell <carlos@codesourcery.com>
9174b3cf
CD
7384
7385 * MAINTAINERS (Write After Approval): Add myself.
7386
64f182bd
NS
73872005-12-12 Nathan Sidwell <nathan@codesourcery.com>
7388
121b2cee
NS
7389 * MAINTAINERS: Add myself as mt maintainer.
7390
64f182bd
NS
7391 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
7392
a6d63770
AN
73932005-12-06 Adam Nemet <anemet@caviumnetworks.com>
7394
7395 * MAINTAINERS: Change email address.
7396
2abefe3d
PB
73972005-12-05 Paolo Bonzini <bonzini@gnu.org>
7398
7399 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
7400 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
7401 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
7402 Find in-tree tools if available.
7403 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
7404 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
7405 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
7406 (COMPILER_*_FOR_TARGET): New.
7407 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
7408 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
7409 (CONFIGURED_*, USUAL_*): Remove.
7410 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
7411 STRIP): Use autoconf substitutions.
7412 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
7413 COMPILER_NM_FOR_TARGET): New.
7414 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
7415
7416 (all): Make all-host and all-target in parallel.
7417 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
7418 that $$r and $$s are set before invoking a recursive make.
7419 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
7420 ([+bootstrap-target+]): Inline most of the `all' target.
7421
2f3bdde7
BE
74222005-11-29 Ben Elliston <bje@au.ibm.com>
7423
7424 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
7425 from the gcc build directory.
7426 * Makefile.in: Regenerate.
7427
a4b6c45a
BE
74282005-11-29 Ben Elliston <bje@au.ibm.com>
7429
7430 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
7431 depend on all-libdecnumber.
7432 * configure.in (host_libs): Include libdecnumber.
7433 * Makefile.in: Regenerate.
7434 * configure: Likewise.
7435
473a74b9
BE
74362005-11-29 Ben Elliston <bje@au.ibm.com>
7437
7438 * libdecnumber: Import decNumber sources from the dfp-branch.
7439
b4623110
KJ
74402005-11-21 Kean Johnston <jkj@sco.com>
7441
7442 * config.sub, config.guess: Sync from upstream sources.
7443
67dc1785
BE
74442005-11-21 Ben Elliston <bje@au.ibm.com>
7445
7446 Import from Autoconf sources:
7447
7448 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
7449 * config/move-if-change: Don't output "$2 is unchanged";
7450 suggested by Ben Elliston. Handle weird characters correctly.
7451
186abafe
AT
74522005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
7453
7454 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
7455 to match upstream libtool for darwin.
7456
ef9db8d5
DJ
74572005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
7458
7459 * Makefile.def: Remove gdb dependencies for gdbtk.
7460 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
7461 (configure-gdb, install-gdb): New rules.
7462 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
7463 * Makefile.in, configure: Regenerated.
7464
9c5141ab
JB
74652005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
7466
7467 * MAINTAINERS (Write After Approval): Add myself.
7468
4523d51b
EE
74692005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
7470
7471 * MAINTAINERS (Write After Approval): Add myself.
7472
086b011c
DN
74732005-10-24 Diego Novillo <dnovillo@redhat.com>
7474
7475 * MAINTAINERS (alias analysis): Add Daniel Berlin and
7476 Diego Novillo.
7477
e7c84bf8
PB
74782005-10-22 Paolo Bonzini <bonzini@gnu.org>
7479
7480 PR bootstrap/24297
7481 * Makefile.tpl (do-[+make-target+], do-check, install,
7482 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
7483 are set before recursing.
7484 * Makefile.in: Regenerate.
7485
b88a7564
EB
74862005-10-20 Eric Botcazou <ebotcazou@adacore.com>
7487
7488 PR bootstrap/18939
7489 * Makefile.def (gcc) <target>: Fix thinko.
7490 * Makefile.in: Regenerate.
7491
61efc800
BS
74922005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
7493
7494 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
7495 * configure: Regenerate.
7496
f53d2869
JZ
74972005-10-15 Jie Zhang <jie.zhang@analog.com>
7498
7499 * MAINTAINERS (Write After Approval): Add self.
7500
077fc835
KH
75012005-10-08 Kazu Hirata <kazu@codesourcery.com>
7502
7503 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
7504 target-libffi, target-qthreads, target-libjava, and
7505 targetlibobjc.
7506 * configure: Regenerate.
7507
d739199a
DJ
75082005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
7509
7510 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
7511 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
7512 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
7513 (USUAL_OBJDUMP_FOR_TARGET): New.
7514 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
7515 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 7516 * configure, Makefile.in: Regenerated.
d739199a 7517
db38c6bb
PB
75182005-10-05 Paolo Bonzini <bonzini@gnu.org>
7519
7520 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
7521 before other host packages.
7522
3015564c
KK
75232005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
7524
7525 * MAINTAINERS: Add self as sh libraries/configury maintainer.
7526
1061f99e
PB
75272005-10-05 Paolo Bonzini <bonzini@gnu.org>
7528
7529 PR bootstrap/22340
7530
7531 * configure.in (default_target): Remove.
7532 * Makefile.tpl (all): Do not use prerequisites as subroutines
7533 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
7534 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
7535 use prerequisites as subroutines.
7536 (check-host, check-target): New.
7537 (bootstrap configure & all targets): Do not use stage*-start
7538 if the directory layout is already ok.
7539 (non-bootstrap configure & all targets): Prepend a $(unstage).
7540 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
7541 (NOTPARALLEL): Remove.
7542 (unstage, stage variables): New variables.
7543 (unstage, stage targets): Simply expand to those variables.
7544
7545 * configure: Regenerate.
7546 * Makefile.in: Regenerate.
7547
4a9c436f
JW
75482005-10-04 James E Wilson <wilson@specifix.com>
7549
7550 * Makefile.def (lang_env_dependencies): Add libmudflap.
7551 * Makefile.in: Regenerate.
7552
37150080
AS
75532005-10-03 Andreas Schwab <schwab@suse.de>
7554
7555 Backport from libtool CVS:
7556 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
7557
7558 * ltmain.sh: add support for installing into temporary
7559 staging area (e.g. 'make install DESTDIR=...')
7560
39d16468
L
75612005-10-03 H.J. Lu <hongjiu.lu@intel.com>
7562
7563 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
7564 * configure: Regenerated.
7565
72a7ab82
AP
75662005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
7567
7568 * configure: Regenerate with the correct
7569 autoconf version.
7570
6b65a26d
CM
75712005-09-30 Catherine Moore <clm@cm00re.com>
7572
7573 * configure.in (bfin-*-*): New.
7574 * configure: Regenerated.
7575
040b1c5a
GK
75762005-09-28 Geoffrey Keating <geoffk@apple.com>
7577
7578 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
7579 (LIPO_FOR_TARGET): New.
7580 (CONFIGURED_LIPO_FOR_TARGET): New.
7581 (USUAL_LIPO_FOR_TARGET): New.
7582 (STRIP_FOR_TARGET): New.
7583 (CONFIGURED_STRIP_FOR_TARGET): New.
7584 (USUAL_STRIP_FOR_TARGET): New.
7585 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
7586 STRIP_FOR_TARGET.
7587 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
7588 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
7589 * Makefile.in: Regenerate.
7590 * configure: Regenerate.
7e050830 7591
3a3c28db
DE
75922005-09-19 David Edelsohn <edelsohn@gnu.org>
7593
7594 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
7595 (rs6000-*-aix*): Same.
7596 * configure: Regenerate.
7597
2749a921
TT
75982005-09-16 Tom Tromey <tromey@redhat.com>
7599
7600 * MAINTAINERS: Add self as java maintainer.
7601
7f26dfa3
FXC
76022005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
7603
7604 * configure.in: Recognize f95 in the --enable-languages option,
7605 and substitute it for fortran, issuing a warning.
7606 * configure: Regenerate.
7607
d8852c4f
PE
76082005-08-30 Phil Edwards <phil@codesourcery.com>
7609
7610 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
7611 * configure: Regenerated.
7612
ad685e81
AH
76132005-08-22 Aldy Hernandez <aldyh@redhat.com>
7614
7615 * MAINTAINERS: Add self as ms1 maintainer.
7616
b00d752c
RE
76172005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
7618
7619 * Makefile.def (libssp): Add to lang_env_dependencies.
7620 * Makefile.in: Regenerate.
7621
9ed8fb9b
ILT
76222005-08-18 Ian Lance Taylor <ian@airs.com>
7623
7624 * MAINTAINERS: Add myself as middle-end maintainer.
7625
0f029d39
CG
76262005-08-17 Christian Groessler <chris@groessler.org>
7627
7628 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
7629 * Makefile.in: Regenerate.
7630
81087874
AK
76312005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
7632
7633 * MAINTAINERS (write after approval): Added myself.
7634
6a134f1c
MR
76352005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
7636
7637 * MAINTAINERS (Write After Approval): Add myself.
7638
2693c0b0
PB
76392005-08-12 Paolo Bonzini <bonzini@gnu.org>
7640
7641 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
7642 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
7643 Look for alternate names of the target cc and c++
7644 * configure: Regenerate.
7645
4de997d1
PB
76462005-08-08 Paolo Bonzini <bonzini@gnu.org>
7647
7648 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7649 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
7650 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
7651 tools; remove code to manually set them.
7652 (Target tools): Look in the environment for them.
7653 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7654 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
7655 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
7656 build directory.
7657 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
7658 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
7659 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
7660 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7661 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
7662 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
7663 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
7664 * configure: Regenerate.
7665 * Makefile.in: Regenerate.
7666
b089e33a
BE
76672005-07-28 Ben Elliston <bje@au.ibm.com>
7668
7669 * MAINTAINERS: Update for removed CPU targets.
7670
e3791243
MM
76712005-07-27 Mark Mitchell <mark@codesourcery.com>
7672
7673 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7e050830 7674 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
e3791243
MM
7675 * Makefile.in: Regenerated.
7676
526635cb
MM
76772005-07-26 Mark Mitchell <mark@codesourcery.com>
7678
7679 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
7680 (CFLAGS_FOR_TARGET): Use it.
7681 (CXXFLAGS_FOR_TARGET): Likewise.
7682 * Makefile.in: Regenerated.
7683 * configure.in (--with-build-sysroot): New option.
7684 * configure: Regenerated.
7685
19791f70
PB
76862005-07-24 Paolo Bonzini <bonzini@gnu.org>
7687
7688 * Makefile.tpl: Wrap install between unstage and stage
7689 * Makefile.in: Regenerate.
7690
35f5a23f
EC
76912005-07-21 Eric Christopher <echristo@apple.com>
7692
7693 * MAINTAINERS: Update affiliation.
7694
ff3ddf15
PW
76952005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
7696
7697 * MAINTAINERS: Add self as crx port maintainer.
7698
3a664c1c
DD
76992005-07-20 DJ Delorie <dj@redhat.com>
7700
7701 * MAINTAINERS: Add self as m32c maintainer.
7702
539df155
KC
77032005-07-16 Kelley Cook <kcook@gcc.gnu.org>
7704
7705 * all files: Update FSF address.
7706
be9c593a
EC
77072005-07-15 Eric Christopher <echristo@redhat.com>
7708
7709 * MAINTAINERS: Change affiliation.
7710
fd7ea4ab
JB
77112005-07-14 Jim Blandy <jimb@redhat.com>
7712
7713 * configure.in: Add cases for Renesas m32c.
7714 * configure: Regenerated.
7e050830 7715
0063a823
KC
77162005-07-14 Kelley Cook <kcook@gcc.gnu.org>
7717
d0ca130a
KC
7718 * COPYING.LIB: Update from fsf.org.
7719
77202005-07-14 Kelley Cook <kcook@gcc.gnu.org>
7721
7722 * COPYING, compile, config.guess,
0063a823
KC
7723 config.sub, install-sh, missing, mkinstalldirs,
7724 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 7725 * config-ml.in: Update FSF address.
0063a823 7726
a8ba31f2
EC
77272005-07-13 Eric Christopher <echristo@redhat.com>
7728
7729 * configure.in: Add toplevel noconfigdir support for tpf.
7730 * configure: Regenerate.
7731
5bea4a03
PB
77322005-07-11 Paolo Bonzini <bonzini@gnu.org>
7733
7734 PR ada/22340
7735
7736 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
7737 * Makefile.in: Regenerate.
7738
284bdbbd
MM
77392005-07-07 Mark Mitchell <mark@codesourcery.com>
7740
7741 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7e050830 7742 Brolley to write-after-approval.
284bdbbd 7743
452190fb
AS
77442005-07-07 Andreas Schwab <schwab@suse.de>
7745
7746 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
7747 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
7748 * Makefile.in: Regenerated.
7749
9c8f9ec2
GK
77502005-07-06 Geoffrey Keating <geoffk@apple.com>
7751
7752 * configure.in: Don't build sim or rda when targetting darwin.
7753 * configure: Regenerate.
7754
ef0087a7
KH
77552005-07-06 Kazu Hirata <kazu@codesourcery.com>
7756
7757 * configure.in: Add --enable-libssp and --disable-libssp.
7758 * configure: Regenerate with autoconf-2.13.
7759
77008252
JJ
77602005-07-02 Jakub Jelinek <jakub@redhat.com>
7761
7762 * Makefile.def (target_modules): Add libssp.
7763 * configure.in (target_libraries): Add target-libssp.
7764 * configure: Rebuilt.
7765 * Makefile.in: Rebuilt.
7766
a04eae1b
ZW
77672005-07-01 Zack Weinberg <zackw@panix.com>
7768
7769 * MAINTAINERS: Change email address. Resign from maintainership.
7770
948884cd
RG
77712005-07-01 Richard Guenther <rguenther@suse.de>
7772
7773 * MAINTAINERS: Change my e-mail address and affiliation.
7774
c7870f5d
PB
77752005-06-22 Paolo Bonzini <bonzini@gnu.org>
7776
7777 * Makefile.def (stagefeedback): Come after profile.
7778 Define profiledbootstrap target.
7779 * Makefile.tpl (profiledbootstrap): Remove.
7780 (stageprofile-end): Zap stagefeedback.
7781 (stagefeedback-start): Copy all .gcda files, not only GCC's.
7782 * Makefile.in: Regenerate.
7783
ab99519a
RS
77842005-06-13 Richard Sandiford <richard@codesourcery.com>
7785
7786 * MAINTAINERS: Update my email address.
7787
f610dd5f
ZW
77882005-06-13 Zack Weinberg <zack@codesourcery.com>
7789
7790 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
7791 In 'cpp' stanza, support '#line' as well as '# '.
7792
71bc2a83
AS
77932005-06-08 Andreas Schwab <schwab@suse.de>
7794
7795 * MAINTAINERS: Move myself from 'Write After Approval' to
7796 'CPU Port Maintainers' section as m68k maintainer.
7797
4fab7234
HPN
77982005-06-07 Hans-Peter Nilsson <hp@axis.com>
7799
7800 * configure.in (unsupported_languages): New macro.
7801 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
7802 non-ported target libraries in noconfigdirs.
7803 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
7804 non-linux-gnu. Remove libgcj_ex_libffi.
cc6010cd 7805 <lang_frag loop>: Set add_this_lang=no if the language is in
4fab7234
HPN
7806 unsupported_languages.
7807 * configure: Regenerate.
7808
68193f9b
TS
78092005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
7810
7811 * configure.in: Fix typo in handling of --with-mpfr-dir.
7812 * configure: Regenerate.
7813
f26f6b8d
RS
78142005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
7815
7816 * MAINTAINERS: Update my email address.
7817
ba4853f8
JB
78182005-06-02 Jim Blandy <jimb@redhat.com>
7819
7820 * config.sub: Add cases for the Renesas m32c. (This patch has been
7821 accepted into the master sources.)
7822
79dd769c 78232005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
7824 Michael Snyder <msnyder@redhat.com>
7825 Stan Cox <scox@redhat.com>
79dd769c 7826
f610dd5f 7827 * configure.in: Set noconfigdirs for ms1.
79dd769c 7828
f610dd5f 7829 * configure: Regenerate.
79dd769c 7830
d29e107f
JD
78312005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
7832
7833 * MAINTAINERS (Write After Approval): Add self.
7834
e93196c3
JC
78352005-06-01 Josh Conner <jconner@apple.com>
7836
7837 * MAINTAINERS (Write After Approval): Add self.
7838
ae263c7a
KH
78392005-06-01 Kazu Hirata <kazu@codesourcery.com>
7840
7841 * MAINTAINERS: Update my email address.
7842
585b3aa3
ZM
78432005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
7844
7845 * MAINTAINERS (Write After Approval): Add self.
7846
4930c50b
CD
78472005-05-26 Chris Demetriou <cgd@broadcom.com>
7848
7849 * MAINTAINERS (Write After Approval): Remove self.
7850
2dfbef6d
PB
78512005-05-25 Paolo Bonzini <bonzini@gnu.org>
7852
7853 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
7854 (Dependencies): Consider target modules for bootstrap dependencies.
7855 Make target bootstrap modules depend on each stage's gcc.
7856 * Makefile.in: Regenerate.
7857
bcb28cf5
PB
78582005-05-20 Paolo Bonzini <bonzini@gnu.org>
7859
7860 * Makefile.def (configure-gcc): Depend on binutils having been built.
7861 (all-gcc): No need to do it here.
7862 * Makefile.in: Regenerate.
7863
0cf085e4
PB
78642005-05-19 Paul Brook <paul@codesourcery.com>
7865
f610dd5f 7866 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
7867 language cannot be built.
7868 * configure: Regenerate.
7869
dfb2c39a
DJ
78702005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7871
7872 * ylwrap: Import from Automake 1.9.5.
7873
771aaa92
DU
78742005-05-13 David Ung <davidu@mips.com>
7875
7876 * MAINTAINERS (Write After Approval): Add self.
7877
3ac9bd58
MS
78782005-05-09 Mike Stump <mrs@apple.com>
7879
7880 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
7881 lt_cv_sys_max_cmd_len for now.
f610dd5f 7882
f77a5578
SC
78832005-05-09 Stan Cox <scox@redhat.com>
7884
7885 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
7886
795e36e5
MK
78872005-05-08 Matt Kraai <kraai@ftbfs.org>
7888
7889 * README.SCO: Update the URL.
7890
c9392a2b
DE
78912005-05-05 David Edelsohn <edelsohn@gnu.org>
7892
7893 * ltconfig: Define file_list_spec. Pass file_list_spec and
7894 with_gnu_ld to libtool.
7895 * ltcf-c.sh (aix[45]): Define file_list_spec.
7896 * ltcf-cxx.sh (aix[45]): Same.
7897 * ltcf-gcj.sh (aix[45]): Same.
7898 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
7899 exists, write list of input files to temporary file.
7900
bebcd931
MS
79012005-05-04 Mike Stump <mrs@apple.com>
7902
7903 * configure.in: Always pass --target to target configures as
7904 otherwise rebuilds that do --recheck will fail.
7905 * confiugure: Rebuilt.
7906
ce406537
PB
79072005-05-04 Paolo Bonzini <bonzini@gnu.org>
7908
7909 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
7910 STAGE_HOST_EXPORTS.
7911 (configure, all): Add bootstrap support.
7912 (Host modules, target modules): Pass post-stage1 flags and exports.
7913 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
7914 * Makefile.in: Regenerate.
7915
aa9dcfc4
PB
79162005-04-29 Paolo Bonzini <bonzini@gnu.org>
7917
7918 * configure: Regenerate.
7919
b6f9abcf
MS
79202005-04-27 Mike Stump <mrs@apple.com>
7921
7922 * MAINTAINERS: Add self as darwin maintainer.
7923
acb217cb
BS
79242005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
7925
7926 * config.sub: Update from master copy.
7927
b6dae270
MS
79282005-04-21 Mike Stump <mrs@apple.com>
7929
7930 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
7931 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
7932
c2e0d3a9
HPN
79332005-04-19 Hans-Peter Nilsson <hp@axis.com>
7934
7935 * configure.in <crisv32-*-*, cris-*-*>: New local variable
7936 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
7937 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
7938 "*-*-elf" and "*-*-linux*".
7939 * configure: Regenerate.
7940
871ae772
JM
79412005-04-14 Joseph S. Myers <joseph@codesourcery.com>
7942
7943 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
7944
bf070c29
MS
79452005-04-12 Mike Stump <mrs@apple.com>
7946
7947 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
7948
e865b6f7
TK
79492005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
7950
7951 * MAINTAINERS (Write After Approval): Add myself.
7952
7b71ad7f
BS
79532005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
7954
7955 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
7956
25b42232
PB
79572005-04-06 Paolo Bonzini <bonzini@gnu.org>
7958
f610dd5f 7959 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
7960 (TARGET_CONFIGARGS): Include --with-target-subdir.
7961 (configure, all): New macros. Use them throughout.
7962 * Makefile.in: Regenerate.
7963
d727c624
JG
79642005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
7965
7966 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 7967
fff72cc4
ZD
79682005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7969
7970 * MAINTAINERS: Remove 'loop unrolling' maintainer.
7971
86472dc3
GP
79722005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
7973
7974 * MAINTAINERS: Move John Carr to Write After Approval.
7975
dce2d8b2 79762005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5d0f90e5
R
7977
7978 * config/mh-mingw32: Delete.
7979 * configure.in: Don't use it.
7980 * configure: Regenerate.
7981
33da42bc
PB
79822005-03-31 Paolo Bonzini <bonzini@gnu.org>
7983
7984 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
7985 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
dce2d8b2 7986 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
33da42bc
PB
7987 (HOST_LIB_PATH): Generate from Makefile.def.
7988 (TARGET_LIB_PATH): Likewise.
7989 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
7990 * Makefile.in: Regenerate.
7991 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
7992 (RPATH_ENVVAR): Include Darwin case.
7993 * configure: Regenerate.
7994
15cc1841
TF
79952005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
7996
7997 * MAINTAINERS (Various Maintainers): Remove self.
7998 (Write After Approval): Add self.
7999
6a8c79d5
TF
80002005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
8001
8002 * MAINTAINERS (Various Maintainers): Add self.
8003
256f7136
PB
80042005-03-25 Paolo Bonzini <bonzini@gnu.org>
8005
8006 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
8007 * configure: Regenerate.
8008
191dd2c9
ZW
80092005-03-21 Zack Weinberg <zack@codesourcery.com>
8010
8011 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
8012 gcc_version, and gcc_version_trigger from set of flags to pass.
8013 * Makefile.tpl: Remove definitions of above variables.
8014 (config.status): Remove dependency on $(gcc_version_trigger).
8015 * Makefile.in: Regenerate.
8016 * configure.in: Do not reference config/gcc-version.m4 nor
8017 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
8018 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
8019 * configure: Regenerate.
8020
ef6e9bc0 80212005-03-16 Manfred Hollstein <manfred.h@gmx.net>
dce2d8b2 8022 Andrew Pinski <pinskia@physics.uc.edu>
ef6e9bc0
MH
8023
8024 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
8025 * Makefile.in: Regenerate.
8026
009bbd5a
FW
80272005-03-13 Feng Wang <fengwang@nudt.edu.cn>
8028
8029 * MAINTAINERS (Write After Approval): Add myself.
8030
09f8755b
DA
80312005-03-03 David Ayers <d.ayers@inode.at>
8032
8033 * MAINTAINERS (Write After Approval): Add myself.
8034
e73ed25c
AO
80352005-03-01 Alexandre Oliva <aoliva@redhat.com>
8036
8037 PR libgcj/20160
8038 * ltmain.sh: Avoid creating archives with components that have
8039 duplicate basenames.
8040
ace9ac7b
AP
80412005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
8042
8043 PR bootstrap/20250
8044 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
8045 instead of check.
8046 * Makefile.in: Regenerate.
8047
c9db9354
PB
80482005-02-28 Paolo Bonzini <bonzini@gnu.org>
8049
8050 * Makefile.in: Regenerate to fix conflict between the previous two
8051 patches.
8052
215c351a
PB
80532005-02-28 Paolo Bonzini <bonzini@gnu.org>
8054
8055 PR bootstrap/17383
8056 * Makefile.def (target_modules): Remove "stage", now unnecessary.
8057 * Makefile.tpl (HOST_SUBDIR): New substitution.
8058 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
8059 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8060 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
8061 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
8062 (Host modules, Bootstrapped modules): Use it.
8063 (Build modules, Target modules): Do not create symlink trees,
8064 always configure out-of-srcdir.
8065 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
8066 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
8067 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
8068 $(HOST_SUBDIR). Create a symlink for host_subdir.
8069
8070 * Makefile.in: Regenerate.
8071 * configure: Regenerate.
8072
5395b47b
NN
80732005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8074
8075 Merged from libada-gnattools-branch:
8076 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
8077
8078 * gnattools: New directory.
8079 * Makefile.def: Add gnattools as a module, depending on target-libada.
8080 * Makefile.in: Regenerate.
8081 * configure.in: Include gnattools in host_tools; disable it if ada
8082 is disabled.
8083 * configure: Regenerate.
8084
ca2cc05c
JM
80852005-02-24 James A. Morrison <phython@gcc.gnu.org>
8086
8087 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
8088 treelang maintainer.
8089 (Write After Approval): Remove myself.
8090
d2f3024f
PS
80912005-02-23 Paul Schlie <schlie@comcast.net>
8092
8093 * configure.in: Allow darwin targeted ports to build tk, itcl and
8094 libgui.
8095 * configure: Regenerate.
8096
bba5e0ca
EB
80972005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
8098
8099 PR libgcj/10353
8100 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
8101 * configure: Regenerate.
8102
70132ce7
SK
81032005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
8104
8105 * MAINTAINERS (Write After Approval): Add myself.
8106
20f0edca
ILT
81072005-02-10 Ian Lance Taylor <ian@airs.com>
8108
8109 * MAINTAINERS: Update my e-mail address.
8110
e64e5109
RG
81112005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
8112
8113 * MAINTAINERS (Write After Approval): Add myself.
8114
40d64b5a
HPN
81152005-01-29 Hans-Peter Nilsson <hp@axis.com>
8116
8117 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
8118 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
8119 target-libgloss when not *-*-elf and *-*-aout.
8120 * configure: Regenerate.
8121
54a12711
KH
81222005-01-23 Kazu Hirata <kazu@cs.umass.edu>
8123
8124 * MAINTAINERS: Remove obsolete entries.
8125
0aa99dbb
KH
8126 * MAINTAINERS (Write After Approval): Add Michael Matz.
8127
2b009f5f
NB
81282005-01-19 Neil Booth <neil@daikokuya.co.uk>
8129
8130 * MAINTAINERS: Remove self as cpplib maintainer.
8131
385870f5
KC
81322005-01-17 Kelley Cook <kcook@gcc.gnu.org>
8133
8134 * install-sh, config.sub: Import from upstream.
8135
e7daab31
KC
81362005-01-17 Kelley Cook <kcook@gcc.gnu.org>
8137
8138 PR bootstrap/18222
8139 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
8140 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
8141 * Makefile.in: Regenerate.
8142
e6003f4d
JT
81432005-01-16 Jason Thorpe <thorpej@netbsd.org>
8144
8145 * MAINTAINERS: Update my email address.
8146
145e2972 81472005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 8148 Andreas Schwab <schwab@suse.de>
145e2972
DE
8149
8150 PR bootstrap/18033
8151 * config-ml.in: Eval option if surrounded by single quotes.
8152
86c7e0da
PB
81532005-01-03 Paolo Bonzini <bonzini@gnu.org>
8154
8155 Revert 2004-12-28 Makefile changes, a better fix will be
8156 applied to mainline and src after GCC 4.0 branches.
8157
3224a22f
PB
81582004-12-28 Paolo Bonzini <bonzini@gnu.org>
8159
8160 PR bootstrap/17383
8161
8162 * Makefile.def (target_modules): Remove stage parameter,
8163 it is always true now.
8164 * Makefile.tpl (configure-build-[+module+],
8165 configure-target-[+module+]): Always build symlink tree
8166 for the directory and for include. BUILD_SUBDIR and
8167 TARGET_SUBDIR cannot be . anymore.
8168 * Makefile.in: Regenerate.
8169
aaf51ca2
DE
81702004-12-25 David Edelsohn <edelsohn@gnu.org>
8171
8172 Revert 2004-12-08 Makefile changes.
8173
4e32e454
DS
81742004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
8175
8176 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
8177 cygwin, mingw.
8178
669f01d8
AS
81792004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
8180
8181 * configure.in (sh64-*-*): Reenable gprof.
8182 * configure: Regenerate.
8183
1b227ee0
DE
81842004-12-08 David Edelsohn <edelsohn@gnu.org>
8185
8186 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
8187 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
8188 (EXTRA_TARGET_FLAGS): Add PICFLAG.
8189 * Makefile.in: Regenerate.
8190
ce5e944c
CF
81912004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
8192
8193 * MAINTAINERS: Update my email address.
8194
893f1e87
MK
81952004-12-07 Matt Kraai <kraai@ftbfs.org>
8196
8197 * Makefile.tpl: Generate normal dependencies if the LHS module is
8198 not bootstrapped.
8199 * Makefile.in: Regenerate.
8200
bb59c339
RS
82012004-12-03 Richard Sandiford <rsandifo@redhat.com>
8202
8203 * configure.in: Include config/gxx-include-dir.m4. Use
8204 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
8205 * configure: Regenerate.
8206
4982adbe
RS
82072004-12-03 Richard Sandiford <rsandifo@redhat.com>
8208
8209 * config.if: Delete.
8210 * configure.in: Set libstdcxx_incdir directly.
8211 * configure: Regenerate.
8212
05750653
EC
82132004-12-02 Eric Christopher <echristo@redhat.com>
8214
8215 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
8216 * Makefile.in: Regenerate.
8217
5fef1dbd
RS
82182004-12-02 Richard Sandiford <rsandifo@redhat.com>
8219
8220 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
8221 * configure: Regenerate.
8222
afabd8e6
RS
82232004-12-02 Richard Sandiford <rsandifo@redhat.com>
8224
8225 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
8226 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
8227 * configure: Regenerate.
8228
78716e86
EC
82292004-12-01 Eric Christopher <echristo@redhat.com>
8230
8231 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
8232 of things to remove.
8233
57ab8ba9
MK
82342004-11-29 Matt Kraai <kraai@ftbfs.org>
8235
8236 * MAINTAINERS (Write After Approval): Update my e-mail address.
8237
2539bffe
KC
82382004-11-29 Kelley Cook <kcook@gcc.gnu.org>
8239
8240 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
8241 from CVS libtool to always pass_all.
8242
3e732ba0
JDA
82432004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8244
8245 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
8246 (hppa*64*-*-*): Delete incorrect comment.
8247 * configure: Rebuilt.
8248
767f726e
KC
82492004-11-24 Kelley Cook <kcook@gcc.gnu.org>
8250
8251 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
8252
2c92e90f
KC
82532004-11-24 Kelley Cook <kcook@gcc.gnu.org>
8254
8255 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
8256 from CVS libtool to always pass_all.
8257
32f84e48
KC
82582004-11-15 Kelley Cook <kcook@gcc.gnu.org>
8259
8260 * install-sh, compile: Import from automake.
8261
9587be8a
KC
82622004-11-15 Kelley Cook <kcook@gcc.gnu.org>
8263
8264 * config.guess, config.sub: Import from savannnah.
8265
04e81808 82662004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
8267
8268 * MAINTAINERS (Write After Approval): Add myself
8269
f87a2b2e
MS
82702004-11-12 Mike Stump <mrs@apple.com>
8271
8272 * Makefile.def: Add html support.
8273 * Makefile.tpl: Likewise.
8274 * Makefile.in: Regenerate.
8275
848556c2
GK
82762004-11-11 Geoffrey Keating <geoffk@apple.com>
8277
556f03c4
GK
8278 PR 18423
8279 * configure.in: Remove all instances of build-fixincludes from
8280 noconfigdirs.
8281 (build_configargs): Supply --target to subdirectories.
8282 * configure: Regenerate.
8283
848556c2
GK
8284 * Makefile.def: Make gcc install depend on fixincludes install.
8285 * Makefile.in: Regenerate.
8286
9e5712a5
JJ
82872004-11-10 Janis Johnson <janis187@us.ibm.com>
8288
8289 * MAINTAINERS: Add myself as gcc testsuite maintainer.
8290
4ef509c0
PB
82912004-11-11 Paul Brook <paul@codesourcery.com>
8292
8293 * MAINTAINERS: Add self as arm maintainer. Update email address.
8294
20d11df6
HPN
82952004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
8296
8297 * configure.in (noconfigdirs) [mmix-*-*]: Disable
8298 target-libgfortran.
79fd8592 8299 * configure: Regenerate.
20d11df6 8300
68c70f15
DE
83012004-11-07 David Edelsohn <edelsohn@gnu.org>
8302
8303 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
8304 like CC.
8305
54f88091
PB
83062004-11-05 Paolo Bonzini <bonzini@gnu.org>
8307
8308 * Makefile.def (host fixincludes): Specify missing targets.
8309 * Makefile.in: Regenerate.
8310
6866abb8
RC
83112004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
8312
8313 * MAINTAINERS: Add myself
8314
83f62578
GL
83152004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
8316
8317 * MAINTAINERS (Write After Approval): Add myself.
8318
53c7ffe7
GK
83192004-11-04 Geoffrey Keating <geoffk@apple.com>
8320
8321 * Makefile.def: Build fixincludes for the host, too.
8322 * Makefile.in: Regenerate.
8323 * configure.in (host_tools): Add fixincludes.
8324 * configure: Regenerate.
8325
ac8b3d9d
DJ
83262004-11-04 Daniel Jacobowitz <dan@debian.org>
8327
8328 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
8329 * configure: Regenerated.
8330
bab37580
L
83312004-11-04 H.J. Lu <hongjiu.lu@intel.com>
8332
8333 PR other/17783
8334 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
8335 * configure: Regenerated.
8336
db1de713
MM
83372004-10-31 Mark Mitchell <mark@codesourcery.com>
8338
8339 * README.SCO: Update per FSF instructions.
8340
a827e21a
EW
83412004-10-28 Eric B. Weddington <ericw@evcohs.com>
8342
8343 PR target/18151
8344 * configure.in (case ${target}): Do not build fixincludes for avr.
8345 * configure: Regenerated.
8346
9d069a4f
PB
83472004-10-26 Paolo Bonzini <bonzini@gnu.org>
8348
8349 * configure.in (case ${target}): Do not build fixincludes
8350 on platforms where it is not used.
8351 * configure: Regenerated.
8352
fc45f3fe
DJ
83532004-10-23 Daniel Jacobowitz <dan@debian.org>
8354
8355 * configure.in: Use an absolute path to install-sh.
8356 * configure: Regenerated.
8357
36554b92
AL
83582004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
8359
8360 * MAINTAINERS (Write After Approval): Add myself.
8361
88e9994a
KH
83622004-10-19 Kazu Hirata <kazu@cs.umass.edu>
8363
8364 * MAINTAINERS: Remove from Write After Approval those that are
8365 already maintainers.
8366
ad02a944
SP
83672004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
8368
8369 * MAINTAINERS: Update my email address.
8370
c8e6cd41
KC
83712004-10-12 Kelley Cook <kcook@gcc.gnu.org>
8372
8373 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
8374 * configure: Regenerate.
8375
dce2d8b2 83762004-10-07 J"orn Rennecke <joern.rennecke@st.com>
ebe55024
R
8377
8378 * MAINTAINERS: Update my email address.
8379
a8b0957e
KH
83802004-10-07 Kazu Hirata <kazu@cs.umass.edu>
8381
8382 * MAINTAINERS (Language Front Ends Maintainers): New. Move
8383 entries belonging to this category.
8384
96836f61
JZ
83852004-10-06 Josef Zlomek <josef.zlomek@email.cz>
8386
8387 * MAINTAINERS: Update my e-mail address.
8388
7e0b5752
PB
83892004-10-06 Paolo Bonzini <bonzini@gnu.org>
8390
8391 Fix wrong conflict resolution in:
8392
8393 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
8394
8395 * Makefile.in: Regenerate.
8396 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8397 in the recursive `make', instead of hardwiring `all'.
8398 (Autogenerated TARGET-* variables): New.
8399
370f7a47
TL
84002004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
8401
8402 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 8403 * configure: Regenerate.
370f7a47 8404
13e5d623
KH
84052004-10-04 Kazu Hirata <kazu@cs.umass.edu>
8406
8407 * MAINTAINERS (Various Maintainers): Move the "windows,
8408 cygwin, mingw" maintainer to ...
8409 (OS Port Maintainers): ... here.
8410
a6497c1b
KH
84112004-10-04 Kazu Hirata <kazu@cs.umass.edu>
8412
8413 * MAINTAINERS (Write After Approval): Remove those that are
8414 maintainers of some subsystem.
8415
1abb828a
D
84162004-10-02 P.J. Darcy <darcypj@us.ibm.com>
8417
8418 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
8419 * ltcf-cxx.sh (tpf*): Likewise.
8420 * ltconfig (tpf*): Add TPF OS configuration support.
8421
16d1338d
BS
84222004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
8423
8424 * MAINTAINERS: Change my email address to my new work account.
8425
9082a750
MR
84262004-09-24 Michael Roth <mroth@nessie.de>
8427
8428 * configure.in (--without-headers): Add missing double quotes.
8429 * configure: Regenerate.
8430
dce2d8b2 84312004-09-24 Kelley Cook <kcook@gcc.gnu.org>
07a8bdf8
KC
8432
8433 * ylwrap: Revert to previous version.
8434
4c4a5bbc
L
84352004-09-23 H.J. Lu <hongjiu.lu@intel.com>
8436
8437 PR bootstrap/17369
8438 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
8439 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
8440 SET_GCC_LIB_PATH_CMD.
8441 (BASE_TARGET_EXPORTS): Likewise.
8442 * Makefile.in: Regenerated.
8443
8444 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
8445 * configure: Regenerated.
8446
85f59630
KC
84472004-09-23 Kelley Cook <kcook@gcc.gnu.org>
8448
8449 * config.guess: New upstream version
8450 * compile, depcomp, install-sh, ylwrap: Likewise.
8451
95c53c62
RS
84522004-09-19 Roger Sayle <roger@eyesopen.com>
8453
8454 * config/mh-x86omitfp: New host makefile fragment. Add
8455 -fomit-frame-pointer to the default BOOT_CFLAGS.
8456 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
8457 * configure: Regenerate.
8458
0a1c093b
AP
84592004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
8460
8461 PR target/11572
8462 * configure.in (*-*-darwin*): Renable libobjc.
8463 * configure: Regenerate.
8464
315fcf97
NS
84652004-09-10 Nathan Sidwell <nathan@codesourcery.com>
8466
8467 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
8468
0a050485 84692004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 8470
0a050485
DB
8471 * Makefile.def: Remove libbanshee.
8472 * Makefile.tpl: Ditto.
8473 * configure.in: Ditto.
8474 * Makefile.in: Regen.
8475 * configure: Ditto.
8476
5f4a098e
DE
84772004-09-08 David Edelsohn <edelsohn@gnu.org>
8478
8479 * ltmain.sh: Use $pic_object as $non_pic_object if
8480 $non_pic_object=none.
8481
32b2511f
PB
84822004-09-07 Paolo Bonzini <bonzini@gnu.org>
8483
8484 * missing: Import latest version from master repository.
8485
fc4d0e82
NC
84862004-09-06 Nick Clifton <nickc@redhat.com>
8487
8488 * config.sub: Import latest version from master repository.
8489 * config.guess: Likewise.
8490 This includes these changes:
78716e86 8491
fc4d0e82
NC
8492 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
8493
8494 * config.sub: Handle crisv32, alias etraxfs.
8495 * config.guess (crisv32:Linux:*:*): Handle.
8496
8497 2004-08-13 Brad Smith <brad@comstyle.com>
8498
8499 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
8500 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
8501
8502 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
8503
8504 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
8505 assume the processor is a powerpc. This is because coreutils
8506 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
8507 in this case, due to a MacOS X bug that causes
8508 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
8509 to return a negative number.
8510 Problem reported by Petter Reinholdtsen in:
8511 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
8512
8513 2004-07-19 Ben Elliston <bje@gnu.org>
8514
8515 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
8516
8517 2004-06-24 Ben Elliston <bje@gnu.org>
8518
8519 * config.guess: Update copyright years.
8520 * config.sub: Likewise.
8521
8522 2004-06-22 Robert Millan <robertmh@gnu.org>
8523
8524 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
8525 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
8526
8527 2004-06-22 Stanley F. Quayle <stan@stanq.com>
8528
8529 * config.guess (*:*VMS:*:*): New entry. Replaces
8530 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
8531 manufacturer.
8532
8533 2004-06-22 Ben Elliston <bje@gnu.org>
8534
8535 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
8536 * config.sub: Likewise.
8537
8538 2004-06-22 Ben Elliston <bje@gnu.org>
8539
8540 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
8541 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
8542
8543 2004-06-11 Ben Elliston <bje@gnu.org>
8544
8545 * config.guess (pegasos:OpenBSD:*:*): Remove.
8546
8547 2004-06-11 Ben Elliston <bje@gnu.org>
8548
8549 From Wouter Verhelst <wouter@grep.be>:
8550 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
8551
8552 2004-06-11 Ben Elliston <bje@gnu.org>
8553
8554 * config.guess (luna88k:OpenBSD:*:*): New.
8555
8556 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
8557
8558 * config.guess (m32r*:Linux:*:*): New case.
8559 * config.sub: Handle m32rle.
8560
8561 2004-03-12 Ben Elliston <bje@wasabisystems.com>
8562
8563 From Jens Petersen <petersen@redhat.com>:
8564 * config.sub: Handle sparcv8.
8565
8566 2004-03-03 Ben Elliston <bje@wasabisystems.com>
8567
8568 From Tom Smith <smith@cag.lkg.hp.com>:
8569 * config.guess: Version suffixes are equally significant on Tru64
8570 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
8571 prefix of "P" (patched kernel).
8572
8573 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
8574
8575 * config.sub: Add support for National Semiconductor CRX target.
8576
2f4cc6bf
JJ
85772004-09-03 Janis Johnson <janis187@us.ibm.com>
8578
8579 * MAINTAINERS (Various Maintainers): Remove myself as web page
8580 maintainer, add myself as maintainer of build status lists.
8581
61fec9ff
JB
85822004-09-03 Jan Beulich <jbeulich@novell.com>
8583
8584 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
8585 *-*-netware, but add target-libmudflap.
8586 Consolidate *-*-netware targets (of which really only i?86 exists)
8587 into a single entry.
8588 * configure: Likewise.
8589
45f366ab
PB
85902004-09-01 Paolo Bonzini <bonzini@gnu.org>
8591
8592 * Makefile.tpl (sorry): Remove.
8593 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
8594 (cleanstrap targets): Depend on distclean, not distclean-stage1.
8595 (do-clean): Clean per-stage directories too.
8596 (do-distclean): Run distclean-stage1 too.
8597 (.NOTPARALLEL): Enable during toplevel bootstrap.
8598 (stage[+id+]-bubble): Enable parallel execution during
8599 the recursive invocation.
8600 * Makefile.in: Regenerate.
8601
8602 Fix previous checkin:
8603
8604 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
8605 include.
8606 * configure.in: Fix indentation.
8607 * configure: Regenerate.
8608
dce2d8b2 86092004-08-31 Robert Bowdidge <bowdidge@apple.com>
be8fff81 8610
45f366ab
PB
8611 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
8612 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
8613 * configure: regenerate
78716e86 8614 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 8615 -mdynamic-no-pic
be8fff81 8616
71b5d516
PB
86172004-08-31 Paolo Bonzini <bonzini@gnu.org>
8618
8619 * Makefile.def (build_modules): Add fixincludes.
8620 (dependencies): Make gcc depend on fixincludes.
8621 * configure.in (build_tools): Add fixincludes.
8622 (build_configdirs): Always include build_libs.
8623 * Makefile.in: Regenerate.
8624 * configure: Regenerate.
8625
86262004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
8627
8628 * Makefile.def (bootstrap stages): Add 'lean' parameter.
8629 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
8630 phony targets; do not generate timestamp files.
8631 (distclean-stageN): Remove references to their timestamp files.
8632 (restageN, touch-stageN): Remove.
8633 (stageN-bubble): Rewritten.
8634 (compare): Support lean bootstraps.
8635 * Makefile.in: Regenerate.
8636
8637 * configure.in: Only warn when bootstrapping but
8638 build != host or build != target. Support lean bootstraps.
8639 * configure: Regenerate.
8640
ce7cbbb0
PE
86412004-08-26 Phil Edwards <phil@codesourcery.com>
8642
8643 * configure.in: Give a better error message if GMP/MPFR are missing
8644 and a language needing them has been requested.
8645 * configure: Regenerated.
8646
9c71a529
PE
86472004-08-25 Phil Edwards <phil@codesourcery.com>
8648
8649 * configure.in: Print a list of available language front-ends if
8650 a requested one is missing. Tidy stray tab characters.
8651 * configure: Regenerated.
8652
e3f92d3b
MK
86532004-08-19 Michael Koch <konqueror@gmx.de>
8654
8655 * gcc/doc/install.texi: Update entry about automake for libjava.
8656
c3f84f61
RM
86572004-08-17 Robert Millan <robertmh@gnu.org>
8658
8659 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
8660 (instead of FreeBSD).
8661 * configure: Regenerate.
8662
7c27e184
PB
86632004-08-16 Paolo Bonzini <bonzini@gnu.org>
8664
8665 * Makefile.in: Regenerate.
8666 * configure: Regenerate.
8667
8668 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
8669 stage_*_flags.
8670 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
8671 for bootstrapped modules if toplevel bootstrap is going.
8672 (GCC bootstrap): Generate per-stage targets for all bootstrapped
8673 modules. Adjust for changes in Makefile.def. Enable several
8674 rules even in non-bootstrap mode, just to avoid peppering the
8675 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
8676 (stage-[+prev+]-bubble): Remove.
8677
8678 * Makefile.def (Dependencies): Depend on all-build-bison,
8679 all-build-flex, all-build-byacc, all-build-texinfo, rather
8680 than the host variations.
8681 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
8682 with BUILD_SUBDIR.
8683 (BISON): Update for recent Bisons.
8684 (YACC): Fix typo.
8685 (cross): Depend on all-build.
8686 (all): Do not depend on all-build.
8687 (prebootstrap): Remove.
8688 (dep-kind): Accept separate prefixes for MODULE and ON variables.
8689 (Prebootstrap dependencies): Add them to the per-stage targets
8690 and to all-prebootstrap.
8691 * configure.in (build_configdirs): Always enable build_tools.
8692 (BUILD_DIR_PREFIX): Remove.
8693
8694 * Makefile.def (gcc): Add target variable.
8695 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
8696 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8697 in the recursive `make', instead of hardwiring `all'.
8698 (Autogenerated TARGET-* variables): New.
8699
20f3bb80
BB
87002004-08-13 Brian Booth <bbooth@redhat.com>
8701
8702 * MAINTAINERS: Remove myself from write-after-approval.
8703
b5be499d
NN
87042004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
8705
8706 * src-release: Stop distributing mmalloc with gdb (which doesn't
8707 use it).
8708 * Makefile.def: GDB doesn't depend on mmalloc anymore.
8709 * Makefile.in: Regenerate.
8710
b3f8d95d
MM
87112004-08-09 Mark Mitchell <mark@codesourcery.com>
8712
8713 * configure.in (arm*-*-eabi*): New target.
8714 * configure: Regenerate.
8715
3589b69e
PB
87162004-08-06 Paolo Bonzini <bonzini@gnu.org>
8717
8718 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
8719 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
8720 (Dependencies): New section.
8721 * Makefile.tpl (Dependencies): Generate from Makefile.def.
8722 (configure-target-[+module+]): Depend on maybe-all-gcc
8723 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
8724 (toplevel profiledbootstrap): Fix dependencies.
8725 * Makefile.in: Regenerate.
8726
972974fc
MM
87272004-08-03 Mark Mitchell <mark@codesourcery.com>
8728
8729 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
8730 target-libiberty to noconfigdirs.
8731 * configure: Regenerate.
8732
bebf829d
PB
87332004-08-03 Paul Brook <paul@codesourcery.com>
8734
8735 * configure.in: Check for MPFR as well as GMP.
8736 * configure: Regenerate.
8737
98a5bb3b
RM
87382004-08-01 Robert Millan <robertmh@gnu.org>
8739
8740 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
8741 libmudflap for all GNU-based systems (with Glibc).
8742 * configure: Regenerate.
8743
dce2d8b2 87442004-08-03 Paolo Bonzini <bonzini@gnu.org>
d32ab992
PB
8745
8746 * Makefile.def (host-modules): Add gcc.
8747 * Makefile.in: Regenerate.
8748 * Makefile.tpl (sorry): New rule.
8749 (configure-host, all-host, [+make_target+]-host, do-check,
8750 install-host): Do not add gcc as a special case.
8751 (host modules): Add a small special-casing for gcc. Export
8752 extra_make_flags through the environment.
8753 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
8754 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
8755 other recursive targets for gcc): Remove.
8756
8757 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
8758 (stage, unstage): New rules.
8759 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
8760 distclean-stage[+id+]): Use stage_current.
8761 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
8762 the stage*-start rules.
8763
aeb732c1
GK
87642004-08-02 Geoffrey Keating <geoffk@apple.com>
8765
8766 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
8767 use -all_load flag.
8768
25b656e7
PB
87692004-08-02 Paolo Bonzini <bonzini@gnu.org>
8770
8771 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
8772 * configure: Regenerate.
8773
cc440d71
TM
87742004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
8775
8776 * maintainer-scripts/gcc_release: Revert yesterday's change.
8777
270e140b
SB
87782004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
8779
8780 * MAINTAINERS: Add myself to write-after-approval.
8781
3e4035f8
TM
87822004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
8783
8784 * libf2c: Removed.
8785 * gcc/gccbug.in: Updated because of libf2c removal.
8786 * maintainer-scripts/gcc_release: Ditto.
8787
dce2d8b2 87882004-07-09 Loren J. Rittle <ljrittle@acm.org>
a3e8d8b4
LR
8789
8790 * configure.in: Build libmudflap by default on FreeBSD.
8791 * configure: Regenerated.
8792
dfcada9a
MM
87932004-07-09 Mark Mitchell <mark@codesourcery.com>
8794
8795 * configure.in: Do not build libmudflap by default on non-GNU/Linux
8796 systems.
8797 * configure: Regenerated.
8798
dce2d8b2 87992004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3922b216
JDA
8800
8801 PR target/16344
8802 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
8803 feedback based compiler.
8804 * Makefile.in: Rebuilt.
8805
95bcca47
AO
88062004-07-08 Alexandre Oliva <aoliva@redhat.com>
8807
8808 * Makefile.def (host_modules): Set bootstrap=true for flex.
8809 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
8810 * Makefile.in: Rebuilt.
8811
051822f6
JH
88122004-07-07 Jan Hubicka <jh@suse.cz>
8813
8814 * MAINTAINERS: Add self as a profile feedback maintainer.
8815
7b61653a
PE
88162004-07-05 Phil Edwards <phil@codesourcery.com>
8817
8818 * configure.in: Do not prepend $srcdir to /dev/null in
8819 makefile fragments.
8820 * configure: Regenerate.
8821
23f6b2f9
PB
88222004-07-01 Paolo Bonzini <bonzini@gnu.org>
8823
8824 * Makefile.def (build_modules): Add bison, byacc, flex,
8825 m4, texinfo.
8826 (flags_to_pass): Add FLEX.
8827 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
8828 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
8829 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
8830 DEFAULT_MAKEINFO): Remove.
8831 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
8832 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
8833 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
8834 objdir or else use configured tool.
8835 (all-build): New.
8836 (all): Depend on it.
8837 (Build module dependencies): Add.
8838 * Makefile.in: Regenerate.
8839 * configure.in: Better support for multiple build modules,
8840 matching what is done for host/target modules. Do not look
8841 for "plausible" locations of build tools if Canadian cross.
8842 Use autoconf's AC_PROG_CC to find a C compiler. Define
8843 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
8844 * configure: Regenerate.
78716e86 8845
1c020272
PB
88462004-06-22 Paolo Bonzini <bonzini@gnu.org>
8847
8848 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
8849 * Makefile.in: Regenerate.
8850
a52a0a7f
PB
88512004-06-22 Paolo Bonzini <bonzini@gnu.org>
8852
8853 * Makefile.tpl (configure-build-[+module+],
8854 configure-[+module+], configure-target-[+module+]): Pass
8855 [+extra_configure_args+].
8856 (all-build-[+module+], all-[+module+], check-[+module+],
8857 install-[+module+], [+make_target+]-[+module+],
8858 all-target-[+module+], check-target-[+module+],
8859 install-target-[+module+], [+make_target+]-target-[+module+]):
8860 Pass [+extra_make_args+].
8861 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
8862 (GCC_HOST_EXPORTS): Remove.
8863 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
8864 cross, check-gcc, check-gcc-c++, install-gcc,
8865 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
8866 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
8867 * Makefile.in: Regenerate.
8868
ccde3f1a
MS
88692004-06-21 Matthew Sachs <msachs@apple.com>
8870
8871 * MAINTAINERS: Added self to write-after-approval.
8872
6264b0a6
CF
88732004-06-21 Christopher Faylor <cgf@alum.bu.edu>
8874
8875 * configure.in: Check for srcdir/winsup rather than build directory
8876 winsup.
8877 * configure: Regenerate.
8878
801e2270
CV
88792004-06-17 Corinna Vinschen <vinschen@redhat.com>
8880
8881 * configure.in: Don't build Cygwin native newlib if winsup
8882 directory is missing. Emit warning instead.
8883 * configure: Regenerate.
8884
ad6717df
PB
88852004-06-09 Paolo Bonzini <bonzini@gnu.org>
8886
8887 * Makefile.tpl (touch-stage[+id+]): New.
8888 (restage[+prev+]): Depend on touch-stage[+id+].
8889
8890 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
8891 Use it throughout.
8892
8893 * Makefile.def: Add profile and feedback bootstrap stages.
8894 Remove next field from bootstrap stages.
8895 * Makefile.tpl (LN, LN_S): Substitute.
8896 (stageN-start, stageN-end): Use double-colon rules, to
8897 provide a hook for additional setup commands.
8898 (distclean-stageN-gcc, restageN): Create dependencies from
8899 [+prev+], not from [+next+].
8900 (stageN-bubble): Add commands for successive stages from
8901 [+prev+], using double-colon rules.
8902 (all-stageN-gcc): Fix typo.
8903 (stagefeedback-start, profiledbootstrap): New.
8904 * Makefile.in: Regenerate.
8905 * configure.in: Call ACX_PROG_LN.
8906 * configure: Regenerate.
8907
5bbb9680
CY
89082004-06-08 Canqun Yang <canqun@nudt.edu.cn>
8909
8910 * MAINTAINERS (Write After Approval): Add myself.
8911
e18be1d4
MA
89122004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
8913
8914 * MAINTAINERS (Write After Approval): Add myself.
8915
5607edfd
PB
89162004-06-03 Paolo Bonzini <bonzini@gnu.org>
8917
8918 * configure.in: Fix --enable-bootstrap breakage introduced in trees
8919 without gcc.
8920 * configure: Regenerate.
8921
1ec4e9c3
PB
89222004-06-01 Paolo Bonzini <bonzini@gnu.org>
8923
8924 * Makefile.tpl: Fix typo.
8925 * Makefile.in: Regenerate.
8926
dce2d8b2 89272004-06-01 Paolo Bonzini <bonzini@gnu.org>
c2f7605f
PB
8928
8929 * configure.in: Remove new- prefix from toplevel
8930 bootstrap targets.
8931 * configure: Regenerate.
8932
f516a7da
PB
89332004-06-01 Paolo Bonzini <bonzini@gnu.org>
8934
8935 * Makefile.tpl (all.normal): Rename to all.
8936 (all): Replace with a rule to pick the default
8937 target from configure.
8938 (all-gcc, configure-gcc): Use conditionals to
8939 do nothing when toplevel bootstrap is going on.
8940 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
8941 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
8942 * configure.in: Support --enable-bootstrap.
8943
8944 * Makefile.def: Remove new- prefix from toplevel
8945 bootstrap targets.
8946 * Makefile.tpl: Likewise.
8947
8948 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
8949 target.
8950
8951 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
8952 $(RECURSE_FLAGS) to recursive invocation of make.
8953
8954 * Makefile.in: Regenerate.
8955 * configure: Regenerate.
8956
78dd5e36 89572004-05-30 Andreas Jaeger <aj@suse.de>
dce2d8b2 8958 Jim Wilson <wilson@specifixinc.com>
78dd5e36
AJ
8959
8960 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
8961 like CC.
8962
30f1bddc
DJ
89632004-05-27 Daniel Jacobowitz <dan@debian.org>
8964
8965 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
8966 * configure: Regenerate.
8967
4fc4dd12
DJ
89682004-05-25 Daniel Jacobowitz <drow@false.org>
8969
8970 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
8971 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
8972 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
8973 targets.
8974 * Makefile.in: Regenerate.
8975
dce2d8b2 89762004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
8977
8978 * configure.in: Test the ability to symlink directories.
8979 * configure: Regenerate.
8980
8981 * Makefile.def (bootstrap-stage): New definitions.
8982 * Makefile.tpl (configure-stage1-gcc,
8983 configure-stage2-gcc, configure-stage3-gcc,
8984 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
8985 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
8986 new-restage3, compare): Autogenerate, see Makefile.in
8987 entry for behavioral changes.
8988 (distclean-stage1, new-stage1-start, new-stage1-end,
8989 new-stage1-bubble, distclean-stage2, new-stage2-start,
8990 new-stage2-end, new-stage2-bubble, distclean-stage3,
8991 new-stage3-start, new-stage3-end): New autogenerated targets.
8992 (objext, prebootstrap, BOOT_CFLAGS,
8993 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
8994 targets.
8995
8996 * Makefile.in: Regenerate.
8997 (distclean-stage1, new-stage1-start, new-stage1-end,
8998 new-stage1-bubble, distclean-stage2, new-stage2-start,
8999 new-stage2-end, new-stage2-bubble, distclean-stage3,
9000 new-stage3-start, new-stage3-end): New targets.
9001 (all-stage1-gcc): Move prebootstrap dependency from here...
9002 (configure-stage1-gcc): ...to here.
9003 (new-bootstrap): Use bubble targets.
9004 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9005 Use per-stage distclean targets.
9006 (configure-stage1-gcc, configure-stage2-gcc,
9007 configure-stage3-gcc, all-stage1-gcc,
9008 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
9009 Use new-stageN-start to prepare the tree.
9010
4f4e53dd
PB
90112004-05-23 Paolo Bonzini <bonzini@gnu.org>
9012
9013 * Makefile.def (host_modules): add libcpp.
9014 * Makefile.tpl: Add dependencies on and for libcpp.
9015 * Makefile.in: Regenerate.
9016 * configure.in: Add libcpp host module.
9017 * configure: Regenerate.
9018
60975492
PB
90192004-05-21 Paolo Bonzini <bonzini@gnu.org>
9020
9021 * Makefile.tpl: Whenever a recursive target is defined, wrap
9022 it in a special @if/@endif block, and prepare its maybe
9023 dependency in the @if/@endif block
9024 * configure.in: Instead of writing maybe dependencies, remove
9025 the @if/@endif statements, and remove the @if/@endif blocks
9026 that remain.
9027 * configure: Regenerate.
9028 * Makefile.in: Regenerate.
9029
5ce7d75d
JJ
90302004-05-20 Janis Johnson <janis187@us.ibm.com>
9031
9032 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
9033
c779c42f
KK
90342004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
9035
9036 PR bootstrap/15120
9037 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
9038 * */configure: Rebuilt.
9039
b4117c30
ZW
90402004-05-17 Zack Weinberg <zack@codesourcery.com>
9041
9042 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
9043 of libf2c.
9044 * configure, Makefile.in: Regenerate.
9045
719bb4e3 90462004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
75089d48
TS
9047
9048 * MAINTAINERS (Write After Approval): Add myself.
9049
6de9cd9a
DN
90502004-05-13 Diego Novillo <dnovillo@redhat.com>
9051
9052 Merge from tree-ssa-20020619-branch.
9053
9054 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
9055 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
9056 (HOST_GMPLIBS): Define.
9057 (HOST_GMPINC): Define.
9058 (TARGET_LIB_PATH): Add libmudflap.
9059 (GFORTRAN_FOR_TARGET): Define.
9060 (configure-build*): Export GFORTRAN.
9061 (configure-gcc): Export GMPLIBS and GMPINC.
9062 (all-gcc): Add maybe-all-libbanshee.
9063 (configure-target-libgfortran): Define.
9064 * Makefile.in: Regenerate.
9065 * configure.in (host_libs): Add libbanshee.
9066 (target_libraries): Add target-libmudflap and target-libgfortran.
9067 Add --with-libbanshee.
9068 Handle --disable-libmudflap.
9069 (*-*-freebsd*): Use with_gmp.
9070 Add $(libgcj) to noconfigdirs.
9071 * configure: Regenerate.
9072 * depcomp: New file.
9073 * MAINTAINERS: Add tree-ssa maintainers.
9074
8f1b790f
VM
90752004-05-04 Vladimir Makarov <vmakarov@redhat.com>
9076
b4117c30 9077 * MAINTAINERS (Various Maintainers): Add myself.
8f1b790f 9078
693446fc
BF
90792004-04-30 Brian Ford <ford@vss.fsi.com>
9080
b4117c30 9081 * MAINTAINERS (Write After Approval): Add myself.
693446fc 9082
d1bb666c
UB
90832004-04-29 Uros Bizjak <uros@kss-loka.si>
9084
b4117c30 9085 * MAINTAINERS (Write After Approval): Add myself.
d1bb666c 9086
6cf1ac42
PB
90872004-04-28 Paolo Bonzini <bonzini@gnu.org>
9088
9089 * config/acx.m4: Fix fastcompare support for new-bootstrap.
9090 * configure: Regenerate.
9091
632933d5
PB
90922004-04-27 Paolo Bonzini <bonzini@gnu.org>
9093
9094 Revert:
9095 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
9096
9097 * Makefile.def (flags_to_pass): Remove *dir variables that
9098 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9099 as well as prefix and exec_prefix.
9100 * Makefile.in: Regenerate.
9101
80dc6aa0
RM
91022004-04-26 Robert Millan <robertmh@gnu.org>
9103
9104 Add patches from libtool CVS.
9105 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
9106 * ltconfig: Likewise.
9107 * ltcf-c.sh: Likewise.
9108 * ltcf-cxx.sh: Likewise.
9109 * ltcf-gcj.sh: Likewise.
9110
e11283f1
PB
91112004-04-26 Paolo Bonzini <bonzini@gnu.org>
9112
9113 * Makefile.def (host_modules): Mark with the bootstrap
9114 flag packages on which gcc depends.
9115 * Makefile.tpl (all-bootstrap): Use it.
9116 * Makefile.in: Regenerate.
9117
8546950c
PB
91182004-04-26 Paolo Bonzini <bonzini@gnu.org>
9119
9120 * Makefile.def (flags_to_pass): Remove *dir variables that
9121 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9122 as well as prefix and exec_prefix.
9123 * Makefile.in: Regenerate.
9124
a76494aa
PB
91252004-04-26 Paolo Bonzini <bonzini@gnu.org>
9126
b4117c30
ZW
9127 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
9128 * configure: Regenerate.
9129 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
9130 * gcc/Makefile.tpl (compare): Use the result of the test.
9131 * gcc/Makefile.in: Regenerate.
a76494aa 9132
03a91701
PB
91332004-04-23 Paolo Bonzini <bonzini@gnu.org>
9134
9135 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
9136 Always relocate gcc and prev-gcc to the original names, even
9137 if the build fails.
9138 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9139 New targets.
9140
082a6351
LG
91412004-04-23 Laurent GUERBY <laurent@guerby.net>
9142
9143 * MAINTAINERS: Update my email address.
b4117c30 9144
1f1d584b
RO
91452004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9146
9147 * configure.in (mips*-*-irix5*): Enable ld.
9148 * configure: Regenerate.
082a6351 9149
1db673ca
RO
91502004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9151
9152 * configure: Regenerate.
9153
ce4ea44e
JW
91542004-04-15 James E Wilson <wilson@specifixinc.com>
9155
9156 * Makefile.tpl (configure-[+module+], configure-gcc,
9157 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
9158 Set and export LDFLAGS.
9159 * Makefile.in: Regenerate.
9160
611f62ad
MC
91612004-04-12 Michael Chastain <mec.gnu@mindspring.com>
9162
b4117c30 9163 * MAINTAINERS: Add myself to write-after-approval.
611f62ad 9164
be912515
NN
91652004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
9166
9167 PR bootstrap/14871
9168 * Makefile.tpl: If we don't have built-in-tree target tools,
9169 use the ones found by configure rather than hacking around with
9170 program_transform_name.
9171 * configure.in: Give Makefile.tpl the information necessary
9172 to do that.
9173 * Makefile.in: Regenerate.
9174 * configure: Regenerate.
9175
9104315a
NN
91762004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
9177
9178 PR bootstrap/14760
9179 * configure.in: When computing baseargs, strip *all* copies of
9180 offending options. Also, don't match/substitute the trailing space,
9181 so that this actually works when two similar options are separated by
9182 only one space.
9183 * configure: Regenerate.
9184
bef1d700
DE
91852004-04-06 David Edelsohn <edelsohn@gnu.org>
9186
b4117c30
ZW
9187 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
9188 (rs6000-*-aix*): Same.
9189 * configure: Regenerate.
bef1d700 9190
54bcf05e 91912004-04-05 Ranjit Mathew <rmathew@hotmail.com>
b4117c30
ZW
9192
9193 * MAINTAINERS: Add myself to write-after-approval.
54bcf05e 9194
369a832c 91952004-04-03 Bud Davis <bdavis9659@comcast.net>
b4117c30
ZW
9196
9197 * MAINTAINERS: Add myself to write-after-approval.
369a832c 9198
09a9c095
NN
91992004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
9200
7caf53cb
NN
9201 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
9202 STRICT_WARN, WARN_CFLAGS flags passed down to make.
9203 * Makefile.in: Regenerate.
9204
09a9c095
NN
9205 * configure.in (top level bootstrap support): Rework --enable-werror
9206 to set @stage2_werror_flag@.
9207 * configure: Regenerate.
9208 * Makefile.tpl (top level bootstrap support): Pass
9209 @stage2_werror_flag@ down to configure in stages 2 and 3.
9210 * Makefile.in: Regenerate.
9211
5595a2bd
NN
92122004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
9213
cbfd7e06
NN
9214 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
9215 for stages 2 and 3 as well as in make. As a consequence, remove
9216 OUTPUT_OPTION (now detected by configure) from the flags passed down
9217 to make.
9218 * Makefile.in: Regenerate.
9219
5595a2bd
NN
9220 * Makefile.tpl (new-bootstrap): Fix typo.
9221 * Makefile.in: Regenerate.
9222
ca3b3e20
NN
92232004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
9224
295f4e42
NN
9225 * Makefile.tpl: Rearrange by moving recursive_targets rules
9226 into their proper sections.
9227 * Makefile.tpl (top level bootstrap support): Move disabling
9228 of coverage flags from 'make' to 'configure'; improve comments.
9229 * Makefile.in: Regenerate.
9230
340de83f
NN
9231 * Makefile.tpl (experimental top level bootstrap) Move stage1
9232 language setting from all- target to configure- target; disable
9233 intermodule optimization in stage 1; prevent gratuitous rebuilds
9234 of stage 1.
9235 * Makefile.in: Regenerate.
9236 * configure.in: Comma-separate stage 1 language list for top
9237 level bootstrap.
9238 * configure: Regenerate.
9239
ca3b3e20
NN
9240 * Makefile.tpl: Clean up experimental top level bootstrap support:
9241 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
9242 prev-gcc in configure- targets as well as all- targets.
9243 * Makefile.in: Regenerate.
9244
4d038073
KC
92452004-03-21 Kelley Cook <kcook@gcc.gnu.org>
9246
9247 * compile: New file imported from automake.
9248
ab3533d6
PB
92492004-03-17 Paolo Bonzini <bonzini@gnu.org>
9250
9251 * configure.in: Remove symbolic link section.
9252 * configure: Regenerate.
9253 * Makefile.tpl (links): Remove.
9254 * Makefile.in: Regenerate.
9255
1e0f07d3 92562004-03-15 Paolo Bonzini <bonzini@gnu.org>
b4117c30 9257 Nathanael Nerode <neroden@gcc.gnu.org>
1e0f07d3
PB
9258
9259 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
b4117c30 9260 Set with AC_CHECK_PROGS.
1e0f07d3
PB
9261 * configure.in: Fix comment typo from last patch.
9262 * configure: Regenerate.
9263
2805b53a
NN
92642004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
9265
9266 * Makefile.tpl: Introduce experimental top level bootstrap support.
9267 * Makefile.in: Regenerate.
9268 * configure.in: Introduce support for top level bootstrap.
9269 * configure: Regenerate.
9270
79b4b7d2 92712004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 9272 Paolo Bonzini <bonzini@gnu.org>
79b4b7d2
EB
9273
9274 PR bootstrap/14522
9275 * configure.in: Cope with shells that do not support unquoted ^
9276 * configure: Regenerate.
9277
6bbec498 92782004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 9279 Paolo Bonzini <bonzini@gnu.org>
6bbec498
EB
9280
9281 PR bootstrap/14522
79b4b7d2 9282 * configure.in: Cope with shells that do not support nesting
6bbec498
EB
9283 quotes inside quoted backquote substitutions.
9284 * configure: Regenerate.
9285
83c15dfc
AP
92862004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
9287
9288 PR bootstrap/14522
f2bd98d4 9289 * configure.in: Fix escaping of $.
83c15dfc
AP
9290 * configure: Regenerate.
9291
55ffb5ed
NN
92922004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
9293
9294 * configure: Regenerate, since I forgot to while committing Paolo's
9295 changes.
9296
e4c9c075
PB
92972004-03-08 Paolo Bonzini <bonzini@gnu.org>
9298
9299 PR ada/14131
9300 Move language detection to the top level.
9301 * configure.in: Find default values for the tools as
9302 soon as possible. Disable ada if GNAT is not found.
9303 Emit error message about missing languages. Expand
9304 --enable-languages=all for the gcc subdirectory.
9305
5199e2c6
BE
93062004-03-10 Ben Elliston <bje@gnu.org>
9307
9308 * MAINTAINERS: Update my email address.
9309
c18b95e5
DE
93102004-03-05 David Edelsohn <edelsohn@gnu.org>
9311
9312 * ltconfig: Disable building static libraries if building shared
9313 libraries on AIX 5L.
9314
d0fe5ad3
RS
93152004-03-01 Richard Sandiford <rsandifo@redhat.com>
9316
9317 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
9318 and disable libgcj.
9319 * configure: Regenerated.
9320
e6f71f9d
BB
93212004-03-01 Brian Booth <bbooth@redhat.com>
9322
9323 * MAINTAINERS: Add myself to write-after-approval.
9324
8983e50e
PB
93252004-03-01 Paolo Bonzini <bonzini@gnu.org>
9326
9327 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 9328
d4cd9d81
NN
93292004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
9330
9331 PR bootstrap/7087
9332 * Makefile.tpl: Guard XFOO sed statements better.
9333 * Makefile.tpl: Add dependency for configure-target-libada.
9334 * Makefile.in: Regenerate (incidentally fixes broken
9335 commit when libada-branch was merged).
9336
0ea0229e
KC
93372004-02-25 Kelley Cook <kcook@gcc.gnu.org>
9338
9339 * MAINTAINERS: Add myself to write-after-approval.
9340
bad93735
AP
93412004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
9342
9343 * MAINTAINERS: Add Nicola Pero and myself as libobjc
9344 maintainers.
9345
a7ca14fc
AC
93462004-02-20 Andrew Cagney <cagney@redhat.com>
9347
9348 * config.guess: Update from version 2003-10-16 to 2004-02-16.
9349 * config.sub: Update from version 2003-11-03 to 2004-02-16.
9350
51592782
NN
93512004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
9352
9353 PR bootstrap/11932
9354 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
9355
6a30854a
JQ
93562004-02-14 Jerry Quinn <jlquinn@optonline.net>
9357
9358 * MAINTAINERS: Added myself to write-after-approval.
9359
be8b2bee
MK
93602004-02-14 Michael Koch <konqueror@gmx.de>
9361
9362 * MAINTAINERS: Added myself to write-after-approval.
9363
972760b7
JM
93642004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
9365
9366 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
9367 some OS port maintainers to OS port maintainers section.
9368
b0281654
FCE
93692004-02-13 Frank Ch. Eigler <fche@redhat.com>
9370
9371 * MAINTAINERS: Add self.
9372
3c419fd6
KH
93732004-02-12 Kazu Hirata <kazu@cs.umass.edu>
9374
9375 * MAINTAINERS: Alphabetize.
9376
e88e9aee
PB
93772004-02-12 Paolo Bonzini <bonzini@gnu.org>
9378
9379 * MAINTAINERS: Remove myself.
b4117c30 9380
1915e422
DE
93812004-02-11 David Edelsohn <edelsohn@gnu.org>
9382
9383 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
9384 (rs6000-*-aix*): Same.
9385 * configure: Regenerate.
9386
a22c2d8d
KC
93872004-02-11 Kelley Cook <kcook@gcc.gnu.org>
9388
9389 * configure.in (host): Add in missing $noconfigdirs to defines.
9390 * configure: Regenerate.
9391
d9cdb878
AC
93922004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
9393 Nathanael Nerode <neroden@gcc.gnu.org>
9394
9395 PR ada/6637, PR ada/5911
b4117c30 9396 Merge with libada-branch:
d9cdb878
AC
9397 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
9398 with appropriate dependencies. Add --enable-libada configure switch.
9399 * configure, Makefile.in: Regenerate.
9400
8bd92821
PB
94012004-02-09 Paolo Bonzini <bonzini@gnu.org>
9402
9403 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 9404
89a95129
RO
94052004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9406
9407 * configure.in: Don't pass --with-stabs on IRIX 5 either.
9408 * configure: Regenerate.
9409
892629bc
GK
94102004-02-04 Geoffrey Keating <geoffk@apple.com>
9411
9412 Merge from upstream:
9413
9414 * ltmain.in: When setting IFS to '~', be careful about user
9415 arguments that contain '~'.
9416
9417 2004-02-04 Peter O'Gorman <peter@pogma.com>
9418
9419 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
9420 Also test $base_compile against $CC with escaped arguments. Bug
9421 reported by Geoff Keating <geoffk@apple.com>.
9422
6b402165
KH
94232004-02-04 Kazu Hirata <kazu@cs.umass.edu>
9424
9425 * MAINTAINERS: Remove i960 port.
9426
fa2f0306
DD
94272004-01-23 DJ Delorie <dj@redhat.com>
9428
9429 * Makefile.def (target_modules) [libiberty]: Don't stage.
9430 * Makefile.in: Rebuilt.
9431
9feb20aa
CT
94322004-01-20 Caroline Tice <ctice@apple.com>
9433
9434 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 9435
7aed2ccc
PC
94362004-01-19 Paolo Carlini <pcarlini@suse.de>
9437
9438 * MAINTAINERS: Update my email address.
9439
f25bebe1
JM
94402004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
9441
9442 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 9443
28083580
VR
94442004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
9445
9446 * MAINTAINERS: Remove entries without email address.
9447
c0f4b5e4
DJ
94482004-01-15 Daniel Jacobowitz <drow@mvista.com>
9449
9450 * MAINTAINERS: Add myself to write-after-approval.
9451
b5eb5a5e
SB
94522004-01-15 Steven Bosscher <stevenb@suse.de>
9453
9454 * MAINTAINERS: Update my email address.
9455
dce2d8b2 94562004-01-14 Loren J. Rittle <ljrittle@acm.org>
2c4de30b
LR
9457
9458 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
9459 * Makefile.tpl (configure-target-[+module+]): Support stage.
9460 * Makefile.in: Rebuilt.
9461
74c0b320
ILT
94622004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
9463
9464 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
9465
2560344b
RS
94662004-01-10 Richard Sandiford <rsandifo@redhat.com>
9467
9468 * MAINTAINERS: Add myself as a MIPS maintainer.
9469
8b21cda6
NN
94702004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
9471
2b6c260d
NN
9472 * configure.in: Use ./config.cache, not config.cache.
9473 * configure: Regenerate.
9474 * Makefile.tpl: Special-casing not needed for GCC any more.
9475 * Makefile.in: Regenerate.
9476
09438bde
NN
9477 * configure.in: Don't share a cache file for host dirs.
9478 * configure: Regenerate.
9479
8b21cda6
NN
9480 * config-ml.in: Don't mess with the cache file.
9481
e42870df
EB
94822004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
9483
9484 * MAINTAINERS: Move myself from 'Write After Approval' to
9485 'CPU Port Maintainers' section as SPARC maintainer.
9486
6b9eb62c
NN
94872004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
9488
78a816a6
NN
9489 * Makefile.tpl: Make GCC use a separate config.cache.
9490 * Makefile.in: Regenerate.
9491
6b9eb62c
NN
9492 PR bootstrap/11932, PR bootstrap/11933
9493 (I don't know if it will fix either of them, but it relates
9494 to them.)
9495 * configure.in: Don't use shared config.cache for target
9496 directories.
9497 * configure: Regenerate.
9498
86d7b562
DN
94992004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
9500
9501 * MAINTAINERS: Add myself to 'Write After Approval' section.
9502
07d0a605
RS
95032003-12-31 Roger Sayle <roger@eyesopen.com>
9504
9505 * configure.in (ia64*-*-hpux*): Disable building java libraries.
9506 * configure: Regenerated.
9507
459ac19f
KH
95082003-12-23 Kazu Hirata <kazu@cs.umass.edu>
9509
9510 * MAINTAINERS: Remove the mn10200 maintainer.
9511
5785c0ed 95122003-12-21 Bernardo Innocenti <bernie@develer.com>
b4117c30 9513
cc6010cd
AP
9514 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
9515 * configure: Regenerated.
5785c0ed 9516
a268eff9
JH
95172003-12-16 Jan Hubicka <jh@suse.cz>
9518
9519 * MAINTAINERS: Add myself as callgraph maintainer.
9520
9d465b12
TF
95212003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
9522
9523 * configure.in (raw_libstdcxx_flags): Remove the leading space.
9524 * configure: Regenerate.
9525
a68a270a
GB
95262003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
9527
9528 * MAINTAINERS: Move myself from 'Bug database only accounts' to
9529 'Write After Approval' section. Update email.
9530
dce2d8b2 95312003-12-01 James Lemke <jim@wasabisystems.com>
3066a15c
JL
9532
9533 * MAINTAINERS (Write After Approval): Add myself.
9534
8c052da4
MT
95352003-11-20 Matt Thomas <matt@3am-software.com>
9536
9537 * MAINTAINERS: Add myself as a vax port maintainer.
9538
e75f9147
KC
95392003-11-20 Kelley Cook <kcook@gcc.gnu.org>
9540
9541 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
9542 (configure-build-[+module+], configure-[+module+]): Likewise.
9543 (configure-target-[+module+], configure-gcc, config.status): Likewise.
9544 * Makefile.in: Regenerate.
9545
43d8d958
AT
95462003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
9547
9548 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
9549 shared/dylibed libraries.
9550 * ltmain.sh: Likewise.
9551 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
9552 * ltcf-cxx.sh: Likewise.
9553 * ltcf-gcj.sh: Likewise.
9554 * ltconfig: Likewise.
9555
638dcaa0
SC
95562003-11-17 Stan Cox <scox@redhat.com>
9557
9558 * MAINTAINERS: Add myself as iq2000 port maintainer.
9559
15cc172b
AC
95602003-11-14 Arnaud Charlet <charlet@act-europe.fr>
9561
b4117c30
ZW
9562 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
9563 * Makefile.in: Regenerate.
15cc172b 9564
20af77cd
UW
95652003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
9566
9567 * config.sub: Update to 2003-11-03 version.
9568
4dd01c5c
PE
95692003-10-20 Phil Edwards <phil@codesourcery.com>
9570
9571 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
9572 * configure: Regenerate.
9573
dce2d8b2 95742003-10-20 Nicolas Pitre <nico@cam.org>
8d36c499
NP
9575
9576 * MAINTAINERS: Add myself to 'Write After Approval' section.
9577
8b7ebc31
AC
95782003-10-20 Arnaud Charlet <charlet@act-europe.fr>
9579
9580 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9581
afe1910c
JM
95822003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
9583
9584 * MAINTAINERS: Update my email address.
9585
05dcec66
RO
95862003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9587
9588 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
9589
dce2d8b2 95902003-10-17 Ralph Loader <rcl@ihug.co.nz>
71fc2f0c
RL
9591
9592 * MAINTAINERS: Add myself to 'Write After Approval' section.
9593
507ec745
BI
95942003-10-16 Bernardo Innocenti <bernie@develer.com>
9595
9596 * config.guess: Update to 2003-10-16 version.
9597 * config.sub: Update to 2003-10-16 version.
9598
dce2d8b2 95992003-10-15 David Daney <ddaney@avtrex.com>
4d466c42
DD
9600
9601 * MAINTAINERS: Added myself to 'Write After Approval' section.
9602
0c9b16bc
FH
96032003-10-15 Falk Hueffner <falk@debian.org>
9604
9605 * MAINTAINERS: Move myself from 'Bug database only accounts' to
9606 'Write After Approval' section. Update email.
9607
74d57d15
RS
96082003-10-14 Roger Sayle <roger@eyesopen.com>
9609
9610 * MAINTAINERS: Move myself from 'Write After Approval' to
9611 'Various Maintainers' section as middle-end maintainer.
9612
d29b8ad8
NN
96132003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
9614
9615 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
9616 HOST_FLAGS_TO_PASS.
9617 * Makefile.in: Regenerate.
9618
26db814a
BI
96192003-10-11 Bernardo Innocenti <bernie@develer.com>
9620
9621 * config.guess: Update to 2003-10-07 version.
9622 * config.sub: Update to 2003-10-07 version.
9623
fffeb871
RO
96242003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9625
9626 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
9627 * ltconfig (irix5*, irix6*): Don't override version_type.
9628
6691a79e
ME
96292003-10-05 Mohan Embar <gnustuff@thisiscool.com>
9630
9631 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
9632 * configure: Rebuilt
9633 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
9634 * Makefile.in: Rebuilt
9635
62cdd71e
L
96362003-10-03 H.J. Lu <hongjiu.lu@intel.com>
9637
9638 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
9639
6fe2eacc
CW
96402003-09-30 Carlo Wood <carlo@alinoe.com>
9641
cc6010cd 9642 * MAINTAINERS (Write After Approval): Add myself.
6fe2eacc 9643
ea57e5ad
PK
96442003-09-29 Paul Koning <ni1d@arrl.net>
9645
9646 * MAINTAINERS: Move myself from "Write After Approval"
9647 to CPU platform maintainers for pdp11 platform.
9648
e070672a
AT
96492003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
9650
9651 * MAINTAINERS: Move myself from 'Write After Approval' to
9652 'Various Maintainers' section as libffi testsuite maintainer.
9653
43bb47c2
DJ
96542003-09-21 Daniel Jacobowitz <drow@mvista.com>
9655
9656 * configure.in: Pass a computed --program-transform-name
9657 to subconfigures.
9658 * configure: Regenerated.
9659
da9d3b37
NN
96602003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
9661
94322beb
NN
9662 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
9663 * Makefile.in: Regenerate.
9664
da9d3b37
NN
9665 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
9666 * Makefile.in: Regenerate.
9667
ffd9060b
ZL
96682003-09-19 Ziemowit Laski <zlaski@apple.com>
9669
9670 * MAINTAINERS: Move myself from 'Write After Approval'
9671 to 'Various Maintainers' (objective-c) section.
9672
eeae7b41
DJ
96732003-09-17 Daniel Jacobowitz <drow@mvista.com>
9674
9675 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
9676 quoting.
9677 * configure: Regenerated.
9678
a080d12b
JB
96792003-09-16 Joel Brobecker <brobecker@gnat.com>
9680
9681 * MAINTAINERS (Write After Approval): Add myself to write after
9682 approval list.
9683
6cd2fc59
DN
96842003-09-16 Dorit Naishlos <dorit@il.ibm.com>
9685
cc6010cd 9686 * MAINTAINERS (Write After Approval): Add myself.
6cd2fc59 9687
dcbdd9cc
ILT
96882003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
9689
9690 * MAINTAINERS: Update my e-mail address.
9691
e517f636
AM
96922003-09-09 Alan Modra <amodra@bigpond.net.au>
9693
9694 * libtool.m4 (LD): Correct powerpc64 host match.
9695
bc49924b
JW
96962003-09-06 James E Wilson <wilson@tuliptree.org>
9697
9698 * MAINTAINTERS: Update my affiliation and email address.
9699
082124f5
ZD
97002003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9701
9702 * MAINTAINERS (Write After Approval): Add myself.
9703
dc94d89e
DD
97042003-09-04 DJ Delorie <dj@redhat.com>
9705
9706 * configure: Regenerate.
9707
97082003-09-04 Robert Millan <robertmh@gnu.org>
9709
9710 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
b4117c30 9711
7a0f2d4e
KG
97122003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9713
9714 * configure.in: Ensure arguments to sed are properly spaced.
9715 * configure: Regenerate.
9716
88d032eb
GP
97172003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
9718
9719 * MAINTAINERS: Update my e-mail address.
9720
0b3f3d22
ME
97212003-08-28 Mohan Embar <gnustuff@thisiscool.com>
9722
9723 * MAINTAINERS (Write After Approval): Add myself.
9724
d253f9ba
DJ
97252003-08-27 Daniel Jacobowitz <drow@mvista.com>
9726
9727 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
9728 * configure: Regenerated.
9729
066ec9c9
MM
97302003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
9731
9732 * MAINTAINERS: Update my email address.
9733
415d7ef9
PE
97342003-08-23 Phil Edwards <pme@gcc.gnu.org>
9735
9736 * configure.in: Use newline instead of semicolon when assuming
9737 shell arguments in a for loop.
9738 * configure: Regenerated.
9739
e1567352
JE
97402003-08-22 Jason Eckhardt <jle@rice.edu>
9741
9742 * MAINTAINERS: Resurrect the i860 maintainer.
9743
b348267b
GK
97442003-08-20 Geoffrey Keating <geoffk@apple.com>
9745
e50084fa
GK
9746 PR 8180
9747 * configure.in: When testing with_libs and with_headers, treat
9748 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
9749 * configure: Regenerate.
b4117c30 9750
b348267b
GK
9751 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
9752 make, shell, etc.
9753 (baseargs): Likewise.
9754 * configure: Regenerate.
9755
ca26ffe0
BI
97562003-08-20 Bernardo Innocenti <bernie@develer.com>
9757
9758 * MAINTAINERS (Write After Approval): Add myself.
9759
940cde4d
GK
97602003-08-19 Geoffrey Keating <geoffk@apple.com>
9761
9762 * configure.in: Disable libgcj for darwin not on powerpc.
9763 * configure: Rebuild.
9764
74bed51b
ADL
97652003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
9766
9767 * config-ml.in, symlink-tree: Add license.
9768
b4117c30
ZW
97692003-08-03 Richard Stallman <rms@gnu.org>
9770 Eben Moglen <moglen@columbia.edu>
3f2fa484
RS
9771
9772 * README.SCO: New file.
9773
333a28b4
MK
97742003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
9775
9776 * Makefile.tpl (check, check-c++): Express dependencies using
9777 dependencies rather than commands.
9778 * Makefile.in: Regenerate.
9779
c197e306
AC
97802003-08-01 Andrew Cagney <cagney@redhat.com>
9781
9782 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
9783 * configure: Ditto.
9784
a8ee6e2d
GK
97852003-07-31 Geoffrey Keating <geoffk@apple.com>
9786
9787 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1c787209 9788 * Makefile.in: Update.
a8ee6e2d 9789
8d9b3f2e
AT
97902003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
9791
9792 * configure.in: Enable libgcj for darwin.
9793 * configure: Rebuild.
9794
52c0c542
PE
97952003-07-29 Phil Edwards <pme@gcc.gnu.org>
9796
9797 * config-ml.in: Use ac_configure_args directly instead of
9798 ml_arguments. Only set ml_norecursion if --no[-]recursion is
9799 actually seen.
9800
b4acb5ef
NN
98012003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
9802
9803 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
9804 creating target and build subdirs to build all parent dirs as needed.
9805 * Makefile.in: Rebuild.
9806 * configure.in: Don't build dirs explicitly here.
9807 * configure: Rebuild.
9808
a51d71d0
PB
98092003-07-26 Paul Brook <paul@nowt.org>
9810
9811 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
9812
f43e12ce
AO
98132003-07-22 Alexandre Oliva <aoliva@redhat.com>
9814
9815 * Makefile.tpl (all-make): Depend on intl.
9816 * Makefile.in: Rebuilt.
9817
8a199ff6
PE
98182003-07-20 Phil Edwards <pme@gcc.gnu.org>
9819
9820 * install-sh: Update to newer upstream versions (associated with
9821 aclocal 1.7).
9822 * mkinstalldirs: Likewise.
9823 * missing: Likewise, plus $1Help2man -> $1 typo fix.
9824
e6a8c803
AP
98252003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
9826
9827 * MAINTAINERS: Move self from Bug database only accounts
9828 to write-after-approval.
9829
9f13608f
NN
98302003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
9831
9832 * config.if: Remove unused libc_interface determination.
9833
c7864714
NN
98342003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
9835
9836 * MAINTAINERS: Move self from write-after-approval to
9837 build machinery (*.in).
9838
775956d0
NN
98392003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
9840
9841 PR bootstrap/11273
9842 PR bootstrap/11408
9843 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
9844 unused INSTALL_PROGRAM_ARGS.
9845 * configure.in: Use AC_PROG_INSTALL.
9846 * Makefile.in: Regenerate.
9847 * configure: Regenerate.
9848
c7f67a6e
KH
98492003-07-13 Kazu Hirata <kazu@cs.umass.edu>
9850
9851 * MAINTAINERS: Alphabetize.
9852
33952f6f
AO
98532003-07-10 Alexandre Oliva <aoliva@redhat.com>
9854
9855 * configure: Rebuilt.
9856 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
9857 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
9858 newlib nor libgloss.
9859 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
9860 * configure.in (am33_2.0-*-linux*): Added.
9861
0d4f1b4e
BW
98622003-07-09 Bob Wilson <bob.wilson@acm.org>
9863
9864 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
9865 * configure: Regenerate.
9866
56694dd9
ZW
98672003-07-07 Zack Weinberg <zack@codesourcery.com>
9868
9869 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
9870 * Makefile.in: Regenerate.
9871
21607eb4
ZW
98722003-07-04 Zack Weinberg <zack@codesourcery.com>
9873
9874 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
9875 * Makefile.in: Regenerate.
9876
dce2d8b2 98772003-07-04 H.J. Lu <hongjiu.lu@intel.com>
8c90b13a
L
9878
9879 * Makefile.tpl: Replace PWD with PWD_COMMAND.
9880 * Makefile.in: Regenerated.
9881
5d42f90e
L
9882 * config-ml.in: Replace PWD with PWD_COMMAND.
9883
6eb95e99
ZW
98842003-07-04 Zack Weinberg <zack@codesourcery.com>
9885
9886 * intl: New directory; see intl/ChangeLog for details.
9887 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
9888 * Makefile.tpl: all-gcc depends on maybe-all-intl.
9889 * Makefile.in: Regenerate.
9890
07d1940e
NN
98912003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
9892
9893 * configure.in: Clean up config-lang.in handling. Delete
9894 useless assignment to "subdirs".
9895 * configure: Regenerate.
9896
4dbda6f0
NN
98972003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
9898
9899 * configure.in: Rename 'target_libs' to 'target_libraries'.
9900 Remove useless reference to 'target_libs'.
9901 * configure: Regenerate.
9902
2c30ab71
KS
99032003-06-23 Keith Seitz <kseitz@sources.redhat.com>
9904
9905 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
9906 * Makefile.in: Regenerate.
9907
11405c93
NN
99082003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
9909
9910 * Makefile.def: Introduce flags_to_pass.
9911 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
9912 * Makefile.in: Regenerate.
9913
fb87ad5d
HPN
99142003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
9915
9916 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
9917 and target-libgloss.
9918 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
9919 <h8300*-*-*>: Disable libf2c and ${libgcj}.
9920 * configure: Regenerate.
9921
a7956a48
BK
99222003-06-17 Benjamin Kosnik <bkoz@redhat.com>
9923
9924 * configure.in: Update testsuite_flags to new location.
9925 * configure. Regenerate.
6eb95e99 9926
eaf9f3b2
NN
99272003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
9928
9929 * Makefile.tpl: Remove BUILD_CC stuff.
9930 * Makefile.in: Regenerate.
9931
2d89ffef
KH
99322003-06-17 Kazu Hirata <kazu@cs.umass.edu>
9933
9934 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
9935
dce2d8b2 99362003-06-16 Graeme Peterson <gp@qnx.com>
83415b0b
GP
9937
9938 * MAINTAINERS (Write After Approval): Add myself.
9939
dce2d8b2 99402003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6eb95e99 9941
b951c91c
L
9942 * config.guess: Update to 2003-06-12 version.
9943 * config.sub: Update to 2003-06-13 version.
9944
dce2d8b2 99452003-06-12 H.J. Lu <hongjiu.lu@intel.com>
0bb41a37
L
9946
9947 * config.guess: Update to 2003-06-06 version.
9948 * config.sub: Update to 2003-06-06 version.
9949
655b7166
RO
99502003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9951
9952 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
9953 * configure. Regenerate.
9954
01b759aa
NN
99552003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
9956
bf1d3e81
NN
9957 * configure.in: Disable serial configure by default.
9958 * configure: Regenerate.
9959 * Makefile.tpl: Abolish .NOTPARALLEL.
9960 * Makefile.in: Regenerate.
9961
e89fbdfe
NN
9962 * Makefile.tpl: Replace {build,host,target}_canonical by
9963 {build,host,target}.
9964 * Makefile.in: Regenerate.
9965
01b759aa
NN
9966 * Makefile.tpl: Fix stupid pasto.
9967 * Makefile.in: Regenerate.
9968
f7dae026
NN
99692003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
9970
9971 * Makefile.tpl: Remove bogus conditional.
9972 * Makefile.in: Regenerate.
9973
99742003-06-05 Jan Hubicka <jh@suse.cz>
8f231b5d
JH
9975
9976 * Makefile.tpl (profiledbootstrap): New target.
9977 * Makefile.in (profiledbootstrap): New target.
9978
2ffc3e73 99792003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9a22b893
WB
9980
9981 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
9982 Pinski. Remove user names from other bugzilla-only maintainers.
9983
1a1e6b96
NN
99842003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
9985
1358ccea
NN
9986 * Makefile.tpl: Make 'recursive targets' using autogen rather
9987 than shell loop. Remove duplicate 'clean' targets and false
9988 comments.
9989 * Makefile.def: Add systematic dependencies to 'recursive' targets.
9990 Add systematic method of specifying missing targets in subdirs.
9991 Add copyright boilerplate.
9992 * Makefile.in: Regenerate.
9993 * configure.in: Add 'recursive targets' to maybe list.
9994 * configure: Regenerate.
9995
ae74ed1f
NN
9996 * MAINTAINERS: "GNATS only" -> "Bug database only".
9997
1a1e6b96
NN
9998 * Makefile.tpl: Rename [+target+] to [+make_target+].
9999 * Makefile.def: Rename 'target' to 'make_target'.
10000
c79af3fa
NB
100012003-05-31 Neil Booth <neil@daikokuya.co.uk>
10002
10003 * MAINTAINERS: Add self as options handling maintainer.
10004
39d85b61
MM
100052003-05-28 Michael Meissner <gnu@the-meissners.org>
10006
10007 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
10008 been too long since I touched those ports.
10009
afc2b62d
DD
100102003-05-28 DJ Delorie <dj@redhat.com>
10011
10012 * Makefile.tpl: Make maybe-check-gcc .PHONY.
10013 * Makefile.in: Regenerate.
10014
df445104
MR
100152003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
10016
10017 * configure.in: Use curly braces in the definition of tooldir.
10018 * configure: Regenerate.
10019
2eb98e5d 100202003-05-21 DJ Delorie <dj@redhat.com>
6eb95e99 10021
2eb98e5d
DD
10022 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
10023 newlib or libgloss.
10024 * Makefile.in: Regenerate.
10025
862fced8
DD
100262003-05-21 DJ Delorie <dj@redhat.com>
10027
10028 * Makefile.tpl: Add missing empty maybe-check-gcc target.
10029 * Makefile.in: Regenerate.
10030
fc351800
ILT
100312003-05-20 Ian Lance Taylor <ian@airs.com>
10032
10033 * MAINTAINERS: Update my e-mail address.
10034
7e2dbcef
NN
100352003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
10036
10037 * configure.in: Switch more things to use maybe dependencies.
6eb95e99 10038 * Makefile.tpl: Switch more things to use maybe dependencies.
7e2dbcef
NN
10039 Factor out common code from autogen IF statements.
10040 * configure: Regenerate.
10041 * Makefile.in: Regenerate.
10042
f2a0e225
KC
100432003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
10044
10045 * configure.in: Accept i[3456789]86 for machine type.
10046 * configure: Regenerate.
10047
8b87bb96
NN
100482003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
10049
10050 * configure.in: Switch more things to use maybe dependencies.
10051 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
10052 * configure: Regenerate.
10053 * Makefile.tpl: Switch more things to use maybe dependencies.
10054 * Makefile.in: Regenerate.
10055
fdb882bc 100562003-05-16 Andreas Schwab <schwab@suse.de>
c3969745
AS
10057
10058 * Makefile.tpl (install-opcodes): Define.
10059 * Makefile.in: Rebuild.
10060
f7c50032
AJ
100612003-05-13 Andreas Jaeger <aj@suse.de>
10062
10063 * config.guess: Update to 2003-05-09 version.
10064 * config.sub: Update to 2003-05-09 version.
10065
dce2d8b2 100662003-05-13 Michael Eager <eager@mvista.com>
243aa302
ME
10067
10068 * configure.in: Correct sed script so that options in quotes are not
10069 deleted.
10070 * configure: Rebuild.
10071
aa8f1f57
CV
100722003-05-12 Corinna Vinschen <corinna@vinschen.de>
10073
10074 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
10075 and $$s/newlib/libc/sys/cygwin32 include paths.
10076 * configure: Ditto.
10077
0c130f81
MM
100782003-05-12 Michael Meissner <gnu@the-meissners.org>
10079
10080 * MAINTAINERS: Update my email addresses.
10081
aa1a100b
EB
100822003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
10083
10084 * config-ml.in: Propagate INSTALL variables.
f7c50032 10085
87861833
GP
100862003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10087
10088 * MAINTAINERS: Remove duplicate entries in Write After Approval.
10089
de722255
CD
100902003-05-02 Chris Demetriou <cgd@broadcom.com>
10091
6eb95e99
ZW
10092 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
10093 * Makefile.in: Regenerate.
de722255 10094
96c4a002
WB
100952003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
10096
10097 * MAINTAINERS (GNATS only): Add Falk Hueffner.
10098
55b15a11
WB
100992003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
10100
10101 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
10102
0c227849
DJ
101032003-04-27 Daniel Jacobowitz <drow@mvista.com>
10104
10105 * Makefile.tpl: Clean $(BUILD_SUBDIR).
10106 * Makefile.in: Regenerated.
10107
d45148c1
WB
101082003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
10109
10110 * MAINTAINERS (Write After Approval): Upgrade myself from
10111 GNATS only to write-after-approval. Update my mail address.
10112
dce2d8b2 101132003-04-25 Loren J. Rittle <ljrittle@acm.org>
bb751e47
LR
10114
10115 (OS Port Maintainers: freebsd): Add myself.
10116
438f50c3
MM
101172003-04-22 Mark Mitchell <mark@codesourcery.com>
10118
10119 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
10120
9074e169
KJ
101212003-04-22 Kean Johnston <jkj@sco.com>
10122
10123 * MAINTAINERS (SCO ports): Added myself.
10124
dfd39a2e
NS
101252003-04-21 Nathan Sidwell <nathan@codesourcery.com>
10126
10127 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
10128
ccbae82a
KJ
101292003-04-19 Kean Johnston <jkj@sco.com>
10130
10131 * MAINTAINERS (Write After Approval): Add myself.
10132
2f50999f
GP
101332003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10134
10135 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
10136 * Makefile.in: Regenerate.
10137
e9b84181
JJ
101382003-04-18 Jakub Jelinek <jakub@redhat.com>
10139
10140 * configure.in (powerpc64*-*-linux*): Remove.
10141 * configure: Rebuilt.
10142
1ca4c6e1
PE
101432003-04-17 Phil Edwards <pme@gcc.gnu.org>
10144
10145 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
10146 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
10147 and restrap.
10148 * Makefile.in: Regenerate.
10149
0590b963
RE
101502003-04-16 Richard Earnshaw <rearnsha@arm.com>
10151
10152 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
10153 * configure: Regenerated.
10154
ff41a56f
DD
101552003-04-15 DJ Delorie <dj@redhat.com>
10156
10157 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
10158
50d440bc
NC
101592003-04-13 Nick Clifton <nickc@redhat.com>
10160
10161 * config-ml.in: Remove support for --disable-aix removing
10162 call-aix multilibs.
10163
b1e0a93e
AO
101642003-04-10 Alexandre Oliva <aoliva@redhat.com>
10165
10166 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
10167 * */configure: Rebuilt.
10168
71fb704d
JS
101692003-04-08 Joel Sherrill <joel@oarcorp.com>
10170
10171 * MAINTAINERS: Add my email address.
10172
3897ea90
OH
101732003-03-17 Olivier Hainque <hainque@act-europe.fr>
10174
10175 * MAINTAINERS (Write After Approval): Add myself.
f7c50032 10176
93c834b7
NN
101772003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
10178
10179 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
10180 * Makefile.in: Regenerate.
10181
82c34dcb
MC
101822003-03-14 Michael Chastain <mec@shout.net>
10183
10184 * Makefile.in: Regenerate with correct Makefile.def.
10185
73458fb7
NN
101862003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
10187
10188 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
10189 Make macro.
10190 * Makefile.in: Regenerate.
10191 * configure.in: Clean up gxx_include_dir logic.
10192 * configure: Regenerate.
10193
32cf27e5
AE
101942003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
10195
10196 * MAINTAINERS (Write After Approval): Add myself.
10197
c727e7a0
BE
101982003-03-10 Ben Elliston <bje@wasabisystems.com>
10199
10200 * MAINTAINERS: Update my mail address.
10201
9a27ac7a
FS
102022003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10203
10204 * configure.in (gxx_include_dir): Fix typo.
10205 * configure: Regenerated.
10206
3aa83176
NN
102072003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
10208
10209 * Makefile.tpl: Reindent.
10210 * Makefile.in: Regenerate.
10211 * configure.in: Reindent. Don't set unused variables.
10212 * configure: Regenerate.
10213
9124bc53
DJ
102142003-03-04 Daniel Jacobowitz <drow@mvista.com>
10215
10216 * configure.in: Include $(build_tooldir)/sys-include in
10217 FLAGS_FOR_TARGET.
10218 * configure: Regenerated.
10219
cb543528
NN
102202003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
10221
c858bf1e
NN
10222 * Makefile.tpl: Always pass down RANLIB.
10223 * Makefile.in: Regenerate.
10224
aa9c3ab4
NN
10225 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
10226 * Makefile.in: Regenerate.
10227 * configure.in: Remove unused logic relating to --enable-shared
10228 and --enable-threads. Remove bogus comments. Remove redundant
10229 noconfigdirs.
10230 * configure: Regenerate.
10231
cb543528
NN
10232 * configure.in: Replace ${libstdcxx_version} by its value.
10233 Remove reference to mh-dgux.
10234 * configure: Regenerate.
10235
53f70c1b
KB
102362003-03-03 Kevin Buettner <kevinb@redhat.com>
10237
10238 * MAINTAINERS (Write After Approval): Add myself.
10239
df0f0674
NN
102402003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10241
10242 * Makefile.tpl: Rearrange.
10243 * Makefile.in: Regenerate.
10244
dce2d8b2 102452003-02-25 Uwe Stieber <uwe@wwws.de>
ef4e7569
US
10246
10247 * configure.in: Add support for kaOS as cross build target system.
10248 * configure: Regenerated.
10249
a7a287eb
SB
102502003-02-24 Steven Bosscher <steven@gcc.gnu.org>
10251
10252 * MAINTAINERS (Write after approval): Add myself.
10253
ff00c8a2
JW
102542003-02-21 James E Wilson <wilson@tuliptree.org>
10255
10256 * MAINTAINERS: Update my email address.
10257
abb2db7a
ZW
102582003-02-21 Zack Weinberg <zack@codesourcery.com>
10259
10260 * MAINTAINERS: Add self to blanket write privs. section.
10261
e9f2dc3b
SM
102622003-02-20 Sean McNeil <sean@blue.mcneil.com>
10263
10264 * Makefile.tpl: Add definition of CPPFLAGS to pass into
10265 configure-target-* as some target builds may require additional
10266 flags for preprocessor tests.
10267 * Makefile.in: Regenerated.
10268
ee03dc5e
AO
102692003-02-19 Alexandre Oliva <aoliva@redhat.com>
10270
11856278
AO
10271 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
10272 * ltconfig: Handle it.
10273 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
10274 auto-detecting it.
10275
274aef32
AO
10276 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
10277 it is used as argument to $CC.
10278 * ltcf-gcj.sh: Likewise.
10279
ee03dc5e
AO
10280 * configure.in: Introduce --enable-maintainer-mode.
10281 * configure: Rebuilt.
10282 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
10283 for maintainer mode.
10284 * Makefile.in: Rebuilt.
10285
30db8e17
JM
102862003-02-18 Jason Merrill <jason@redhat.com>
10287
10288 * Makefile.tpl (check-c++): Allow parallelism.
10289
cab60ac6
GP
102902003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10291
10292 * MAINTAINERS: Remove John Carr (who never actually had access to
10293 gcc.gnu.org).
10294
c8e5d1af
GK
102952003-02-15 Geoffrey Keating <geoffk@apple.com>
10296
10297 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
10298 don't configure target-libobjc.
10299 * configure: Regenerate.
10300
70f91f50
RO
103012003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10302
10303 * Makefile.tpl (RANLIB): Define.
10304 * Makefile.in: Regenerate.
10305
669e9062
LB
103062003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
10307
10308 * MAINTAINERS: Update my email.
abb2db7a 10309
61b56b2e
KS
103102003-02-06 Keith R Seitz <keiths@redhat.com>
10311
10312 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
10313 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
10314 * Makefile.in: Regenerated.
10315 * configure.in: Remove all traces of snavigator, db, and grep.
10316 * configure: Regenerated.
10317
a1ba6e15
GP
103182003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10319
10320 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
10321 After Approval.
10322
f5f2cce5
CC
103232003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
10324
10325 * MAINTAINERS (Write after approval): Add myself.
10326
ba49f6f1
FCE
103272003-01-31 Frank Ch. Eigler <fche@redhat.com>
10328
10329 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
10330 * Makefile.in: Regenerated.
10331
ccf9f10c
RS
103322003-01-30 Roger Sayle <roger@eyesopen.com>
10333
10334 * config.guess: Updated to 2003-01-30's version.
10335 * config.sub: Updated to 2003-01-28's version.
10336
a693735b
AO
103372003-01-30 Alexandre Oliva <aoliva@redhat.com>
10338
10339 * config.if: If gcc_version is already set, just use it. Don't set
10340 gcc_version_trigger if it's already set, otherwise set it to
10341 gcc/version.c, but only if the file exists. If it is not set and
10342 gcc/version.c does not exist, try to extract the version number from
10343 $CC.
10344
204c43d6
AT
103452003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
10346
abb2db7a 10347 * MAINTAINERS: Add myself to write-after-approval list.
204c43d6 10348
842e91ec
PE
103492003-01-27 Phil Edwards <pme@gcc.gnu.org>
10350
10351 * configure.in: Revert 24Jan change.
10352 * configure: Regenerate.
10353
6b99984e
GP
103542003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10355
10356 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
10357 entry of HJ Lu.
10358
806e0935
NN
103592003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
10360
10361 * configure.in: Revert previous change.
10362 * configure: Regenerate.
10363
307a9864
NN
103642003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
10365
10366 * configure.in: Make rda native-only.
10367 * configure: Regenerate.
10368
02ba6302
VR
103692003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
10370
10371 * MAINTAINERS: Move myself from GNATS-only-accounts to
10372 write-after-approval.
10373
77d187bc
NN
103742003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
10375
10376 * configure.in: Add missing \.
10377 * configure: Rebuilt.
10378
a94a2d4c
JJ
103792003-01-17 Jakub Jelinek <jakub@redhat.com>
10380
10381 * configure.in (baseargs): Avoid using \| in sed regular
10382 expressions.
10383 * configure: Rebuilt.
10384
73f84924
JJ
103852003-01-16 Jakub Jelinek <jakub@redhat.com>
10386
10387 * configure.in (baseargs): Remove all supported forms of
10388 --cache-file, --srcdir, --host, --build and --target options
10389 from argument lists.
10390 * configure: Rebuilt.
10391
8c12fc63
JZ
103922003-01-15 Josef Zlomek <zlomekj@suse.cz>
10393
10394 * MAINTAINERS: Add myself to write-after-approval list.
10395
7c005a3a
AO
103962003-01-15 Alexandre Oliva <aoliva@redhat.com>
10397
10398 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
10399 * configure: Rebuilt.
10400
3dfabf63
NN
104012003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
10402
10403 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
10404 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
10405 * Makefile.in: Regenerate.
10406 * configure: Regenerate.
10407
cf53ae10
AO
104082003-01-09 Alexandre Oliva <aoliva@redhat.com>
10409
10410 * configure.in: Remove Makefile in build, host and target modules
10411 unless configure was run with --no-recursion.
10412 * configure: Rebuilt.
10413
3fbe8e4a
CC
104142003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
10415
10416 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
10417 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
10418 * Makefile.in: Regenerate.
10419
66e2aa7d
CD
104202003-01-08 Chris Demetriou <cgd@broadcom.com>
10421
10422 * config.guess: Update to 2003-01-03 version.
10423 * config.sub: Update to 2003-01-03 version.
10424
b5038cfb
CF
104252003-01-07 Christopher Faylor <cgf@redhat.com>
10426
10427 * configure: Regenerate with proper autoconf 2.13.
10428
d02c69be
CF
104292003-01-07 Christopher Faylor <cgf@redhat.com>
10430
10431 * configure.in: Add AC_PREREQ for consistency.
b5038cfb 10432 * configure: Regenerate.
d02c69be 10433
e914a571
AC
104342003-01-06 Andrew Cagney <ac131313@redhat.com>
10435
10436 * configure.in (GDB_TK): Add tcl directories conditional on
10437 gdb/gdbtk directory being present.
10438 * configure: Regenerate.
abb2db7a 10439
dce2d8b2 104402003-01-04 John David Anglin <dave.anglin@nrc.ca>
70571545 10441
dce2d8b2
EB
10442 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
10443 used by gcc if LD is not defined and we are not doing a Canadian Cross.
70571545
JDA
10444 * configure: Rebuilt.
10445
89a7012a
TT
104462002-12-31 Tom Tromey <tromey@redhat.com>
10447
10448 * Makefile.in: Rebuilt.
10449 * Makefile.def (target_modules) [libffi]: Allow installation.
10450
3f4f56e2
AS
104512002-12-31 Andreas Schwab <schwab@suse.de>
10452
10453 * configure.in: Fix use of $program_transform_name.
10454 * configure: Regenerated.
10455
6c1b8d0a
DJ
104562002-12-30 Daniel Jacobowitz <drow@mvista.com>
10457
10458 * configure.in (baseargs): Don't remove first configure argument.
1b414d31 10459 * configure: Regenerated.
6c1b8d0a 10460
c5120911
AO
104612002-12-29 Alexandre Oliva <aoliva@redhat.com>
10462
10463 * Makefile.tpl (local-distclean): Don't remove...
10464 (multilib.ts): ... this. Moved into...
10465 (multilib.out): ... this. Don't use sub-make.
10466 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
10467 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
10468 (configure-build-[+module+], configure-[+module+],
10469 configure-target-[+module+], configure-gcc): ... these. Test
10470 for Makefile existence. Drop config.status from dependencies.
10471 * Makefile.in: Rebuilt.
10472 * configure.in: Move gcc-version-trigger to the end of
10473 ac_configure_args. Add comments to maybedep.tmp and
10474 serdep.tmp. Introduce --disable-serial-configure. Remove
10475 nonopt from baseargs, matching and removing corresponding
10476 whitespace while at it.
10477 * configure: Rebuilt.
10478
e245b0ea
AO
104792002-12-28 Alexandre Oliva <aoliva@redhat.com>
10480
903de295
AO
10481 * configure.in (host_configargs): Replace reference to
10482 no-longer-defined buildopts with --build=${build_alias}.
10483 * configure: Rebuilt.
10484
e245b0ea
AO
10485 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
10486 program_transform_name to standard idiom.
10487 (AUTOGEN, AUTOCONF): Define.
10488 (Makefile.in): Use $(AUTOGEN).
10489 (Makefile): Depend on config.status, and use autoconf-style rule to
10490 build it. Move original commands to...
10491 (config.status): ... this new target.
10492 (configure): Add $(srcdir). Depend on config/acx.m4. Use
10493 $(AUTOCONF).
10494 * Makefile.in: Rebuilt.
10495
671aa708
NN
104962002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
10497
53fbfb58
NN
10498 * Makefile.tpl: Fix dramatic bustage due to change in
10499 program_transform_name.
10500 * Makefile.in: Regenerate.
10501
10502 * configure.in: Remove unnecessary PATH setting.
10503 * configure: Regnerate.
10504
10505 * configure.in: Don't default to unprefixed tools unless
10506 the native tools will work.
10507 * configure: Regenerate.
10508
671aa708
NN
10509 * configure.in: Convert to autoconf script. Blow away lots
10510 of now-redundant Makefile fragments.
10511 * configure: Generate using Autoconf.
10512 * Makefile.tpl: Rewrite to reflect autoconfiscation.
10513 * Makefile.in: Regenerate.
10514
57f40826
NN
105152002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
10516
3fedb745
NN
10517 * configure: Fix stupid bug where RANLIB was mistakenly included.
10518
abb2db7a 10519 * configure.in: Rename (buildargs, hostargs, targargs) to
3fedb745
NN
10520 (build_configargs, host_configargs, target_configargs).
10521
10522 * configure.in: Move logic out of sed statement.
10523
abb2db7a 10524 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
57f40826
NN
10525 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
10526
315fa0f4
SS
105272002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
10528
10529 * config.sub: Import from master repository
10530 * config.guess: Ditto
10531
45aff44f
AS
105322002-12-24 Andreas Schwab <schwab@suse.de>
10533
10534 * Makefile.tpl (multilib.out): Fix missing space.
10535 * Makefile.in: Regenerate.
10536
88b5521b
NN
105372002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
10538
10539 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
10540 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
10541 * Makefile.in: Regenerate.
10542 * configure.in: Remove unnecessary leftovers.
10543
2a726918
GK
105442002-12-21 Geoffrey Keating <geoffk@apple.com>
10545
10546 * configure.in (extra_ranlibflags_for_target): New variable.
10547 (*-*-darwin): Add -c to ranlib commands.
10548 * configure (tooldir): Handle extra_ranlibflags_for_target.
10549
aace3269 105502002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
346b290d
NN
10551
10552 * Makefile.tpl: Revert HJL's change.
10553 * Makefile.in: Regenerated.
10554 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
10555 always.
10556
f0895142
AS
105572002-12-19 Andreas Schwab <schwab@suse.de>
10558
10559 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
10560 * Makefile.in: Regenerate.
10561
dce2d8b2 105622002-12-18 H.J. Lu <hjl@gnu.org>
782d0c02
L
10563
10564 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
10565 * Makefile.in: Regenerated.
10566
10567 * configure.in (build_prefix): New. Substitute.
10568
212f6dd0
NN
105692002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
10570
79308c5d
NN
10571 * Makefile.tpl: Don't let real targets depend on phony targets.
10572 * Makefile.in: Regenerate.
10573
212f6dd0
NN
10574 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
10575 * Makefile.in: Regenerate.
10576
ab17919f
SS
105772002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
10578
10579 * config.sub: Import from master repository
10580 * config.guess: Ditto
10581
5ecf91d1
JM
105822002-12-16 Jason Merrill <jason@redhat.com>
10583
10584 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
10585 previous 'make bootstrap'.
10586 * Makefile.in: Regenerate.
10587
d8437e1b
HPN
105882002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
10589
10590 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
10591
4977bab6
ZW
105922002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
10593
10594 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
10595 * Makefile.in: Regenerate.
10596
0edcfdcb
JM
105972002-12-13 Jason Merrill <jason@redhat.com>
10598
6248218a 10599 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
0edcfdcb
JM
10600 library tests.
10601 (check-c++): Just depend on it and check-target-libstdc++-v3.
6248218a
JM
10602 * Makefile.in: Regenerate.
10603
4977bab6
ZW
106042002-12-12 Alexandre Oliva <aoliva@redhat.com>
10605
10606 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
10607 * Makefile.in: Rebuilt.
10608
f87505dd
AO
106092002-12-12 Alexandre Oliva <aoliva@redhat.com>
10610
10611 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
10612
4977bab6
ZW
106132002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
10614
10615 * configure: Fix bug put in by gremlins.
10616
10617 * Makefile.tpl: Substitute more autoconfily.
10618 * configure: Substitute more autoconfily.
10619 * Makefile.in: Regenerate.
10620
7f0db92a
SS
106212002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
10622
10623 * config.sub: Import from master repository
10624 * config.guess: Ditto
10625 * MAINTAINERS: Added Svein Seldal under write after approval
10626
4977bab6
ZW
106272002-12-08 Andrew Cagney <ac131313@redhat.com>
10628
10629 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
10630 * Makefile.in (all-sim): Ditto.
10631
106322002-12-06 DJ Delorie <dj@redhat.com>
10633
10634 * Makefile.tpl: Change configure dependencies to not have real
10635 targets depend on phony targets.
10636
106372002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
10638
10639 * configure.in: Revert unintentional change.
10640
10641 * Makefile.tpl: Change dependency for */multilib.out so that
10642 it works when gcc isn't in the tree.
10643
10644 * configure.in: Substitute more.
10645 * configure: Run subconfigures from the Makefile.
10646 * Makefile.tpl: Run subconfigures from the Makefile; add a few
10647 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
10648
67f1b906
GP
106492002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10650
10651 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
10652
4977bab6
ZW
106532002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
10654
10655 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
10656 and corresponding dependencies.
10657 * Makefile.in: Regenerate.
10658
10659 * configure.in (host_tools): Order binutils, gas and ld for
10660 convenience in running the testsuites.
10661
10662 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
10663 * Makefile.in: Regenerate.
10664 * configure.in: Introduce rules to serialize subconfigure runs.
10665
10666 * configure.in: Introduce BASE_CC_FOR_TARGET.
10667 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
10668 Realize configure-build-* targets. Realize configure-target-* targets.
10669 * Makefile.in: Regenerate.
10670
106712002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
10672
10673 * configure: Move gcc_version_trigger stuff from here...
10674 * configure.in: ...to here.
10675
10676 * configure.in: Separate subconfigure options added by this file from
10677 options given by the user. Add machinery to put args for host
10678 subconfigures into the Makefile.
10679
10680 * Makefile.tpl: Remove 'vault' targets.
10681 * Makefile.tpl: Reorder and comment dependencies.
10682 * Makefile.in: Regenerate.
10683
106842002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
10685 * configure.in: Fix my broken commit of previous patch. (sigh)
10686
743f054e
GK
106872002-11-28 Geoffrey Keating <geoffk@apple.com>
10688
10689 * configure.in: Move host-specific darwin noconfigdirs into
10690 the host-specific section.
10691
4977bab6
ZW
106922002-11-28 Geoffrey Keating <geoffk@apple.com>
10693
10694 * configure.in: Move host-specific darwin noconfigdirs into
10695 the host-specific section.
10696
106972002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
10698
10699 * configure: Remove skip-this-dir support.
10700 * Makefile.tpl: Remove skip-this-dir support.
10701
10702 * Makefile.tpl: Remove leftover support for non-autoconfiscated
10703 subdirectories.
10704 * Makefile.in: Regenerate.
10705
10706 * Makefile.tpl: Strip out useless setting of 'dir'.
10707 * Makefile.in: Regenerate.
10708
107092002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
10710
10711 * configure.in: Fix deeply stupid bug.
10712
10713 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
10714 shell code in CXX_FOR_TARGET
10715 * Makefile.def: Introduce raw_cxx.
10716 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
10717 RAW_CXX_FOR_TARGET.
10718 * Makefile.in: Regenerate.
10719
107202002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
10721
10722 * Makefile.tpl: Remove unnecessary ifs.
10723 * Makefile.in: Regenerate.
10724
10725 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
10726 dependencies. Maybe-ize build-libiberty. Create dummy install
10727 targets for 'no_install' modules.
10728 * configure: Move GDB_TK substitution to configure.in. Move
10729 build_modules stuff to configure.in.
10730 * configure.in: Implement soft dependency machinery. Maybe-ize
10731 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
10732 * Makefile.in: Regenerate.
10733
107342002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
10735
10736 * Makefile.tpl: Make all-target, install-target behave similarly
10737 to all, install (only hitting configured targets). Eliminate
10738 unused macro defintions.
10739
10740 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
10741 build != host.
10742
10743 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
10744
10745 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
10746
10747 * configure.in: Produce lists of subdir targets we're actually
10748 configuring. Remove references to "dosrel".
10749 * Makefile.tpl: Let configure set which subdir targets are hit.
10750 Remove install-cross; clean up install; remove ALL. Remove
10751 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
10752 Autogenerate host module targets. Remove empty dependency lines
10753 and redundant dependency; rearrange slightly.
10754 * Makefile.def: Add host-side libtermcap, utils.
10755
10756 * Makefile.in: Regenerate.
10757
e6226a2f
RO
107582002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10759
10760 * ltconfig (osf[345]): Append $major to soname_spec.
10761 Reflect this in library_names_spec.
10762 * ltmain.sh (osf): Prefix $major with . for use as extension.
10763
3b75d237
AJ
107642002-11-19 Andreas Jaeger <aj@suse.de>
10765
10766 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
10767 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
10768 and sparc64 GNU/Linux systems.
10769
809108de
NS
107702002-11-19 Nathan Sidwell <nathan@codesourcery.com>
10771
10772 * MAINTAINERS: Update email.
10773
e7e0de7e
GP
107742002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10775
10776 * MAINTAINERS: Complete James Dennett's entry.
10777
f7109dea
EB
107782002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
10779
10780 * MAINTAINERS (Write After Approval): Add myself.
10781
d3ac17c9
BK
107822002-11-13 Bruce Korb <bkorb@gnu.org>
10783
10784 * Makefile.tpl: syntactic cleanup
10785
dce2d8b2 107862002-11-13 Stuart Hastings <stuart@apple.com>
cbf78ae4
SH
10787
10788 * MAINTAINERS: Add myself to write-after-approval list.
10789
4977bab6
ZW
107902002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
10791
10792 * Makefile.def: Add list of recursive targets to autogenerate.
10793 Add build_modules.
10794 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
10795 targets. Autogenerate *-build-* targets.
10796 * Makefile.in: Regenerate.
10797
107982002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
10799
10800 * configure: More autoconf-style substitutions.
10801 * Makefile.tpl: More autoconf-style substitutions.
10802 * Makefile.in: Regenerate.
10803
108042002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
10805
10806 * configure: Substitute more variables in a more autoconf-friendly
10807 way. Simplify slightly.
10808 * Makefile.tpl: Make more variables substitutable in an
10809 autoconf-friendly way.
10810 * Makefile.in: Regenerate.
10811
d4783999
JW
108122002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
10813
10814 * MAINTAINERS (Write After Approval): Add myself.
10815
4977bab6
ZW
108162002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
10817
10818 * configure.in (v810*): Remove special setting of tools.
10819
10820 * configure: Add support for extra required flags for ar or nm.
10821 * configure.in (aix4.3+): Use above support for target-specific
10822 issues, rather than using config/mt-aix43.
10823
108242002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
10825
10826 * configure: Remove 'removing', which doesn't work. Replace $subdir
10827 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
10828 with $srcdir. Reformat indentation. Substitute some variables
10829 formerly hard-coded in the Makefile for build=host.
10830 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
10831 * Makefile.def: Autogenerate more.
10832 * Makefile.in: Regenerate.
10833
1c9c903e
AN
108342002-11-04 Adam Nemet <anemet@lnxw.com>
10835
10836 * MAINTAINERS (Write After Approval): Add myself.
10837
40673d2b
KB
108382002-11-04 Kevin Buettner <kevinb@redhat.com>
10839
10840 * Makefile.def (host_modules): Add rda.
10841 * Makefile.in: Regenerate.
10842 * configure.in (target_tool): Add target-rda to list.
10843
42e650ae
GP
108442002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10845
10846 * MAINTAINERS: Remove "co-maintainer" note for web pages.
10847
e004b81f
PE
108482002-10-25 Phil Edwards <pme@gcc.gnu.org>
10849
10850 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
10851 and restrap targets to this rule.
10852 * Makefile.in: Regenerate.
10853
06bd49b1
GP
108542002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10855
10856 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
10857 GNATS only accounts.
10858
d0af82b0
HPN
108592002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
10860
10861 * configure.in (i[3456]86-*-linux*): Add check to disable
10862 ${libgcj} for glibc1.
10863
10782654
DC
108642002-10-24 Denis Chertykov <denisc@overta.ru>
10865
10866 * MAINTAINERS: Add myself as ip2k port maintainer.
10867
a5a438f5
SS
108682002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
10869
10870 * configure.in: Add tic4x target.
10871
fe3d5b7f
NN
108722002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
10873
aba8a494
NN
10874 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
10875 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
10876 * Makefile.in: Regenerate.
10877
fe3d5b7f
NN
10878 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
10879 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
10880 * Makefile.in: Regenerate.
10881
a6ad79e7
JJ
108822002-10-02 Janis Johnson <janis187@us.ibm.com>
10883
10884 * MAINTAINERS: Add myself as web pages co-maintainer.
10885
6a8a9058
NN
108862002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
10887
10888 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
10889 * Makefile.in: Regenerate.
10890
327d975a
ZW
108912002-10-02 Zack Weinberg <zack@codesourcery.com>
10892
10893 * MAINTAINERS: Add myself and Nathan Sidwell
10894 <nathan@codesourcery.com> as VxWorks maintainers.
10895
a5ae8f19 108962002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
f5e0c73c
NN
10897
10898 * Makefile.def: Remove order dependency comments.
10899 * Makefile.tpl: Add explicit install-install dependencies.
10900 * Makefile.in: Regenerate.
d0f6c823 10901
34c6040c 10902 * Makefile.tpl: Remove material now in src-release. (Finally!)
f5e0c73c 10903 * Makefile.in: Regenerate.
34c6040c 10904
d0f6c823
NN
10905 * Makefile.tpl: Add configure-target (for src-release in src)
10906 * Makefile.in: Regenerate.
10907
50bd210b
NC
109082002-09-30 Nick Clifton <nickc@redhat.com>
10909
10910 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
10911
ca25149e
UW
109122002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
10913
10914 * configure.in (s390*-*-linux*): Enable libgcj.
10915
dd30b57d
NN
109162002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
10917
9e60a678
NN
10918 * configure: Revert accidentally applied changes.
10919
dd30b57d
NN
10920 * Makefile.tpl: Make more autoconf-friendly.
10921 * Makefile.in: Regenerate.
10922 * configure: Make substitution more autoconf-like.
10923
5831424e
RE
109242002-09-28 Richard Earnshaw <rearnsha@arm.com>
10925
10926 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
10927 single entry to handle all these.
10928 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
10929 libjava on arm-*-elf.
10930
b7f3b15b
GK
109312002-09-27 Geoffrey Keating <geoffk@apple.com>
10932
10933 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
10934 things that depend on them.
10935
0dffceed
NN
109362002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
10937
10938 * Makefile.tpl: Make subsituted variables more autoconfy.
10939 * Makefile.in: Regenerate.
10940 * configure: Make seds more autoconfy.
10941
1db75a86 109422002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
ec0461f6
NN
10943
10944 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
10945 * Makefile.in: Regenerate.
10946 * configure.in: Rewrite sed statements to look autoconfy.
10947
1db75a86
NN
10948 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
10949 all-target-foo on configure-target-foo.
10950 * Makefile.def: Ditto.
10951 * Makefile.in: Rebuild.
10952
741a4e89
AH
109532002-09-25 Andrew Haley <aph@redhat.com>
10954
10955 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
10956
95ddd785
NN
109572002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
10958
10959 * Makefile.def: New file.
10960 * Makefile.tpl: New file.
10961 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
10962 * contrib/gcc_update: Note that Makefile.in is a generated file.
10963
10964 * configure.in: Minor rearrangement. Simplify tests.
10965
65a824f6
JT
109662002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
10967
10968 * configure.in (with_headers): Skip copy if value is "yes".
10969 (with_libs): Likewise.
10970
51270f0a 109712002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
fbf86afb
NN
10972
10973 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
10974 * configure.in (sh*-*-pe*): Ditto.
10975 * configure.in (mips*-*-pe*): Ditto.
10976 * configure.in (*arm-wince-pe): Ditto.
10977
8f89dbf4
NN
10978 * configure.in: Rearrange.
10979
c1b8db3f
KH
109802002-09-14 Kazu Hirata <kazu@cs.umass.edu>
10981
10982 * MAINTAINERS: Update my email address.
10983
341f0575
PK
109842002-08-30 Paul Koning <pkoning@equallogic.com>
10985
10986 * MAINTAINERS: (Write After Approval): Add myself.
10987
d2e06980
GK
109882002-08-29 Geoffrey Keating <geoffk@redhat.com>
10989
10990 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
10991
4906d5d8
GK
109922002-08-24 Geoffrey Keating <geoffk@redhat.com>
10993
10994 * MAINTAINERS: Change my mailing address.
10995
e9a25cc8
PC
109962002-08-21 Paolo Carlini <pcarlini@unitus.it>
10997
10998 * MAINTAINERS (Write After Approval): Remove myself.
327d975a 10999 (Various Maintainers: c++ runtime libs): Add myself.
e9a25cc8 11000
dce2d8b2 110012002-08-20 Loren J. Rittle <ljrittle@acm.org>
a5aa7421
LR
11002
11003 * MAINTAINERS (Write After Approval): Remove myself.
11004 (Various Maintainers: c++ runtime libs): Add myself.
11005
5ce6f47b
EC
110062002-08-15 Eric Christopher <echristo@redhat.com>
11007
11008 * config.sub: Import from master repository.
11009 * config.guess: Ditto.
11010
7f9317f0
AO
110112002-08-19 Alexandre Oliva <aoliva@redhat.com>
11012
11013 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
11014 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
11015 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
11016
7aecca3d
AH
110172002-08-16 Aldy Hernandez <aldyh@redhat.com>
11018
11019 * MAINTAINERS: Add self to rs6000 vector extensions.
11020
8ea4b195
AO
110212002-08-15 Alexandre Oliva <aoliva@redhat.com>
11022
11023 * libiberty/configure: Reverted unintended yesterday's check in.
11024
f5cc59a7
AO
110252002-08-14 Alexandre Oliva <aoliva@redhat.com>
11026
11027 * boehm-gc/configure, libf2c/configure: Rebuilt.
11028 * libffi/configure, libiberty/configure: Ditto.
11029 * libjava/configure, libobjc/configure: Ditto.
11030 * libstdc++-v3/configure, zlib/configure: Ditto.
11031 Merged from binutils:
11032 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
11033 From Steve Ellcey <sje@cup.hp.com>:
11034 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
11035 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
11036 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
11037 IA64.
11038 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
11039 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
11040 soname_spec, sys_lib_search_path_spec): Ditto.
11041
dce2d8b2 110422002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
66350331
FS
11043
11044 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
11045
2ff34870
L
110462002-08-04 H.J. Lu (hjl@gnu.org)
11047
11048 * configure.in (mips*-*-linux*): Don't skip target-libffi.
11049
a014f2fe
KW
110502002-08-02 Krister Walfridsson <cato@df.lth.se>
11051
11052 * MAINTAINERS (Write After Approval): Add myself.
11053
c01d477a
AM
110542002-07-31 Alan Modra <amodra@bigpond.net.au>
11055
11056 * configure.in: Move generic linux case to end. Copy generic
11057 linux noconfigdirs to mips*-*-linux* entry and new
11058 powerpc64*-*-linux* entry. Add target-libffi for the latter.
11059
68cd2524
MM
110602002-07-19 Michael Matz <matz@suse.de>
11061
11062 * MAINTAINERS: Add myself as ra* maintainer.
11063
e2d83b8c
CD
110642002-07-16 Chris Demetriou <cgd@broadcom.com>
11065
11066 * config.guess: Update to 2002-07-09 version.
11067 * config.sub: Update to 2002-07-03 version.
11068
cece4f1d
HPN
110692002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
11070
11071 * MAINTAINERS: Fix typo in a maintainer email address.
11072
bb654703
NN
110732002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
11074
11075 * configure.in: Remove two redundant tests.
11076
789b7de5
RO
110772002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11078
11079 * configure.in (mips*-*-irix6*o32): Enable stabs.
11080
e1da1089
NN
110812002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
11082
f3970bba
NN
11083 * configure.in: Don't build grez.
11084 * Makefile.in: Ditto.
11085
e1da1089
NN
11086 * Makefile.in: Remove references to bsp, cygmon, libstub.
11087 * configure.in: Ditto.
11088
11089 * configure.in: Remove leftover reference to gdbtest.
11090
57c905fa
PE
110912002-07-08 Phil Edwards <pme@gcc.gnu.org>
11092
11093 * configure.in (gxx_include_dir): Change to match versioned
11094 C++ headers if --enable-version-specific-runtime-libs is used.
11095
a0af94a7 110962002-07-04 Steve Ellcey <sje@cup.hp.com>
5ce6f47b 11097
a0af94a7
SE
11098 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
11099
423ce3eb
NN
111002002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
11101
11102 * configure.in: Make --without-x work.
11103
98186934
NN
111042002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
11105
c3b7d169
NN
11106 * configure.in: Rearrange target Makefile fragment collection.
11107
98186934
NN
11108 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
11109 cvs[src].
11110 * configure.in: Ditto.
11111
eebd288a
MK
111122002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
11113
11114 * MAINTAINERS (Write After Approval): Update my e-mail address.
11115
3ab36f05
NN
111162002-06-24 Ben Elliston <bje@redhat.com>
11117
11118 * configure.in (host_tools): Remove cgen.
11119
11120 * Makefile.in (all-cgen): Remove; runs from its source directory.
11121 (check-cgen, install-cgen, clean-cgen): Likewise.
98186934 11122 (all-opcodes): Do not depend on all-cgen.
3ab36f05
NN
11123 (all-sim): Likewise.
11124
dce2d8b2 111252002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
3ab36f05
NN
11126
11127 * Makefile.in: Eliminate 'apache' targets.
11128 * configure.in: Eliminate 'apache' targets.
11129
55380b08
NN
11130 * configure.in: Eliminate redundant tests. Reorganize.
11131
9a5c1b9d
NN
11132 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
11133
5fd3853a
NN
11134 * config-ml.in: Eliminate references to Cygnus configure.
11135
cfefc434
NN
11136 * Makefile.in: Eliminate references to building emacs.
11137
2fe93885
GS
111382002-06-28 Graham Stott <graham.stott@btinternet.com>
11139
11140 * MAINTAINERS: Update my email address.
11141
53c40185
BK
111422002-06-26 Benjamin Kosnik <bkoz@redhat.com>
11143
11144 * config.if (libstdcxx_incdir): Version C++ headers.
5ce6f47b 11145 (cxx_incdir): Remove.
53c40185 11146
97679694
NN
111472002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
11148
11149 * MAINTAINERS (Write After Approval): Add self.
11150
b03bcd37
DC
11151Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
11152
11153 * configure.in: Add support for ip2k.
11154
6bd12129
NN
111552002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
11156
11157 * configure.in: Fix AIX configury bug.
11158
e0d98a92
SE
111592002-06-20 Steve Ellcey <sje@cup.hp.com>
11160
11161 * MAINTAINERS (Write After Approval): Add self.
11162
ba3292db
NN
111632002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
11164
ef40bc65
NN
11165 * configure.in: replace ${topsrcdir} with ${srcdir}
11166
7a0be465
NN
11167 * configure.in: Move definition of libstdcxx_flags
11168 right above usage, rather than waaay earlier.
11169
e1848dde
NN
11170 * configure.in: Pull definition of is_cross_compiler earlier.
11171
8bc2fff1
NN
11172 * configure.in: Rearrange a little.
11173
ba3292db
NN
11174 * configure.in: Remove references to librx.
11175 * Makefile.in: Remove references to librx.
11176
11d8b408
DC
11177Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
11178
11179 * config.sub: Add support for avr target.
11180 Import from master sources, rev 1.255
5ce6f47b 11181
93da8339
PE
111822002-06-19 Phil Edwards <pme@gcc.gnu.org>
11183
11184 * configure, .cvsignore: Revert previous change...
11185 * Makefile: ...delete.
11186
b4caab5c
NN
111872002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
11188
11189 * configure.in: Eliminate ${gasdir} variable.
11190
ee777171
DB
111912002-06-18 Dave Brolley <brolley@redhat.com>
11192
11193 * configure.in: Add support for frv.
11194 * config.sub: Add support for frv.
11195
26e4af54
PE
111962002-06-18 Phil Edwards <pme@gcc.gnu.org>
11197
11198 * configure: Remove garbage from previous commit.
11199
bb20b7da
PE
112002002-06-18 Phil Edwards <pme@gcc.gnu.org>
11201
11202 * configure: For in-source builds, make a subdir and re-exec there.
11203 * Makefile: New file. Pass targets through to build directory.
11204 * .cvsignore: No longer ignore "Makefile".
11205
9d321f6c
DR
112062002-06-16 Douglas Rupp <rupp@gnat.com>
11207
11208 * MAINTAINERS (Write After Approval): Add self.
11209
c8eb2bc0
KG
112102002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11211
11212 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
11213
f210d239
JT
112142002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
11215
11216 * configure.in (vax-*-netbsd*): Re-enable gas.
11217
e9667b3c
NN
112182002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
11219
efe1f357
NN
11220 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
11221 BUILD_PREFIX_1, to correct nomenclature.
11222 * configure: Likewise.
11223
e9667b3c
NN
11224 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
11225 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
11226
fe2fe497
OH
112272002-05-31 Olaf Hering <olh@suse.de>
11228
11229 * config-ml.in: Propogate DESTDIR also.
11230
dcf7f0dd
JT
112312002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
11232
11233 * configure.in (vax-*-netbsd*): Don't build gas for this
11234 platform.
11235
6ff14f32
MM
112362002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
11237
11238 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11239 and libgcj for AVR.
11240
397de1ff
KK
112412002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
11242
11243 * MAINTAINERS (Write After Approval): Add myself.
11244
ac30211c
JT
112452002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
11246
11247 * config.guess: Update to 2002-05-22 version.
11248 * config.sub: Likewise.
11249
1e6347d8
RO
112502002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11251
11252 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
11253 * config-ml.in: Likewise.
11254 * configure: Likewise.
11255 * configure.in: Likewise.
11256
e5ce1d6d
SC
112572002-05-16 Stephane Carrez <stcarrez@nerim.fr>
11258
11259 * MAINTAINERS: Update my email address.
11260
6cdef75d
NN
112612002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
11262
4a87f061
NN
11263 * configure.in: Simplify makefile fragment collection.
11264
11265 * configure.in: Remove code to build emacs.
603606e7 11266
e254d6b5
NN
11267 * configure.in : Remove --srcdir argument from targargs and buildargs
11268 (it's always overridden in the Makefile anyway). Rearrange a bit.
11269
11270 * configure: Move some logic to configure.in.
11271 * configure.in: Move some logic from configure.
6cdef75d 11272
1d6006fe
TT
112732002-05-11 Tom Tromey <tromey@redhat.com>
11274
11275 * MAINTAINERS: Reflect libgcj reality.
11276
b70b3534
FS
112772002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
11278
11279 * Makefile.in: Honour DESTDIR.
11280
4434687a
MM
112812002-05-08 Mark Mitchell <mark@codesourcery.com>
11282
11283 * config.guess: Import 2002-03-20 version.
11284 * config.sub: Import 2002-04-26 version.
11285
a89e49c7
RO
112862002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11287
11288 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
11289
44e55536
TJ
112902002-05-07 Tim Josling <tej@melbpc.org.au>
11291
11292 * MAINTAINERS: Add self.
11293
dce2d8b2 112942002-05-06 Loren J. Rittle <ljrittle@acm.org>
97320a3f
LR
11295
11296 * ltmain.sh: Detect and handle object name conflicts
11297 while piecewise linking a static library.
11298
b7c13625
AO
112992002-05-05 Alexandre Oliva <aoliva@redhat.com>
11300
11301 * configure.in (noconfigdirs): Don't disable libgcj on
11302 sparc64-*-solaris* and sparcv9-*-solaris*.
11303
4182d9fa
AO
113042002-05-03 Alexandre Oliva <aoliva@redhat.com>
11305
11306 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
11307
7bebf279
TF
113082002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
11309
11310 * configure.in (FLAGS_FOR_TARGET): Do not add
11311 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
11312 on i[3456]86-*-linux*.
11313
9a06dc7d
TF
113142002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
11315
11316 * configure.in (noconfigdirs): Replace [ ] with test.
11317
11318 * configure.in (noconfigdirs): Do not add target-newlib if
11319 target == i[3456]86-*-linux*, and host == target.
11320
a51a07fa
NN
113212002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
11322
9e7facd6
DD
11323 * configure.in: delete reference to absent file
11324
aeaa0f2f
NN
11325 * configure.in: replace '[' with 'test'
11326
4bb98828
NN
11327 * configure.in: Eliminate references to gash.
11328 * Makefile.in: Eliminate references to gash.
11329
64791664
NN
11330 * configure.in: remove useless references to 'pic' makefile fragments.
11331
3ed57cf4
NN
11332 * configure.in: (*-*-windows*) Finish removing.
11333
a51a07fa
NN
11334 * configure.in: Eliminate redundant test for libgui.
11335
8552f6f1
RS
113362002-04-29 Roger Sayle <roger@eyesopen.com>
11337
11338 * MAINTAINERS: Add self and realphabetize. Update entries
11339 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
11340 entry for a29k port maintainer.
11341
dce2d8b2 113422002-04-26 Joel Sherrill <joel@OARcorp.com>
9e847666
JS
11343
11344 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
11345 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
11346
704c9a14
NN
113472002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
11348
11349 * configure.in: remove references to dead files
11350
7bff5059
MM
113512002-04-19 Mark Mitchell <mark@codesourcery.com>
11352
11353 * MAINTAINERS: Add information about purpose of this file.
11354
0c7c67f0
TT
113552002-04-18 Tom Tromey <tromey@redhat.com>
11356
11357 * configure.in: Disallow configuring libgcj when it is already
11358 installed and we're using Solaris 2.8 linker. Do enable libgcj on
11359 Solaris 2.8 by default. For PR libgcj/6158.
11360
63501e91
NN
113612002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
11362
11363 * configure.in: Move default CC setting out of config/mh-* fragments
11364 directly into here.
11365
701afd4d
NN
113662002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
11367
11368 * configure.in: don't even try to configure or make a subdirectory
11369 if there's no configure script for it.
11370
07cdae91
MM
113712002-04-15 Mark Mitchell <mark@codesourcery.com>
11372
11373 * MAINTAINERS: Remove chill maintainers.
11374 * Makefile.in (CHILLFLAGS): Remove.
11375 (CHILL_LIB): Remove.
11376 (TARGET_CONFIGDIRS): Remove libchill.
11377 (CHILL_FOR_TARGET): Remove.
11378 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
11379 CHILL_LIB.
11380 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
11381 (CHECK_TARGET_MODULES): Likewise.
11382 (INSTALL_TARGET_MODULES): Likewise.
11383 (CLEAN_TARGET_MODULES): Likewise.
11384 (configure-target-libchill): Remove.
11385 (all-target-libchill): Remove.
11386 * configure.in (target_libs): Remove target-libchill.
11387 Do not compute CHILL_FOR_TARGET.
11388 * libchill: Remove directory.
5ce6f47b 11389
ab50d72b
DD
113902002-04-11 DJ Delorie <dj@redhat.com>
11391
11392 * Makefile.in, configure.in: Sync with binutils, entries
11393 follow...
11394
0a1e123a
DD
113952002-04-07 Andrew Cagney <ac131313@redhat.com>
11396
11397 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
11398 (do-tar, do-bz2): New rules.
11399 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
11400 (gdb-tar): New rule.
11401 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
11402 (insight_dejagnu.tar): New rule.
11403 (insight.tar): New rule.
11404 (gdb+dejagnu.tar): New rule.
11405 (gdb.tar): New rule.
11406
ab50d72b
DD
114072002-02-01 Mo DeJong <supermo@bayarea.net>
11408
11409 * Makefile.in: Add all-tix to deps for all-snavigator
11410 so that tix is built when building snavigator.
11411
114122002-01-11 Steve Ellcey <sje@cup.hp.com>
11413
11414 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
11415 ld and gdb are not supported.
11416
114172002-01-07 Mark Salter <msalter@redhat.com>
11418
11419 * configure.in: Remove target-bsp and target-cygmon from arm builds.
11420 Allow target-libgloss to be built for arm, strongarm, and xscale.
11421
114222001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
11423
11424 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
11425 options for i[3456]86-pc-linux* native builds.
11426
114272001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
11428
11429 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
11430 files from .po files for a distribution.
11431
114322001-09-03 Jeff Holcomb <jeffh@redhat.com>
11433
11434 * configure.in: Enable libstdc++-v3 for h8300 targets.
11435
114362001-06-19 Alan Modra <amodra@bigpond.net.au>
11437
11438 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
11439 version from bfd/.
11440
11441Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
11442
11443 * Makefile.in (VER): When present, extract the version number from
11444 the file version.in.
11445
dce2d8b2 114462001-05-24 Tom Rix <trix@redhat.com>
ab50d72b
DD
11447
11448 * configure.in : enable ld for aix
11449
114502001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
11451
11452 * config.guess: Add linux target for S/390.
11453
114542000-11-07 Philip Blundell <pb@futuretv.com>
11455
11456 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
11457
114582000-11-03 Philip Blundell <pb@futuretv.com>
11459
11460 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
11461 files.
11462
114632001-01-15 Ben Elliston <bje@redhat.com>
11464
11465 * configure.in (host_tools): Add sid.
11466 Always configure cgen.
11467
114682000-11-24 Nick Clifton <nickc@redhat.com>
11469
11470 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
11471
ab50d72b
DD
114722000-08-20 Doug Evans <dje@casey.transmeta.com>
11473
11474 * Makefile.in (ALL_MODULES): Add all-cgen.
11475 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
11476 (all-cgen): New target.
11477 (all-opcodes,all-sim): Depend on all-cgen.
11478 * configure.in (host_tools): Add cgen.
11479 Only configure cgen if --enable-cgen-maint.
11480
dce2d8b2 114812002-04-09 Loren J. Rittle <ljrittle@acm.org>
ef98ad7b
LR
11482
11483 * configure.in: Add *-*-freebsd* configurations.
11484
90def2b2
TT
114852002-04-08 Tom Tromey <tromey@redhat.com>
11486
11487 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
11488 Fixes PR libgcj/6068.
11489
320d7e7a
KW
114902002-03-30 Krister Walfridsson <cato@df.lth.se>
11491
11492 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
11493
18b467f1
RO
114942002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11495
11496 * configure.in (alpha*-dec-osf*): Enable libgcj.
11497
dce2d8b2 114982003-03-27 Matthew Gingell <gingell@gnat.com>
8bb3a5af
MG
11499
11500 * MAINTAINERS (Write After Approval): Add myself.
11501
56ae9405
NC
115022002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
11503
11504 Fix for: PR bootstrap/3591, target/5676
11505 * configure.in (mcore-pe): Disable the configuration of
11506 libstdc++-v3 since exceptions are not supported.
11507
f18d9a0c
AG
115082002-03-20 Anthony Green <green@redhat.com>
11509
11510 * configure.in: Enable libgcj for xscale-elf target.
11511
dce2d8b2 11512Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
c0e21eef
R
11513
11514 * MAINTAINERS: Update my email address.
11515
28eca9e8
AO
115162002-03-16 Alexandre Oliva <aoliva@redhat.com>
11517
11518 * ltmain.sh (relink_command): Fix typo in previous change.
11519
e67e72c7
AO
115202002-03-15 Alexandre Oliva <aoliva@redhat.com>
11521
11522 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
11523 (relink_command): Added --tag flags.
11524 (mode=install): If relinking fails; error out.
11525
c2273204
RH
115262002-03-12 Richard Henderson <rth@redhat.com>
11527
11528 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
11529 .NOTPARALLEL tag.
11530 (do-check): Rename from check.
11531 (check): Allow parallel check.
11532
bcb64245
BW
115332002-03-12 Bob Wilson <bob.wilson@acm.org>
11534
11535 * MAINTAINERS: Add myself as maintainer for xtensa port.
11536 Fix alphabetical order in CPU port maintainer list.
11537 Remove myself from Write After Approval list.
11538
63adb4ff
RH
115392002-03-11 Richard Henderson <rth@redhat.com>
11540
11541 * Makefile.in (.NOTPARALLEL): Add fake tag.
11542
9bec4bf0
L
115432002-03-07 H.J. Lu (hjl@gnu.org)
11544
11545 * configure.in: Enable gprof for mips*-*-linux*.
11546
c7fc1f84
DS
115472002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
11548
11549 * MAINTAINERS (Write After Approval): Add myself.
11550
6bff33fb
AO
115512002-02-28 Alexandre Oliva <aoliva@redhat.com>
11552
11553 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
11554 libjava.
11555 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
11556
0210b33b
AO
115572002-02-23 Alexandre Oliva <aoliva@redhat.com>
11558
11559 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
11560 because its Makefile is there; test for the executable instead.
11561
fcc0a3ef
AO
115622002-02-22 Alexandre Oliva <aoliva@redhat.com>
11563
11564 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
11565 libstdc++-v3 and libjava.
11566
dce2d8b2 115672002-02-11 Adam Megacz <adam@xwt.org>
97cf8285
AM
11568
11569 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
11570 boehm-gc
5ce6f47b 11571
40fe0ec3
AO
115722002-02-09 Alexandre Oliva <aoliva@redhat.com>
11573
11574 * config.guess: Updated to 2002-01-30's version.
11575 * config.sub: Updated to 2002-02-01's version.
11576 Contribute sh64-elf.
11577 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
11578 * configure.in: Added sh64-*-*.
11579
694d53ee
CD
115802002-02-08 Chris Demetriou <cgd@broadcom.com>
11581
11582 * MAINTAINERS: Belatedly add myself to write after approval list.
11583
a9ca50b1
JH
11584Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
11585
11586 * MAINTAINERS: Put self in as maintainer for x86-64 port.
11587 Remove self as Write After Approval.
11588
5ffc3500
GK
115892002-01-31 Geoffrey Keating <geoffk@redhat.com>
11590
11591 * MAINTAINERS: Put self in as maintainer for contrib/regression
11592 directory.
11593
4ceaf7fb
PE
115942002-01-28 Phil Edwards <pme@gcc.gnu.org>
11595
11596 * MAINTAINERS: Update my email address.
11597
51584787
JT
115982002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
11599
5ce6f47b
EC
11600 * configure.in (*-*-netbsd*): New. Skip target-newlib,
11601 target-libiberty, and target-libgloss. Skip Java-related
51584787
JT
11602 libraries if not supported for NetBSD on target CPU.
11603
5701d273
DR
116042002-01-25 Douglas B Rupp <rupp@gnat.com>
11605
11606 * install-sh: Use _inst.$$_ for temp file name.
11607
b299a075
JT
116082002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
11609
11610 * MAINTAINERS (Write After Approval): Move my contact info
11611 from here...
11612 (OS Port Maintainers): ...to here (netbsd).
11613
51fe14b5
BW
116142002-01-22 Bob Wilson <bob.wilson@acm.org>
11615
11616 * MAINTAINERS (Write After Approval): Add myself.
11617
dce2d8b2 116182002-01-17 H.J. Lu <hjl@gnu.org>
b634ad42
L
11619
11620 * Makefile.in (all-fastjar): Also depend on all-libiberty.
11621 (all-target-fastjar): Also depend on all-target-libiberty.
11622
3cd87679
L
116232002-01-16 H.J. Lu (hjl@gnu.org)
11624
11625 * config.guess: Import from master sources, rev 1.225.
11626 * config.sub: Import from master sources, rev 1.238.
11627
969a6d8f
KH
116282002-01-16 Kazu Hirata <kazu@hxi.com>
11629
11630 * MAINTAINERS (Write After Approval): Remove myself.
11631
366f6a52
FW
116322001-12-19 Florian Weimer <fw@deneb.enyo.de>
11633
11634 * MAINTAINERS (Write After Approval): Add myself.
11635
f02240b6
JM
116362001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
11637
11638 * MAINTAINERS: Add self as docs co-maintainer.
11639
5d08dc39
MK
116402001-12-11 Matthias Klose <doko@debian.org>
11641
11642 * MAINTAINERS (Write After Approval): Add myself.
11643
39e790d5
ZW
116442001-12-09 Zack Weinberg <zack@codesourcery.com>
11645
11646 * MAINTAINERS: Update my email address.
11647
4519d6a3
TC
116482001-12-07 Turly O'Connor <turly@apple.com>
11649 * MAINTAINERS (Write After Approval): Add myself.
11650 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
11651 (rs6000_initialize_trampoline): Call __trampoline_setup for
11652 ABI_DARWIN too.
11653 * darwin-tramp.asm: New file, implements __trampoline_setup.
6e12e72c 11654 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4519d6a3 11655
21cf0a73
PC
116562001-12-07 Paolo Carlini <pcarlini@unitus.it>
11657
11658 * MAINTAINERS (Write After Approval): Add myself.
11659
4ee43206
DR
11660Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
11661
11662 * configure, configure.in: Use temp file for long sed commands.
11663
251931f3
LG
116642001-12-03 Laurent Guerby <guerby@acm.org>
11665
11666 * config.sub: Update to version 1.232 on subversion.
11667
03777dd7
BE
116682001-12-03 Ben Elliston <bje@redhat.com>
11669
11670 * MAINTAINERS: Update mail address for config.* patches.
11671
dce2d8b2 116722001-11-27 DJ Delorie <dj@redhat.com>
e490616e
ZW
11673 Zack Weinberg <zack@codesourcery.com>
11674
11675 When build != host, create libiberty for the build machine.
11676
11677 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
11678 CONFIG_ARGUMENTS.
11679 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
11680 New variables.
11681 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
11682 and rules.
11683 (all.normal): Depend on ALL_BUILD_MODULES.
11684 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
11685 (all-build-libiberty): Depend on configure-build-libiberty.
11686
11687 * configure: Calculate and substitute proper value for
11688 ALL_BUILD_MODULES.
11689 * configure.in: Create the build subdirectory.
11690 Calculate and substitute TARGET_CONFIGARGS (formerly
11691 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
11692
04075e8f
ZL
116932001-11-26 Ziemowit Laski <zlaski@apple.com>
11694
11695 * MAINTAINERS (write-after-approval): Add self.
11696
ed19322d
CR
116972001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
11698
11699 * MAINTAINERS (GNATS only accounts): Remove self.
11700
90a12988
HPN
117012001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
11702
11703 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
11704 libf2c.
11705
77e653ad
CR
117062001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
11707
11708 * MAINTAINERS (Write After Approval): Add self.
11709
64adad99
DB
117102001-11-12 David O'Brien <obrien@FreeBSD.org>
11711
11712 * MAINTAINERS: mips and s390 are also CPU ports.
11713
834a28c7
DB
117142001-11-12 David O'Brien <obrien@FreeBSD.org>
11715
11716 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
11717
ef94239f
DB
117182001-11-11 David O'Brien <obrien@FreeBSD.org>
11719
11720 * MAINTAINERS: Alphabetize.
11721
beda0427
KH
117222001-11-09 Kazu Hirata <kazu@hxi.com>
11723
11724 * MAINTAINERS (Various maintainers: h8 port): Add myself.
11725
6ca224d3
JDA
117262001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
11727
11728 * MAINTAINERS (Various maintainers: hppa port): Added myself.
11729
132e4bd7
PE
117302001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
11731
11732 * configure.in (--enable-languages): Be more permissive about
11733 syntax. Check for empty lists better. Warn about $LANGUAGES.
11734
c6243b4c
GK
117352001-11-08 Geoffrey Keating <geoffk@redhat.com>
11736
11737 * config.sub: Import from master sources, rev. 1.230.
11738 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
11739
abbb9e76
LG
117402001-11-07 Laurent Guerby <guerby@acm.org>
11741
11742 * MAINTAINERS (Write After Approval): Add self.
11743
53cdb27a
HPN
117442001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
11745
11746 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
11747
dd3a88c9
HPN
117482001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
11749
11750 * config.sub: Import from master sources, rev 1.226.
11751 * config.guess: Import from master sources, rev 1.216.
11752
d344dce9
HPN
117532001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
11754
11755 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
11756 * MAINTAINERS: Add self as maintainer of MMIX port.
11757 Remove old after-approval entry.
11758
63f6bcd7
JM
117592001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
11760
11761 * ChangeLog, configure: Fix spelling errors.
11762
84f92638
BK
117632001-10-20 Brendan Kehoe <brendan@zen.org>
11764
11765 * MAINTAINERS: Tweak my address.
11766
dce2d8b2 11767Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
2f30eda4
R
11768
11769 * MAINTAINERS: Update my email address.
11770
1567080c 117712001-10-11 Hans-Peter Nilsson <hp@axis.com>
a61f7417 11772
f48a3b5c 11773 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7fad0302 11774 * MAINTAINERS: Add self as maintainer of CRIS port.
a61f7417 11775
30106886
GB
117762001-10-10 Geert Bosch <bosch@gnat.com>
11777
e490616e 11778 * MAINTAINERS (Various maintainers: Ada front end):
30106886
GB
11779 Added Robert Dewar.
11780
dce2d8b2 117812001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
d3d51b8c
DB
11782
11783 * MAINTAINERS (Write After Approval): Added self
11784
d1c3e709
GB
117852001-10-02 Geert Bosch <bosch@gnat.com>
11786
11787 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11788
50f5f793
JM
117892001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
11790
11791 * configure: Handle temporary files securely using mkdir.
11792
7fddf9a9
AO
117932001-09-29 Alexandre Oliva <aoliva@redhat.com>
11794
11795 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
11796
dce2d8b2 117972001-09-26 Will Cohen <wcohen@redhat.com>
387beb82
WC
11798
11799 * configure.in (*-*-linux*): Disable configuration of target-newlib
11800 and target-libgloss.
e490616e 11801
0c055e34
AO
118022001-09-26 Alexandre Oliva <aoliva@redhat.com>
11803
11804 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
11805 RANLIB.
11806
759bfa90
AO
118072001-09-21 Alexandre Oliva <aoliva@redhat.com>
11808
11809 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
11810 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
11811 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
11812 avoid quotes nesting problems.
11813 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
11814 (DO_X): Export only variables that are set.
11815
1dc4a750
BE
118162001-09-19 Ben Elliston <bje@redhat.com>
11817
11818 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
11819 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
11820 semantics. Use the shell built-in "type" command instead.
11821
898c7238
AO
118222001-08-31 Alexandre Oliva <aoliva@redhat.com>
11823
11824 Merged from gcc-3_0-branch:
11825 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
11826 * ltcf-c.sh: Use $objext, not $ac_objext.
11827 2001-07-27 Mark Kettenis <kettenis@gnu.org>
11828 * ltcf-cxx.sh: Add support for GNU.
11829 2001-07-22 Timothy Wall <twall@redhat.com>
11830 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
11831 default settings if using GNU tools with that configuration.
11832 * ltcf-cxx.sh: Ditto.
11833 * ltcf-gcj.sh: Ditto.
11834 2001-07-21 Michael Chastain <chastain@redhat.com>
11835 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
11836 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
11837 * ltmain.sh: Mark as gcc-local.
11838
8fa0a32e
EC
118392001-08-30 Eric Christopher <echristo@redhat.com>
11840 Jason Eckhardt <jle@redhat.com>
11841
11842 * config.guess: Merge from master sources.
11843 * config.sub: Merge from master sources, add support for mipsisa32.
11844
32f30f91 118452001-08-25 Geoffrey Keating <geoffk@redhat.com>
32f30f91
GK
11846 * config.sub: Merge from master sources, rev 1.219.
11847 * MAINTAINERS: Add self as contact for stormy16 port.
11848
f6084f99
ZW
118492001-08-14 Zack Weinberg <zackw@panix.com>
11850
11851 * config.sub: Merge from master sources, rev 1.218.
11852 * config.guess: Merge from master sources, rev 1.209.
11853
91b54f7f
GS
118542001-08-11 Graham Stott <grahams@redhat.com>
11855
11856 * Makefile.in (check-c++): Add missing semicolon.
11857
e5b3941e
JH
11858Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
11859
32f30f91 11860 * MAINTAINERS (Various maitainers: predict.def): Added myself.
e5b3941e 11861
6387a56e
EC
118622001-07-30 Eric Christopher <echristo@redhat.com>
11863
11864 * MAINTAINERS (Various maintainers: mips port): Added myself.
11865
53b475f0
AH
118662001-07-25 Andrew Haley <aph@cambridge.redhat.com>
11867
e490616e 11868 * configure.in (sh-*-linux*): New.
53b475f0 11869
2a08c780
RH
118702001-07-27 Richard Henderson <rth@redhat.com>
11871
11872 * .cvsignore: Add LAST_UPDATED.
11873
bfa79422
UW
118742001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
11875
11876 * MAINTAINERS (Various maintainers: s390 port): Added myself.
11877
0ae85492
AH
118782001-07-16 Aldy Hernandez <aldyh@redhat.com>
11879
e490616e 11880 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
0ae85492 11881
8e1ab0fe
NP
11882Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
11883
11884 * MAINTAINERS (Write After Approval): Added myself.
11885
2b997990
SC
118862001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11887
11888 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11889 and libgcj on m68hc11/m68hc12.
11890
d920e825
L
118912001-06-27 H.J. Lu (hjl@gnu.org)
11892
11893 * Makefile (CFLAGS_FOR_BUILD): New.
11894 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
11895
d425a1e0
JM
118962001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
11897
11898 * README: Remove version number.
11899
5b5b4207
GP
119002001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11901
11902 * INSTALL/README: Update wrt. to the installation instructions now
11903 residing in gcc/doc/install.texi.
11904
be839b69
JM
119052001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
11906
11907 * README: Replace with a cut-down and updated version of gcc/README.
11908
fe2ee7c4
DE
119092001-06-12 David Edelsohn <edelsohn@gnu.org>
11910
11911 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
11912 multilibs to be disabled.
11913
4f5d646c
DB
119142001-06-11 Daniel Berlin <dan@cgsoftware.com>
11915
11916 * MAINTAINERS (Write After Approval): Add myself.
6387a56e 11917
818f0c85
AO
119182001-06-09 Alexandre Oliva <aoliva@redhat.com>
11919
11920 * config.guess: Import CVS version 1.195.
11921 * config.sub: Import CVS version 1.212.
11922
e9a8af10
AO
119232001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
11924
11925 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11926 gcc/xgcc is built, use -print-prog-name to find out the program
11927 name to use.
11928
ae3ca0a9
PE
119292001-06-04 Phil Edwards <pme@sources.redhat.com>
11930
11931 * config.guess: Import CVS version 1.194. All gcc-local changes
11932 appear to also be in the master copy.
11933 * config.sub: Import CVS version 1.211.
11934
066bd40d
MM
11935Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
11936
11937 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
11938 with_gcc]: Use `gcc -shared' to build a shared library.
11939
4aef4f33
JDA
11940Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
11941
11942 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
11943 archives.
11944
c386f00f
RO
11945Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11946
11947 * MAINTAINERS (Write After Approval): Add myself.
11948
2ae5cea5
HPN
119492001-06-01 Hans-Peter Nilsson <hp@axis.com>
11950
11951 * configure.in (libstdcxx_flags): Do not try to execute
11952 libstdc++-v3/testsuite_flags until it exists.
11953
c3766183
AM
119542001-06-01 Alan Modra <amodra@bigpond.net.au>
11955
11956 * MAINTAINERS: Update my email address.
11957
9b337833
GS
119582001-05-31 Graham Stott <grahams@redhat.com>
11959
11960 * MAINTAINERS (Write After Approval): Add myself.
11961
dce2d8b2 119622001-05-28 Simon Patarin <simon.patarin@inria.fr>
55fce0eb
SP
11963
11964 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
11965 libraries when using g++ with native linker.
11966
5f7de4b8
AO
119672001-05-28 Alexandre Oliva <aoliva@redhat.com>
11968
11969 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
11970
a7bc0fbb
AO
119712001-05-22 Alexandre Oliva <aoliva@redhat.com>
11972
11973 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
11974 [aix4*|aix5*]: Prepend blank.
11975
33456445
AO
119762001-05-20 Alexandre Oliva <aoliva@redhat.com>
11977
11978 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11979 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
11980 of subdir/configure scripts to use the new libtool.m4.
11981
e48d3d00
MK
119822001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
11983
11984 * MAINTAINERS (Write After Approval): Add myself.
11985
9e0e191b
BK
119862001-05-18 Benjamin Kosnik <bkoz@redhat.com>
11987
11988 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
11989
3f19b439
BE
119902001-05-11 Ben Elliston <bje@redhat.com>
11991
11992 * Makefile.in (all-sid): New target.
11993 (check-sid, clean-sid, install-sid): Likewise.
11994
6ebe3121
JO
119952001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
11996
11997 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
11998
ca3667c4
AO
119992001-05-03 Alexandre Oliva <aoliva@redhat.com>
12000
12001 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
12002 libgcj.
12003
120042001-05-03 Alexandre Oliva <aoliva@redhat.com>
12005
12006 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12007 gcc/xgcc is built, use -print-prog-name to find out the program
12008 name to use.
12009
b2964d63
AO
120102001-04-26 Alexandre Oliva <aoliva@redhat.com>
12011
b1bb2302
AO
12012 * configure.in (noconfigdirs): Don't reset it from scratch in the
12013 target case; only append to it.
6387a56e 12014
b2964d63
AO
12015 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
12016 sparc-*-solaris2.8]: Disable ${libgcj}.
12017
8343765d
AO
120182001-04-25 Alexandre Oliva <aoliva@redhat.com>
12019
12020 * configure.in (libgcj_saved): Copy from $libgcj.
12021 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
12022 --disable-libgcj.
12023
ddbb6d43
GRK
120242001-04-25 Gavin Romig-Koch <gavin@redhat.com>
12025
12026 * MAINTAINERS: Remove self as MIPS maintainer and
6387a56e 12027 C front end maintainer.
ddbb6d43 12028
3fa03ff9
AG
12029Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
12030
12031 * configure.in: Move *-chorusos target case to the proper switch.
12032 Disable libgcj.
12033
99ffe40f
AO
120342001-04-12 Alexandre Oliva <aoliva@redhat.com>
12035
12036 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
12037 1.641.2.228.
12038
78faa32d
FS
120392001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12040
12041 * Makefile.in (STAGE1_CFLAGS): Pass down.
12042
cdbff0ab
AM
120432001-04-13 Alan Modra <amodra@one.net.au>
12044
12045 * config.guess: Add hppa64-linux support. Note for next import that
12046 this is already in the master file.
12047 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
12048
75b9074c
AO
120492001-04-12 Alexandre Oliva <aoliva@redhat.com>
12050
12051 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12052 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
12053
125404c5
SS
120542001-04-11 Stan Shebs <shebs@apple.com>
12055
12056 * MAINTAINERS: Add self as Darwin port maintainer.
12057
876684fe
AM
120582001-04-11 Alan Modra <amodra@one.net.au>
12059
12060 * MAINTAINERS: Update my email address.
12061
06729913
LR
120622001-04-10 Loren J. Rittle <ljrittle@acm.org>
12063
12064 * ltcf-cxx.sh: Support creation of C++ shared libraries on
12065 recent versions of FreeBSD (release 3 or later).
12066 * ltconfig: On FreeBSD, -lc must not be provided when building
12067 a shared library or else the standard -pthread gcc option is
12068 rendered worthless to later users of the built library.
12069
67916302
JM
120702001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
12071
12072 * MAINTAINERS: Add self and RTH as C front end maintainers.
12073
d2bc0628
AO
120742001-04-05 Alexandre Oliva <aoliva@redhat.com>
12075
e490616e
ZW
12076 * config.sub: Make sure to match an already-canonicalized
12077 machine name (eg. mn10300-unknown-elf).
d2bc0628 12078
a3406c06
AO
120792001-04-01 Alexandre Oliva <aoliva@redhat.com>
12080
12081 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
12082 New macros.
12083 (bootstrap, cross): Use RECURSE_FLAGS.
12084 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
12085
a076f6a4
AO
120862001-03-27 Alexandre Oliva <aoliva@redhat.com>
12087
12088 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
12089
e9f4fa71
CH
120902001-03-22 Colin Howell <chowell@redhat.com>
12091
7238de5c
CH
12092 * Makefile.in (DO_X): Do not backslash single-quotes in
12093 backquotes (two places).
e9f4fa71 12094
b6b14b1b
AO
120952001-03-22 Alexandre Oliva <aoliva@redhat.com>
12096
12097 Re-installed:
12098 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
12099 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
12100 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12101 * ltcf-cxx.sh: Likewise.
12102 * ltcf-gcj.sh: Likewise.
12103
1eb0b89d
GP
121042001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12105
12106 * MAINTAINERS: Add myself as "documentation co-maintainer".
12107
82e23236
AO
121082001-03-22 Alexandre Oliva <aoliva@redhat.com>
12109
12110 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12111 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
12112
64ec27c3
TT
121132001-03-19 Tom Tromey <tromey@redhat.com>
12114
12115 * config-ml.in: Handle GCJ and GCJFLAGS.
12116
191de407
MC
121172001-03-21 Michael Chastain <chastain@redhat.com>
12118
12119 * Makefile.in: all-m4 depends on all-texinfo.
12120
fed4dede
LR
121212001-03-20 Loren J. Rittle <ljrittle@acm.org>
12122
12123 * MAINTAINERS: Add myself to write after approval list.
12124
085072bb
LB
121252001-03-18 Laurynas Biveinis <lauras@softhome.net>
12126
12127 * Makefile.in (DO_X): Quote nested quotes.
12128
5af8ea3f
AM
121292001-03-18 Alan Modra <alan@linuxcare.com.au>
12130
12131 * MAINTAINERS: Add myself to write after approval list.
12132
69e23037
LB
121332001-03-15 Laurynas Biveinis <lauras@softhome.net>
12134
12135 * Makefile.in (DO_X): Use double quotes for quoting
12136 "RANLIB=$${RANLIB}".
12137
2b9650f4
OP
121382001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
12139
12140 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
12141
dce2d8b2 121422001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
4698d2cf
NP
12143
12144 * configure.in: Only use `lang_requires' for languages athat are
12145 actually enabled.
12146
f6646274
PE
121472001-03-08 Phil Edwards <pme@sources.redhat.com>
12148
12149 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
12150
c9a54638
AO
121512001-03-08 Alexandre Oliva <aoliva@redhat.com>
12152
12153 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
12154
6a556ad6
TT
121552001-03-07 Tom Tromey <tromey@redhat.com>
12156
12157 * configure.in: Allow config-lang.in to set `lang_requires' to list
12158 of other required languages.
12159
6822468a
LB
121602001-03-06 Laurynas Biveinis <lauras@softhome.net>
12161
12162 * Makefile.in: Remove RANLIB definition. Use RANLIB
12163 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
12164 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6387a56e 12165
f04885d3 121662001-02-28 Benjamin Kosnik <bkoz@redhat.com>
e490616e 12167 Alexandre Oliva <aoliva@redhat.com>
6387a56e 12168
f04885d3
BK
12169 * Makefile.in (check-c++): Use tabs, not spaces.
12170
288edf47 121712001-02-20 Laurynas Biveinis <lauras@softhome.net>
6387a56e 12172
288edf47
LB
12173 * MAINTAINERS: add myself to Write After Approval list.
12174
3d55d2f8 121752001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4d88a68a 12176
e490616e 12177 * Makefile.in (check-c++): New rule.
6387a56e 12178
4d88a68a
BK
12179 * configure.in (target_libs): Remove libg++.
12180 (noconfigdirs): Remove libg++.
12181 (noconfigdirs): Same.
12182 (noconfigdirs): Same.
12183 (noconfigdirs): Same.
12184
12185 * config-ml.in: Remove libg++ references.
12186
12187 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
12188 (ALL_TARGET_MODULES): Same.
12189 (configure-target-libg++): Remove.
12190 (all-target-libg++): Remove.
12191 (configure-target-libio): Remove.
12192 (all-target-libio): Remove.
12193 (check-target-libio): Remove.
12194 (.PHONY): Remove.
12195 (libg++.tar.bz2): Remove.
12196 (all-target-cygmon): Remove libio.
12197 (all-target-libstdc++): Remove.
12198 (configure-target-libstdc++): Remove.
12199 (TARGET_LIB_PATH): Remove libstdc++.
12200 (ALL_GCC_CXX): Remove libstdc++.
12201 (all-target-gperf): Correct.
12202
2437d4ed
NC
122032001-02-16 Nick Clifton <nickc@redhat.com>
12204
12205 * configure.in (noconfigdirs): Allow configuration of texinfo
12206 for Cygwin hosts.
12207
85b99cbe
AG
122082001-02-15 Anthony Green <green@redhat.com>
12209
12210 * configure: Introduce GCJ_FOR_TARGET.
12211 * configure.in: Ditto.
12212 * Makefile.in: Ditto.
12213
7b18790c
AS
122142001-02-13 Andreas Schwab <schwab@suse.de>
12215
12216 * MAINTAINERS: Update mail address.
12217
c4880c99
MS
122182001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
12219
12220 * config.guess: Add linux target for S/390.
12221 * config.sub: Likewise.
12222
dce2d8b2 122232001-02-08 Chandrakala Chavva <cchavva@redhat.com>
e31ae6db
CC
12224
12225 * configure.in: for *-chorusos, don't config target-newlib and
e490616e 12226 target-libgloss.
e31ae6db 12227
7739adfb
BE
122282001-02-06 Ben Elliston <bje@redhat.com>
12229
12230 * configure: Output host type to stdout, not stderr.
12231
36ca672c
MM
122322001-02-05 Mark Mitchell <mark@codesourcery.com>
12233
e40f2829 12234 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
2a4e96b7
MM
12235 * ltcf-cxx.sh: Likewise.
12236
36ca672c
MM
12237 * config.if: Assume enable_libstdcxx_v3 is defined.
12238
22fdd65e
MM
122392001-02-04 Mark Mitchell <mark@codesourcery.com>
12240
12241 Remove V2 C++ library.
12242 * configure.in: Remove --enable-libstdcxx_v3 support.
12243
3b60dd8e
BM
122442001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
12245
12246 * include/demangle.h: Add prototype for java_demangle_v3.
12247
42c0c80a
PE
122482001-01-29 Phil Edwards <pme@sources.redhat.com>
12249
12250 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
12251
0be25992
RH
122522001-01-27 Richard Henderson <rth@redhat.com>
12253
12254 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
12255
8a8de62d
MS
122562001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12257
12258 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
12259 Don't unset, it's non-portable and no longer necessary, set to empty
12260 instead.
12261
92769744
MS
122622001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12263
12264 * ltconfig: Shell portability fix for the tagname validity check.
12265
88a1c0ab
AO
122662001-01-27 Alexandre Oliva <aoliva@redhat.com>
12267
12268 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
12269 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
12270
45291dd5
MS
122712001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12272
12273 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
12274
1ace7e15
TT
122752001-01-26 Tom Tromey <tromey@redhat.com>
12276
12277 * configure.in: Allow libgcj to be built on Sparc Solaris.
12278
0ef8b11b
DE
122792001-01-25 David Edelsohn <edelsohn@gnu.org>
12280
12281 * ltcf-c.sh: Add aix5 case.
12282 * ltcf-cxx.sh: Likewise.
12283 * ltconfig: Likewise.
12284
0006091e
AO
122852001-01-24 Alexandre Oliva <aoliva@redhat.com>
12286
9bad11e1
AO
12287 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
12288 keep at least one of build_libtool_libs or build_old_libs set to
12289 yes.
12290
0006091e
AO
12291 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
12292 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
12293
7c01b2b5
BM
122942001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
12295
12296 * configure.in: Enable libgcj on several additional platforms.
12297
d340e0ac
BM
122982001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
12299
12300 * configure.in: Enable libgcj for linux targets.
12301
5baf8c37
MS
123022001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12303
12304 * MAINTAINERS (Write After Approval): Add myself.
12305
10a0ba84
JDA
123062001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
12307
12308 * MAINTAINERS: Add myself as vax port maintainer.
12309
357c6a4b
FH
123102001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
12311
12312 * MAINTAINERS: Add myself as Mercury front-end maintainer.
12313
6e2d9a7a
MS
123142001-01-09 Mike Stump <mrs@wrs.com>
12315
12316 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
12317 failures of subdirectories.
12318
b6b14b1b 123192001-01-02 Laurynas Biveinis <lauras@softhome.net>
976b230d 12320
b6b14b1b 12321 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
976b230d 12322 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
b6b14b1b
AO
12323 * ltcf-cxx.sh: Likewise.
12324 * ltcf-gcj.sh: Likewise.
12325 * ltconfig.sh: Fix typo.
976b230d 12326
07109110
LB
123272001-01-02 Laurynas Biveinis <lauras@softhome.net>
12328
12329 * configure: handle DOS-style absolute paths.
12330
1da5b8fc
LB
123312001-01-02 Laurynas Biveinis <lauras@softhome.net>
12332
12333 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
12334
4c2f5b4f
MM
123352000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
12336
12337 * MAINTAINERS: Add myself as avr port co-maintainer.
12338
bc53668e
BE
123392000-12-28 Ben Elliston <bje@redhat.com>
12340
12341 * MAINTAINERS: Add myself under ``Write After Approval''.
12342
c387606f
JM
123432000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
12344
12345 * texinfo: Remove directory from GCC.
12346
2cb5082c
JM
123472000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
12348
12349 * COPYING: Update to current
12350 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
12351 to 19yy as example year in copyright notice).
12352
cc330df9
BK
123532000-12-18 Benjamin Kosnik <bkoz@redhat.com>
12354
6387a56e 12355 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
cc330df9
BK
12356 (libstdcxx_incdir): Pass down.
12357 * config.if: Remove expired bits for cxx_interface, add stub.
12358 (libstdcxx_incdir): Add variable for g++ include directory.
12359 * configure.in (gxx_include_dir): Use it.
6387a56e 12360
4c6b2835
AO
123612000-12-18 Alexandre Oliva <aoliva@redhat.com>
12362
12363 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
12364 with old-email address from ``Write After Approval''.
12365
3896f13e
AJ
123662000-12-15 Andreas Jaeger <aj@suse.de>
12367
12368 * configure.in: Handle lang_dirs.
12369
123702000-12-14 Tom Tromey <tromey@redhat.com>
90a10418 12371
ad46e881
TT
12372 * MAINTAINERS: Removed brads.
12373
90a10418
TT
12374 * MAINTAINERS: Added gcj developers.
12375
41dfe3a2 123762000-12-13 Anthony Green <green@redhat.com>
6387a56e 12377
41dfe3a2 12378 * configure.in: Disable libgcj for any target not specifically
3b75d237
AJ
12379 listed. Disable libgcj for x86 and Alpha Linux until compatible
12380 with g++ abi.
6387a56e 12381
e2f601da
MS
123822000-12-13 Mike Stump <mrs@wrs.com>
12383
12384 * Makefile.in (local-distclean): Also remove fastjar.
12385
70030c01
RB
123862000-12-12 Rodney Brown <RodneyBrown@mynd.com>
12387
12388 * contrib/gcc_update: Add fastjar --touch entries.
12389
2a50f859
AO
123902000-12-12 Alexandre Oliva <aoliva@redhat.com>
12391
12392 * configure.in: Disable language-specific target libraries for
12393 languages that aren't enabled.
12394
7743113b
AG
123952000-12-10 Anthony Green <green@redhat.com>
12396
12397 * configure.in: Define libgcj. Disable libgcj target libraries for
12398 most targets.
12399
92e061a6
NB
124002000-12-10 Neil Booth <neilb@earthling.net>
12401
12402 * MAINTAINERS: Update mail address, remove from WAA list.
12403
f34ff6d6
APB
124042000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
12405
12406 * libjava: Imported from /cvs/java.
12407 * libffi: Likewise.
12408 * Boehm-gc: Likewise.
12409
d82a33c6
APB
124102000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
12411
12412 * configure.in (target_libs): Revert 2000-12-08 patch.
12413 (noconfigdirs): Added target-libjava.
12414
e14f8e28
LB
124152000-12-09 Laurynas Biveinis <lauras@softhome.net>
12416
12417 * djunpack.bat: removed.
12418
fc26516b
LB
124192000-12-09 Laurynas Biveinis <lauras@softhome.net>
12420
12421 * Makefile.in: handle DOS-style absolute paths.
12422 * config-ml.in: likewise.
12423 * symlink-tree: likewise.
12424
bd8757b3
APB
124252000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12426
12427 * fastjar: Imported.
12428
81522a1f
APB
124292000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12430
12431 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
12432 libjava.
12433 * configure.in (target_libs): Removed `target-libjava'.
12434
5db1f7ed
APB
124352000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12436
12437 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
12438 (ALL_MODULES): Added fastjar.
12439 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
12440 (all-target-libjava): all-fastjar replaces all-zip.
12441 (all-fastjar): Added.
12442 (configure-target-fastjar, all-target-fastjar): Likewise.
12443 * configure.in (host_tools): Added fastjar.
12444
5e59997c
MS
124452000-12-07 Mike Stump <mrs@wrs.com>
12446
12447 * Makefile.in (local-distclean): Remove leftover built files.
12448
0a534f40
NC
124492000-11-24 Nick Clifton <nickc@redhat.com>
12450
12451 * configure.in (xscale-elf): Add target.
12452 (xscale-coff): Add target.
12453
7686cadf
LR
124542000-11-22 Loren J. Rittle <ljrittle@acm.org>
12455
e490616e
ZW
12456 * ltcf-cxx.sh: Support creation of C++ shared libraries on
12457 recent versions of FreeBSD (release 3 or later).
12458 * ltconfig: On FreeBSD, -lc must not be provided when building
12459 a shared library or else the standard -pthread gcc option is
12460 rendered worthless to later users of the built library.
7686cadf 12461
fff01699
FF
124622000-11-16 Fred Fish <fnf@be.com>
12463
12464 * configure.in (enable_libstdcxx_v3): Fix typo,
12465 libstd++ -> libstdc++.
12466
4dc16355
KL
124672000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12468
12469 * MAINTAINERS: Add self to Write After Approval list.
12470
bf6fc7b2
BS
124712000-11-21 Bernd Schmidt <bernds@redhat.com>
12472
12473 * MAINTAINERS: Update my email address. Add myself to global write
12474 privs list.
12475
ce8e06b1
AO
124762000-11-18 Alexandre Oliva <aoliva@redhat.com>
12477
6e2a4843
AO
12478 * Makefile.in: Merge with src and libgcj.
12479 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
12480 configure-target-<library> when their configure scripts need the C
12481 or C++ library to have already been built to work properly.
12482 (do_proto_toplev): Set them to an empty string.
12483
ce8e06b1
AO
12484 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
12485 (REALLY_SET_LIB_PATH): Use them.
12486
c003f378
SS
124872000-11-17 Stan Shebs <shebs@apple.com>
12488
12489 * MAINTAINERS: Add self to Write After Approval list.
12490
cc1e60ea
JM
124912000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12492
12493 * configure: Provide the original toplevel configure arguments
12494 (including $0) to subprocesses in the environment rather than
12495 through gcc/configargs.h.
12496
1173593d
JM
124972000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12498
12499 * MAINTAINERS: Remove references to cccp. Change C9X reference to
12500 C99. Alphabetise "Write After Approval" list.
12501
520907ee
MM
125022000-11-12 Mark Mitchell <mark@codesourcery.com>
12503
34f6fbdb
MM
12504 * configure: Turn on libstdc++ V3 by default.
12505
520907ee
MM
12506 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
12507 if we've got GCC.
12508
0bbd37ed
PB
125092000-11-11 Philip Blundell <philb@gnu.org>
12510
12511 * MAINTAINERS: Add self to Write After Approval list.
12512
7ca0e6d9
DE
125132000-11-09 David Edelsohn <edelsohn@gnu.org>
12514
12515 * ltcf-c.sh (aix4): Improve shared library configuration; require
12516 exporting symbols.
12517 * ltcf-cxx.sh (aix4): Define.
12518 * ltconfig (aix4): Define library and soname specs appropriate for
12519 AIX. Define command to create export symbols list.
12520
dce2d8b2 12521Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
f559f30b
CF
12522
12523 * config.sub: Add support for Sun Chorus
12524
fc05d516
NC
125252000-10-31 Nick Clifton <nickc@redhat.com>
12526
12527 * MAINTAINERS: Rename <name>@cygnus.com addresses to
12528 <name>@redhat.com. Also installed new email address for Clint
12529 Popetz.
6387a56e 12530
90a0e73f
JM
125312000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
12532
12533 * etc: Remove directory from GCC.
12534
a5e1b548
MM
125352000-10-16 Michael Meissner <meissner@redhat.com>
12536
12537 * configure (gcc/configargs.h): Only create if there is a build GCC
12538 directory created.
12539
6387a56e
EC
125402000-10-16 Matthias Klose <doko@debian.org>
12541
be1db873
MK
12542 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
12543 when configured for libstdc++-v3.
12544
f5fa9a5b
PE
125452000-10-05 Phil Edwards <pme@gcc.gnu.org>
12546
12547 * configure: Save configure arguments to gcc/configargs.h.
12548
61a77fea
PT
125492000-10-04 Philipp Thomas <pthomas@suse.de>
12550
12551 * config.guess: Import CVS version 1.157.
12552 * config.sub: Import CVS version 1.181.
12553
3a4fee66
AP
125542000-10-04 Andris Pavenis <pavenis@latnet.lv>
12555
12556 * Makefile.in (bootstrap): avoid recursion if subdir missing
12557 (cross): ditto
12558 (do-proto-toplev): ditto
12559
3dd7094e
AO
125602000-09-30 Alexandre Oliva <aoliva@redhat.com>
12561
de710532
AO
12562 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
12563 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
12564
3dd7094e
AO
12565 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
12566 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
12567 all affected `configure' scripts.
12568
e592386f
NB
12569Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
12570
12571 * MAINTAINERS: Add self as cpplib co-maintainer.
12572
fba54939
AH
125732000-09-24 Aldy Hernandez <aldyh@redhat.com>
12574
12575 * MAINTAINERS: Add self to Write After Approval list.
12576
2bd429f4
GP
125772000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12578
12579 * INSTALL/README: egcs -> GCC update.
12580
dce2d8b2 12581Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
d733f374
ME
12582
12583 * MAINTAINERS: Add myself to Write After Approval list.
12584
d7ce9a83
KH
125852000-09-15 Kazu Hirata <kazu@hxi.com>
12586
12587 * MAINTAINERS: Add myself to Write After Approval list.
12588
18a53ffe
JL
12589Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
12590
e490616e
ZW
12591 * configure.in: Do not build byacc for hppa64. Provide paths to the
12592 X11 libraries for hppa64.
18a53ffe 12593
f246ff23
SC
125942000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12595
12596 * MAINTAINERS: Add myself as 68hc11 port maintainer.
12597
06298abd
AO
125982000-09-06 Alexandre Oliva <aoliva@redhat.com>
12599
4b92758a
AO
12600 * Makefile.in (all-zlib): Added dummy target.
12601
06298abd
AO
12602 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12603 ltcf-gcj.sh: Updated from libtool multi-language branch.
12604
4d73d07a
AO
126052000-09-05 Alexandre Oliva <aoliva@redhat.com>
12606
12607 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
12608 (bootstrap*): Depend on all-bootstrap.
12609
05d52d78
PT
126102000-09-05 Philipp Thomas <pthomas@suse.de>
12611
12612 * config.guess: Import CVS version 1.156.
12613 * config.sub: Import CVS version 1.179.
12614
3c809ba4
AG
126152000-09-02 Anthony Green <green@cygnus.com>
12616
12617 * Makefile.in (all-gcc): Depend on all-zlib.
12618 (CLEAN_MODULES): Add clean-zlib.
12619 (ALL_MODULES): Add all-zlib.
12620 * configure.in (host_libs): Add zlib.
12621
10ad78a0 126222000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
afd7db25
AO
12623
12624 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
12625 crosses, but add gcc/include to the header search path for them.
12626
b36a9ce3
DB
126272000-08-04 David E. O'Brien <obrien@FreeBSD.org>
12628
12629 * MAINTAINERS: Add self to Write After Approval list.
12630
cb011248
FS
126312000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12632
12633 * config.guess: Import CVS version 1.152.
12634 * config.sub: Import CVS version 1.177.
12635
db310af0
AO
126362000-08-25 Alexandre Oliva <aoliva@redhat.com>
12637
7965440a
AO
12638 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
12639 $targargs to tell whether newlib is going to be built.
12640
db310af0
AO
12641 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
12642 $$r/TARGET_SUBDIR/libio for _G_config.h.
12643
e7977565
AO
126442000-08-23 Alexandre Oliva <aoliva@redhat.com>
12645
12646 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
12647
126bb9ed
DD
126482000-08-22 DJ Delorie <dj@redhat.com>
12649
12650 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
12651
5b0e9d29
AO
126522000-08-22 Alexandre Oliva <aoliva@redhat.com>
12653
12654 * config-ml.in (CC, CXX): Avoid trailing whitespace.
12655 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
12656 sub-configures.
12657
4f3e904e
DD
126582000-08-21 DJ Delorie <dj@redhat.com>
12659
12660 * MAINTAINERS: Add self as a libiberty maintainer
12661
c9635443
AO
126622000-08-16 Alexandre Oliva <aoliva@redhat.com>
12663
12664 * configure.in (libstdcxx_flags): Use
12665 libstdc++-v3/src/libstdc++.INC.
12666
8b2100ba
AO
126672000-08-15 Alexandre Oliva <aoliva@redhat.com>
12668
12669 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
12670
57119aa9
ZW
126712000-08-14 Zack Weinberg <zack@wolery.cumb.org>
12672
eeb943b0
ZW
12673 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
12674
6387a56e 12675 * configure: Make enable_threads and enable_shared defaults
57119aa9
ZW
12676 explicit. Substitute enable_threads into generated Makefiles.
12677 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
12678 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
12679
acffa7c4
GK
126802000-08-13 Geoff Keating <geoffk@cygnus.com>
12681
12682 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
12683
808d8c41
AO
126842000-08-12 Alexandre Oliva <aoliva@redhat.com>
12685
12686 * config-ml.in (CC): Remove bogus duplicate quotation mark from
12687 previous delta.
12688
1fc8c51c 126892000-08-11 Jason Merrill <jason@redhat.com>
85804ec6 12690
1fc8c51c
JM
12691 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
12692 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
12693 (FLAGS_FOR_TARGET): Not here.
12694 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
85804ec6 12695
25698887
AO
126962000-08-11 Alexandre Oliva <aoliva@redhat.com>
12697
12698 * config-ml.in (CC, CXX): Don't introduce a leading space.
12699
10120687
DD
127002000-08-07 DJ Delorie <dj@delorie.com>
12701
12702 * MAINTAINERS: Add self as a DJGPP maintainer
12703
15c758e9
DD
127042000-08-07 DJ Delorie <dj@redhat.com>
12705
12706 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
12707 "if we're also building gcc, and it's a gcc that will run on the
12708 build machine, we want to use its includes instead of the system's
12709 default includes".
12710
2d0de245
JM
127112000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
12712
12713 * MAINTAINERS: Add self to Write After Approval list.
12714
e81b330a
AO
127152000-08-03 Alexandre Oliva <aoliva@redhat.com>
12716
83440c1e
AO
12717 * configure.in (libstdcxx_flags): Don't use `"'.
12718
e81b330a
AO
12719 * config-ml.in: Adjust multilib search paths to the
12720 appropriate multilib tree.
12721
cf95c847
AO
127222000-08-02 Alexandre Oliva <aoliva@redhat.com>
12723
12724 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
12725 commas in $LANGUAGES.
12726
9e9af119
MH
127272000-08-02 Manfred Hollstein <manfredh@redhat.com>
12728
12729 * configure.in: Re-enable all references to libg++ and librx.
12730
606ce391
AO
127312000-08-01 Alexandre Oliva <aoliva@redhat.com>
12732
89820b43
AO
12733 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
12734 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
12735 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
12736 * ltcf-cxx.sh (need_lc): Set based on postdeps.
12737
606ce391
AO
12738 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
12739
04179d4a
AO
127402000-07-31 Alexandre Oliva <aoliva@redhat.com>
12741
12742 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
12743 CXX_FOR_TARGET for sed.
12744
d4eb109c
AO
127452000-07-30 Alexandre Oliva <aoliva@redhat.com>
12746
12747 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
12748 Do not override if already set in the environment or in configure.
12749 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
12750 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
12751
4f4caf92
AO
127522000-07-28 Alexandre Oliva <aoliva@redhat.com>
12753
12754 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
12755 the libtool CVS tree multi-language branch.
12756 * ltconfig, ltmain.sh: Updated.
6387a56e 12757
b87487b6
AO
127582000-07-27 Alexandre Oliva <aoliva@redhat.com>
12759
1670d1ea
AO
12760 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
12761 (clean-target): Depend on it.
12762
b87487b6
AO
12763 * Makefile.in (FLAGS_FOR_TARGET): New macro.
12764 (GCC_FOR_TARGET): Use it.
12765 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
12766 * configure.in: ... here.
12767 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
12768 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
12769
4e81ae98
EC
127702000-07-24 Eric Christopher <echristo@cygnus.com>
12771
12772 * MAINTAINERS: Add self to Write After Approval list.
12773
059ae32c
AO
127742000-07-24 Alexandre Oliva <aoliva@redhat.com>
12775
5b28edd4
AO
12776 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
12777 (configure-target-libchill, configure-target-libobjc): Likewise.
12778
059ae32c
AO
12779 * configure.in: Use the same cache file for all target libs.
12780 * config-ml.in: But different cache files per multilib variant.
12781
1adcd149
MS
127822000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12783
12784 * configure (topsrcdir): Don't use dirname.
12785
2d573dff
JO
127862000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
12787
12788 * MAINTAINERS: Add self to Write After Approval list.
12789
d207ebef
JM
127902000-07-20 Jason Merrill <jason@redhat.com>
12791
12792 * configure.in: Remove all references to libg++ and librx.
12793
12794 * configure, configure.in, Makefile.in: Unify gcc and binutils.
12795
127962000-07-20 Hans-Peter Nilsson <hp@axis.com>
12797
12798 * config.sub: Update to subversions version 2000-07-06.
12799
7b7792d5
AH
128002000-07-12 Andrew Haley <aph@cygnus.com>
12801
12802 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
12803 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
12804
3abaac67
PE
128052000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
12806
12807 * symlink-tree: Check number of arguments.
12808
34be2b36
JW
128092000-07-05 Jim Wilson <wilson@cygnus.com>
12810
12811 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
12812 search path for a g++ extracted from the build tree. This
12813 will allow link tests run by configure scripts in
12814 subdirectories to succeed.
12815
d207ebef
JM
128162000-07-01 Koundinya K <kk@ddeorg.soft.net>
12817
e490616e 12818 * ltconfig: Add support for mips-dde-sysv4.2MP
4e81ae98 12819
0900331b
MH
128202000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12821
12822 * MAINTAINERS: Add myself as loop discovery maintainer.
12823
d207ebef
JM
128242000-06-28 Corinna Vinschen <vinschen@cygnus.com>
12825
12826 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
12827 `os2'. Force ac_cv_exeext to be ".exe" in that case.
12828
128292000-06-19 Timothy Wall <twall@cygnus.com>
12830
12831 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
12832 * config.sub: Add tic54x target.
12833
11a27a76
TM
12834Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
12835
12836 * MAINTAINERS: Add self as Fortran maintainer,
12837 remove Craig Burley.
12838
d207ebef 12839Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
ef0b4ef8 12840
d207ebef
JM
12841 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
12842 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
ef0b4ef8 12843
7758b73f
PT
12844Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
12845
12846 * MAINTAINERS: Add self as i18n maintainer
12847
d207ebef
JM
1284820000-05-21 H.J. Lu (hjl@gnu.org)
12849
e490616e
ZW
12850 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
12851 directory are used if they exist. Make sure
12852 $(build_tooldir)/include is searched for header files,
12853 $(build_tooldir)/lib/ for library files.
d207ebef 12854 (GCC_FOR_TARGET): Likewise.
e490616e 12855 (CXX_FOR_TARGET): Likewise.
d207ebef 12856
bae29210
JL
12857Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
12858
12859 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
12860
d207ebef 12861Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
075dad02
AO
12862
12863 * Makefile.in (configure-target-libiberty): Depend on
12864 configure-target-newlib.
12865
aab0d19d
AO
128662000-05-16 Alexandre Oliva <aoliva@cygnus.com>
12867
12868 * configure.in, Makefile.in: Merge all libffi-related
12869 configury stuff from the libgcj tree.
12870
d207ebef
JM
12871Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
12872
12873 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12874 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
12875
12876Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
12877
12878 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12879 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
3b75d237 12880 current version information. Add to proto-toplev directory.
d207ebef
JM
12881 (gdb-taz): Build do-djunpack.
12882
758c7bd4
DE
128832000-05-15 David Edelsohn <edelsohn@gnu.org>
12884
12885 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
12886
1888228d
AC
12887Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
12888
12889 * MAINTAINERS: Add self to Write After Approval list.
12890
d207ebef
JM
128912000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12892
12893 * ltmain.sh: Preserve in relink_command any environment
12894 variables that may affect the linker behavior.
12895
2d7cc2fe
JL
12896Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
12897
d207ebef
JM
12898 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
12899
12900Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
12901
12902 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
12903
129042000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12905
12906 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
e490616e 12907 with the version name.
2d7cc2fe 12908
ee455968
JE
12909Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
12910
12911 * MAINTAINERS: Add self as bb-reorder maintainer.
12912
73b97e5c
BK
129132000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
12914
12915 * config.if: Tweak.
12916
d207ebef
JM
129172000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
12918
12919 * djunpack.bat: New file.
12920
12921Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
12922
12923 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
3b75d237
AJ
12924 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
12925 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
12926 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
d207ebef 12927
954869eb
DP
129282000-04-16 Dave Pitts <dpitts@cozx.com>
12929
e490616e
ZW
12930 * config.sub (case $basic_machine): Change default for "ibm-*"
12931 to "openedition".
954869eb 12932
eaabe541
AJ
129332000-04-13 Andreas Jaeger <aj@suse.de>
12934
12935 * MAINTAINERS: Added myself.
12936
d207ebef
JM
12937Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
12938
12939 * Makefile.in (gdb-taz): New target. GDB specific archive.
12940 (do-md5sum): New target.
12941 (MD5PROG): Define.
12942 (PACKAGE): Default to TOOL.
12943 (VER): Default to a shell script.
12944 (taz): Rewrite target. Move real work to do-proto-toplev. Include
3b75d237 12945 md5 checksum generation.
d207ebef
JM
12946 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
12947 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
12948 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
3b75d237 12949 insight.tar.bz2): Use gdb-taz to create archive.
d207ebef
JM
12950
12951Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
12952
12953 * configure (warn_cflags): Delete.
12954
0ea6d60c
PDM
12955Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
12956
12957 * MAINTAINERS: Added myself.
12958
17090313 129592000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
719bb4e3 12960 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
17090313 12961
e490616e
ZW
12962 * configure.in (enable_libstdcxx_v3): Add.
12963 (target_libs): Add bits here to switch between libstdc++-v2 and
12964 libstdc++-v3.
12965 * config.if: And this file too.
12966 * Makefile.in: Add libstdc++-v3 targets.
4e81ae98 12967
76b78517
MM
129682000-04-05 Michael Meissner <meissner@redhat.com>
12969
12970 * config.sub (d30v): Add d30v as a basic machine type.
12971
ad242caf
JM
129722000-03-29 Jason Merrill <jason@casey.cygnus.com>
12973
12974 * configure.in: -linux-gnu*, not -linux-gnu.
12975
d4537148
TM
12976Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
12977
12978 * MAINTAINERS: Add self in write-after-approval section.
12979
f152e9d4
JW
12980Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
12981
12982 * MAINTAINERS: Add self as ia64 port maintainer.
12983
6a5fcef1
NB
129842000-03-08 Neil Booth <NeilB@earthling.net>
12985
12986 * MAINTAINERS: Add self in write-after-approval section.
12987
d207ebef 12988Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
1ebe758f 12989
d207ebef
JM
12990 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
12991 (do-tar-bz2): Replace TOOL with PACKAGE.
12992 (gdb.tar.bz2): Remove GDBTK from GDB package.
12993 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
3b75d237 12994 dejagnu.tar.bz2): New packages.
d207ebef
JM
12995
129962000-02-27 Andreas Jaeger <aj@suse.de>
12997
12998 * configure.in: Add entry for mips*-*-linux*, move catch all
12999 *-*-*linux* entry below this one.
13000
130012000-02-27 Ian Lance Taylor <ian@zembu.com>
13002
13003 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
1ebe758f 13004
521fe9d0
NC
130052000-02-24 Nick Clifton <nickc@cygnus.com>
13006
13007 * config.sub: Support an OS of "wince".
13008
d207ebef
JM
13009Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
13010
13011 * config.guess, config.sub: Updated to match config's 2000-02-15
3b75d237 13012 version.
d207ebef 13013
dce2d8b2 130142000-02-23 Linas Vepstas <linas@linas.org>
d207ebef
JM
13015
13016 * config.sub: Add support for Linux/IBM 370.
13017 * configure.in: Likewise.
13018
3a685f6f
NC
130192000-02-22 Nick Clifton <nickc@cygnus.com>
13020
13021 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
13022
dce2d8b2 130232000-02-20 Christopher Faylor <cgf@cygnus.com>
7a15eef5 13024
d207ebef 13025 * config.guess: Guess "cygwin" rather than "cygwin32".
7a15eef5 13026
4746ee26
KG
130272000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13028
13029 * configure (gcc_version): When setting, narrow search to
13030 lines containing `version_string'.
13031
ba96c72d
DC
130322000-02-15 Denis Chertykov <denisc@overta.ru>
13033
13034 * config.sub: Add support for avr target.
13035
77f16a66
NC
130362000-02-14 Nick Clifton <nickc@cygnus.com>
13037
13038 * MAINTAINERS: Add maintainers for MCore port.
13039
784a3a80
HPN
13040Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
13041
13042 * config.sub: Add mmix-knuth-mmixware.
13043
719dd4fa
KG
130442000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13045
13046 * MAINTAINERS: Pair cccp with cpplib maintainership.
13047
dce2d8b2 130482000-01-27 Christopher Faylor <cgf@redhat.com>
d207ebef
JM
13049
13050 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
13051 structure stuff to -L library search.
13052 (CXX_FOR_TARGET): Ditto.
13053 (CROSS_CHECK_MODULES): Fix spelling mistake.
13054
7a53e94b
MM
130552000-01-24 Mark Mitchell <mark@codesourcery.com>
13056
13057 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
13058 the C++ compiler.
13059
0da3b5a7
RH
130602000-01-12 Richard Henderson <rth@cygnus.com>
13061
13062 * configure.in: Don't build some bits for beos.
13063
02368d6d
JS
130642000-01-12 Joel Sherrill (joel@OARcorp.com)
13065
13066 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
13067 as include files.
13068
2e76d35c
ZW
130692000-01-11 Zack Weinberg <zack@wolery.cumb.org>
13070
13071 * Add self as cpplib maintainer, as requested by Jason
13072 Merrill. Correct my e-mail address.
13073
4c25fdcf
GK
130742000-01-06 Geoff Keating <geoffk@cygnus.com>
13075
13076 * configure.in: Use mt-aix43 to handle *_TARGET defs,
13077 not mh-aix43.
13078
188e3966
HPN
13079Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
13080
13081 * MAINTAINERS: Add myself to "write after approval" list.
13082
c2f5d030
RH
130831999-12-14 Richard Henderson <rth@cygnus.com>
13084
13085 * config.guess (alpha-osf, alpha-linux): Detect ev67.
13086 * config.sub: Accept alphaev[78], alphaev8.
13087
eeda916a
AO
130881999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13089
13090 * config.guess, config.sub: Update from autoconf.
13091
b3bd7820
BK
130921999-11-29 Bruce Korb <autogen@linuxbox.com>
13093
2c290989 13094 * MAINTAINERS: update my playtime e-address.
b3bd7820 13095
1882b2b1
RO
13096Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13097
13098 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
13099 necessary libraries are missing.
13100
dce2d8b2 13101Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
2395f805
DN
13102
13103 * MAINTAINERS: Add new 'write after approval' maintainer.
13104
1e25de97
APB
13105Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
13106
13107 * MAINTAINERS: Add new Java maintainer.
13108
1722c704
AS
131091999-10-25 Andreas Schwab <schwab@suse.de>
13110
13111 * configure: Fix quoting inside arguments of eval.
13112
8141abe8
NC
131131999-10-21 Nick Clifton <nickc@cygnus.com>
13114
13115 * config-ml.in: Allow suppression of some ARM multilibs.
13116
0b77644a
LV
13117Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
13118
13119 * config.guess: Add OS/390 match pattern.
13120 * config.sub: Add mvs, openedition targets.
13121 * configure.in (i370-ibm-opened*): New.
13122
d207ebef
JM
131231999-09-04 Steve Chamberlain <sac@pobox.com>
13124
13125 * config.sub: Add support for configuring for pj.
13126
131271999-08-31 Nick Clifton <nickc@cygnus.com>
13128
13129 * config.sub (maybe_os): Add support for configuring for fr30.
13130
af13ebe9
NC
131311999-08-25 Nick Clifton <nickc@cygnus.com>
13132
13133 * configure.in: Do not configure or build ld for AIX
13134 platforms. ld is known to be broken on these platforms.
13135
1250c760
RO
13136Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13137
13138 * config-ml.in: Pass compiler flag corresponding to multidirs to
13139 subdir configures.
13140
d207ebef
JM
131411999-08-09 Ian Lance Taylor <ian@zembu.com>
13142
13143 * Makefile.in (LDFLAGS): Define.
13144
131451999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
13146
13147 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
13148 noconfigdirs.
13149 (*-*-cygwin*): Likewise.
13150
131511999-08-08 Ian Lance Taylor <ian@zembu.com>
13152
13153 * mkdep: New file.
13154 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
13155 (BINUTILS_SUPPORT_DIRS): Add mkdep.
13156
13157 From Eli Zaretskii <eliz@is.elta.co.il>:
13158 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
13159 long file name when using DJGPP on MS-DOS.
13160
dbd83e11
JL
13161Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
13162
13163 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
13164
d207ebef
JM
131651999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
13166
13167 * Makefile.in (check-target-libio): Remove all-target-libstdc++
13168 dependency as this causes "make check" to globally "make all"
13169
cd1f4c2c
TT
13170Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
13171
13172 * configure.in (target_libs): Added target-zlib.
13173 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
13174 (CONFIGURE_TARGET_MODULES): Likewise.
13175 (CHECK_TARGET_MODULES): Likewise.
13176 (INSTALL_TARGET_MODULES): Likewise.
13177 (CLEAN_TARGET_MODULES): Likewise.
13178 (configure-target-zlib): New target.
13179 (all-target-zlib): Likewise.
13180 (all-target-libjava): Depend on all-target-zlib.
13181 (configure-target-libjava): Depend on configure-target-zlib.
13182
13183 * Makefile.in (configure-target-libjava): Depend on
13184 configure-target-newlib.
13185 (configure-target-boehm-gc): New target.
13186 (configure-target-qthreads): New target.
13187
e490616e
ZW
13188 * configure.in (target_libs): Added target-qthreads.
13189 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
13190 (CONFIGURE_TARGET_MODULES): Likewise.
13191 (CHECK_TARGET_MODULES): Likewise.
13192 (INSTALL_TARGET_MODULES): Likewise.
13193 (CLEAN_TARGET_MODULES): Likewise.
13194 (all-target-qthreads): New target.
13195 (configure-target-libjava): Depend on configure-target-qthreads.
13196 (all-target-libjava): Depend on all-target-qthreads.
cd1f4c2c
TT
13197
13198 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
13199 (CONFIGURE_TARGET_MODULES): Likewise.
13200 (CHECK_TARGET_MODULES): Likewise.
13201 (INSTALL_TARGET_MODULES): Likewise.
13202 (CLEAN_TARGET_MODULES): Likewise.
13203 (all-target-libjava): New target.
13204 (all-target-boehm-gc): Likewise.
13205 * configure.in (target_libs): Added libjava, boehm-gc.
13206
d207ebef
JM
132071999-07-22 Ian Lance Taylor <ian@zembu.com>
13208
13209 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
13210 configure.bat in SUPPORT_FILES.
13211 (gas+binutils.tar.bz2): Likewise.
13212
13213 * makeall.bat: Remove; obsolete.
13214
132151999-07-21 Ian Lance Taylor <ian@zembu.com>
13216
13217 From Mark Elbrecht:
13218 * configure.bat: Remove; obsolete.
13219
132201999-07-11 Ian Lance Taylor <ian@zembu.com>
13221
13222 * configure: Add -W -Wall to the default CFLAGS when compiling with
13223 gcc.
13224
13225Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
13226
13227 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
13228
132291999-06-30 Mark Mitchell <mark@codesourcery.com>
13230
13231 * configure.in: Build ld on IRIX6.
13232
132331999-06-12 Ian Lance Taylor <ian@zembu.com>
13234
13235 * Makefile.in: Change distribution targets to use bzip2 instead of
13236 gzip.
13237 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
13238 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
13239
132401999-06-04 Nick Clifton <nickc@cygnus.com>
13241
13242 * config.sub: Add mcore target.
13243
26d088fa
CD
13244Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
13245
13246 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
13247
c2c08b29
L
13248Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
13249
13250 * config.guess (dummy): Changed to $dummy.
13251
671d0648
NC
132521999-05-24 Nick Clifton <nickc@cygnus.com>
13253
13254 * config.sub: Tidied up case statements.
13255
b1345c72
BE
132561999-05-22 Ben Elliston <bje@cygnus.com>
13257
51ccbd8d
BE
13258 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
13259 <jiro@din.or.jp>.
13260
b1345c72
BE
13261 * config.guess: Merge with FSF version. Future changes will be
13262 more accurately recorded in this ChangeLog.
13263 * config.sub: Likewise.
13264
2caf864f
SM
13265Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
13266
13267 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
13268
d207ebef
JM
132691999-04-30 Tom Tromey <tromey@cygnus.com>
13270
13271 * ltmain.sh: [mode link] Always use CC given by ltconfig.
13272
90fb0c24
TT
132731999-04-23 Tom Tromey <tromey@cygnus.com>
13274
13275 * ltconfig, ltmain.sh: Update to libtool 1.2f.
13276
d207ebef
JM
132771999-04-20 Drew Moseley <dmoseley@cygnus.com>
13278
13279 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
13280 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
13281 Bad merge removed these two changes.
13282
3516940d 13283Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
e490616e 13284 Martin Heller (Ing.-Buero_Heller@t-online.de)
3516940d
DT
13285
13286 * config.guess (interix Alpha): Add.
13287
d207ebef
JM
132881999-04-11 Richard Henderson <rth@cygnus.com>
13289
13290 * configure.in (i?86-*-beos*): Do config gperf; don't config
13291 gdb, newlib, or libgloss.
13292
e891fbfe 13293Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 13294
e891fbfe
AO
13295 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
13296 link a trivial program with -mabi=64. If it fails, remove mabi=64
13297 from multidirs.
13298
f9ae47d6
PT
13299Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
13300
13301 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
13302
d207ebef
JM
133031999-04-08 Nick Clifton <nickc@cygnus.com>
13304
13305 * config.sub: Add support for mcore targets.
13306
133071999-04-07 Michael Meissner <meissner@cygnus.com>
13308
13309 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
13310 not mt-ospace, in order to shut up assembler warning about using
13311 symbols that are named the same as registers.
13312
133131999-04-07 Drew Moseley <dmoseley@cygnus.com>
13314
13315 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
13316 dependency list for all-target-cygmon.
13317
133181999-04-05 Doug Evans <devans@casey.cygnus.com>
13319
13320 * config-ml.in: Check $host, not $target, for selective multilibs.
13321 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
13322 thumb interworking, and underscore prefix multilibs.
13323
133241999-04-04 Ian Lance Taylor <ian@zembu.com>
13325
13326 * missing: Update to version from current automake.
13327
88101ab9
L
13328Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
13329
13330 * configure (gxx_include_dir): Removed.
13331
13332 * configure.in (gxx_include_dir): Handle it.
13333 * Makefile.in: Likewise.
13334
d207ebef
JM
133351999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
13336
13337 * config.sub (mips64vr4111,mips64vr4111el) Add.
13338
133391999-03-21 Ben Elliston <bje@cygnus.com>
13340
e490616e 13341 * config.guess: Correct typo for detecting ELF on FreeBSD.
d207ebef 13342
8dc91cbe
ME
13343Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
13344
8dc91cbe
ME
13345 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
13346 config/mh-djgpp.
13347
d207ebef
JM
13348Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
13349
13350 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
13351 all-target-newlib to dependency list for all-target-bsp.
13352
926bb5ed
MK
13353Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
13354
13355 * config.sub: Add i386-uwin support.
13356 * config.guess: Likewise.
13357
4a6e3000
FS
13358Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13359
13360 * configure.in: cleanup, add mh-*pic handling for arm, special
13361 case powerpc*-*-aix*
13362
d207ebef
JM
13363Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
13364
13365 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
13366 can be built.
13367
13368Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
13369
13370 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
3b75d237 13371 targets.
d207ebef 13372
71c91078
NC
133731999-03-02 Nick Clifton <nickc@cygnus.com>
13374
13375 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
13376
282e5df8
GN
13377Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
13378
13379 * config.sub: Check for "cygwin*" rather than "cygwin32*"
13380
1de558ee
NC
133811999-02-24 Nick Clifton <nickc@cygnus.com>
13382
13383 * config.sub: Fix typo in arm recognition.
13384
d207ebef
JM
13385Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
13386
13387 * configure.in (noconfigdirs): Changed target_configdirs to
13388 include target-bsp only for m68k-*-elf* and m68k-*-coff*
13389 rather than m68k-*-* since it is not known to work on
13390 m68k-aout. Ditto for arm-*-*oabi.
13391
13392Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
13393
13394 * configure.in (*-*-windows*): Remove, no longer used.
d207ebef
JM
13395
133961999-02-19 Ben Elliston <bje@cygnus.com>
13397
13398 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
13399 Smart and improved by Andrew Cagney.
13400
fab7445a
ME
13401Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
13402
13403 * config.guess: Recognize openbsd-*-hppa.
13404
8ccdc228
L
13405Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
13406
13407 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
13408 only if it is not empty.
13409
3b7265ff
NC
134101999-02-17 Nick Clifton <nickc@cygnus.com>
13411
13412 Patch from: Scott Bambrough <scottb@corelcomputer.com>
4e81ae98 13413
d207ebef 13414 * config.guess: Modified to recognize uname's armv* syntax.
3b7265ff
NC
13415
13416 * config.sub: Modified to recognize uname's armv* syntax.
13417
d207ebef
JM
134181999-02-17 Mark Salter <msalter@cygnus.com>
13419
13420 * configure.in: Added target-bsp for sparclite.
13421
13422Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
13423
13424 * config.sub: Recognize alphapca5[67] and up to alphaev8.
13425
134261999-02-08 Nick Clifton <nickc@cygnus.com>
13427
13428 * configure.in: Add support for strongarm port.
13429 * config.sub: Add support for strongarm target.
13430
c48dd3f5 13431Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
4e81ae98 13432
c48dd3f5
MK
13433 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
13434 the old name config/mh-cygwin32.
13435 Enable texinfo.
13436
d207ebef
JM
13437Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
13438
13439 * configure.in: Do build ld for ix86 Solaris.
13440
ecd62820
JW
13441Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
13442
13443 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
13444 $AR_FOR_TARGET. Likewise for RANLIB.
13445
bbd8fa7f 13446Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
4e81ae98 13447
e490616e
ZW
13448 * config.sub (oabi): Recognize.
13449 * configure.in (arm-*-oabi): Handle.
bbd8fa7f 13450
0397442c
RL
13451Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
13452
13453 * config.guess: Improve detection of i686 on UnixWare 7.
13454
c9ffaa63
MK
13455Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
13456
13457 * config.guess: Add support for i386-pc-interix.
13458 * config.sub: Likewise.
13459 * configure.in: Likewise.
c9ffaa63 13460
d207ebef
JM
13461Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
13462
13463 * Makefile.in: Remove unneeded all-target-libio from
13464 from all-target-winsup target since it is now unneeded.
13465 Add all-target-libtermcap in its place since it is now
13466 needed.
13467
13468Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
13469
13470 * configure.in: makefile stub for cygwin target is probably
13471 unnecessary. Remove it for now.
d207ebef
JM
13472
13473Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
13474
13475 * configure.in: libtermcap.a should be built when cygwin is the
13476 target as well as the host.
13477 * config.guess: Allow mixed case in cygwin uname output.
13478 * Makefile.in: Add libtermcap target.
d207ebef 13479
ebe12325
JL
13480Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
13481
13482 * config.sub: Clean up handling of hppa2.0.
13483
57057b67
RB
13484Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
13485
13486 * config.guess: Use C code to identify more HP machines.
13487
f8670be1
JL
13488Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
13489
13490 * config.sub: Handle hppa2.0.
13491
d207ebef
JM
13492Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
13493
13494 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
3b75d237 13495 cygmon for all sparclite targets, regardless of object format.
d207ebef
JM
13496
134971998-12-15 Mark Salter <msalter@cygnus.com>
13498
13499 * configure.in: Added target-bsp for several target architectures.
13500
13501 * Makefile.in: Added rules for bsp.
13502
d1a09590
JL
13503Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
13504
13505 * config.guess: Improve detection of hppa2.0 processors.
13506
13507Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
13508
13509 * config.guess: Recognize FreeBSD using ELF automatically.
13510
71205e0b
MH
135111998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
13512
13513 * configure (skip-this-dir): Add handling for new shell script, which
13514 might be created by a sub-directory's configure to indicate, this particular
13515 directory is "unwanted".
13516 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
13517
d207ebef
JM
13518Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
13519
13520 * ltconfig: import from libtool, after changing libtool to
13521 account for the cygwin name change.
13522
13523Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
13524
13525 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
13526 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
13527
13528Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
13529
13530 * configure.in: Add libtermcap to list of cygwin dependencies.
13531
13532Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
13533
e490616e
ZW
13534 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
13535 they include winsup/include when it's a cygwin target.
d207ebef
JM
13536
135371998-11-12 Tom Tromey <tromey@cygnus.com>
13538
13539 * configure.in (host_tools): Added zip.
13540 * Makefile.in (all-target-libjava): Depend on all-zip.
13541 (all-zip): New target.
13542 (ALL_MODULES): Added all-zip.
13543 (NATIVE_CHECK_MODULES): Added check-zip.
13544 (INSTALL_MODULES): Added install-zip.
13545 (CLEAN_MODULES): Added clean-zip.
13546
13547Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
13548
13549 * Makefile.in: lose "32" from comment about cygwin.
13550
13551Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
13552
13553 * configure.in: Use -Os to build target libraries for the fr30.
13554
13555Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
13556
13557 * config.sub: Add fr30.
13558
13559Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
13560
e490616e 13561 * configure.in: drop "32" from config/mh-cygwin32. Check
d207ebef
JM
13562 cygwin* instead of cygwin32*.
13563 * config.sub: Check cygwin* instead of cygwin32*.
13564
d2ec8b39
RL
13565Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
13566
13567 * config.guess: Match any version of Unixware7.
13568
d207ebef
JM
135691998-10-20 Syd Polk <spolk@cygnus.com>
13570
13571 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
13572 if desired.
13573
35cd2565
JL
13574Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
13575
13576 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
13577 these if the appropriate directories and files to not exist.
13578
52d4e5b7
JL
13579Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
13580
13581 * Makefile.in (DEVO_SUPPORT): Add config.if.
13582
38ada91e
MH
13583Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
13584
13585 * configure: Add pattern to replace "build_tooldir"'s
13586 definition in the generated Makefile with "tooldir"'s
13587 actual value.
13588
e44e84da
JL
13589Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
13590
56a8387f
JL
13591 * config.sub: Bring back lost sparcv9.
13592
e44e84da
JL
13593 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
13594
5cb95c7a
JL
13595Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
13596
13597 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
13598 CC_FOR_TARGET and friends.
13599
13600Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 13601
ceff9b14
AO
13602 * Makefile.in (build_tooldir): New variable, same as tooldir.
13603 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
13604 -B$(build_tooldir)/bin/.
13605 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5cb95c7a 13606
f2d11dcd
GP
13607Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13608
13609 * README: Remove installation instructions and refer to the
13610 INSTALL directory instead.
13611
73a6d2e7 13612Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
d207ebef 13613
73a6d2e7
RL
13614 * config.sub: Add support for i[34567]86-pc-udk.
13615 * configure.in: Likewise.
13616
5d4a5ee6
JL
13617Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
13618
13619 * Makefile.in: add bzip2 package building bits for user
13620 tools module
13621 * configure.in: ditto
13622
6fc19d6d
JL
13623Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
13624
13625 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
13626 (ALL_TARGET_MODULES): Add all-target-libobjc.
13627 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13628 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13629 (all-target-libchill): Add dependencies.
13630 * configure.in (target_libs): Add libchill.
4e81ae98 13631
f653f0ab
MH
136321998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
13633
13634 * configure.in (target_subdir): Remove duplicate line.
13635
5d4a5ee6
JL
13636Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
13637
13638 * Makefile.in (all-automake): fix dependencies.
13639
494933e4
JL
13640Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
13641
13642 * configure.in: Minor cleanups for building in the $(target_alias)
13643 subdir.
13644
f6b58262
JW
136451998-09-22 Jim Wilson <wilson@cygnus.com>
13646
13647 * Makefile.in (bootstrap): Set r and s before make all. Use
13648 BASE_FLAGS_TO_PASS in make all.
13649 (cross): Likewise.
13650
27c7a08d
MM
136511998-09-20 Mark Mitchell <mark@markmitchell.com>
13652
13653 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
13654
e67afd1e
RH
13655Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
13656
13657 * config.sub: Fix typo in last change.
13658
8e44ac71
MH
136591998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13660
13661 * config.sub: Add support for C4x target.
13662 * configure.in: Likewise.
13663
d7496fbb
DM
136641998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
13665
13666 * config.sub: Recognize sparcv9 just like sparc64.
13667
22097bd1
RL
13668Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
13669
13670 * config.guess: Match "Pent II" or "PentII" for OpenServer.
13671
4b877abd
JL
13672Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
13673
2c8ec9a2
JL
13674 * config.guess: Correctly identify Pentium II sco boxes.
13675
4b877abd
JL
13676 * config.guess: Fix "tr" code. From Weiwen Liu.
13677
ab03db52
JH
13678Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
13679
13680 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
13681 stabs.
13682
b54db294
JL
13683Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
13684
13685 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
13686 (ALL_TARGET_MODULES): Add all-target-libchill.
13687 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13688 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13689 (all-target-libchill): Add dependencies.
13690 * configure.in (target_libs): Add libchill.
13691
bf48dd73
LW
13692Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
13693
13694 * config.guess: Avoid assumptions about "tr" behaves when
13695 LANG is set to something other than English.
13696
a3cbd105
L
13697Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
13698
13699 * configure (gxx_include_dir): Changed to
13700 '${prefix}/include/g++'-${libstdcxx_interface}.
13701
13702 * config.if: New to determine the interfaces.
13703
c4acd909
MK
13704Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
13705
13706 * config.guess: Detect and handle MPE/IX.
13707 * config.sub: Deal with MPE/IX.
13708
9ea97665
DE
13709Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
13710
13711 * configure.in: Use mh-aix43.
13712
0ce065bd
MH
137131998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
13714
13715 * configure: Fix --without/--disable cases for gxx-include-dir.
13716
5d4a5ee6
JL
13717Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
13718
13719 * mdata-sh: Imported. Needed for automake support.
13720
13721Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
13722
13723 * Makefile.in (taz): Try "chmod -R og=u ." before
13724 "chmod og=u `find . -print`".
13725
13726Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
13727
13728 * configure.in: Add arm-elf and thumb-elf support.
13729
13730Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
13731
13732 * Makefile.in: Undo previous patch.
13733
13734Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
13735
13736 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
13737 to here ...
13738 (install-no-fixedincludes): and here
13739 (INSTALL_MODULES): ... from here.
13740
466456d9
ILT
13741Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
13742
13743 * config.sub: Merge with FSF.
13744
1b409d25
ILT
13745 * config.guess: Merge with FSF.
13746
d207ebef
JM
13747Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
13748
13749 * configure (extraconfigdirs): New variable.
13750 (SUBDIRS): Add extraconfigdirs and recurse on them too.
13751 * Makefile.in (all): Move higher in file.
13752 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
13753 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
13754 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
13755 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
13756 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
13757
137581998-07-23 Brendan Kehoe <brendan@cygnus.com>
13759
13760 * Makefile.in (all-target-libjava): Depend on all-gcc and
13761 all-target-newlib.
13762 (configure-target-libjava): Depend on $(ALL_GCC).
13763
7f1937c1
RL
13764Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
13765
13766 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
13767 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
13768
2ada2bd6
ML
13769Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
13770
13771 * INSTALL/README: Fix typo.
13772
1e025bde
ML
13773Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
13774
5d4a5ee6
JL
13775 * ylwrap: Change absolute path checks to check for DOS style path
13776 names.
1e025bde 13777
5d4a5ee6
JL
13778 * ylwrap: Don't use a full path name if the source file is in the
13779 same directory. From hjl@lucon.org (H.J. Lu).
1e025bde 13780
6755ff73
ILT
13781 * config-ml.in: Default to being verbose, to match Feb 18 change to
13782 configure.
13783
5d4a5ee6
JL
13784Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
13785
13786 Brought over from egcs:
13787
13788 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
13789
13790 * configure.in (target_subdir): Set to ${target_alias} instead
13791 of "libraries".
13792
13793 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
13794
13795 * configure.in (target_subdir): Set to libraries if enable_multilib.
13796
13797Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
13798
13799 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
13800 multilibs, force reconfiguration the first time we create
13801 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
13802
13803Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
13804
13805 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
13806 avoid confusion with --no-recursion.
13807
13808Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
13809
13810 * configure.in: Win32 hosts shouldn't use install -x
13811 * install-sh: remove -x option, and special .exe-handling
13812 hack.
13813
d207ebef
JM
13814Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
13815
13816 * config.guess: Recognize i586-pc-beos.
13817 * configure.in: Don't build some bits for beos.
13818
fbd836fc
ILT
13819Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
13820
5d4a5ee6
JL
13821 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
13822 CFLAGS default to -O2.
13823
fbd836fc
ILT
13824 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
13825 when using GNU ld.
13826
13827Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
13828
13829 * ltmain.sh: Correct install when using a different shell.
13830
13831Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
13832
13833 * ltconfig, ltmain.sh: Update to libtool 1.2b.
13834
d207ebef
JM
13835Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
13836
13837 * makefile.vms: Update to build binutils/makefile.vms. Add install
13838 target.
fbd836fc
ILT
13839
13840Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
13841
13842 * ltconfig: Update to correct AIX handling.
13843
69b471bc
JL
13844Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
13845
81241b5e
JL
13846 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
13847
69b471bc
JL
13848 * configure.in (target_subdir): Set to ${target_alias} instead
13849 of "libraries".
13850
bedf82df
MH
138511998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
13852
13853 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
13854 (Makefile): Depend on $(gcc_version_trigger).
13855
13856 * configure (gcc_version): Change default initializer to empty
13857 string.
13858 (gcc_version_trigger): New variable; pass this variable down
13859 to subdir configures to enable them checking gcc's version
13860 themselves. Emit make macros for both gcc_version vars.
13861 (topsrcdir): Initialize reliably.
13862 (recursion line): Remove --with-gcc-version=${gcc_version}.
13863
28e449d8
MH
138641998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
13865
13866 * configure (enable_version_specific_runtime_libs): Implement new flag
bedf82df
MH
13867 --enable-version-specific-runtime-libs which installs C++ runtime stuff
13868 in $(libsubdir); emit definition in each generated Makefile.
13869 (gxx_include_dir): Initialize depending on
13870 $enable_version_specific_runtime_libs.
28e449d8 13871
50c4c9f7
MH
138721998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
13873
13874 * configure (gcc_version): Initialize properly depending on
13875 how and where configure is started.
13876 (recursion line): Pass a --with-gcc-version=${gcc_version}
13877 to configures in subdirs.
13878
d207ebef
JM
13879Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
13880
13881 * configure.in (noconfigdirs): Add configure pattern for mips tx39
3b75d237 13882 cygmon
d207ebef 13883
5d4a5ee6
JL
13884Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
13885
13886 * configure.in: Add cygmon and libstub support for mn10200.
13887
2f96399b
MH
138881998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
13889
13890 * configure (gcc_version): Add new variable describing the
13891 particular gcc version we're building.
13892 * Makefile.in (libsubdir): Add new macro for the directory
13893 in which the compiler finds executables, libraries, etc.
13894 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
13895 and libsubdir.
13896
c4137c50
AO
13897Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13898
ceff9b14
AO
13899 * Makefile.in (local-clean): Remove *.log.
13900 (warning.log): Built with warn_summary from build.log.
13901 (mail-report.log): Run test_summary.
13902 (mail-report-with-warnings.log): Run test_summary including
13903 warning.log in the report.
c4137c50 13904
276d5ee0
RL
13905Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
13906
13907 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
13908
5d4a5ee6
JL
13909Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
13910
13911 * Makefile.in (grep): Grep no longer depends on libiberty.
13912
13913Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
13914
13915 * Makefile.in: all-snavigator needs all-libgui.
13916
13917Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
13918
13919 * configure.in: Add cygmon and libstub support for mn10300.
13920
8af14275
ILT
13921Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
13922
13923 * missing: Update to version from automake 1.3.
13924
fbd836fc
ILT
13925 * ltmain.sh: On installation, don't get confused if the same name
13926 appears more than once in the list of library names.
13927
466456d9
ILT
13928Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
13929
13930 * config.sub: Accept m68060 and m5200 as CPU names.
13931
5d4a5ee6
JL
13932Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
13933
13934 * configure: Use && rather than using -a in test, because odd
13935 strings can confuse test.
13936 * configure.in: Likewise.
13937
fbd836fc
ILT
13938Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
13939
13940 * ltconfig, ltmain.sh: Bring in Visual C++ support.
13941
f0983958
AO
13942Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13943
13944 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ceff9b14 13945 bootstrap4-lean): New targets.
f0983958 13946
bfed1ea0
JL
13947Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
13948
13949 * mpw-* Delete. Not used.
13950
5d4a5ee6
JL
13951Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
13952
13953 * COPYING.LIB: Update FSF address.
13954
bfed1ea0
JL
13955Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
13956
13957 * ltconfig, ltmain.sh: Update to libtool 1.2a.
13958
5d4a5ee6
JL
13959 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
13960 GAS_SUPPORT_DIRS.
13961
bfed1ea0
JL
13962Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
13963
13964 * ltconfig, ltmain.sh: Avoid producing a version number if
13965 -version-info was not used.
13966
5d4a5ee6
JL
13967Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
13968
13969 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
13970 building with newlib.
13971
139721998-04-30 Paul Eggert <eggert@twinsun.com>
13973
d207ebef 13974 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
4e81ae98 13975 Solaris `make' causes it to continue to next definition.
d207ebef
JM
13976
13977Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
13978
13979 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
13980 the right GUI libraries and files are installed along with GDB.
5d4a5ee6
JL
13981
13982Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
13983
13984 * configure.in: Change alpha to alpha* in several places.
13985
d207ebef
JM
13986Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
13987
13988 * config.sub: Recognize sparc86x.
13989
77be0cab
MM
13990Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
13991
13992 * configure.in (--enable-target-optspace): Remove debug echo.
13993
62441128
JW
13994Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
13995
13996 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
13997
bfed1ea0
JL
13998Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
13999
14000 * ltconfig: Update cygwin32 support.
14001
5d4a5ee6
JL
14002 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
14003 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
14004 (GDB_SUPPORT_DIRS): Likewise.
14005
3f4ea1de
MM
14006Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
14007
14008 * configure.in (target_makefile_frag): If --enable-target-optspace,
14009 use -Os to compile target libraries rather than -O2. Default to
d207ebef
JM
14010 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
14011 not used.
14012 * configure.in (target_cflags): Ditto for d30v.
3f4ea1de 14013
5d4a5ee6
JL
14014Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
14015
14016 * Makefile.in (all-bfd): Depend on all-intl.
14017 (all-binutils): Likewise.
14018 (all-gas): Likewise.
14019 (all-gprof): Likewise.
14020 (all-ld): Likewise.
14021
140221998-04-19 Brendan Kehoe <brendan@cygnus.com>
14023
14024 * configure.in (host_tools): Fix typo, lbtool -> libtool.
14025
bfed1ea0
JL
14026Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
14027
5d4a5ee6
JL
14028 * Makefile.in (all-bfd): Depend upon all-libiberty.
14029
bfed1ea0
JL
14030 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
14031
5d4a5ee6
JL
14032Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
14033
14034 * Makefile.in: Add libstub.
14035
14036 * configure.in: Ditto. Build libstub for targets that have cygmon
14037 support.
14038
14039Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
14040
14041 * configure.in: Don't set PICFLAG on ix86-cygwin32.
14042
14043Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
14044
14045 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
14046 use mh-sysv5 if specified. Support gprof on SCO Open Server.
14047
ec8d6ddc
KW
14048Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
14049
14050 * configure: Define DEFAULT_M4 by searching PATH.
14051 * Makfile.in: Use DEFAULT_M4.
14052
bfed1ea0
JL
14053Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
14054
14055 * ltconfig: Add cygwin32 support.
14056
5d4a5ee6
JL
14057 * Makefile.in, configure.in: Add libtool as a native only directory
14058 to configure and build.
14059
547a6183
JL
14060Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
14061
14062 * Makefile.in (INSTALL_MODULES): Remove texinfo.
14063
5d4a5ee6 14064Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
d207ebef 14065
5d4a5ee6
JL
14066 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
14067
14068Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
14069
14070 * Makefile.in: add ash make rules
14071 * configure.in: add ash to native_only and host_tools lists
14072
14073Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
14074
14075 * Makefile.in (all-gettext, all-intl): New targets.
14076 (ALL_MODULES): Added all-gettext, all-intl.
14077 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
14078 (INSTALL_MODULES): Added install-gettext, install-intl.
14079 (CLEAN_MODULES): Added clean-gettext, clean-intl.
14080
14081 * configure.in (host_tools): Added gettext.
14082 (native_only): Likewise.
14083 (noconfigdirs) [various cases]: Likewise.
14084 (host_libs): Added intl.
14085
d207ebef
JM
14086Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
14087
14088 * configure: Do not disable building gdbtk for cygwin32 hosts.
14089
e98e406f
NC
14090Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
14091
14092 * configure.in: Add thumb-coff target.
14093 * config.sub: Add thumb-coff target.
14094
5d4a5ee6
JL
14095Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
14096
14097 * Makefile.in: Revert yesterday's change.
14098 (all-target-winsup): all-target-librx stays out of here.
14099
14100Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
14101
14102 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
14103 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
14104 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
14105 Remove references to librx and libg++.
14106
14107Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
14108
14109 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
14110 recursive makes
14111
bfed1ea0
JL
14112Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
14113
14114 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
d207ebef 14115 for newlib directory.
bfed1ea0
JL
14116 (CXX_FOR_TARGET): Likewise.
14117
14118Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
14119
14120 * ltconfig: Update after libtool/ltconfig.in change for
14121 hpux11.
14122
14123Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
14124
14125 * ltconfig, ltmain.sh: Update to libtool 1.2.
14126
3cd730af
MH
14127Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
14128
14129 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
14130 (install-gcc-cross): Instead, override LANGUAGES here.
14131
80564603
DL
141321998-03-18 Dave Love <d.love@dl.ac.uk>
14133
14134 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
14135 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
14136
d207ebef
JM
14137Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
14138
14139 * configure.in: Add Thumb-pe target.
14140
5d4a5ee6 14141Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
d207ebef 14142
5d4a5ee6
JL
14143 * Makefile.in - changed sn targets to snavigator
14144 * configure.in - changed sn targets to snavigator
14145
2d4a0558
MH
14146Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
14147
14148 * config-ml.in: After building symlink tree call make distclean
14149 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
14150 to be the case for libiberty.
14151
04b93567
L
14152Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
14153
14154 * configure: When making link, also check the current
14155 directory. The configure scripts may create one.
14156
9a06b842
RH
14157Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
14158
14159 * config.sub: Accept alphapca56 and alphaev6 properly.
14160
217fc4e6
FS
14161Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14162
14163 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
14164
3e07bdbd 14165Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
2ada2bd6 14166
e490616e 14167 * config.sub (sco5): Fix typo.
3e07bdbd 14168
5d4a5ee6
JL
14169Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
14170
14171 * Makefile.in (INSTALL_MODULES): Move install-tcl before
14172 install-itcl.
14173 (install-itcl): Remove dependency on install-tcl.
14174
14175Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
14176
14177 * configure.in: Remove libgloss from noconfigdirs for MN10300.
14178
14179Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
14180
14181 * configure.in: Don't build libgui for a cygwin32 target when not on
14182 a cygwin32 host.
14183
14184Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
14185
14186 * configure (redirect): Set to null, so default behavior of
14187 configure is now --verbose.
14188
ce0d965c
DL
141891998-02-16 Dave Love <d.love@dl.ac.uk>
14190
14191 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
14192 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
14193
3acd1fd0
MH
14194Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
14195
14196 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
14197 this change to sync Makefile.in with its ChangeLog entries.
14198
5d4a5ee6
JL
14199Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
14200
14201 * ltmain.sh (mkdir): Check that the directory doesn't exist
14202 before we exit with error, so that we don't get races during
14203 parallel builds.
14204
bfed1ea0
JL
14205Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
14206
14207 * ltconfig, ltmain.sh: Update from libtool 1.0i.
14208
4e77e8f1
MH
14209Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
14210
14211 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
14212 PICFLAG_FOR_TARGET.
14213 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
14214
14215 * configure: Emit a definition for the new macro enable_shared
14216 into each Makefile.
14217
5d4a5ee6
JL
14218Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
14219
14220 * configure.in (host_tools, native_only): Add libtool.
14221
14222Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
14223
14224 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
14225 Fix typo in ming config comment.
14226
bfed1ea0
JL
14227Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
14228
14229 * ltconfig, ltmain.sh: Update from libtool 1.0h.
14230
5d4a5ee6
JL
14231Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
14232
14233 * config.sub: Add tic30 cases, and map c30 to tic30.
14234
8821a725
RH
14235Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
14236
14237 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
14238 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
14239 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
14240 (CLEAN_TARGET_MODULES): Similarly
14241 (all-target-libf2c): Add dependences.
4e81ae98 14242 * configure.in (target_libs): Add libf2c.
8821a725 14243
5d4a5ee6
JL
14244Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
14245
14246 * configure.in: Remove expect from noconfigdirs when target
14247 is cygwin32. OK to build expect and dejagnu with Canadian
14248 Cross.
14249
0aadd657
ILT
14250Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
14251
5d4a5ee6
JL
14252 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
14253 host.
14254
0aadd657
ILT
14255 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
14256 and mingw32.
14257
d0a8352c
MH
14258Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
14259
14260 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
14261 here as it is not defined in the toplevel Makefile.
14262
59739e3c
MH
14263Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
14264
14265 * configure (package_makefile_rules_frag): New variable, which names
14266 a file with generic rules, ...
14267 Change comment to mention we now have FIVE parts.
14268 * configure: Undo last change.
14269
228197ee
LT
14270Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
14271
14272 * config.guess: More accurate determination of HP processor types.
5d4a5ee6 14273 * config.sub: More accurate determination of HP processor types.
228197ee 14274
efd4c0ba
MH
14275Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
14276
14277 * configure (package_makefile_frag): Move inserting the
14278 ${package_makefile_frag} to where it should be according
14279 to the comment.
14280
6eef3189
PB
14281Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
14282
14283 * config.guess: Add support for Linux/ARM.
14284
d207ebef
JM
14285Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
14286
14287 * .cvsignore: Remove *-info and *-install since they match
14288 release-info and mpw-install, which we don't want to just ignore.
14289
48464ebf
RH
14290Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
14291
14292 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
14293
803462a7
PN
14294Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
14295
14296 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
14297 local_prefix to sub-make invocations.
14298
520ab477
L
14299Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
14300
14301 * configure.in: Check makefile fragments in the source
14302 directory.
14303
4bcdb76d
AO
14304Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
14305
ceff9b14
AO
14306 * configure.in: Check whether host and target makefile
14307 fragments exist before adding them to *_makefile_frag.
4bcdb76d 14308
5d4a5ee6
JL
14309Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
14310
14311 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
14312
14313Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
14314
14315 * configure.in: Make sure we only replace RPATH_ENVVAR on
14316 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
14317 regexp to sed.
14318
14319 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
14320 to sub-makes.
14321
0d3e11a5
LI
143221998-01-13 Lee Iverson (leei@ai.sri.com)
14323
14324 * config-ml.in (multi-do): LDFLAGS must include multilib
14325 designator.
14326
d45b3d87 14327Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
936cb323
RL
14328
14329 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
14330
d39cd7a1
MK
14331Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
14332
14333 * config.sub: Add mingw32 support.
14334 * configure.in: Likewise.
d39cd7a1 14335
6decbc24
FS
14336Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
14337
14338 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
14339
5d4a5ee6
JL
14340Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
14341
14342 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14343 * configure (gxx_include_dir): Provide a definition for subdirs
14344 which do not use autoconf.
14345
14346Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
14347
14348 * config.guess: Sync with egcs. Picks up new alpha support,
14349 BeOS & some additional linux support.
14350
d3d1907a
JL
14351Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
14352
14353 * config.guess: HP 9000/803 is a PA1.1 machine.
14354
b104e095
RH
14355Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
14356
14357 * configure.in: It's alpha*-...
14358
aca823c1
L
14359Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
14360
14361 * configure.in (host_makefile_frag, target_makefile_frag):
14362 Handle multiple config files.
14363 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
14364 alpha-*-*.
14365
d207ebef
JM
14366Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
14367
14368 * mkdep: New file.
14369
14370Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
14371
14372 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
14373
5d4a5ee6
JL
14374Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
14375
14376 * Makefile.in: Add libgui directory.
14377 (GDB_TK): Add all-libgui.
14378 * configure.in: Add libgui directory.
14379 * configure: Add all-libgui to GDB_TK.
14380
14381Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
14382
14383 * config-ml.in (multidirs): Add m32r to multilib list.
14384
14385Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
14386
14387 * Makefile.in (all-target-gperf): Change dependency to
14388 all-target-libstdc++.
14389
baf55877
FF
14390Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
14391
14392 * config.guess: Add BeOS support.
14393
5d4a5ee6
JL
14394Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
14395
14396 Source directory cvs renamed to cvssrc:
14397 * configure.in (host_tools): Change cvs to cvssrc.
14398 (native_only): Likewise.
14399 (noconfigdirs) [various cases]: Likewise.
14400 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
14401 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
14402 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
14403 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
14404 (all-cvssrc): Rename target from all-cvs.
14405
f2d76545
JL
14406Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
14407
14408 * configure (gxx_include_dir): Fix thinko.
14409
205cba53
JL
14410Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
14411
14412 * Makefile.in (INSTALL_TARGET_CROSS): Define.
14413 (install-cross, install-gcc-cross): New targets.
14414
5d4a5ee6
JL
14415Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
14416
14417 * configure.in (noconfigdirs): Add support for Thumb target.
14418
14419 * config.sub (maybe_os): Add support for Thumb target.
14420
14421Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
14422
14423 * Makefile.in: Add rules for cygmon.
14424
14425 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
14426
96b0f1fc
JL
14427Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
14428
14429 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14430 * configure (gxx_include_dir): Provide a definition for subdirs
14431 which do not use autoconf.
d207ebef
JM
14432
14433Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
14434
14435 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
4e81ae98 14436 11/18/97 build
d207ebef 14437
7dfef6ed
JL
14438Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
14439
14440 * From Franz Sirl.
14441 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
14442 found on RedHat Linux systems.
96b0f1fc 14443
83cfe7c0
JL
14444Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
14445
14446 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
14447 guesses.
14448
7dfef6ed
JL
14449Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
14450
14451 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
14452
5d4a5ee6
JL
14453Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
14454
14455 * ltmain.sh: If mkdir fails, check whether the directory was created
14456 anyhow by some other process.
14457
d207ebef
JM
14458Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
14459
14460 * configure.in (d30v-*-*): Configure all directories.
14461
14462Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
14463
14464 * configure.in (d30v-*-*): Configure newlib, libiberty directories
14465 for the D30V.
14466
14467Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
14468
14469 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
14470
5d4a5ee6
JL
14471Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
14472
e490616e
ZW
14473 * include/libiberty.h: Add extern "C" { so it can be used with C++
14474 progrms.
14475 * include/remote-sim.h: Add extern "C" { so it can be used with C++
14476 programs.
5d4a5ee6 14477
d207ebef
JM
14478Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
14479
14480 * configure.in (d30v-*-*): Configure GCC now.
14481
5d4a5ee6
JL
14482Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
14483
14484 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
14485 is no longer needed.
14486
c9670e62
JM
14487Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
14488
14489 * Makefile.in: check-target-libio depends on all-target-libstdc++.
14490
cc71c0ca
MH
14491Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
14492
14493 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
14494 targets using "$@" to provide support for similar but not identical
14495 targets without having to duplicate code.
14496
d207ebef
JM
14497Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
14498
14499 * makefile.vms: Fix to work with DEC C.
14500
14501Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
14502
14503 * config.sub: Add mips-tx39-elf to marketing names.
14504
14505Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
14506
14507 * ltmain.sh: Handle symlinks in generated script.
14508
14509Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
14510
14511 * configure: Handle autoconf style directory options: --bindir,
14512 --datadir, --includedir, --infodir, --libdir, --libexecdir,
14513 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
14514 --sysconfdir.
14515 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
14516 (sharedstatedir, localstatedir, oldincludedir): New variables.
14517 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
14518 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
14519 sbindir, sharedstatedir, and sysconfdir.
14520
b1e3ddfd
AJ
14521Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
14522
14523 * Makefile.in (bootstrap-lean): New target.
14524
d207ebef
JM
14525Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
14526
14527 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
3b75d237 14528 sn, and gnuserv from noconfigdirs.
d207ebef
JM
14529
14530Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
14531
14532 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
14533
09f97c1e
JL
14534Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
14535
14536 * Makefile.in (cross): New target.
14537
335d0ab2
AO
14538Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
14539 Jeff Law <law@cygnus.com>
14540
14541 * Makefile.in (bootstrap2, bootstrap3): New targets.
14542 (all-bootstrap): Remove outdated and confusing target.
339c9b00 14543 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
335d0ab2 14544
d207ebef
JM
14545Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
14546
14547 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
3b75d237 14548 windows. Consistent with gdb/configure.
d207ebef 14549
e693cc28
UD
145501997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
14551
e693cc28
UD
14552 * configure.in: Name Linux target fragment.
14553
14554 * configure: Rewrite so that project Makefile fragment is inserted
14555 first and appears last in the resulting Makefile.
14556
d207ebef
JM
14557Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
14558
14559 * Makefile.in (install-itcl): Install tcl first.
14560
5d4a5ee6
JL
14561Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
14562
14563 * configure.in: remove bison from noconfigdirs for Cygwin32 host
14564
f401679e
JW
14565Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
14566
14567 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
14568
14569 * configure.in (skipdirs): Add target-librx for Linux.
14570 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
14571
ec20b1b9
JL
14572Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
14573
14574 * Makefile.in (bootstrap): New target.
14575
becdcf6d
JL
14576Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
14577
63f6bcd7 14578 * config.sub: Accept 'amigados' for backward compatibility.
becdcf6d 14579
d207ebef
JM
14580Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
14581
14582 * config.guess: Merge with FSF.
14583
0c82f6bf
FF
14584Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
14585
14586 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
14587
d207ebef
JM
14588Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
14589
14590 * config.sub: Add "marketing-names" patch.
14591
3fbc0b70
JS
14592Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
14593
e490616e 14594 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
3fbc0b70 14595
e20d4801
JL
14596Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
14597
14598 * config.sub: Handle v850-elf.
14599
fe181f78 14600Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
d30e0541
FF
14601
14602 * .cvsignore (*-install): Remove.
14603
bfed1ea0
JL
14604Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
14605
14606 * ltconfig: Set CONFIG_SHELL in libtool.
14607 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
14608
558a1e7c
JW
14609Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
14610
14611 * configure.in (target_subdir): Set to libraries if enable_multilib.
14612
7818d6fc
JW
14613Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
14614
14615 * config.guess: Update from gcc directory.
14616
d207ebef
JM
14617Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
14618
14619 * Makefile.in (all-sim): Depends on all-readline.
14620
6599da04
JM
14621Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
14622
14623 * Makefile.in (BISON, YACC): Use $$s.
14624 (all-bison): Depend on all-texinfo.
14625
14626Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
14627
14628 * Makefile.in (BISON): Add -L flag.
14629 (YACC): Likewise.
14630
d207ebef
JM
14631Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
14632
4e81ae98
EC
14633 * configure.in (noconfigdirs): Add support for v850e target.
14634
d207ebef
JM
14635 * config.sub (maybe_os): Add support for v850e target.
14636
14637Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
14638
4e81ae98
EC
14639 * configure.in (noconfigdirs): Add support for v850ea target.
14640
d207ebef
JM
14641 * config.sub (maybe_os): Add support for v850ea target.
14642
6599da04
JM
14643Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
14644
14645 * config.sub: Add mipstx39. Delete r3900.
14646
14647Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
14648
14649 * Makefile.in (all-autoconf): Depends on all-texinfo.
14650
14651Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
14652
14653 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
14654 eabi targets.
14655
14656Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
14657
14658 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
14659
14660 * configure: When handling a Canadian Cross, handle YACC as well as
14661 BISON. Just set BISON to bison. When setting YACC, prefer bison.
e490616e 14662 * Makefile.in (all-bison): Depend upon all-texinfo.
6599da04
JM
14663
14664Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
14665
14666 * Makefile.in (BISON): bison, not byacc or bison -y.
14667 (YACC): bison -y or byacc or yacc.
14668 (various): Add *-bison as appropriate.
14669 (taz): No need to mess with BISON anymore.
14670
14671Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
14672
14673 * configure: If OSTYPE matches *win32*, try to find a good value for
14674 CONFIG_SHELL.
14675
14676Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
14677
14678 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
14679 configure.in if it is present.
14680
14681Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
14682
14683 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
14684
14685Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
14686
14687 * config.sub: Recognize `arc' cpu.
14688 * configure.in: Likewise.
14689 * config-ml.in: Likewise.
14690
14691Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
14692
14693 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
14694
14695Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
14696
14697 * configure: Changed sed delimiter from ':' to '|' when
14698 attempting to substitute ${config_shell} for SHELL. On
14699 NT ${config_shell} may contain a ':' in it.
14700
14701Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
14702
14703 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
14704
14705Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
14706
14707 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
14708
14709Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
14710
14711 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
14712
14713 * ylwrap: If the program is a relative path, force it to be
14714 absolute.
14715
14716Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
14717
14718 * configure (tooldir): Set BISON to `bison -y' and not just bison.
14719
14720Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
14721
14722 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
3b75d237
AJ
14723 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
14724 for libraries.
6599da04
JM
14725
14726Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
14727
14728 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
3b75d237 14729 separated by spaces.
6599da04
JM
14730
14731Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
14732
14733 * ylwrap: New file.
14734 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
14735
14736 * ltmain.sh: Handle /bin/sh at start of install program.
14737
14738 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
14739
14740 * ltconfig, ltmain.sh: New files, from libtool 1.0.
14741 * missing: New file, from automake 1.2.
14742
14743Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
14744
14745 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
14746 check-tk to CHECK_X11_MODULES.
14747
14748Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
14749
14750 * config.sub: Merge with FSF.
14751
14752Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
14753
14754 * config.guess: Merge with FSF.
14755
14756Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
14757
14758 * configure: Treat msdosdjgpp like go32.
14759 * configure.in: Likewise. Don't remove gprof for go32.
14760
14761 * configure: Change Makefile.tem2 to Makefile.tm2.
14762
14763Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
14764
14765 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
14766
14767Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14768
14769 * install-sh (chmodcmd): Set to null if the DST directory already
14770 exists. Same as Nov 11th change.
14771
14772Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
14773
4e81ae98 14774 * configure (GDB_TK): Needs itcl and tix.
6599da04
JM
14775
14776Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
14777
14778 * config.guess: Update from FSF.
14779
14780Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
14781
14782 * Makefile.in (GDB_TK): Depend on itcl and tix.
14783
14784Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
14785
14786 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
14787 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
14788 (INSTALL_SCRIPT): New variable.
14789 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
14790 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
14791 to -x.
14792 * install-sh: Add support for -x option.
14793
14794Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
14795
14796 * configure.in, Makefile.in: Treat tix like itcl.
14797
14798Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
14799
14800 * Makefile.in (WINDRES): New variable.
14801 (WINDRES_FOR_TARGET): New variable.
14802 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
14803 (EXTRA_HOST_FLAGS): Add WINDRES.
14804 (EXTRA_TARGET_FLAGS): Add WINDRES.
14805 (EXTRA_GCC_FLAGS): Add WINDRES.
14806 ($(DO_X)): Pass down WINDRES.
14807 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
14808 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
14809 DLLTOOL_FOR_TARGET.
14810
14811Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
14812
14813 * configure.in: configure sim before gdb for win32-x-ppc
14814
14815Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14816
14817 Move gperf into the toplevel, from libg++.
14818 * configure.in (target_tools): Add target-gperf.
14819 (native_only): Add target-gperf.
14820 * Makefile.in (all-target-gperf): New target, depend on
14821 all-target-libg++.
14822 (configure-target-gperf): Empty rule.
14823 (ALL_TARGET_MODULES): Add all-target-gperf.
14824 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
14825 (CHECK_TARGET_MODULES): Add check-target-gperf.
14826 (INSTALL_TARGET_MODULES): Add install-target-gperf.
14827 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
14828
14829Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
4e81ae98 14830
6599da04
JM
14831 * config.sub (mn10200): Recognize new basic machine.
14832
14833Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14834
14835 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
14836 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
14837
14838Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14839
14840 * configure.in: If we're building mips-sgi-irix6* native, turn on
14841 ENABLE_MULTILIB and set TARGET_SUBDIR.
14842
14843Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
14844
14845 * Makefile.in (all-sn): Depend on all-grep.
14846
14847Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
14848
14849 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
14850
14851 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
14852 Makefile. From Jeff Makey <jeff@cts.com>.
14853 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
14854
14855 * Makefile.in (DISTBISONFILES): Remove.
14856 (taz): Don't futz with DISTBISONFILES. Change BISON to use
14857 $(DEFAULT_YACC).
14858
14859 * configure.in: Build itl, db, sn, etc., when building for native
3b75d237 14860 cygwin32.
6599da04
JM
14861
14862 * Makefile.in (LD): New variable.
14863 (EXTRA_HOST_FLAGS): Pass down LD.
14864 ($(DO_X)): Likewise.
14865
14866Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
14867
14868 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
14869
14870Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
14871
14872 * configure.in (targargs): Strip out any supplied --build argument
3b75d237 14873 before adding our own. Always add --build.
6599da04
JM
14874
14875Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
14876
14877 * configure.in (targargs): Pass --build if we're doing
14878 a cross-compile.
14879
14880Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
14881
ca236658 14882 * configure: Use '|' instead of ":" as the separator in
6599da04
JM
14883 sed. Otherwise sed chokes on NT path names with drive
14884 designators. Also look for "?:*" as the leading characters in an
14885 absolute pathname.
14886
14887Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
14888
14889 * config.sub: Support for r3900.
14890
14891Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
14892
14893 * configure.in: Use install-sh, not install.sh.
14894
14895Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
14896
14897 * Makefile.in (taz): Improve check for BISON so it doesn't try to
14898 apply it twice.
14899
14900Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
14901
14902 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
14903 install-binutils.
14904
14905Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
14906
14907 * Makefile.in: Add automake targets.
14908 * configure.in (host_tools): Add automake.
14909
14910Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
14911
14912 * configure: Default CXX to c++, not gcc.
14913 * Makefile.in (CXX): Set to c++, not gcc.
14914 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
14915
14916Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
14917
14918 * install-sh: try appending a .exe if source file doesn't
14919 exist
14920
14921Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
14922
14923 * configure.in: Turn on multilib by default.
14924 (cross_only): Remove target-libiberty.
14925
14926 * Makefile.in (all-gcc): Don't depend on libiberty.
14927
14928Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
14929
14930 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
14931
14932Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
14933
14934 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
14935 (DISTBISONFILES): Add ld/Makefile.in
14936
14937Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
14938
14939 * configure.in: if target is cygwin32 but host isn't cygwin32,
14940 don't configure gdb tcl tk expect, not just gdb.
14941
14942Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
14943
14944 * configure.in: Added gnuserv everywhere sn appears.
14945
14946 * Makefile.in (ALL_MODULES): Added all-gnuserv.
14947 (CROSS_CHECK_MODULES): Added check-gnuserv.
14948 (INSTALL_MODULES): Added install-gnuserv.
14949 (CLEAN_MODULES): Added clean-gnuserv.
14950 (all-gnuserv): New target.
14951
14952Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
14953
14954 * config.guess: Fixes for MIPS OpenBSD systems.
14955
14956Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
14957
14958 * Makefile.in (INSTALL_XFORM): Remove.
14959 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
14960
14961 * mkinstalldirs: New file, copied from automake.
14962 * Makefile.in (installdirs): Rename from install-dirs. Use
14963 mkinstalldirs. Change all users.
14964 (DEVO_SUPPORT): Add mkinstalldirs.
14965
14966Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
14967
14968 * install-sh: Rename from install.sh.
14969 * Makefile.in (INSTALL): Change install.sh to install-sh.
14970 (DEVO_SUPPORT): Likewise.
14971
14972 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
14973 Graichen <graichen@rzpd.de>.
14974
14975Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
14976
14977 * config.guess: Recognize OpenBSD systems correctly.
14978
14979Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
14980
14981 * README, Makefile.in (ETC_SUPPORT): Remove references to
14982 cfg-paper*, configure.{texi,man,info*}._
14983
14984Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
14985
14986 * Makefile.in (all.normal): Ensure that gcc is built after all
14987 the x11 - ie gdb - targets.
14988
14989Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
14990
14991 * makefile.vms: Don't run conf-a-gas.
14992
14993Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
14994
e490616e 14995 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
6599da04 14996
d207ebef
JM
14997Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
14998
14999 * configure.in: Remove noconfigdirs case since gdb also
15000 configures and builds for tic80-coff.
15001
6599da04
JM
15002Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
15003
15004 * configure: Set cache_file to config.cache.
15005 * Makefile.in (local-distclean): Remove config.cache.
15006
15007Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
15008
15009 * COPYING: Update FSF address.
15010
d207ebef
JM
15011Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
15012
15013 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
15014 noconfigdirs.
15015
6599da04
JM
15016Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
15017
15018 * Makefile.in (install-dirs): Don't crash if prefix, and hence
15019 MAKEDIRS, is empty.
15020
15021Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
15022
15023 * config.sub: Tweak mn10300 entry.
15024
15025Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
15026
15027 * configure.in (host_tools): Put sim before gdb, so gdb's
15028 configure.tgt can determine if the simulator was configured.
15029
15030Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
15031
15032 * config.sub: Move BeOS $os case to be with other Cygnus
15033 local cases.
15034
15035Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
15036
15037 * config.sub: Remove misplaced comment that broke Linux.
15038
15039Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
15040
15041 * config.sub: Add BeOS support.
15042
15043Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
15044
15045 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
15046
15047Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
15048
15049 * configure.in (noconfigdirs): Remove tcl and tk from
15050 noconfigdirs for cygwin32 builds.
15051
d207ebef
JM
15052Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
15053
15054 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
15055
6599da04
JM
15056Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
15057
15058 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
15059 make-all.com, use makefile.vms instead.
15060
15061Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
15062
15063 * config.sub: Accept -lnews*.
15064
d207ebef
JM
15065Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
15066
15067 * configure.in (noconfigdirs): Disable target-newlib,
3b75d237 15068 target-examples and target-libiberty for d30v.
d207ebef
JM
15069
15070Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
15071
15072 * configure.in (noconfigdirs): Enable ld for d30v.
15073
15074Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
15075
15076 * configure.in (tic80-*-*): Build compiler.
15077
15078Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
15079
15080 * configure.in (d30v-*): Remove sim directory from list of
3b75d237 15081 unsupported d30v directories
d207ebef
JM
15082
15083Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
15084
4e81ae98
EC
15085 * config.sub, configure.in: Add d30v target cpu.
15086
6599da04
JM
15087Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
15088
15089 * makefile.vms: New file.
15090 * make-all.com: Remove.
15091
15092Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
15093
15094 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
15095
15096Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
15097
15098 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
15099
15100Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
15101
15102 * Makefile.in (ALL_MODULES): Added all-db.
15103 (CROSS_CHECK_MODULES): Addec check-db.
15104 (INSTALL_MODULES): Added install-db.
15105 (CLEAN_MODULES): Added clean-db.
15106
15107Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
15108
15109 * config.guess: Merge with latest FSF sources.
15110
15111Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
15112
15113 * Makefile.in (ALL_MODULES): Added all-itcl.
15114 (CROSS_CHECK_MODULES): Added check-itcl.
15115 (INSTALL_MODULES): Added install-itcl.
15116 (CLEAN_MODULES): Added clean-itcl.
15117
15118Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
15119
15120 * configure.in: build gdb for mn10200
15121
15122Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
15123
15124 * Makefile.in (all-target-winsup): Depend on all-target-libio.
15125
d207ebef
JM
15126Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
15127
15128 * configure.in (tic80-*-*): Turn off most targets right now.
15129
6599da04
JM
15130Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
15131
15132 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
15133 rather than the makeinfo program.
15134 (do-info): Depend upon all-texinfo.
15135
15136Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
15137
15138 * configure.in: Remove uses of config/mh-linux.
15139
15140 * config.sub, config.guess: Merge with latest FSF sources.
15141
d207ebef
JM
15142Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
15143
15144 * config.sub (case $basic_machine): Add tic80 entries.
15145
6599da04
JM
15146Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
15147
15148 * config.sub, config.guess: Merge with latest FSF sources.
15149
15150Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
15151
15152 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
15153 * mpw-config.in: Test for NewFolderRecursive.
15154 * mpw-install: Use symbolic name for startup filename.
15155 * mpw-README: Add various additional details.
15156
15157Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
15158
15159 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
15160
15161Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
15162
15163 * configure.in: Do build gcc and the target libraries for
15164 the mn10200.
15165
15166Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
15167
15168 * configure.in: don't avoid building gdb for mn10300 any more
15169 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
15170 instead of single-quoting it.
15171
15172Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
15173
15174 * configure.in: Don't use --with-stabs on IRIX 6.
15175
15176Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
15177
15178 * configure.in (m32r): Build gdb, libg++ now.
15179
15180Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15181
15182 * configure.in (mips*-sgi-irix6*): Remove gdb and related
15183 directories from noconfigdirs.
15184
15185Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
15186
15187 * config.sub (basic_machine): added mips16 configuration
15188
15189Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15190
15191 * config.sub: Handle d10v-unknown.
15192
d207ebef
JM
15193Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
15194
15195 * config.sub: Handle v850-unknown.
15196
6599da04
JM
15197Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
15198
15199 * Makefile.in: add findutils
15200 * configure.in: add findutils to list of host_tools
15201
15202Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
15203
15204 * config.sub: Handle mn10200 and mn10300.
15205
15206Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15207
15208 * configure.in (d10v-*): Do not build librx.
15209
15210Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
15211
15212 * configure.in (mn10300): Build everything except gdb & libgloss.
15213
15214Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
15215
15216 * config.guess: Patch for Dansk Data Elektronik servers,
15217 from Niels Skou Olsen <nso@dde.dk>.
15218
15219 For ncr, use /bin/uname rather than uname, since GNU uname does not
15220 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
15221
15222 Patch for MIPS R4000 running System V,
15223 from Eric S. Raymond <esr@snark.thyrsus.com>.
15224
15225 Fix thinko for nextstep.
15226
15227 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
15228
15229 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
15230 * config.guess: Guess mips-dec-mach_bsd4.3.
15231
15232 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
15233 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
15234 release numbers.
15235 * config.guess (mips-mips-riscos*): Emit just enough of the
15236 release number.
15237
15238 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
15239 * config.guess (sparc-auspex-sunos*): Added.
15240 (f300-fujitsu-*): Added.
15241
15242 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
15243 * config.guess: Recognize a Tadpole as a sparc.
15244
15245Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
15246
15247 * config.guess: Don't assume that NextStep version is either 2 or
15248 3. NextStep 4 (aka OpenStep 4) has come out now.
15249
15250Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
15251
15252 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
15253 From Rik Faith <faith@cs.unc.edu>.
15254
15255Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
15256
15257 * config.sub: Contributions from bug-gnu-utils to:
15258 Support plain "hppa" (no version given) architecture, reported by
15259 OpenStep.
15260 OpenBSD like NetBSD.
15261 LynxOs is not a hardware supplier.
15262
15263 * config.guess: Contributions from bug-gnu-utils to add support for:
3b75d237 15264 OpenBSD like NetBSD.
6599da04
JM
15265 Stratus systems.
15266 More Pyramid systems.
15267 i[n>4]86 Intel chips.
15268 M680[n>4]0 Motorola chips.
15269 Use unknown instead of lynx for hardware manufacturer.
15270
15271Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15272
15273 * install.sh (chmodcmd): Set to null if the DST directory already
15274 exists.
15275
15276Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15277
15278 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
15279 not use mt-ppc target Makefile fragment any more.
15280
15281Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
15282
15283 * configure.in (*-*-windows): Exclude everything but those dirs
15284 needed to build windows.
15285
15286Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
15287
15288 * Makefile.in (all-target-winsup): Depend on all-target-librx.
15289
15290Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
15291
15292 * configure.in: Exclude mmalloc from i386-windows.
6599da04
JM
15293
15294Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
15295
15296 * Undo my previous change.
15297
15298Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
15299
15300 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
15301 unconditionally.
15302 (MAKEOVERRIDES): Define (revert this part of October 18 change).
15303
15304Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
15305
15306 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
15307 host to add it's own flags.
6599da04
JM
15308
15309Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
15310
15311 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
15312
15313Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
15314
15315 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
15316 (CXX_FOR_TARGET): Likewise.
15317 (GCC_FOR_TARGET): Define.
15318 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
15319 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
15320 CC_FOR_TARGET was specified on the command line.
15321 (MAKEOVERRIDES): Don't define.
15322
15323Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
15324
15325 * configure.in (m32r): Fix spelling of libg++ libs.
15326
15327Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
15328
15329 * config.sub (-apple*): Remove, now redundant.
15330
15331Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
15332
15333 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
15334
15335 * configure: Rework yesterday's sed script patch.
15336
15337 * config.sub: Merge with FSF.
15338
15339Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
15340
15341 * config.guess: Merge from FSF.
15342
15343 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
e490616e
ZW
15344 * config.guess: Use pc instead of unknown, for pc clone systems.
15345 Change linux to linux-gnu.
6599da04
JM
15346
15347 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
e490616e 15348 * config.guess: Avoid non-portable tr syntax.
6599da04
JM
15349
15350Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
15351
15352 * test-build.mk (HOLES): Add "xargs" for gdb.
15353
15354 * configure: Avoid hpux10.20 sed bug.
15355
15356Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
15357
731a8127 15358 * configure.in: Add support for windows host
6599da04
JM
15359 (that is a build done under the Microsoft build environment).
15360
15361Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
15362
15363 * Makefile.in: Replace all uses of srcroot with s, to shrink
15364 command line lengths.
15365
15366 Patches from Geoffrey Noer <noer@cygnus.com>:
15367 * configure.in: If configuring for newlib, pass --with-newlib to
15368 subdirectories.
15369 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
15370 -Bnewlib/ and -Lwinsup to gcc.
15371 (CXX_FOR_TARGET): Likewise.
15372
15373Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
15374
15375 * Makefile.in (ETC_SUPPORT): Add configure.
15376
15377Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
15378
4e81ae98 15379 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
6599da04
JM
15380 host configuration file.
15381
15382Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
15383
15384 * configure.in: Break mn10x00 support into separate
15385 mn10200 and mn10300 configurations.
15386 * config.sub: Likewise.
15387
15388Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
15389
15390 * configure.in: Add lots of stuff to noconfigdirs for
15391 the mn10x00 targets.
15392
15393 * config.sub, configure.in: Add mn10x00 support.
15394
15395Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
15396
15397 * make-all.com: Call conf-a-gas, not config-a-gas.
15398
15399Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
15400
15401 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
3b75d237 15402 targets.
6599da04
JM
15403
15404Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
15405
15406 * mpw-README: Add much more detail for native PowerMac.
15407 * mpw-install: New file.
15408 * mpw-configure: Add --norecursion and --help options.
15409 * mpw-config.in: Translate readme and install files when
15410 copying to objdir.
15411 * mpw-build.in: Don't always depend on byacc and flex.
15412 (install-only-top): New action.
15413
d207ebef
JM
15414Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
15415
15416 * configure.in: You can now configure GDB for the v850.
15417
6599da04
JM
15418Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
15419
15420 * configure.in (noconfigdirs): Don't configure any C++ dirs
15421 if targeting D10V.
15422
15423Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
15424
15425 * config.sub: Recognize mips64vr5000.
15426
15427Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
15428
15429 * configure.in: Use a single line for host_tools and native_only.
15430
15431Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
15432
15433 * config.sub, configure.in: Add entries for m32r.
15434
15435Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
15436
15437 * Makefile.in (inet-install): Don't run install-gzip.
15438
15439Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
15440
15441 * configure.in: Don't config lots of things for *-*-windows*.
15442
15443Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
15444
15445 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
15446 (host_libs, host_tools): Copy from configure.in.
15447 * mpw-configure: Don't complain about directories not found.
15448
15449Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15450
15451 * configure.in (i[345]86): Recognize i686 for pentium pro.
15452 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
15453 file.
15454
15455 * config.guess (i[345]86): Ditto.
15456
15457Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15458
15459 * configure.in (noconfigdirs): Removed gdb for D10V.
15460
d207ebef 15461Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
5d4a5ee6 15462
d207ebef
JM
15463 * configure.in: Remove ld, target-libio, target-libg++, and
15464 target-libstdc++ from noconfigdirs.
5d4a5ee6 15465
6599da04
JM
15466Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
15467
15468 * configure: Fix three locations where shell scripts were
15469 being run directly rather than with config_shell.
15470
d207ebef
JM
15471Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
15472
15473 * configure.in (v850-*-*): Set up initial $noconfigdirs.
15474 * config.sub (basic_machine): Recognize v850.
15475
6599da04
JM
15476Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
15477
15478 * mpw-configure: Handle multiple enable/disable options and
15479 pass them down recursively, handle -c and -s flags appropriately
15480 depending on choice of compiler, add escape mechanism for
15481 quoted arguments to gC.
15482
15483Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15484
15485 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
15486 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
15487 so that -mrelocatable-lib and -mno-eabi are used.
15488
15489 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
15490 not support --print-multi-lib, don't abort.
15491
6599da04
JM
15492Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
15493
15494 * make-all.com: Run config-a-gas.
15495 * setup.com: Don't copy subdirectory files around.
15496
15497Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
15498
15499 * configure.in (*-*-ose): Remove exclusion of libgloss for this
15500 target, it now compiles correctly.
15501
15502Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
15503
15504 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
15505
15506Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15507
4e81ae98 15508 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
6599da04
JM
15509
15510Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15511
15512 * configure.in (native_only): Add prms.
15513
15514Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
15515
15516 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
15517 (BINUTILS_SUPPORT_DIRS): Likewise.
15518
15519Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15520
15521 * configure.in (d10v-*-*): Don't configure ld or gdb until the
15522 d10v support is added.
15523
15524Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15525
15526 * configure.in (d10v-*-*): New target.
15527
15528Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
15529
15530 * config.guess (HP 9000/811): Recognize this as a PA1.1
15531 machine.
15532
15533Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
15534
15535 * Makefile.in (do-tar-gz): New target, split out from tail end of
15536 taz target. Run each command separately, don't use pipes.
15537 (taz): Use it.
15538
15539Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
15540
15541 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
15542 * mpw-build.in: No builds should depend on building byacc or flex,
15543 they are assumed to be installed already.
15544
15545Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15546
15547 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
15548 variable that CC_FOR_TARGET needs.
15549
15550Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15551
15552 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
15553 options have changed since the last time the subdirectory was
15554 configured, and if it has, reconfigure.
15555 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
15556 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
15557
15558Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
15559
15560 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
15561 CLEAN_MODULES): Add bash.
15562 (all-bash): New target.
15563
15564Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
15565
15566 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
15567
15568Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15569
15570 * config.sub (basic_machine): Recognize d10v as a valid processor.
15571
15572Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
15573
15574 * mpw-configure: Add support for --bindir.
15575 * mpw-build.in: Use a GCC-specific build script for GCC actions.
15576
15577Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
15578
15579 * configure.in: add bash, time, gawk to list of hosttools and things
15580 to only build for native toolchains
15581
15582Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15583
15584 * Makefile.in (docdir): Remove.
15585
15586Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15587
15588 * Makefile.in (datadir): Set to $(prefix)/share.
15589
15590Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
15591
15592 * configure.in: build diff and patch for cygwin32-hosted
15593 toolchains.
15594
15595Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
15596
15597 * config.sub: Accept -rtems*.
15598
15599Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
15600
e490616e
ZW
15601 * configure.in: enable dosrel for cygwin32-hosted builds,
15602 remove diff from the list of things not buildable
15603 via Canadian Cross
6599da04
JM
15604
15605Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
15606
15607 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
3b75d237 15608 don't get ". ".
6599da04
JM
15609
15610Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
15611
15612 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
15613
15614Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
15615
15616 * Makefile.in (taz): Handle case where tex3patch didn't even get
15617 checked out. Also, if it was found, put the symlink in a new util
15618 subdirectory.
15619
15620Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15621
15622 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
15623
15624Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
15625
15626 * config.sub: Recognize -openvms.
15627 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
15628 * make-all.com, setup.com: New files.
15629
15630Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
15631
15632 * Makefile.in (taz): tex3patch moved to texinfo/util.
15633
15634Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
15635
15636 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
15637 * configure.in: remove make from disable-if-Can-Cross list
15638 enable gdb if ${host} and ${target} are cygwin32
15639
15640Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
15641
15642 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
15643 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
15644
15645Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
15646
15647 * config.guess: Combine mips-mips-riscos cases, and use cpp to
15648 distinguish sysv/svr4/bsd variants.
15649 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
15650
15651Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
15652
15653 * configure.in: Added copyright notice.
15654 * move-if-change: Added copyright notice.
15655
15656Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15657
15658 * configure.in (powerpcle-*-solaris*): Until we get shared
15659 libraries working, don't build gdb, sim, make, tcl, tk, or
15660 expect.
15661
15662Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
15663
15664 * config.guess: Merge with FSF:
15665
15666 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
15667 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
15668
15669 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
15670 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
15671
15672 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
15673 * config.guess: Combine two OSF1 rules.
15674 Also recognize field test versions. From mjr@zk3.dec.com.
15675 * config.guess (dgux): Use /usr/bin/uname rather than uname,
15676 because GNU uname does not support -p. From pmr@pajato.com.
15677
15678Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
15679
15680 * Makefile.in (MAKEDIRS): Removed $(tooldir).
15681
15682Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
15683
15684 * mpw-README: Document GCCIncludes.
15685
15686Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
15687
15688 * configure.in (alpha-*-linux*): Set enable_shared to yes.
15689
15690Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
15691
15692 * mpw-configure: Handle --enable-FOO and --disable-FOO.
15693
15694Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
15695
15696 * configure.in (*-*-cygwin32): Configure make.
15697
15698Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
15699
15700 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
15701
15702Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
15703
15704 * Makefile.in (all-inet): Depend on all-perl.
15705
15706 * Makefile.in (inet-install): New target.
15707
15708 * Makefile.in (all-inet): Depend on all-tcl.
15709 (all-inet): Depend on all-send-pr.
15710
15711Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15712
15713 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
15714 temporarily.
15715
15716Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
15717
15718 * configure.in: Don't configure --with-gnu-ld on AIX.
15719
15720Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
15721
15722 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
15723
15724Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
15725
15726 * Makefile.in (ALL_MODULES): Added all-inet.
15727 (CROSS_CHECK_MODULES): Added check-inet.
15728 (INSTALL_MODULES): Added install-inet.
15729 (CLEAN_MODULES): Added clean-inet.
15730 (all-indent): New target.
15731
15732 * configure.in (host_tools): Added inet.
15733 (native_only): Added inet.
15734 (noconfigdirs): Added inet.
15735
15736Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
15737
15738 * configure.in: Don't configure libgloss if we are not configuring
15739 newlib.
15740
15741Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
15742
15743 * configure.in: Don't configure libgloss for unsupported
15744 architectures.
15745
15746Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15747
15748 * Makefile.in (CLEAN_MODULES): Add clean-apache.
15749
15750Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
15751
15752 * Makefile.in (ALL_MODULES): Include all-apache.
15753 (CROSS_CHECK_MODULES): Include check-apache.
15754 (INSTALL_MODULES): Include install-apache.
15755 (all-apache): New target.
15756
15757 * configure.in: Added apache everywhere perl is seen.
15758
15759Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15760
15761 * Makefile.in: Add support for clean-{module} and
15762 clean-target-{module} rules.
15763
15764Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
15765
15766 * configure.in (*-*-ose) do not build libgloss.
15767
15768Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15769
15770 * config.guess (prep*:SunOS:5.*:*): Turn into
15771 powerpele-unknown-solaris2.
15772
15773Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
15774
15775 * configure.in: Permit --enable-shared to specify a list of
15776 directories.
15777
15778Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
15779
15780 * configure.in (host==solaris): Pass only the first word of $CC
15781 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
15782
15783Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
15784
15785 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
15786
15787Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
15788
15789 * Makefile.in (ALL_MODULES): Include all-perl.
15790 (CROSS_CHECK_MODULES): Include check-perl.
15791 (INSTALL_MODULES): Include install-perl.
15792 (ALL_X11_MODULES): Include all-guile.
15793 (CHECK_X11_MODULES): Include check-guile.
15794 (INSTALL_X11_MODULES): Include install-guile.
15795 (all-perl): New target.
15796 (all-guile): New target.
15797
15798 * configure.in (host_tools): Include perl and guile.
15799 (native_only): Include perl and guile.
15800 (noconfigdirs): Don't build guile and perl; no ports have been
15801 done.
15802
15803Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
15804
e490616e
ZW
15805 * configure (--enable-*): Handle quoted option lists such as
15806 --enable-sim-cflags='-g0 -O' better.
6599da04
JM
15807
15808Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15809
15810 * Makefile.in ({,inst}all-target): New rule so we can make and
15811 install all of the target directories easily.
15812
15813Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15814
15815 * configure.in: Add missing global flag in sed substitution when
15816 deleting `target-' from ${configdirs}.
15817
15818Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
15819
15820 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
15821 option.
15822
15823 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
15824 config/mh-necv4.
15825
15826 * install.sh: Correct misspelling of transformbasename.
15827
15828 * config.guess: Recognize mips-*-sysv*.
15829
15830Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
15831
15832 * config.sub: Recognize mon960.
15833
15834Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
15835
15836 * configure: Restore Canadian Cross handling of BISON and LEX,
15837 removed in Feb 20 change.
15838
15839Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
15840
15841 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
15842 Mention make install. Remove the old copyright date as well the
15843 clumsy and rather pointless copyright on the README file.
15844
15845Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
15846
15847 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
15848 Makefile after running symlink-tree, then run `make distclean' to
15849 avoid clobbering any generated files in srcdir.
15850
15851Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
15852
15853 * configure.in (m68k-*-netbsd*): Build everything now.
15854
15855Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
15856
15857 * Makefile.in (taz): Fix quoting.
15858
15859Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
15860
15861 * configure.in (sparclet-*-*): Build everything now.
15862
15863Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15864
15865 * configure.in (m68k-*-linux*): New host.
15866
15867Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
15868
15869 * configure: Check for bison before byacc.
15870
15871Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
15872
15873 * Makefile.in configure: Change the way LEX and BISON/YACC are
15874 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
15875 searching PATH. These are used as fallbacks by Makefile.in if
15876 flex/bison/byacc aren't in objdir.
15877
15878Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
15879
15880 * Makefile.in: Make everything which depends upon all-bfd also
15881 depend upon all-opcodes, in case --with-commonbfdlib is used.
15882
15883Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15884
15885 * configure.in (host *-*-cygwin32): Don't build gdb if we are
15886 building NT native compilers on Unix.
15887
15888Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
15889
15890 * configure.in: Don't get CC from the host Makefile fragment if we
15891 can find gcc in PATH, or if this is a Canadian Cross. Move the
15892 Solaris test for /usr/ucb/cc to the post target script, just after
15893 the compiler sanity test.
15894
15895Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
15896
15897 * config.sub: Merge with FSF.
15898
15899Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
15900
15901 * Makefile.in (RPATH_ENVVAR): New variable.
15902 (REALLY_SET_LIB_PATH): Use it.
15903 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
15904
15905Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
15906
15907 * config.sub, configure.in: Recognize sparclet cpu.
15908
15909Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
15910
15911 * config.guess: Support m68k-cbm-sysv4.
15912
15913Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15914
15915 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
15916 m68k-unknown-linuxaout from linker help string. Put quotes around
15917 $ld_help_string.
15918
15919Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
15920
15921 * config.guess (powerpc-harris-powerunix): Add guess for port
15922 to new target.
15923
15924Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15925
15926 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
15927
15928Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
15929
15930 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
15931 $(REALLY_SET_LIB_PATH) in Makefile.
15932 * Makefile.in (SET_LIB_PATH): New variable.
15933 (REALLY_SET_LIB_PATH): New variable.
15934 ($(DO_X)): Use $(SET_LIB_PATH).
15935 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
15936 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
15937 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
15938 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
15939 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
15940 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
15941 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
15942 (install-dosrel): Likewise.
15943 (all-opcodes): Depend upon all-libiberty.
15944
15945Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
15946
15947 * config.guess (*:CYGWIN*): New
15948
15949Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15950
15951 * Makefile.in (all-target-winsup): All all-target-libiberty.
15952
15953Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15954
15955 * configure.in (noconfigdirs): Add missing # in front of comment.
15956
15957Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
15958
15959 * configure.in: add second pass to things added to noconfigdirs
15960 so *-gm-magic can exclude libgloss properly.
15961
15962Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
15963
15964 * mpw-configure (extralibs_name, rez_name): Set correctly
15965 for MWC68K compiler.
15966
15967 * mpw-README: Add more info on the necessary build tools.
15968
15969Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
15970
15971 * configure.in, config.sub: Recognize cygwin32.
15972
15973Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
15974
15975 * config.guess, config.sub: Recognize A/UX.
15976
15977Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
15978
15979 * config.sub: Merge with gcc/config.sub.
15980
15981Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
15982
15983 * mpw-build.in (do-binutils): Add build of stamps.
15984
15985Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
15986
15987 * config.sub: Add recognition for mips64vr4100*-* targets.
15988
15989Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15990
15991 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
15992 Add creation of gconfigargs with `--enable-shared' turned on.
15993 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
15994 ($(host)-stamp-stage3-configured): Likewise.
15995 (HOLES): Add chatr and ldd.
15996 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
15997
15998Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
15999
16000 * configure: Pass --nfp to recursive configures.
16001
16002Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
16003
16004 * Makefile.in (DLLTOOL): New.
16005 (DLLTOOL_FOR_TARGET): New.
16006 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
16007 (EXTRA_TARGET_FLAGS): Ditto.
16008 (EXTRA_GCC_FLAGS): Ditto.
16009 (CONFIGURE_TARGET_MODULES): Ditto.
16010 (DO_X): Ditto.
16011 * configure: Add DLLTOOL.
16012
16013Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
16014
16015 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
16016 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
16017 mh-sco, since old workarounds no longer needed, and don't
16018 build ld, since libraries have weak symbols in COFF.
16019
16020Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
16021
16022 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
16023
16024Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
16025
16026 * configure.in: Make sure that ${CC} can be used to compile an
16027 executable.
16028
16029Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
16030
16031 * Makefile.in (all-gdb): Depend on $(GDB_TK).
16032 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
16033 nothing depending on whether gdbtk is being built.
16034
16035Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
16036
16037 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
16038
16039Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
16040
16041 * configure.in (noconfigdirs): Put ld or gas in this early, if the
16042 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
16043
16044Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
16045
16046 * config-ml.in: Add support for
16047 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
16048 Simplify setting of multidirs from --disable-foo.
16049
16050Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16051
16052 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
16053 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
16054 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
3b75d237 16055 non-empty, pass them on to the GCC make.
6599da04
JM
16056 (all-bootstrap): New rule that is like all-gcc, except it executes
16057 the GCC bootstrap rule instead of the GCC all rule.
16058
16059Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
16060
16061 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
16062
16063Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16064
16065 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
16066 DG/UX support.
16067
16068Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
16069
16070 * config.sub (i*86*) Change [345] to [3456]
16071
16072Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16073
16074 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
16075 --with-gnu-ld=no.
16076
16077Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16078
16079 * config-ml.in (rs6000*, powerpc*): Add switches to control which
16080 AIX multilibs get built.
16081
16082Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16083
16084 * configure.in (i386-win32): Don't build expect if we're not
16085 building the tcl subdir.
16086
16087Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
16088
16089 * Makefile.in: (configure-target-examples, all-target-examples):
16090 New targets, configure and build example programs.
16091
16092Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
16093
16094 * mpw-configure: If an mpw-config.in generated a file mk.sed,
16095 use it as input to sedit the generated MPW makefile.
16096 * mpw-README: Add a suggestion about Gestalt.h.
16097
16098Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
16099
16100 * config.sub: Accept *-*-ieee*.
16101
16102Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
16103
16104 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
16105 Ronald F. Guilmette <rfg@monkeys.com>.
16106
16107Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16108
16109 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
16110 for powerpc-pe native.
16111 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
16112 (target==powerpc-pe): duplicate i386-win32 entry.
16113
16114Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16115
16116 * configure.in (noconfigdirs): Exclude target-newlib for all versions
16117 of vxworks, not just vxworks5.1.
16118
16119Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
16120
16121 * mpw-configure: Add support for exec-prefix.
16122
16123Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16124
16125 * config.guess: Recognize HP model 816 machines as having
16126 a PA1.1 processor.
16127
16128Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
16129
16130 * configure: Ignore new autoconf configure options.
16131
6599da04
JM
16132Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
16133
16134 * config.guess: Recognize Pentium under SCO.
16135 From Robert Lipe <robertl@arnet.com>.
16136
16137Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16138
16139 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
6599da04
JM
16140
16141Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
16142
16143 * configure.in: Don't configure gas for alpha-dec-osf*.
16144
16145Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
16146
16147 * configure.in: Default to --with-stabs for some targets for which
16148 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
16149 i[345]86*-*-unixware*.
16150
16151Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
16152
16153 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
16154 rather than basing it on the target. Simplify handling of options
16155 controlling which directories to configure. Remove extraneous
16156 slash in multi-clean target.
16157
16158Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
16159
16160 * config-ml.in: Prefix more variables with ml_ so they don't collide
16161 with configure's.
16162
16163Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
16164
16165 * configure: Don't turn -v into --v.
16166
16167Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
16168
16169 * configure.in (targargs): Fix typo.
16170
16171 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
16172
16173Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
16174
16175 * configure.in: Strip --host and --target options from
16176 CONFIG_ARGUMENTS, and always configure for --host only. Add
16177 --with-cross-host option when building with a cross-compiler.
16178 * configure: Canonicalize the arguments put into config.status by
16179 always using `=' for an option with an argument. Pass a presumed
16180 --host or --target explicitly.
16181
16182Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
16183
16184 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
16185 into general OS recognition case.
16186
16187Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16188
16189 * configure.in (target_configdirs): add target-winsup only
16190 for win32 target systems.
16191
16192Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
16193
16194 * Makefile.in (all-target-libgloss): Depend upon
16195 configure-target-newlib, since when libgloss is built it looks to
16196 see if the newlib directory exists.
16197
16198Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
16199
16200 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
16201 cfg-ml-*.in.
16202
16203Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
16204
16205 * configure: Handle LD and LD_FOR_TARGET when configuring a
16206 Canadian Cross.
16207
6599da04
JM
16208Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16209
16210 * configure.in (target_libs): add target-winsup.
16211 (target==i386-win32): add patch diff flex make to $noconfigdirs.
16212 (target==ppcle-pe): remove ld from $noconfigdirs.
16213
16214Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
16215
16216 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
16217 Preserve relative path names in $srcdir. Build symlink tree if
16218 configuring cross target dir and srcdir=. (= no VPATH support).
16219 (configure-target-libg++): Depend on configure-target-librx.
16220 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
16221 * config-ml.in: New file.
16222 * symlink-tree: New file.
16223 * configure: Ensure srcdir="." if that's what it is.
16224
16225Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
16226
16227 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
16228 includes and FLEX_SKELETON setting.
16229 * mpw-configure (--with-gnu-ld): New option, controls whether
16230 to use PPCLink or ld with PowerMac GCC.
16231 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
16232 * mpw-config.in: Configure grez if targeting Mac.
16233
16234 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
3b75d237
AJ
16235 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
16236 just macos.
6599da04
JM
16237 * configure.in: Configure grez resource compiler if targeting Mac.
16238 * Makefile.in (all-grez, install-grez): New targets.
16239
16240Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
16241
16242 * configure: CXX defaults to gcc, not g++. If we find
3b75d237 16243 gcc in the path, set CC to gcc -O2.
6599da04
JM
16244
16245Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
16246
16247 * configure: Default ${build} correctly. Avoid picking up extra
16248 spaces when reading CC and CXX from Makefile. When doing a
16249 Canadian Cross, use plausible default values for numerous
16250 variables.
16251 * configure.in: When doing a Canadian Cross, don't try to
16252 configure tools whose configure script can't handle it.
16253
16254Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16255
16256 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
16257
16258Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
16259
16260 * configure: Remove dubious bug reporting address.
16261
16262Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
16263
16264 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
16265 configure script, run that instead of this directory's configure.
16266 In either case, print a message that we're configuring the sub-dir.
16267
16268Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
16269
16270 * configure.in: Before checking for the existence of various files,
16271 use sed to filter out "target-".
16272
16273Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
16274
16275 * Makefile.in (DO_X): Split rule to decrease command line length
16276 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
16277 (Philippe De Muyter).
16278
16279Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16280
16281 * Makefile.in (all-patch): depend on all-libiberty.
16282
16283Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
16284
16285 * configure.in: If the only directory in target_configdirs which
16286 actually exists is libiberty, then set target_configdirs to empty,
16287 to avoid trying to build a target libiberty in a gas or gdb
16288 distribution.
16289
16290Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
16291
16292 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
3b75d237
AJ
16293 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
16294 systems.
6599da04
JM
16295
16296Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16297
16298 * configure.in (copy_dirs): Use sys-include instead of include
16299 for --with-headers option.
16300
16301Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
16302
16303 * Makefile.in, configure.in: Make winsup builds work with
16304 new scheme.
16305
16306Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
16307
16308 * configure.in: Build the linker on AIX.
16309
16310Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
16311
16312 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
16313 where needed.
16314
16315Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
16316
16317 * Makefile.in (all-gcc): Fix typo.
16318
16319Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
16320
16321 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
16322
16323Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
16324
16325 * configure.in: Rename libFOO to target-libFOO, and xiberty
16326 to target-xiberty, to provide more flexibility.
16327 (target_subdir): Define. Create if cross.
16328 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
16329 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
16330 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
16331 check-libFOO -> check-target-libFOO, etc.
16332 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
16333 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
16334 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
16335 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
16336 allow ALL_GCC="" to only configure.
16337 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
16338 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
16339 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
16340
16341Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
16342
16343 * Makefile.in (taz): Build "info" in etc explicitly.
16344
16345Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
16346
16347 * configure.in: Make sure that CC is undefined (as opposed to
16348 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
16349 problem with autoconf trying to configure on a host without GCC.
16350
16351Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
16352
16353 * mpw-configure: Set host alias from choice of host compiler,
16354 only use generic MPW Makefile sed if present, edit a file
16355 named "hacked_Makefile.in" instead of "Makefile.in" if present.
16356 * mpw-README: Add problem notes about CW6 and CW7.
16357
16358Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
16359
16360 * Makefile.in (taz): Use ";" instead of ";;".
16361
16362Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
16363
16364 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
16365 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
16366 DISTDOCDIRS.
16367 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
16368 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
16369
16370Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
16371
16372 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
16373 and gnats, because they are now subsumed by DISTSTUFFDIRS.
16374 Move bfd to DISTSTUFFDIRS.
16375
16376Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16377
16378 * Makefile.in (X11_LIB): Removed.
16379 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
16380
16381 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
16382
16383Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16384
16385 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
16386 names.
16387
16388Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16389
16390 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
16391
16392Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
16393
16394 * configure.in (i[345]86-*-win32): Always build newlib.
16395 Don't configure cvs, autoconf or texinfo.
16396 * Makefile.in (LD_FOR_TARGET): New.
16397 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
16398 Pass down LD_FOR_TARGET.
16399
16400Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
16401
16402 * winsup: New directory.
16403 * Makefile.in: Build winsup.
16404 * configure.in: Winsup is configured when target is win32.
16405 Can only build win32 target GDB when native.
4e81ae98 16406
6599da04
JM
16407Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
16408
16409 * config.guess: Recognize HP model 819 machines as having
16410 a PA 1.1 processor.
16411
16412Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
16413
16414 * configure: Fix sed loop which substitutes for CC and CXX to
16415 avoid bug found in various sed implementations.
16416
16417Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16418
16419 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
16420 simulator. Use standard powerpc-*-eabi*.
16421
16422Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
16423
16424 * configure.in: Stop putting gas and binutils in noconfigdirs for
16425 powerpc-*-aix* and rs6000-*-*.
16426
16427Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
16428
16429 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
16430 -mcall-aixdesc libraries.
16431
16432Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
16433
16434 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16435
16436 * config.sub (arm | armel | armeb): Fix shell syntax.
16437
16438Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16439
16440 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
16441 -msoft-float and -mcpu=common support.
16442 (powerpc*-*-eabisim*): Add support for building -mcall-aix
16443 libraries.
16444
16445Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16446
16447 * configure.in: Allow configuration and build of emacs19 for the alpha.
16448
16449Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16450
16451 * configure.in (CC): Get ^CC, not just any old CC, from
16452 ${host_makefile_frag}.
16453
16454Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16455
4e81ae98 16456 * configure.in (CC): Try to get CC from
6599da04
JM
16457 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
16458
16459Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16460
16461 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
16462 only if it exists in $(srcdir).
16463
16464Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
16465
16466 * configure: If CC and CXX are not set in the environment, set
16467 them, based on either an existing Makefile or on searching for gcc
16468 in PATH. Substitute for CC and CXX in Makefile.
16469 * configure.in: Remove libm from target_libs. Separate
16470 target_configdirs from configdirs. If CC is not set in
16471 environment, try to get it from a host Makefile fragment. Rewrite
16472 changes of configdirs to use skipdirs instead. A few minor
16473 tweaks. Take directories out of target_configdirs as they are
16474 taken out of configdirs. Remove existing Makefile files from
16475 subdirectories. Substitute for TARGET_CONFIGDIRS and
16476 CONFIG_ARGUMENTS in Makefile.
16477 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
16478 by configure.in.
16479 (CONFIG_ARGUMENTS): Likewise.
16480 (CONFIGURE_TARGET_MODULES): New variable.
16481 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
16482 ($(CONFIGURE_TARGET_MODULES)): New target.
16483 (configure-libg++, configure-libio): New targets.
16484 (all-libg++): Depend upon configure-libg++.
16485 (all-libio): Depend upon configure-libio.
16486 (configure-libgloss, all-libgloss): New targets.
16487 (configure-libstdc++): New target.
16488 (all-libstdc++): Depend upon configure-libstdc++.
16489 (configure-librx, all-librx): New targets.
16490 (configure-newlib): New target.
16491 (all-newlib): Depend upon configure-newlib
16492 (configure-xiberty): New target.
16493 (all-xiberty): Depend upon configure-xiberty.
16494
16495Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16496
16497 * configure.in (host i[345]86-*-win32): Expand the
16498 noconfigdirs again.
16499
16500Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
16501
16502 * mpw-configure: Fix sed command file name.
16503
16504Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
16505
4e81ae98 16506 * configure.in (host i[345]86-*-win32): Reduce the
6599da04
JM
16507 noconfigdirs again.
16508
16509Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
16510
16511 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
16512 or powerpc*-*-pe*, since they are not yet supported.
16513
16514Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
16515
16516 Add PowerMac support and many other enhancements.
16517 * mpw-configure: New option --cc to select compiler to use,
16518 paste options set according to --cc into the generated
16519 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
16520 if mpw-make.sed is present.
16521 * mpw-config.in: Don't test for gC1, test for mpw-touch,
16522 add forward includes for PowerPC include files.
16523 * mpw-build.in: Build using Makefile.PPC if present.
16524 (do-byacc, etc): Remove separate version resource builds.
16525 (do-gas): Build "stamps" before "all".
16526 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
16527 * mpw-README: Update to reflect --cc option, PowerMac support,
16528 and recently-reported compatibility problems.
16529
16530Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
16531
16532 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
16533 embedded m68k systems (-aout, -coff, -elf, -vxworks).
16534 (--with-multilib-top): Pass to recursive invocations.
16535
16536Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
16537
16538 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
16539 v810-*-*.
16540
16541Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16542
16543 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
16544 gdb, ld and opcodes on v810-*-*.
16545
6599da04
JM
16546Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
16547
16548 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
16549 (local-maintainer-clean): New target.
16550 (maintainer-clean): New target.
16551 (realclean): Just depend upon maintainer-clean.
16552
16553Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16554
16555 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
16556
16557Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
16558
16559 * configure.in: Build ld in mips*-*-bsd* case.
16560
16561Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
16562
16563 * config.sub: Accept -lites* OS. From Ian Dall.
16564
16565Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
16566
16567 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
3b75d237 16568 targets.
6599da04
JM
16569
16570Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16571
16572 * configure.in: treat i386-win32 canadian cross the same as
16573 i386-go32 canadian cross.
16574
16575Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16576
16577 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
16578 running under the simulator to build a reduced set of libraries.
16579 (powerpc-*-eabiaix): Add fine grained multilib support added to
16580 other powerpc targets yesterday.
16581
16582Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16583
16584 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
16585 -disable-softfloat, -disable-relocatable, -disable-aix, and
16586 -disable-sysv to control which multilib libraries get built.
16587
16588Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
16589
16590 * configure: Add Makefile.tem to list of files to remove in trap
16591 handler.
16592
16593Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
16594
16595 * config.guess (*Linux*): Add missing "exit"s.
16596 Also, need specific check for alpha-unknown-linux (uses COFF).
16597
16598Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
16599
16600 * config.guess: Merge with FSF:
16601
16602 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
16603 * config.guess (AIX4): More robust release numbering discovery.
16604
16605 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
16606 * config.guess (i386-sequent-ptx): Properly get version number.
16607
16608 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
16609 * config.guess (mips:*:4*:UMIPS): New case.
16610
16611Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
16612
16613 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
16614 (i386-win32 host): Likewise. Don't build readline.
16615
16616Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
16617
16618 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
16619 SUPPORT_FILES to submakes.
16620
16621Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
16622
16623 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
16624 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
16625 mpw-configure.
16626
16627Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
16628
16629 * configure.in (appdirs): Use =, not ==, in test expression when
16630 trying to build the text to print in the warning message for
16631 Solaris users.
16632
16633Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
16634
16635 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
16636
16637Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16638
16639 * config.guess: Recognize lynx-2.3.
16640
16641Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
16642
16643 * config.sub (z8ksim): Deleted
16644 (z8k-*-coff): New, this is the one true name of the target.
16645
16646Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
16647
16648 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
16649
16650Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
16651
16652 * config.guess (*:Linux:*:*): First try asking the linker what the
16653 default object file format is (elf, aout, or coff). Then if this
16654 fails, try previous methods.
16655
16656Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16657
16658 * configure.in: Don't build newlib for *-*-vxworks5.1.
16659
16660Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16661
16662 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
16663 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
16664
16665Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
16666
16667 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
16668
16669Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
16670
16671 * cfg-ml-com.in: New file.
16672 * cfg-ml-pos.in: New file.
16673
16674Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16675
16676 * COPYING.NEWLIB: Add HP free copyright to list.
16677
16678Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16679
16680 * config.sub: Recognize -eabi* for the system, not just -eabi.
16681
16682Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
16683
16684 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
16685 * config.sub, configure.in (win32): New target and host.
16686
16687Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
16688
16689 * configure.in: Add i386-pe configuration.
16690
16691Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
16692
16693 * mpw-build.in (install): Install GDB after LD.
16694
16695Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
16696
16697 * mpw-config.in (elf/mips.h): Always forward-include, needed
16698 for GDB to build.
16699
16700Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
16701
16702 * testsuite: New directory for customer acceptance and whole tool
16703 chain tests.
16704
16705Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
16706
16707 * configure: If per-host line isn't found, but AC_OUTPUT is found
16708 and a configure script exists, run it instead.
16709
16710Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
16711
16712 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
16713
16714Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
16715
16716 * configure: Set build_{cpu,vendor,os,alias} to host values when
16717 --build isn't specified.
16718
16719Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16720
16721 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
16722 (FLAGS_TO_PASS): Pass them.
16723 (EXTRA_TARGET_FLAGS): Ditto.
16724
6599da04
JM
16725Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16726
16727 * Makefile.in (all-libg++): Depend on all-libstdc++.
16728
16729Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16730
16731 * configure.in (noconfigdirs): Enable all packages for
16732 i386-unknown-netbsd.
16733
16734Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
16735
16736 * configure.in (noconfigdirs): Don't configure tk for i386-go32
16737 hosted builds (DOS builds)
16738
16739Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
16740
16741 Changes for ARM based on patches from Richard Earnshaw:
16742 * config.sub: Handle armeb and armel.
16743 * configure.in: Omit arm linker only for riscix.
16744
16745Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
16746
16747 * config.guess: Update from FSF.
16748
16749Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
16750
63f6bcd7 16751 * config.sub: Recognize powerpcle as the little endian variant of
6599da04
JM
16752 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
16753 powerpcle variant. Convert pentium into i586, not i486. Add p5
16754 alias for i586. Map new x86 variants p6, k5, nexgen into i586
16755 temporarily.
16756
16757Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
16758
16759 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
16760
16761Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
16762
16763 * config.sub: Accept -lites* as a basic system type.
16764
16765Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
16766
16767 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
16768 installed, and if so return linuxoldld as the system name.
16769
16770Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
16771
16772 * config.guess: Add hppa1.1-hp-lites support.
16773
16774Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
16775
16776 * configure.in: Don't build newlib for m68k-vxworks5.1.
16777
16778Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16779
16780 * configure.in (mips-sgi-irix6): Use mh-irix5.
16781
16782Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
16783
16784 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
16785
16786Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16787
16788 * test-build.mk: Enable building of shared libraries on IRIX 5 and
e490616e 16789 OSF/1. Fix compiler flags.
6599da04
JM
16790 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
16791
16792Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
16793
16794 * configure.in: Recognize --with-newlib.
16795 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
16796
16797Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16798
d207ebef 16799 * Makefile.in: move {all,check,install}-gdb from *_MODULES
6599da04
JM
16800 to *_X11_MODULES due to gdbtk needing X include files et al.
16801
16802Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
16803
16804 Merge in support for Mac MPW as a host.
16805 (Old change descriptions retained for informational value.)
16806
16807 * mpw-config.in: Add generic include forwards for cpu-specific
16808 include files in aout and elf directories.
16809
16810 * mpw-configure: Added copyright.
16811 * mpw-config.in: Check for presence of required build tools.
16812 (target_libs): Add newlib.
16813 (target_tools): Add examples.
16814 (Read Me): Generate as "Read Me for MPW" instead.
16815 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
16816 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
16817 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
16818
16819 * mpw-configure: Remove subdir-specific makefile hackery,
16820 delete mk.tmp after using it.
16821
16822 * mpw-build.in (all): Display start and end times.
16823
16824 * mpw-configure (host_canonical): Set.
16825 (target_cpu): Always add to makefiles.
16826 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
16827 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
16828 (mpw-mh-mpw): Look for in srcdir and srcroot.
16829 Use sed instead of mpw-edit-prefix to edit prefix definitions.
16830
16831 * mpw-build.in: (install-only): New target.
16832
16833 * mpw-configure (host_alias, target_alias): Rename from hostalias
16834 and targetalias, add into generated Makefile.
16835 (mk.tmp): If present, add into generated Makefile.
16836 * mpw-build.in (all-gas): Build config.h first before gas proper.
16837
16838 * mpw-configure (config.status): Write only if changed.
16839 * mpw-config.in (readline): Configure it (not built, just used for
16840 definitions).
16841
16842 * mpw-config.in (elf/mips.h): Add a forward include.
16843
16844 * mpw-config.in: Forward-include most .h files in include into
16845 extra-include.
16846 (readline): Don't build.
16847 mpw-build.in (install): Install GDB.
16848
16849 * mpw-configure (prefix, mpw_prefix): Handle it.
16850 * mpw-config.in (mmalloc, readline): Don't configure.
16851 * mpw-build.in (thisscript): Rename to ThisScript.
16852 Use mpw-build instead of BuildProgram everywhere.
16853 (mmalloc, readline): Don't build.
16854 * mpw-README: New file, basic documentation about the MPW port.
16855
16856 * mpw-config.in: Use forward-include to create include files.
16857
16858 * mpw-configure: Add more things to the top of each configured
16859 Makefile, including contents of config/mpw-mh-mpw.
16860 * mpw-config.in (extra-include): Create this directory and fill it
16861 with Posix-like include files when configuring.
16862
16863 * config.sub (apple, mac, mpw): Add various aliases.
16864
16865 * mpw-build.in: New file, top-level build script fragment for MPW.
16866 * mpw-configure: New file, configure script for MPW.
16867 * mpw-config.in: New file, config fragment for MPW.
16868
16869Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16870
16871 * configure.in (host_libs): Remove glob, since it is gone from the
16872 sources.
16873
16874Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16875
16876 * Makefile.in: define empty GDB_NLM_DEPS var.
16877
16878 * configure.in(target_makefile_frag): use config/mt-netware
16879 for netware targets.
16880
16881Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
16882
16883 * config.sub: Merge in recent FSF changes. Remove linux special
16884 cases.
16885
16886Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16887
731a8127 16888 Revert this change:
6599da04
JM
16889
16890 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
16891
16892 * build-all.mk: Use CC=cc -Xs on Solaris.
16893
6599da04
JM
16894Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16895
16896 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
16897 stop using it.
16898 * Makefile.in: Nuke all references to glob subdirectory.
16899
16900Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16901
16902 * configure.in: Fix --enable-shared logic in per-host.
16903
16904Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
16905
16906 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
16907
16908Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16909
16910 * configure.in (noconfigdirs): Don't build gas on AIX, for
16911 powerpc*-*-aix* as well as for rs6000*-*-aix*.
16912
16913Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
16914
16915 * configure: Fix --cache-file to work if the file argument is a
16916 relative path.
16917
16918Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
16919
16920 * configure: If the --cache-file is used, pass it down to
16921 configure in subdirectories.
16922
16923Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
16924
16925 * config.sub: add vxworks29k configuration.
16926
16927Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
16928
16929 * Makefile.in (taz): Do "diststuff" part quietly.
16930
16931Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
16932
16933 * config.sub: Mini-merge with gcc/config.sub.
16934
16935Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16936
16937 * config.guess (IRIX): Sed - to _.
16938
16939Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16940
16941 * Makefile.in (source-vault, binary-vault): New targets.
16942
16943Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
16944
16945 * config.sub: Recognize -eabi as a basic system type.
16946
16947Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16948
16949 * configure.in (enable_shared stuff): Fix typo.
16950
16951Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
16952
16953 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
16954
16955Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16956
16957 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
16958
16959Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
16960
16961 * configure.in (rs6000-*-*): Don't build gas.
16962
16963Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
16964
16965 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
16966 reduce command line length.
16967 (AS_FOR_TARGET): Check for as.new, not Makefile.
16968 (NM_FOR_TARGET): Check for nm.new, not Makefile.
16969
16970Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
16971
16972 * config.guess: Merge from FSF.
16973
16974Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16975
16976 * configure: Don't use $ when handling program_suffix.
16977
16978Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
16979
16980 * configure.in: Configure tk for hppa/hpux.
16981
16982Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
16983
16984 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
16985
16986Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
16987
16988 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
16989 to LIBCXXFLAGS. Tests are better run without it.
16990
16991Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
16992
16993 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
16994
16995Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
16996
16997 * configure.in (*-*-netware*): Don't configure xiberty.
16998
16999Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
17000
17001 * configure.in: Remove tk from native_only list.
17002
17003Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
17004
17005 * build-all.mk: Add mips-ncd-elf target to sun4 targets
17006 for special NCD build.
17007
17008Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17009
17010 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
17011 makeall.bat, they're only useful for binutils snapshots.
17012 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
17013 makeall.bat to specified SUPPORT_FILES.
17014
17015Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
17016
17017 * build-all.mk: Add Ericsson targets to sun4 and solaris
17018 hosts. Add BNR's sun4 target to solaris host, so their
17019 build-from-source will be tested in-house first.
17020
17021Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
17022
17023 * Makefile.in (LIBCFLAGS): New variable.
17024 (CFLAGS_FOR_TARGET): Ditto.
17025 (LIBCFLAGS_FOR_TARGET): Ditto.
17026 (LIBCXXFLAGS): Ditto.
17027 (CXXFLAGS_FOR_TARGET): Ditto.
17028 (LIBCXXFLAGS_FOR_TARGET): Ditto.
17029 (BASE_FLAGS_TO_PASS): Pass them.
17030 (EXTRA_TARGET_FLAGS): Ditto.
17031
731a8127 17032 * configure.in: Support --enable-shared.
6599da04
JM
17033
17034Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
17035
17036 * configure.in (target_libs): Include libstdc++ again.
17037 * config.guess: Update from FSF (for FreeBSD).
17038
17039Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17040
17041 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
17042 makeall.bat.
17043 (DISTDOCDIRS): Add `etc'.
17044 (ETC_SUPPORT_PFX): New variable.
17045 (taz): Include anything from etc starting with a word in
17046 ETC_SUPPORT_PFX.
17047
17048Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17049
17050 * config.sub: Update for recent FSF changes. Remove obsolete
17051 h8300hds entry. Add -windows* and -osx as basic os. Minor
17052 spacing changes.
17053
17054Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
17055
17056 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
17057
17058 * config.guess: Merge with FSF.
17059 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
17060
17061Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17062
17063 * configure: Since the "trap 0" handler will override the exit
17064 status on many systems, only use it for "exit 1", and make it set
17065 a non-zero exit status; reset it before "exit 0". Also, check
17066 exit status of config.sub, and error out if it failed.
17067
17068Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
17069
17070 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
17071 and install libgloss.
17072
17073Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17074
17075 * Makefile.in (all-binutils): Depend upon all-byacc.
17076
17077 * configure.in: Don't build emacs on Irix 5.
17078
17079Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17080
17081 * configure.in (*-*-netware*): Add libio.
17082
17083Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
17084
17085 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
17086 (CHECK_TARGET_MODULES): Ditto.
17087 (INSTALL_TARGET_MODULES): Ditto.
17088 (TARGET_LIBS): Ditto.
17089 (all-libstdc++): Note dependencies.
17090
17091Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17092
17093 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
17094
17095Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
17096
17097 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
17098 -fexternal-templates.
17099
17100 * configure.in (target_libs): Add libstdc++.
17101 (noconfigdirs): Add libstdc++ as appropriate.
17102
17103Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17104
17105 * config.guess: Update from FSF.
17106
17107Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17108
17109 * configure: Use ${config_shell} when running ${configsub}.
17110
17111Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
17112
17113 * config.sub: No longer recognize h8300h.
17114
17115Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17116
17117 * config.sub: Remove extraneous differences between config.sub and
17118 gcc/config.sub.
17119
17120Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17121
17122 * Makefile.in (DISTSTUFFDIRS): Add gas.
17123
17124Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
17125
17126 * COPYING.NEWLIB: New file.
17127
17128Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
17129
17130 * config.guess (HP-UX): Patch from Harlan Stenn
17131 <harlan@landmark.com> to also emit release level.
17132
17133Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
17134
17135 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
17136
17137Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
17138
17139 * config.sub: Merge nextstep cleanup from FSF.
17140
17141Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17142
17143 * configure.in (arm-*-*): Don't configure ld for this target.
17144
17145Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17146
17147 * configure.in (*-*-netware): don't configure libg++, libio,
17148 librx, or newlib.
17149
17150Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17151
17152 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
17153 configure ld--it works, but it doesn't support shared libraries.
17154
17155Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
17156
17157 * config.guess (*-unknown-freebsd*): Get rid of possible
17158 trailing "(Release)" in version string.
17159 Patch from Paul Richards <paul@isl.cf.ac.uk>.
17160
17161Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
17162
17163 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
17164 Fix type: *-next-neststep -> *-next-nextstep.
17165
17166 * config.guess: Merge from FSF:
17167
17168 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
17169
17170 * config.guess: Recognize powerpc-ibm-aix3.2.5.
17171
17172 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
17173
17174 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
17175 instead of UNIX_SV for UnixWare 1.0).
17176
17177Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
17178
17179 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
17180 to make gdb/nlm/* build after the compiler and linker.
17181
17182Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
17183
17184 * config.guess (netbsd, freebsd, linux): Accept any machine,
17185 not just i[34]86.
17186 (m68k-atari-sysv4): Relocate to match FSF version.
17187
17188 * config.guess: More merges from the FSF:
17189
17190 Add a space before function call or macro invocation.
17191
17192 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17193
17194 * config.guess: Add trap cmd to remove dummy.c and dummy when
17195 interrupted.
17196
17197 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17198
17199 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
17200 (dummy): Redirect stderr from compilation of dummy.c.
17201
17202 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
17203
17204 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
17205
17206Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
17207
17208 * configure: Accept and ignore --cache*, for compatibility with
17209 new autoconf.
17210
17211Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
17212
17213 * config.guess: Merge from FSF:
17214
17215 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
17216
17217 * config.guess (Pyramid*:OSx*:*:*): New case.
e490616e
ZW
17218 (PATH): Add /.attbin at end for finding uname.
17219 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
6599da04
JM
17220
17221 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
17222
e490616e 17223 * config.guess (M88*:DolphinOS:*:*): New case.
6599da04
JM
17224
17225 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
17226
e490616e
ZW
17227 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
17228 to select whether to use ELF or COFF.
6599da04
JM
17229
17230 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
17231
e490616e 17232 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
6599da04
JM
17233
17234 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
17235
17236 * config.guess: Guess the OS version for HPUX.
17237
17238 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
17239
17240 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
17241
17242Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17243
17244 * configure.in: Recognize --with-headers, --with-libs, and
17245 --without-newlib.
17246 * Makefile.in (all-xiberty): Depend upon all-ld.
17247
17248Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17249
17250 * configure.in: Change i[34]86 to i[345]86.
17251
17252Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17253
17254 * configure (version): A few more tweaks to help message.
17255
17256Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
17257
17258 * Makefile.in: Remove (for now) librx as a host library,
17259 now that we're building it for target.
17260
17261Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17262
17263 * configure: Fix up help message; from karl@owl.hq.ileaf.com
17264 (Karl Berry).
17265
17266Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
17267
17268 * configure.in: Also configure librx.
17269
17270Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
17271
17272 * Makefile.in: Update various rules to reflect that librx
17273 is now needed for libg++.
17274
17275Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17276
17277 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
17278
17279Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
17280
17281 * configure.in: Configure the examples directory.
17282
17283Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17284
17285 * configure: Simplify Jun 2 1994 change.
17286
17287Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17288
17289 * change CC to /usr/latest/bin/gcc for lynx host builds, since
17290 /bin/gcc isn't good enough to build gcc.
17291
17292Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
17293
17294 * Makefile.in (GDB_SUPPORT_FILES): Remove
17295 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
17296 (gdb.tar.gz): Add new rule to use standard distribution building
17297 mechanism.
17298
17299Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17300
17301 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
17302 Bill Cox <bill@cygnus.com>.
17303
17304Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
17305
17306 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
17307
17308Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
17309
17310 * configure: Search current dir first in .gdbinit.
17311
17312Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
17313
17314 * config.sub: Recognize freebsd (merged from gcc config.sub).
17315
17316Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
17317
17318 * config.sub: Refer to NeXT's operating system as nextstep.
17319
17320 * config.sub (case $basic_machine): Re-order the cases, to match
17321 the order in the FSF version (which is mostly alphabethical).
17322 Merge in some additions and changes from the FSF.
17323
17324Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
17325
17326 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
17327 * config.sub: Recognize cxux7.
17328 * configure.in: Use mh-cxux for m88k-harris-cxux*.
17329
17330Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
17331
17332 * config.sub: Fix typo powerpc -> powerpc-*.
17333
17334Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
17335
17336 * Makefile.in: `all-emacs19' depends on `all-byacc'.
17337
17338 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
17339 parallel with all-emacs and install-emacs). Top-level command
17340 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
17341
17342Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17343
17344 * test-build.mk ($(host)-stamp-stage2-installed): Remove
17345 $(relbindir)/make before doing ``make install'', and use
17346 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
17347 installing over running make binary.
17348 ($(host)-stamp-stage3-installed): Likewise.
17349
17350Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17351
17352 * config.guess: Recognize Mach.
17353
17354Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17355
17356 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
17357 see whether --exec-prefix was used.
17358
17359Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17360
17361 * README: Explicitly mention libg++/README. (Zoo's idea.)
17362
17363Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17364
17365 * Makefile.in: Add all-librx target similar to all-libproc.
17366
17367Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
17368
17369 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
17370 with post 1.2 uname bogosity.
17371
17372Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17373
17374 * configure: Remove temporary files on receipt of a signal.
17375
17376Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
17377
17378 * configure: If there is a package_makefile_frag, remove
17379 ${subdir}/Makefile.tem after copying it in.
17380
17381Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17382
17383 * build_all.mk: support rs6000 lynx identifies itself as
17384 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
17385 since /bin/gcc is too feeble to compile a modern gcc.
17386
17387Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
17388
17389 * brought devo/test-build.mk update-to-date with progressive/
17390 test-build.mk. Add lynx targets and hppa flag info.
17391
17392Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17393
17394 * configure.in: Use mh-ncrsvr43. Patch from
17395 Tom McConnell <tmcconne@sedona.intel.com>.
17396
17397Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
17398
17399 * config.guess (i386-unknown-bsdi): No longer need to
17400 check #if defined(__bsdi__) && defined(__i386__).
17401
17402Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17403
17404 * configure: Set program_transform_nameoption correctly.
17405
17406Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
17407
17408 * brought build-all.mk update-to-date with progressive build-all.mk,
17409 added new targets and hppa info.
4e81ae98 17410
6599da04
JM
17411Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17412
17413 * configure: If config.guess result is a prefix of the user
17414 specified target, assume a native build and use the user specified
17415 target as the host alias. Remove SunOS patch suffix removal hack.
17416 * configure.in: Remove SunOS patch suffix removal hack.
17417
17418 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
17419 in NATIVE_CHECK_MODULES.
17420
17421Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
17422
17423 * Makefile.in: Rename HOST_ONLY to NATIVE.
17424 * configure: Delete SunOs patch suffix from host_canonical
17425 and build_canonical variables that are prepended to Makefiles.
17426 * configure.in: Add comments for easier maintenance.
17427
17428Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17429
17430 * Makefile.in: Add all-libproc target similar to all-gui.
17431
17432Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
17433
17434 * Makefile.in (CHECK_MODULES): split into
17435 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
17436
17437Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
17438
17439 * config.guess (i386-unknown-bsdi): New system to guess.
17440
17441Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17442
17443 * Makefile.in: Add all-gui target (but not yet build by "all").
17444
17445Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
17446
17447 * config.sub: Move deletion of patch suffix from here...
17448 * configure.in: To here, at Ian's suggestion. The top-
17449 level scripts might need to know of a patch level.
17450
17451Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
17452
17453 * config.sub: Strip off patch suffix so rtl is recognized
17454 as a sunos4.1.3 machine, even though it's been patched.
17455
17456Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
17457
17458 * Makefile.in (INSTALL_LAST): Delete.
17459 (INSTALL_DOSREL): New.
17460
17461Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17462
17463 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
17464 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
17465 whether we pass down --with-gnu-ld anyhow.
17466
17467Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
17468
17469 * Makefile.in (INSTALL_LAST): Change operation so it works
17470 on more flavors of make.
17471 * configure.in (go32): Don't build libg++ or libio.
17472
17473Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
17474
17475 * Makefile.in (Move HOST_PREFIX_1 and friends up so
17476 they can be overriden by templates.
17477
17478Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
17479
17480 * configure.in (target==go32): Don't build gdb.
17481 * dosrel: New directory.
17482
17483Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
17484
17485 * configure.in (host==go32): Configure dosrel too.
17486 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
17487 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
17488 be set by incoming names or templates.
17489 (INSTALL_LAST): New rule.
6599da04
JM
17490
17491Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
17492
17493 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
17494
17495Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17496
6599da04
JM
17497 * configure.in (appdirs): New variable. Currently empty, but will
17498 be used in gas distribution. If nonempty, lists a set of
17499 directories at least one of which must get configured, or top
17500 level configuration is considered to have failed.
17501 (rs6000-*-lynxos*): Use new file name.
17502
17503Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17504
17505 Eliminate XTRAFLAGS.
17506 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
17507 newlib include files using -idirafter, and also use -nostdinc.
17508 (CXX_FOR_TARGET): Likewise.
17509 (XTRAFLAGS): Removed.
17510 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
17511 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
17512 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
17513 ($(DO_X)): Don't pass down XTRAFLAGS.
17514
17515Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17516
17517 * configure.in (mips*-dec-bsd*): New target; do build linker.
17518 (mips*-*-bsd*): New target; don't build linker.
17519
17520Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17521
17522 * configure.in: support rs6000-*-lynxos* configuration.
17523 support sunos4 as a cross target.
17524
17525 * config.sub: look for lynx*, not lynx since the OS version may
17526 legitimately be part of the name.
17527
17528Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17529
17530 * configure.in (i[34]86-*-sco*): Move to be with other i386
17531 targets.
17532 (romp-*-*): New target. Skip various binary utilities.
17533 (vax-*-*): New target. Don't build newlib.
17534 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
17535
17536Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17537
17538 * configure.in: Only set host_makefile_frag if config
17539 directory exists.
17540
17541Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17542
17543 * install.sh: If $dstdir exists, don't check whether each
17544 component does.
17545
17546Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17547
17548 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
17549
17550Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
17551
3b75d237
AJ
17552 * configure.in (*-*-lynxos*): Don't configure newlib for either
17553 native or cross Lynx.
6599da04
JM
17554
17555Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
17556
17557 * config.sub (sparc64-elf): Fix os.
17558 (z8k): Remove duplicate.
17559
17560Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17561
17562 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
17563 gcc/stmp-fixproto, to try to prevent fixproto from being run.
17564
17565Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
17566
17567 * configure: Make file links cleanly even if Lynx fails on
e490616e 17568 an NFS symlink (at least fail cleanly).
6599da04
JM
17569
17570Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
17571
17572 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
17573 -XNh2000.
17574
17575Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17576
17577 * configure: Unknown options are fatal again.
17578
17579Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
17580
17581 * configure: Ignore --x-includes and --x-libraries, for Autoconf
4e81ae98 17582 compatibility.
6599da04
JM
17583
17584Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
17585
17586 * build-all.mk: Add `clean' target.
17587
17588Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17589
17590 * config.guess: Add SINIX support.
17591 * configure.in: Add mips-*-sysv4* support.
17592
17593Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
17594
17595 * build-all.mk: Document all useful targets.
17596 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
17597 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
17598
17599Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17600
17601 * configure: Support --silent, --quiet.
17602
17603Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17604
17605 * configure: Support --disable-FEATURE.
17606
17607Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17608
17609 * config.guess: Recognize NCR running SVR4.3.
17610
17611Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
17612
17613 * config.guess: Make BSDI generate i386-unknown-bsd386.
17614 Patch from Paul Eggert <eggert@twinsun.com>.
17615
17616Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17617
17618 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
17619
17620Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17621
17622 * configure: Make unrecognized options give nonfatal warnings
17623 instead of fatal errors, and pass them to any subdirectory
17624 configures in case they recognize them.
17625 Make --x equivalent to --with-x.
17626
17627Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17628
17629 * configure: Add --enable-* options. Clean up usage message and
17630 some comments.
17631
17632Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
17633
17634 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
17635
17636Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17637
17638 * configure.in (hppa*-*-*): Enable binutils.
17639
17640Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17641
17642 * config.sub: Recognize cisco.
17643
17644Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
17645
17646 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
17647
17648Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17649
17650 * config.guess: about target *-hitachi-hiuxwe2, don't print more
17651 than one configuration name. Add comment.
17652
17653Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
17654
17655 * config.guess: about target *-hitachi-hiuxwe2, fixed
17656 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
17657 macro is incorrect.]
17658
17659Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17660
17661 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
17662 than the "make ls" stuff which used to be here.
17663
17664Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
17665
17666 * config.guess: Recognize i[34]86-unknown-freebsd.
17667 From Shawn M Carey <smcarey@rodan.syr.edu>.
17668
17669Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
17670
17671 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
17672
17673Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
17674
17675 * config.guess: Check for ptx.
17676
17677Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
17678
17679 * config.sub: Add os9k checking.
17680
17681Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17682
17683 * config.guess: Handle OSF1 running on HPPA processors
17684
17685Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
17686
17687 * configure: If subdir configure fails, print out a message with
17688 subdirectory name, in case subdir's configure code didn't identify
17689 itself.
17690
17691Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
17692
17693 * configure.in: Remove embedded newlines from configdirs.
17694 Avoid mismatches of substrings. Fix matching strings at end
17695 of configdirs.
17696
17697Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
17698
17699 * config.guess: Add Lynx/rs6000 config support.
17700
17701Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
17702
17703 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
17704
17705Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
17706
17707 * configure.in (hppa*-*-osf*): Treat this just like most other
17708 PA configurations (eg no binutils or ld).
17709 (hppa*-*-*elf*): These configurations have binutils and ld.
17710
17711Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17712
17713 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
17714
17715Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17716
17717 * configure.in (rs6000-*-*): Build gas.
17718
17719Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17720
e490616e 17721 * Makefile.in: Avoid bug in losing hpux sed.
6599da04
JM
17722
17723Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17724
17725 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
17726 for GDB and GDB has been fixed to not need it.
17727
6599da04
JM
17728Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17729
17730 * config.guess: Recognize vax hosts.
17731
17732Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17733
17734 * configure (while loop): Don't use "break 2" inside case
17735 statement -- the case statement isn't an enclosing loop.
17736
17737Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
17738
17739 * config.guess: Clean up NeXT support, to allow nextstep
17740 on Intel machines. Make OS be nextstep.
17741
17742Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
17743
17744 * config.guess: Add alternate forms for Convex.
17745
17746Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
17747
17748 * configure: Completely rewrite option processing. Take
17749 advantage of pattern-matching to avoid invoking test frequently.
17750 Also clean up host and target defaulting logic.
17751
17752Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17753
17754 * Makefile.in: Replace all occurrances of "rootme" with "r" and
17755 "$${rootme}" with "$$r", to increase the likelihood that the do-*
17756 commands (plus user environment) will fit SCO limits.
17757
17758Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17759
17760 * configure.in: Don't issue warnings about directories which are
17761 not being configured if -norecursion is set. Correct test for
17762 --with-gnu-as and --with-gnu-ld to not get confused by substring
17763 matches.
17764
17765 * configure.in: Don't build gas for alpha-dec-osf1*.
17766
17767Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
17768
17769 * configure: Back out Per's change of 12/19/1993. It changes the
17770 behavior of configure in unexpected and confusing ways.
17771
17772 Also, use different delim char when calculating
17773 program_transform_name so that the name can contain slashes.
17774
17775Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
17776
17777 * configure.in, config.sub: Add support for VSTa micro-kernel.
17778
17779Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
17780
17781 * configure.in: Nuke hacks which were used to get a special
17782 version of GAS for HPPA configurations.
17783
17784Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
17785
17786 * configure: If only ${target_alias} is given, use that
17787 as the default for ${host_alias}.
17788 * configure: Add missing back-slashes before nested quotes.
17789
17790Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
17791
17792 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
17793
17794Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
17795
17796 * config.guess: Recognize some Tektronix configurations.
17797 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
17798
17799Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17800
17801 * config.sub: Match any flavor of SH.
17802
17803Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
17804
17805 * configure.in: Don't try to configure newlib for Alpha.
17806
17807Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17808
17809 * configure.in: Don't build ld for Irix 5. Don't build gas,
17810 libg++ or libio for any Alpha target.
17811
17812 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
6599da04
JM
17813
17814Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
17815
17816 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
17817 default arguments -- so it tried to compress itself.
17818
17819Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
17820
17821 * configure.in (notsupp): ensure that a space is always at the end
17822 of the configdirs list, since the grep checks for an explicit space
17823
17824Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17825
17826 * configure.in (target i386-sysv4.2): don't build ld, since static
17827 versions of many libraries are not available.
17828
17829Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17830
17831 * config.guess: Recognize Apollos (using environment variables).
17832 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
17833
17834Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17835
17836 * config.guess: Recognize Sony news mips running newsos.
17837
17838Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
17839
17840 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
17841 "fi ; else" for bash.
17842
17843Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
17844
17845 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
17846
17847Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
17848
17849 * config.sub: accept unixware as an alias for svr4.2.
17850 Fix some inconsistancies with the gcc version.
17851
17852Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17853
17854 * Makefile.in (DISTDOCDIRS): Add gdb.
17855
17856Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
17857
17858 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
17859
17860Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17861
17862 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
17863 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
17864 this now.
17865
17866Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17867
17868 * config.sub: Accept hiux* as an OS name.
17869
17870 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
17871 etc/make-stds.texi. The underscore came from gcc, and dje now
17872 agrees that RUNTESTFLAGS is the correct name.
17873
17874Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
17875
17876 * install.sh: Remove 'set -e'. It makes any conditionals
17877 in the script useless.
17878
17879 * config.guess: Automatically recognize arm-acorn-riscix
17880 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
17881
17882Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
17883
17884 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
17885
17886Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17887
17888 * Makefile.in (DISTDOCDIRS): New variable.
17889 (taz): Edit local Makefile.in sooner, instead of proto-toplev
4e81ae98 17890 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
6599da04
JM
17891
17892Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17893
17894 * configure.in (hppa target): check the source directory for the
17895 pagas sub-directory
17896
17897Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
17898
17899 * config.sub: Allow -aout* and -elf*.
17900
17901Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17902
17903 * configure.in: Don't build ld on i386-solaris2, same as for
17904 sparc-solaris2.
17905
17906Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
17907
17908 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
17909
17910Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17911
17912 * configure.in: Configure gdb for alpha.
17913
17914Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17915
17916 * Makefile.in (CXXFLAGS): Add -O.
17917
17918Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17919
17920 * config.guess: added support for DG Aviion
17921
17922Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17923
17924 * configure.in: Produce warning message for subdirectories not
17925 configurable for this host/target combination. Don't try to
17926 configure gdb for vms.
17927
17928Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17929
17930 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
17931 appropriate files before making "diststuff".
17932 (DISTBISONFILES): New var: list of files to be edited.
17933 (DISTSTUFFDIRS): Add binutils.
17934
17935Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17936
17937 * config.sub: also handle mipsel and mips64el (for little endian mips)
17938
17939Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17940
17941 * configure.in: Add * to end of all OS names.
17942
17943Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
17944
17945 * configure.in: Build newlib for LynxOS native.
17946
17947Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17948
17949 * config.guess: Add support for delta 88k running SVR3.
17950
17951 * configure.in: Add comment about HP compiler vs. emacs.
17952
17953Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17954
17955 * configure.in: don't build ld on solaris2 (not a viable option
17956 due to bugs in getpwnam & getpwuid)
17957
17958Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17959
17960 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
17961 config.guess will produce a full version number.
17962
17963Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17964
17965 * configure.in: Build linker and binutils for alpha-dec-osf1.
17966
17967Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17968
17969 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
17970 and gdb/testsuite/Makefile.in.
17971
17972Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17973
17974 * configure.in: recognize mips*- instead of mips-
17975
17976Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
17977
17978 * config.sub: Accept linux*coff and linux*elf as operating
17979 systems.
17980
17981Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17982
17983 * config.sub: Recognize mips64, and mips3 as an alias for it.
17984
17985Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17986
17987 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
17988 gdb knows how to handle OSF/1 shared libraries.
17989
17990Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17991
17992 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
17993 * config.guess: Recognize Hitachi's HIUX.
17994 * config.sub: Recognize h3050r* and hppahitachi.
17995 Remove redundant cases for hp9k[23]*.
17996
17997Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17998
17999 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
18000 if gas and ld are in the source tree and are in ${configdirs}.
18001 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
38e01259 18002 --with options (but still pass them down on the command line,
6599da04
JM
18003 if they were explicitly specified).
18004
18005Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18006
18007 * configure: substitute SHELL value in Makefile.in with
18008 ${CONFIG_SHELL}
18009
18010Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18011
18012 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
18013 *-*-solaris2* targets.
18014
18015Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18016
18017 * Makefile.in: define M4, and pass it down to sub-makes;
18018 all-autoconf now depends on all-m4
18019
18020Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18021
18022 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
18023 presence of {ar,ranlib} instead of a configured directory
18024
18025Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
18026
18027 * config.guess: Accept 34?? as well as 33?? for NCR.
18028
18029Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18030
18031 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
18032 of 'gas' in sed commands, since 'gash' is now in the tree as well.
18033
18034Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18035
18036 * configure: grab values for $(CC) and $(CXX) from the
18037 environment, so that someone can do "CC=gcc configure; make" and
18038 have it work right (matching the way that autoconf works now)
18039
18040 * configure.in, Makefile.in: add support for gash, the tcl
18041 interface to Galaxy
18042
18043 * config.guess: add NetBSD variants (hp300, x86)
18044
18045Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
18046
18047 * install.sh: Support -d option (in the manner of SunOS 4 install,
18048 as it is more deterministic than that of GNU install)
18049 (chmodcmd): Set file to mode 755 by default (should also do default
18050 chgrp and chown, but I don't feel like dealing with that now)
18051
18052Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
18053
18054 * config.sub: Remove h8300hhms alias.
18055
18056Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18057
18058 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
18059
18060Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18061
18062 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
18063 as stmp-fixinc
18064
18065Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
18066
18067 * config.sub: recognize m88110-bug-coff.
18068
18069Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18070
18071 * Makefile.in (all-libio): all dependencies on the toolchain used
18072 to build this (gcc, gas, ld, etc)
18073
18074Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18075
18076 * config.guess: Deal with OSF/1 1.3 on alpha.
18077
18078Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18079
18080 * install.sh: add some 'else true' clauses for portability
18081
18082 * configure.in: don't build libio for h8[35]00-*-* targets
18083
18084Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
18085
18086 * Makefile.in: Add support for new libio.
18087
18088Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18089
18090 * install.sh: If one command fails, don't try the rest. Don't try
18091 to remove $dsttmp (via trap) unless we have already created it.
18092 If $src doesn't exist, detect it and exit with an error.
18093
18094 * config.guess: Recognize BSD on hp300.
18095
18096Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
18097
18098 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
18099 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
18100
18101Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
18102
18103 * Makefile.in (all-send-pr): depends on all-prms
18104
18105Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18106
18107 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
18108
18109Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18110
18111 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
18112 Added test for mips-mips-riscos5.
18113
18114Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18115
18116 * configure.in: use mh-hp300 for 68k HP hosts
18117
18118Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18119
18120 * configure: add support for CONFIG_SHELL, so that you can use
18121 some alternate shell for evaluating configure scripts
18122
18123Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
18124
18125 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
18126 in configure script to bug-gdb@prep.ai.mit.edu when building
18127 distribution archive.
18128 * Makefile.in (COMPRESS): Remove def.
18129 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
18130 gdb.tar.Z and make-gdb.tar.Z respectively.
18131 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
18132 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
18133 to convergence with 'taz' target in Makefile.in.
18134
18135Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18136
18137 * install.sh (dsttmp): use trap to ensure that tmp files go
18138 away on error conditions
18139
18140Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18141
18142 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
18143
18144Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18145
18146 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
18147 its parent is '/' not ''.
18148
18149 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
18150
18151Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
18152
18153 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
18154 that ${newsrcdir}/configure.in does.
18155
18156Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18157
18158 * test-build.mk: support for CONFIG_SHELL
18159
18160Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
18161
18162 * config.sub (netware): Add as a basic system type.
18163
18164Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
18165
18166 * Makefile.in (Makefile): depend on configure.in. Also drop the
18167 $(srcdir)/ from the dependency on Makefile.in.
18168
18169Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
18170
18171 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
18172 (h8300hhms is temporary until multi-libraries are implemented).
18173 * configure.in: Handle h8300h too.
18174
18175Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18176
18177 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
18178
18179Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
18180
18181 * configure: Remove extraneous output when guessing host type.
18182 * config.guess: Remove extraneous output when guessing using C
18183 compiler rather than uname, or when guessing fails.
18184
18185Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
18186
18187 * Makefile.in: remove all.cross and install.cross targets
18188
18189 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
18190 definitions
18191
18192Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
18193
18194 * configure.in (target sh): Build gprof.
18195
18196Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18197
18198 * config.sub: change -solaris to -solaris2
18199
18200Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18201
18202 * configure.in: Use config/mh-riscos for mips-*-sysv*.
18203
18204Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
18205
18206 * configure: Correct error message for missing Makefile.in to
18207 print correct directory.
18208
18209Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18210
18211 * install.sh: kludge around 386BSD shell bug
18212
18213Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
18214
18215 * config.guess: Recognize NeXT.
18216 * config.guess: Recognize i486-ncr-sysv4.
18217 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
18218
18219Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
18220
18221 * Makefile.in (MAKEINFOFLAGS): New variable.
18222 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
18223 * build-all.mk, test-build.mk: Pass down --no-split as
18224 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
18225
18226Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
18227
18228 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
18229
18230Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
18231
18232 * Makefile.in (libg++.tar.z): New rule.
18233 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
18234 * Makefile.in (taz): Only do a single chmod.
18235
18236Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
18237
18238 * install.sh: don't use dirname anymore (replaced with sed usage)
18239
18240Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
18241
18242 * Makefile.in: Change extension for gzip'd files from '.z' to
18243 '.gz' per new FSF standard usage.
18244
18245Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
18246
18247 * configure: put quotes around the final value of program_transform_name
18248
18249Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18250
18251 * Makefile.in: new install.sh support; update install-info rules
18252
18253Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
18254
18255 * configure.in: Build diff for crosses, but not for go32 host.
18256
18257 * configure.in: Build gprof only for native, and don't build it
18258 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
18259
18260Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
18261
18262 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
18263
18264Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18265
18266 * configure.in (host_tools): Add prms.
18267
18268Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18269
18270 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
18271 with $(FLAGS_TO_PASS) on the command line
18272
18273 * config.sub: Recognize lynx and lynxos
18274
18275Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
18276
18277 * config.sub: Accept -ecoff*, not just -ecoff.
18278
18279Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18280
18281 * Makefile.in (taz): Use .gz suffix instead of .z.
18282 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
18283 names.
18284
18285Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18286
18287 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
18288
18289Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18290
18291 * Makefile.in (install-no-fixedincludes): install gcc last, so
18292 that rebuilds that might happen during 'make install' don't get
18293 bogus gcc include files
18294
18295Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18296
18297 Change from Utah for HPPA support:
18298 * config.guess: Recognize hppa1.x-hp-bsd.
18299
18300Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
18301
18302 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
18303 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
18304
18305Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
18306
18307 * config.sub: Add support for rom68k and bug boot monitors.
18308
18309Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
18310
18311 * Makefile.in: Make all-opcodes depend on all-bfd.
18312
18313Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
18314
18315 * config.guess: Added special check for i[34]86-univel-sysv4*.
18316
18317Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
18318
18319 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
18320 the processor rather than assuming i486.
18321
18322Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18323
18324 * config.guess: Recognize SunOS6 as Solaris3.
18325
18326Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
18327
18328 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
18329 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
18330
18331Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
18332
18333 * build-all.mk (all-cross): New target for Canadian Cross.
18334 Added Q2 go32 targets.
18335 * test-build.mk: Configure go32 cross sparclite-aout and
18336 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
18337 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
18338
18339Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18340
18341 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
18342 GO32 hosted toolchains
18343
18344Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
18345
18346 * configure: change so "-exec-prefix" gets passed down rather
18347 than "-exec_prefix" so autoconf generated Makefiles get the
18348 exec_prefix set right.
18349
18350Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18351
18352 * config.guess: get the Solaris2 minor version number
18353
18354 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
18355
18356Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18357
18358 * config.guess: Recognize some Sequent platforms.
18359
18360Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18361
18362 * Makefile.in: added the vault-install target
18363
18364 * configure.in: actually use the Sun3 makefile fragment that's in
18365 config, also added the release dir to configdirs
18366
18367Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18368
18369 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
18370
18371Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18372
18373 * configure.in: remove some program from Alpha targetted toolchains
18374
18375Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
18376
18377 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
18378 gprof.
18379 (taz): Run "make diststuff" in those directories instead of "make
18380 proto-dir". Look for "VERSION=" only at start of line in subdir
18381 Makefile. Use "gzip -9" for compression.
18382 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
18383 (binutils.tar.z): New target.
18384
18385Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18386
18387 * Makefile.in (taz): Include gpl.texinfo.
18388
18389Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18390
18391 * Makefile.in (setup-dirs): Merged into "taz" target.
18392 (taz): Only do `proto-dir' stuff if a directory is actually needed
18393 for this target.
18394
18395Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
18396
18397 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
18398 (FLAGS_TO_PASS): Pass down MUNCH_NM.
18399 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
18400 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
18401 (gcc-no-fixedincludes): Correct for current gcc Makefile.
18402
18403Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
18404
18405 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
18406 config.sub, and move-if-change to gdb testsuite distribution
18407 archive, so the testsuite can be extracted, configured, and
18408 run separately from the gdb distribution. Blow away the Chill
18409 tests that require a Chill compiled executable, since GNU Chill
18410 is not yet publically available.
18411
18412Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18413
18414 * test-build.mk: set environment variables in a single command,
18415 instead of a list of assignments and exports
18416
18417 * config.guess: recognize Alpha/OSF1 systems
18418
18419Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18420
18421 * configure: Change help message to prefer --options rather than
18422 -options.
18423
18424Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18425
18426 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
18427 zippy@ecst.csuchico.edu.
18428 * config.guess: Recognize miniframe.
18429
18430Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
18431
cc6010cd
AP
18432 * Makefile.in: Use srcroot to find runtest rather than rootme.
18433 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
6599da04
JM
18434
18435Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
18436
18437 * test-build.mk: Extensive additions to support building on a
18438 machine other than the host.
18439
18440Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18441
18442 * configure (tooldir): Fix for i386-aix again.
18443
18444Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
18445
18446 * configure, Makefile.in: Change definition of $(tooldir)
18447 to match the FSF.
18448
18449Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
18450
18451 * config.guess: Recognize i[34]86/SVR4.
18452
18453Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18454
18455 * Makefile.in (all-gdb): gdb depends on sim.
18456
18457Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
18458
18459 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
18460 at the same time we make the prototype gdb directory.
18461 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
18462 files at the same time as the gdb base release distribution.
18463
18464Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
18465
18466 * Makefile.in (check): Use individual check targets rather than
18467 DO_X rule.
18468 (check-gcc): Added.
18469
18470Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
18471
18472 * config.sub: Use sysv3.2 not sysv32 for canonical OS
18473 for System V release 3.2.
18474
18475Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18476
18477 * config.sub: Recognize hppaosf.
18478 * configure.in: Do configure ld/binutils/gas for it.
18479
18480Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18481
18482 * configure (tooldir): Alter syntax used to set this, for systems
18483 where "\$" isn't handled right, like i386-aix.
18484
18485Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
18486
18487 * configure: Pass program-transform-name, not
18488 program_transform_name, to recursive configures.
18489
18490Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
18491
18492 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
18493 of gas+ld+binutils.
18494
18495Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
18496
18497 * config.guess: Recognize AIX3.2 as distinct from 3.1.
18498
18499Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18500
18501 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
18502
6599da04
JM
18503Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18504
18505 * Makefile.in (PRMS): Set back to all-prms.
18506
18507Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
18508
18509 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
18510 targets, rather than for MIPS hosts.
18511
18512Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18513
18514 * configure.in: add comment for --with-x default values
18515
18516 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
18517
18518 * Makefile.in: add check-* targets for each of the directories in
18519 the tree. Add a definition of RUNTEST that will use the one we
18520 just built, if it exists. Pass this down via FLAGS_TO_PASS.
18521
18522Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
18523
18524 * configure.in: Removed obsolete references to bfd_target and
18525 target_makefile_frag.
18526
18527 * build-all.mk: Set assorted targets for Q2.
18528 * config.sub: Recognize z8k-sim and h8300-hms.
18529 * test-build.mk: Really don't pass host to configure.
18530 (HOLES): Added uname.
18531
18532Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
18533
18534 * configure: Handle an empty program-prefix, program-suffix or
18535 program-transform-name correctly.
18536
18537Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
18538
18539 * build-all.mk: -G 8 no longer required for MIPS targets.
18540 * test-build.mk: Don't pass host argument to configure; make it
18541 guess.
18542
18543Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
18544
18545 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
18546 * Makefile.in (COMPRESS): New macro, like GZIP.
18547
18548Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
18549
18550 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
18551
18552 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
18553 with gas currently defaults to -G 0.
18554
18555Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
18556
18557 * Makefile.in (all-flex): flex depends on byacc.
18558
18559 * build-all.mk: If host not specified, use config.guess. Pass TAG
18560 to test-build.mk as RELEASE_TAG.
18561 * test-build.mk (configargs): New variable containing arguments to
18562 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
18563 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
18564
18565 * config.guess: Use /bin/uname when checking -X argument on SCO,
18566 to avoid invoking GNU uname which doesn't understand -X.
18567
18568 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
18569
18570 * configure.in: Build gas for mips-*-*.
18571
18572Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18573
18574 * Makefile.in (all.normal): insert missing backslash.
18575
18576Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
18577
731a8127 18578 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
6599da04
JM
18579
18580 * Makefile.in: Complete overhaul to merge many almost identical
18581 targets.
18582
18583Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18584
18585 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
18586 (gdb.tar.Z): Adjusted.
18587
18588 * Makefile.in (setup-dirs, taz): New targets; should be general
18589 enough to adapt for gdb sometime. Build only .z file.
18590 (gas.tar.z): New target.
18591
18592Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
18593
18594 * build-all.mk: Use CC=cc -Xs on Solaris.
18595
6599da04
JM
18596Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
18597
18598 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
18599 for handling BISON for FSF releases.
18600
18601Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18602
18603 * configure: Actually implement the change zoo just documented.
18604
18605Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
18606
18607 * configure: when using config.guess, only set target_alias when
18608 it's not already been set (ie, on the command line)
18609
18610Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18611
18612 * Makefile.in: add installcheck target, set PRMS to install-prms
18613
18614Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18615
18616 * configure: add support for package_makefile_fragment, handle the
18617 case where a directory has a configure.in file but no Makefile.in
18618 more gracefully (with an actual understandable error message, even);
18619 add support for --without (and add this to the usage message); also
18620 explicitly add a --host=${host_alias} to the command line when
18621 config.guess is used
18622
18623Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18624
18625 * configure: Must use both --host and --target in recursive calls.
18626
18627Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
18628
18629 * Makefile.in: Change deja-gnu to dejagnu.
18630
18631Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
18632
18633 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
18634
18635Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18636
18637 * configure.in: canonicalize all instances to *-*-solaris2*,
18638 also strip out a number of tools to not build for go32 host
18639
18640Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18641
18642 * config.guess: add GPL.
18643
18644 * Makefile.in, config.guess, config.sub, configure: bump
18645 copyrights to 93.
18646
18647Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
18648
18649 * Makefile.in (do-info): Removed obsolete check for existence of
18650 localenv file.
18651
18652 * Makefile.in (MAKEOVERRIDES): Define to be empty.
18653
18654Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18655
18656 * Makefile.in: a couple of 'else true' for decstation,
18657 support for TclX
18658
18659 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
18660
18661Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
18662
18663 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
18664
18665Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
18666
18667 * config.guess: Recognize i386-ibm-aix (PS/2).
18668 * configure.in: Use config/mh-aix386 file for it.
18669
18670Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
18671
18672 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
18673 CC_FOR_TARGET instead.
18674 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
18675
18676Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
18677
18678 * Makefile.in: Add sim to list of directories sent with gdb
18679
18680Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
18681
18682 * configure.in: Put back mips-dec-bsd* case.
18683
18684Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
18685
18686 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
18687 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
18688 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
6599da04
JM
18689
18690Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18691
18692 * configure.in: remove no-op mips-dec-bsd* in "case $target"
18693
18694 * Makefile.in (dir.info): only run gen-info-dir if it exists,
18695 (install-info): install dir.info only if it exists,
18696 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
18697
18698Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
18699
18700 * configure.in: For vms target, skip bfd, ld, binutils. Do build
18701 gas for mips-dec-bsd.
18702
18703Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
18704
18705 * configure (makesrcdir): If ${srcdir} is relative and not ".",
18706 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
18707
18708Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
18709
18710 * configure.in: Added "dejagnu" to hosttools list.
18711
18712Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
18713
18714 * config.sub, configure.in, config.guess: Add support
18715 for Bosx, an AIX variant from Bull.
18716 Patches from F.Pierresteguy@frcl.bull.fr.
18717
18718Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
18719
18720 * devo/dejagnu: Initial creation of devo/dejagnu.
18721 Migrated dejagnu testcases and support files for testing software
18722 tools to reside as subdirectories, currently called "testsuite",
18723 within the directory of the software tool. Migrated all programs,
18724 support libraries, etc. beloging to dejagnu proper from
18725 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
18726 with no modifications. The changes to these files which will
18727 allow them to configure, build, and execute properly will be made
18728 in a future update.
18729
18730Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18731
18732 * Makefile.in: Change send_pr to send-pr.
18733 * configure.in: Likewise.
18734 * send_pr: Renamed directory to send-pr.
18735
18736Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
18737
18738 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
18739
18740Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
18741
18742 * README: Update for gdb-4.8 release.
18743 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
18744 gdb-xxx.tar.z (gzip'd) file also.
18745
18746Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18747
18748 * Makefile.in: make all-diff depend on all-libiberty
18749
18750Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
18751
18752 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
18753
18754Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18755
18756 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
18757
18758Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
18759
18760 * Makefile.in (DEVO_SUPPORT): Remove etc directory
18761 (ETC_SUPPORT): Only add the files GDB wants from etc/.
18762 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
18763
18764Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18765
18766 * Makefile.in: makeinfo binary is in a new location
18767
18768Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
18769
18770 * config.sub: Accept -ecoff as an OS.
18771
18772 * Makefile.in: Various changes to eliminate a level of make
18773 recursion and reduce the required command line length.
18774 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
18775 sub-makes.
18776 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
18777 variables holding settings for specific sub-makes.
18778 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
18779 in terms of BASE_FLAGS_TO_PASS.
18780 (TARGET_LIBS): New variable listing directories which use
18781 TARGET_FLAGS_TO_PASS.
18782 (subdir_do): Eliminated.
18783 (do-*): New set of targets to replace subdir_do.
18784 (various): All targets which used subdir_do now depend on do-*.
18785 (local-clean): Renamed from do_clean.
18786 (local-distclean): New target, dependency of distclean and
18787 realclean.
18788 (install-info): Don't create directories. Depend on dir.info
18789 rather than calling make recursively.
18790 (install-dir.info): Eliminated.
18791 (install-info-dirs): Create all info directories here.
18792 (dir.info): Depend upon do-install-info.
18793
18794 * test-build.mk (HOLES): Added false.
18795
18796Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
18797
18798 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
18799
18800Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18801
18802 * Makefile.in (info): remove dependency on all-texinfo. The
18803 problem was really in texinfo/C, not at this level.
18804
18805Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
18806
18807 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
18808
18809Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
18810
18811 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
18812 GDB releases.
18813
18814Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18815
18816 * configure: Include srcdir in message about target of link not
18817 being found. Don't convert `-' to `_' in `with' options being
18818 passed to subdirs.
18819
18820Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18821
18822 * configure.in: add uudecode to host_tools
18823
18824 * Makefile.in: added {all,install}-uudecode targets, added them to
18825 the appropriate lists
18826
18827Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
18828
18829 * Makefile.in (all-gcc): Added dependency on all-gas.
18830
18831 * configure.in (mips-*-*): Build ld and binutils.
18832
18833Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18834
18835 * configure: check return code from mkdir, print error message and
18836 exit on failure.
18837
18838Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
18839
18840 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
18841
18842Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
18843
18844 * test-build.mk (HOLES): Added tar, cpio and uudecode.
18845
18846Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18847
18848 * config.sub (h8500): Recognize this as a cpu type.
18849
18850Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18851
18852 * configure: source directory missing is no longer a warning
18853
18854 * configure.in: recognize irix[34]* instead of irix[34]
18855
18856 * Makefile.in: define and pass down X11_LIB
18857
6599da04
JM
18858Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
18859
18860 * guess-systype: Renamed to ...
18861 * config.guess: ... by popular request.
18862 * configure.in, Makefile.in: Update accordingly.
18863
18864Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
18865
18866 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
18867 + Add Convex, Cray/Unicos, and Encore/Multimax support.
18868 + Execute ./dummy instead of assuming . is in PATH.
18869
18870Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
18871
18872 * guess-systype: New shell script. Attempts to guess the
18873 canonical host name of the executing host.
18874 Only a few hosts are supported so far.
18875 * configure: Call guess-systype if no host is specified.
18876
18877Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
18878
18879 * Makefile.in (gcc-no-fixedincludes): Made to work with current
18880 gcc Makefile.
18881
6599da04
JM
18882Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
18883
18884 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
18885 (all-gcc, install-gcc, subdir_do): Use it.
18886
18887Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18888
18889 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
18890
18891Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
18892
18893 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
18894 set exclusively by configure, using configure.in .
18895
18896Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18897
18898 * test-build.mk: set $PATH for all builds
18899
18900 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
18901
18902Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
18903
18904 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
18905 the one used in gcc/Makefile.in, so that a null expansion doesn't
18906 override the one needed to build gcc with a native cc.
18907
6599da04
JM
18908Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18909
18910 * configure: Accept -with arguments.
18911
18912Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18913
18914 * Makefile.in: added h8300sim
18915
18916Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
18917
6599da04
JM
18918 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
18919 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
18920 (all-cygnus, native, build-cygnus): Make
18921 $(canonhost)-stamp-3stage-done, not $(host)....
18922 * test-build.mk (stamp-3stage-compared): Use tail +10c for
18923 i386-sco3.2v4. Added else true to if command.
18924
18925Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
18926
18927 * config.sub: (from FSF) Sequent uses a BSD-like OS.
18928
18929Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
18930
18931 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
18932
18933Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18934
18935 * configure.in: don't remove binutils from Solaris builds
18936
18937Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
18938
18939 * Makefile.in: get rid of earlier definitions for *clean,
18940 also handle the recursive info rule better
18941
18942Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
18943
18944 * Makefile.in (mostlyclean, distclean, realclean): Fix to
18945 do more-or-less the right thing.
18946
18947Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
18948
18949 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
18950 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
18951
18952Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18953
18954 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
18955 $(host_canonical).
18956
18957 * configure.in: split the configdirs list into 4 categories (native
18958 v. cross, library v. tool) and handle the cross-only and native-
18959 only in more reasonable (and correct!) way.
18960
18961Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
18962
18963 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
18964 configdirs anymore.
18965
18966Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18967
18968 * Makefile.in: extensive cleanup:: removed all of the explicit
18969 clean-* targets, collapsed many wrappers around subdir_do into
18970 one, added additional targets to satisfy standards.texi, deleted
18971 some old targets, some changes for consistency
18972
18973Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18974
18975 * configure.in: handle some programs as cross-only, and others as
18976 native only
18977
18978 * test-build.mk: handle partial holes in a more generic manner
18979
18980 * Makefile.in: m4 depends on libiberty
18981
6599da04
JM
18982Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18983
18984 * configure.in: add m4, textutils, fileutils, sed, shellutils,
18985 time, wdiff, and find to configdirs
18986
18987 * Makefile.in: all, clean, and install rules for the new programs
18988 added to configure.in
18989
18990Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18991
18992 * configure.in: use mh-sun for all *-sun-* hosts
18993
6599da04
JM
18994Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18995
18996 * Makefile.in: define flags for X11 include files and library file
18997 locations, pass them down to the programs that need this info
18998
18999 * build-all.mk: added a 'native' target, to 3stage the native toolchain
19000
6599da04
JM
19001Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19002
19003 * configure.in: start building libg++ for HP-UX targets
19004
19005Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
19006
19007 * README: Update references to files moved into etc/.
19008
19009Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
19010
19011 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
19012 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
19013
19014Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
19015
19016 * configure: accept dash as well as underscore in long option
19017 names for FSF compatibility.
19018
19019Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
19020
19021 * config.sub: added -sco3.2v4 support from FSF.
19022
19023Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19024
19025 * configure.in: expand the section that adds or removes
19026 directories from the list of programs to build, to handle native
19027 vs. cross in addition to host v. native
19028
19029Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
19030
19031 * Makefile.in: Replace C++ in macro names with CXX.
19032 This is less likely to break ...
19033
19034Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19035
19036 * test-build.mk: add -w to GNU_MAKE
19037
19038Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19039
19040 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
19041 add 'sparc' to list of recognized cpus. This needed to make
19042 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
19043 Delete some redundant ose68 variants. Recognize -wrs as an os,
19044 then changes that into $CPU-wrs-vxworks.
19045
19046 * configure.in: remove most references to gdbtest, regularize
19047 target based program removal
19048
19049 * test-build.mk: import from p3 tree (many fixes and changes)
19050
19051Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
19052
19053 * Makefile.in: added rules to handle tcl, tk, and expect
19054
19055 * configure.in: handle those directories if they exist
19056
19057Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19058
19059 * config.sub: removed bogus hppabsd and hppahpux names, since
19060 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
19061
19062Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19063
19064 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
19065 depends upon all-xiberty
19066
19067 * Makefile.in: changes from p3, including:
19068
19069 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
19070
19071 * Makefile.in (XTRAFLAGS): include newlib directories if
19072 newlib/Makefile exists, rather than if host != target.
19073
19074 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
19075
19076 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19077 from the same source tree and not building a cross-compiler. This
19078 matters for the libg++ configuration if reconfiguring a tree that
19079 has already been installed.
19080
19081 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
19082
19083 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19084 pick up the machine and system specific header files.
19085
19086 * Makefile.in: added AS_FOR_TARGET, passed down in
19087 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
19088 the C compiler to use to create programs which are run in the
19089 build environment, set it to default to $(CC), and passed it down
19090 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19091
19092 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
19093
19094 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
19095 We need them for unusual native builds, like systems without
19096 ranlib.
19097
19098 * configure: also define $(host_canonical) and
e490616e
ZW
19099 $(target_canonical), which are the full, canonical names for the
19100 given host and target
6599da04
JM
19101
19102Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
19103
19104 * Makefile.in: Added separate definitions for C++.
19105
19106Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
19107
19108 * configure.in (configdirs): Add deja-gnu.
19109
19110Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
19111
19112 * README: Update for configure.texi and gdb-4.7 release.
19113
19114Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
19115
19116 * Makefile.in: Move "all" target to top of file.
19117 Previously, first target was ".PHONY" which caused BSD4.4 make
19118 to build .PHONY when make was run without arguments.
19119
19120Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
19121
19122 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
19123 Library-copylefted code in libiberty.
19124
19125Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
19126
19127 * config.sub: Replace m68kmote with plain old m68k.
19128
19129Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
19130
19131 * Makefile.in: Remove space from blank line, avoid Make complaints.
19132
19133Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
19134
19135 * config.sub: Complain if no argument is given. Added support for
19136 386bsd as OS and target alias.
19137
19138Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
19139
19140 * Makefile.in (XTRAFLAGS): include newlib directories if
19141 newlib/Makefile exists, rather than if host != target.
19142
19143Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
19144
19145 * config.sub: recognize sparclite-wrs-vxworks.
19146
19147 * Makefile.in (install-xiberty): added *-xiberty make rules (from
19148 p3.) Added clean-xiberty to clean.
19149
19150Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19151
19152 * configure.in: use *-*-* instead of nested cases for host and target
19153
19154Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
19155
19156 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19157 from the same source tree and not building a cross-compiler. This
19158 matters for the libg++ configuration if reconfiguring a tree that
19159 has already been installed.
19160
19161Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
19162
19163 * config.sub (i486v/i486v4): Merge in from FSF version.
19164
19165Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
19166
19167 * configure: only set PWD if it is already set.
19168
19169Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
19170
19171 * configure: just set PWD=`pwd` at the top, since Ultrix sh
19172 doesn't have unset and all success paths (and most error paths)
19173 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
19174 to just ${PWD} to avoid confusion.)
19175
19176Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
19177
19178 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
19179 even for a native compilation.
19180
19181Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
19182
19183 Changes to make the gdb.tar.Z rule work better.
19184
19185 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
19186 (DEVO_SUPPORT): Add configure.texi.
19187 (bfd-ilrt.tar.Z): Remove ancient rule.
19188
19189Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
19190
19191 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19192 pick up the machine and system specific header files.
19193
19194 * configure.in, config.sub: added new target m68010-adobe-scout,
19195 with alias of adobe68k. Changed configure.in to check for
19196 -scout before -sco* to avoid a false match.
19197
19198 * Makefile.in: added AS_FOR_TARGET, passed down in
19199 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
19200 the C compiler to use to create programs which are run in the
19201 build environment, set it to default to $(CC), and passed it down
19202 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19203
19204Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
19205
19206 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
19207 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
19208 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
19209 FOR_TARGET variants, to newlib and libg++.
19210
19211Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
19212
19213 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
19214 first.
19215
19216Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
19217
19218 * config.sub: Accept `elf' as an environment.
19219
19220Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19221
19222 * Makefile.in (all-opcodes): cd into the right directory
19223
19224Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
19225
19226 * configure: added -program_transform_name option, used as
19227 argument to sed when installing programs.
19228 configure.texi: added documentation for -program_prefix,
19229 -program_suffix and -program_transform_name.
19230
19231Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
19232
19233 * config.sub: Accept i486 where i386 ok.
19234
19235Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
19236
19237 * config.sub: accept we32k
19238
19239Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
19240
3b75d237 19241 * config.sub, configure.in: accept OSE68000 and OSE68k.
6599da04
JM
19242
19243 * Makefile.in: don't create all directories for ``make install'';
19244 let the subdirectories create the ones they need.
19245
19246Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19247
e490616e 19248 * COPYING: new file, GPL v2
6599da04
JM
19249
19250Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19251
19252 * Makefile.in: use the new gen-info-dir, which needs a template
19253 argument (which also lives in texinfo)
19254
19255 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
19256
6599da04
JM
19257Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
19258
19259 * config.sub (ncr3000): Change i386 to i486.
19260
19261Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19262
19263 * Makefile.in: add install-rcs, install-grep to
19264 install-no-fixedincludes, removed install-bison and install-libgcc
19265
19266Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
19267
19268 * configure.in: grab the HPUX makefile fragment if on HPUX
19269
19270Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
19271
19272 * Makefile.in: eradicate bison spoor (ditto libgcc).
19273 configure.in: recognise m68{k,000}-ericsson-OSE.
19274 es1800 is alias for m68k-ericsson-OSE
19275
19276Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19277
19278 * configure.in: rearrange the parts that remove programs from
19279 configdirs, based now on HOST==TARGET or by canonical triple.
19280
19281Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19282
19283 * test-build.mk: recurse explicitly with -f test-build.mk when
19284 appropriate. predicate stage3 and comparison on the existence
19285 of gcc. That is, if gcc isn't around, we aren't three-staging.
19286 On very clean, also remove ...stamp-co. Build in-place before
19287 doing other builds.
19288
19289Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19290
19291 * Makefile.in, configure.in: add tgas
19292
19293Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19294
19295 * Makefile.in: a number of changes merged in from progressive.
19296
19297 * configure.in: add libm.
19298
19299 * .cvsignore: ignore some stuff that comes from test-build.mk.
19300
6599da04
JM
19301Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
19302
19303 * config.sub: Add es1800 (m68k-ericsson-es1800).
19304
19305Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
19306
19307 * configure: Add program_suffix (parallel to program_prefix)
19308 * Makefile.in: adjust directory-creating script for losing decstation
19309
19310Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
19311
19312 * configure: Minor $subdir-related fixes.
19313
19314Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19315
19316 * configure: fix various problems with propogating
19317 makefile_target_frag in subdirs.
19318 * configure.in: config libgcc if its there
19319
19320Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
19321
19322 * config.sub: HPPA merge.
19323
6599da04
JM
19324Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
19325
19326 * Makefile.in: Replace all-bison with all-byacc in all
19327 dependency lines for other tools (which now use byacc).
19328
19329Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
19330
19331 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
19332
6599da04
JM
19333Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
19334
19335 * Makefile.in: make gprof rules similar to byacc rules (instead of
19336 vestigal $(unsubdir) that didn't work...)
19337
19338Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
19339
19340 * config.sub: Add support for Linux.
19341 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
19342 (at least for libg++).
19343
19344Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
19345
19346 * configure.texi: fix doc for the -nfp option to configure
19347
19348Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
19349
19350 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
19351
19352Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
19353
19354 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
19355 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
19356 * configure.in: added solaris* host_makefile_frag hook.
19357
19358Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19359
19360 * config.sub: changed recognition of m68000 so that various
19361 m68k types can be specified via m680[01234]0
19362
19363Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19364
19365 * config.sub (basic_machine): fix sed so that '-foo' isn't
19366 completely substituted out while .+'-foo' loses the '-foo'
19367
19368Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
19369
19370 * config.sub ($os): Add -aout.
19371
19372Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
19373
19374 * configure: If host_makefile_frag is absolute, don't
19375 prefix ${invsubdir} (relevant to libg++ auto-configure).
19376
19377Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
19378
19379 * Makefile.in (tooldir): Define it.
19380 (all-ld): Depend on all-flex.
19381
19382Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
19383
19384 * Makefile.in (check): Fix libg++ special case.
19385
19386Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
19387
19388 * configure: do not bury `pwd` into config.status, thus do fewer
19389 pwd's.
19390
19391 * configure: print the "Building in" message only when building in
19392 other than "." AND verbose.
19393
63f6bcd7 19394 * configure: remove -s, rework -v to better accommodate guested
6599da04
JM
19395 configures.
19396
19397 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
19398
19399Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
19400
19401 * Makefile.in: macroize flags passed on recursion. remove
19402 fileutils.
19403
19404Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
19405
19406 * configure: get makesrcdir right for subdirs deeper than 1.
19407
19408 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
19409 install.
19410
19411Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
19412
19413 * Makefile.in: don't print subdir_do or recursion lines.
19414
19415Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
19416
19417 * standards.texi: added menu item.
19418
19419 * Makefile.in: build and install standards.info.
19420
19421 * standards.texi: new file.
19422
19423Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19424
19425 * configure: test for and move config.status pieces from
19426 ${subdir}/.
19427
19428Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
19429
6599da04
JM
19430 * configure: Test for existance of files before trying to mv
19431 them, to avoid numerous non-existance messages.
19432
19433Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
19434
19435 * configure: correct final line of config.status.
19436
19437 * configure: patch from eggert. Avoids a protection problem if
19438 the original Makefile.in is read only.
19439
19440 * configure: use move-if-change from gcc to create config.status.
19441 Some makefiles depend on config.status to tell if a directory
19442 has been reconfigured for a different host. This change
19443 prevents those directories from remaking everything in the case
19444 where the reconfig was only intended to rebuild a Makefile.
19445
19446 * configure: test for config.sub with "config.sub sun4" rather
19447 than "config.sub ${host_alias}". Otherwise we can't tell a bad
19448 host alias from a missing config.sub.
19449
19450Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19451
19452 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
19453 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
19454
19455Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
19456
19457 * configure: mkdir ${subdir} as needed.
19458
19459Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
19460
19461 * Makefile.in,configure.in: added autoconf.
19462
19463Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19464
19465 * Makefile.in: no longer pass against on recursion.
19466
19467 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
19468 definitions are not inherited.
19469
19470 * configure: correct makesrcdir when subdir is .
19471
19472Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
19473
19474 * configure: Add support for 'subdirs' variable, which is
19475 like 'configdirs', except that configure doesn't re-invoke
19476 itself for subdirs, it just creates a Makefile for each subdir.
19477 * configure.texi: Document subdirs.
19478
19479Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19480
19481 * configure.in: added flex to configdirs
19482
19483Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
19484
19485 * Makefile.in: remove clean-stamps from clean.
19486
19487Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
19488
19489 * configure.in: Add gdbtest to configdirs.
19490
19491Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
19492
19493 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
19494 to recursive makes.
19495 * configure.in: Recognize new ncr3000 config.
19496
19497Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
19498
19499 * Makefile.in, configure.in: removed references to gdbm.
19500
19501Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
19502
19503 * config.sub: Don't canonicalize os value
19504 newsos* to bsd (readline needs to check for newsos).
19505 (This fix was earlier made Jan 31, but got re-broken.)
19506
19507Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
19508
19509 * configure.in: sco is an os, not a vendor!
19510
19511 * configure: Quote $( better. Keep various shells happy.
19512
19513Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
19514
19515 * Makefile.in: eliminate stamp-files.
19516
19517Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
19518
19519 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
19520 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
19521
19522Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
19523
19524 * config.sub: fix iris/iris3.
19525
19526Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
19527
19528 * configure: re-add -rm.
19529
19530Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
19531
19532 * Maskefile.in: add .stmp-rcs to all.
19533
19534 * configure.in: remove gas from rs6000 build, use aix host fragment.
19535
19536Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
19537
19538 * configure: pass down site_option during recursion.
19539
19540Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
19541
19542 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
19543
19544Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
19545
19546 * configure: Change exec_prefix so that it really defaults to prefix.
19547
19548Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
19549
19550 * Makefile.in, configure.in: Add support for mmalloc library.
19551
19552Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
19553
19554 * Makefile.in: add stmp dependencies for a few more things.
19555
19556Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
19557
19558 * configure: adjusted error message on objdir/srcdir configure
19559 collision, per john's suggestion.
19560
19561 * Makefile.in: add libiberty stmp to all and all.cross.
19562
19563Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
19564
19565 * Makefile.in: remove force dependencies, add grep to all.
19566
19567Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
19568
19569 * Makefile.in: drop flex. make stamp files work.
19570
19571 * configure: added test for conflicting configuration in srcdir,
19572 remove trailing slashes from srcdir. Otherwise emacs gdb mode
19573 gets cranky. use relative paths for configure and srcdir
19574 whenever possible. Send some error messages to stderr that were
19575 going to stdout.
19576
19577Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
19578
19579 * Makefile.in: Fix libg++ rule to check for gcc directory
19580 before using gcc/gcc. Also pass XTRAFLAGS.
19581
19582Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
19583
19584 * Makefile.in: added stmp-files so that directories aren't polled
19585 when they are already built.
19586
19587 * configure.texi: fixed a node pointer problem.
19588
19589Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
19590
731a8127 19591 * config.sub configure.in gdb/configure.in
6599da04
JM
19592 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
19593 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
19594 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
19595
19596Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19597
19598 * configure: -recurring becomes -silent. corrected help message
19599 for -site= option.
19600
19601 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
19602
19603Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19604
19605 * configure: when building Makefile for crosses, replace
19606 tooldir and program_prefix. default srcdir from location of
19607 config.sub. remove "for host in hosts" and "for target in
19608 targets" loops.
19609
19610Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19611
19612 * Makefile.in: Do not pass bindir or mandir to cvs.
19613
19614Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
19615
19616 * Makefile.in, configure.in: removed traces of namesubdir,
19617 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
19618 copyrights to '92, changed some from Cygnus to FSF.
19619
19620 * configure.texi: remove most references to multiple hosts,
19621 multiple targets, subdirs, etc.
19622
19623 * configure.man: removed rcsid. reference config.sub not
19624 config.subr.
19625
19626 * Makefile.in: mkdir $(infodir) on install-info.
19627
19628Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
19629
19630 * configure.texi: Explain better about .gdbinit and about
19631 the environment that configure.in sections run in.
19632
19633Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
19634
19635 * configure.in: Ultrix is only a decstation if it's a MIPS.
19636
19637Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
19638
19639 * README: DOC.configure => cfg-paper.texi.
19640
19641Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
19642
19643 * config.sub (near case $os): Don't convert newsos* to bsd!
19644
19645Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
19646
19647 * Makefile.in: Reinstall change from gdb-4.3 that reduces
19648 the number of copies of COPYING that go into the GDB tar file.
19649
19650Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
19651
731a8127 19652 * bfd/configure.in, gdb/config/mh-i386sco,
6599da04
JM
19653 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
19654 Fix SCO configuration stuff.
19655
19656Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
19657
19658 * Makefile.in: For libg++, make sure the -I pointing
19659 to the gcc directory goes *after* all the libg++-local -I flags.
19660 Also, move just-gcc dependency from just-libg++ to all-libg++.
19661
19662Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
19663
19664 * configure: Change -x to -f to keep Ultrix /bin/test happy.
19665
19666Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
19667
19668 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
19669
19670Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
19671
19672 * config.sub: Add stratus configuration frags. Also
19673 submitted to FSF.
19674
19675Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
19676
19677 * Makefile.in (DEV_SUPPORT): add configure.man.
19678
19679 * config.sub(Decode manufacturer-specific): add -none*.
19680
19681Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
19682
19683 * Makefile.in: remove form feeds to make Sun's make happy.
19684 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
19685
19686Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
19687
19688 * Makefile.in (AR_FLAGS): Make quieter.
19689
19690Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
19691
19692 * configure.in: Add libg++.
19693 * configure: When verbose, don't output the command line at each
19694 level; it will be unremarkably the same as the previous version,
19695 which will be the same as what the user typed.
19696
19697Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
19698
19699 * configure.in, Makefile.in: fix clean-info, add flex. add
19700 fileutils.
19701
19702 * configure: be less sensitive to spaces in Makefile.in. Do not
19703 look for sources in "..". Doing so breaks subdirectories that
19704 might have their own configure. If a subdir has it's own
19705 configure script, use it.
19706
19707Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
19708
19709 * cfg-paper.texi: some changes suggested by rms.
19710
19711Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
19712
19713 * config.sub: Merge in some small additions from the FSF version,
19714 taken from the gcc distribution, to bring the Cygnus and FSF
19715 versions into closer sync.
19716
19717Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
19718
19719 * configure.in: Changed svr4 references to sysv4.
19720
19721Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
19722
19723 * configure: added -V for version number option.
19724
19725Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
19726
19727 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
19728 renamed from DOC.configure to cfg-paper.texi.
19729
19730Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19731
19732 * configure, config.subr, config.sub: config.subr is now
19733 config.sub again.
19734
19735Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
19736
19737 * configure.texi: new file, in progress.
19738
19739 * Makefile.in: build info file and install the man page for
19740 configure.
19741
19742 * configure.man: new file, first cut.
19743
19744 * configure: find config.subr again now that configuration "none"
19745 has gone. removed all traces of the -ansi option. removed all
19746 traces of the -languages option.
19747
19748 * config.subr: resync from rms.
19749
19750Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19751
19752 * configure, config.sub, config.subr: merge config.sub into
19753 config.subr, call the result config.subr, remove config.sub, use
19754 config.subr.
19755
19756 * Makefile.in: revised install for dir.info.
19757
19758Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19759
19760 * configure.in: add decstation host makefile frag.
19761
19762 * Makefile.in: BISON now bison -y again. also install-gcc on
19763 install. clean-gdbm on clean. infodir belongs in datadir.
19764 Make directories for info install. Build dir.info here then
19765 install it.
19766
19767Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19768
19769 * Makefile.in: fix for bad directory tests.
19770
19771Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19772
19773 * configure: \{1,2\} appears to be a sysv'ism. Use a different
19774 regexp. -srcdir relative was being handled incorrectly.
19775
19776 * Makefile.in: unwrapped some for loops so that parallel makes
19777 work again and so one can focus one's attention on a particular
19778 package.
19779
19780Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19781
19782 * configure: added PWD as a stand in for `pwd` (for speed). use
19783 elif wherever possible. make -srcdir work without -objdir.
19784 -objdir= commented out.
19785
19786Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19787
19788 * configure: +options become --options. -subdirs commented out.
19789 added -host, -datadir. Renamed -destdir to -prefix. Comment in
19790 Makefile now at top of generated Makefile. Removed cvs log
19791 entries. added -srcdir. create .gdbinit only if there is one
19792 in ${srcdir}.
19793
19794 * Makefile.in: idestdir and ddestdir go away. Added copyrights
19795 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
19796 and mandir now keyed off datadir by default.
19797
19798Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19799
19800 * Freshly created ChangeLog.
19801
19802\f
19803Local Variables:
19804mode: change-log
19805left-margin: 8
19806fill-column: 76
19807version-control: never
19808End: