re PR c++/87393 (gcc/cp/parser.c:13967:37:Unused Entity Issue: expression result...
[gcc.git] / ChangeLog
1 2018-11-13 Martin Liska <mliska@suse.cz>
2
3 * gcc.target/i386/pr87930.c: Move to ...
4 * gcc.dg/asan/pr87930.c: ... here. Guard for i?86/x86_64 targets.
5
6 2018-11-10 Stafford Horne <shorne@gmail.com>
7
8 * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
9 (Write After Approval): Remove myself.
10
11 2018-11-06 Hafiz Abid Qadeer <abidh@codesourcery.com>
12
13 * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
14 Append $INCICONV to it.
15
16 2018-11-04 Stafford Horne <shorne@gmail.com>
17
18 * MAINTAINERS (Write After Approval): Add myself.
19
20 2018-10-31 Joseph Myers <joseph@codesourcery.com>
21
22 PR bootstrap/82856
23 * multilib.am: New file. From automake.
24
25 Merge from binutils-gdb:
26 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
27
28 * libtool.m4: Use AC_LANG_SOURCE.
29 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
30 * ar-lib: New file.
31 * test-driver: New file.
32 * configure: Re-generate.
33
34 2018-10-31 Michael Ploujnikov <michael.ploujnikov@oracle.com>
35
36 * MAINTAINERS (Write After Approval): Add myself.
37
38 2018-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
39
40 PR bootstrap/87788
41 PR d/87799
42 * configure: Rebuild.
43 * configure.ac: Disable D on systems where it is known not to work.
44
45 2018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>
46
47 * Makefile.def (target_modules): Add libphobos.
48 (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
49 GDCFLAGS_FOR_TARGET.
50 (dependencies): Make libphobos depend on libatomic, libbacktrace
51 configure, and zlib configure.
52 (language): Add language d.
53 * Makefile.in: Rebuild.
54 * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
55 (HOST_EXPORTS): Add GDC.
56 (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
57 (BASE_TARGET_EXPORTS): Add GDC.
58 (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
59 (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
60 (EXTRA_HOST_FLAGS): Add GDC.
61 (STAGE1_FLAGS_TO_PASS): Add GDC.
62 (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
63 * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
64 environment variables.
65 * configure: Rebuild.
66 * configure.ac: Add target-libphobos to target_libraries. Set and
67 substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
68
69 2018-10-24 Ilya Leoshkevich <iii@linux.ibm.com>
70
71 * MAINTAINERS (Write After Approval): Add myself.
72
73 2018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
74
75 * MAINTAINERS (Write After Approval): Remove myself.
76
77 2018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
78
79 * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
80
81 2018-10-14 Bin Cheng <bin.cheng@linux.alibaba.com>
82
83 * MAINTAINERS: Update my email address.
84
85 2018-10-04 Thomas Schwinge <thomas@codesourcery.com>
86
87 * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
88 maintainer.
89
90 2018-09-13 Matthew Malcomson <matthew.malcomson@arm.com>
91
92 * MAINTAINERS (Write After Approval): Add self.
93
94 2018-09-13 Sam Tebbs <sam.tebbs@arm.com>
95
96 * MAINTAINERS (write after approval): Add myself.
97
98 2018-09-04 Xuepeng Guo <xuepeng.guo@intel.com>
99
100 * MAINTAINERS: Update my email address.
101
102 2018-08-29 Vlad Lazar <vlad.lazar@arm.com>
103
104 * MAINTAINERS (write after approval): Add myself.
105
106 2018-08-21 Richard Sandiford <richard.sandiford@arm.com>
107
108 * MAINTAINERS: Add self to global reviewers list.
109
110 2018-08-17 Sandra Loosemore <sandra@codesourcery.com>
111
112 MAINTAINERS: Add c-sky port maintainers.
113
114 2018-08-10 Martin Liska <mliska@suse.cz>
115
116 * MAINTAINERS: Revert change in previous commit and
117 join lines.
118
119 2018-08-10 Martin Liska <mliska@suse.cz>
120
121 * MAINTAINERS: Remove extra line.
122
123 2018-08-06 Naveen H.S <naveenh@marvell.com>
124
125 * MAINTAINERS: Update my email address.
126
127 2018-07-19 DJ Delorie <dj@redhat.com>
128
129 * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
130 as maintainer.
131
132 2018-07-16 Andreas Krebbel <krebbel@linux.ibm.com>
133
134 * MAINTAINERS: Adjust email address for me and my colleague Robin
135 Dapp.
136
137 2018-07-13 H.J. Lu <hongjiu.lu@intel.com>
138 Sunil K Pandey <sunil.k.pandey@intel.com>
139
140 PR target/84413
141 * config/i386/i386.c (m_CORE_AVX512): New.
142 (m_CORE_AVX2): Likewise.
143 (m_CORE_ALL): Add m_CORE_AVX2.
144 * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
145 Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
146 and remove the rest of m_SKYLAKE_AVX512.
147
148 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
149
150 * config.sub: Sync with upstream version 2018-07-03.
151
152 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
153
154 * config.guess: Sync with upstream version 2018-06-26.
155 * config.sub: Sync with upstream version 2018-07-02.
156
157 2018-06-19 Bernhard M. Wiedemann <bwiedemann@suse.de>
158
159 * libtool.m4: Sort output of 'find' to enable deterministic builds.
160 * ltmain.sh: Likewise.
161
162 2018-07-03 Segher Boessenkool <segher@kernel.crashing.org>
163
164 * contrib/config-list.mk: Remove powerpc-linux_paired.
165
166 2018-06-29 Alexandre Oliva <oliva@adacore.com>
167
168 * configure.ac: Introduce support for @unless/@endunless.
169 * Makefile.tpl (dep-kind): Rewrite with cond; return
170 postbootstrap in some cases.
171 (make-postboot-dep, postboot-targets): New.
172 (dependencies): Do not output postbootstrap dependencies at
173 first. Output non-target ones changed for configure to depend
174 on stage_last @if gcc-bootstrap, and the original deps @unless
175 gcc-bootstrap.
176 * configure.in, Makefile.in: Rebuilt.
177
178 2018-06-28 Jackson Woodruff <jackson.woodruff@arm.com>
179
180 * MAINTAINERS (write after approval): Add myself.
181
182 2018-06-26 Rasmus Villemoes <rv@rasmusvillemoes.dk>
183
184 * MAINTAINERS (write after approval): Add myself.
185
186 2018-06-19 Nick Clifton <nickc@redhat.com>
187
188 * zlib/configure.ac: Restore old behaviour of only enabling
189 multilibs when a target subdirectory is defined. This allows
190 building with srcdir == builddir.
191 * zlib/configure: Regenerate.
192
193 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
194
195 * Makefile.def (fortran): Add check-target-libgomp-fortran.
196 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
197 * Makefile.in: Regenerate.
198
199 2018-06-16 Ben Elliston <bje@gnu.org>
200
201 * config.guess: Import latest version.
202 * config.sub: Likewise.
203
204 2018-06-08 Martin Liska <mliska@suse.cz>
205
206 * MAINTAINERS: Remove MPX-related entries.
207 * Makefile.def: Remove libmpx support.
208 * Makefile.in: Regenerate.
209 * configure.ac: Remove removed files.
210 * configure: Regenerate.
211 * libmpx/ChangeLog: Remove.
212 * libmpx/Makefile.am: Remove.
213 * libmpx/Makefile.in: Remove.
214 * libmpx/acinclude.m4: Remove.
215 * libmpx/aclocal.m4: Remove.
216 * libmpx/config.h.in: Remove.
217 * libmpx/configure: Remove.
218 * libmpx/configure.ac: Remove.
219 * libmpx/configure.tgt: Remove.
220 * libmpx/libmpx.spec.in: Remove.
221 * libmpx/mpxrt/Makefile.am: Remove.
222 * libmpx/mpxrt/Makefile.in: Remove.
223 * libmpx/mpxrt/libmpx.map: Remove.
224 * libmpx/mpxrt/libtool-version: Remove.
225 * libmpx/mpxrt/mpxrt-utils.c: Remove.
226 * libmpx/mpxrt/mpxrt-utils.h: Remove.
227 * libmpx/mpxrt/mpxrt.c: Remove.
228 * libmpx/mpxrt/mpxrt.h: Remove.
229 * libmpx/mpxwrap/Makefile.am: Remove.
230 * libmpx/mpxwrap/Makefile.in: Remove.
231 * libmpx/mpxwrap/libmpxwrappers.map: Remove.
232 * libmpx/mpxwrap/libtool-version: Remove.
233 * libmpx/mpxwrap/mpx_wrappers.c: Remove.
234
235 2018-06-04 Martin Liska <mliska@suse.cz>
236
237 * MAINTAINERS: Add myself as gcov maintainer.
238
239 2018-06-04 Matthew Fortune <mfortune@gmail.com>
240
241 * MAINTAINERS: Update my email address.
242
243 2018-06-04 Tom de Vries <tdevries@suse.de>
244
245 * MAINTAINERS: Remove write-after-approval entries for component
246 maintainers.
247
248 2018-06-01 Jozef Lawrynowicz <jozef.l@mittosystems.com>
249
250 * MAINTAINERS (write after approval): Add myself.
251
252 2018-06-01 Bin Cheng <amker@gcc.gnu.org>
253
254 * MAINTAINERS: Update my email address.
255
256 2018-06-01 Tom de Vries <tdevries@suse.de>
257
258 * MAINTAINERS: Update my email address.
259
260 2018-05-22 Bin Cheng <bin.cheng@arm.com>
261
262 * MAINTAINERS (loop-optimizer): Add myself.
263
264 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
265
266 * configure.ac: Added "nfp" target.
267 * configure: Regenerate.
268
269 2018-04-30 Richard Biener <rguenther@suse.de>
270
271 PR bootstrap/85571
272 * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
273 (STAGE3_TFLAGS): Likewise.
274 (STAGEtrain_CFLAGS): Filter out -fchecking=1.
275 (STAGEtrain_TFLAGS): Likewise.
276 * Makefile.in: Regenerate.
277
278 2018-04-26 Richard Biener <rguenther@suse.de>
279
280 * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
281 (STAGE2_CFLAGS): Likewise.
282 (STAGE2_TFLAGS): Likewise.
283 (STAGE3_CFLAGS): Add -fchecking.
284 (STAGE3_TFLAGS): Likewise.
285 (STAGEtrain_CFLAGS): Filter out -fchecking.
286 (STAGEtrain_TFLAGS): Likewise.
287 * Makefile.in: Re-generate.
288
289 2018-04-25 Catherine Moore <clm@codesourcery.com>
290
291 * MAINTAINERS (mips): Remove myself as MIPS maintainer.
292
293 2018-04-18 Paul Clarke <pc@us.ibm.com>
294
295 * MAINTAINERS (write after approval): Add myself.
296
297 2018-04-10 Aaron Sawdey <acsawdey@linux.ibm.com>
298
299 * MAINTAINERS: Update my email address.
300
301 2018-04-02 Bill Schmidt <wschmidt@linux.ibm.com>
302
303 * MAINTAINERS: Remove redundant Write-After-Approval entry.
304
305 2018-03-30 Bill Schmidt <wschmidt@linux.ibm.com>
306
307 * MAINTAINERS: Update my email address and disambiguate myself
308 a bit from Will Schmidt.
309
310 2018-03-21 Nathan Sidwell <nathan@acm.org>
311
312 * MAINTAINERS: Move maintainers of now-removed picochip and score
313 ports to write after approval.
314
315 2018-03-13 Richard Sandiford <richard.sandiford@arm.com>
316
317 * MAINTAINERS: Add entry for SVE maintainership.
318
319 2018-02-13 Maciej W. Rozycki <macro@mips.com>
320
321 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
322 * configure: Regenerate.
323
324 2018-01-18 Boris Kolpackov <boris@codesynthesis.com>
325
326 * MAINTAINERS (write after approval): Add myself.
327
328 2018-01-18 Siddhesh Poyarekar <siddhesh@sourceware.org>
329
330 * MAINTAINERS (write after approval): Add myself.
331
332 2018-01-16 Sebastian Perta <sebastian.perta@renesas.com>
333
334 * MAINTAINERS (write after approval): Add myself.
335
336 2018-01-03 Jakub Jelinek <jakub@redhat.com>
337
338 Update copyright years.
339
340 2018-01-03 Ben Elliston <bje@gnu.org>
341
342 * config.guess: Import latest version.
343 * config.sub: Likewise.
344
345 2017-12-12 Stafford Horne <shorne@gmail.com>
346
347 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
348 * configure: Regenerate.
349
350 2017-11-29 Qing Zhao <qing.zhao@oracle.com>
351
352 * MAINTAINERS (Write After Approval): Add myself.
353
354 2017-11-28 Julia Koval <julia.koval@intel.com>
355 Sebastian Peryt <sebastian.peryt@intel.com>
356
357 * Makefile.def (target_modules): Remove libcilkrts.
358 * Makefile.in: Ditto.
359 * configure: Ditto.
360 * configure.ac: Ditto.
361
362 2017-11-28 Julia Koval <julia.koval@intel.com>
363
364 * MAINTAINERS (Write After Approval): Add myself.
365
366 2017-11-22 Sudakshina Das <sudi.das@arm.com>
367
368 * MAINTAINERS (Write After Approval): Add myself.
369
370 2017-11-06 Palmer Dabbelt <palmer@sifive.com>
371
372 * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
373 Use my SiFive email address.
374
375 2017-11-15 Sebastian Peryt <sebastian.peryt@intel.com>
376
377 * MAINTAINERS (write after approval): Add myself.
378
379 2017-10-27 Martin Liska <mliska@suse.cz>
380
381 * Makefile.tpl: Use proper name of folder as it was renamed
382 during transition to 4 stages.
383 * Makefile.in: Regenerate.
384
385 2017-10-16 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
386
387 * MAINTAINERS (write after approval): Add myself.
388
389 2017-10-01 Gerald Pfeifer <gerald@pfeifer.com>
390
391 * MAINTAINERS: Add a note that maintainership also includes web
392 pages, docs, and testsuite related to that area.
393
394 2017-09-25 Tom de Vries <tom@codesourcery.com>
395
396 * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
397
398 2017-09-18 Pierre-Marie de Rodat <derodat@adacore.com>
399
400 * MAINTAINERS: Add myself as a maintainer for the Ada front end.
401
402 2017-09-15 Nathan Sidwell <nathan@acm.org>
403
404 * MAINTAINERS: Remove myself as a vxworks maintainer.
405
406 2017-09-13 Thomas Schwinge <thomas@codesourcery.com>
407
408 * MAINTAINERS: Remove email address of Jim Norris.
409
410 2017-09-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
411
412 * MAINTAINERS (Reviewers): Move myself from here...
413 (CPU Port Maintainers): ... to here.
414
415 2017-09-09 James Greenhalgh <james.greenhalgh@arm.com>
416
417 * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
418
419 2017-07-31 Robin Dapp <rdapp@linux.vnet.ibm.com>
420
421 * MAINTAINERS (write after approval): Add myself.
422
423 2017-07-28 Tony Reix <tony.reix@atos.net>
424
425 * configure.ac (target-libffi): Don't disable for AIX.
426 (go): Don't add to unsupported_languages on AIX.
427 (target-libgo): Don't disable for AIX.
428 * configure: Regenerate.
429
430 2017-07-19 Yury Gribov <tetra2005@gmail.com>
431
432 * MAINTAINERS: Add myself.
433
434 2017-07-18 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
435
436 * MAINTAINERS: Update my email address.
437
438 2017-07-04 Richard Earnshaw <rearnsha@arm.com>
439
440 * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
441 arm-specific auto-generated header files.
442
443 2017-07-03 Nathan Sidwell <nathan@acm.org>
444
445 * configure.ac: Set srcdir when sourcing config-lang.in fragments.
446 * configure: Rebuilt.
447
448 2017-07-03 Bernd Schmidt <bschmidt@redhat.com>
449
450 * MAINTAINERS: Readd myself for c6x.
451
452 2017-06-28 Martin Liska <mliska@suse.cz>
453
454 PR bootstrap/81217
455 * Makefile.def: Remove superfluous bootstrap_target from
456 bootstrap_stage.
457 * Makefile.in: Re-generate the file.
458
459 2017-06-26 Maxim Ostapenko <m.ostapenko@samsung.com>
460
461 * MAINTAINERS: Add myself to Write After Approval
462
463 2017-06-21 Andrew Jenner <andrew@codesourcery.com>
464
465 * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
466
467 2017-06-19 Martin Liska <mliska@suse.cz>
468
469 * Makefile.def: Define 4 stages PGO bootstrap.
470 * Makefile.tpl: Define FLAGS.
471 * Makefile.in: Regenerate.
472
473 2017-06-14 Ian Lance Taylor <iant@golang.org>
474
475 * Makefile.def: Add check-gotools to go check targets.
476 * Makefile.in: Rebuild.
477
478 2017-06-12 Segher Boessenkool <segher@kernel.crashing.org>
479
480 * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
481
482 2017-06-03 Eric Botcazou <ebotcazou@adacore.com>
483
484 * configure.ac (*-*-linux-android*): Set target_makefile_frag.
485 * configure: Regenerate.
486
487 2017-05-31 Martin Liska <mliska@suse.cz>
488
489 * configure.ac: Add handling of stage2_werror_flags to
490 action-if-given and to action-if-not-given.
491 * configure: Regenerate.
492
493 2017-05-31 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
494
495 * MAINTAINERS: Add self to Write After Approval
496
497 2017-05-27 Bernd Schmidt <bschmidt@redhat.com>
498
499 * MAINTAINERS: Update my email address, and remove myself as
500 maintainer in some areas.
501
502 2017-05-25 Eric Gallager <egall@gwmail.gwu.edu>
503
504 * MAINTAINERS: Add self to Write After Approval
505
506 2017-05-25 Nathan Sidwell <nathan@acm.org>
507
508 * configure.ac: Add --enable-languages=default to mean default and
509 make --enable-languages=all mean all supported languages.
510 * configure: Regenerated.
511
512 2017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
513
514 * config.gcc (powerpc*-*-*spe*): New.
515 (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
516 (powerpc-*-rtems*spe*): New.
517 (powerpc*-*-linux*spe*): New.
518 (powerpc-wrs-vxworksspe): New.
519 (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
520 (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
521 * config.host (powerpc*-*-*spe*): New.
522
523 2017-05-19 Martin Liska <mliska@suse.cz>
524
525 * configure.ac: Add --enable-werror-always just for
526 bootstrap-debug (or none build config) and do not add it
527 when we are on a release branch.
528 * configure: Regenerated.
529
530 2017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
531
532 * MAINTAINERS: Add self to Write After Approval
533
534 2017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
535
536 * MAINTAINERS: Move myself to Write After Approval section.
537
538 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
539
540 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
541 ACCH registers.
542 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
543 available.
544 (umulsidi3): Likewise.
545 (mulsidi3_700): Disable this pattern when we have advanced mpy
546 instructions.
547 (umulsidi3_700): Likewise.
548 (maddsidi4): New pattern.
549 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
550 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
551 (mpydu_imm_arcv2hs): Likewise.
552 * config/arc/predicates.md (accl_operand): New predicate.
553
554 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
555 Andrew Burgess <andrew.burgess@embecosm.com>
556
557 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
558 case.
559 (ARC_AUTOFP_IRQ_P): Likewise.
560 (ARC_AUTO_IRQ_P): Likewise.
561 (rgf_banked_register_count): New variable.
562 (parse_mrgf_banked_regs_option): New function.
563 (arc_override_options): Handle rgf_banked_regs option.
564 (arc_handle_interrupt_attribute): Add firq option.
565 (arc_compute_function_type): Return fast irq type when required.
566 (arc_must_save_register): Handle fast interrupts.
567 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
568 (arc_return_address_regs): Update.
569 * config/arc/arc.h (arc_return_address_regs): Update.
570 (arc_function_type): Add fast interrupt type.
571 (ARC_INTERRUPT_P): Update.
572 (RC_FAST_INTERRUPT_P): Define.
573 * config/arc/arc.md (simple_return): Update for fast interrupts.
574 (p_return_i): Likewise.
575 * config/arc/arc.opt (mrgf-banked-regs): New option.
576 * doc/invoke.texi (mrgf-banked-regs): Document.
577
578 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
579
580 * config/arc/arc.c (irq_ctrl_saved): New variable.
581 (ARC_AUTOBLINK_IRQ_P): Define.
582 (ARC_AUTOFP_IRQ_P): Likewise.
583 (ARC_AUTO_IRQ_P): Likewise.
584 (irq_range): New function.
585 (arc_must_save_register): Likewise.
586 (arc_must_save_return_addr): Likewise.
587 (arc_dwarf_emit_irq_save_regs): Likewise.
588 (arc_override_options): Handle deferred options.
589 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
590 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
591 arc_must_save_return_addr.
592 (arc_compute_frame_size): Handle automated save and restore of
593 registers.
594 (arc_expand_prologue): Likewise.
595 (arc_expand_epilogue): Likewise.
596 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
597 * config/arc/arc.opt (mirq-ctrl-saved): New option.
598 * doc/invoke.texi (mirq-ctrl-saved): Document option.
599
600 2017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
601 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
602
603 PR bootstrap/77661
604 * Makefile.def: Don't pass --enable-maintainer-mode on to an
605 in-tree build MPC.
606 * Makefile.in: Regenerate.
607
608 2017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
609
610 * configure.ac: Enable LTO by default on darwin >= 9.
611 * configure: Regenerate.
612
613 2017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
614
615 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
616 and Andrew Waterman as the RISC-V maintainers.
617
618 2017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
619
620 * MAINTAINERS: Add self to Write After Approval
621
622 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
623
624 * config.guess: Import latest from upstream.
625
626 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
627
628 * MAINTAINERS (Write After Approval): Remove entries that are
629 already covered under Reviewers.
630
631 2017-03-08 Mark Wielaard <mark@klomp.org>
632
633 PR demangler/70909
634 PR demangler/67264
635 * include/demangle.h: Add d_printing to struct demangle_component
636 and pass struct demangle_component as non const.
637
638 2017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
639
640 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
641
642 2017-02-15 Thomas Schwinge <thomas@codesourcery.com>
643
644 * Makefile.tpl: Remove HOST_ISLVER.
645 (HOST_EXPORTS): Remove ISLVER.
646 * Makefile.in: Regenerate.
647
648 2017-02-13 Richard Biener <rguenther@suse.de>
649
650 * configure: Re-generate.
651
652 2017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
653
654 * MAINTAINERS: Adjust bug reporting URL.
655
656 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
657
658 * MAINTAINERS (Write After Approval): Remove redundant entry
659 for Andrew Burgess.
660
661 2017-02-03 John David Anglin <danglin@gcc.gnu.org>
662
663 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
664 32-bit hppa*-*-hpux*.
665 * configure: Regenerate.
666
667 2017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
668
669 * configure.ac: Moved the white list of enabling BRIG FE to
670 libhsail-rt/configure.tgt.
671 * configure: Regenerated.
672 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
673
674 2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
675 Martin Jambor <mjambor@suse.cz>
676
677 * Makefile.def (target_modules): Added libhsail-rt.
678 (languages): Added language brig.
679 * Makefile.in: Regenerated.
680 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
681 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
682 * configure: Regenerated.
683
684 2017-01-17 Jakub Jelinek <jakub@redhat.com>
685
686 PR other/79046
687 * configure: Regenerated.
688
689 2017-01-04 Alan Modra <amodra@gmail.com>
690
691 * configure: Regenerate.
692
693 2016-12-29 Ben Elliston <bje@gnu.org>
694
695 * config.sub: Import latest version.
696
697 2016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
698
699 * MAINTAINERS (Write After Approval): Add myself.
700
701 2016-12-21 Jakub Jelinek <jakub@redhat.com>
702
703 * configure.ac: Don't bootstrap libmpx unless --with-build-config
704 includes bootstrap-mpx.
705 * configure: Regenerated.
706
707 2016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
708
709 * MAINTAINERS (Write After Approval): Add myself.
710
711 2016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
712
713 * configure: Regenerate.
714
715 2016-12-01 Matthias Klose <doko@ubuntu.com>
716
717 * configure.ac: Don't use pkg-config to check for bdw-gc.
718 * configure: Regenerate.
719
720 2016-11-30 Matthias Klose <doko@ubuntu.com>
721
722 * Makefile.def: Remove reference to boehm-gc target module.
723 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
724 options and for the bdw-gc pkg-config module.
725 * configure: Regenerate.
726 * Makefile.in: Regenerate.
727
728 2016-11-28 Nathan Sidwell <nathan@acm.org>
729
730 * MAINTAINERS (nvptx): Remove self.
731
732 2016-11-25 Ben Elliston <bje@gnu.org>
733
734 * config.guess: Import latest version.
735 * config.sub: Likewise.
736
737 2016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
738
739 * MAINTAINERS (Write After Approval): Add myself.
740
741 2016-11-15 Matthias Klose <doko@ubuntu.com>
742
743 * Makefile.def: Remove references to GCJ.
744 * Makefile.tpl: Likewise.
745 * Makefile.in: Regenerate.
746
747 2016-11-15 Matthias Klose <doko@ubuntu.com>
748
749 * config-ml.in: Remove references to GCJ.
750 * configure.ac: Likewise.
751 * configure: Regenerate.
752
753 2016-11-01 Josh Conner <joshconner@google.com>
754
755 * MAINTAINERS (Write After Approval): Update email address,
756
757 2016-10-27 Carl Love <cel@us.ibm.com>
758
759 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
760 Approval list to make it alphabetical.
761
762 2016-10-27 Carl Love <cel@us.ibm.com>
763
764 * MAINTAINERS (Write After Approval): Add myself.
765
766 2016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
767
768 * MAINTAINERS (Reviewers): Add myself.
769 (Write After Approval): Add myself.
770
771 2016-10-21 Hartmut Penner <hepenner@us.ibm.com>
772 Ulrich Weigand <uweigand@de.ibm.com>
773
774 * MAINTAINERS: Update email address.
775
776 2016-10-10 Nathan Sidwell <nathan@acm.org>
777
778 * MAINTAINERS: Update email address.
779
780 2016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
781
782 * configure.ac: Add aarch64-*-freebsd*.
783 * configure: Regenerate.
784
785 2016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
786
787 * MAINTAINERS: Update email address after it got reverted.
788
789 2016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
790
791 * configure.ac (target_libraries): Readd target-boehm-gc.
792 Restore --enable-objc-gc handling.
793 * configure: Regenerate.
794
795 2015-10-03 Jeff Law <law@redhat.com>
796
797 * MAINTAINERS: Move several inactive maintainers to the
798 write-after-approval section.
799
800 2016-09-30 Jakub Jelinek <jakub@redhat.com>
801
802 * configure.ac: Add target-libffi to target_libraries.
803 Readd libgcj target disablings, modified to only target-libffi.
804 Readd target addition of go to unsupported languages.
805 * configure: Regenerated.
806
807 2016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
808
809 * MAINTAINERS: Update email address.
810
811 2016-09-30 Andrew Haley <aph@redhat.com>
812
813 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
814 write-after approval. Remove Tom Tromey and Bryce McKinlay from
815 libgcj.
816
817 2016-09-30 Andrew Haley <aph@redhat.com>
818
819 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
820 write-after approval after GCJ deletion.
821
822 2016-09-30 Andrew Haley <aph@redhat.com>
823
824 * Makefile.def: Remove libjava.
825 * Makefile.tpl: Likewise.
826 * Makefile.in: Regenerate.
827 * configure.ac: Likewise.
828 * configure: Likewise.
829 * gcc/java: Remove.
830 * libjava: Likewise.
831
832 2016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
833
834 * MAINTAINERS (Reviewers): Add myself.
835
836 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
837
838 * configure.ac: Disable "sim" directory for arc*-*-*.
839 * configure: Regenerated.
840
841 2016-09-23 Tamar Christina <tamar.christina@arm.com>
842
843 * MAINTAINERS (Write After Approval): Add myself.
844
845 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
846
847 * configure.ac: Check for the minimum in-tree MPFR version
848 handled.
849 * configure: Regenerate.
850
851 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
852
853 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
854 * configure: Regenerated.
855
856 2016-07-19 Fritz Reese <fritzoreese@gmail.com>
857
858 * MAINTAINERS (Write After Approval): Add myself.
859
860 2016-06-23 Andi Kleen <ak@linux.intel.com>
861
862 * Makefile.def: Add autoprofiledbootstrap.
863 * Makefile.tpl: Dito.
864 * Makefile.in: Regenerate.
865
866 2016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
867
868 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
869 * configure: Regenerate.
870
871 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
872
873 * configure: Regenerate.
874 * configure.ac: Remove support for avr-rtems.
875
876 2016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
877
878 * MAINTAINERS (Write After Approval): Add myself.
879
880 2016-06-16 Michael Collison <michael.collison@arm.com>
881
882 * MAINTAINERS (Write After Approval): Add myself.
883
884 2016-06-14 Mikael Morin <mikael@gcc.gnu.org>
885
886 * MAINTAINERS (Write After Approval): Update e-mail address.
887
888 2016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
889
890 * MAINTAINERS (Write After Approval): Add myself.
891
892 2016-05-28 Alan Modra <amodra@gmail.com>
893
894 * Makefile.tpl (configure): Depend on m4 files included.
895 * Makefile.in: Regenerate.
896
897 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
898
899 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
900 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
901
902 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
903
904 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
905 special case builtin.
906 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
907 support for ALTIVEC_BUILTIN_VEC_ADDEC.
908 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
909 for __builtin_vec_addec.
910
911 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
912
913 * config.guess: Import version 2016-04-02 (newest).
914 * config.sub: Import version 2016-05-10 (newest).
915
916 2016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
917
918 * configure.ac: Add ARC support to libgloss.
919 * configure: Regenerate
920
921 2016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
922
923 * MAINTAINERS (Write After Approval): Add myself.
924
925 2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
926
927 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
928 * configure: Regenerated.
929 * Makefile.def (gmp): Explicitly disable assembler.
930 (mpfr): Adjust lib_path.
931 (mpc): Likewise.
932 * Makefile.in: Regenerated.
933
934 2016-05-01 Jakub Jelinek <jakub@redhat.com>
935
936 PR bootstrap/70704
937 * configure.ac (--enable-stage1-checking): Add missing
938 --enable-checking=.
939 * configure: Regenerated.
940
941 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
942
943 * config.guess: Revert r235676.
944 * config.sub: Revert r235676.
945
946 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
947
948 * config.guess: Remove SH5 support.
949 * config.sub: Likewise.
950 * configure: Likewise.
951 * configure.ac: Likewise.
952
953 2016-04-26 Jakub Jelinek <jakub@redhat.com>
954
955 PR bootstrap/70704
956 * configure.ac (--enable-stage1-checking): For --disable-checking or
957 implicit --enable-checking, make sure extra flag matches in between
958 stage1 and later checking.
959 * configure: Regenerated.
960
961 2016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
962
963 * .gitattributes: New file.
964
965 2016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
966
967 * MAINTAINERS (rs6000/powerpc port): Add myself.
968
969 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
970
971 PR bootstrap/70173
972 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
973 and gotools directories. Delete the stage_final file.
974 * Makefile.in: Regenerate.
975
976 2016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
977
978 * MAINTAINERS (Write After Approval): Add myself.
979
980 2016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
981
982 * MAINTAINERS (Fortran maintainer): Remove myself.
983
984 2016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
985
986 * MAINTAINERS (Write After Approval): Add myself.
987
988 2016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
989
990 * MAINTAINERS (Write After Approval): Add myself.
991
992 2016-03-17 Cary Coutant <ccoutant@gmail.com>
993
994 Sync with binutils-gdb:
995
996 2016-03-17 Cary Coutant <ccoutant@gmail.com>
997
998 * configure.ac: Add mips and s390 to the gold target check.
999 * configure: Regenerate.
1000
1001 2016-03-01 DJ Delorie <dj@redhat.com>
1002
1003 * MAINTAINERS (mep): Remove myself as MeP maintainer.
1004
1005 2016-02-22 David Malcolm <dmalcolm@redhat.com>
1006
1007 * MAINTAINERS (libcpp): Add myself.
1008 (diagnostic messages): Likewise.
1009
1010 2016-02-20 Tom de Vries <tom@codesourcery.com>
1011
1012 * MAINTAINERS: Fix whitespace.
1013
1014 2016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
1015
1016 * MAINTAINERS (Write After Approval): Add myself.
1017
1018 2016-01-29 Sebastian Pop <s.pop@samsung.com>
1019
1020 * config/isl.m4: Add comments about isl-0.16.
1021 * configure: Regenerate.
1022
1023 2016-01-29 Martin Jambor <mjambor@suse.cz>
1024
1025 * MAINTAINERS (hsa maintainers): Add myself.
1026
1027 2015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
1028
1029 * MAINTAINERS: (Write After Approval): Add myself.
1030
1031 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
1032 Sebastian Pop <s.pop@samsung.com>
1033
1034 * Makefile.in: Regenerate.
1035 * Makefile.tpl: Export ISLVER.
1036 * configure: Regenerate.
1037 * config/isl.m4: Detect isl-0.15.
1038
1039 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
1040
1041 PR bootstrap/69329
1042 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
1043 * Makefile.in: Regenerate.
1044
1045 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
1046
1047 * configure.ac: Enable LTO for DJGPP
1048 * configure: Regenerate
1049
1050 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
1051
1052 Sync with binutils-gdb:
1053 2015-10-21 Nick Clifton <nickc@redhat.com>
1054
1055 PR gas/19109
1056 * configure.ac: Note the 'none' is an acceptable argument to
1057 --enable-compressed-debug-sections.
1058 * configure: Regenerate.
1059
1060 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
1061
1062 PR bootstrap/69134
1063 * Makefile.def (mpfr): Disable assembler.
1064 * Makefile.in: Regenerate.
1065
1066 2016-01-01 Ben Elliston <bje@gnu.org>
1067
1068 * config.guess: Import version 2016-01-01.
1069 * config.sub: Likewise.
1070
1071 2015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
1072
1073 * MAINTAINERS (Write After Approval): Add myself.
1074
1075 2015-12-17 Sebastian Pop <s.pop@samsung.com>
1076
1077 * Makefile.in: Replace ISL with isl.
1078 * Makefile.tpl: Same.
1079 * config/isl.m4: Same.
1080 * configure.ac: Same.
1081 * contrib/download_prerequisites: Same.
1082 * configure: Regenerate.
1083
1084 2015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
1085
1086 * MAINTAINERS (Write After Approval): Add Myself.
1087
1088 2015-12-17 Nathan Sidwell <nathan@acm.org>
1089
1090 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
1091 * configure: Regenerate.
1092
1093 2015-12-16 Aditya Kumar <aditya.k7@samsung.com>
1094 Sebastian Pop <s.pop@samsung.com>
1095
1096 * config/isl.m4 (ISL_CHECK_VERSION): Check for
1097 isl_ctx_get_max_operations.
1098 * configure: Regenerate.
1099
1100 2015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
1101
1102 * MAINTAINERS (Write After Approval): Add myself.
1103
1104 2015-12-02 Ian Lance Taylor <iant@google.com>
1105
1106 PR go/66147
1107 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
1108 * Makefile.in: Regenerate.
1109
1110 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
1111
1112 PR libffi/65726
1113 * Makefile.def (lang_env_dependencies): Make libffi depend
1114 on cxx.
1115 * Makefile.in: Regenerate.
1116
1117 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
1118
1119 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
1120 symbols.
1121
1122 2015-11-20 Tristan Gingold <gingold@adacore.com>
1123
1124 Sync with binutils-gdb:
1125 2015-11-20 Tristan Gingold <gingold@adacore.com>
1126
1127 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
1128 * configure: Regenerate.
1129
1130 2015-11-19 Martin Liska <mliska@suse.cz>
1131
1132 * .gitignore: Add .clang-format to ignored files.
1133 * Makefile.in: Add clang-format.
1134 * Makefile.tpl: Likewise.
1135
1136 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
1137
1138 * configure.ac: Enable libmpx by default.
1139 * configure: Regenerated.
1140
1141 2015-10-23 Steve Ellcey <sellcey@imgtec.com>
1142
1143 * MAINTAINERS: Update email address.
1144
1145 2015-10-23 Paulo Matos <pmatos@linki.tools>
1146
1147 * MAINTAINERS: Update email address.
1148
1149 2015-10-23 Alan Hayward <alan.hayward@arm.com>
1150
1151 * MAINTAINERS (Write After Approval): Add myself.
1152
1153 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
1154
1155 Sync with binutils-gdb:
1156 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
1157
1158 PR gas/19109
1159 * configure.ac: Add
1160 --enable-compressed-debug-sections={all,gas,gold,ld}.
1161 * configure: Regenerated.
1162
1163 2015-10-16 Arnaud Charlet <charlet@adacore.com>
1164
1165 * MAINTAINERS: Update list of Ada maintainers and email addresses.
1166
1167 2015-10-09 Martin Liska <mliska@suse.cz>
1168
1169 * MAINTAINERS (Write After Approval): Add myself.
1170
1171 2015-10-09 Alexander Fomin <alexander.fomin@intel.com>
1172
1173 * MAINTAINERS (Write After Approval): Add myself.
1174
1175 2015-10-02 Florian Weimer <fweimer@redhat.com>
1176
1177 * MAINTAINERS: Update email address.
1178
1179 2015-10-02 Louis Krupp <louis.krupp@zoho.com>
1180
1181 * MAINTAINERS (Write After Approval): Add myself.
1182
1183 2015-09-20 Kai Tietz <ktietz70@googlemail.com>
1184
1185 * MAINTAINERS: Update email.
1186
1187 2015-09-14 Bernd Schmidt <bschmidt@redhat.com>
1188
1189 * MAINTAINERS: Update my email address.
1190
1191 2015-09-01 James Bowman <james.bowman@ftdichip.com>
1192
1193 * MAINTAINERS (ft32 port): Add myself.
1194
1195 2015-08-28 David Sherwood <david.sherwood@arm.com>
1196
1197 * MAINTAINERS: Add myself.
1198
1199 2015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
1200
1201 * MAINTAINERS (Write After Approval): Add myself.
1202
1203 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1204
1205 PR libfortran/54572
1206 * Makefile.def: Make libgfortran depend on libbacktrace.
1207 * Makefile.in: Regenerate.
1208
1209 2015-08-20 Simon Dardis <simon.dardis@imgtec.com>
1210
1211 * MAINTAINERS (Write After Approval): Add myself.
1212
1213 2015-08-12 Tom de Vries <tom@codesourcery.com>
1214
1215 PR other/67092
1216 * configure.ac: Remove --with_host_libstdcxx support.
1217 * configure: Regenerate.
1218
1219 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
1220 Jakub Jelinek <jakub@redhat.com>
1221
1222 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
1223 nvptx*-*-*.
1224 * configure: Regenerate.
1225
1226 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
1227
1228 * Makefile.def (libiconv): Define bootstrap=true.
1229 Mark pdf/html/info as missing.
1230 (configure-gcc): Depend on all-libiconv.
1231 (all-gcc): Ditto.
1232 (configure-libcpp): Ditto.
1233 (all-libcpp): Ditto.
1234 (configure-intl): Ditto.
1235 (all-intl): Ditto.
1236 * Makefile.in: Regenerate.
1237
1238 2015-08-03 Bin Cheng <bin.cheng@arm.com>
1239
1240 * MAINTAINERS (loop ivopts): Add the entry and myself.
1241
1242 2015-07-31 Nathan Sidwell <nathan@codesourcery.com>
1243
1244 * MAINTAINERS (nvptx): Add self.
1245
1246 2015-07-29 Alan Lawrence <alan.lawrence@arm.com>
1247
1248 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
1249 128-bit vector modes.
1250
1251 2015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
1252
1253 * MAINTAINERS (Write After Approval): Add myself.
1254
1255 2015-07-28 Ben Elliston <bje@gnu.org>
1256
1257 * config.sub, config.guess: Import from upstream.
1258
1259 2015-07-24 Michael Darling <darlingm@gmail.com>
1260
1261 PR other/66259
1262 * config-ml.in: Reflects renaming of configure.in to configure.ac
1263 * configure: Likewise
1264 * configure.ac: Likewise
1265
1266 2015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
1267
1268 * MAINTAINERS: Update my email address.
1269
1270 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1271
1272 Sync with binutils-gdb:
1273 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1274
1275 * configure.ac (target_configdirs): Exclude target-zlib if
1276 target-libjava isn't built.
1277 * configure: Regenerated.
1278
1279 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1280
1281 Sync with binutils-gdb:
1282 2015-05-13 John David Anglin <dave.anglin@bell.net>
1283
1284 * configure.ac: Disable configuration of GDB for HPUX targets.
1285 * configure: Regenerate.
1286
1287 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1288
1289 * configure.ac: Add --with-system-zlib.
1290 * configure: Regenerated.
1291
1292 2015-01-28 James Bowman <james.bowman@ftdichip.com>
1293
1294 * configure.ac: Add FT32 support.
1295 * configure: Regenerate.
1296
1297 2015-01-12 Anthony Green <green@moxielogic.com>
1298
1299 * configure.ac: Don't disable gprof for moxie.
1300 * configure: Rebuild.
1301
1302 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1303
1304 Sync with binutils-gdb:
1305 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1306
1307 PR ld/18355
1308 * Makefile.def: Add extra_configure_flags to host zlib.
1309 * configure.ac (extra_host_zlib_configure_flags): New. Set
1310 to --enable-host-shared When bfd is to be built as shared
1311 library. AC_SUBST.
1312 * Makefile.in: Regenerated.
1313
1314 2015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
1315
1316 Sync with src:
1317 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
1318 * Makefile.def (dependencies): Add all-zlib to all-bfd.
1319 * Makefile.in: Regenerated.
1320
1321 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
1322
1323 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1324 target.
1325 * configure: Regenerate.
1326
1327 2015-06-23 Ludovic Courtès <ludo@gnu.org>
1328
1329 * MAINTAINERS (Write After Approval): Add myself.
1330
1331 2015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
1332
1333 * MAINTAINERS (OS Port Maintainers): Add myself.
1334 (Various Maintainers): Remove myself from libffi testsuite.
1335
1336 2015-06-04 Richard Sandiford <richard.sandiford@arm.com>
1337
1338 * MAINTAINERS (gen* on machine desc): Add self.
1339
1340 2015-06-02 Jason Merrill <jason@redhat.com>
1341
1342 PR bootstrap/66319
1343 * configure.ac: Use -std=gnu++98.
1344
1345 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
1346
1347 * MAINTAINERS (Write After Approval): Add myself.
1348
1349 2015-05-28 Mike Frysinger <vapier@gentoo.org>
1350
1351 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1352 * configure: Regenerate.
1353
1354 2015-05-26 Jason Merrill <jason@redhat.com>
1355
1356 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
1357 * configure: Regenerate.
1358
1359 2015-05-16 James Bowman <james.bowman@ftdichip.com>
1360
1361 * configure.ac: FT32 target added.
1362 * configure: Regenerated.
1363
1364 2015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
1365
1366 * MAINTAINERS (Write After Approval): Add myself.
1367
1368 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1369
1370 * MAINTAINERS (Write After Approval): Add myself.
1371
1372 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1373
1374 * configure.ac: Fix typo.
1375 * configure: Regenerate.
1376
1377 2015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
1378
1379 * MAINTAINERS (Write After Approval): Add myself.
1380
1381 2015-05-03 Matthias Klose <doko@ubuntu.com>
1382
1383 * configure.ac: Match $host configured with triplets.
1384 * configure: Regenerate.
1385
1386 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1387
1388 * Makefile.tpl: Remove surplus whitespace throughout.
1389 * Makefile.in: Regenerate.
1390
1391 2015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
1392
1393 * MAINTAINERS (Various Maintainers): Add myself as instruction
1394 combiner maintainer.
1395
1396 2015-04-17 Jakub Jelinek <jakub@redhat.com>
1397
1398 PR bootstrap/62077
1399 * configure.ac (--enable-stage1-checking): Default to
1400 release,misc,gimple,rtlflag,tree,types if --disable-checking
1401 or --enable-checking is not specified and DEV-PHASE is not
1402 experimental.
1403 * configure: Regenerated.
1404
1405 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
1406
1407 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1408 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1409 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1410 * Makefile.in: Regenerate.
1411
1412 2015-04-08 Cary Coutant <ccoutant@gmail.com>
1413
1414 * MAINTAINERS: Update my email address.
1415
1416 2015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
1417
1418 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
1419
1420 2015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1421
1422 * MAINTAINERS: Add myself as an arm port reviewer.
1423
1424 2015-03-25 Martin Liska <mliska@suse.cz>
1425 Yury Gribov <y.gribov@samsung.com>
1426
1427 * Makefile.in: Fix ln source location for vimrc file.
1428 * Makefile.tpl: Likewise.
1429
1430 2015-03-09 Aldy Hernandez <aldyh@redhat.com>
1431
1432 PR bootstrap/25672
1433 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
1434 cross-compiling. Similarly for CXX_FOR_TARGET.
1435 * configure: Regenerate.
1436
1437 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
1438
1439 * Makefile.def: Add libmpx.
1440 * configure.ac: Add libmpx.
1441 * Makefile.in: Regenerate.
1442 * configure: Regenerate.
1443
1444 2015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
1445
1446 * MAINTAINERS (CPU Port Maintainers): Add myself
1447 i386 vector ISA extns mantainer.
1448
1449 2015-03-13 Jeff Law <law@redhat.com>
1450
1451 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
1452 maintainer.
1453 Remove Richard Henderson as a maintainer for the x86 port.
1454
1455 2015-03-03 Joern Rennecke <gnu@amylaar.uk>
1456
1457 * MAINTAINERS (CPU Port Maintainers): Update my email address.
1458
1459 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
1460
1461 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
1462 pointer bounds checker and i386 MPX maintainer.
1463
1464 2015-02-26 Sandra Loosemore <sandra@codesourcery.com>
1465
1466 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
1467
1468 2015-02-26 Martin Sebor <msebor@redhat.com>
1469
1470 * MAINTAINERS (Various Maintainers): Add self.
1471
1472 2015-02-20 Thomas Schwinge <thomas@codesourcery.com>
1473
1474 * configure.ac [--enable-as-accelerator-for] (enable_languages):
1475 Make sure it contains lto.
1476 * configure: Regenerate.
1477
1478 2015-02-18 Thomas Schwinge <thomas@codesourcery.com>
1479
1480 * configure: Regenerate.
1481
1482 2015-02-06 Diego Novillo <dnovillo@google.com>
1483 1
1484 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
1485 middle-end, docstring): Remove myself.
1486 (Write After Approval): Add myself.
1487
1488 2015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
1489
1490 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
1491 (Write After Approval): Update address.
1492
1493 2015-01-29 David Malcolm <dmalcolm@redhat.com>
1494
1495 PR jit/64780
1496 * configure.ac: Require the user to explicitly specify
1497 --enable-host-shared if the jit is enabled.
1498 * configure: Regenerate.
1499
1500 2015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
1501
1502 * MAINTAINERS (Write After Approval): Add myself.
1503
1504 2015-01-25 Tom de Vries <tom@codesourcery.com>
1505
1506 * MAINTAINERS: Make whitespace consistent.
1507
1508 2015-01-23 Braden Obrzut <admin@maniacsvault.net>
1509
1510 * MAINTAINERS (Write After Approval): Add myself.
1511
1512 2015-01-20 Andre Vehreschild <vehre@gmx.de>
1513
1514 * MAINTAINERS: (Write After Approval): Add myself.
1515
1516 2015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
1517
1518 * MAINTAINERS: (Write After Approval): Add myself.
1519
1520 2015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
1521
1522 * MAINTAINERS: (Write After Approval): Add myself.
1523
1524 2015-01-13 Iain Sandoe <iain@codesourcery.com>
1525
1526 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
1527 objective-c/c++ front end maintainer.
1528
1529 2015-01-13 Marek Polacek <polacek@redhat.com>
1530
1531 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
1532
1533 2015-01-12 Jeff Law <law@redhat.com>
1534
1535 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
1536 a very long time.
1537
1538 2015-01-09 Ian Lance Taylor <iant@google.com>
1539
1540 * configure.ac (host_tools): Add gotools.
1541 * Makefile.def (host_modules): Add gotools.
1542 (dependencies): Add dependency of all-gotools on all-target-libgo.
1543
1544 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
1545
1546 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
1547 * configure: Regenerate.
1548
1549 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
1550
1551 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
1552 all-target-libgomp.
1553 * Makefile.in: Regenerate.
1554
1555 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
1556
1557 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
1558
1559 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
1560
1561 * configure.ac: Add Visium support.
1562 * configure: Regenerate.
1563
1564 2015-01-04 Andreas Schwab <schwab@linux-m68k.org>
1565
1566 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
1567 * configure: Regenerate.
1568
1569 2015-01-03 Andrew Pinski <apinski@cavium.com>
1570
1571 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1572 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1573 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1574 (OBJCOPY_FOR_TARGET): New variable.
1575 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1576 * Makefile.in: Regenerate.
1577 * configure.ac: Check for already installed target objcopy.
1578 Also GCC_TARGET_TOOL on objcopy.
1579 * configure: Regenerate.
1580
1581 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1582
1583 * config.sub: Update from upstream, to 2015-01-01 version.
1584 * config.guess: Ditto.
1585
1586 2014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
1587
1588 * MAINTAINERS (RTEMS Ports): Add myself.
1589
1590 2014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
1591
1592 * MAINTAINERS (Write After Approval): Add myself.
1593
1594 2014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
1595
1596 * MAINTAINERS (Write After Approval): Add myself.
1597
1598 2014-12-15 Thomas Schwinge <thomas@codesourcery.com>
1599
1600 * configure.ac (--enable-as-accelerator-for): Don't set
1601 ENABLE_AS_ACCELERATOR_FOR. Update all users.
1602 * configure: Regenerate.
1603
1604 2014-12-13 Jakub Jelinek <jakub@redhat.com>
1605
1606 PR bootstrap/64023
1607 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
1608 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
1609 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
1610 to CXX.
1611 * Makefile.in: Regenerated.
1612
1613 2014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1614 Yury Gribov <y.gribov@samsung.com>
1615
1616 * .gitignore: Added .local.vimrc and .lvimrc.
1617 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
1618 * Makefile.in: Regenerate.
1619
1620 2014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
1621
1622 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
1623 * configure: Regenerated.
1624
1625 2014-11-27 Bernd Schmidt <bernds@codesourcery.com>
1626
1627 * MAINTAINERS (nvptx port): New entry.
1628
1629 2014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
1630
1631 * configure: Regenerate.
1632
1633 2014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1634
1635 * configure.ac: Merge with Binutils.
1636
1637 2014-11-26 Tobias Burnus <burnus@net-b.de>
1638
1639 * Makefile.def: Make more dependent on mpfr, mpc and isl.
1640 * Makefile.in: Regenerate.
1641
1642 2014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
1643
1644 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
1645 missing flex.
1646 * Makefile.in: Regenerated.
1647
1648 2014-11-21 Ilya Verbin <ilya.verbin@intel.com>
1649
1650 * Makefile.in: Regenerate.
1651
1652 2014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
1653
1654 PR bootstrap/63784
1655 * libtool.m4: Add $pic_flag with -shared.
1656
1657 2014-11-21 Renlin Li <Renlin.Li@arm.com>
1658
1659 * MAINTAINERS (Write After Approval): Added myself.
1660
1661 2014-11-21 Alex Velenko <Alex.Velenko@arm.com>
1662
1663 * MAINTAINERS (write-after-approval): Add myself.
1664
1665 2014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
1666
1667 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
1668 from 2 years ago.
1669
1670 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1671
1672 Revert:
1673 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1674
1675 * MAINTAINERS (Write After Approval): Added myself as line map
1676 maintainer.
1677
1678 2014-11-19 Renlin Li <Renlin.Li@arm.com>
1679
1680 Revert:
1681 2014-11-19 Renlin Li <Renlin.Li@arm.com>
1682
1683 * MAINTAINERS (Write After Approval): Added myself.
1684
1685 2014-11-19 Renlin Li <Renlin.Li@arm.com>
1686
1687 * MAINTAINERS (Write After Approval): Added myself.
1688
1689 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1690
1691 * MAINTAINERS (Write After Approval): Added myself as line map
1692 maintainer.
1693
1694 2014-11-17 Dodji Seketeli <dodji@redhat.com>
1695
1696 * MAINTAINERS (Various Maintainers): Added myself as line map
1697 maintainer.
1698
1699 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1700
1701 * move-if-change: Sync from upstream gnulib.
1702
1703 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1704
1705 * compile: Sync with upstream Automake.
1706 * depcomp: Ditto.
1707 * install-sh: Ditto.
1708 * missing: Ditto.
1709 * mkinstalldirs: Ditto.
1710 * ylwrap: Ditto.
1711
1712 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1713
1714 * config.sub: Update from upstream config repo.
1715 * config.guess: Ditto.
1716
1717 2014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
1718
1719 * Makefile.def: Add liboffloadmic to target_modules. Make
1720 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
1721 * Makefile.in: Regenerate.
1722 * configure: Regenerate.
1723 * configure.ac: Add liboffloadmic to target binaries.
1724 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
1725 Add liboffloadmic to noconfig list when C++ is not supported.
1726
1727 2014-11-13 Bernd Schmidt <bernds@codesourcery.com>
1728 Thomas Schwinge <thomas@codesourcery.com>
1729 Ilya Verbin <ilya.verbin@intel.com>
1730 Andrey Turetskiy <andrey.turetskiy@intel.com>
1731
1732 * configure: Regenerate.
1733 * configure.ac (--enable-as-accelerator-for)
1734 (--enable-offload-targets): New configure options.
1735
1736 2014-11-11 Tobias Burnus <burnus@net-b.de>
1737
1738 * Makefile.def: Make all-gcc depend on all-isl.
1739 * Makefile.in: Regenerate.
1740
1741 2014-11-11 David Malcolm <dmalcolm@redhat.com>
1742
1743 * ChangeLog.jit: New.
1744 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
1745
1746 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1747
1748 PR target/63610
1749 * libtool.m4: Fix globbing of darwin versions.
1750 * configure: Regenerate.
1751
1752 2014-11-11 Tobias Burnus <burnus@net-b.de>
1753
1754 * Makefile.def: Remove CLooG.
1755 * Makefile.tpl: Ditto.
1756 * configure.ac: Ditto.
1757 * configure: Regenerate.
1758 * Makefile.in: Ditto.
1759
1760 2014-11-06 Bernd Schmidt <bernds@codesourcery.com>
1761
1762 * configure.ac: Handle nvptx-*-*.
1763 * configure: Regenerate.
1764
1765 2014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
1766
1767 * MAINTAINERS (Write After Approval): Add myself.
1768
1769 2014-10-31 Jakub Jelinek <jakub@redhat.com>
1770
1771 * Makefile.def (libcc1): Remove bootstrap=true;.
1772 * Makefile.in: Regenerated.
1773
1774 2014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1775
1776 * configure.ac: Update comment.
1777 * configure: Regenerate.
1778
1779 2014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
1780
1781 * MAINTAINERS (Write After Approval): Add myself.
1782
1783 2014-10-30 Thomas Schwinge <thomas@codesourcery.com>
1784
1785 * configure.ac (extra_host_libiberty_configure_flags): Add
1786 --enable-shared also for libcc1's benefit.
1787 * configure: Regenerate.
1788
1789 2014-10-29 Tristan Gingold <gingold@adacore.com>
1790
1791 * MAINTAINERS: Change my email address.
1792
1793 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
1794 Tom Tromey <tromey@redhat.com>
1795
1796 * Makefile.def: Add libcc1 to host_modules.
1797 * configure.ac (host_tools): Add libcc1.
1798 * Makefile.in, configure: Rebuild.
1799
1800 2014-10-24 Hans-Peter Nilsson <hp@axis.com>
1801
1802 * configure.ac (build_configargs): Don't share config.cache between
1803 build subdirs.
1804 * configure: Regenerate.
1805
1806 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
1807
1808 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
1809 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
1810 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
1811 leon3v7 as leon3.
1812 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
1813 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
1814 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
1815 * config/sparc/sparc.md (cpu): Add leon3v7.
1816 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
1817
1818 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
1819
1820 * MAINTAINERS (write-after-approval): Add myself.
1821
1822 2014-10-23 Ian Lance Taylor <iant@google.com>
1823
1824 * configure.ac: Disable the Go frontend on systems where it is known
1825 to not work.
1826 * configure: Regenerate.
1827
1828 2014-10-23 Richard Biener <rguenther@suse.de>
1829
1830 * Makefile.def: Add libcpp build module and dependencies.
1831 * configure.ac: Add libcpp build module.
1832 * Makefile.in: Regenerate.
1833 * configure: Likewise.
1834
1835 2014-10-15 Max Filippov <jcmvbkbc@gmail.com>
1836
1837 * MAINTAINERS (write-after-approval): Add myself.
1838
1839 2014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
1840
1841 * INSTALL/README: Do not mention CVS.
1842
1843 2014-10-03 Jing Yu <jingyu@google.com>
1844
1845 * configure.ac: Add aarch64 to list of targets that support gold.
1846 * configure: Regenerate.
1847
1848 2014-09-29 François Dumont <fdumont@gcc.gnu.org>
1849
1850 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
1851
1852 2014-09-29 Catherine Moore <clm@codesourcery.com>
1853
1854 * MAINTAINERS: Add myself as MIPS maintainer.
1855
1856 2014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
1857
1858 * MAINTAINERS: Move myself to MIPS maintainers.
1859
1860 2014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1861
1862 * MAINTAINERS: Put all email addresses between '<' and '>'.
1863
1864 2014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1865
1866 * MAINTAINERS: Move myself to reviewers (Fortran).
1867
1868 2014-09-01 Andi Kleen <ak@linux.intel.com>
1869
1870 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
1871 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
1872 * Makefile.in: Regenerate.
1873
1874 2014-08-28 David Malcolm <dmalcolm@redhat.com>
1875
1876 * rtx-classes-status.txt: Delete
1877
1878 2014-08-28 David Malcolm <dmalcolm@redhat.com>
1879
1880 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
1881
1882 2014-08-27 Sebastian Pop <s.pop@samsung.com>
1883
1884 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
1885 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
1886 of checking for version number.
1887 * configure: Regenerated.
1888 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
1889
1890 2014-08-27 David Malcolm <dmalcolm@redhat.com>
1891
1892 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
1893 is done; begin phase 6 (use extra rtx_def subclasses).
1894
1895 2014-08-27 David Malcolm <dmalcolm@redhat.com>
1896
1897 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
1898 done; begin phase 5 (additional rtx_def subclasses).
1899
1900 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1901
1902 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
1903
1904 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1905
1906 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
1907 SET_BB_HEADER are done.
1908
1909 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1910
1911 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
1912 done.
1913
1914 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1915
1916 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
1917
1918 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1919
1920 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
1921
1922 2014-08-25 David Malcolm <dmalcolm@redhat.com>
1923
1924 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
1925
1926 2014-08-25 David Malcolm <dmalcolm@redhat.com>
1927
1928 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
1929
1930 2014-08-25 David Malcolm <dmalcolm@redhat.com>
1931
1932 * rtx-classes-status.txt: Phase 3 (per-file commits within
1933 "config" subdirs) is done; begin phase 4 (removal of
1934 "scaffolding").
1935
1936 2014-08-23 David Malcolm <dmalcolm@redhat.com>
1937
1938 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
1939 dir) is done; begin phase 3 (per-file commits within "config"
1940 subdirs).
1941
1942 2014-08-21 David Malcolm <dmalcolm@redhat.com>
1943
1944 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
1945 phase 2 (per-file commits in main source dir).
1946
1947 2014-08-21 Bin Cheng <bin.cheng@arm.com>
1948
1949 * configure: Regenerated.
1950
1951 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1952
1953 * rtx-classes-status.txt (TODO): Add SET_BND_TO
1954
1955 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1956
1957 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
1958
1959 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1960
1961 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
1962
1963 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1964
1965 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
1966
1967 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1968
1969 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
1970
1971 2014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
1972
1973 * MAINTAINERS (Write After Approval): Add myself.
1974
1975 2014-08-19 Christopher Faylor <me.gnu@cgf.cx>
1976
1977 * MAINTAINERS: Remove myself
1978
1979 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1980
1981 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
1982
1983 2014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
1984
1985 * MAINTAINERS (Write After Approval): Add myself.
1986
1987 2014-08-18 David Malcolm <dmalcolm@redhat.com>
1988
1989 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
1990 SET_BB_HEADER, SET_BB_FOOTER
1991
1992 2014-08-18 David Malcolm <dmalcolm@redhat.com>
1993
1994 * rtx-classes-status.txt: New file
1995
1996 2014-08-18 Roman Gareev <gareevroman@gmail.com>
1997
1998 * configure.ac: Eliminate ClooG installation dependency.
1999 * configure: Regenerate.
2000 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
2001 * Makefile.in: Regenerate.
2002
2003 2014-08-15 Ilya Verbin <iverbin@gmail.com>
2004
2005 * MAINTAINERS (Write After Approval): Add myself.
2006
2007 2014-08-15 Ilya Tocar <tocarip@gmail.com>
2008
2009 * MAINTAINERS (Write After Approval): Add myself.
2010
2011 2014-08-01 Jiong Wang <jiong.wang@arm.com>
2012
2013 * MAINTAINERS (Write After Approval): Add myself.
2014
2015 2014-07-28 Anthony Green <green@moxielogic.com>
2016
2017 Import from savannah.gnu.org:
2018 * config.sub: Update to 2014-07-28 version.
2019
2020 2014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
2021
2022 * MAINTAINERS: Remove my MIPS maintainer entry.
2023
2024 2014-07-26 Uros Bizjak <ubizjak@gmail.com>
2025
2026 PR target/47230
2027 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
2028 * configure: Regenerate.
2029
2030 2014-07-24 James Norris <jnorris@codesourcery.com>
2031
2032 * MAINTAINERS (Write After Approval): Add myself.
2033
2034 2014-07-20 Roman Gareev <gareevroman@gmail.com>
2035
2036 * configure.ac: Accept only CLooG 0.18.1.
2037 * configure: Regenerate.
2038
2039 2014-07-17 Roman Gareev <gareevroman@gmail.com>
2040
2041 * configure.ac: Don't accept isl 0.11.
2042 * configure: Regenerate.
2043
2044 2014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2045
2046 * MAINTAINERS (Write After Approval): Add myself.
2047
2048 2014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2049
2050 * configure.ac: Don't accept isl 0.10.
2051 * configure: Regenerate.
2052
2053 2014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
2054
2055 Fix include path for in-tree cloog.
2056 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
2057 * configure: Regenerate.
2058
2059 2014-06-18 Richard Henderson <rth@redhat.com>
2060
2061 * .gitignore: Import gcc_update output.
2062
2063 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
2064
2065 * config-ml.in: Robustify ac_configure_args parsing.
2066
2067 * configure.ac (--enable-linker-plugin-configure-flags)
2068 (--enable-linker-plugin-flags): New flags.
2069 (configdirs): Conditionally add libiberty-linker-plugin.
2070 * configure: Regenerate.
2071 * Makefile.def (host_modules): Add libiberty-linker-plugin.
2072 (host_modules) <lto-plugin>: Pay attention to
2073 @extra_linker_plugin_flags@ and
2074 @extra_linker_plugin_configure_flags@.
2075 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
2076 * Makefile.in: Regenerate.
2077
2078 * Makefile.tpl (configure-[+prefix+][+module+])
2079 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
2080 "module_srcdir" instead of "module" for locating a module's srcdir.
2081 * Makefile.in: Regenerate.
2082
2083 2014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
2084
2085 * MAINTAINERS (Write After Approval): Add myself.
2086
2087 2014-06-06 Sebastian Pop <sebpop@gmail.com>
2088
2089 * MAINTAINERS: Update my email address.
2090
2091 2014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
2092
2093 * MAINTAINERS (Write After Approval): Add myself.
2094
2095 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
2096
2097 * MAINTAINERS (Write After Approval): Add myself.
2098
2099 2014-05-30 Jonathan Wakely <jwakely@redhat.com>
2100
2101 PR libstdc++/61011
2102 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
2103 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
2104 * configure: Regenerate.
2105
2106 2014-05-28 Pedro Alves <palves@redhat.com>
2107
2108 * MAINTAINERS (Write After Approval): Add myself.
2109
2110 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
2111
2112 * MAINTAINERS: Update my affiliation/email.
2113
2114 2014-05-19 Mike Stump <mikestump@comcast.net>
2115
2116 * MAINTAINERS: Add wide-int reviewers.
2117
2118 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
2119
2120 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
2121 * configure: Regenerated.
2122
2123 2014-05-15 Torvald Riegel <triegel@redhat.com>
2124
2125 * MAINTAINERS (libitm): Add myself as maintainer.
2126
2127 2014-05-07 Charles Baylis <charles.baylis@linaro.org>
2128
2129 * MAINTAINERS (Write After Approval): Add myself.
2130
2131 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
2132
2133 * config.sub, config.guess: Import from upstream.
2134
2135 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
2136
2137 * MAINTAINERS (Write After Approval): Put myself in correct order.
2138
2139 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
2140
2141 * MAINTAINERS (Write After Approval): Add myself.
2142
2143 2014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2144
2145 * MAINTAINERS: Move myself from Reviewers to Write After Approval
2146 section.
2147
2148 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2149
2150 * MAINTAINERS (Write After Approval): Delete myself.
2151
2152 2014-04-17 Jakub Jelinek <jakub@redhat.com>
2153
2154 PR sanitizer/56781
2155 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
2156 and -B* options with -Xcompiler.
2157
2158 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
2159
2160 PR bootstrap/60620
2161 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
2162 * Makefile.in: Regenerate.
2163
2164 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
2165
2166 * Makefile.def (dependencies): Make all-ld depend on all-binutils
2167 for WINDRES_FOR_TARGET in default-manifest.o rule.
2168 * Makefile.in: Regenerate.
2169
2170 2014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
2171
2172 * MAINTAINERS (Write After Approval): Add myself.
2173
2174 2014-03-26 Jakub Jelinek <jakub@redhat.com>
2175
2176 PR sanitizer/56781
2177 * Makefile.def: Set bootstrap=true; for host fixincludes.
2178 * configure.ac: Don't bootstrap host fixincludes unless
2179 --with-build-config=bootstrap-{a,ub}san.
2180 * Makefile.in: Regenerated.
2181 * configure: Regenerated.
2182
2183 2014-03-21 Jakub Jelinek <jakub@redhat.com>
2184
2185 * configure.ac: Move BUILD_CONFIG set up earlier. Add
2186 --enable-vtable-verify option parsing. Don't add
2187 target-libsanitizer to bootstrap_target_libs unless
2188 --with-build-config=bootstrap-asan or
2189 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
2190 to bootstrap_target_libs unless --enable-vtable-verify.
2191 * configure: Regenerated.
2192
2193 2014-03-10 Anatoly Sokolov <aesok@post.ru>
2194
2195 * MAINTAINERS (Write After Approval): Add myself.
2196
2197 2014-03-07 Denis Chertykov <chertykov@gmail.com>
2198
2199 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
2200
2201 2014-03-07 Jakub Jelinek <jakub@redhat.com>
2202
2203 PR bootstrap/58572
2204 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
2205 -I for libstdc++-v3 includes if $(LEAN).
2206 * Makefile.in: Regenerated.
2207
2208 2014-03-04 Jonathan Wakely <jwakely@redhat.com>
2209
2210 * MAINTAINERS: Update my email address.
2211
2212 2014-02-24 Walter Lee <walt@tilera.com>
2213
2214 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
2215 (tilegx-*-*): Change to tilegx*-*-*.
2216 * configure: Regenerate.
2217
2218 2014-02-17 Loren J. Rittle <ljrittle@acm.org>
2219
2220 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
2221
2222 2014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
2223
2224 * MAINTAINERS (Write After Approval): Add myself.
2225
2226 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2227
2228 PR target/59788
2229 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
2230 *solaris2*.
2231
2232 2014-01-21 John David Anglin <danglin@gcc.gnu.org>
2233
2234 * MAINTAINERS: Update my email address.
2235
2236 2014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
2237
2238 * MAINTAINERS: Convert to UTF-8.
2239 Properly sort Xinliang David Li's entry.
2240
2241 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
2242 Sandra Loosemore <sandra@codesourcery.com>
2243
2244 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
2245 nios2 port maintainers.
2246
2247 2013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
2248
2249 * MAINTAINERS (Write After Approval): Add myself.
2250
2251 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2252
2253 * configure.ac: Add user-friendly check for native x86_64-linux
2254 multilibs.
2255 * configure: Regenerate.
2256
2257 2013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
2258
2259 * MAINTAINERS: Add myself as sh maintainer.
2260
2261 2013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2262
2263 * MAINTAINERS: Add self as SLSR maintainer.
2264
2265 2013-11-18 Jan Hubicka <hubicka@ucw.cz>
2266
2267 * MAINTAINERS: Update my email address.
2268
2269 2013-11-15 David Edelsohn <dje.gcc@gmail.com>
2270
2271 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
2272
2273 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
2274
2275 * Makefile.in: Regenerate.
2276
2277 * Makefile.tpl: Fix typo.
2278 * Makefile.in: Regenerate partially.
2279
2280 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
2281
2282 * configure.ac: Added libcilkrts to noconfig list when C++ is not
2283 supported.
2284 * configure: Regenerated.
2285
2286 2013-11-01 Trevor Saunders <tsaunders@mozilla.com>
2287
2288 * MAINTAINERS (Write After Approval): Add myself.
2289
2290 2013-10-30 Jason Merrill <jason@redhat.com>
2291
2292 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
2293 --disable-build-format-warnings.
2294
2295 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
2296
2297 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
2298 depend on libstdc++ and libgcc.
2299 * configure: Regenerate.
2300 * configure.ac: Added libcilkrts to target binaries. Also, restrict
2301 libcilkrts for POSIX and i*86, and x86_64 architectures.
2302 * Makefile.in: Added libcilkrts related fields to support building it.
2303
2304 2013-10-26 Jeff Law <law@redhat.com>
2305
2306 * Makefile.def (target_modules): Remove libmudflap
2307 (languages): Remove check-target-libmudflap).
2308 * Makefile.in: Rebuilt.
2309 * Makefile.tpl (check-target-libmudflap-c++): Remove.
2310 * configure.ac (target_libraries): Remove target-libmudflap.
2311 Remove checks which disabled libmudflap on some systems.
2312 * configure: Rebuilt.
2313 * libmudflap: Directory removed.
2314
2315 2013-10-21 Cong Hou <congh@google.com>
2316
2317 * MAINTAINERS (Write After Approval): Add myself.
2318
2319 2013-10-16 Mike Stump <mikestump@comcast.net>
2320
2321 * .dir-locals.el: Add.
2322
2323 2013-10-15 David Malcolm <dmalcolm@redhat.com>
2324
2325 * configure.ac: Add --enable-host-shared
2326 * configure: Regenerate.
2327
2328 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
2329
2330 Import from savannah.gnu.org:
2331 * config.guess: Update to 2013-06-10 version.
2332 * config.sub: Update to 2013-10-01 version.
2333
2334 2013-10-01 Simon Cook <simon.cook@embecosm.com>
2335
2336 Changes to build configuration to allow big endian ARC ELF toolchain
2337 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
2338 * configure: Regenerate.
2339
2340 2013-09-20 Alan Modra <amodra@gmail.com>
2341
2342 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
2343 ppc host match. Support little-endian powerpc linux hosts.
2344
2345 2013-09-19 Dodji Seketeli <dodji@redhat.com>
2346
2347 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
2348 maintainer.
2349
2350 2013-09-12 DJ Delorie <dj@redhat.com>
2351
2352 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
2353 maintainers.
2354
2355 2013-09-03 Richard Biener <rguenther@suse.de>
2356
2357 * configure.ac: Also allow ISL 0.12.
2358 * configure: Regenerated.
2359
2360 2013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
2361
2362 * MAINTAINERS (Write After Approval): Add myself.
2363
2364 2013-08-27 David Malcolm <dmalcolm@redhat.com>
2365
2366 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
2367
2368 2013-08-26 Caroline Tice <cmtice@google.com>
2369
2370 * MAINTAINERS: Correct earliers update: Move myself from libvtv
2371 "Various Reviewers" to libvtv "Various Maintainers".
2372
2373 2013-08-20 Steven Bosscher <steven@gcc.gnu.org>
2374
2375 * MAINTAINERS: Add myself as RTL optimizers reviewer.
2376
2377 2013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
2378
2379 * MAINTAINERS: Update name, email.
2380
2381 2013-08-13 Adam Butcher <adam@jessamine.co.uk>
2382
2383 * MAINTAINERS (Write After Approval): Add myself.
2384
2385 2013-08-12 Caroline Tice <cmtice@google.com>
2386
2387 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
2388 address in the Write After Approval section.
2389
2390 2013-08-09 Carlos O'Donell <carlos@redhat.com>
2391
2392 * MAINTAINERS (Write After Approval): Update email.
2393
2394 2013-08-08 Benjamin Kosnik <bkoz@redhat.com>
2395
2396 * configure.ac: Adjust to check VTV_SUPPORTED.
2397 * configure: Regenerated.
2398
2399 2013-08-02 Caroline Tice <cmtice@google.com>
2400
2401 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
2402 on non-linux systems; add target-libvtv to noconfigdirs; add
2403 libsupc++/.libs to C++ library search paths.
2404 * configure: Regenerated.
2405 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
2406 libstdc++ and libgcc.
2407 * Makefile.in: Regenerated.
2408
2409 2013-07-19 Yvan Roux <yvan.roux@linaro.org>
2410
2411 * MAINTAINERS (Write After Approval): Add myself.
2412
2413 2013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
2414 Shiva Chen <shiva0217@gmail.com>
2415
2416 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
2417 nds32 port maintainers.
2418
2419 2013-07-17 Tim Shen <timshen91@gmail.com>
2420
2421 * MAINTAINERS (Write After Approval): Add myself.
2422
2423 2013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2424
2425 * configure.ac: Sync from binutils.
2426 * configure: Regenerate.
2427
2428 2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
2429
2430 * MAINTAINERS (Write After Approval): Add myself.
2431
2432 2013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
2433
2434 * MAINTAINERS (Write After Approval): Add myself.
2435
2436 2013-05-17 David Malcolm <dmalcolm@redhat.com>
2437
2438 * MAINTAINERS (Write After Approval): Add myself.
2439
2440 2013-04-30 Brooks Moses <bmoses@google.com>
2441
2442 * MAINTAINERS: Update my email; move myself from Fortran
2443 reviewer to Write After Approval.
2444
2445 2013-04-16 Andreas Schwab <schwab@suse.de>
2446
2447 * configure.ac (aarch64-*-*): Don't disable java.
2448 * configure: Regenerate.
2449
2450 2013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
2451
2452 * MAINTAINERS (Write After Approval): Add myself.
2453
2454 2013-03-30 Matthias Klose <doko@ubuntu.com>
2455
2456 * Makefile.def (target_modules): Don't install libffi.
2457 * Makefile.in: Regenerate.
2458
2459 2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
2460
2461 * MAINTAINERS (Write After Approval): Add myself.
2462
2463 2013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
2464
2465 * MAINTAINERS (Write After Approval): Add myself.
2466
2467 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
2468
2469 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
2470 * configure: Regenerated.
2471
2472 2013-02-05 Ian Lance Taylor <iant@google.com>
2473
2474 PR go/55969
2475 * configure.ac: Disable libgo on some systems where it does not
2476 work.
2477
2478 2013-02-04 David Edelsohn <dje.gcc@gmail.com>
2479
2480 * MAINTAINERS: Explicitly add myself as AIX maintainer.
2481 Remove Geoff Keating as rs6000 port maintainer, at his request.
2482
2483 2013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
2484
2485 * MAINTAINERS: Update my email.
2486
2487 2013-01-23 Shenghou Ma <minux.ma@gmail.com>
2488
2489 * configure: Re-generate.
2490
2491 2013-01-15 Richard Biener <rguenther@suse.de>
2492
2493 PR other/55973
2494 * configure: Re-generate.
2495
2496 2013-01-14 Matthias Klose <doko@ubuntu.com>
2497
2498 * Makefile.def (install-target-libsanitizer): Depend on
2499 install-target-libstdc++-v3.
2500 * Makefile.in: Regenerate.
2501
2502 2013-01-14 Richard Biener <rguenther@suse.de>
2503
2504 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
2505 * configure: Re-generate
2506
2507 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2508
2509 * config.sub: Update from config repo.
2510
2511 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
2512
2513 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
2514 * Makefile.in: Regenerate.
2515
2516 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
2517
2518 * MAINTAINERS (arc): Add new port maintainership for myself.
2519
2520 2013-01-09 Jason Merrill <jason@redhat.com>
2521
2522 * .gitignore: Import from gdb repository.
2523
2524 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
2525
2526 * Makefile.def (configure-gcc): Depend on all-gmp.
2527 (all-gcc): Remove dependency on all-gmp.
2528 * Makefile.in: Regenerated.
2529
2530 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2531
2532 * config.sub: Merge from config repo.
2533 * config.guess: Ditto.
2534
2535 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2536
2537 * Makefile.def: Merge from binutils.
2538 * Makefile.in: Ditto.
2539
2540 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
2541
2542 * MAINTAINERS: Update my email.
2543
2544 2012-12-29 Ben Elliston <bje@gnu.org>
2545
2546 * config.guess: Update to 2012-12-29 version.
2547 * config.sub: Likewise.
2548
2549 2012-12-20 Matthias Klose <doko@ubuntu.com>
2550
2551 * Makefile.def (install-target-libgfortran): Depend on
2552 install-target-libquadmath, install-target-libgcc.
2553 (install-target-libsanitizer): Depend on install-target-libgcc.
2554 (install-target-libjava): Depend on install-target-libgcc.
2555 (install-target-libitm): Depend on install-target-libgcc.
2556 (install-target-libobjc): Depend on install-target-libgcc.
2557 (install-target-libstdc++-v3): Depend on install-target-libgcc.
2558 * Makefile.in: Regenerate.
2559
2560 2012-12-19 Matthias Klose <doko@ubuntu.com>
2561
2562 * Makefile.def (install-target-libgo): Depend on
2563 install-target-libatomic.
2564 * Makefile.in: Regenerate.
2565
2566 2012-12-18 Andreas Schwab <schwab@linux-m68k.org>
2567
2568 PR go/55201
2569 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
2570 * Makefile.in: Regenerate.
2571
2572 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
2573
2574 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
2575 * configure: Regenerate.
2576
2577 2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2578
2579 * config.sub: Merge from config repo.
2580
2581 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
2582
2583 * Makefile.def (target_modules): Add bootstrap=true and
2584 raw_cxx=true to libsanitizer.
2585 * configure.ac (bootstrap_target_libs): Add libsanitizer.
2586 * Makefile.in: Regenerated.
2587 * configure: Likewise.
2588
2589 2012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
2590
2591 * MAINTAINERS: Remove self as RTL optimization maintainer.
2592
2593 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2594
2595 * MAINTAINERS (Write After Approval): Add myself.
2596
2597 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
2598
2599 * Makefile.def (target_modules): Remove bootstrap=true and
2600 raw_cxx=true from libsanitizer.
2601 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
2602 * Makefile.in: Regenerated.
2603 * configure: Likewise.
2604
2605 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
2606
2607 * Makefile.def (target_modules): Add bootstrap=true and
2608 raw_cxx=true to libsanitizer.
2609 * configure.ac (bootstrap_target_libs): Add libsanitizer.
2610 * Makefile.in: Regenerated.
2611 * configure: Likewise.
2612
2613 2012-11-28 Andrew Pinski <apinski@cavium.com>
2614
2615 PR bootstrap/54279
2616 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
2617 * configure: Regenerate.
2618 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
2619 * Makefile.in: Regenerate.
2620
2621 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2622
2623 * configure.ac: Disable libsanitizer if we're not building C++.
2624 * configure: Regenerate.
2625
2626 2012-11-15 Roland McGrath <roland@hack.frob.com>
2627
2628 * MAINTAINERS (Write After Approval): Add myself.
2629
2630 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
2631
2632 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
2633 Kostya Serebryany (kcc@google.com) and
2634 Jakub Jelinek (jakub@redhat.com).
2635 Rename area for Dodji Seketeli (dodji@redhat.com).
2636
2637 2012-11-15 Dodji Seketeli <dodji@redhat.com>
2638
2639 * MAINTAINERS: (asan.c, related): Add myself.
2640
2641 2012-11-14 Roland McGrath <mcgrathr@google.com>
2642
2643 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
2644 * configure: Regenerate.
2645
2646 2012-11-13 Richard Henderson <rth@redhat.com>
2647
2648 * configure.ac: Move libsanitizer logic to subdirectory.
2649 * configure: Regenerate.
2650
2651 2012-11-13 Dodji Seketeli <dodji@redhat.com>
2652
2653 * configure.ac: Enable libsanitizer just on x86 linux for now.
2654 * configure: Re-generate.
2655
2656 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
2657
2658 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
2659 sections.
2660 * configure: Regenerate.
2661
2662 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
2663
2664 * configure.ac: Add section for configdirs for libsanitizer.
2665 Disable for cris-*-* and mmix-*-*.
2666 * configure: Regenerate.
2667
2668 2012-11-12 Wei Mi <wmi@google.com>
2669
2670 * configure.ac: Add libsanitizer to target_libraries.
2671 * Makefile.def: Ditto.
2672 * configure: Regenerate.
2673 * Makefile.in: Regenerate.
2674 * libsanitizer: New directory for asan runtime. Contains an empty
2675 tsan directory.
2676
2677 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
2678
2679 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
2680 against Mingw64 w32api.
2681 * configure: Regenerate.
2682
2683 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
2684
2685 * configure: Regenerated.
2686
2687 2012-11-03 Robert Mason <rbmj@verizon.net>
2688
2689 * configure.ac: add --disable-libstdcxx configure option
2690 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
2691
2692 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
2693
2694 * MAINTAINERS (Write After Approval): Add myself.
2695
2696 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
2697
2698 * MAINTAINERS (Write After Approval): Add myself.
2699
2700 2012-10-24 Sharad Singhai <singhai@google.com>
2701
2702 * MAINTAINERS (Write After Approval): Add myself.
2703
2704 2012-10-24 Eric Christopher <echristo@gmail.com>
2705
2706 * MAINTAINERS: Update email address.
2707
2708 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
2709
2710 PR bootstrap/54820
2711 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
2712 * configure: Regenerate.
2713
2714 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
2715
2716 * MAINTAINERS (aarch64): Add Marcus and myself.
2717
2718 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
2719
2720 PR bootstrap/54820
2721 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
2722 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
2723 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2724 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2725 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
2726 * Makefile.in: Regenerate.
2727 * configure.ac (have_static_libs): New variable and associated check.
2728 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
2729 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
2730 * configure: Regenerate.
2731
2732 2012-10-10 Richard Biener <rguenther@suse.de>
2733
2734 * MAINTAINERS: Adjust for changed surname.
2735
2736 2012-10-04 Lawrence Crowl <crowl@google.com>
2737
2738 * MAINTAINERS (Write After Approval): Add myself.
2739
2740 2012-10-01 Cary Coutant <ccoutant@google.com>
2741
2742 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
2743
2744 2012-09-28 Ian Lance Taylor <iant@google.com>
2745
2746 * Makefile.def: Make all-target-libgo depend on
2747 all-target-libbacktrace.
2748 * Makefile.in: Rebuild.
2749
2750 2012-09-26 Ian Lance Taylor <iant@google.com>
2751
2752 * Makefile.def: Make all-gcc depend on all-libbacktrace.
2753 * Makefile.in: Rebuild.
2754
2755 2012-09-20 Walter Lee <walt@tilera.com>
2756
2757 * configure.ac: Add tilegx to list of targets that support gold.
2758 * configure: Regenerate.
2759
2760 2012-09-20 Marek Polacek <polacek@redhat.com>
2761
2762 * MAINTAINERS (Write After Approval): Add myself.
2763
2764 2012-09-19 Steve Ellcey <sellcey@mips.com>
2765
2766 * configure.ac: Add mips*-mti-elf* target.
2767 * configure: Regenerate.
2768
2769 2012-09-17 Ian Lance Taylor <iant@google.com>
2770
2771 * MAINTAINERS (Various Maintainers): Add libbacktrace.
2772 * configure.ac (host_libs): Add libbacktrace.
2773 (target_libraries): Add libbacktrace.
2774 * Makefile.def (host_modules): Add libbacktrace.
2775 (target_modules): Likewise.
2776 * configure, Makefile.in: Rebuild.
2777
2778 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
2779
2780 PR target/38607
2781 Merge upstream change.
2782 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
2783
2784 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
2785 Add libgomp*.o to compare_exclusions for AIX.
2786 * configure: Regenerate.
2787
2788 2012-09-06 Diego Novillo <dnovillo@google.com>
2789
2790 * configure.ac: Bump minimum GMP version to 4.2.3.
2791 * configure: Re-generate.
2792
2793 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
2794
2795 PR target/54461
2796 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
2797 target-libgloss if not configured --with-avrlibc=no.
2798 * configure: Regenerate.
2799
2800 2012-09-04 Jason Merrill <jason@redhat.com>
2801
2802 * configure.ac: Fix --enable-languages=all.
2803
2804 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
2805
2806 * MAINTAINERS (Write After Approval): Add myself.
2807
2808 2012-09-03 Richard Guenther <rguenther@suse.de>
2809
2810 PR bootstrap/54138
2811 * configure.ac: Re-organize ISL / CLOOG checks to allow
2812 disabling with either --without-isl or --without-cloog.
2813 * configure: Regenerated.
2814
2815 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
2816
2817 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
2818 * configure: Regenerate.
2819
2820 2012-08-27 Ulrich Drepper <drepper@gmail.com>
2821
2822 * MAINTAINERS: Fix my email address.
2823
2824 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
2825
2826 PR binutils/4970
2827 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
2828 and opcodes.
2829 * Makefile.in: Regenerated.
2830
2831 2012-08-26 Art Haas <ahaas@impactweather.com>
2832
2833 * configure: Regenerate.
2834
2835 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
2836
2837 * INSTALL/README: Also refer to the online installation
2838 instructions.
2839
2840 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2841
2842 * MAINTAINERS (Write After Approval): Add myself.
2843 (Picochip port): Remove myself.
2844
2845 2012-08-14 Diego Novillo <dnovillo@google.com>
2846
2847 Merge from cxx-conversion branch.
2848
2849 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
2850 POSTSTAGE1_CONFIGURE_FLAGS.
2851 * Makefile.in: Regenerate.
2852 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
2853 Force C++ when bootstrapping.
2854 * configure: Regenerate.
2855
2856 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2857
2858 * MAINTAINERS (Write After Approval): Add myself.
2859
2860 2012-07-16 Joseph Myers <joseph@codesourcery.com>
2861
2862 * README: Document use of ranges of years in copyright notices.
2863
2864 2012-07-06 Richard Guenther <rguenther@suse.de>
2865
2866 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
2867 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
2868 --with-gmp=system.
2869 * Makefile.in: Regenerated.
2870 * configure: Likewise.
2871
2872 2012-07-06 Richard Guenther <rguenther@suse.de>
2873
2874 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
2875 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
2876 supply V=1 as extra_make_flags.
2877 * configure: Regenerated.
2878 * Makefile.in: Likewise.
2879
2880 2012-07-04 Tristan Gingold <gingold@adacore.com>
2881
2882 * configure: Regenerate.
2883
2884 2012-07-03 Richard Guenther <rguenther@suse.de>
2885
2886 * Makfile.def (isl): Remove not necessary extra_exports and
2887 extra_make_flags.
2888 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
2889 * Makefile.in: Regenerated.
2890
2891 2012-07-03 Richard Guenther <rguenther@suse.de>
2892
2893 * Makefile.def (cloog): Add V=1 to extra_make_flags.
2894 * configure.ac: If either the ISL or the CLooG check failed
2895 do not try to build in-tree versions.
2896 * Makefile.in: Regenerated.
2897 * configure: Regenerated.
2898
2899 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2900
2901 * configure: Regenerate.
2902
2903 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
2904
2905 * MAINTAINERS (Various Maintainers): Add myself as testsuite
2906 maintainer.
2907
2908 2012-07-02 Richard Guenther <rguenther@suse.de>
2909
2910 * configure: Regenerated.
2911
2912 2012-07-02 Richard Guenther <rguenther@suse.de>
2913 Michael Matz <matz@suse.de>
2914 Tobias Grosser <tobias@grosser.es>
2915 Sebastian Pop <sebpop@gmail.com>
2916
2917 * Makefile.def: Add ISL host module, remove PPL host module.
2918 Adjust ClooG host module to use the proper ISL.
2919 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
2920 * configure.ac: Include config/isl.m4. Add ISL host library,
2921 remove PPL. Remove PPL configury, add ISL configury, adjust
2922 ClooG configury.
2923 * Makefile.in: Regenerated.
2924 * configure: Likewise.
2925
2926 2012-07-02 Richard Guenther <rguenther@suse.de>
2927
2928 Merge from graphite branch
2929 2011-07-21 Tobias Grosser <tobias@grosser.es>
2930
2931 * configure: Regenerated.
2932 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
2933 both cloog.org and legacy versions. The only supported version will
2934 be CLooG with the isl backend.
2935
2936 2011-07-21 Tobias Grosser <tobias@grosser.es>
2937
2938 * configure: Regenerated.
2939 * configure.ac: Require cloog isl 0.17.0
2940
2941 2011-07-21 Tobias Grosser <tobias@grosser.es>
2942
2943 * configure: Regenerated.
2944 * config/cloog.m4: Do not define CLOOG_ORG
2945
2946 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
2947
2948 * configure.ac: Skip C if explicitly selected.
2949 * configure: Regenerate.
2950
2951 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
2952
2953 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
2954 they contain -O2.
2955 * configure: Regenerate.
2956
2957 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
2958
2959 PR debug/53740
2960 * df.h, df-problems.c, dce.c: Revert last patch.
2961
2962 2012-06-25 Iain Sandoe <iain@codesourcery.com>
2963
2964 * MAINTAINERS (Write After Approval): Update my email address.
2965
2966 2012-06-21 Meador Inge <meadori@codesourcery.com>
2967
2968 * MAINTAINERS (Write After Approval): Add myself.
2969
2970 2012-06-20 Jason Merrill <jason@redhat.com>
2971
2972 * Makefile.tpl (check-target-libgomp-c++): New.
2973 (check-target-libitm-c++): New.
2974 * Makefile.def (c++): Add them.
2975 * Makefile.in: Regenerate.
2976
2977 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
2978
2979 * MAINTAINERS (Write After Approval): Add myself.
2980
2981 2012-05-16 Olivier Hainque <hainque@adacore.com>
2982
2983 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
2984 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
2985 (install-no-fixedincludes): Adjust accordingly.
2986 * Makefile.in: Regenerate.
2987
2988 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
2989
2990 Merge upstream change
2991 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
2992
2993 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
2994
2995 * MAINTAINERS (Write After Approval): Add myself.
2996
2997 2012-05-09 Nick Clifton <nickc@redhat.com>
2998 Paul Smith <psmith@gnu.org>
2999
3000 PR bootstrap/50461
3001 * configure.ac (mpfr-dir): When using in-tree MPFR sources
3002 allow for the fact that from release v3.1.0 of MPFR the source
3003 files were moved into a src sub-directory.
3004 * configure: Regenerate.
3005
3006 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
3007
3008 * configure.ac: Bump minimum MPFR version to 2.4.0.
3009 * configure: Regenerated.
3010
3011 2012-05-01 Richard Henderson <rth@redhat.com>
3012
3013 * Makefile.def (libatomic): New target_module.
3014 * configure.ac (target_libraries): Add libatomic.
3015 (noconfigdirs): Check if libatomic is supported.
3016 * Makefile.in, configure: Rebuild.
3017
3018 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
3019
3020 * MAINTAINERS (Write After Approval): Add myself.
3021
3022 2012-04-25 Joel Brobecker <brobecker@adacore.com>
3023
3024 * config.sub: Update to 2012-04-18 version from official repo.
3025
3026 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
3027
3028 * MAINTAINERS (Write After Approval): Add myself.
3029
3030 2012-04-11 Steve Ellcey <sellcey@mips.com>
3031
3032 * MAINTAINERS: Changed email address.
3033
3034 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
3035
3036 PR target/52737
3037 * contrib/gcc_update (files_and_dependencies):
3038 Remove gcc/config/avr/t-multilib from touch data.
3039
3040 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3041
3042 * MAINTAINERS (OS Port Maintainers): Remove irix.
3043 * configure.ac (enable_libgomp): Remove *-*-irix6*.
3044 (unsupported_languages): Remove mips-sgi-irix6.*.
3045 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
3046 (with_stabs): Remove.
3047 * configure: Regenerate.
3048
3049 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3050
3051 * MAINTAINERS (OS Port Maintainers): Remove osf.
3052 * configure.ac (enable_libgomp): Remove *-*-osf*.
3053 (with_stabs): Remove alpha*-*-osf*.
3054 * configure: Regenerate.
3055
3056 2012-03-05 Tristan Gingold <gingold@adacore.com>
3057
3058 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
3059 * configure: Regenerate.
3060
3061 2012-02-17 Walter Lee <walt@tilera.com>
3062
3063 * MAINTAINERS: (Write After Approval): Delete myself.
3064
3065 2012-02-14 Walter Lee <walt@tilera.com>
3066
3067 * MAINTAINERS (tilegx port): Add myself.
3068 (tilepro port): Add myself.
3069 (Write After Approval): Add myself.
3070
3071 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
3072
3073 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
3074 and Joseph Myers as docstring relicensing maintainers.
3075
3076 2012-02-09 Bin Cheng <bin.cheng@arm.com>
3077
3078 * MAINTAINERS (write-after-approval): Add myself.
3079
3080 2012-02-08 Ira Rosen <irar@il.ibm.com>
3081
3082 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
3083 maintainer.
3084
3085 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
3086
3087 * MAINTAINERS (Write After Approval): Move myself to
3088 maintain alphabetical order.
3089
3090 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
3091
3092 * MAINTAINERS (Write After Approval): Add myself.
3093
3094 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
3095
3096 * MAINTAINERS (Write After Approval): Add myself.
3097
3098 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
3099 Jayant R Sonar <jayant.sonar@kpitcummins.com>
3100
3101 * configure.ac (cr16-*-*): Remove nonconfigdirs.
3102 * configure: Regenerate.
3103
3104 2012-01-23 Harshit Chopra <harshit@google.com>
3105
3106 * MAINTAINERS (Write After Approval): Add myself.
3107
3108 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
3109
3110 * configure.ac: Remove reference to mh-interix.
3111 * configure: Regenerate.
3112
3113 2012-01-05 Richard Henderson <rth@redhat.com>
3114
3115 PR bootstrap/51072
3116 * configure.ac: Disable libitm if c++ is not enabled.
3117 * configure: Rebuild.
3118
3119 * configure.ac: Fix regexp for same.
3120 * configure: Rebuild.
3121
3122 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
3123
3124 * MAINTAINERS (Write After Approval): Add myself.
3125
3126 2012-01-02 Richard Guenther <rguenther@suse.de>
3127
3128 PR bootstrap/51686
3129 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
3130 * Makefile.in: Regenerate.
3131
3132 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
3133
3134 * MAINTAINERS (Write After Approval): Add myself.
3135
3136 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
3137
3138 * configure: Regenerate.
3139
3140 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
3141
3142 * MAINTAINERS (picochip): Changed email address.
3143
3144 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3145
3146 * MAINTAINERS (write-after-approval): Add self.
3147
3148 2011-11-29 DJ Delorie <dj@redhat.com>
3149
3150 * configure.ac (rl78-*-*) New case.
3151 * configure: Regenerate.
3152 * MAINTAINERS: Add myself as RL78 maintainer.
3153
3154 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
3155
3156 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
3157
3158 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
3159
3160 * libtool.m4: Additional FreeBSD 10 fixes.
3161
3162 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
3163
3164 * MAINTAINERS: Move myself from Write After Approval to CPU Port
3165 Maintainers section, as Epiphany maintainer.
3166
3167 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
3168
3169 PR target/49992
3170 * configure.ac: Remove ranlib special-casing for Darwin.
3171 * configure: Regenerate.
3172
3173 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
3174
3175 * MAINTAINERS (Reviewers): Keep the list sorted.
3176
3177 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
3178
3179 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
3180
3181 2011-11-09 Roland McGrath <mcgrathr@google.com>
3182
3183 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
3184 * configure: Rebuild.
3185 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
3186 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
3187 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
3188 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
3189 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
3190 Add READELF.
3191 * Makefile.in: Rebuild.
3192
3193 2011-11-09 Jason Merrill <jason@redhat.com>
3194
3195 * Makefile.def (language=c++): Remove check-c++0x.
3196 * Makefile.in (check-gcc-c++): Regenerate.
3197
3198 2011-11-08 Richard Henderson <rth@redhat.com>
3199
3200 * configure.ac: Test for libitm directory present first.
3201
3202 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
3203
3204 * configure.ac: Test libitm/configure.tgt to disable libitm.
3205 * configure: Rebuild.
3206
3207 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
3208 Richard Henderson <rth@redhat.com>
3209
3210 Merged from transactional-memory.
3211
3212 * Makefile.def (lang_env_dependencies): libitm is c++.
3213 Add libitm target module.
3214 * configure.ac: Likewise.
3215 * config/mmap.m4: New file.
3216 * contrib/gcc_update: Add libitm to touch data.
3217 * Makefile.in, configure: Rebuild.
3218
3219 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3220
3221 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
3222 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
3223 * Makefile.in: Regenerate.
3224
3225 2011-11-01 DJ Delorie <dj@redhat.com>
3226
3227 * config.sub: Update to version 2011-10-29 (added rl78)
3228
3229 2011-10-27 Nick Clifton <nickc@redhat.com>
3230
3231 * config.sub: Import these changes from the config project:
3232
3233 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
3234 Ben Elliston <bje@gnu.org>
3235
3236 * config.sub (epiphany): New.
3237
3238 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
3239 Ben Elliston <bje@gnu.org>
3240
3241 * config.sub (hexagon, hexagon-*): New.
3242
3243 2011-08-23 Roland McGrath <mcgrathr@google.com>
3244
3245 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
3246 64eb to be64.
3247
3248 2011-08-16 Roland McGrath <mcgrathr@google.com>
3249
3250 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
3251 (nacl): Grok as alias for 32el-unknown-nacl.
3252
3253 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
3254
3255 * MAINTAINERS (Write After Approval): Add myself.
3256
3257 2011-10-24 Teresa Johnson <tejohnson@google.com>
3258
3259 * MAINTAINERS (Write After Approval): Add myself.
3260
3261 2011-09-21 Jakub Jelinek <jakub@redhat.com>
3262
3263 * MAINTAINERS (sparc port): Remove myself.
3264
3265 2011-09-14 Tom de Vries <tom@codesourcery.com>
3266
3267 * MAINTAINERS (Write After Approval): Add myself.
3268
3269 2011-08-14 Yao Qi <yao@codesourcery.com>
3270
3271 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
3272 * configure: Regenerate.
3273
3274 2011-07-26 Ian Lance Taylor <iant@google.com>
3275
3276 * configure.ac: Set have_compiler based on whether gcc directory
3277 exists, rather than on whether gcc is in configdirs.
3278 * configure: Rebuild.
3279
3280 2011-07-21 Joseph Myers <joseph@codesourcery.com>
3281
3282 * MAINTAINERS (Global Reviewers): Add self.
3283
3284 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
3285
3286 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
3287 link directories.
3288 * Makefile.in: Rebuild.
3289
3290 2011-07-20 Ian Lance Taylor <iant@google.com>
3291
3292 PR bootstrap/49787
3293 * configure.ac: Move --enable-bootstrap handling earlier in file.
3294 If --enable-bootstrap and either --enable-build-with-cxx or
3295 --enable-build-poststage1-with-cxx, enable C++ automatically.
3296 * configure: Rebuild.
3297
3298 2011-07-19 Ian Lance Taylor <iant@google.com>
3299
3300 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
3301 make C++ a boot_language. Set and substitute
3302 POSTSTAGE1_CONFIGURE_FLAGS.
3303 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
3304 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
3305 * configure, Makefile.in: Rebuild.
3306
3307 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
3308
3309 * MAINTAINERS (Register Allocation): Move myself from reviewers to
3310 maintainers.
3311
3312 2011-07-18 Jakub Jelinek <jakub@redhat.com>
3313
3314 * MAINTAINERS (Global Reviewers): Add myself.
3315
3316 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3317
3318 * configure: Regenerate.
3319
3320 2011-07-16 Jason Merrill <jason@redhat.com>
3321
3322 * Makefile.def (language=c++): Add check-c++0x and
3323 check-target-libmudflap-c++.
3324 * Makefile.tpl (check-target-libmudflap-c++): New.
3325 * Makefile.in: Regenerate.
3326
3327 2011-07-16 Matthias Klose <doko@ubuntu.com>
3328
3329 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
3330 * Makefile.def (target_modules/libjava): Pass
3331 $(EXTRA_CONFIGARGS_LIBJAVA).
3332 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
3333 if not configured with --enable-static-libjava.
3334 * Makefile.in: Regenerate.
3335 * configure: Likewise.
3336
3337 2011-07-15 Jason Merrill <jason@redhat.com>
3338
3339 * Makefile.in (check-c++): Move check-gcc-c++0x after
3340 check-target-libstdc++-v3.
3341
3342 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
3343
3344 * MAINTAINERS (c6x port): New entry.
3345
3346 2011-07-13 Jason Merrill <jason@redhat.com>
3347
3348 * Makefile.in (check-gcc-c++0x): New.
3349 (check-c++): Depend on it.
3350
3351 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3352
3353 PR target/39150
3354 * configure.ac (i[3456789]86-*-solaris2*): Also accept
3355 x86_64-*-solaris2.1[0-9]*.
3356 * configure: Regenerate.
3357
3358 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
3359
3360 * MAINTAINERS (RTL optimizers): Add self.
3361
3362 2011-06-27 Gabriel Charette <gchare@google.com>
3363
3364 * MAINTAINERS (Write After Approval): Add myself.
3365
3366 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
3367
3368 PR regression/47836
3369 PR bootstrap/23656
3370 PR other/47733
3371 PR bootstrap/49247
3372 PR c/48825
3373 * configure.ac (target_libraries): Remove target-libiberty.
3374 Remove case-statement setting skipdirs=target-libiberty for
3375 multiple targets. Remove checking target_configdirs and
3376 removing target-libiberty but keeping target-libgcc if
3377 otherwise empty.
3378 * Makefile.def (target_modules): Don't add libiberty.
3379 (dependencies): Remove all traces of target-libiberty.
3380 * configure, Makefile.in: Regenerate.
3381
3382 2011-06-13 Walter Lee <walt@tilera.com>
3383
3384 * configure.ac (tilepro-*-*) New case.
3385 (tilegx-*-*): Likewise.
3386 * configure: Regenerate.
3387
3388 2011-06-06 Jing Yu <jingyu@google.com>
3389
3390 * configure.ac: Skip target-libiberty for
3391 arm*-*-linux-androideabi.
3392 * configure: Regenerated.
3393
3394 2011-06-06 Nick Clifton <nickc@redhat.com>
3395
3396 * config.sub: Sync from upstream.
3397
3398 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
3399
3400 * MAINTAINERS (Write After Approval): Add myself.
3401
3402 2011-06-01 Daniel Jacobowitz <drow@false.org>
3403
3404 * MAINTAINERS: Update my email address.
3405
3406 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
3407
3408 * MAINTAINERS (Write After Approval): Update my email address.
3409
3410 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
3411
3412 * MAINTAINERS (Write After Approval): Add myself.
3413
3414 2011-05-08 Doug Kwan <dougkwan@google.com>
3415
3416 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
3417 * configure: Regenerated.
3418 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
3419 value from configure.
3420 * Makefile.in: Regenerated.
3421
3422 2011-05-05 Joseph Myers <joseph@codesourcery.com>
3423
3424 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
3425 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
3426 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
3427 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
3428 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
3429 *-*-vxworks*): Disable newlib and libgloss in separate case
3430 statement.
3431 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
3432 to separate case statement.
3433 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3434 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
3435 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
3436 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
3437 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
3438 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
3439 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
3440 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
3441 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
3442 i[[3456789]]86-*-rdos*, m32r-*-*,
3443 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
3444 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
3445 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
3446 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
3447 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
3448 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
3449 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
3450 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
3451 and libgloss in main case over targets. Remove most empty cases
3452 in main case over targets.
3453 * configure: Regenerate.
3454
3455 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
3456
3457 * MAINTAINERS (Write After Approval): Add myself.
3458
3459 2011-05-04 Joseph Myers <joseph@codesourcery.com>
3460
3461 * configure.ac: Remove code setting special library locations for
3462 hppa*64*-*-hpux11*. Remove code setting compiler for
3463 sparc-sun-solaris2*.
3464 * configure: Regenerate.
3465
3466 2011-05-04 Joseph Myers <joseph@codesourcery.com>
3467
3468 * configure.ac: Separate libgloss_dir settings from general case
3469 over targets.
3470 * configure: Regenerate.
3471
3472 2011-04-28 Joseph Myers <joseph@codesourcery.com>
3473
3474 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3475 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
3476 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
3477 cases in libgcj-disabling case statement.
3478 (hppa*64*-*-linux*): Set unsupported_languages instead of
3479 disabling target-zlib.
3480 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
3481 to hppa*64*-*-hpux*.
3482 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
3483 hppa*-*-hpux*.
3484 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
3485 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
3486 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
3487 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
3488 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
3489 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
3490 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
3491 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
3492 libgcj-disabling case statement.
3493 * configure: Regenerate.
3494
3495 2011-04-28 Joseph Myers <joseph@codesourcery.com>
3496
3497 * configure.ac: Disable Java for targets not supporting libffi.
3498 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
3499 Remove cases in Java-disabling statement.
3500 (*arm-wince-pe): Change to arm-wince-pe.
3501 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
3502 cases in Java-disabling statement.
3503 (bfin-*-*): Don't disable Java again.
3504 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
3505 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
3506 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
3507 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
3508 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
3509 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
3510 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
3511 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
3512 Java-disabling statement.
3513 (mmix-*-*): Don't disable Java again.
3514 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3515 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
3516 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
3517 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
3518 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
3519 statement.
3520 * configure: Regenerate.
3521
3522 2011-04-28 Joseph Myers <joseph@codesourcery.com>
3523
3524 * configure.ac: Separate cases disabling Java and Java libraries
3525 from general case over targets.
3526 * configure: Regenerate.
3527
3528 2011-04-21 Jie Zhang <jzhang918@gmail.com>
3529
3530 * MAINTAINERS: Update my email address.
3531
3532 2011-04-20 Easwaran Raman <eraman@google.com>
3533
3534 * MAINTAINERS (Write After Approval): Add myself.
3535
3536 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
3537
3538 PR lto/48086
3539 * configure.ac: Re-enable LTO on *-apple-darwin9*.
3540 * configure: Regenerate.
3541
3542 2011-04-16 Jim Meyering <meyering@redhat.com>
3543
3544 * MAINTAINERS (Write After Approval): Add myself.
3545
3546 2011-04-15 Dodji Seketeli <dodji@redhat.com>
3547
3548 * MAINTAINERS: Update my email address.
3549
3550 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
3551
3552 * MAINTAINERS (Write After Approval): Add myself.
3553
3554 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
3555
3556 * MAINTAINERS (Write After Approval): Add myself.
3557
3558 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
3559
3560 * MAINTAINERS (Write After Approval): Add myself.
3561
3562 2011-04-06 Joseph Myers <joseph@codesourcery.com>
3563
3564 * configure.ac (build_tools): Remove build-byacc.
3565 (host_libs): Remove mmalloc.
3566 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
3567 autoconf automake libtool diff rcs fileutils shellutils time
3568 textutils wdiff find uudecode hello tar gzip indent recode release
3569 sed perl gawk findutils gettext zip.
3570 (libgcj): Remove target-qthreads.
3571 (target_tools): Remove target-examples target-gperf.
3572 (YACC): Don't handle building byacc.
3573 * configure: Regenerate.
3574 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
3575 dosutils, examples, fileutils, find, findutils, gawk, gettext,
3576 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
3577 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
3578 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
3579 handle building components.
3580 * Makefile.in: Regenerate.
3581
3582 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
3583
3584 * MAINTAINERS: Update my email address as Xtensa maintainer.
3585
3586 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3587
3588 * config.sub: Sync from upstream.
3589
3590 2011-04-01 Joseph Myers <joseph@codesourcery.com>
3591
3592 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
3593 (microblaze*): Don't disable libssp.
3594 * configure: Regenerate.
3595
3596 2011-04-01 Joseph Myers <joseph@codesourcery.com>
3597
3598 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
3599 moveifchange.
3600 * configure: Regenerate.
3601 * Makefile.tpl: Use @SHELL@ not @config_shell@.
3602 * Makefile.in: Regenerate.
3603
3604 2011-04-01 Joseph Myers <joseph@codesourcery.com>
3605
3606 * configure.ac (*-*-sysv4*): Don't enable libgomp.
3607 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
3608 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
3609 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
3610 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
3611 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
3612 md_exec_prefix cases.
3613 * configure: Regenerate.
3614
3615 2011-04-01 Joseph Myers <joseph@codesourcery.com>
3616
3617 * configure.ac: Separate cases disabling target-libssp,
3618 target-libiberty, target-libstdc++-v3 and Fortran from general
3619 case over targets.
3620 * configure: Regenerate.
3621
3622 2011-04-01 Joseph Myers <joseph@codesourcery.com>
3623
3624 * configure.ac (*-*-chorusos): Don't disable libgcj.
3625 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
3626 Remove case.
3627 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
3628 (arm-*-coff): Don't disable libgcj.
3629 (arm*-*-linux-gnueabi): Remove useless assignment.
3630 (arm-*-riscix*): Don't disable libgcj.
3631 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
3632 configuration.
3633 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
3634 (c54x*-*-*): Remove case.
3635 (tic54x-*-*): Don't disable GCC or GCC libraries.
3636 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
3637 to *.
3638 (d10v-*-*): Don't disable GCC libraries.
3639 (d30v-*-*): Don't disable libgcj.
3640 (h8500-*-*): Don't disable GCC libraries.
3641 (i960-*-*): Don't disable libgcj.
3642 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
3643 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3644 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
3645 libgcj.
3646 (m68k-*-coff*): Remove case.
3647 (mmix-*-*): Don't disable libgloss on host.
3648 (mn10200-*-*, mn10300-*-*): Remove cases.
3649 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3650 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
3651 Don't disable libgcj.
3652 (romp-*-*): Remove case.
3653 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
3654 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
3655 case.
3656 (v810-*-*): Don't disable GCC libraries.
3657 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
3658 (ip2k-*-*): Don't disable GCC libraries.
3659 * configure: Regenerate.
3660
3661 2011-03-28 Joseph Myers <joseph@codesourcery.com>
3662
3663 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
3664 libffi on host.
3665 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
3666 on host.
3667 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
3668 * configure: Regenerate.
3669
3670 2011-03-26 John Marino <binutils@marino.st>
3671
3672 * configure.ac: Add support for *-*-dragonfly*
3673 * configure: Regenerate.
3674
3675 2011-03-25 Joseph Myers <joseph@codesourcery.com>
3676
3677 * configure.ac (native_only): Remove.
3678 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
3679 send-pr uudecode guile gnuserv on host.
3680 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
3681 send-pr rcs guile perl texinfo libtool on host.
3682 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
3683 automake send-pr rcs guile perl texinfo libtool on host.
3684 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
3685 (*-*-kaos*): Don't disable target-examples target-gperf on target.
3686 (alpha*-dec-osf*): Don't disable fileutils on target.
3687 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
3688 texinfo send-pr expect dejagnu on target.
3689 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
3690 target-qthreads on target.
3691 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
3692 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
3693 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
3694 x86_64-*-mingw*): Don't disable expect on target.
3695 (*-*-cygwin*): Don't disable target-gperf on target.
3696 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
3697 gnuserv on target.
3698 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
3699 target.
3700 * configure: Regenerate.
3701
3702 2011-03-25 Joseph Myers <joseph@codesourcery.com>
3703
3704 * configure.ac (target_tools): Remove target-groff.
3705 (native_only): Remove target-groff.
3706 (hppa*64*-*-*): Don't disable byacc.
3707 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
3708 setting.
3709 (*-*-kaos*): Don't skip target-librx and target-groff.
3710 (*-*-netware*): Don't skip target-libmudflap.
3711 (*-*-tpf*): Don't skip target-libmudflap.
3712 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
3713 directories on the host.
3714 (ia64*-*-*vms*): Don't skip tix.
3715 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
3716 host.
3717 * configure: Regenerate.
3718
3719 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
3720
3721 * configure.ac: Remove references to mt-mep, mt-netware,
3722 mt-wince.
3723 * Makefile.def: Add all-utils soft dependencies.
3724 * Makefile.tpl: Remove GDB_NLM_DEPS.
3725 * configure: Regenerate.
3726 * Makefile.in: Regenerate.
3727
3728 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
3729
3730 * configure.ac: Do not include mh-x86omitfp.
3731 * configure: Regenerate.
3732
3733 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
3734
3735 * configure.ac: Remove empty cases.
3736 * configure: Regenerate.
3737
3738 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
3739
3740 * Makefile.def: Add dependency from termcap to gdb.
3741 * Makefile.in: Regenerate.
3742
3743 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
3744
3745 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
3746 * configure: Regenerate.
3747 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
3748 * Makefile.tpl: Likewise.
3749 * Makefile.in: Regenerate.
3750
3751 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
3752
3753 * configure.ac: Remove all mentions of tentative_cc.
3754 * configure: Regenerate.
3755
3756 2011-03-24 Joseph Myers <joseph@codesourcery.com>
3757
3758 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
3759 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
3760 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
3761 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
3762 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
3763 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
3764 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
3765 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3766 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
3767 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
3768 *-*-rhapsody*): Remove host cases.
3769 * configure: Regenerate.
3770
3771 2011-03-24 Joseph Myers <joseph@codesourcery.com>
3772
3773 * configure.ac (ppc*-*-pe): Remove host case.
3774 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
3775 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
3776 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
3777 cases.
3778 * configure: Regenerate.
3779
3780 2011-03-24 Joseph Myers <joseph@codesourcery.com>
3781
3782 * config.sub: Update to version 2011-03-23.
3783
3784 2011-03-22 Joseph Myers <joseph@codesourcery.com>
3785
3786 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
3787 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
3788 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
3789 * configure: Regenerate.
3790
3791 2011-03-22 Joseph Myers <joseph@codesourcery.com>
3792
3793 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
3794 to Write After Approval.
3795 * config-ml.in: Don't handle arc-*-elf*.
3796 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
3797 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
3798 handle GCC libraries.
3799 * configure: Regenerate.
3800
3801 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3802
3803 PR bootstrap/48120:
3804 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
3805 Add -lstdc++ -lm to LIBS.
3806 * configure: Regenerate.
3807
3808 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
3809
3810 * config.guess: Update to version 2011-02-02
3811 * config.sub: Update to version 2011-02-24
3812
3813 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
3814
3815 PR lto/48086
3816 * configure.ac: Re-enable LTO on *-apple-darwin9.
3817 * configure: Regenerate.
3818
3819 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
3820
3821 PR lto/48086
3822 * configure.ac: Disable LTO on darwin due to an assembler change in
3823 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
3824 under 256.
3825 * configure: Regenerate.
3826
3827 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
3828
3829 * MAINTAINERS: Update myself as score backend maintainer,
3830 update my e-mail address.
3831
3832 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
3833
3834 * MAINTAINERS: Update my e-mail address.
3835
3836 2011-03-06 Joey Ye <joey.ye@arm.com>
3837
3838 * MAINTAINERS: Update my e-mail address.
3839
3840 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3841
3842 * configure.ac: Adjust test of with_ppl.
3843 * configure: Regenerated.
3844
3845 2011-03-02 Kai Tietz <ktietz@redhat.com>
3846
3847 * MAINTAINERS: Adjust my e-mail address.
3848
3849 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3850
3851 * configure.ac: Add -lpwl to ppllibs.
3852 * configure: Regenerated.
3853
3854 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3855
3856 * config/cloog.m4: Add -lisl to clooglibs.
3857 * configure: Regenerated.
3858
3859 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3860
3861 * MAINTAINERS (CPU Port maintainers): Add self.
3862
3863 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3864
3865 * MAINTAINERS: Add myself as testsuite maintainer.
3866
3867 2011-02-15 Mike Stump <mikestump@comcast.net>
3868
3869 * MAINTAINERS: Add myself as testsuite maintainer.
3870
3871 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3872
3873 Import from Libtool and gnulib:
3874
3875 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
3876
3877 Prepare for supporting FreeBSD 10.
3878 * config.rpath: Remove handling of freebsd1* which soon would
3879 match FreeBSD 10.0.
3880
3881 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
3882
3883 Remove support for FreeBSD 1.x.
3884 * libtool.m4 (_LT_LINKER_SHLIBS)
3885 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
3886 soon would incorrectly match FreeBSD 10.0.
3887
3888 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3889
3890 PR binutils/12283
3891 * move-if-change: Import version from gnulib.
3892
3893 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
3894
3895 PR lto/47225
3896 * Makefile.def (lto-plugin): Double dash for enable-shared.
3897 (configure-gcc): Depend on all-lto-plugin.
3898 * Makefile.in: Rebuilt.
3899
3900 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3901
3902 * configure.ac: Remove extra bracket.
3903 * configure: Regenerate.
3904
3905 2011-02-08 Tobias Burnus <burnus@net-b.de>
3906
3907 * MAINTAINERS: Add myself as libquadmath maintainer.
3908
3909 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
3910
3911 * MAINTAINERS: Update my email address.
3912
3913 2011-02-07 Joseph Myers <joseph@codesourcery.com>
3914
3915 * MAINTAINERS (option handling): Add self.
3916
3917 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
3918
3919 PR lto/47225
3920 * Makefile.def: Add dependency for install-gcc
3921 on install-lto-plugin.
3922 * Makfile.in: Regenerated
3923
3924 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
3925
3926 * MAINTAINERS (CPU Port Maintainers): Add myself.
3927
3928 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
3929
3930 PR libgcj/44341
3931 * configure.ac: Discard --with-* flags for host when configuring
3932 target libraries for cross build.
3933 * configure: Rebuilt.
3934
3935 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3936
3937 * MAINTAINERS (linear loop transforms): Removed.
3938
3939 2011-01-25 Jakub Jelinek <jakub@redhat.com>
3940
3941 * configure.ac: If with_ppl is no, move setting with_cloog=no
3942 after CLOOG_REQUESTED check.
3943 * configure: Regenerated.
3944
3945 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3946
3947 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
3948 CLooG has been requested.
3949 * configure: Regenerated.
3950
3951 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3952
3953 * configure: Regenerated.
3954 * configure.ac: Check for version 0.11 (or later revision) of PPL.
3955
3956 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
3957
3958 * configure: Regenerated.
3959 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
3960
3961 2011-01-21 Andreas Schwab <schwab@redhat.com>
3962
3963 * configure.ac: Use AS_HELP_STRING throughout.
3964 * configure: Regenerate.
3965
3966 2011-01-18 Jie Zhang <jie.zhang@analog.com>
3967
3968 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
3969 * configure: Regenerate.
3970
3971 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3972
3973 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
3974
3975 2011-01-13 Joel Brobecker <brobecker@adacore.com>
3976
3977 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
3978 for ia64-hpux.
3979 * configure: Regenerate.
3980
3981 2011-01-07 Jan Hubicka <jh@suse.cz>
3982
3983 PR lto/47225
3984 * Makefile.in: Regenerate.
3985 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
3986 configure.
3987
3988 2011-01-07 Jan Hubicka <jh@suse.cz>
3989
3990 * Makefile.in: Regenerate.
3991 * Makefile.def (gcc host module) and soft dependency on lto-plugin
3992 and configure dependency on lto-plugin configure.
3993 (lto-plugin module): Remove dependency on GCC; add dependency on
3994 liniberty.
3995
3996 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
3997
3998 * MAINTAINERS (Write After Approval): Add myself.
3999
4000 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
4001
4002 * configure: Regenerate.
4003
4004 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
4005
4006 * configure.ac: (picochip): Disable libiberty.
4007
4008 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
4009
4010 * MAINTAINERS (Write After Approval): Add myself.
4011
4012 2010-12-10 Ian Lance Taylor <iant@google.com>
4013
4014 PR bootstrap/46819
4015 * configure.ac: For --disable-libgcj clear libgcj_saved.
4016 * configure: Rebuild.
4017
4018 2010-12-10 Tobias Burnus <burnus@net-b.de>
4019
4020 PR fortran/46540
4021 * configure.ac: Add --disable-libquadmath and
4022 --disable-libquadmath-support.
4023 * configure: Regenerate.
4024
4025 2010-12-03 Ian Lance Taylor <iant@google.com>
4026
4027 * MAINTAINERS: Add myself as libgo maintainer.
4028
4029 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
4030
4031 PR libffi/46792
4032 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
4033 * configure: Regenerate.
4034
4035 2010-12-02 Ian Lance Taylor <iant@google.com>
4036
4037 * configure.ac: Always set default for poststage1_ldflags to
4038 -static-libstdc++ -static-libgcc.
4039
4040 2010-11-29 Andreas Schwab <schwab@redhat.com>
4041
4042 * configure.ac: Move comment to remove extra space in last argument
4043 of GCC_TARGET_TOOL.
4044
4045 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
4046
4047 PR other/46026
4048 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
4049 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
4050 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
4051 (BASE_FLAGS_TO_PASS): Use it.
4052 * configure: Rebuilt.
4053 * Makefile.in: Rebuilt.
4054
4055 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
4056
4057 PR binutils/12258
4058 * configure.ac: Correct comments for --enable-gold/--enable-ld.
4059 Properly check default linker.
4060 * configure: Regnerated.
4061
4062 2010-11-23 Matthias Klose <doko@ubuntu.com>
4063
4064 * configure.ac: For --enable-gold, handle value `default' instead of
4065 `both*'. New configure option --{en,dis}able-ld.
4066 * configure: Regenerate.
4067
4068 2010-11-20 Ian Lance Taylor <iant@google.com>
4069
4070 * configure.ac: Only disable a language library if no language needs
4071 it. Don't let --disable-libgcj uncondtionally disable libffi.
4072 * configure: Rebuild.
4073
4074 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4075
4076 * Makefile.in: Regenerate.
4077
4078 PR other/46202
4079 * configure.ac: Fix just-built in-tree STRIP name to be
4080 binutils/strip-new.
4081 * configure: Regenerate.
4082 * Makefile.def (install-strip-gcc, install-strip-binutils)
4083 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
4084 (install-strip-sid): Mirror dependencies on non-strip variants
4085 of these targets on the respective -strip prerequisites.
4086 * Makefile.tpl (install-strip, install-strip-host)
4087 (install-strip-target): New targets.
4088 (install-strip-[+module+], install-strip-target-[+module+]):
4089 New targets.
4090 * Makefile.in: Regenerate.
4091
4092 2010-11-19 Ian Lance Taylor <iant@google.com>
4093 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4094
4095 * configure.ac: Add target-libgo to target_libraries. Set
4096 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
4097 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
4098 (HOST_EXPORTS): Add GOC.
4099 (BASE_TARGET_EXPORTS): Add GOC.
4100 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
4101 (GOCFLAGS_FOR_TARGET): New variable.
4102 (EXTRA_HOST_FLAGS): Add GOC.
4103 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
4104 * Makefile.def (target_modules): Add libgo.
4105 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
4106 (dependencies): Add dependency from configure-target-libgo to
4107 configure-target-libffi and all-target-libstdc++-v3. Add
4108 dependencies from all-target-libgo to all-target-libffi.
4109 (languages): Add go.
4110 * configure: Rebuild.
4111 * Makefile.in: Rebuild.
4112
4113 2010-11-19 Ian Lance Taylor <iant@google.com>
4114
4115 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
4116 compiler/flag environment variables.
4117
4118 2010-11-18 Ian Lance Taylor <iant@google.com>
4119
4120 * configure.ac: Check for lang_requires_boot_languages in
4121 config-lang.in files.
4122 * configure: Rebuild.
4123
4124 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4125 Tobias Burnus <burnus@net-b.de>
4126
4127 PR fortran/32049
4128 * Makefile.def: Add libquadmath; build it with language=fortran.
4129 * configure.ac: Add libquadmath.
4130 * Makefile.tpl: Handle multiple libs in check-[+language+].
4131 * Makefile.in: Regenerate.
4132 * configure: Regenerate.
4133
4134 2010-11-16 Tom Tromey <tromey@redhat.com>
4135
4136 * MAINTAINERS: Moved myself to reviewers section.
4137
4138 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
4139
4140 * MAINTAINERS: Moved myself to reviewers section.
4141
4142 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4143
4144 * MAINTAINERS (Various Maintainers): Add self for build machinery.
4145 (Write After Approval): Remove self.
4146
4147 2010-11-15 Andreas Schwab <schwab@redhat.com>
4148
4149 * configure.ac: Fix spelling in option names.
4150 * configure: Regenerated.
4151
4152 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
4153
4154 PR bootstrap/39622
4155 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
4156 * configure: Regenerated.
4157
4158 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
4159
4160 * MAINTAINERS: Update my email address.
4161
4162 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
4163
4164 * configure: Regenerate.
4165
4166 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
4167
4168 * configure: Regenerate.
4169
4170 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
4171
4172 * configure: Regenerate.
4173
4174 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
4175
4176 * configure: Regenerate.
4177
4178 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
4179
4180 * configure.ac: Support official CLooG.org versions.
4181 * configure: Regenerate.
4182 * config/cloog.m4: New.
4183
4184 2010-11-10 François Dumont <francois.cppdevs@free.fr>
4185
4186 * MAINTAINERS (Write After Approval): Add myself.
4187
4188 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
4189
4190 * MAINTAINERS: Update my email address.
4191
4192 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
4193
4194 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
4195 * configure: Regenerate.
4196
4197 2010-11-03 Ian Lance Taylor <iant@google.com>
4198 Dave Korn <dave.korn.cygwin@gmail.com>
4199
4200 PR lto/46273
4201 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
4202 and on other supported platforms whenever LTO is enabled.
4203 * configure: Rebuild.
4204
4205 2010-11-02 Alan Modra <amodra@gmail.com>
4206
4207 PR binutils/12110
4208 * configure.ac: Error when source path contains spaces.
4209 * configure: Regenerate.
4210
4211 2010-10-23 James E. Wilson <wilson@codesourcery.com>
4212
4213 * MAINTAINERS: Update my email address.
4214
4215 2010-10-20 Ian Lance Taylor <iant@google.com>
4216
4217 * Makefile.def (target_modules): Set lib_path to src/.libs for
4218 libstdc++-v3 module.
4219 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
4220 * Makefile.in: Rebuild.
4221
4222 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
4223
4224 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
4225 (Write After Approval): Remove myself.
4226
4227 2010-10-15 Tristan Gingold <gingold@adacore.com>
4228
4229 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4230
4231 2010-10-14 Douglas Rupp <rupp@gnat.com>
4232
4233 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4234
4235 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
4236
4237 * configure.ac (build_lto_plugin): New shell variable.
4238 (--enable-lto): Turn on by default for all non-ELF platforms that
4239 have had LTO support added so far. Set build_lto_plugin appropriately
4240 for both ELF and non-ELF.
4241 (configdirs): Add lto-plugin or not based on build_lto_plugin.
4242 * configure: Regenerate.
4243
4244 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4245
4246 Sync from src:
4247 * configure.ac (v850 support): Remove target-libgloss from
4248 noconfigdirs.
4249 * configure: Regenerate.
4250
4251 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4252
4253 PR bootstrap/45326
4254 PR bootstrap/45174
4255 * configure.ac: Honor initial values of $build_configargs,
4256 $host_configargs, $target_configargs. Mark the precious, so
4257 environment settings get recorded.
4258 * configure: Regenerate.
4259
4260 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4261
4262 PR bootstrap/45796
4263 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
4264 Depend on all-build-libiberty.
4265 * Makefile.in: Regenerate.
4266
4267 2010-09-30 Michael Eager <eager@eagercon.com>
4268
4269 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
4270 * configure: Regenerate.
4271
4272 2010-09-28 Michael Eager <eager@eagercon.com>
4273
4274 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
4275
4276 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4277
4278 PR bootstrap/44621
4279 * configure.ac: Fix unportable shell quoting.
4280 * configure: Regenerate.
4281
4282 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
4283
4284 * configure.ac (enable-lto): Add Darwin to the list of supported lto
4285 targets and amend comment.
4286 * configure: Regenerate.
4287
4288 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
4289
4290 * MAINTAINERS (Write After Approval): Add myself.
4291
4292 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
4293
4294 * configure.ac: Enable LTO by default on Darwin.
4295 * configure: Regenerate.
4296
4297 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
4298
4299 * MAINTAINERS (Write After Approval): Add myself.
4300
4301 2010-09-01 Ian Bolton <ian.bolton@arm.com>
4302
4303 * MAINTAINERS (Write After Approval): Add myself.
4304
4305 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
4306
4307 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
4308 ports
4309
4310 2010-07-28 David Yuste <david.yuste@gmail.com>
4311
4312 * MAINTAINERS (Write After Approval): Add myself.
4313
4314 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
4315
4316 * configure.ac: Support all v850 targets.
4317 * configure: Regenerate.
4318
4319 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
4320
4321 PR bootstrap/44455
4322 * configure.ac (extra_mpfr_configure_flags): Copy from
4323 extra_mpc_gmp_configure_flags.
4324 * configure: Re-generated.
4325
4326 2010-07-22 Andi Kleen <ak@linux.intel.com>
4327
4328 * MAINTAINERS (Write After Approval): Add myself.
4329
4330 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
4331
4332 * MAINTAINERS (Write After Approval): Add myself.
4333
4334 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
4335
4336 * MAINTAINERS (Write After Approval): Add myself.
4337
4338 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
4339
4340 PR target/44862
4341 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
4342 Provide -B option to allow for link spec %s substitutions for
4343 libstdc++.a on darwin.
4344 * Makefile.in: Regenerate.
4345
4346 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
4347
4348 * MAINTAINERS (Reviewers): Update my e-mail address
4349
4350 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
4351
4352 * Makefile.def (configure-gcc): Depend on all-libelf.
4353 * Makefile.in: Rebuild.
4354
4355 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
4356
4357 * MAINTAINERS (Write After Approval): Add myself in the right place.
4358
4359 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
4360
4361 * MAINTAINERS (Write After Approval): Add myself.
4362
4363 2010-05-25 Sterling Augustine <sterling@tensilica.com>
4364
4365 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
4366
4367 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
4368
4369 * config.sub: Update to version 2010-05-21.
4370 * config.guess: Update to version 2010-04-03.
4371
4372 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
4373
4374 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
4375 * configure: Regenerate.
4376
4377 2010-05-12 Sriraman Tallam <tmsriram@google.com>
4378
4379 * MAINTAINERS (Write After Approval): Add myself.
4380
4381 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
4382
4383 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
4384 a platform that supports LTO.
4385 * configure: Regenerate.
4386
4387 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
4388
4389 * configure.ac: Allow all the versions greater than 0.10 of PPL.
4390 * configure: Regenerated.
4391
4392 2010-04-27 Roland McGrath <roland@redhat.com>
4393 H.J. Lu <hongjiu.lu@intel.com>
4394
4395 * configure.ac (--enable-gold): Support both, both/gold and
4396 both/bfd to add gold to configdirs without removing ld.
4397 * configure: Regenerated.
4398
4399 * Makefile.def: Add install-gold dependency to install-ld.
4400 * Makefile.in: Regenerated.
4401
4402 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
4403
4404 PR lto/42776
4405 * configure.ac (--enable-lto): Refactor handling so libelf tests
4406 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
4407 and allow LTO to be explicitly enabled on non-ELF platforms that
4408 are known to support it inside else-clause.
4409 * configure: Regenerate.
4410
4411 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
4412
4413 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
4414 * configure: Regenerate.
4415
4416 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
4417
4418 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
4419 * configure: Regenerate.
4420
4421 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4422
4423 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
4424 separately.
4425 * configure: Regenerate.
4426
4427 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
4428
4429 * MAINTAINERS (Write After Approval): Add myself.
4430
4431 2010-04-14 Tristan Gingold <gingold@adacore.com>
4432
4433 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
4434 * configure: Regenerate.
4435
4436 2010-04-13 Steve Ellcey <sje@cup.hp.com>
4437
4438 * configure: Regenerate after change to elf.m4.
4439
4440 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
4441
4442 * MAINTAINERS (Write After Approval): Add myself.
4443
4444 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
4445
4446 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
4447 * configure: Regenerated.
4448
4449 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
4450
4451 * configure.ac: Print "buggy but acceptable" when CLooG
4452 revision is less than 9.
4453 * configure: Regenerated.
4454
4455 2010-04-01 Diego Novillo <dnovillo@google.com>
4456
4457 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
4458
4459 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4460
4461 PR bootstrap/43615
4462 PR bootstrap/43328
4463
4464 Revert:
4465
4466 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4467
4468 * configure.ac: Do not pass --enable-multilib nor
4469 --disable-multilib in baseargs. Accept explicitly passed
4470 --enable_multilib.
4471 * configure: Regenerate.
4472
4473 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
4474
4475 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
4476
4477 2010-03-31 Janis Johnson <janis187@us.ibm.com>
4478
4479 * MAINTAINERS: Remove myself.
4480
4481 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4482
4483 PR bootstrap/43328
4484 * configure.ac: Do not pass --enable-multilib nor
4485 --disable-multilib in baseargs. Accept explicitly passed
4486 --enable_multilib.
4487 * configure: Regenerate.
4488
4489 2010-03-28 Andrew Pinski <pinskia@gmail.com>
4490
4491 * MAINTAINERS (spu port): Remove me.
4492
4493 2010-03-23 Joseph Myers <joseph@codesourcery.com>
4494
4495 * configure.ac (tic6x-*-*): New case.
4496 * configure: Regenerate.
4497
4498 2010-03-23 Joseph Myers <joseph@codesourcery.com>
4499
4500 * config.sub: Update to version 2010-03-22.
4501 * config.guess: Update to version 2009-12-30.
4502
4503 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
4504
4505 PR ada/42554
4506 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
4507 * configure: Regenerate.
4508
4509 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4510
4511 * MAINTAINERS: Update my email address.
4512
4513 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
4514
4515 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
4516 (ghassan.shobaki@amd.com): Removed.
4517
4518 2010-03-17 Alan Modra <amodra@gmail.com>
4519
4520 * MAINTAINERS: Update my email address.
4521
4522 2010-03-16 Diego Novillo <dnovillo@google.com>
4523
4524 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
4525 Matthews.
4526
4527 2010-03-16 Joseph Myers <joseph@codesourcery.com>
4528
4529 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
4530 Gutson, Jeffrey D. Oldham and Mark Shinwell.
4531
4532 2010-03-16 Joseph Myers <joseph@codesourcery.com>
4533
4534 * MAINTAINERS: Update my email address.
4535
4536 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
4537
4538 * MAINTAINERS: Update my email address.
4539
4540 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
4541
4542 * MAINTAINERS: Update my email address.
4543
4544 2010-03-09 Jie Zhang <jie@codesourcery.com>
4545
4546 * MAINTAINERS: Update my email address.
4547
4548 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4549
4550 PR libstdc++/32499
4551 * configure.ac (RANLIB): Default to true.
4552 (STRIP): Likewise.
4553 (RANLIB_FOR_TARGET): Remove superfluous : argument.
4554 * configure: Regenerate.
4555
4556 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
4557
4558 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
4559 (Write After Approval): Update my email address.
4560
4561 2010-02-17 Nick Clifton <nickc@redhat.com>
4562
4563 PR 11238
4564 * Makefile.tpl (local-distclean): Also remove config.cache files in
4565 sub-directories as there may not be Makefiles present in the
4566 sub-directories.
4567 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
4568 the config.cache files found by the find command.
4569
4570 * Makefile.in: Regenerate.
4571 * configure.ac: Revert previous delta.
4572 * configure: Regenerate.
4573
4574 2010-02-15 Nick Clifton <nickc@redhat.com>
4575
4576 PR 11238
4577 * configure.ac: Delete config.cache files in sub-directories when
4578 deleting Makefiles.
4579 * configure: Regenerate.
4580
4581 2010-02-12 Ben Elliston <bje@gnu.org>
4582
4583 * MAINTAINERS: Update my email address.
4584
4585 2010-02-08 Andrew Pinski <pinskia@gmail.com>
4586
4587 * MAINTAINERS (spu port): Update my email address.
4588
4589 2010-02-08 Jie Zhang <jie.zhang@analog.com>
4590
4591 * MAINTAINERS: Add myself as a maintainer for the bfin port.
4592
4593 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4594
4595 * configure.ac: Add "recommended" version checks for GMP/MPC.
4596 Update recommended GMP/MPFR/MPC versions.
4597 * configure: Regenerate.
4598
4599 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
4600
4601 * MAINTAINERS: Move my Embecosm email address into the
4602 write-after-approval section.
4603
4604 2010-01-26 Ian Lance Taylor <iant@google.com>
4605
4606 * MAINTAINERS: Add myself as Go frontend maintainer.
4607
4608 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
4609
4610 PR libstdc++/36101, PR libstdc++/42813
4611 * configure.ac (bootstrap_target_libs): Make inclusion of
4612 target-libgomp conditional on libgomb being in target_configdirs.
4613 * configure: Regenerate.
4614
4615 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
4616
4617 PR libstdc++/36101, PR libstdc++/42813
4618 * configure.ac (bootstrap_target_libs): Include target-libgomp.
4619 * configure: Regenerate.
4620
4621 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
4622
4623 PR libstdc++/36101, PR libstdc++/42813
4624 * configure.ac (target_configdirs): Substitute.
4625 * Makefile.def: Bootstrap target module libgomp.
4626 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
4627 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
4628 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
4629 * configure, Makefile.in: Regenerate.
4630
4631 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
4632
4633 * MAINTAINERS: Adjust my details.
4634
4635 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
4636
4637 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
4638
4639 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
4640
4641 * MAINTAINERS: reindented my entry with tabs instead of spaces.
4642
4643 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
4644
4645 * MAINTAINERS (Write After Approval): Add myself.
4646
4647 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
4648
4649 * MAINTAINERS (Write After Approval): Add myself.
4650
4651 2010-01-11 Richard Guenther <rguenther@suse.de>
4652
4653 PR lto/41569
4654 * Makefile.def (all-lto-plugin): Depend on all-gcc.
4655 * Makefile.in: Regenerated.
4656
4657 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
4658
4659 * configure.ac: Enable libjava build on x86_64-*freebsd*.
4660 * configure: Regenerate.
4661
4662 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4663 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4664
4665 PR bootstrap/42424
4666 * configure.ac: Include libtool m4 files.
4667 (_LT_CHECK_OBJDIR): Call it.
4668 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
4669 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
4670
4671 * configure: Regenerate.
4672
4673 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4674
4675 PR bootstrap/41818
4676 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
4677 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
4678 * Makefile.in: Regenerate.
4679
4680 2010-01-02 Richard Guenther <rguenther@suse.de>
4681
4682 PR lto/41529
4683 * configure.ac: Include config/elf.m4. Disable LTO if not
4684 builting for an elf target.
4685 * configure: Regenerate.
4686
4687 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
4688
4689 * MAINTAINERS: Change my email address.
4690
4691 2009-12-18 Ben Elliston <bje@au.ibm.com>
4692
4693 * config.sub, config.guess: Update from upstream sources.
4694
4695 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
4696
4697 * MAINTAINERS (Write After Approval): Add myself.
4698
4699 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4700
4701 PR middle-end/30447
4702 PR middle-end/30789
4703 PR other/40302
4704
4705 * configure.ac: Require MPC.
4706 * configure: Regenerate.
4707
4708 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4709
4710 PR target/38384
4711 PR bootstrap/40972
4712 * libtool.m4: Sync from git Libtool.
4713 * ltoptions.m4: Likewise.
4714 * ltversion.m4: Likewise.
4715 * lt~obsolete.m4: Likewise.
4716 * ltmain.sh: Likewise.
4717
4718 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4719
4720 * configure.ac: Update minimum MPC version to 0.8.
4721 * configure: Regenerate.
4722
4723 2009-11-21 Sebastian Pop <sebpop@gmail.com>
4724
4725 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
4726 * configure: Regenerated.
4727
4728 2009-11-21 Ian Lance Taylor <iant@google.com>
4729
4730 * configure.ac: Change default of poststage1_ldflags to be empty if
4731 poststage1_libs is set. When poststage1_libs is empty, and
4732 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
4733 * configure: Rebuild.
4734
4735 2009-11-21 Adam Nemet <adambnmet@gmail.com>
4736
4737 * MAINTAINERS (Write After Approval): Update my email address.
4738
4739 2009-11-20 Ben Elliston <bje@au.ibm.com>
4740
4741 * config.guess: Update from upstream sources.
4742
4743 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
4744
4745 * Makefile.def: Restore host and target settings for gmp.
4746 * Makefile.in: Rebuild.
4747
4748 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
4749
4750 * configure.ac: Add libelf to host_libs. Enable in-tree configury
4751 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
4752 Fix portability of test of C++ as bootstrap language. Add
4753 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
4754 * configure: Rebuild.
4755 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
4756 and cloog. Fix in-tree ppl configuration. Introduce libelf
4757 in-tree building.
4758 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
4759 (POSTSTAGE1_HOST_EXPORTS): Use it.
4760 (STAGE[+id+]_CXXFLAGS): New.
4761 (BASE_FLAGS_TO_PASS): Pass it down.
4762 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
4763 extra_exports.
4764 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
4765 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
4766 extra_exports.
4767 * Makefile.in: Rebuild.
4768
4769 2009-11-17 Ben Elliston <bje@au.ibm.com>
4770
4771 * config.sub, config.guess: Update from upstream sources.
4772
4773 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4774
4775 * MAINTAINERS (Write After Approval): Add myself.
4776
4777 2009-11-09 Jon Beniston <jon@beniston.com>
4778
4779 * MAINTAINERS (Write After Approval): Add myself.
4780
4781 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
4782
4783 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
4784 paths for *-w64-mingw* and x86_64-*mingw*.
4785 * configure: Regenerated.
4786
4787 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
4788
4789 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
4790
4791 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
4792
4793 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
4794 Phil Edwards to Write-After Approval.
4795
4796 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
4797
4798 * configure.ac: Disable target-winsup & co for
4799 x86_64-*-mingw* and *-w64-mingw* targets.
4800 * configure: Regenerated.
4801
4802 2009-10-16 Nick Clifton <nickc@redhat.com>
4803
4804 * MAINTAINERS: Add myself as a maintainer for the RX port.
4805
4806 2009-10-26 Johannes Singler <singler@kit.edu>
4807
4808 * MAINTAINERS (Write After Approval): Update my e-mail address.
4809
4810 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4811
4812 * configure.ac (CLooG test): Use = with test.
4813 * configure: Regenerate.
4814
4815 2009-10-22 Richard Guenther <rguenther@suse.de>
4816
4817 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
4818 cloog if the ppl version check failed. Move flags saving
4819 before setting in libelf check.
4820 * configure: Regenerate.
4821
4822 2009-10-21 Richard Guenther <rguenther@suse.de>
4823
4824 * configure.ac: Adjust the ppl and cloog configure to work as
4825 documented. Disable cloog if ppl was disabled. Omit the version
4826 checks if they were disabled.
4827 * configure: Re-generate.
4828
4829 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4830
4831 * configure.ac: Add 'lto' to enable_languages, not
4832 new_enable_languages, and only if not already present.
4833 * configure: Regenerate.
4834
4835 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
4836
4837 * README: Refer to the various COPYING* files instead of just
4838 COPYING.
4839 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
4840
4841 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
4842
4843 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
4844
4845 2009-10-07 Richard Guenther <rguenther@suse.de>
4846
4847 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
4848 and Richard Guenther as reviewers.
4849 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
4850 as reviewers.
4851
4852 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
4853
4854 * config.sub: Update from upstream sources.
4855
4856 2009-10-06 Ian Lance Taylor <iant@google.com>
4857
4858 * Makefile.def: check-gold depends upon all-gas.
4859 * Makefile.in: Rebuild.
4860
4861 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
4862
4863 * MAINTAINERS (Write After Approval): Add myself.
4864
4865 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
4866
4867 * Makefile.def: all-lto-plugin depends on all-libiberty.
4868 set bootstrap=true for lto-plugin.
4869 Add lto-plugin.
4870 * Makefile.in: Regenerate.
4871 * configure.ac (host_libs): Add lto-plugin.
4872 * configure: Regenerate.
4873
4874 2009-10-03 Diego Novillo <dnovillo@google.com>
4875
4876 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
4877 (HOST_LIBELFLIBS): Define.
4878 (HOST_LIBELFINC): Define.
4879 * Makefile.in: Regenerate.
4880 * configure.ac: Add --enable-lto.
4881 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
4882 If --enable-lto is used, add 'lto' to new_enable_languages.
4883 If --enable-lto is used and gold is enabled, add
4884 lto-plugin to configdirs.
4885 * configure: Regenerate.
4886
4887 2009-10-03 Simon Baldwin <simonb@google.com>
4888
4889 * configure.ac: If --with-system-zlib, suppress local zlib and
4890 pass --with-system-zlib to subdir configure scripts.
4891 * configure: Regenerate.
4892
4893 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
4894 Paolo Bonzini <bonzini@gnu.org>
4895
4896 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
4897 $(srcdir).
4898 * Makefile.in: Rebuilt.
4899
4900 2009-09-26 Gary Funck <gary@intrepid.com>
4901
4902 * MAINTAINERS (Write After Approval): Add myself.
4903
4904 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4905
4906 * configure.ac: Update minimum MPC version to 0.7.
4907 * configure: Regenerate.
4908
4909 2009-09-25 Nick Clifton <nickc@redhat.com>
4910
4911 * configure.ac: Pass any --cache-file=/dev/null option on to
4912 subconfigures.
4913 * configure: Regenerate.
4914
4915 2009-09-23 Nick Clifton <nickc@redhat.com>
4916
4917 * config.sub, config.guess: Update from upstream sources.
4918
4919 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
4920
4921 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
4922 * Makefile.in: Rebuilt.
4923
4924 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4925
4926 PR bootstrap/32272
4927 * configure.ac: Error out if $srcdir isn't '.' but contains
4928 host-${host_noncanonical}.
4929 * configure: Regenerate.
4930
4931 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4932
4933 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
4934 maintainer.
4935
4936 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4937
4938 * configure.ac: If bootstrapping a combined tree with
4939 --enable-gold, require c++ in stage1_languages.
4940 * configure: Regenerate.
4941
4942 * configure.ac: Also add target_libs of stage1_languages to
4943 bootstrap_target_libs.
4944 * configure: Regenerate.
4945
4946 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
4947 with --enable-languages not containing c++.
4948 * configure: Regenerate.
4949
4950 2009-09-15 Jie Zhang <jie.zhang@analog.com>
4951
4952 * configure.ac: Disable java and boehm-gc for bfin-*-*.
4953 * configure: Regenerate.
4954
4955 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
4956
4957 * MAINTAINERS (Write After Approval): Update my e-mail address,
4958 and move from from here...
4959 (Waiting for paperwork): To here.
4960
4961 2009-09-09 Joseph Myers <joseph@codesourcery.com>
4962
4963 * MAINTAINERS (Reviewers): Add self as driver reviewer.
4964
4965 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4966
4967 * configure.ac: Do not use $extrasub for replacing @if/@endif
4968 parts in Makefile; instead, use additional arguments to
4969 AC_CONFIG_COMMANDS to do the replacement manually, with several
4970 sed invocations, to avoid HP-UX sed command limits.
4971 * configure: Regenerate.
4972
4973 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
4974
4975 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
4976 blank before -L.
4977
4978 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
4979
4980 * configure.ac (with-build-config): Document. Handle without.
4981 Handle missing argument.
4982 * configure: Rebuilt.
4983
4984 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
4985
4986 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
4987 Default to bootstrap-debug only if compare-debug works.
4988 * configure: Rebuilt.
4989 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
4990 * Makefile.in: Rebuilt.
4991
4992 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4993
4994 * MAINTAINERS (OS Port Maintainers): Update my email address.
4995
4996 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
4997
4998 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
4999 * Makefile.in: Rebuilt.
5000
5001 2009-09-01 Chris Demetriou <cgd@google.com>
5002
5003 * MAINTAINERS (Write After Approval): Add myself.
5004
5005 2009-08-31 Dodji Seketeli <dodji@redhat.com>
5006
5007 PR debug/30161
5008 * include/dwarf2.h (enum dwarf_tag): Added
5009 DW_TAG_GNU_template_template_param
5010 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
5011
5012 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
5013
5014 * Makefile.tpl (AWK): Fix typo.
5015 * Makefile.in: Regenerate.
5016
5017 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
5018
5019 * configure.ac: Detect awk and sed.
5020 * Makefile.def (flags_to_pass): Add AWK and SED.
5021 * Makefile.tpl (AWK, SED): New.
5022 (BASE_FLAGS_TO_PASS): Add AWK and SED.
5023 * configure: Regenerate.
5024 * Makefile.in: Regenerate.
5025
5026 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
5027
5028 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
5029 (collapseslashes): Likewise.
5030
5031 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5032
5033 * configure.ac (AC_PREREQ): Bump to 2.64.
5034
5035 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5036
5037 * configure.ac: Remove --with-datarootdir, --with-docdir,
5038 --with-pdfdir, --with-htmldir switches.
5039 * configure: Regenerate.
5040
5041 * configure: Regenerate.
5042
5043 * compile: Sync from Automake 1.11.
5044 * depcomp: Likewise.
5045 * install-sh: Likewise.
5046 * missing: Likewise.
5047 * mkinstalldirs: Likewise.
5048 * ylwrap: Likewise.
5049
5050 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
5051
5052 * ltmain.sh (func_normal_abspath): New function.
5053 (func_relative_path): Likewise.
5054 (func_mode_help): Document new -bindir option for link mode.
5055 (func_mode_link): Add new -bindir option, and use it to place
5056 output DLL if specified.
5057
5058 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5059
5060 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
5061 (baseargs): Add --disable-option-checking.
5062 * configure: Regenerate.
5063
5064 * Makefile.def (configure-target-libiberty): Depend on
5065 all-binutils and all-ld.
5066 (configure-target-newlib): Likewise.
5067 * Makefile.in: Regenerate.
5068
5069 2009-08-17 Ben Elliston <bje@au.ibm.com>
5070
5071 * config.sub, config.guess: Update from upstream sources.
5072
5073 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5074
5075 Sync from src, merge:
5076
5077 2009-07-02 Tristan Gingold <gingold@adacore.com>
5078
5079 * configure.ac: Do not exclude gas for i386-*-darwin.
5080 Add a case for x86_64-*-darwin.
5081 * configure: Regenerate.
5082
5083 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
5084
5085 * MAINTAINERS: Add my name to Write After Approval list.
5086
5087 2009-08-06 Michael Eager <eager@eagercon.com>
5088
5089 * configure.ac: Add Microblaze target.
5090 * configure: Regenerate.
5091
5092 2009-07-31 Christian Bruel <christian.bruel@st.com>
5093
5094 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
5095 * configure: Regenerate.
5096
5097 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
5098
5099 * MAINTAINERS (Write After Approval): Update my e-mail address.
5100
5101 2009-07-06 Ian Lance Taylor <iant@google.com>
5102
5103 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
5104 * configure: Rebuild.
5105
5106 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
5107
5108 * MAINTAINERS: Move myself to the Graphite Reviewers.
5109
5110 2009-06-30 Wei Guozhi <carrot@google.com>
5111
5112 * MAINTAINERS: Add my name to Write After Approval list.
5113
5114 2009-06-26 Steve Ellcey <sje@cup.hp.com>
5115
5116 PR bootstrap/40338
5117 * configure.ac (comparestring): Create new variable.
5118 * Makefile.tpl (comparestring): Use to skip some comparisions.
5119 * configure: Regenerate.
5120 * Makefile.in: Regenerate.
5121
5122 2009-06-26 Doug Evans <dje@sebabeach.org>
5123
5124 * Makefile.def (host_modules): Add cgen.
5125 * Makefile.in: Regenerate.
5126 * configure.ac (host_tools): Add cgen.
5127 * configure: Regenerate.
5128
5129 2009-06-23 DJ Delorie <dj@redhat.com>
5130
5131 * MAINTAINERS: Add myself as mep maintainer.
5132
5133 2009-06-23 Ian Lance Taylor <iant@google.com>
5134
5135 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
5136 boot_languages. Only bootstrap target libraries listed in
5137 target_libs for some boot language. Add --with-stage1-ldflags,
5138 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
5139 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
5140 if not building with C++.
5141 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
5142 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
5143 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
5144 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
5145 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
5146 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
5147 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
5148 * configure, Makefile.in: Rebuild.
5149
5150 2009-06-23 Li Feng <nemokingdom@gmail.com>
5151
5152 * MAINTAINERS: Added my name to write-after-approval list.
5153
5154 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
5155
5156 * configure.ac: Define is_elf for QNX Neutrino targets.
5157 * configure: Regenerate.
5158
5159 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
5160
5161 * MAINTAINERS: Added my name to the write-after-approval list
5162
5163 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5164
5165 * configure.ac: Detect MPC in default directory.
5166 * configure: Regenerate.
5167
5168 2009-06-03 Jerome Guitton <guitton@adacore.com>
5169 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5170
5171 * Makefile.tpl (all): Avoid a trailing backslash.
5172 * Makefile.in: Regenerate.
5173
5174 2009-06-03 Ben Elliston <bje@au.ibm.com>
5175
5176 * config.sub, config.guess: Update from upstream sources.
5177
5178 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
5179
5180 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
5181 to noconfdirs.
5182 * configure: Regenerate.
5183
5184 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
5185
5186 * Makefile.tpl ([+compare-target+]): Compare all stage
5187 directories, rather than just gcc.
5188 * Makefile.in: Rebuilt.
5189
5190 2009-06-01 Doug Kwan <dougkwan@google.com>
5191
5192 * configure.ac: Support gold for target arm*-*-*.
5193 * configure: Regenerate.
5194
5195 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5196
5197 * Makefile.def: Add MPC support and dependencies.
5198 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
5199
5200 * Makefile.in, configure: Regenerate.
5201
5202 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
5203
5204 * Makefile.tpl (all): Avoid harmless warning in make all when
5205 gcc-bootstrap is enabled but stage_last does not exist.
5206 * Makefile.in: Rebuilt.
5207
5208 2009-05-24 Nicolas Roche <roche@adacore.com>
5209
5210 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
5211 * Makefile.in: Regenerate.
5212
5213 2009-05-21 Denis Chertykov <chertykov@gmail.com>
5214
5215 * MAINTAINERS: Update my e-mail address.
5216
5217 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
5218
5219 * configure.ac (cygwin noconfigdirs): Remove libgcj.
5220 * configure: Regenerate.
5221
5222 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
5223
5224 PR other/40159
5225 * Makefile.tpl (all): Don't assume gcc-bootstrap and
5226 gcc-no-bootstrap are mutually exclusive.
5227 * Makefile.in: Rebuilt.
5228
5229 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
5230
5231 PR other/40159
5232 * Makefile.tpl (all): Don't end with unconditional success.
5233 * Makefile.in: Rebuilt.
5234
5235 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
5236
5237 PR target/37137
5238 * Makefile.def (flags_to_pass): Remove redundant and incomplete
5239 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
5240 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
5241 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
5242 stage_configureflags, stage_cflags and stage_libcflags into
5243 explicit Makefile macros.
5244 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
5245 GFORTRAN.
5246 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
5247 CC. Set CC_FOR_BUILD from CC.
5248 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
5249 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
5250 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
5251 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
5252 and GFORTRAN.
5253 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
5254 (_LIBCFLAGS): Renamed to _TFLAGS.
5255 (do-compare-debug, do-compare3-debug): Drop.
5256 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
5257 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
5258 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
5259 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
5260 (XGCC_FLAGS_FOR_TARGET): New.
5261 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
5262 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
5263 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
5264 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
5265 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
5266 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
5267 TFLAGS.
5268 (BUILD_CONFIG): Include if requested.
5269 (all): Set TFLAGS on bootstrap.
5270 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
5271 (all-stageid-prefixmodule): Likewise.
5272 (do-clean, distclean-stageid): Set TFLAGS.
5273 (restrap): Fix whitespace.
5274 * Makefile.in: Rebuilt.
5275
5276 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
5277
5278 * config.guess: Sync with src.
5279
5280 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
5281
5282 * configure.ac ($with_ppl): Default to no if not supplied.
5283 ($with_cloog): Likewise.
5284 configure: Regenerate.
5285
5286 2009-04-27 James E. Wilson <wilson@codesourcery.com>
5287
5288 * MAINTAINERS: Update my e-mail address.
5289
5290 2009-04-27 Nick Clifton <nickc@redhat.com>
5291
5292 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
5293
5294 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
5295
5296 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
5297 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
5298 * Makefile.in: Regenerate.
5299
5300 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5301
5302 PR bootstrap/39739
5303 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
5304 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
5305
5306 * configure, Makefile.in: Regenerate.
5307
5308 2009-04-21 Taras Glek <tglek@mozilla.com>
5309
5310 * include/hashtab.h: Update GTY annotations to new syntax
5311 * include/splay-tree.h: Likewise
5312
5313 2009-04-17 Ben Elliston <bje@au.ibm.com>
5314
5315 * config.sub, config.guess: Update from upstream sources.
5316
5317 2009-04-15 Anthony Green <green@moxielogic.com>
5318
5319 * configure.ac: Add moxie support.
5320 * configure: Rebuilt.
5321
5322 2009-04-14 Jakub Jelinek <jakub@redhat.com>
5323
5324 * configure.ac: Change copyright header to refer to version
5325 3 of the GNU General Public License and to point readers at the
5326 COPYING3 file and the FSF's license web page.
5327 * Makefile.def: Likewise.
5328 * Makefile.tpl: Likewise.
5329 * Makefile.in: Regenerate.
5330
5331 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
5332
5333 * configure.ac: Restore match for darwin9 or later. Use double
5334 brackets since regeneration eats one pair.
5335 * configure: Regenerate.
5336
5337 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
5338
5339 PR gas/10039
5340 * configure.ac: Require texinfo 4.7.
5341 * configure: Regenerated.
5342
5343 2009-04-09 Nick Clifton <nickc@redhat.com>
5344
5345 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
5346 the GCC Runtime Library Exception.
5347
5348 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5349
5350 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
5351 * configure: Regenerate.
5352
5353 2009-04-01 Steve Ellcey <sje@cup.hp.com>
5354
5355 * Makefil.def (languages): New entries.
5356 * Makefile.tpl (check-gcc-*): New generic target.
5357 * Makefile.in: Regenerate.
5358
5359 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
5360
5361 * MAINTAINERS: Update my email address.
5362
5363 2009-03-18 Tom Tromey <tromey@redhat.com>
5364
5365 * configure: Rebuild.
5366 * configure.ac (host_libs): Add libiconv.
5367 * Makefile.in: Rebuild.
5368 * Makefile.def (host_modules): Add libiconv.
5369 (configure-gdb, all-gdb): Depend on libiconv.
5370
5371 2009-03-16 Tristan Gingold <gingold@adacore.com>
5372
5373 * configure.ac: Treat gdb as supported on x86_64-darwin.
5374 * configure: Regenerate.
5375
5376 2009-03-16 Joseph Myers <joseph@codesourcery.com>
5377
5378 * configure.ac (--with-host-libstdcxx): New option.
5379 * configure: Regenerate.
5380
5381 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
5382
5383 * MAINTAINERS: Move myself into the write after approval list.
5384
5385 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
5386
5387 * MAINTAINERS: Update e-mail address.
5388
5389 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
5390
5391 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
5392
5393 2009-03-10 Ira Rosen <irar@il.ibm.com>
5394
5395 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
5396
5397 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5398
5399 Backport from git Libtool:
5400
5401 2009-01-19 Robert Millan <rmh@aybabtu.com>
5402 Support GNU/kOpenSolaris.
5403 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
5404 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
5405 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
5406 GNU/kOpenSolaris.
5407
5408 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
5409
5410 * MAINTAINERS: Update e-mail address.
5411
5412 2009-02-24 Michael Eager <eager@eagercon.com>
5413
5414 * MAINTAINERS (Write After Approval): Add self.
5415
5416 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
5417
5418 * MAINTAINERS (Write After Approval): Add myself.
5419
5420 2009-02-05 Andreas Schwab <schwab@suse.de>
5421
5422 * Makefile.tpl (stage_last): Define $r and $s before using
5423 $(RECURSE_FLAGS_TO_PASS).
5424 * Makefile.in: Regenerate
5425
5426 2009-01-30 Ian Lance Taylor <iant@google.com>
5427
5428 * MAINTAINERS: Move myself to the Global Reviewers list.
5429
5430 2009-01-29 Robert Millan <rmh@aybabtu.com>
5431
5432 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
5433 * configure: Regenerate.
5434
5435 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
5436
5437 * MAINTAINERS: Make whitespace consistent.
5438 Remove Robert Millan from Write After Approval.
5439
5440 2009-01-16 Alan Modra <amodra@bigpond.net.au>
5441
5442 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
5443 (all-opcodes): Depend on all-libiberty.
5444 * Makefile.in: Regenerate.
5445
5446 2009-01-15 Douglas B Rupp <rupp@gnat.com>
5447
5448 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
5449 * configure: Regenerate.
5450
5451 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
5452
5453 * MAINTAINERS (Write After Approval): Add myself.
5454
5455 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
5456
5457 * MAINTAINERS: Add myself to reviewers (Fortran).
5458
5459 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
5460
5461 PR tree-optimization/38515
5462 * configure.ac (cloog-polylib): Removed.
5463 (with_ppl, with_cloog): Test for "no".
5464 * configure: Regenerated.
5465
5466 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
5467
5468 * MAINTAINERS: Moved myself to reviewers (Fortran).
5469
5470 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
5471
5472 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
5473 (Write After Approval): Remove myself.
5474
5475 2009-01-03 Diego Novillo <dnovillo@google.com>
5476
5477 * MAINTAINERS: Remove myself from alias maintainership.
5478
5479 2009-01-02 David Ayers <ayers@fsfe.org>
5480
5481 * MAINTAINERS: Update e-mail address.
5482
5483 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
5484
5485 * MAINTAINERS: Make whitespace consistent.
5486
5487 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5488
5489 Backport from upstream Libtool:
5490 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
5491 Add cache variables to tests that require the linker to work.
5492 For shlibpath_overrides_runpath, this also changes the semantics
5493 to let the result from the C compiler take precedence.
5494
5495 2008-12-02 Ben Elliston <bje@au.ibm.com>
5496
5497 * config.sub, config.guess: Update from upstream sources.
5498
5499 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
5500
5501 * configure.ac (ppllibs): Add by default the lib flags.
5502 * configure: Regenerate.
5503
5504 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
5505
5506 * MAINTAINERS: Add myself to the write after approval list.
5507
5508 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
5509
5510 * configure.ac: Add double brackets on darwin[912].
5511 * configure: Regenerate.
5512
5513 2008-12-03 Daniel Kraft <d@domob.eu>
5514
5515 * MAINTAINERS: Moved myself and Mikael Morin from Write After
5516 Approval to Reviewer section (for Fortran front-end).
5517
5518 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
5519
5520 * configure.ac: Expand to darwin10 and later.
5521 * configure: Regenerate.
5522
5523 2008-12-02 Andreas Schwab <schwab@suse.de>
5524
5525 * Makefile.def: configure-target-boehm-gc depends on
5526 all-target-libstdc++-v3.
5527 * Makefile.in: Regenerate.
5528
5529 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
5530
5531 * MAINTAINERS: Add myself as mingw maintainer.
5532
5533 2008-12-02 Ben Elliston <bje@au.ibm.com>
5534
5535 * config.sub, config.guess: Update from upstream sources.
5536
5537 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
5538
5539 * README.SCO: Remove.
5540
5541 2008-11-29 Fernando Pereira <pronesto@gmail.com>
5542
5543 * MAINTAINERS: Add myself to the write after approval list.
5544
5545 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
5546
5547 * MAINTAINERS: Update my email address in WAA section.
5548
5549 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
5550
5551 * MAINTAINERS: Update e-mail address.
5552
5553 2008-11-27 Toon Moene <toon@moene.org>
5554
5555 * MAINTAINERS: Change e-mail address.
5556
5557 2008-11-27 Tristan Gingold <gingold@adacore.com>
5558
5559 * configure.ac: Build gdb for i?86-*-darwin*
5560 * configure: Regenerated.
5561
5562 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
5563
5564 * MAINTAINERS: Added my full name.
5565
5566 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
5567
5568 PR bootstrap/38014
5569 PR bootstrap/37923
5570
5571 Revert:
5572
5573 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5574
5575 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5576 * Makefile.in: Regenerated.
5577
5578 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
5579
5580 PR gdb/921
5581 PR gdb/1646
5582 PR gdb/2175
5583 PR gdb/2176
5584
5585 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5586 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5587 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
5588 (HOST_EXPORTS): Pass CPPFLAGS.
5589 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5590 (LDFLAGS_FOR_TARGET): Initialize from configure script.
5591 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5592 * Makefile.in, configure: Regenerated.
5593 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5594 and CPPFLAGS_FOR_BUILD.
5595
5596 2008-11-06 Jeff Law <law@redhat.com>
5597
5598 * MAINTAINERS: Add myself as middle end maintainer.
5599
5600 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
5601
5602 * MAINTAINERS (Write after approval): Add myself.
5603
5604 2008-11-05 Diego Novillo <dnovillo@google.com>
5605
5606 * MAINTAINERS (Global Reviewers): Add myself.
5607 (Non-Algorithmic Maintainers): Remove myself.
5608
5609 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
5610
5611 * MAINTAINERS (Write after approval): Add myself.
5612
5613 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
5614
5615 * MAINTAINERS (Write after approval): Add myself.
5616
5617 2008-10-31 Ben Elliston <bje@au.ibm.com>
5618
5619 * configure.ac (spu-*-*): Remove special case.
5620 * configure: Regenerate.
5621
5622 2008-10-30 Catherine Moore <clm@codesourcery.com>
5623
5624 * MAINTAINERS (Write after approval): Update my email address.
5625
5626 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
5627
5628 * configure.ac [spu-*-*]: Do not set skipdirs.
5629 * configure: Re-generate.
5630
5631 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
5632
5633 * MAINTAINERS (Various Maintainers): Add myself to reload.
5634
5635 2008-10-25 Richard Guenther <rguenther@suse.de>
5636
5637 * MAINTAINERS (Various Maintainers): Add myself as middle-end
5638 maintainer. Remove myself as libgcc-math maintainer.
5639 (Non-Algorithmic Maintainers): Remove myself.
5640
5641 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5642
5643 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5644 * Makefile.in: Regenerated.
5645
5646 2008-10-23 Cary Coutant <ccoutant@google.com>
5647
5648 * MAINTAINERS (Write after approval): Add myself.
5649
5650 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
5651
5652 PR gdb/921
5653 PR gdb/1646
5654 PR gdb/2175
5655 PR gdb/2176
5656
5657 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5658 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5659 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
5660 (HOST_EXPORTS): Pass CPPFLAGS.
5661 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5662 (LDFLAGS_FOR_TARGET): Initialize from configure script.
5663 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5664 * Makefile.in, configure: Regenerated.
5665 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5666 and CPPFLAGS_FOR_BUILD.
5667
5668 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
5669
5670 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
5671 Sebastian Pop.
5672
5673 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
5674
5675 * MAINTAINERS (Write After Approval): Added myself.
5676
5677 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5678
5679 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
5680 recommended version to 2.3.2.
5681
5682 * configure: Regenerate.
5683
5684 2008-10-01 Mark Mitchell <mark@codesourcery.com>
5685
5686 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
5687
5688 2008-09-29 David Daney <david.daney@caviumnetworks.com>
5689
5690 * MAINTAINERS (Write After Approval): Update e-mail address.
5691
5692 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
5693
5694 * libtool.m4: Update to libtool 2.2.6.
5695 * lt~obsolete.m4: Update to libtool 2.2.6.
5696 * ltmain.sh: Update to libtool 2.2.6.
5697 * ltsugar.m4: Update to libtool 2.2.6.
5698 * ltversion.m4: Update to libtool 2.2.6.
5699 * ltoptions.m4: Update to libtool 2.2.6.
5700 * ltgcc.m4: Update to match changes from libtool 2.2.6.
5701
5702 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
5703
5704 * MAINTAINERS (Write After Approval): Add myself.
5705
5706 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
5707
5708 * MAINTAINERS (Write After Approval): Update my name.
5709
5710 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
5711
5712 * MAINTAINERS: Add myself in "Write After Approval".
5713
5714 2008-09-18 Steve Ellcey <sje@cup.hp.com>
5715
5716 * MAINTAINERS: Add myself as ia64 maintainer.
5717
5718 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
5719
5720 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
5721 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
5722 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
5723 and Michael Tiemann from Write After Approval since they do not
5724 actually have access.
5725
5726 2008-09-05 Richard Guenther <rguenther@suse.de>
5727
5728 * configure.ac: Initialize clooglibs to -lcloog.
5729 * configure: Re-generate.
5730
5731 2008-09-04 Le-Chun Wu <lcwu@google.com>
5732
5733 * MAINTAINERS (Write After Approval): Add myself.
5734
5735 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
5736
5737 * configure.ac (--with-cloog-polylib): New.
5738 (--disable-cloog-version-check): New.
5739 (--disable-ppl-version-check): New.
5740 * configure: Re-generate.
5741
5742 2008-09-03 Richard Guenther <rguenther@suse.de>
5743
5744 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
5745 cloog test.
5746 * configure: Re-generate.
5747
5748 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
5749
5750 Add picoChip port.
5751 * MAINTAINERS: Add picoChip maintainers.
5752
5753 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
5754 Tobias Grosser <grosser@fim.uni-passau.de>
5755 Jan Sjodin <jan.sjodin@amd.com>
5756 Harsha Jagasia <harsha.jagasia@amd.com>
5757 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5758 Konrad Trifunovic <konrad.trifunovic@inria.fr>
5759 Adrien Eliche <aeliche@isty.uvsq.fr>
5760
5761 Merge from graphite branch.
5762 * configure: Regenerate.
5763 * Makefile.in: Regenerate.
5764 * configure.ac (host_libs): Add ppl and cloog.
5765 Add checks for PPL and CLooG.
5766 * Makefile.def (ppl, cloog): Added modules and dependences.
5767 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
5768 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
5769
5770 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
5771
5772 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
5773 (GCC_SHLIB_SUBDIR): New.
5774 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
5775 * configure: Regenerate.
5776 * Makefile.in: Regenerate.
5777
5778 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
5779
5780 * MAINTAINERS: Consistently use tabs to separate columns.
5781
5782 2008-08-29 Tristan Gingold <gingold@adacore.com>
5783
5784 * MAINTAINERS (Write after Approval): Add myself.
5785
5786 2008-08-28 Tristan Gingold <gingold@adacore.com>
5787
5788 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
5789 Enable bfd, binutils and opcodes.
5790 * configure: Regenerate.
5791
5792 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5793
5794 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
5795
5796 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
5797
5798 * MAINTAINERS: Use correct Umlaut for last name.
5799
5800 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5801
5802 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
5803
5804 2008-08-16 David Edelsohn <edelsohn@gnu.org>
5805
5806 * MAINTAINERS: Update my email address.
5807
5808 2008-08-16 Nicolas Roche <roche@adacore.com>
5809
5810 * Makefile.tpl: Add BOOT_ADAFLAGS.
5811 * Makefile.in: Regenerate.
5812
5813 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
5814
5815 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
5816 * configure: Regenerate.
5817
5818 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
5819
5820 * configure.ac: Add makefile fragments for hpux.
5821 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
5822 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
5823 * configure: Regenerate.
5824 * Makefile.in: Regenerate.
5825
5826 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
5827
5828 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
5829
5830 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
5831
5832 * MAINTAINERS (Write after Approval): Add myself.
5833
5834 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
5835
5836 * MAINTAINERS (Write After Approval): Add myself.
5837
5838 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
5839
5840 * MAINTAINERS (Write After Approval): Add myself.
5841
5842 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
5843
5844 * MAINTAINERS: Update my email address.
5845
5846 2008-06-25 Joey Ye <joey.ye@intel.com>
5847
5848 * MAINTAINERS (Write After Approval): Add myself.
5849
5850 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5851
5852 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
5853 * Makefile.in: Regenerate.
5854 * configure: Regenerate.
5855
5856 2008-06-17 Daniel Kraft <d@domob.eu>
5857
5858 * MAINTAINERS (Write After Approval): Add myself.
5859
5860 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5861
5862 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
5863 "$@" is still intact with both Autoconf 2.59 and 2.62.
5864 * configure: Regenerate.
5865
5866 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5867
5868 * Makefile.tpl: Fix comment errors.
5869 * Makefile.in: Regenerate.
5870
5871 2008-06-12 David S. Miller <davem@davemloft.net>
5872 David Edelsohn <edelsohn@gnu.org>
5873
5874 * configure.ac: Add powerpc*-*-* to gold supported targets.
5875 * configure: Regenerate.
5876
5877 2008-06-08 Joseph Myers <joseph@codesourcery.com>
5878
5879 PR tree-optimization/36218
5880 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
5881 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
5882 (all prefix="build-"): Pass them to build-system sub-makes.
5883 * Makefile.in: Regenerate.
5884
5885 2008-06-07 Joseph Myers <joseph@codesourcery.com>
5886
5887 * MAINTAINERS (mt port): Remove.
5888 (sco5, unixware, sco udk): Remove.
5889 (Kean Johnston): Add to Write After Approval.
5890
5891 2008-05-30 Julian Brown <julian@codesourcery.com>
5892
5893 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
5894 of libobjc for ARM EABI Linux.
5895 * configure: Regenerate.
5896
5897 2008-05-18 Xinliang David Li <davidxl@google.com>
5898
5899 * ChangeLog: Remove wrong ChangeLog entry.
5900
5901 2008-05-17 Xinliang David Li <davidxl@google.com>
5902
5903 * MAINTAINERS (Write After Approval): Add myself.
5904
5905 2008-05-15 Janus Weil <janus@gcc.gnu.org>
5906
5907 * MAINTAINERS (Write After Approval): Add myself.
5908
5909 2008-05-14 Rafael Espíndola <espindola@google.com>
5910
5911 * config-ml.in: don't handle --enable-shared and --enable-static.
5912
5913 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
5914
5915 * MAINTAINERS: Update my email address.
5916
5917 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
5918
5919 * MAINTAINERS: Update my email address.
5920
5921 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
5922
5923 * MAINTAINERS (Write After Approval): Add myself.
5924
5925 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
5926
5927 * MAINTAINERS (Write After Approval): Add myself.
5928
5929 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
5930
5931 * MAINTAINERS (crx): Add myself.
5932
5933 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
5934
5935 Sync with src:
5936 2008-04-14 David S. Miller <davem@davemloft.net>
5937
5938 * configure.ac: Add sparc*-*-* to gold supported targets.
5939 * configure: Regenerate.
5940
5941 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
5942
5943 PR bootstrap/35457
5944 * configure.ac: Include override.m4.
5945 * configure: Regenerate.
5946
5947 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
5948
5949 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
5950 * Makefile.in: Regenerate.
5951
5952 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
5953
5954 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
5955 as nonconfigurable directories list.
5956 * configure: Regenerate.
5957
5958 2008-04-14 Ben Elliston <bje@au.ibm.com>
5959
5960 * config.sub, config.guess: Update from upstream sources.
5961
5962 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
5963
5964 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
5965 * Makefile.in: Regenerate.
5966
5967 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
5968
5969 * configure.ac: Do not build libssp for the AVR.
5970 * configure: Regenerate.
5971
5972 2008-04-07 Ian Lance Taylor <iant@google.com>
5973
5974 * Makefile.def: check-gold depends upon all-binutils.
5975 * Makefile.in: Regenerate.
5976
5977 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
5978
5979 * MAINTAINERS (Write After Approval): Add myself.
5980
5981 2008-04-04 Nick Clifton <nickc@redhat.com>
5982
5983 PR binutils/4334
5984 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
5985 builds.
5986 * configure: Regenerate.
5987
5988 2008-04-04 NightStrike <NightStrike@gmail.com>
5989
5990 PR other/35151
5991 * configure.ac: Combine rules for mingw32 and mingw64.
5992 * configure: Regenerate.
5993
5994 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
5995
5996 * MAINTAINERS (Write After Approval): Add myself.
5997
5998 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
5999
6000 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
6001 * Makefile.in (.NOTPARALLEL): Ditto.
6002
6003 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
6004
6005 * MAINTAINERS (Write After Approval): Add myself.
6006
6007 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
6008
6009 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
6010 * Makefile.in (.NOTPARALLEL): Regenerate.
6011
6012 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
6013
6014 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
6015 * Makefile.in: Regenerate.
6016
6017 2008-03-26 Jakub Staszak <kuba@et.pl>
6018
6019 * MAINTAINERS (Write After Approval): Add myself.
6020
6021 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
6022
6023 * MAINTAINERS: Update e-mail address.
6024
6025 2008-03-20 Ian Lance Taylor <iant@google.com>
6026
6027 * configure.ac: Add support for --enable-gold.
6028 * Makefile.def: Add gold as a directory like ld.
6029 * configure, Makefile.in: Regenerate.
6030
6031 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6032
6033 * configure.ac: m4_include config/proginstall.m4.
6034 * configure: Regenerate.
6035
6036 Backport from upstream Libtool:
6037
6038 2007-10-12 Eric Blake <ebb9@byu.net>
6039
6040 Deal with Autoconf 2.62's semantic change in m4_append.
6041 * ltsugar.m4 (lt_append): Replace broken versions of
6042 m4_append.
6043 (lt_if_append_uniq): Don't require separator to be overquoted,
6044 and avoid broken m4_append.
6045 (lt_dict_add): Fix typo.
6046 * libtool.m4 (_LT_DECL): Don't overquote separator.
6047
6048 2008-03-13 David Edelsohn <edelsohn@gnu.org>
6049
6050 * config.rpath: Add AIX 6 support.
6051
6052 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
6053
6054 * Makefile.def (stageprofile). Remove -fprofile-generate
6055 from stage_libcflags.
6056 * Makefile.in: Regenerate.
6057
6058 2008-03-13 Ben Elliston <bje@au.ibm.com>
6059
6060 * config.sub, config.guess: Update from upstream sources.
6061
6062 2008-03-06 Tom Tromey <tromey@redhat.com>
6063
6064 * MAINTAINERS: Update for treelang deletion.
6065
6066 2008-03-03 James E. Wilson <wilson@tuliptree.org>
6067
6068 * MAINTAINERS: Update my email address.
6069
6070 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
6071
6072 * MAINTAINERS (darwin port): Add myself as a maintainer.
6073 (objective-c/c++): Add myself as a maintainer.
6074
6075 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
6076
6077 * MAINTAINERS (Write After Approval): Update my email address.
6078
6079 2008-02-25 Tomas Bily <tbily@suse.cz>
6080
6081 * MAINTAINERS (Write After Approval): Add myself.
6082
6083 2008-02-23 Jakub Jelinek <jakub@redhat.com>
6084
6085 * MAINTAINERS (OpenMP): Add myself.
6086
6087 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
6088
6089 PR bootstrap/32009
6090 PR bootstrap/32161
6091
6092 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
6093 * configure: Regenerate.
6094
6095 * Makefile.def: Define stage_libcflags for all bootstrap stages.
6096 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
6097 STAGE4_LIBCFLAGS): New.
6098 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
6099 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
6100 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
6101 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
6102 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
6103 for target modules. Don't export LIBCFLAGS.
6104 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
6105 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
6106 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6107 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
6108 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
6109 * Makefile.in: Regenerate.
6110
6111 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6112
6113 PR libgcj/33085
6114 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
6115 Do not use -DDLL_EXPORT. Backport from upstream.
6116
6117 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6118
6119 * MAINTAINERS (Write After Approval): Add myself.
6120
6121 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
6122
6123 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
6124 * configure: Regenerate.
6125
6126 2008-01-31 Marc Gauthier <marc@tensilica.com>
6127
6128 * configure.ac (xtensa*-*-*): Recognize processor variants.
6129 * configure: Regenerate.
6130
6131 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6132
6133 PR bootstrap/34922
6134 * configure.ac (PARSE_ARGS): Push suitable setting of
6135 ac_subdirs_all, for `./configure --help=recursive'.
6136 Handle `+' in generic toplevel directory disabling.
6137 * configure: Regenerate.
6138
6139 2008-01-28 Nick Clifton <nickc@redhat.com>
6140
6141 * MAINTAINERS (xstormy16): Take over maintainership.
6142
6143 2008-01-25 Joseph Myers <joseph@codesourcery.com>
6144
6145 * MAINTAINERS (c4x port): Remove.
6146
6147 2008-01-24 David Edelsohn <edelsohn@gnu.org>
6148
6149 * libtool.m4: Backport AIX 6 support from ToT Libtool.
6150
6151 2008-01-23 Ben Elliston <bje@au.ibm.com>
6152
6153 * config.sub, config.guess: Update from upstream sources.
6154
6155 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
6156
6157 * MAINTAINERS (Write After Approval): Add myself.
6158
6159 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
6160
6161 * MAINTAINERS: Update my email address.
6162
6163 2008-01-09 Raksit Ashok <raksit@google.com>
6164
6165 * MAINTAINERS (Write After Approval): Add myself.
6166
6167 2008-01-09 Raksit Ashok <raksit@google.com>
6168
6169 * MAINTAINERS (Write After Approval): Add myself.
6170
6171 2008-01-08 Ben Elliston <bje@au.ibm.com>
6172
6173 * config.sub, config.guess: Update from upstream sources.
6174
6175 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6176
6177 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
6178 Change recommended MPFR from 2.2.1 -> 2.3.0.
6179 * configure: Regenerate.
6180
6181 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
6182
6183 * MAINTAINERS: Update my email address.
6184
6185 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
6186
6187 * MAINTAINERS: Update my email address.
6188
6189 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
6190
6191 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
6192 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
6193 * Makefile.in: Regenerate.
6194
6195 2007-12-10 Mark Heffernan <meheff@google.com>
6196
6197 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
6198 misplaced entries.
6199
6200 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
6201
6202 * configure.ac: Enable libjava for x86_64-*-darwin9.
6203 * configure: Regenerate.
6204
6205 2007-12-07 Bill Maddox <maddox@google.com>
6206
6207 * MAINTAINERS (Write After Approval): Add myself.
6208
6209 2007-12-05 Ben Elliston <bje@au.ibm.com>
6210
6211 * config.sub, config.guess: Update from upstream sources.
6212
6213 2007-12-02 Matthias Klose <doko@ubuntu.com>
6214
6215 * config-ml.in: Remove 64bit configure tests.
6216
6217 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6218
6219 * config-ml.in: Robustify against white space in absolute file
6220 names.
6221
6222 * config-ml.in (multi-clean): Substitute ${Makefile}.
6223 Remove superfluous ${Makefile} in list.
6224
6225 2007-11-19 Thiemo Seufer <ths@mips.com>
6226
6227 * config-ml.in: Don't hardcode the Makefile name.
6228
6229 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
6230
6231 * MAINTAINERS (Write After Approval): Add myself.
6232
6233 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
6234
6235 * MAINTAINERS (Write After Approval): Add myself.
6236
6237 2007-11-06 Doug Kwan <dougkwan@google.com>
6238
6239 * MAINTAINERS (Write After Approval): Add myself.
6240
6241 2007-10-25 Ben Elliston <bje@au.ibm.com>
6242
6243 * MAINTAINERS (mercury): Remove entry.
6244 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
6245
6246 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
6247
6248 * Makefile.def (dependencies): Make configure-gdb depend on
6249 all-intl.
6250 * Makefile.in: Regenerated.
6251
6252 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
6253
6254 * MAINTAINERS (Fortran maintainer): Remove myself.
6255
6256 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
6257
6258 * Makefile.def: To avoid problems running with parallel makes,
6259 build newlib before libgloss so that target specific header
6260 files are availble.
6261 * Makefile.in: Regenerate
6262
6263 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6264
6265 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
6266 * Makefile.in: Regenerate.
6267
6268 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
6269
6270 * MAINTAINERS (Register allocation reviewer): Add myself.
6271
6272 2007-10-08 Mike Frysinger <vapier@gentoo.org>
6273
6274 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
6275 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
6276 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
6277 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
6278 * configure: Regenerate.
6279
6280 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
6281
6282 * MAINTAINERS (Register allocation reviewer): Add myself.
6283
6284 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
6285
6286 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
6287 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
6288 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
6289 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
6290 * configure.ac: Default them to host tools for $host = $build.
6291 Subst them.
6292
6293 * configure: Regenerate.
6294 * Makefile.in: Regenerate.
6295
6296 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
6297
6298 * MAINTAINERS (Register allocation reviewer): Add myself.
6299
6300 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
6301
6302 * MAINTAINERS (Register allocation reviewer): Add myself.
6303
6304 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
6305
6306 * MAINTAINERS (Write After Approval): Fix typo.
6307
6308 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
6309
6310 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
6311 * configure: Regenerate.
6312
6313 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
6314
6315 PR bootstrap/31906
6316 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
6317 they're already prefixed.
6318
6319 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
6320
6321 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
6322 libstdc++.
6323 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
6324 * configure: Regenerate.
6325 * Makefile.in: Regenerate.
6326
6327 2007-09-17 Andreas Schwab <schwab@suse.de>
6328
6329 * configure.ac: Raise minimum makeinfo version to 4.6.
6330 * configure: Regenerate.
6331
6332 2007-09-17 Johannes Singler <singler@ira.uka.de>
6333
6334 * MAINTAINERS (write-after-approval) add myself
6335
6336 2007-09-15 Alan Modra <amodra@bigpond.net.au>
6337
6338 * configure.ac: Correct makeinfo version check.
6339 * configure: Regenerate.
6340
6341 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
6342
6343 * MAINTAINERS: Update my email address.
6344
6345 2007-09-14 Richard Sandiford <richard@codesourcery.com>
6346
6347 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
6348 to $skipdirs and only disable gprof for newlib. Use the normal
6349 mips*-elf* handling in other respects.
6350 * configure: Regnerate.
6351
6352 2007-09-12 David Daney <ddaney@avtrex.com>
6353
6354 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
6355 enabling libgcj.
6356 * configure: Regenerate.
6357
6358 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
6359
6360 PR other/32154
6361 * configure.ac: For libgloss targets, point the linker to the linker
6362 script, startup code and simulator library.
6363 * configure: Regenerate.
6364
6365 2007-09-07 Andrew Haley <aph@redhat.com>
6366
6367 * configure.ac (noconfigdirs): Remove target-libffi and
6368 target-libjava.
6369 * configure: Regenerate.
6370
6371 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6372
6373 PR target/33281
6374 * configure.ac: Use config/mh-mingw on mingw.
6375 * configure: Regenerate.
6376
6377 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
6378
6379 * MAINTAINERS (Write After Approval): Add myself.
6380
6381 2007-09-05 Richard Guenther <rguenther@suse.de>
6382
6383 * configure.ac (--enable-stage1-checking): If neither --enable-checking
6384 nor --disable-checking is provided also turn on yes and types
6385 checking for stage1.
6386 * configure: Re-generate.
6387
6388 2007-08-30 Krister Walfridsson <cato@df.lth.se>
6389
6390 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
6391 (Write After Approval): Remove myself.
6392
6393 2007-08-29 Nick Clifton <nickc@redhat.com>
6394
6395 * config.sub, config.guess: Update from upstream sources.
6396
6397 2007-08-22 Bud Davis <jmdavis@link.com>
6398
6399 * MAINTAINERS (Write After Approval): Added myself.
6400 * MAINTAINERS (Reviewers): Removed myself.
6401
6402 2007-08-18 Paul Brook <paul@codesourcery.com>
6403 Joseph Myers <joseph@codesourcery.com>
6404
6405 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
6406 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
6407 * Makefile.in: Regenerate.
6408 * configure.ac (--with-debug-prefix-map): New.
6409 * configure: Regenerate.
6410
6411 2007-08-17 Richard Sandiford <richard@codesourcery.com>
6412 Nigel Stephens <nigel@mips.com>
6413
6414 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
6415 as target_makefile_frag.
6416 * configure: Regenerate.
6417
6418 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
6419
6420 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
6421 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
6422 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
6423 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
6424 (do-compare, do-compare3, do-compare-debug): New.
6425 ([+compare-target+]): Use them.
6426
6427 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
6428
6429 * MAINTAINERS (Write After Approval): Change my email address.
6430
6431 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6432 Ben Elliston <bje@au.ibm.com>
6433
6434 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
6435 --silent if $silent.
6436 * configure: Regenerate.
6437
6438 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
6439
6440 * MAINTAINERS (Various Maintainers): Add myself as
6441 loop infrastructure maintainer. Update my e-mail
6442 address.
6443
6444 2007-07-31 Diego Novillo <dnovillo@google.com>
6445
6446 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
6447 Adjust description.
6448
6449 2007-07-26 Richard Guenther <rguenther@suse.de>
6450
6451 * configure.ac: Add types checking to stage1 checking flags.
6452 * configure: Regenerate.
6453
6454 2007-07-17 Nick Clifton <nickc@redhat.com>
6455
6456 * COPYING3: New file. Contains version 3 of the GNU General
6457 Public License.
6458 * COPYING3.LIB: New file. Contains version 3 of the GNU
6459 Lesser General Public License.
6460
6461 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
6462
6463 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
6464
6465 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
6466
6467 * MAINTAINERS (S/390 co-maintainer): Add myself.
6468 (Write After Approval): Remove myself.
6469
6470 2007-07-13 Dan Hipschman <dsh@google.com>
6471
6472 * MAINTAINERS (Write After Approval): Add myself.
6473
6474 2007-07-11 Nick Clifton <nickc@redhat.com>
6475
6476 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
6477 WINDRES export.
6478 * Makefile.in: Regenerate.
6479
6480 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6481
6482 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
6483 maintainer.
6484
6485 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
6486
6487 * lt~obsolete.m4: New. Import from 20070318 libtool.
6488
6489 2007-07-03 Julian Brown <julian@codesourcery.com>
6490
6491 * MAINTAINERS (Write After Approval): Add myself.
6492
6493 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6494
6495 * configure.ac: Rewrite 'configure --help' strings to look nicer.
6496 * configure: Regenerate.
6497
6498 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6499
6500 * configure.ac: Add some missing m4 quotation.
6501 * configure: Regenerate.
6502
6503 2007-07-02 Simon Baldwin <simonb@google.com>
6504
6505 * MAINTAINERS (Write After Approval): Add myself.
6506
6507 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
6508
6509 * configure: Regenerate.
6510
6511 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
6512
6513 * Makefile.def: Add windmc tool to build.
6514 * Makefile.tpl: Likewise.
6515 * configure.ac: Likewise.
6516 * Makefile.in: Regenerate.
6517 * configure: Regenerate.
6518
6519 2007-06-28 DJ Delorie <dj@redhat.com>
6520
6521 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
6522 not building newlib.
6523 * configure: Regenerated.
6524
6525 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
6526
6527 * MAINTAINERS (Write After Approval): Add myself.
6528
6529 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
6530
6531 * MAINTAINERS (Write After Approval): Add myself.
6532
6533 2007-06-19 Chris Matthews <chrismatthews@google.com>
6534
6535 * MAINTAINERS (Write After Approval): Add myself.
6536
6537 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
6538
6539 * MAINTAINERS (Write After Approval): Add myself.
6540
6541 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6542
6543 * Makefile.def: Add dependency from configure-gdb to all-bfd.
6544 * Makefile.in: Regenerated.
6545
6546 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
6547
6548 * configure.ac: Don't add target-libmudflap to noconfigdirs for
6549 bfin*-*-uclinux* targets.
6550 * configure: Regenerate.
6551
6552 2007-06-14 Ian Lance Taylor <iant@google.com>
6553
6554 * MAINTAINERS: Add myself as non-algorithmic global write
6555 maintainer.
6556
6557 2007-06-14 Diego Novillo <dnovillo@google.com>
6558
6559 * MAINTAINERS: Add self as middle-end maintainer and
6560 non-algorithmic global write maintainer.
6561
6562 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6563
6564 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
6565 Move all Fortran maintainers except Paul Brook into the
6566 Non-Autopoiesis section.
6567
6568 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
6569
6570 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
6571 (distclean-stage[+id+]): Possibly delete stage_last.
6572 * Makefile.in: Regenerate.
6573
6574 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
6575
6576 * MAINTAINERS (Various Maintainer): Fix typo.
6577
6578 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
6579
6580 * MAINTAINERS (Various Maintainer): Add myself as
6581 dataflow maintainer.
6582
6583 2007-06-07 Ben Elliston <bje@au.ibm.com>
6584
6585 * config.sub, config.guess: Update from upstream sources.
6586
6587 2007-06-07 Ben Elliston <bje@au.ibm.com>
6588
6589 * Makefile.tpl: Fix spelling error.
6590 * Makefile.in: Regenerate.
6591
6592 2007-06-01 Steve Ellcey <sje@cup.hp.com>
6593
6594 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
6595 lt_cv_sys_max_cmd_len.
6596
6597 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
6598
6599 * MAINTAINERS (Various Maintainers): Add myself as
6600 auto-vectorizer maintainer.
6601
6602 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
6603
6604 PR libjava/32098
6605 * libtool.m4: Revert previous change.
6606 * ltgcc.m4: Put it here.
6607
6608 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
6609
6610 * MAINTAINERS (Various Maintainers): Add myself as
6611 auto-vectorizer maintainer.
6612
6613 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
6614
6615 PR libjava/32098
6616 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
6617
6618 2007-05-30 Richard Guenther <rguenther@suse.de>
6619
6620 * MAINTAINERS (Various Maintainers): Add myself as
6621 auto-vectorizer maintainer.
6622
6623 2007-05-30 Jakub Jelinek <jakub@redhat.com>
6624
6625 PR bootstrap/29382
6626 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
6627 * configure: Rebuilt.
6628
6629 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
6630
6631 * MAINTAINERS (Write After Approval): Removed my name.
6632
6633 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
6634
6635 * MAINTAINERS (Write After Approval): Remove myself.
6636
6637 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
6638
6639 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
6640
6641 2007-05-23 Steve Ellcey <sje@cup.hp.com>
6642
6643 * ltmain.sh: Update from ToT Libtool.
6644 * libtool.m4: Update from ToT Libtool.
6645 * ltsugar.m4: New. Update from ToT Libtool.
6646 * ltversion.m4: New. Update from ToT Libtool.
6647 * ltoptions.m4: New. Update from ToT Libtool.
6648 * ltconfig: Remove.
6649 * ltcf-c.sh: Remove.
6650 * ltcf-cxx.sh: Remove.
6651 * ltcf-gcj.sh: Remove.
6652
6653 2007-05-22 Ollie Wild <aaw@google.com>
6654
6655 * MAINTAINERS (Write After Approval): Add myself.
6656
6657 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
6658
6659 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
6660 stage_cflags.
6661 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
6662 Remove CFLAGS/LIBCFLAGS.
6663 (configure-stage[+id+]-[+prefix+][+module+],
6664 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
6665 * Makefile.in: Regenerate.
6666
6667 2007-05-15 Diego Novillo <dnovillo@google.com>
6668
6669 * MAINTAINERS: Update e-mail address.
6670
6671 2007-05-15 Revital Eres <eres@il.ibm.com>
6672
6673 * MAINTAINERS (Write After Approval): Add myself.
6674
6675 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
6676
6677 * MAINTAINERS (Write After Approval): Updated my address.
6678
6679 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
6680
6681 * MAINTAINERS (Write After Approval): Add myself.
6682
6683 2007-05-11 Silvius Rus <rus@google.com>
6684
6685 * MAINTAINERS (Write After Approval): Add myself.
6686
6687 2007-04-23 Tom Tromey <tromey@redhat.com>
6688
6689 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
6690
6691 2007-04-22 Mark Mitchell <mark@codesourcery.com>
6692
6693 * MAINTAINERS (cpplib): Rename to ...
6694 (libcpp): ... this. Add C/C++ front end maintainers.
6695
6696 2007-04-14 Steve Ellcey <sje@cup.hp.com>
6697
6698 * config-ml.in: Pass ${ml_config_env} to configure calls.
6699
6700 2007-04-04 Christian Bruel <christian.bruel@st.com>
6701
6702 * MAINTAINERS (Write After Approval): Add myself.
6703
6704 2007-04-02 Dave Korn <dave.korn@artimi.com>
6705
6706 * MAINTAINERS (Write After Approval): Add myself.
6707
6708 2007-03-31 Tobias Burnus <burnus@net-b.de>
6709
6710 * MAINTAINERS (fortran 95 front end): Add myself.
6711
6712 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
6713
6714 * MAINTAINERS (Write After Approval): Add myself.
6715
6716 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
6717
6718 * MAINTAINERS (Modulo Scheduler): Add myself.
6719
6720 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
6721
6722 * MAINTAINERS (fortran 95 front end): Add myself.
6723 (c++ front end): whitespace fix.
6724
6725 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
6726
6727 * MAINTAINERS (Write After Approval): Add myself.
6728
6729 2007-03-21 Richard Sandiford <richard@codesourcery.com>
6730
6731 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
6732 of glob. Quote arguments with single quotes too.
6733 * configure: Regenerate.
6734
6735 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
6736
6737 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
6738 * Makefile.in: Regenerate
6739
6740 2007-03-07 Andreas Schwab <schwab@suse.de>
6741
6742 * configure: Regenerate.
6743
6744 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
6745
6746 * configure.ac: Add "--with-pdfdir" configure option,
6747 which defines pdfdir variable.
6748 * Makefile.def (target=fixincludes): Add install-pdf to
6749 missing targets.
6750 (recursive_targets): Add install-pdf target.
6751 (flags_to_pass): Add pdfdir.
6752 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
6753 target.
6754 * configure: Regenerate
6755 * Makefile.in: Regenerate
6756
6757 2007-02-28 Eric Christopher <echristo@apple.com>
6758
6759 Revert:
6760 2006-12-07 Mike Stump <mrs@apple.com>
6761
6762 * Makefile.def (dependencies): Add dependency for
6763 install-target-libssp and install-target-libgomp on
6764 install-gcc.
6765 * Makefile.in: Regenerate.
6766
6767 2007-02-27 Matt Kraai <kraai@ftbfs.org>
6768
6769 * configure: Regenerate.
6770 * configure.ac: Move statements after variable declarations.
6771
6772 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
6773
6774 * MAINTAINERS: Add myself as sh maintainer.
6775
6776 2007-02-19 Joseph Myers <joseph@codesourcery.com>
6777
6778 * configure.ac: Adjust for loop syntax.
6779 * configure: Regenerate.
6780
6781 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
6782
6783 * configure: Rebuilt.
6784
6785 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
6786
6787 * configure.ac: Drop multiple occurrences of --enable-languages,
6788 and fix its quoting.
6789 * configure: Rebuilt.
6790
6791 2007-02-17 Mark Mitchell <mark@codesourcery.com>
6792 Nathan Sidwell <nathan@codesourcery.com>
6793 Vladimir Prus <vladimir@codesourcery.com>
6794 Joseph Myers <joseph@codesourcery.com>
6795
6796 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
6797 * configure: Regenerate.
6798
6799 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
6800
6801 * ltconfig (freebsd*): Default to elf.
6802
6803 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
6804
6805 * configure.ac (target_libraries): Move libgcc before libiberty.
6806 * configure: Regenerated.
6807
6808 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
6809 Paolo Bonzini <bonzini@gnu.org>
6810
6811 PR bootstrap/30753
6812 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
6813 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
6814 * configure: Regenerated.
6815
6816 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6817
6818 * MAINTAINERS (Language Front End Maintainers): Update my mail
6819 address.
6820
6821 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
6822
6823 PR bootstrap/30748
6824 * configure.ac: Correct syntax for Solaris ksh.
6825 * configure: Regenerated.
6826
6827 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
6828
6829 * configure.ac: Sync with src.
6830 * configure: Regenerate.
6831
6832 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
6833
6834 * Makefile.in: Regenerate.
6835
6836 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
6837
6838 * config.sub: Sync with src.
6839
6840 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
6841
6842 * Makefile.tpl (build_alias, host_alias, target_alias): Use
6843 noncanonical equivalents.
6844 * configure.in: Rename to...
6845 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
6846 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
6847 target_noncanonical. Use them. Rewrite removal of configure
6848 arguments for autoconf 2.59. Discard variable settings. Force
6849 program_transform_name for native tools.
6850
6851 * Makefile.in: Regenerated.
6852 * configure: Regenerated with autoconf 2.59.
6853
6854 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
6855
6856 * MAINTAINERS (Write After Approval): Add myself.
6857
6858 2007-01-31 Andreas Schwab <schwab@suse.de>
6859
6860 * Makefile.tpl (LDFLAGS): Substitute it.
6861 * Makefile.in: Regenerate.
6862
6863 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
6864
6865 * MAINTAINERS (Write After Approval): Add myself.
6866
6867 2007-01-28 David Edelsohn <edelsohn@gnu.org>
6868
6869 * MAINTAINERS (spu port): Add myself.
6870
6871 2007-01-23 Richard Guenther <rguenther@suse.de>
6872
6873 PR bootstrap/30541
6874 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
6875 * Makefile.tpl (GNATBIND): Substitute it.
6876 (GNATMAKE): Likewise.
6877 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
6878 of STAGE_PREFIX.
6879 * Makefile.in: Regenerate.
6880 * configure: Regenerate.
6881
6882 2007-01-18 Mike Stump <mrs@apple.com>
6883
6884 * configure.in: Re-enable -Werror for gcc builds.
6885
6886 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
6887
6888 * MAINTAINERS (Write After Approval): Add myself.
6889
6890 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
6891
6892 * configure.in: Change == to = in test command.
6893 * configure: Regenerate.
6894
6895 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
6896 Nick Clifton <nickc@redhat.com>
6897 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
6898
6899 * configure.in (build_configargs, host_configargs, target_configargs):
6900 Remove build/host/target parameters.
6901 (host_libs): Add gmp and mpfr.
6902 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
6903 * Makefile.def (gmp, mpfr): New.
6904 (gcc): Remove target.
6905 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
6906 target_os, target_vendor): New.
6907 (configure): Add host_alias/target_alias arguments; adjust invocations.
6908 * configure: Regenerate.
6909 * Makefile.in: Regenerate.
6910
6911 2007-01-11 Matt Fago <fago@earthlink.net>
6912
6913 * configure.in: Try to link to functions only in mpfr 2.2.x
6914 to improve robustness of configure tests.
6915 * configure: Regenerate.
6916
6917 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
6918
6919 * MAINTAINERS: Add myself as i386 maintainer.
6920
6921 2007-01-08 Jan Hubicka <jh@suse.cz>
6922
6923 * MAINTAINERS: Add myself as i386 maintainer.
6924
6925 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
6926
6927 * configure.in: Add support for an x86_64-mingw* target.
6928 * configure: Regenerate.
6929
6930 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
6931
6932 * Makefile.tpl (all-target): Correct @if conditional for target
6933 modules.
6934 * configure.in: Omit libiberty if building only target libgcc.
6935 * configure, Makefile.in: Regenerated.
6936
6937 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
6938
6939 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
6940 * configure: Regenerate.
6941
6942 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
6943
6944 * Makefile.def (target_modules): Add libgcc.
6945 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
6946 * Makefile.tpl (clean-target-libgcc): Delete.
6947 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
6948 on gcc even for bootstrapped modules. Rewrite handling of
6949 lang_env_dependencies to loop over target_modules.
6950 * configure.in (target_libraries): Add target-libgcc.
6951 * Makefile.in, configure: Regenerated.
6952
6953 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
6954
6955 * configure.in: Reorganize recognition of languages. Add
6956 --enable-stage1-languages. Show supported languages for the chosen
6957 target rather than all recognized languages.
6958 * configure: Regenerate.
6959
6960 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
6961
6962 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
6963 * Makefile.in: Regenerate.
6964
6965 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6966
6967 * configure.in: Warn that MPFR 2.2.0 is buggy.
6968 * configure: Regenerate.
6969
6970 2006-12-27 Ian Lance Taylor <iant@google.com>
6971
6972 * configure.in: When removing Makefiles to force a reconfigure, also
6973 remove prev-DIR*/Makefile.
6974 * configure: Regenerate.
6975
6976 2006-12-22 Andreas Schwab <schwab@suse.de>
6977
6978 * configure: Regenerate with correct autoconf version.
6979
6980 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
6981
6982 * configure.in: add AC_SUBST for *_FOR_TARGET.
6983 * configure: Regenerate.
6984
6985 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
6986
6987 * configure.in: Simplify logic for rejecting languages that cannot
6988 be built. Separate the case when a language is unsupported,
6989 from the case when the user chooses not to build a language.
6990
6991 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
6992
6993 * configure.in: Remove "$build" case for powerpc-*-darwin* since
6994 it only affects bootstrap and could be tested on "$host" as well.
6995 * configure: Regenerate.
6996 * config/mh-ppc-darwin: Add to the stage1 cflags here.
6997
6998 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
6999
7000 PR bootstrap/29544
7001 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
7002 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
7003 move here comment from Makefile.tpl.
7004 * Makefile.tpl: Move some definitions higher in the file.
7005 (STAGE1_CHECKING): New.
7006 * configure.in: Add --enable-stage1-checking.
7007 * configure: Regenerate.
7008 * Makefile.in: Regenerate.
7009
7010 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
7011
7012 * MAINTAINERS: Add myself as build system maintainer.
7013
7014 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
7015
7016 * MAINTAINERS (Write After Approval): Add myself.
7017
7018 2006-12-13 Eric Christopher <echristo@apple.com>
7019
7020 * MAINTAINERS: Add myself as darwin maintainer.
7021
7022 2006-12-11 Ian Lance Taylor <ian@airs.com>
7023
7024 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
7025
7026 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
7027
7028 MAINTAINERS: Update my entry.
7029
7030 2006-12-11 Alan Modra <amodra@bigpond.net.au>
7031
7032 * configure.in: Handle spu makefile frag.
7033 * Makefile.tpl (MAINT): Define
7034 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
7035 * configure: Regenerate.
7036 * Makefile.in: Regenerate.
7037
7038 2006-12-11 Ben Elliston <bje@au.ibm.com>
7039
7040 * config.guess: Import latest version.
7041 * config.sub: Likewise.
7042
7043 2006-12-11 Ben Elliston <bje@au.ibm.com>
7044
7045 * configure.in (spu-*-*): Don't skip target-libiberty.
7046 * configure: Regenerate.
7047
7048 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
7049
7050 PR bootstrap/30134
7051 * configure.in: Correct x86 darwin support for libjava to powerpc
7052 and i?86 only.
7053 * configure: Regenerate.
7054
7055 2006-12-08 Sandro Tolaini <tolaini@libero.it>
7056
7057 * configure.in: Add x86 darwin support for libjava.
7058 * configure: Regenerate.
7059
7060 2006-12-07 Mike Stump <mrs@apple.com>
7061
7062 * Makefile.def (dependencies): Add dependency for
7063 install-target-libssp and install-target-libgomp on
7064 install-gcc.
7065 * Makefile.in: Regenerate.
7066
7067 2006-12-04 Richard Guenther <rguenther@suse.de>
7068
7069 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
7070 (Non-Algorithmic Maintainers): Move over non-algorithmic
7071 loop optimizer maintainers, add myself as a non-algorithmic
7072 middle-end maintainer.
7073
7074 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
7075
7076 * MAINTAINERS (Write After Approval): Add myself.
7077
7078 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7079
7080 * configure.in: Update error message for missing GMP/MPFR.
7081
7082 * configure: Regenerate.
7083
7084 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7085
7086 * configure.in: Update MPFR version in error message.
7087
7088 * configure: Regenerate.
7089
7090 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7091
7092 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
7093 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
7094 --with-gmp-lib): New flags.
7095
7096 * configure: Regenerate.
7097
7098 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
7099
7100 * MAINTAINERS (Write After Approval): Change my email address.
7101
7102 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
7103
7104 * MAINTAINERS (Write After Approval): Add myself.
7105
7106 2006-11-22 Philipp Thomas <pth@suse.de>
7107
7108 * MAINTAINERS (i18n): Update e-mail address.
7109
7110 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
7111
7112 * MAINTAINERS (spu port): Add myself as maintainer.
7113 (Write After Approval): Remove myself.
7114
7115 2006-11-22 Ben Elliston <bje@au.ibm.com>
7116
7117 * configure.in (skipdirs): Don't build libssp for SPU.
7118 * configure: Regenerate.
7119
7120 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
7121
7122 * MAINTAINERS (spu port): Add myself as maintainer.
7123 (libobjc): Update my email address.
7124
7125 2006-11-21 Andrea Bona <andrea.bona@st.com>
7126
7127 * MAINTAINERS (Write After Approval): Add myself.
7128
7129 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
7130
7131 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
7132 * configure : Rebuilt.
7133
7134 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
7135
7136 * MAINTAINERS (Write After Approval): Add myself.
7137
7138 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
7139
7140 * MAINTAINERS (Write After Approval): Add myself.
7141
7142 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7143
7144 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
7145 libmpfr.a.
7146 * configure: Regenerate.
7147
7148 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
7149
7150 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
7151 (unstage): Test for stage_last presence.
7152
7153 PR bootstrap/29802
7154 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
7155 STAGE_PREFIX.
7156 * Makefile.in: Regenerate.
7157
7158 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
7159
7160 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
7161 maintainers.
7162
7163 2006-11-14 Erven Rohou <erven.rohou@st.com>
7164
7165 * MAINTAINERS (Write After Approval): Add myself.
7166
7167 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
7168
7169 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
7170 and stageN-package/Makefile.
7171 * Makefile.in: Regenerated.
7172
7173 2006-11-14 Jie Zhang <jie.zhang@analog.com>
7174
7175 * configure.in: Remove target-libgloss from noconfigdirs for
7176 bfin-*-*.
7177 * configure: Regenerated.
7178
7179 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7180
7181 * configure.in (have_gmp): Only error if the gcc directory exists.
7182
7183 * configure: Regenerate.
7184
7185 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7186
7187 * configure.in: Robustify error message for missing GMP/MPFR.
7188
7189 * configure: Regenerate.
7190
7191 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
7192
7193 * MAINTAINERS (Write After Approval): Add myself.
7194
7195 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
7196
7197 * MAINTAINERS: Change email address.
7198
7199 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
7200
7201 * MAINTAINERS (Write After Approval): Add myself.
7202
7203 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
7204
7205 * MAINTAINERS (Write After Approval): Add myself.
7206
7207 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
7208
7209 * MAINTAINERS (Write After Approval): Move myself to
7210 Write After Approval section.
7211
7212 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7213
7214 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
7215 need_gmp anymore.
7216 * configure: Regenerate.
7217
7218 2006-10-16 Tobias Burnus <burnus@net-b.de>
7219
7220 * MAINTAINERS (Write After Approval): Add myself.
7221
7222 2006-10-16 Ben Elliston <bje@au.ibm.com>
7223
7224 * config.guess: Import latest version.
7225 * config.sub: Likewise.
7226
7227 2006-10-10 Brooks Moses <bmoses@stanford.edu>
7228
7229 * Makefile.def: Added pdf target handling.
7230 * Makefile.tpl: Added pdf target handling.
7231 * Makefile.in: Regenerated.
7232
7233 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
7234
7235 * MAINTAINERS: Add self as score port maintainer.
7236
7237 2006-10-04 Brooks Moses <bmoses@stanford.edu>
7238
7239 * MAINTAINERS (Write After Approval): Add myself.
7240
7241 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
7242
7243 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
7244 or newer.
7245 * configure: Regenerated.
7246
7247 2006-09-27 Dave Brolley <brolley@redhat.com>
7248
7249 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
7250 using $s instead of $r.
7251 * configure: Regenerated.
7252
7253 2006-09-26 Thiemo Seufer <ths@mips.com>
7254
7255 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
7256 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
7257 * configure: Regenerate.
7258
7259 2006-09-24 Graeme Peterson <gridly@gmail.com>
7260
7261 * MAINTAINERS (Write After Approval): Remove myself.
7262
7263 2006-09-22 Chao-ying Fu <fu@mips.com>
7264
7265 * MAINTAINERS (Write After Approval): Add myself.
7266
7267 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
7268
7269 * MAINTAINERS: Add self as soft-fp maintainer.
7270
7271 2006-09-09 Anatoly Sokolov <aesok@post.ru>
7272
7273 * MAINTAINERS: Add myself as avr maintainer.
7274 Remove Marek Michalkiewicz as avr maintainer.
7275
7276 2006-09-07 Roberto Costa <roberto.costa@st.com>
7277
7278 * MAINTAINERS (Write After Approval): Add myself.
7279
7280 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
7281
7282 * configure.in: Never build newlib for a Mingw host.
7283 Never build newlib as Mingw target library.
7284 Test the existence of winsup/cygwin for building a Cygwin newlib,
7285 rather than just winsup.
7286 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
7287 building a Mingw target.
7288 * configure: Regenerate.
7289
7290 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
7291
7292 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
7293
7294 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
7295
7296 * config.guess: Import from src (was more updated).
7297 * config.sub: Likewise.
7298
7299 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
7300
7301 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
7302 * configure: Regenerated.
7303
7304 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
7305
7306 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
7307 for stages after the first.
7308
7309 2006-07-17 Jakub Jelinek <jakub@redhat.com>
7310
7311 * Makefile.def: Add dependencies for configure-opcodes
7312 on configure-intl and all-opcodes on all-intl.
7313 * Makefile.in: Regenerated.
7314
7315 2006-07-13 Ben Elliston <bje@au.ibm.com>
7316
7317 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
7318
7319 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
7320
7321 Port to hosts whose 'sort' and 'tail' implementations
7322 treat operands with leading '+' as file names, as POSIX
7323 has required since 2001. However, make sure the code still
7324 works on pre-POSIX hosts.
7325 * ltmain.sh: Don't assume "sort +2" is equivalent to
7326 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
7327
7328 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
7329
7330 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
7331
7332 2006-07-04 Peter O'Gorman <peter@pogma.com>
7333
7334 * ltconfig: chmod 644 before ranlib during install.
7335
7336 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
7337
7338 PR bootstrap/18058
7339 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
7340 if the bootstrap compiler is a GCC version that supports it.
7341 * configure: Regenerate.
7342
7343 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
7344
7345 * configure.in: Fix thinkos in previous check-in.
7346 * configure: Regenerate.
7347
7348 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
7349
7350 PR other/27063
7351 * configure.in: Test subdir_requires and give an appropriate
7352 error message.
7353 * configure: Regenerate.
7354
7355 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
7356
7357 * MAINTAINERS (Write After Approval): Add myself.
7358
7359 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
7360
7361 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7362
7363 2006-06-22 Steve Ellcey <sje@cup.hp.com>
7364
7365 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7366
7367 2006-06-20 David Ayers <d.ayers@inode.at>
7368
7369 PR bootstrap/28072
7370 * configure.in: Add target-boehm-gc to noconfigdirs depending on
7371 whether target-libjava is being configured instead of whether the
7372 java front end is enabled.
7373 * configure: Regenerate.
7374
7375 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7376
7377 PR target/27540
7378 * configure.in: Only enable libgomp on IRIX 6.
7379 * configure: Regenerate.
7380
7381 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
7382
7383 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
7384 too.
7385 * Makefile.in: Regenerate.
7386
7387 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
7388
7389 * config-ml.in: Alter CCASFLAGS to include special
7390 multilib options the same as is done for CFLAGS.
7391
7392 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7393
7394 * configure.in: Don't enable libgomp on hpux10.
7395 * configure: Rebuilt.
7396
7397 2006-06-12 David Ayers <d.ayers@inode.at>
7398
7399 PR bootstrap/27963
7400 PR target/19970
7401 * configure.in: Remove target-boehm-gc from noconfigdirs where
7402 ${libgcj} is specified.
7403 * configure: Regenerate.
7404
7405 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
7406
7407 Sync from src:
7408
7409 * configure.in: Sync.
7410 * configure: Regenerated.
7411
7412 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
7413
7414 * Makefile.def: Added dependencies from sim and gdb on intl, and
7415 added configure dependencies to everything with an all dependency
7416 on intl.
7417 * Makefile.in: Regenerated.
7418
7419 2006-06-06 David Ayers <d.ayers@inode.at>
7420
7421 PR libobjc/13946
7422 * Makefile.def: Add dependencies for libobjc which boehm-gc.
7423 * Makefile.in: Regenerate.
7424 * configure.in: Add --enable-objc-gc at toplevel and have it
7425 enable boehm-gc for Objective-C.
7426 Remove target-boehm-gc from libgcj.
7427 Add target-boehm-gc to target_libraries.
7428 Add target-boehm-gc to noconfigdirs where ${libgcj}
7429 is specified.
7430 Assert that boehm-gc is supported when requested for Objective-C.
7431 Only build boehm-gc if needed either for Java or Objective-C.
7432 * configure: Regenerate.
7433
7434 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
7435
7436 PR 27674
7437 * Makefile.tpl (configure-[+prefix+][+module+],
7438 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
7439 Remove rule to unstage bootstrapped modules.
7440 (stage_current): New.
7441 * Makefile.in: Regenerate.
7442
7443 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
7444
7445 * MAINTAINERS (Write After Approval): Update my e-mail address.
7446
7447 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
7448
7449 * include/libiberty.h: Declare pex_run_in_environment.
7450
7451 2006-05-31 Asher Langton <langton2@llnl.gov>
7452
7453 * MAINTAINERS (Write After Approval): Add myself.
7454
7455 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
7456
7457 * Makefile.def (bfd, opcodes): Fix lib_path.
7458 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
7459 (restrap): Move under "@if gcc-bootstrap". Fix typo.
7460 * Makefile.in: Regenerate.
7461
7462 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
7463
7464 * Makefile.in: Regenerate.
7465
7466 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
7467
7468 * Makefile.def: Add install-html target. Add datarootdir
7469 docdir and htmldir to flags_to_pass.
7470 * Makefile.tpl: Add install-html target.
7471 * Makefile.in: Regenerate.
7472 * configure.in: Add --with-datarootdir, --with-docdir, and
7473 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
7474 * configure: Regenerate.
7475
7476 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
7477
7478 * configure.in: Enable gprof for cross builds.
7479 * configure: Regenerate.
7480
7481 2006-05-22 Richard Guenther <rguenther@suse.de>
7482
7483 Revert
7484 2006-01-31 Richard Guenther <rguenther@suse.de>
7485 Paolo Bonzini <bonzini@gnu.org>
7486
7487 * Makefile.def (target_modules): Add libgcc-math target module.
7488 * configure.in (target_libraries): Add libgcc-math target library.
7489 (--enable-libgcc-math): New configure switch.
7490 * Makefile.in: Re-generate.
7491 * configure: Re-generate.
7492 * libgcc-math: New toplevel directory.
7493
7494 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7495 Andreas Tobler <a.tobler@schweiz.ch>
7496
7497 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
7498 * configure: Rebuilt.
7499
7500 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7501
7502 * MAINTAINERS (Write After Approval): Add myself.
7503
7504 2006-05-01 DJ Delorie <dj@redhat.com>
7505
7506 * configure.in: Restore CFLAGS if GMP isn't present.
7507 * configure: Regenerate.
7508
7509 2006-05-01 Richard Guenther <rguenther@suse.de>
7510
7511 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
7512 maintainer.
7513
7514 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
7515
7516 * MAINTAINERS (Write After Approval): Add myself.
7517
7518 2006-04-28 Jan Beulich <jbeulich@novell.com>
7519
7520 * MAINTAINERS (Write After Approval): Add myself.
7521
7522 2006-04-18 DJ Delorie <dj@redhat.com>
7523
7524 * configure.in (m32c): Build libstdc++-v3. Pass flags to
7525 reference libgloss so that libssp can be built in a combined
7526 tree.
7527 * configure: Regenerate.
7528
7529 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
7530
7531 * MAINTAINERS (Write After Approval): Add myself.
7532
7533 2006-04-05 Ben Elliston <bje@au.ibm.com>
7534
7535 * configure.in: Require makeinfo 4.4 or higher.
7536 * configure: Regenerate.
7537
7538 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
7539
7540 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
7541 Rearrange the entries of other libraries to have them in one place.
7542
7543 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
7544
7545 * MAINTAINERS (Write After Approval): Remove myself.
7546 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7547
7548 2006-03-14 Richard Guenther <rguenther@suse.de>
7549
7550 * configure: Regenerate with autoconf 2.13.
7551
7552 2006-03-13 Jim Blandy <jimb@codesourcery.com>
7553
7554 * MAINTAINERS: Use my work address.
7555
7556 * MAINTAINERS: Update my E-mail address.
7557
7558 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
7559
7560 * configure.in: Handle --disable-<component> generically.
7561 * configure: Regenerate.
7562
7563 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
7564
7565 PR libgcj/17311
7566 * ltmain.sh: Don't use "$finalize_rpath" for compile.
7567
7568 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
7569
7570 * MAINTAINERS (Write After Approval): Remove myself.
7571 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7572
7573 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
7574
7575 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
7576 (TARGET_CONFIGDIRS): Remove.
7577 * configure.in: Remove AC_SUBST(target_configdirs).
7578 * Makefile.in, configure: Regenerated.
7579
7580 2006-02-20 Steven G. Kargl <kargls@comcast.net>
7581
7582 * MAINTAINERS (Write After Approval): Remove myself.
7583 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7584
7585 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
7586
7587 PR bootstrap/25670
7588
7589 * Makefile.tpl ([+compare-target+]): Print explanation messages.
7590
7591 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
7592 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
7593 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
7594 BUILD_PREFIX, BUILD_PREFIX_1.
7595 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
7596
7597 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
7598 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
7599
7600 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
7601 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
7602 of `cat stage_current`. Always provide the `r' and `s' variables.
7603 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
7604 a single shell execution.
7605 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
7606 bootstrapped modules, make the stage1 module if the build was not
7607 started yet, else build the current stage.
7608 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
7609 (all-build, all-host, all-target, [+make_target+]-host,
7610 [+make_target+]-target): Do not use \-continued lines.
7611 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
7612 (current_stage, restrap, stage_last): New.
7613
7614 * Makefile.in: Regenerate.
7615 * configure: Regenerate.
7616
7617 2006-02-19 Bud Davis <jmdavis@link.com>
7618
7619 * MAINTAINERS (Write After Approval): Remove myself.
7620 (Language Front End Maintainers): Add myself as fortran 95
7621 maintainer and update e-mail address.
7622
7623 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
7624
7625 * MAINTAINERS (Write After Approval): Remove myself.
7626 (Language Front End Maintainers): Add myself as fortran 95
7627 maintainer.
7628
7629 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
7630
7631 * MAINTAINERS (Write After Approval): Add myself.
7632
7633 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
7634
7635 * MAINTAINERS (Write After Approval): Remove myself.
7636 (Language Front End Maintainers): Add myself as
7637 fortran 95 maintainer.
7638
7639 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
7640
7641 Sync from src:
7642
7643 2005-12-27 Leif Ekblad <leif@rdos.net>
7644
7645 * configure.in: Add support for RDOS target.
7646 * configure: Regenerate.
7647
7648 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
7649 Andreas Schwab <schwab@suse.de>
7650
7651 * configure: Regenerate.
7652
7653 2006-02-12 David Edelsohn <edelsohn@gnu.org>
7654
7655 * configure.in (enable_libgomp): Add AIX.
7656 * configure: Regenerate.
7657
7658 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
7659
7660 * MAINTAINERS (Write After Approval): Add myself.
7661
7662 2006-02-03 Lee Millward <lee.millward@gmail.com>
7663
7664 * MAINTAINERS (Write After Approval): Add myself.
7665
7666 2006-01-31 Richard Guenther <rguenther@suse.de>
7667 Paolo Bonzini <bonzini@gnu.org>
7668
7669 * Makefile.def (target_modules): Add libgcc-math target module.
7670 * configure.in (target_libraries): Add libgcc-math target library.
7671 (--enable-libgcc-math): New configure switch.
7672 * Makefile.in: Re-generate.
7673 * configure: Re-generate.
7674 * libgcc-math: New toplevel directory.
7675
7676 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
7677
7678 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
7679 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
7680 the assembler, linker and binutils.
7681 * configure: Regenerate.
7682
7683 2006-01-22 Dirk Mueller <dmueller@suse.de>
7684
7685 * MAINTAINERS (Write After Approval): Add myself.
7686
7687 2006-01-20 Diego Novillo <dnovillo@redhat.com>
7688
7689 * configure: Regenerate.
7690
7691 2006-01-18 Richard Henderson <rth@redhat.com>
7692 Jakub Jelinek <jakub@redhat.com>
7693 Diego Novillo <dnovillo@redhat.com>
7694
7695 * libgomp: New directory.
7696 * Makefile.def: Add target_module libgomp.
7697 * Makefile.in: Regenerate.
7698 * configure.in (target_libraries): Add target-libgomp.
7699 * configure: Regenerate.
7700
7701 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
7702
7703 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
7704 @ from continuation.
7705 * Makefile.in: Rebuilt.
7706
7707 2006-01-04 Chris Lattner <sabre@gnu.org>
7708
7709 * MAINTAINERS (Write After Approval): Add myself.
7710
7711 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
7712
7713 PR bootstrap/24252
7714
7715 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
7716 * Makefile.tpl (OBJDUMP): New.
7717 (EXTRA_HOST_FLAGS): Add it.
7718 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
7719
7720 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
7721 to use symbolic links between directories. Avoid race conditions
7722 or make them harmless.
7723 * configure.in: Do not try to use symbolic links between directories.
7724
7725 * Makefile.def (LEAN): Pass.
7726 * Makefile.tpl (LEAN): Define.
7727 (stage[+id+]-start): Accept that the previous directory does not
7728 exist, if the bootstrap is lean.
7729 (stage[+id+]-bubble): Invoke lean bootstrap commands after
7730 stage[+id+]-start. Use a makefile variable and an `if' instead of a
7731 configure substitution.
7732 ([+compare-target+]): Likewise.
7733 ([+bootstrap-target+]-lean): New.
7734 * configure.in: Remove lean bootstrap support from here.
7735
7736 * Makefile.in: Regenerate.
7737 * configure: Regenerate.
7738
7739 2006-01-04 Ben Elliston <bje@au.ibm.com>
7740
7741 * MAINTAINERS (libdecnumber): Add myself.
7742
7743 2006-01-02 Mark Mitchell <mark@codesourcery.com>
7744
7745 * libtool-ldflags: New script.
7746
7747 2006-01-02 Andreas Schwab <schwab@suse.de>
7748
7749 * configure.in: When reconfiguring remove Makefile in
7750 all stage directories.
7751 * configure: Regenerate.
7752
7753 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
7754
7755 * MAINTAINERS: Update my email address.
7756
7757 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
7758
7759 Revert Ada-related part of the previous change.
7760
7761 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
7762 Do not pass.
7763 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
7764 * Makefile.in: Regenerate.
7765 * configure.in: Do not include mt-ppc-aix target fragment.
7766 * configure: Regenerate.
7767
7768 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
7769
7770 * configure.in: Select appropriate fragments for PowerPC/AIX.
7771 * configure: Regenerate.
7772
7773 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
7774 BOOT_CFLAGS, BOOT_LDFLAGS.
7775 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
7776 BOOT_CFLAGS, BOOT_LDFLAGS.
7777 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
7778 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
7779 (stage): Fail if we cannot complete the work.
7780 * Makefile.in: Regenerate.
7781
7782 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
7783
7784 * configure.in: Replace ms1 with mt.
7785 * configure: Rebuilt.
7786
7787 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
7788
7789 * MAINTAINERS: Update my email address.
7790
7791 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
7792
7793 * Makefile.tpl (all, do-[+make_target+], do-check, install,
7794 install-host-nogcc): Don't invoke $(stage) at the end.
7795 * Makefile.in: Regenerate.
7796
7797 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
7798
7799 * configure.in: Flip the top-level bootstrap switch.
7800 * configure: Regenerate.
7801
7802 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
7803
7804 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
7805 $(stage) and $(unstage).
7806 (EXTRA_TARGET_FLAGS): Correct double-quoting.
7807 (all): Remove stray semicolon.
7808 (local-distclean): Don't handle multilib.tmp and multilib.out.
7809 (install.all): Set $s for consistency.
7810 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
7811 check_multilibs setting. Always make the install directory.
7812 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
7813 Correct @if/@endif.
7814 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
7815 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
7816 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
7817 (multilib.out): Remove.
7818 * Makefile.in: Regenerated.
7819
7820 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
7821
7822 * MAINTAINERS (Write After Approval): Add myself.
7823
7824 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
7825
7826 * MAINTAINERS: Add myself as mt maintainer.
7827
7828 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
7829
7830 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
7831
7832 * MAINTAINERS: Change email address.
7833
7834 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
7835
7836 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
7837 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
7838 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
7839 Find in-tree tools if available.
7840 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
7841 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
7842 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
7843 (COMPILER_*_FOR_TARGET): New.
7844 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
7845 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
7846 (CONFIGURED_*, USUAL_*): Remove.
7847 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
7848 STRIP): Use autoconf substitutions.
7849 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
7850 COMPILER_NM_FOR_TARGET): New.
7851 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
7852
7853 (all): Make all-host and all-target in parallel.
7854 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
7855 that $$r and $$s are set before invoking a recursive make.
7856 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
7857 ([+bootstrap-target+]): Inline most of the `all' target.
7858
7859 2005-11-29 Ben Elliston <bje@au.ibm.com>
7860
7861 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
7862 from the gcc build directory.
7863 * Makefile.in: Regenerate.
7864
7865 2005-11-29 Ben Elliston <bje@au.ibm.com>
7866
7867 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
7868 depend on all-libdecnumber.
7869 * configure.in (host_libs): Include libdecnumber.
7870 * Makefile.in: Regenerate.
7871 * configure: Likewise.
7872
7873 2005-11-29 Ben Elliston <bje@au.ibm.com>
7874
7875 * libdecnumber: Import decNumber sources from the dfp-branch.
7876
7877 2005-11-21 Kean Johnston <jkj@sco.com>
7878
7879 * config.sub, config.guess: Sync from upstream sources.
7880
7881 2005-11-21 Ben Elliston <bje@au.ibm.com>
7882
7883 Import from Autoconf sources:
7884
7885 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
7886 * config/move-if-change: Don't output "$2 is unchanged";
7887 suggested by Ben Elliston. Handle weird characters correctly.
7888
7889 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
7890
7891 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
7892 to match upstream libtool for darwin.
7893
7894 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
7895
7896 * Makefile.def: Remove gdb dependencies for gdbtk.
7897 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
7898 (configure-gdb, install-gdb): New rules.
7899 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
7900 * Makefile.in, configure: Regenerated.
7901
7902 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
7903
7904 * MAINTAINERS (Write After Approval): Add myself.
7905
7906 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
7907
7908 * MAINTAINERS (Write After Approval): Add myself.
7909
7910 2005-10-24 Diego Novillo <dnovillo@redhat.com>
7911
7912 * MAINTAINERS (alias analysis): Add Daniel Berlin and
7913 Diego Novillo.
7914
7915 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
7916
7917 PR bootstrap/24297
7918 * Makefile.tpl (do-[+make-target+], do-check, install,
7919 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
7920 are set before recursing.
7921 * Makefile.in: Regenerate.
7922
7923 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
7924
7925 PR bootstrap/18939
7926 * Makefile.def (gcc) <target>: Fix thinko.
7927 * Makefile.in: Regenerate.
7928
7929 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
7930
7931 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
7932 * configure: Regenerate.
7933
7934 2005-10-15 Jie Zhang <jie.zhang@analog.com>
7935
7936 * MAINTAINERS (Write After Approval): Add self.
7937
7938 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
7939
7940 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
7941 target-libffi, target-qthreads, target-libjava, and
7942 targetlibobjc.
7943 * configure: Regenerate.
7944
7945 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
7946
7947 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
7948 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
7949 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
7950 (USUAL_OBJDUMP_FOR_TARGET): New.
7951 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
7952 * configure.in: Check for $OBJDUMP_FOR_TARGET.
7953 * configure, Makefile.in: Regenerated.
7954
7955 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
7956
7957 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
7958 before other host packages.
7959
7960 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
7961
7962 * MAINTAINERS: Add self as sh libraries/configury maintainer.
7963
7964 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
7965
7966 PR bootstrap/22340
7967
7968 * configure.in (default_target): Remove.
7969 * Makefile.tpl (all): Do not use prerequisites as subroutines
7970 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
7971 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
7972 use prerequisites as subroutines.
7973 (check-host, check-target): New.
7974 (bootstrap configure & all targets): Do not use stage*-start
7975 if the directory layout is already ok.
7976 (non-bootstrap configure & all targets): Prepend a $(unstage).
7977 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
7978 (NOTPARALLEL): Remove.
7979 (unstage, stage variables): New variables.
7980 (unstage, stage targets): Simply expand to those variables.
7981
7982 * configure: Regenerate.
7983 * Makefile.in: Regenerate.
7984
7985 2005-10-04 James E Wilson <wilson@specifix.com>
7986
7987 * Makefile.def (lang_env_dependencies): Add libmudflap.
7988 * Makefile.in: Regenerate.
7989
7990 2005-10-03 Andreas Schwab <schwab@suse.de>
7991
7992 Backport from libtool CVS:
7993 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
7994
7995 * ltmain.sh: add support for installing into temporary
7996 staging area (e.g. 'make install DESTDIR=...')
7997
7998 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
7999
8000 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
8001 * configure: Regenerated.
8002
8003 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
8004
8005 * configure: Regenerate with the correct
8006 autoconf version.
8007
8008 2005-09-30 Catherine Moore <clm@cm00re.com>
8009
8010 * configure.in (bfin-*-*): New.
8011 * configure: Regenerated.
8012
8013 2005-09-28 Geoffrey Keating <geoffk@apple.com>
8014
8015 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
8016 (LIPO_FOR_TARGET): New.
8017 (CONFIGURED_LIPO_FOR_TARGET): New.
8018 (USUAL_LIPO_FOR_TARGET): New.
8019 (STRIP_FOR_TARGET): New.
8020 (CONFIGURED_STRIP_FOR_TARGET): New.
8021 (USUAL_STRIP_FOR_TARGET): New.
8022 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
8023 STRIP_FOR_TARGET.
8024 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
8025 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
8026 * Makefile.in: Regenerate.
8027 * configure: Regenerate.
8028
8029 2005-09-19 David Edelsohn <edelsohn@gnu.org>
8030
8031 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
8032 (rs6000-*-aix*): Same.
8033 * configure: Regenerate.
8034
8035 2005-09-16 Tom Tromey <tromey@redhat.com>
8036
8037 * MAINTAINERS: Add self as java maintainer.
8038
8039 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
8040
8041 * configure.in: Recognize f95 in the --enable-languages option,
8042 and substitute it for fortran, issuing a warning.
8043 * configure: Regenerate.
8044
8045 2005-08-30 Phil Edwards <phil@codesourcery.com>
8046
8047 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
8048 * configure: Regenerated.
8049
8050 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
8051
8052 * MAINTAINERS: Add self as ms1 maintainer.
8053
8054 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
8055
8056 * Makefile.def (libssp): Add to lang_env_dependencies.
8057 * Makefile.in: Regenerate.
8058
8059 2005-08-18 Ian Lance Taylor <ian@airs.com>
8060
8061 * MAINTAINERS: Add myself as middle-end maintainer.
8062
8063 2005-08-17 Christian Groessler <chris@groessler.org>
8064
8065 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
8066 * Makefile.in: Regenerate.
8067
8068 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
8069
8070 * MAINTAINERS (write after approval): Added myself.
8071
8072 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
8073
8074 * MAINTAINERS (Write After Approval): Add myself.
8075
8076 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
8077
8078 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
8079 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
8080 Look for alternate names of the target cc and c++
8081 * configure: Regenerate.
8082
8083 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
8084
8085 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8086 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
8087 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
8088 tools; remove code to manually set them.
8089 (Target tools): Look in the environment for them.
8090 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8091 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
8092 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
8093 build directory.
8094 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
8095 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
8096 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
8097 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8098 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
8099 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
8100 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
8101 * configure: Regenerate.
8102 * Makefile.in: Regenerate.
8103
8104 2005-07-28 Ben Elliston <bje@au.ibm.com>
8105
8106 * MAINTAINERS: Update for removed CPU targets.
8107
8108 2005-07-27 Mark Mitchell <mark@codesourcery.com>
8109
8110 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
8111 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
8112 * Makefile.in: Regenerated.
8113
8114 2005-07-26 Mark Mitchell <mark@codesourcery.com>
8115
8116 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
8117 (CFLAGS_FOR_TARGET): Use it.
8118 (CXXFLAGS_FOR_TARGET): Likewise.
8119 * Makefile.in: Regenerated.
8120 * configure.in (--with-build-sysroot): New option.
8121 * configure: Regenerated.
8122
8123 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
8124
8125 * Makefile.tpl: Wrap install between unstage and stage
8126 * Makefile.in: Regenerate.
8127
8128 2005-07-21 Eric Christopher <echristo@apple.com>
8129
8130 * MAINTAINERS: Update affiliation.
8131
8132 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
8133
8134 * MAINTAINERS: Add self as crx port maintainer.
8135
8136 2005-07-20 DJ Delorie <dj@redhat.com>
8137
8138 * MAINTAINERS: Add self as m32c maintainer.
8139
8140 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
8141
8142 * all files: Update FSF address.
8143
8144 2005-07-15 Eric Christopher <echristo@redhat.com>
8145
8146 * MAINTAINERS: Change affiliation.
8147
8148 2005-07-14 Jim Blandy <jimb@redhat.com>
8149
8150 * configure.in: Add cases for Renesas m32c.
8151 * configure: Regenerated.
8152
8153 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
8154
8155 * COPYING.LIB: Update from fsf.org.
8156
8157 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
8158
8159 * COPYING, compile, config.guess,
8160 config.sub, install-sh, missing, mkinstalldirs,
8161 symlink-tree, ylwrap: Sync from upstream sources.
8162 * config-ml.in: Update FSF address.
8163
8164 2005-07-13 Eric Christopher <echristo@redhat.com>
8165
8166 * configure.in: Add toplevel noconfigdir support for tpf.
8167 * configure: Regenerate.
8168
8169 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
8170
8171 PR ada/22340
8172
8173 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
8174 * Makefile.in: Regenerate.
8175
8176 2005-07-07 Mark Mitchell <mark@codesourcery.com>
8177
8178 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
8179 Brolley to write-after-approval.
8180
8181 2005-07-07 Andreas Schwab <schwab@suse.de>
8182
8183 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
8184 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
8185 * Makefile.in: Regenerated.
8186
8187 2005-07-06 Geoffrey Keating <geoffk@apple.com>
8188
8189 * configure.in: Don't build sim or rda when targetting darwin.
8190 * configure: Regenerate.
8191
8192 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
8193
8194 * configure.in: Add --enable-libssp and --disable-libssp.
8195 * configure: Regenerate with autoconf-2.13.
8196
8197 2005-07-02 Jakub Jelinek <jakub@redhat.com>
8198
8199 * Makefile.def (target_modules): Add libssp.
8200 * configure.in (target_libraries): Add target-libssp.
8201 * configure: Rebuilt.
8202 * Makefile.in: Rebuilt.
8203
8204 2005-07-01 Zack Weinberg <zackw@panix.com>
8205
8206 * MAINTAINERS: Change email address. Resign from maintainership.
8207
8208 2005-07-01 Richard Guenther <rguenther@suse.de>
8209
8210 * MAINTAINERS: Change my e-mail address and affiliation.
8211
8212 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
8213
8214 * Makefile.def (stagefeedback): Come after profile.
8215 Define profiledbootstrap target.
8216 * Makefile.tpl (profiledbootstrap): Remove.
8217 (stageprofile-end): Zap stagefeedback.
8218 (stagefeedback-start): Copy all .gcda files, not only GCC's.
8219 * Makefile.in: Regenerate.
8220
8221 2005-06-13 Richard Sandiford <richard@codesourcery.com>
8222
8223 * MAINTAINERS: Update my email address.
8224
8225 2005-06-13 Zack Weinberg <zack@codesourcery.com>
8226
8227 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
8228 In 'cpp' stanza, support '#line' as well as '# '.
8229
8230 2005-06-08 Andreas Schwab <schwab@suse.de>
8231
8232 * MAINTAINERS: Move myself from 'Write After Approval' to
8233 'CPU Port Maintainers' section as m68k maintainer.
8234
8235 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
8236
8237 * configure.in (unsupported_languages): New macro.
8238 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
8239 non-ported target libraries in noconfigdirs.
8240 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
8241 non-linux-gnu. Remove libgcj_ex_libffi.
8242 <lang_frag loop>: Set add_this_lang=no if the language is in
8243 unsupported_languages.
8244 * configure: Regenerate.
8245
8246 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
8247
8248 * configure.in: Fix typo in handling of --with-mpfr-dir.
8249 * configure: Regenerate.
8250
8251 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
8252
8253 * MAINTAINERS: Update my email address.
8254
8255 2005-06-02 Jim Blandy <jimb@redhat.com>
8256
8257 * config.sub: Add cases for the Renesas m32c. (This patch has been
8258 accepted into the master sources.)
8259
8260 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
8261 Michael Snyder <msnyder@redhat.com>
8262 Stan Cox <scox@redhat.com>
8263
8264 * configure.in: Set noconfigdirs for ms1.
8265
8266 * configure: Regenerate.
8267
8268 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
8269
8270 * MAINTAINERS (Write After Approval): Add self.
8271
8272 2005-06-01 Josh Conner <jconner@apple.com>
8273
8274 * MAINTAINERS (Write After Approval): Add self.
8275
8276 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
8277
8278 * MAINTAINERS: Update my email address.
8279
8280 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
8281
8282 * MAINTAINERS (Write After Approval): Add self.
8283
8284 2005-05-26 Chris Demetriou <cgd@broadcom.com>
8285
8286 * MAINTAINERS (Write After Approval): Remove self.
8287
8288 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
8289
8290 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
8291 (Dependencies): Consider target modules for bootstrap dependencies.
8292 Make target bootstrap modules depend on each stage's gcc.
8293 * Makefile.in: Regenerate.
8294
8295 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
8296
8297 * Makefile.def (configure-gcc): Depend on binutils having been built.
8298 (all-gcc): No need to do it here.
8299 * Makefile.in: Regenerate.
8300
8301 2005-05-19 Paul Brook <paul@codesourcery.com>
8302
8303 * configure.in: Rewrite misleading error message when requested
8304 language cannot be built.
8305 * configure: Regenerate.
8306
8307 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
8308
8309 * ylwrap: Import from Automake 1.9.5.
8310
8311 2005-05-13 David Ung <davidu@mips.com>
8312
8313 * MAINTAINERS (Write After Approval): Add self.
8314
8315 2005-05-09 Mike Stump <mrs@apple.com>
8316
8317 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
8318 lt_cv_sys_max_cmd_len for now.
8319
8320 2005-05-09 Stan Cox <scox@redhat.com>
8321
8322 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
8323
8324 2005-05-08 Matt Kraai <kraai@ftbfs.org>
8325
8326 * README.SCO: Update the URL.
8327
8328 2005-05-05 David Edelsohn <edelsohn@gnu.org>
8329
8330 * ltconfig: Define file_list_spec. Pass file_list_spec and
8331 with_gnu_ld to libtool.
8332 * ltcf-c.sh (aix[45]): Define file_list_spec.
8333 * ltcf-cxx.sh (aix[45]): Same.
8334 * ltcf-gcj.sh (aix[45]): Same.
8335 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
8336 exists, write list of input files to temporary file.
8337
8338 2005-05-04 Mike Stump <mrs@apple.com>
8339
8340 * configure.in: Always pass --target to target configures as
8341 otherwise rebuilds that do --recheck will fail.
8342 * confiugure: Rebuilt.
8343
8344 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
8345
8346 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
8347 STAGE_HOST_EXPORTS.
8348 (configure, all): Add bootstrap support.
8349 (Host modules, target modules): Pass post-stage1 flags and exports.
8350 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
8351 * Makefile.in: Regenerate.
8352
8353 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
8354
8355 * configure: Regenerate.
8356
8357 2005-04-27 Mike Stump <mrs@apple.com>
8358
8359 * MAINTAINERS: Add self as darwin maintainer.
8360
8361 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
8362
8363 * config.sub: Update from master copy.
8364
8365 2005-04-21 Mike Stump <mrs@apple.com>
8366
8367 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
8368 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
8369
8370 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
8371
8372 * configure.in <crisv32-*-*, cris-*-*>: New local variable
8373 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
8374 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
8375 "*-*-elf" and "*-*-linux*".
8376 * configure: Regenerate.
8377
8378 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
8379
8380 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
8381
8382 2005-04-12 Mike Stump <mrs@apple.com>
8383
8384 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
8385
8386 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
8387
8388 * MAINTAINERS (Write After Approval): Add myself.
8389
8390 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
8391
8392 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
8393
8394 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
8395
8396 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
8397 (TARGET_CONFIGARGS): Include --with-target-subdir.
8398 (configure, all): New macros. Use them throughout.
8399 * Makefile.in: Regenerate.
8400
8401 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
8402
8403 * MAINTAINERS (Write After Approval): Add myself.
8404
8405 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8406
8407 * MAINTAINERS: Remove 'loop unrolling' maintainer.
8408
8409 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
8410
8411 * MAINTAINERS: Move John Carr to Write After Approval.
8412
8413 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
8414
8415 * config/mh-mingw32: Delete.
8416 * configure.in: Don't use it.
8417 * configure: Regenerate.
8418
8419 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
8420
8421 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
8422 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
8423 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
8424 (HOST_LIB_PATH): Generate from Makefile.def.
8425 (TARGET_LIB_PATH): Likewise.
8426 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
8427 * Makefile.in: Regenerate.
8428 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
8429 (RPATH_ENVVAR): Include Darwin case.
8430 * configure: Regenerate.
8431
8432 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
8433
8434 * MAINTAINERS (Various Maintainers): Remove self.
8435 (Write After Approval): Add self.
8436
8437 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
8438
8439 * MAINTAINERS (Various Maintainers): Add self.
8440
8441 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
8442
8443 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
8444 * configure: Regenerate.
8445
8446 2005-03-21 Zack Weinberg <zack@codesourcery.com>
8447
8448 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
8449 gcc_version, and gcc_version_trigger from set of flags to pass.
8450 * Makefile.tpl: Remove definitions of above variables.
8451 (config.status): Remove dependency on $(gcc_version_trigger).
8452 * Makefile.in: Regenerate.
8453 * configure.in: Do not reference config/gcc-version.m4 nor
8454 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
8455 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
8456 * configure: Regenerate.
8457
8458 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
8459 Andrew Pinski <pinskia@physics.uc.edu>
8460
8461 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
8462 * Makefile.in: Regenerate.
8463
8464 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
8465
8466 * MAINTAINERS (Write After Approval): Add myself.
8467
8468 2005-03-03 David Ayers <d.ayers@inode.at>
8469
8470 * MAINTAINERS (Write After Approval): Add myself.
8471
8472 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
8473
8474 PR libgcj/20160
8475 * ltmain.sh: Avoid creating archives with components that have
8476 duplicate basenames.
8477
8478 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
8479
8480 PR bootstrap/20250
8481 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
8482 instead of check.
8483 * Makefile.in: Regenerate.
8484
8485 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
8486
8487 * Makefile.in: Regenerate to fix conflict between the previous two
8488 patches.
8489
8490 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
8491
8492 PR bootstrap/17383
8493 * Makefile.def (target_modules): Remove "stage", now unnecessary.
8494 * Makefile.tpl (HOST_SUBDIR): New substitution.
8495 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
8496 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8497 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
8498 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
8499 (Host modules, Bootstrapped modules): Use it.
8500 (Build modules, Target modules): Do not create symlink trees,
8501 always configure out-of-srcdir.
8502 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
8503 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
8504 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
8505 $(HOST_SUBDIR). Create a symlink for host_subdir.
8506
8507 * Makefile.in: Regenerate.
8508 * configure: Regenerate.
8509
8510 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8511
8512 Merged from libada-gnattools-branch:
8513 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
8514
8515 * gnattools: New directory.
8516 * Makefile.def: Add gnattools as a module, depending on target-libada.
8517 * Makefile.in: Regenerate.
8518 * configure.in: Include gnattools in host_tools; disable it if ada
8519 is disabled.
8520 * configure: Regenerate.
8521
8522 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
8523
8524 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
8525 treelang maintainer.
8526 (Write After Approval): Remove myself.
8527
8528 2005-02-23 Paul Schlie <schlie@comcast.net>
8529
8530 * configure.in: Allow darwin targeted ports to build tk, itcl and
8531 libgui.
8532 * configure: Regenerate.
8533
8534 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
8535
8536 PR libgcj/10353
8537 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
8538 * configure: Regenerate.
8539
8540 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
8541
8542 * MAINTAINERS (Write After Approval): Add myself.
8543
8544 2005-02-10 Ian Lance Taylor <ian@airs.com>
8545
8546 * MAINTAINERS: Update my e-mail address.
8547
8548 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
8549
8550 * MAINTAINERS (Write After Approval): Add myself.
8551
8552 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
8553
8554 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
8555 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
8556 target-libgloss when not *-*-elf and *-*-aout.
8557 * configure: Regenerate.
8558
8559 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
8560
8561 * MAINTAINERS: Remove obsolete entries.
8562
8563 * MAINTAINERS (Write After Approval): Add Michael Matz.
8564
8565 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
8566
8567 * MAINTAINERS: Remove self as cpplib maintainer.
8568
8569 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
8570
8571 * install-sh, config.sub: Import from upstream.
8572
8573 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
8574
8575 PR bootstrap/18222
8576 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
8577 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
8578 * Makefile.in: Regenerate.
8579
8580 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
8581
8582 * MAINTAINERS: Update my email address.
8583
8584 2005-01-12 David Edelsohn <edelsohn@gnu.org>
8585 Andreas Schwab <schwab@suse.de>
8586
8587 PR bootstrap/18033
8588 * config-ml.in: Eval option if surrounded by single quotes.
8589
8590 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
8591
8592 Revert 2004-12-28 Makefile changes, a better fix will be
8593 applied to mainline and src after GCC 4.0 branches.
8594
8595 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
8596
8597 PR bootstrap/17383
8598
8599 * Makefile.def (target_modules): Remove stage parameter,
8600 it is always true now.
8601 * Makefile.tpl (configure-build-[+module+],
8602 configure-target-[+module+]): Always build symlink tree
8603 for the directory and for include. BUILD_SUBDIR and
8604 TARGET_SUBDIR cannot be . anymore.
8605 * Makefile.in: Regenerate.
8606
8607 2004-12-25 David Edelsohn <edelsohn@gnu.org>
8608
8609 Revert 2004-12-08 Makefile changes.
8610
8611 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
8612
8613 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
8614 cygwin, mingw.
8615
8616 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
8617
8618 * configure.in (sh64-*-*): Reenable gprof.
8619 * configure: Regenerate.
8620
8621 2004-12-08 David Edelsohn <edelsohn@gnu.org>
8622
8623 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
8624 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
8625 (EXTRA_TARGET_FLAGS): Add PICFLAG.
8626 * Makefile.in: Regenerate.
8627
8628 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
8629
8630 * MAINTAINERS: Update my email address.
8631
8632 2004-12-07 Matt Kraai <kraai@ftbfs.org>
8633
8634 * Makefile.tpl: Generate normal dependencies if the LHS module is
8635 not bootstrapped.
8636 * Makefile.in: Regenerate.
8637
8638 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
8639
8640 * configure.in: Include config/gxx-include-dir.m4. Use
8641 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
8642 * configure: Regenerate.
8643
8644 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
8645
8646 * config.if: Delete.
8647 * configure.in: Set libstdcxx_incdir directly.
8648 * configure: Regenerate.
8649
8650 2004-12-02 Eric Christopher <echristo@redhat.com>
8651
8652 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
8653 * Makefile.in: Regenerate.
8654
8655 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
8656
8657 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
8658 * configure: Regenerate.
8659
8660 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
8661
8662 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
8663 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
8664 * configure: Regenerate.
8665
8666 2004-12-01 Eric Christopher <echristo@redhat.com>
8667
8668 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
8669 of things to remove.
8670
8671 2004-11-29 Matt Kraai <kraai@ftbfs.org>
8672
8673 * MAINTAINERS (Write After Approval): Update my e-mail address.
8674
8675 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
8676
8677 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
8678 from CVS libtool to always pass_all.
8679
8680 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8681
8682 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
8683 (hppa*64*-*-*): Delete incorrect comment.
8684 * configure: Rebuilt.
8685
8686 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
8687
8688 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
8689
8690 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
8691
8692 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
8693 from CVS libtool to always pass_all.
8694
8695 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
8696
8697 * install-sh, compile: Import from automake.
8698
8699 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
8700
8701 * config.guess, config.sub: Import from savannnah.
8702
8703 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
8704
8705 * MAINTAINERS (Write After Approval): Add myself
8706
8707 2004-11-12 Mike Stump <mrs@apple.com>
8708
8709 * Makefile.def: Add html support.
8710 * Makefile.tpl: Likewise.
8711 * Makefile.in: Regenerate.
8712
8713 2004-11-11 Geoffrey Keating <geoffk@apple.com>
8714
8715 PR 18423
8716 * configure.in: Remove all instances of build-fixincludes from
8717 noconfigdirs.
8718 (build_configargs): Supply --target to subdirectories.
8719 * configure: Regenerate.
8720
8721 * Makefile.def: Make gcc install depend on fixincludes install.
8722 * Makefile.in: Regenerate.
8723
8724 2004-11-10 Janis Johnson <janis187@us.ibm.com>
8725
8726 * MAINTAINERS: Add myself as gcc testsuite maintainer.
8727
8728 2004-11-11 Paul Brook <paul@codesourcery.com>
8729
8730 * MAINTAINERS: Add self as arm maintainer. Update email address.
8731
8732 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
8733
8734 * configure.in (noconfigdirs) [mmix-*-*]: Disable
8735 target-libgfortran.
8736 * configure: Regenerate.
8737
8738 2004-11-07 David Edelsohn <edelsohn@gnu.org>
8739
8740 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
8741 like CC.
8742
8743 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
8744
8745 * Makefile.def (host fixincludes): Specify missing targets.
8746 * Makefile.in: Regenerate.
8747
8748 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
8749
8750 * MAINTAINERS: Add myself
8751
8752 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
8753
8754 * MAINTAINERS (Write After Approval): Add myself.
8755
8756 2004-11-04 Geoffrey Keating <geoffk@apple.com>
8757
8758 * Makefile.def: Build fixincludes for the host, too.
8759 * Makefile.in: Regenerate.
8760 * configure.in (host_tools): Add fixincludes.
8761 * configure: Regenerate.
8762
8763 2004-11-04 Daniel Jacobowitz <dan@debian.org>
8764
8765 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
8766 * configure: Regenerated.
8767
8768 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
8769
8770 PR other/17783
8771 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
8772 * configure: Regenerated.
8773
8774 2004-10-31 Mark Mitchell <mark@codesourcery.com>
8775
8776 * README.SCO: Update per FSF instructions.
8777
8778 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
8779
8780 PR target/18151
8781 * configure.in (case ${target}): Do not build fixincludes for avr.
8782 * configure: Regenerated.
8783
8784 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
8785
8786 * configure.in (case ${target}): Do not build fixincludes
8787 on platforms where it is not used.
8788 * configure: Regenerated.
8789
8790 2004-10-23 Daniel Jacobowitz <dan@debian.org>
8791
8792 * configure.in: Use an absolute path to install-sh.
8793 * configure: Regenerated.
8794
8795 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
8796
8797 * MAINTAINERS (Write After Approval): Add myself.
8798
8799 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
8800
8801 * MAINTAINERS: Remove from Write After Approval those that are
8802 already maintainers.
8803
8804 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
8805
8806 * MAINTAINERS: Update my email address.
8807
8808 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
8809
8810 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
8811 * configure: Regenerate.
8812
8813 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
8814
8815 * MAINTAINERS: Update my email address.
8816
8817 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
8818
8819 * MAINTAINERS (Language Front Ends Maintainers): New. Move
8820 entries belonging to this category.
8821
8822 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
8823
8824 * MAINTAINERS: Update my e-mail address.
8825
8826 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
8827
8828 Fix wrong conflict resolution in:
8829
8830 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
8831
8832 * Makefile.in: Regenerate.
8833 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8834 in the recursive `make', instead of hardwiring `all'.
8835 (Autogenerated TARGET-* variables): New.
8836
8837 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
8838
8839 * configure.in: Enable target-libgloss for crx-*-*.
8840 * configure: Regenerate.
8841
8842 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
8843
8844 * MAINTAINERS (Various Maintainers): Move the "windows,
8845 cygwin, mingw" maintainer to ...
8846 (OS Port Maintainers): ... here.
8847
8848 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
8849
8850 * MAINTAINERS (Write After Approval): Remove those that are
8851 maintainers of some subsystem.
8852
8853 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
8854
8855 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
8856 * ltcf-cxx.sh (tpf*): Likewise.
8857 * ltconfig (tpf*): Add TPF OS configuration support.
8858
8859 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
8860
8861 * MAINTAINERS: Change my email address to my new work account.
8862
8863 2004-09-24 Michael Roth <mroth@nessie.de>
8864
8865 * configure.in (--without-headers): Add missing double quotes.
8866 * configure: Regenerate.
8867
8868 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
8869
8870 * ylwrap: Revert to previous version.
8871
8872 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
8873
8874 PR bootstrap/17369
8875 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
8876 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
8877 SET_GCC_LIB_PATH_CMD.
8878 (BASE_TARGET_EXPORTS): Likewise.
8879 * Makefile.in: Regenerated.
8880
8881 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
8882 * configure: Regenerated.
8883
8884 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
8885
8886 * config.guess: New upstream version
8887 * compile, depcomp, install-sh, ylwrap: Likewise.
8888
8889 2004-09-19 Roger Sayle <roger@eyesopen.com>
8890
8891 * config/mh-x86omitfp: New host makefile fragment. Add
8892 -fomit-frame-pointer to the default BOOT_CFLAGS.
8893 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
8894 * configure: Regenerate.
8895
8896 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
8897
8898 PR target/11572
8899 * configure.in (*-*-darwin*): Renable libobjc.
8900 * configure: Regenerate.
8901
8902 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
8903
8904 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
8905
8906 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
8907
8908 * Makefile.def: Remove libbanshee.
8909 * Makefile.tpl: Ditto.
8910 * configure.in: Ditto.
8911 * Makefile.in: Regen.
8912 * configure: Ditto.
8913
8914 2004-09-08 David Edelsohn <edelsohn@gnu.org>
8915
8916 * ltmain.sh: Use $pic_object as $non_pic_object if
8917 $non_pic_object=none.
8918
8919 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
8920
8921 * missing: Import latest version from master repository.
8922
8923 2004-09-06 Nick Clifton <nickc@redhat.com>
8924
8925 * config.sub: Import latest version from master repository.
8926 * config.guess: Likewise.
8927 This includes these changes:
8928
8929 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
8930
8931 * config.sub: Handle crisv32, alias etraxfs.
8932 * config.guess (crisv32:Linux:*:*): Handle.
8933
8934 2004-08-13 Brad Smith <brad@comstyle.com>
8935
8936 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
8937 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
8938
8939 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
8940
8941 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
8942 assume the processor is a powerpc. This is because coreutils
8943 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
8944 in this case, due to a MacOS X bug that causes
8945 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
8946 to return a negative number.
8947 Problem reported by Petter Reinholdtsen in:
8948 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
8949
8950 2004-07-19 Ben Elliston <bje@gnu.org>
8951
8952 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
8953
8954 2004-06-24 Ben Elliston <bje@gnu.org>
8955
8956 * config.guess: Update copyright years.
8957 * config.sub: Likewise.
8958
8959 2004-06-22 Robert Millan <robertmh@gnu.org>
8960
8961 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
8962 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
8963
8964 2004-06-22 Stanley F. Quayle <stan@stanq.com>
8965
8966 * config.guess (*:*VMS:*:*): New entry. Replaces
8967 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
8968 manufacturer.
8969
8970 2004-06-22 Ben Elliston <bje@gnu.org>
8971
8972 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
8973 * config.sub: Likewise.
8974
8975 2004-06-22 Ben Elliston <bje@gnu.org>
8976
8977 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
8978 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
8979
8980 2004-06-11 Ben Elliston <bje@gnu.org>
8981
8982 * config.guess (pegasos:OpenBSD:*:*): Remove.
8983
8984 2004-06-11 Ben Elliston <bje@gnu.org>
8985
8986 From Wouter Verhelst <wouter@grep.be>:
8987 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
8988
8989 2004-06-11 Ben Elliston <bje@gnu.org>
8990
8991 * config.guess (luna88k:OpenBSD:*:*): New.
8992
8993 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
8994
8995 * config.guess (m32r*:Linux:*:*): New case.
8996 * config.sub: Handle m32rle.
8997
8998 2004-03-12 Ben Elliston <bje@wasabisystems.com>
8999
9000 From Jens Petersen <petersen@redhat.com>:
9001 * config.sub: Handle sparcv8.
9002
9003 2004-03-03 Ben Elliston <bje@wasabisystems.com>
9004
9005 From Tom Smith <smith@cag.lkg.hp.com>:
9006 * config.guess: Version suffixes are equally significant on Tru64
9007 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
9008 prefix of "P" (patched kernel).
9009
9010 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
9011
9012 * config.sub: Add support for National Semiconductor CRX target.
9013
9014 2004-09-03 Janis Johnson <janis187@us.ibm.com>
9015
9016 * MAINTAINERS (Various Maintainers): Remove myself as web page
9017 maintainer, add myself as maintainer of build status lists.
9018
9019 2004-09-03 Jan Beulich <jbeulich@novell.com>
9020
9021 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
9022 *-*-netware, but add target-libmudflap.
9023 Consolidate *-*-netware targets (of which really only i?86 exists)
9024 into a single entry.
9025 * configure: Likewise.
9026
9027 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
9028
9029 * Makefile.tpl (sorry): Remove.
9030 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
9031 (cleanstrap targets): Depend on distclean, not distclean-stage1.
9032 (do-clean): Clean per-stage directories too.
9033 (do-distclean): Run distclean-stage1 too.
9034 (.NOTPARALLEL): Enable during toplevel bootstrap.
9035 (stage[+id+]-bubble): Enable parallel execution during
9036 the recursive invocation.
9037 * Makefile.in: Regenerate.
9038
9039 Fix previous checkin:
9040
9041 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
9042 include.
9043 * configure.in: Fix indentation.
9044 * configure: Regenerate.
9045
9046 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
9047
9048 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
9049 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
9050 * configure: regenerate
9051 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
9052 -mdynamic-no-pic
9053
9054 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
9055
9056 * Makefile.def (build_modules): Add fixincludes.
9057 (dependencies): Make gcc depend on fixincludes.
9058 * configure.in (build_tools): Add fixincludes.
9059 (build_configdirs): Always include build_libs.
9060 * Makefile.in: Regenerate.
9061 * configure: Regenerate.
9062
9063 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
9064
9065 * Makefile.def (bootstrap stages): Add 'lean' parameter.
9066 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
9067 phony targets; do not generate timestamp files.
9068 (distclean-stageN): Remove references to their timestamp files.
9069 (restageN, touch-stageN): Remove.
9070 (stageN-bubble): Rewritten.
9071 (compare): Support lean bootstraps.
9072 * Makefile.in: Regenerate.
9073
9074 * configure.in: Only warn when bootstrapping but
9075 build != host or build != target. Support lean bootstraps.
9076 * configure: Regenerate.
9077
9078 2004-08-26 Phil Edwards <phil@codesourcery.com>
9079
9080 * configure.in: Give a better error message if GMP/MPFR are missing
9081 and a language needing them has been requested.
9082 * configure: Regenerated.
9083
9084 2004-08-25 Phil Edwards <phil@codesourcery.com>
9085
9086 * configure.in: Print a list of available language front-ends if
9087 a requested one is missing. Tidy stray tab characters.
9088 * configure: Regenerated.
9089
9090 2004-08-19 Michael Koch <konqueror@gmx.de>
9091
9092 * gcc/doc/install.texi: Update entry about automake for libjava.
9093
9094 2004-08-17 Robert Millan <robertmh@gnu.org>
9095
9096 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
9097 (instead of FreeBSD).
9098 * configure: Regenerate.
9099
9100 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
9101
9102 * Makefile.in: Regenerate.
9103 * configure: Regenerate.
9104
9105 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
9106 stage_*_flags.
9107 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
9108 for bootstrapped modules if toplevel bootstrap is going.
9109 (GCC bootstrap): Generate per-stage targets for all bootstrapped
9110 modules. Adjust for changes in Makefile.def. Enable several
9111 rules even in non-bootstrap mode, just to avoid peppering the
9112 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
9113 (stage-[+prev+]-bubble): Remove.
9114
9115 * Makefile.def (Dependencies): Depend on all-build-bison,
9116 all-build-flex, all-build-byacc, all-build-texinfo, rather
9117 than the host variations.
9118 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
9119 with BUILD_SUBDIR.
9120 (BISON): Update for recent Bisons.
9121 (YACC): Fix typo.
9122 (cross): Depend on all-build.
9123 (all): Do not depend on all-build.
9124 (prebootstrap): Remove.
9125 (dep-kind): Accept separate prefixes for MODULE and ON variables.
9126 (Prebootstrap dependencies): Add them to the per-stage targets
9127 and to all-prebootstrap.
9128 * configure.in (build_configdirs): Always enable build_tools.
9129 (BUILD_DIR_PREFIX): Remove.
9130
9131 * Makefile.def (gcc): Add target variable.
9132 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
9133 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9134 in the recursive `make', instead of hardwiring `all'.
9135 (Autogenerated TARGET-* variables): New.
9136
9137 2004-08-13 Brian Booth <bbooth@redhat.com>
9138
9139 * MAINTAINERS: Remove myself from write-after-approval.
9140
9141 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
9142
9143 * src-release: Stop distributing mmalloc with gdb (which doesn't
9144 use it).
9145 * Makefile.def: GDB doesn't depend on mmalloc anymore.
9146 * Makefile.in: Regenerate.
9147
9148 2004-08-09 Mark Mitchell <mark@codesourcery.com>
9149
9150 * configure.in (arm*-*-eabi*): New target.
9151 * configure: Regenerate.
9152
9153 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
9154
9155 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
9156 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
9157 (Dependencies): New section.
9158 * Makefile.tpl (Dependencies): Generate from Makefile.def.
9159 (configure-target-[+module+]): Depend on maybe-all-gcc
9160 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
9161 (toplevel profiledbootstrap): Fix dependencies.
9162 * Makefile.in: Regenerate.
9163
9164 2004-08-03 Mark Mitchell <mark@codesourcery.com>
9165
9166 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
9167 target-libiberty to noconfigdirs.
9168 * configure: Regenerate.
9169
9170 2004-08-03 Paul Brook <paul@codesourcery.com>
9171
9172 * configure.in: Check for MPFR as well as GMP.
9173 * configure: Regenerate.
9174
9175 2004-08-01 Robert Millan <robertmh@gnu.org>
9176
9177 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
9178 libmudflap for all GNU-based systems (with Glibc).
9179 * configure: Regenerate.
9180
9181 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
9182
9183 * Makefile.def (host-modules): Add gcc.
9184 * Makefile.in: Regenerate.
9185 * Makefile.tpl (sorry): New rule.
9186 (configure-host, all-host, [+make_target+]-host, do-check,
9187 install-host): Do not add gcc as a special case.
9188 (host modules): Add a small special-casing for gcc. Export
9189 extra_make_flags through the environment.
9190 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
9191 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
9192 other recursive targets for gcc): Remove.
9193
9194 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
9195 (stage, unstage): New rules.
9196 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
9197 distclean-stage[+id+]): Use stage_current.
9198 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
9199 the stage*-start rules.
9200
9201 2004-08-02 Geoffrey Keating <geoffk@apple.com>
9202
9203 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
9204 use -all_load flag.
9205
9206 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
9207
9208 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
9209 * configure: Regenerate.
9210
9211 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
9212
9213 * maintainer-scripts/gcc_release: Revert yesterday's change.
9214
9215 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
9216
9217 * MAINTAINERS: Add myself to write-after-approval.
9218
9219 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
9220
9221 * libf2c: Removed.
9222 * gcc/gccbug.in: Updated because of libf2c removal.
9223 * maintainer-scripts/gcc_release: Ditto.
9224
9225 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
9226
9227 * configure.in: Build libmudflap by default on FreeBSD.
9228 * configure: Regenerated.
9229
9230 2004-07-09 Mark Mitchell <mark@codesourcery.com>
9231
9232 * configure.in: Do not build libmudflap by default on non-GNU/Linux
9233 systems.
9234 * configure: Regenerated.
9235
9236 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9237
9238 PR target/16344
9239 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
9240 feedback based compiler.
9241 * Makefile.in: Rebuilt.
9242
9243 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
9244
9245 * Makefile.def (host_modules): Set bootstrap=true for flex.
9246 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
9247 * Makefile.in: Rebuilt.
9248
9249 2004-07-07 Jan Hubicka <jh@suse.cz>
9250
9251 * MAINTAINERS: Add self as a profile feedback maintainer.
9252
9253 2004-07-05 Phil Edwards <phil@codesourcery.com>
9254
9255 * configure.in: Do not prepend $srcdir to /dev/null in
9256 makefile fragments.
9257 * configure: Regenerate.
9258
9259 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
9260
9261 * Makefile.def (build_modules): Add bison, byacc, flex,
9262 m4, texinfo.
9263 (flags_to_pass): Add FLEX.
9264 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
9265 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
9266 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
9267 DEFAULT_MAKEINFO): Remove.
9268 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
9269 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
9270 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
9271 objdir or else use configured tool.
9272 (all-build): New.
9273 (all): Depend on it.
9274 (Build module dependencies): Add.
9275 * Makefile.in: Regenerate.
9276 * configure.in: Better support for multiple build modules,
9277 matching what is done for host/target modules. Do not look
9278 for "plausible" locations of build tools if Canadian cross.
9279 Use autoconf's AC_PROG_CC to find a C compiler. Define
9280 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
9281 * configure: Regenerate.
9282
9283 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
9284
9285 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
9286 * Makefile.in: Regenerate.
9287
9288 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
9289
9290 * Makefile.tpl (configure-build-[+module+],
9291 configure-[+module+], configure-target-[+module+]): Pass
9292 [+extra_configure_args+].
9293 (all-build-[+module+], all-[+module+], check-[+module+],
9294 install-[+module+], [+make_target+]-[+module+],
9295 all-target-[+module+], check-target-[+module+],
9296 install-target-[+module+], [+make_target+]-target-[+module+]):
9297 Pass [+extra_make_args+].
9298 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
9299 (GCC_HOST_EXPORTS): Remove.
9300 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
9301 cross, check-gcc, check-gcc-c++, install-gcc,
9302 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
9303 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
9304 * Makefile.in: Regenerate.
9305
9306 2004-06-21 Matthew Sachs <msachs@apple.com>
9307
9308 * MAINTAINERS: Added self to write-after-approval.
9309
9310 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
9311
9312 * configure.in: Check for srcdir/winsup rather than build directory
9313 winsup.
9314 * configure: Regenerate.
9315
9316 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
9317
9318 * configure.in: Don't build Cygwin native newlib if winsup
9319 directory is missing. Emit warning instead.
9320 * configure: Regenerate.
9321
9322 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
9323
9324 * Makefile.tpl (touch-stage[+id+]): New.
9325 (restage[+prev+]): Depend on touch-stage[+id+].
9326
9327 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
9328 Use it throughout.
9329
9330 * Makefile.def: Add profile and feedback bootstrap stages.
9331 Remove next field from bootstrap stages.
9332 * Makefile.tpl (LN, LN_S): Substitute.
9333 (stageN-start, stageN-end): Use double-colon rules, to
9334 provide a hook for additional setup commands.
9335 (distclean-stageN-gcc, restageN): Create dependencies from
9336 [+prev+], not from [+next+].
9337 (stageN-bubble): Add commands for successive stages from
9338 [+prev+], using double-colon rules.
9339 (all-stageN-gcc): Fix typo.
9340 (stagefeedback-start, profiledbootstrap): New.
9341 * Makefile.in: Regenerate.
9342 * configure.in: Call ACX_PROG_LN.
9343 * configure: Regenerate.
9344
9345 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
9346
9347 * MAINTAINERS (Write After Approval): Add myself.
9348
9349 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
9350
9351 * MAINTAINERS (Write After Approval): Add myself.
9352
9353 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
9354
9355 * configure.in: Fix --enable-bootstrap breakage introduced in trees
9356 without gcc.
9357 * configure: Regenerate.
9358
9359 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
9360
9361 * Makefile.tpl: Fix typo.
9362 * Makefile.in: Regenerate.
9363
9364 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
9365
9366 * configure.in: Remove new- prefix from toplevel
9367 bootstrap targets.
9368 * configure: Regenerate.
9369
9370 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
9371
9372 * Makefile.tpl (all.normal): Rename to all.
9373 (all): Replace with a rule to pick the default
9374 target from configure.
9375 (all-gcc, configure-gcc): Use conditionals to
9376 do nothing when toplevel bootstrap is going on.
9377 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
9378 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
9379 * configure.in: Support --enable-bootstrap.
9380
9381 * Makefile.def: Remove new- prefix from toplevel
9382 bootstrap targets.
9383 * Makefile.tpl: Likewise.
9384
9385 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
9386 target.
9387
9388 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
9389 $(RECURSE_FLAGS) to recursive invocation of make.
9390
9391 * Makefile.in: Regenerate.
9392 * configure: Regenerate.
9393
9394 2004-05-30 Andreas Jaeger <aj@suse.de>
9395 Jim Wilson <wilson@specifixinc.com>
9396
9397 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
9398 like CC.
9399
9400 2004-05-27 Daniel Jacobowitz <dan@debian.org>
9401
9402 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
9403 * configure: Regenerate.
9404
9405 2004-05-25 Daniel Jacobowitz <drow@false.org>
9406
9407 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
9408 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
9409 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
9410 targets.
9411 * Makefile.in: Regenerate.
9412
9413 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
9414
9415 * configure.in: Test the ability to symlink directories.
9416 * configure: Regenerate.
9417
9418 * Makefile.def (bootstrap-stage): New definitions.
9419 * Makefile.tpl (configure-stage1-gcc,
9420 configure-stage2-gcc, configure-stage3-gcc,
9421 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
9422 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
9423 new-restage3, compare): Autogenerate, see Makefile.in
9424 entry for behavioral changes.
9425 (distclean-stage1, new-stage1-start, new-stage1-end,
9426 new-stage1-bubble, distclean-stage2, new-stage2-start,
9427 new-stage2-end, new-stage2-bubble, distclean-stage3,
9428 new-stage3-start, new-stage3-end): New autogenerated targets.
9429 (objext, prebootstrap, BOOT_CFLAGS,
9430 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
9431 targets.
9432
9433 * Makefile.in: Regenerate.
9434 (distclean-stage1, new-stage1-start, new-stage1-end,
9435 new-stage1-bubble, distclean-stage2, new-stage2-start,
9436 new-stage2-end, new-stage2-bubble, distclean-stage3,
9437 new-stage3-start, new-stage3-end): New targets.
9438 (all-stage1-gcc): Move prebootstrap dependency from here...
9439 (configure-stage1-gcc): ...to here.
9440 (new-bootstrap): Use bubble targets.
9441 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9442 Use per-stage distclean targets.
9443 (configure-stage1-gcc, configure-stage2-gcc,
9444 configure-stage3-gcc, all-stage1-gcc,
9445 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
9446 Use new-stageN-start to prepare the tree.
9447
9448 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
9449
9450 * Makefile.def (host_modules): add libcpp.
9451 * Makefile.tpl: Add dependencies on and for libcpp.
9452 * Makefile.in: Regenerate.
9453 * configure.in: Add libcpp host module.
9454 * configure: Regenerate.
9455
9456 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
9457
9458 * Makefile.tpl: Whenever a recursive target is defined, wrap
9459 it in a special @if/@endif block, and prepare its maybe
9460 dependency in the @if/@endif block
9461 * configure.in: Instead of writing maybe dependencies, remove
9462 the @if/@endif statements, and remove the @if/@endif blocks
9463 that remain.
9464 * configure: Regenerate.
9465 * Makefile.in: Regenerate.
9466
9467 2004-05-20 Janis Johnson <janis187@us.ibm.com>
9468
9469 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
9470
9471 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
9472
9473 PR bootstrap/15120
9474 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
9475 * */configure: Rebuilt.
9476
9477 2004-05-17 Zack Weinberg <zack@codesourcery.com>
9478
9479 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
9480 of libf2c.
9481 * configure, Makefile.in: Regenerate.
9482
9483 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
9484
9485 * MAINTAINERS (Write After Approval): Add myself.
9486
9487 2004-05-13 Diego Novillo <dnovillo@redhat.com>
9488
9489 Merge from tree-ssa-20020619-branch.
9490
9491 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
9492 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
9493 (HOST_GMPLIBS): Define.
9494 (HOST_GMPINC): Define.
9495 (TARGET_LIB_PATH): Add libmudflap.
9496 (GFORTRAN_FOR_TARGET): Define.
9497 (configure-build*): Export GFORTRAN.
9498 (configure-gcc): Export GMPLIBS and GMPINC.
9499 (all-gcc): Add maybe-all-libbanshee.
9500 (configure-target-libgfortran): Define.
9501 * Makefile.in: Regenerate.
9502 * configure.in (host_libs): Add libbanshee.
9503 (target_libraries): Add target-libmudflap and target-libgfortran.
9504 Add --with-libbanshee.
9505 Handle --disable-libmudflap.
9506 (*-*-freebsd*): Use with_gmp.
9507 Add $(libgcj) to noconfigdirs.
9508 * configure: Regenerate.
9509 * depcomp: New file.
9510 * MAINTAINERS: Add tree-ssa maintainers.
9511
9512 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
9513
9514 * MAINTAINERS (Various Maintainers): Add myself.
9515
9516 2004-04-30 Brian Ford <ford@vss.fsi.com>
9517
9518 * MAINTAINERS (Write After Approval): Add myself.
9519
9520 2004-04-29 Uros Bizjak <uros@kss-loka.si>
9521
9522 * MAINTAINERS (Write After Approval): Add myself.
9523
9524 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
9525
9526 * config/acx.m4: Fix fastcompare support for new-bootstrap.
9527 * configure: Regenerate.
9528
9529 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
9530
9531 Revert:
9532 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
9533
9534 * Makefile.def (flags_to_pass): Remove *dir variables that
9535 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9536 as well as prefix and exec_prefix.
9537 * Makefile.in: Regenerate.
9538
9539 2004-04-26 Robert Millan <robertmh@gnu.org>
9540
9541 Add patches from libtool CVS.
9542 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
9543 * ltconfig: Likewise.
9544 * ltcf-c.sh: Likewise.
9545 * ltcf-cxx.sh: Likewise.
9546 * ltcf-gcj.sh: Likewise.
9547
9548 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
9549
9550 * Makefile.def (host_modules): Mark with the bootstrap
9551 flag packages on which gcc depends.
9552 * Makefile.tpl (all-bootstrap): Use it.
9553 * Makefile.in: Regenerate.
9554
9555 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
9556
9557 * Makefile.def (flags_to_pass): Remove *dir variables that
9558 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9559 as well as prefix and exec_prefix.
9560 * Makefile.in: Regenerate.
9561
9562 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
9563
9564 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
9565 * configure: Regenerate.
9566 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
9567 * gcc/Makefile.tpl (compare): Use the result of the test.
9568 * gcc/Makefile.in: Regenerate.
9569
9570 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
9571
9572 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
9573 Always relocate gcc and prev-gcc to the original names, even
9574 if the build fails.
9575 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9576 New targets.
9577
9578 2004-04-23 Laurent GUERBY <laurent@guerby.net>
9579
9580 * MAINTAINERS: Update my email address.
9581
9582 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9583
9584 * configure.in (mips*-*-irix5*): Enable ld.
9585 * configure: Regenerate.
9586
9587 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9588
9589 * configure: Regenerate.
9590
9591 2004-04-15 James E Wilson <wilson@specifixinc.com>
9592
9593 * Makefile.tpl (configure-[+module+], configure-gcc,
9594 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
9595 Set and export LDFLAGS.
9596 * Makefile.in: Regenerate.
9597
9598 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
9599
9600 * MAINTAINERS: Add myself to write-after-approval.
9601
9602 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
9603
9604 PR bootstrap/14871
9605 * Makefile.tpl: If we don't have built-in-tree target tools,
9606 use the ones found by configure rather than hacking around with
9607 program_transform_name.
9608 * configure.in: Give Makefile.tpl the information necessary
9609 to do that.
9610 * Makefile.in: Regenerate.
9611 * configure: Regenerate.
9612
9613 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
9614
9615 PR bootstrap/14760
9616 * configure.in: When computing baseargs, strip *all* copies of
9617 offending options. Also, don't match/substitute the trailing space,
9618 so that this actually works when two similar options are separated by
9619 only one space.
9620 * configure: Regenerate.
9621
9622 2004-04-06 David Edelsohn <edelsohn@gnu.org>
9623
9624 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
9625 (rs6000-*-aix*): Same.
9626 * configure: Regenerate.
9627
9628 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
9629
9630 * MAINTAINERS: Add myself to write-after-approval.
9631
9632 2004-04-03 Bud Davis <bdavis9659@comcast.net>
9633
9634 * MAINTAINERS: Add myself to write-after-approval.
9635
9636 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
9637
9638 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
9639 STRICT_WARN, WARN_CFLAGS flags passed down to make.
9640 * Makefile.in: Regenerate.
9641
9642 * configure.in (top level bootstrap support): Rework --enable-werror
9643 to set @stage2_werror_flag@.
9644 * configure: Regenerate.
9645 * Makefile.tpl (top level bootstrap support): Pass
9646 @stage2_werror_flag@ down to configure in stages 2 and 3.
9647 * Makefile.in: Regenerate.
9648
9649 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
9650
9651 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
9652 for stages 2 and 3 as well as in make. As a consequence, remove
9653 OUTPUT_OPTION (now detected by configure) from the flags passed down
9654 to make.
9655 * Makefile.in: Regenerate.
9656
9657 * Makefile.tpl (new-bootstrap): Fix typo.
9658 * Makefile.in: Regenerate.
9659
9660 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
9661
9662 * Makefile.tpl: Rearrange by moving recursive_targets rules
9663 into their proper sections.
9664 * Makefile.tpl (top level bootstrap support): Move disabling
9665 of coverage flags from 'make' to 'configure'; improve comments.
9666 * Makefile.in: Regenerate.
9667
9668 * Makefile.tpl (experimental top level bootstrap) Move stage1
9669 language setting from all- target to configure- target; disable
9670 intermodule optimization in stage 1; prevent gratuitous rebuilds
9671 of stage 1.
9672 * Makefile.in: Regenerate.
9673 * configure.in: Comma-separate stage 1 language list for top
9674 level bootstrap.
9675 * configure: Regenerate.
9676
9677 * Makefile.tpl: Clean up experimental top level bootstrap support:
9678 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
9679 prev-gcc in configure- targets as well as all- targets.
9680 * Makefile.in: Regenerate.
9681
9682 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
9683
9684 * compile: New file imported from automake.
9685
9686 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
9687
9688 * configure.in: Remove symbolic link section.
9689 * configure: Regenerate.
9690 * Makefile.tpl (links): Remove.
9691 * Makefile.in: Regenerate.
9692
9693 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
9694 Nathanael Nerode <neroden@gcc.gnu.org>
9695
9696 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
9697 Set with AC_CHECK_PROGS.
9698 * configure.in: Fix comment typo from last patch.
9699 * configure: Regenerate.
9700
9701 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
9702
9703 * Makefile.tpl: Introduce experimental top level bootstrap support.
9704 * Makefile.in: Regenerate.
9705 * configure.in: Introduce support for top level bootstrap.
9706 * configure: Regenerate.
9707
9708 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
9709 Paolo Bonzini <bonzini@gnu.org>
9710
9711 PR bootstrap/14522
9712 * configure.in: Cope with shells that do not support unquoted ^
9713 * configure: Regenerate.
9714
9715 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
9716 Paolo Bonzini <bonzini@gnu.org>
9717
9718 PR bootstrap/14522
9719 * configure.in: Cope with shells that do not support nesting
9720 quotes inside quoted backquote substitutions.
9721 * configure: Regenerate.
9722
9723 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
9724
9725 PR bootstrap/14522
9726 * configure.in: Fix escaping of $.
9727 * configure: Regenerate.
9728
9729 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
9730
9731 * configure: Regenerate, since I forgot to while committing Paolo's
9732 changes.
9733
9734 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
9735
9736 PR ada/14131
9737 Move language detection to the top level.
9738 * configure.in: Find default values for the tools as
9739 soon as possible. Disable ada if GNAT is not found.
9740 Emit error message about missing languages. Expand
9741 --enable-languages=all for the gcc subdirectory.
9742
9743 2004-03-10 Ben Elliston <bje@gnu.org>
9744
9745 * MAINTAINERS: Update my email address.
9746
9747 2004-03-05 David Edelsohn <edelsohn@gnu.org>
9748
9749 * ltconfig: Disable building static libraries if building shared
9750 libraries on AIX 5L.
9751
9752 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
9753
9754 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
9755 and disable libgcj.
9756 * configure: Regenerated.
9757
9758 2004-03-01 Brian Booth <bbooth@redhat.com>
9759
9760 * MAINTAINERS: Add myself to write-after-approval.
9761
9762 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
9763
9764 * MAINTAINERS: Add myself to write-after-approval.
9765
9766 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
9767
9768 PR bootstrap/7087
9769 * Makefile.tpl: Guard XFOO sed statements better.
9770 * Makefile.tpl: Add dependency for configure-target-libada.
9771 * Makefile.in: Regenerate (incidentally fixes broken
9772 commit when libada-branch was merged).
9773
9774 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
9775
9776 * MAINTAINERS: Add myself to write-after-approval.
9777
9778 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
9779
9780 * MAINTAINERS: Add Nicola Pero and myself as libobjc
9781 maintainers.
9782
9783 2004-02-20 Andrew Cagney <cagney@redhat.com>
9784
9785 * config.guess: Update from version 2003-10-16 to 2004-02-16.
9786 * config.sub: Update from version 2003-11-03 to 2004-02-16.
9787
9788 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
9789
9790 PR bootstrap/11932
9791 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
9792
9793 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
9794
9795 * MAINTAINERS: Added myself to write-after-approval.
9796
9797 2004-02-14 Michael Koch <konqueror@gmx.de>
9798
9799 * MAINTAINERS: Added myself to write-after-approval.
9800
9801 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
9802
9803 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
9804 some OS port maintainers to OS port maintainers section.
9805
9806 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
9807
9808 * MAINTAINERS: Add self.
9809
9810 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
9811
9812 * MAINTAINERS: Alphabetize.
9813
9814 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
9815
9816 * MAINTAINERS: Remove myself.
9817
9818 2004-02-11 David Edelsohn <edelsohn@gnu.org>
9819
9820 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
9821 (rs6000-*-aix*): Same.
9822 * configure: Regenerate.
9823
9824 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
9825
9826 * configure.in (host): Add in missing $noconfigdirs to defines.
9827 * configure: Regenerate.
9828
9829 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
9830 Nathanael Nerode <neroden@gcc.gnu.org>
9831
9832 PR ada/6637, PR ada/5911
9833 Merge with libada-branch:
9834 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
9835 with appropriate dependencies. Add --enable-libada configure switch.
9836 * configure, Makefile.in: Regenerate.
9837
9838 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
9839
9840 * MAINTAINERS: Add myself to write-after-approval.
9841
9842 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9843
9844 * configure.in: Don't pass --with-stabs on IRIX 5 either.
9845 * configure: Regenerate.
9846
9847 2004-02-04 Geoffrey Keating <geoffk@apple.com>
9848
9849 Merge from upstream:
9850
9851 * ltmain.in: When setting IFS to '~', be careful about user
9852 arguments that contain '~'.
9853
9854 2004-02-04 Peter O'Gorman <peter@pogma.com>
9855
9856 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
9857 Also test $base_compile against $CC with escaped arguments. Bug
9858 reported by Geoff Keating <geoffk@apple.com>.
9859
9860 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
9861
9862 * MAINTAINERS: Remove i960 port.
9863
9864 2004-01-23 DJ Delorie <dj@redhat.com>
9865
9866 * Makefile.def (target_modules) [libiberty]: Don't stage.
9867 * Makefile.in: Rebuilt.
9868
9869 2004-01-20 Caroline Tice <ctice@apple.com>
9870
9871 * MAINTAINERS: Add myself to write-after-approval.
9872
9873 2004-01-19 Paolo Carlini <pcarlini@suse.de>
9874
9875 * MAINTAINERS: Update my email address.
9876
9877 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
9878
9879 * MAINTAINERS: Add myself to write-after-approval.
9880
9881 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
9882
9883 * MAINTAINERS: Remove entries without email address.
9884
9885 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
9886
9887 * MAINTAINERS: Add myself to write-after-approval.
9888
9889 2004-01-15 Steven Bosscher <stevenb@suse.de>
9890
9891 * MAINTAINERS: Update my email address.
9892
9893 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
9894
9895 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
9896 * Makefile.tpl (configure-target-[+module+]): Support stage.
9897 * Makefile.in: Rebuilt.
9898
9899 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
9900
9901 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
9902
9903 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
9904
9905 * MAINTAINERS: Add myself as a MIPS maintainer.
9906
9907 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
9908
9909 * configure.in: Use ./config.cache, not config.cache.
9910 * configure: Regenerate.
9911 * Makefile.tpl: Special-casing not needed for GCC any more.
9912 * Makefile.in: Regenerate.
9913
9914 * configure.in: Don't share a cache file for host dirs.
9915 * configure: Regenerate.
9916
9917 * config-ml.in: Don't mess with the cache file.
9918
9919 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
9920
9921 * MAINTAINERS: Move myself from 'Write After Approval' to
9922 'CPU Port Maintainers' section as SPARC maintainer.
9923
9924 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
9925
9926 * Makefile.tpl: Make GCC use a separate config.cache.
9927 * Makefile.in: Regenerate.
9928
9929 PR bootstrap/11932, PR bootstrap/11933
9930 (I don't know if it will fix either of them, but it relates
9931 to them.)
9932 * configure.in: Don't use shared config.cache for target
9933 directories.
9934 * configure: Regenerate.
9935
9936 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
9937
9938 * MAINTAINERS: Add myself to 'Write After Approval' section.
9939
9940 2003-12-31 Roger Sayle <roger@eyesopen.com>
9941
9942 * configure.in (ia64*-*-hpux*): Disable building java libraries.
9943 * configure: Regenerated.
9944
9945 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
9946
9947 * MAINTAINERS: Remove the mn10200 maintainer.
9948
9949 2003-12-21 Bernardo Innocenti <bernie@develer.com>
9950
9951 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
9952 * configure: Regenerated.
9953
9954 2003-12-16 Jan Hubicka <jh@suse.cz>
9955
9956 * MAINTAINERS: Add myself as callgraph maintainer.
9957
9958 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
9959
9960 * configure.in (raw_libstdcxx_flags): Remove the leading space.
9961 * configure: Regenerate.
9962
9963 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
9964
9965 * MAINTAINERS: Move myself from 'Bug database only accounts' to
9966 'Write After Approval' section. Update email.
9967
9968 2003-12-01 James Lemke <jim@wasabisystems.com>
9969
9970 * MAINTAINERS (Write After Approval): Add myself.
9971
9972 2003-11-20 Matt Thomas <matt@3am-software.com>
9973
9974 * MAINTAINERS: Add myself as a vax port maintainer.
9975
9976 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
9977
9978 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
9979 (configure-build-[+module+], configure-[+module+]): Likewise.
9980 (configure-target-[+module+], configure-gcc, config.status): Likewise.
9981 * Makefile.in: Regenerate.
9982
9983 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
9984
9985 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
9986 shared/dylibed libraries.
9987 * ltmain.sh: Likewise.
9988 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
9989 * ltcf-cxx.sh: Likewise.
9990 * ltcf-gcj.sh: Likewise.
9991 * ltconfig: Likewise.
9992
9993 2003-11-17 Stan Cox <scox@redhat.com>
9994
9995 * MAINTAINERS: Add myself as iq2000 port maintainer.
9996
9997 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
9998
9999 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
10000 * Makefile.in: Regenerate.
10001
10002 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
10003
10004 * config.sub: Update to 2003-11-03 version.
10005
10006 2003-10-20 Phil Edwards <phil@codesourcery.com>
10007
10008 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
10009 * configure: Regenerate.
10010
10011 2003-10-20 Nicolas Pitre <nico@cam.org>
10012
10013 * MAINTAINERS: Add myself to 'Write After Approval' section.
10014
10015 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
10016
10017 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10018
10019 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
10020
10021 * MAINTAINERS: Update my email address.
10022
10023 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10024
10025 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
10026
10027 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
10028
10029 * MAINTAINERS: Add myself to 'Write After Approval' section.
10030
10031 2003-10-16 Bernardo Innocenti <bernie@develer.com>
10032
10033 * config.guess: Update to 2003-10-16 version.
10034 * config.sub: Update to 2003-10-16 version.
10035
10036 2003-10-15 David Daney <ddaney@avtrex.com>
10037
10038 * MAINTAINERS: Added myself to 'Write After Approval' section.
10039
10040 2003-10-15 Falk Hueffner <falk@debian.org>
10041
10042 * MAINTAINERS: Move myself from 'Bug database only accounts' to
10043 'Write After Approval' section. Update email.
10044
10045 2003-10-14 Roger Sayle <roger@eyesopen.com>
10046
10047 * MAINTAINERS: Move myself from 'Write After Approval' to
10048 'Various Maintainers' section as middle-end maintainer.
10049
10050 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
10051
10052 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
10053 HOST_FLAGS_TO_PASS.
10054 * Makefile.in: Regenerate.
10055
10056 2003-10-11 Bernardo Innocenti <bernie@develer.com>
10057
10058 * config.guess: Update to 2003-10-07 version.
10059 * config.sub: Update to 2003-10-07 version.
10060
10061 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10062
10063 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
10064 * ltconfig (irix5*, irix6*): Don't override version_type.
10065
10066 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
10067
10068 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
10069 * configure: Rebuilt
10070 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
10071 * Makefile.in: Rebuilt
10072
10073 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
10074
10075 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
10076
10077 2003-09-30 Carlo Wood <carlo@alinoe.com>
10078
10079 * MAINTAINERS (Write After Approval): Add myself.
10080
10081 2003-09-29 Paul Koning <ni1d@arrl.net>
10082
10083 * MAINTAINERS: Move myself from "Write After Approval"
10084 to CPU platform maintainers for pdp11 platform.
10085
10086 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
10087
10088 * MAINTAINERS: Move myself from 'Write After Approval' to
10089 'Various Maintainers' section as libffi testsuite maintainer.
10090
10091 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
10092
10093 * configure.in: Pass a computed --program-transform-name
10094 to subconfigures.
10095 * configure: Regenerated.
10096
10097 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
10098
10099 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
10100 * Makefile.in: Regenerate.
10101
10102 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
10103 * Makefile.in: Regenerate.
10104
10105 2003-09-19 Ziemowit Laski <zlaski@apple.com>
10106
10107 * MAINTAINERS: Move myself from 'Write After Approval'
10108 to 'Various Maintainers' (objective-c) section.
10109
10110 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
10111
10112 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
10113 quoting.
10114 * configure: Regenerated.
10115
10116 2003-09-16 Joel Brobecker <brobecker@gnat.com>
10117
10118 * MAINTAINERS (Write After Approval): Add myself to write after
10119 approval list.
10120
10121 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
10122
10123 * MAINTAINERS (Write After Approval): Add myself.
10124
10125 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
10126
10127 * MAINTAINERS: Update my e-mail address.
10128
10129 2003-09-09 Alan Modra <amodra@bigpond.net.au>
10130
10131 * libtool.m4 (LD): Correct powerpc64 host match.
10132
10133 2003-09-06 James E Wilson <wilson@tuliptree.org>
10134
10135 * MAINTAINTERS: Update my affiliation and email address.
10136
10137 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10138
10139 * MAINTAINERS (Write After Approval): Add myself.
10140
10141 2003-09-04 DJ Delorie <dj@redhat.com>
10142
10143 * configure: Regenerate.
10144
10145 2003-09-04 Robert Millan <robertmh@gnu.org>
10146
10147 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
10148
10149 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10150
10151 * configure.in: Ensure arguments to sed are properly spaced.
10152 * configure: Regenerate.
10153
10154 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
10155
10156 * MAINTAINERS: Update my e-mail address.
10157
10158 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
10159
10160 * MAINTAINERS (Write After Approval): Add myself.
10161
10162 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
10163
10164 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
10165 * configure: Regenerated.
10166
10167 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
10168
10169 * MAINTAINERS: Update my email address.
10170
10171 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
10172
10173 * configure.in: Use newline instead of semicolon when assuming
10174 shell arguments in a for loop.
10175 * configure: Regenerated.
10176
10177 2003-08-22 Jason Eckhardt <jle@rice.edu>
10178
10179 * MAINTAINERS: Resurrect the i860 maintainer.
10180
10181 2003-08-20 Geoffrey Keating <geoffk@apple.com>
10182
10183 PR 8180
10184 * configure.in: When testing with_libs and with_headers, treat
10185 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
10186 * configure: Regenerate.
10187
10188 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
10189 make, shell, etc.
10190 (baseargs): Likewise.
10191 * configure: Regenerate.
10192
10193 2003-08-20 Bernardo Innocenti <bernie@develer.com>
10194
10195 * MAINTAINERS (Write After Approval): Add myself.
10196
10197 2003-08-19 Geoffrey Keating <geoffk@apple.com>
10198
10199 * configure.in: Disable libgcj for darwin not on powerpc.
10200 * configure: Rebuild.
10201
10202 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
10203
10204 * config-ml.in, symlink-tree: Add license.
10205
10206 2003-08-03 Richard Stallman <rms@gnu.org>
10207 Eben Moglen <moglen@columbia.edu>
10208
10209 * README.SCO: New file.
10210
10211 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
10212
10213 * Makefile.tpl (check, check-c++): Express dependencies using
10214 dependencies rather than commands.
10215 * Makefile.in: Regenerate.
10216
10217 2003-08-01 Andrew Cagney <cagney@redhat.com>
10218
10219 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
10220 * configure: Ditto.
10221
10222 2003-07-31 Geoffrey Keating <geoffk@apple.com>
10223
10224 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
10225 * Makefile.in: Update.
10226
10227 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
10228
10229 * configure.in: Enable libgcj for darwin.
10230 * configure: Rebuild.
10231
10232 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
10233
10234 * config-ml.in: Use ac_configure_args directly instead of
10235 ml_arguments. Only set ml_norecursion if --no[-]recursion is
10236 actually seen.
10237
10238 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
10239
10240 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
10241 creating target and build subdirs to build all parent dirs as needed.
10242 * Makefile.in: Rebuild.
10243 * configure.in: Don't build dirs explicitly here.
10244 * configure: Rebuild.
10245
10246 2003-07-26 Paul Brook <paul@nowt.org>
10247
10248 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
10249
10250 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
10251
10252 * Makefile.tpl (all-make): Depend on intl.
10253 * Makefile.in: Rebuilt.
10254
10255 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
10256
10257 * install-sh: Update to newer upstream versions (associated with
10258 aclocal 1.7).
10259 * mkinstalldirs: Likewise.
10260 * missing: Likewise, plus $1Help2man -> $1 typo fix.
10261
10262 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
10263
10264 * MAINTAINERS: Move self from Bug database only accounts
10265 to write-after-approval.
10266
10267 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
10268
10269 * config.if: Remove unused libc_interface determination.
10270
10271 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
10272
10273 * MAINTAINERS: Move self from write-after-approval to
10274 build machinery (*.in).
10275
10276 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
10277
10278 PR bootstrap/11273
10279 PR bootstrap/11408
10280 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
10281 unused INSTALL_PROGRAM_ARGS.
10282 * configure.in: Use AC_PROG_INSTALL.
10283 * Makefile.in: Regenerate.
10284 * configure: Regenerate.
10285
10286 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
10287
10288 * MAINTAINERS: Alphabetize.
10289
10290 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
10291
10292 * configure: Rebuilt.
10293 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
10294 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
10295 newlib nor libgloss.
10296 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
10297 * configure.in (am33_2.0-*-linux*): Added.
10298
10299 2003-07-09 Bob Wilson <bob.wilson@acm.org>
10300
10301 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
10302 * configure: Regenerate.
10303
10304 2003-07-07 Zack Weinberg <zack@codesourcery.com>
10305
10306 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
10307 * Makefile.in: Regenerate.
10308
10309 2003-07-04 Zack Weinberg <zack@codesourcery.com>
10310
10311 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
10312 * Makefile.in: Regenerate.
10313
10314 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
10315
10316 * Makefile.tpl: Replace PWD with PWD_COMMAND.
10317 * Makefile.in: Regenerated.
10318
10319 * config-ml.in: Replace PWD with PWD_COMMAND.
10320
10321 2003-07-04 Zack Weinberg <zack@codesourcery.com>
10322
10323 * intl: New directory; see intl/ChangeLog for details.
10324 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
10325 * Makefile.tpl: all-gcc depends on maybe-all-intl.
10326 * Makefile.in: Regenerate.
10327
10328 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
10329
10330 * configure.in: Clean up config-lang.in handling. Delete
10331 useless assignment to "subdirs".
10332 * configure: Regenerate.
10333
10334 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
10335
10336 * configure.in: Rename 'target_libs' to 'target_libraries'.
10337 Remove useless reference to 'target_libs'.
10338 * configure: Regenerate.
10339
10340 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
10341
10342 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
10343 * Makefile.in: Regenerate.
10344
10345 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
10346
10347 * Makefile.def: Introduce flags_to_pass.
10348 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
10349 * Makefile.in: Regenerate.
10350
10351 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
10352
10353 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
10354 and target-libgloss.
10355 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
10356 <h8300*-*-*>: Disable libf2c and ${libgcj}.
10357 * configure: Regenerate.
10358
10359 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
10360
10361 * configure.in: Update testsuite_flags to new location.
10362 * configure. Regenerate.
10363
10364 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
10365
10366 * Makefile.tpl: Remove BUILD_CC stuff.
10367 * Makefile.in: Regenerate.
10368
10369 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
10370
10371 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
10372
10373 2003-06-16 Graeme Peterson <gp@qnx.com>
10374
10375 * MAINTAINERS (Write After Approval): Add myself.
10376
10377 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
10378
10379 * config.guess: Update to 2003-06-12 version.
10380 * config.sub: Update to 2003-06-13 version.
10381
10382 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
10383
10384 * config.guess: Update to 2003-06-06 version.
10385 * config.sub: Update to 2003-06-06 version.
10386
10387 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10388
10389 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
10390 * configure. Regenerate.
10391
10392 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
10393
10394 * configure.in: Disable serial configure by default.
10395 * configure: Regenerate.
10396 * Makefile.tpl: Abolish .NOTPARALLEL.
10397 * Makefile.in: Regenerate.
10398
10399 * Makefile.tpl: Replace {build,host,target}_canonical by
10400 {build,host,target}.
10401 * Makefile.in: Regenerate.
10402
10403 * Makefile.tpl: Fix stupid pasto.
10404 * Makefile.in: Regenerate.
10405
10406 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
10407
10408 * Makefile.tpl: Remove bogus conditional.
10409 * Makefile.in: Regenerate.
10410
10411 2003-06-05 Jan Hubicka <jh@suse.cz>
10412
10413 * Makefile.tpl (profiledbootstrap): New target.
10414 * Makefile.in (profiledbootstrap): New target.
10415
10416 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
10417
10418 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
10419 Pinski. Remove user names from other bugzilla-only maintainers.
10420
10421 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
10422
10423 * Makefile.tpl: Make 'recursive targets' using autogen rather
10424 than shell loop. Remove duplicate 'clean' targets and false
10425 comments.
10426 * Makefile.def: Add systematic dependencies to 'recursive' targets.
10427 Add systematic method of specifying missing targets in subdirs.
10428 Add copyright boilerplate.
10429 * Makefile.in: Regenerate.
10430 * configure.in: Add 'recursive targets' to maybe list.
10431 * configure: Regenerate.
10432
10433 * MAINTAINERS: "GNATS only" -> "Bug database only".
10434
10435 * Makefile.tpl: Rename [+target+] to [+make_target+].
10436 * Makefile.def: Rename 'target' to 'make_target'.
10437
10438 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
10439
10440 * MAINTAINERS: Add self as options handling maintainer.
10441
10442 2003-05-28 Michael Meissner <gnu@the-meissners.org>
10443
10444 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
10445 been too long since I touched those ports.
10446
10447 2003-05-28 DJ Delorie <dj@redhat.com>
10448
10449 * Makefile.tpl: Make maybe-check-gcc .PHONY.
10450 * Makefile.in: Regenerate.
10451
10452 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
10453
10454 * configure.in: Use curly braces in the definition of tooldir.
10455 * configure: Regenerate.
10456
10457 2003-05-21 DJ Delorie <dj@redhat.com>
10458
10459 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
10460 newlib or libgloss.
10461 * Makefile.in: Regenerate.
10462
10463 2003-05-21 DJ Delorie <dj@redhat.com>
10464
10465 * Makefile.tpl: Add missing empty maybe-check-gcc target.
10466 * Makefile.in: Regenerate.
10467
10468 2003-05-20 Ian Lance Taylor <ian@airs.com>
10469
10470 * MAINTAINERS: Update my e-mail address.
10471
10472 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
10473
10474 * configure.in: Switch more things to use maybe dependencies.
10475 * Makefile.tpl: Switch more things to use maybe dependencies.
10476 Factor out common code from autogen IF statements.
10477 * configure: Regenerate.
10478 * Makefile.in: Regenerate.
10479
10480 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
10481
10482 * configure.in: Accept i[3456789]86 for machine type.
10483 * configure: Regenerate.
10484
10485 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
10486
10487 * configure.in: Switch more things to use maybe dependencies.
10488 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
10489 * configure: Regenerate.
10490 * Makefile.tpl: Switch more things to use maybe dependencies.
10491 * Makefile.in: Regenerate.
10492
10493 2003-05-16 Andreas Schwab <schwab@suse.de>
10494
10495 * Makefile.tpl (install-opcodes): Define.
10496 * Makefile.in: Rebuild.
10497
10498 2003-05-13 Andreas Jaeger <aj@suse.de>
10499
10500 * config.guess: Update to 2003-05-09 version.
10501 * config.sub: Update to 2003-05-09 version.
10502
10503 2003-05-13 Michael Eager <eager@mvista.com>
10504
10505 * configure.in: Correct sed script so that options in quotes are not
10506 deleted.
10507 * configure: Rebuild.
10508
10509 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
10510
10511 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
10512 and $$s/newlib/libc/sys/cygwin32 include paths.
10513 * configure: Ditto.
10514
10515 2003-05-12 Michael Meissner <gnu@the-meissners.org>
10516
10517 * MAINTAINERS: Update my email addresses.
10518
10519 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
10520
10521 * config-ml.in: Propagate INSTALL variables.
10522
10523 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10524
10525 * MAINTAINERS: Remove duplicate entries in Write After Approval.
10526
10527 2003-05-02 Chris Demetriou <cgd@broadcom.com>
10528
10529 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
10530 * Makefile.in: Regenerate.
10531
10532 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
10533
10534 * MAINTAINERS (GNATS only): Add Falk Hueffner.
10535
10536 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
10537
10538 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
10539
10540 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
10541
10542 * Makefile.tpl: Clean $(BUILD_SUBDIR).
10543 * Makefile.in: Regenerated.
10544
10545 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
10546
10547 * MAINTAINERS (Write After Approval): Upgrade myself from
10548 GNATS only to write-after-approval. Update my mail address.
10549
10550 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
10551
10552 (OS Port Maintainers: freebsd): Add myself.
10553
10554 2003-04-22 Mark Mitchell <mark@codesourcery.com>
10555
10556 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
10557
10558 2003-04-22 Kean Johnston <jkj@sco.com>
10559
10560 * MAINTAINERS (SCO ports): Added myself.
10561
10562 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
10563
10564 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
10565
10566 2003-04-19 Kean Johnston <jkj@sco.com>
10567
10568 * MAINTAINERS (Write After Approval): Add myself.
10569
10570 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10571
10572 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
10573 * Makefile.in: Regenerate.
10574
10575 2003-04-18 Jakub Jelinek <jakub@redhat.com>
10576
10577 * configure.in (powerpc64*-*-linux*): Remove.
10578 * configure: Rebuilt.
10579
10580 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
10581
10582 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
10583 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
10584 and restrap.
10585 * Makefile.in: Regenerate.
10586
10587 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
10588
10589 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
10590 * configure: Regenerated.
10591
10592 2003-04-15 DJ Delorie <dj@redhat.com>
10593
10594 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
10595
10596 2003-04-13 Nick Clifton <nickc@redhat.com>
10597
10598 * config-ml.in: Remove support for --disable-aix removing
10599 call-aix multilibs.
10600
10601 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
10602
10603 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
10604 * */configure: Rebuilt.
10605
10606 2003-04-08 Joel Sherrill <joel@oarcorp.com>
10607
10608 * MAINTAINERS: Add my email address.
10609
10610 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
10611
10612 * MAINTAINERS (Write After Approval): Add myself.
10613
10614 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
10615
10616 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
10617 * Makefile.in: Regenerate.
10618
10619 2003-03-14 Michael Chastain <mec@shout.net>
10620
10621 * Makefile.in: Regenerate with correct Makefile.def.
10622
10623 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
10624
10625 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
10626 Make macro.
10627 * Makefile.in: Regenerate.
10628 * configure.in: Clean up gxx_include_dir logic.
10629 * configure: Regenerate.
10630
10631 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
10632
10633 * MAINTAINERS (Write After Approval): Add myself.
10634
10635 2003-03-10 Ben Elliston <bje@wasabisystems.com>
10636
10637 * MAINTAINERS: Update my mail address.
10638
10639 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10640
10641 * configure.in (gxx_include_dir): Fix typo.
10642 * configure: Regenerated.
10643
10644 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
10645
10646 * Makefile.tpl: Reindent.
10647 * Makefile.in: Regenerate.
10648 * configure.in: Reindent. Don't set unused variables.
10649 * configure: Regenerate.
10650
10651 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
10652
10653 * configure.in: Include $(build_tooldir)/sys-include in
10654 FLAGS_FOR_TARGET.
10655 * configure: Regenerated.
10656
10657 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
10658
10659 * Makefile.tpl: Always pass down RANLIB.
10660 * Makefile.in: Regenerate.
10661
10662 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
10663 * Makefile.in: Regenerate.
10664 * configure.in: Remove unused logic relating to --enable-shared
10665 and --enable-threads. Remove bogus comments. Remove redundant
10666 noconfigdirs.
10667 * configure: Regenerate.
10668
10669 * configure.in: Replace ${libstdcxx_version} by its value.
10670 Remove reference to mh-dgux.
10671 * configure: Regenerate.
10672
10673 2003-03-03 Kevin Buettner <kevinb@redhat.com>
10674
10675 * MAINTAINERS (Write After Approval): Add myself.
10676
10677 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10678
10679 * Makefile.tpl: Rearrange.
10680 * Makefile.in: Regenerate.
10681
10682 2003-02-25 Uwe Stieber <uwe@wwws.de>
10683
10684 * configure.in: Add support for kaOS as cross build target system.
10685 * configure: Regenerated.
10686
10687 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
10688
10689 * MAINTAINERS (Write after approval): Add myself.
10690
10691 2003-02-21 James E Wilson <wilson@tuliptree.org>
10692
10693 * MAINTAINERS: Update my email address.
10694
10695 2003-02-21 Zack Weinberg <zack@codesourcery.com>
10696
10697 * MAINTAINERS: Add self to blanket write privs. section.
10698
10699 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
10700
10701 * Makefile.tpl: Add definition of CPPFLAGS to pass into
10702 configure-target-* as some target builds may require additional
10703 flags for preprocessor tests.
10704 * Makefile.in: Regenerated.
10705
10706 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
10707
10708 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
10709 * ltconfig: Handle it.
10710 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
10711 auto-detecting it.
10712
10713 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
10714 it is used as argument to $CC.
10715 * ltcf-gcj.sh: Likewise.
10716
10717 * configure.in: Introduce --enable-maintainer-mode.
10718 * configure: Rebuilt.
10719 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
10720 for maintainer mode.
10721 * Makefile.in: Rebuilt.
10722
10723 2003-02-18 Jason Merrill <jason@redhat.com>
10724
10725 * Makefile.tpl (check-c++): Allow parallelism.
10726
10727 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10728
10729 * MAINTAINERS: Remove John Carr (who never actually had access to
10730 gcc.gnu.org).
10731
10732 2003-02-15 Geoffrey Keating <geoffk@apple.com>
10733
10734 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
10735 don't configure target-libobjc.
10736 * configure: Regenerate.
10737
10738 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10739
10740 * Makefile.tpl (RANLIB): Define.
10741 * Makefile.in: Regenerate.
10742
10743 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
10744
10745 * MAINTAINERS: Update my email.
10746
10747 2003-02-06 Keith R Seitz <keiths@redhat.com>
10748
10749 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
10750 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
10751 * Makefile.in: Regenerated.
10752 * configure.in: Remove all traces of snavigator, db, and grep.
10753 * configure: Regenerated.
10754
10755 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10756
10757 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
10758 After Approval.
10759
10760 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
10761
10762 * MAINTAINERS (Write after approval): Add myself.
10763
10764 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
10765
10766 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
10767 * Makefile.in: Regenerated.
10768
10769 2003-01-30 Roger Sayle <roger@eyesopen.com>
10770
10771 * config.guess: Updated to 2003-01-30's version.
10772 * config.sub: Updated to 2003-01-28's version.
10773
10774 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
10775
10776 * config.if: If gcc_version is already set, just use it. Don't set
10777 gcc_version_trigger if it's already set, otherwise set it to
10778 gcc/version.c, but only if the file exists. If it is not set and
10779 gcc/version.c does not exist, try to extract the version number from
10780 $CC.
10781
10782 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
10783
10784 * MAINTAINERS: Add myself to write-after-approval list.
10785
10786 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
10787
10788 * configure.in: Revert 24Jan change.
10789 * configure: Regenerate.
10790
10791 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10792
10793 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
10794 entry of HJ Lu.
10795
10796 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
10797
10798 * configure.in: Revert previous change.
10799 * configure: Regenerate.
10800
10801 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
10802
10803 * configure.in: Make rda native-only.
10804 * configure: Regenerate.
10805
10806 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
10807
10808 * MAINTAINERS: Move myself from GNATS-only-accounts to
10809 write-after-approval.
10810
10811 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
10812
10813 * configure.in: Add missing \.
10814 * configure: Rebuilt.
10815
10816 2003-01-17 Jakub Jelinek <jakub@redhat.com>
10817
10818 * configure.in (baseargs): Avoid using \| in sed regular
10819 expressions.
10820 * configure: Rebuilt.
10821
10822 2003-01-16 Jakub Jelinek <jakub@redhat.com>
10823
10824 * configure.in (baseargs): Remove all supported forms of
10825 --cache-file, --srcdir, --host, --build and --target options
10826 from argument lists.
10827 * configure: Rebuilt.
10828
10829 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
10830
10831 * MAINTAINERS: Add myself to write-after-approval list.
10832
10833 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
10834
10835 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
10836 * configure: Rebuilt.
10837
10838 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
10839
10840 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
10841 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
10842 * Makefile.in: Regenerate.
10843 * configure: Regenerate.
10844
10845 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
10846
10847 * configure.in: Remove Makefile in build, host and target modules
10848 unless configure was run with --no-recursion.
10849 * configure: Rebuilt.
10850
10851 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
10852
10853 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
10854 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
10855 * Makefile.in: Regenerate.
10856
10857 2003-01-08 Chris Demetriou <cgd@broadcom.com>
10858
10859 * config.guess: Update to 2003-01-03 version.
10860 * config.sub: Update to 2003-01-03 version.
10861
10862 2003-01-07 Christopher Faylor <cgf@redhat.com>
10863
10864 * configure: Regenerate with proper autoconf 2.13.
10865
10866 2003-01-07 Christopher Faylor <cgf@redhat.com>
10867
10868 * configure.in: Add AC_PREREQ for consistency.
10869 * configure: Regenerate.
10870
10871 2003-01-06 Andrew Cagney <ac131313@redhat.com>
10872
10873 * configure.in (GDB_TK): Add tcl directories conditional on
10874 gdb/gdbtk directory being present.
10875 * configure: Regenerate.
10876
10877 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
10878
10879 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
10880 used by gcc if LD is not defined and we are not doing a Canadian Cross.
10881 * configure: Rebuilt.
10882
10883 2002-12-31 Tom Tromey <tromey@redhat.com>
10884
10885 * Makefile.in: Rebuilt.
10886 * Makefile.def (target_modules) [libffi]: Allow installation.
10887
10888 2002-12-31 Andreas Schwab <schwab@suse.de>
10889
10890 * configure.in: Fix use of $program_transform_name.
10891 * configure: Regenerated.
10892
10893 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
10894
10895 * configure.in (baseargs): Don't remove first configure argument.
10896 * configure: Regenerated.
10897
10898 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
10899
10900 * Makefile.tpl (local-distclean): Don't remove...
10901 (multilib.ts): ... this. Moved into...
10902 (multilib.out): ... this. Don't use sub-make.
10903 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
10904 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
10905 (configure-build-[+module+], configure-[+module+],
10906 configure-target-[+module+], configure-gcc): ... these. Test
10907 for Makefile existence. Drop config.status from dependencies.
10908 * Makefile.in: Rebuilt.
10909 * configure.in: Move gcc-version-trigger to the end of
10910 ac_configure_args. Add comments to maybedep.tmp and
10911 serdep.tmp. Introduce --disable-serial-configure. Remove
10912 nonopt from baseargs, matching and removing corresponding
10913 whitespace while at it.
10914 * configure: Rebuilt.
10915
10916 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
10917
10918 * configure.in (host_configargs): Replace reference to
10919 no-longer-defined buildopts with --build=${build_alias}.
10920 * configure: Rebuilt.
10921
10922 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
10923 program_transform_name to standard idiom.
10924 (AUTOGEN, AUTOCONF): Define.
10925 (Makefile.in): Use $(AUTOGEN).
10926 (Makefile): Depend on config.status, and use autoconf-style rule to
10927 build it. Move original commands to...
10928 (config.status): ... this new target.
10929 (configure): Add $(srcdir). Depend on config/acx.m4. Use
10930 $(AUTOCONF).
10931 * Makefile.in: Rebuilt.
10932
10933 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
10934
10935 * Makefile.tpl: Fix dramatic bustage due to change in
10936 program_transform_name.
10937 * Makefile.in: Regenerate.
10938
10939 * configure.in: Remove unnecessary PATH setting.
10940 * configure: Regnerate.
10941
10942 * configure.in: Don't default to unprefixed tools unless
10943 the native tools will work.
10944 * configure: Regenerate.
10945
10946 * configure.in: Convert to autoconf script. Blow away lots
10947 of now-redundant Makefile fragments.
10948 * configure: Generate using Autoconf.
10949 * Makefile.tpl: Rewrite to reflect autoconfiscation.
10950 * Makefile.in: Regenerate.
10951
10952 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
10953
10954 * configure: Fix stupid bug where RANLIB was mistakenly included.
10955
10956 * configure.in: Rename (buildargs, hostargs, targargs) to
10957 (build_configargs, host_configargs, target_configargs).
10958
10959 * configure.in: Move logic out of sed statement.
10960
10961 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
10962 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
10963
10964 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
10965
10966 * config.sub: Import from master repository
10967 * config.guess: Ditto
10968
10969 2002-12-24 Andreas Schwab <schwab@suse.de>
10970
10971 * Makefile.tpl (multilib.out): Fix missing space.
10972 * Makefile.in: Regenerate.
10973
10974 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
10975
10976 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
10977 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
10978 * Makefile.in: Regenerate.
10979 * configure.in: Remove unnecessary leftovers.
10980
10981 2002-12-21 Geoffrey Keating <geoffk@apple.com>
10982
10983 * configure.in (extra_ranlibflags_for_target): New variable.
10984 (*-*-darwin): Add -c to ranlib commands.
10985 * configure (tooldir): Handle extra_ranlibflags_for_target.
10986
10987 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
10988
10989 * Makefile.tpl: Revert HJL's change.
10990 * Makefile.in: Regenerated.
10991 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
10992 always.
10993
10994 2002-12-19 Andreas Schwab <schwab@suse.de>
10995
10996 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
10997 * Makefile.in: Regenerate.
10998
10999 2002-12-18 H.J. Lu <hjl@gnu.org>
11000
11001 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
11002 * Makefile.in: Regenerated.
11003
11004 * configure.in (build_prefix): New. Substitute.
11005
11006 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
11007
11008 * Makefile.tpl: Don't let real targets depend on phony targets.
11009 * Makefile.in: Regenerate.
11010
11011 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
11012 * Makefile.in: Regenerate.
11013
11014 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
11015
11016 * config.sub: Import from master repository
11017 * config.guess: Ditto
11018
11019 2002-12-16 Jason Merrill <jason@redhat.com>
11020
11021 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
11022 previous 'make bootstrap'.
11023 * Makefile.in: Regenerate.
11024
11025 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
11026
11027 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
11028
11029 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
11030
11031 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
11032 * Makefile.in: Regenerate.
11033
11034 2002-12-13 Jason Merrill <jason@redhat.com>
11035
11036 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
11037 library tests.
11038 (check-c++): Just depend on it and check-target-libstdc++-v3.
11039 * Makefile.in: Regenerate.
11040
11041 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
11042
11043 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
11044 * Makefile.in: Rebuilt.
11045
11046 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
11047
11048 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
11049
11050 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
11051
11052 * configure: Fix bug put in by gremlins.
11053
11054 * Makefile.tpl: Substitute more autoconfily.
11055 * configure: Substitute more autoconfily.
11056 * Makefile.in: Regenerate.
11057
11058 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
11059
11060 * config.sub: Import from master repository
11061 * config.guess: Ditto
11062 * MAINTAINERS: Added Svein Seldal under write after approval
11063
11064 2002-12-08 Andrew Cagney <ac131313@redhat.com>
11065
11066 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
11067 * Makefile.in (all-sim): Ditto.
11068
11069 2002-12-06 DJ Delorie <dj@redhat.com>
11070
11071 * Makefile.tpl: Change configure dependencies to not have real
11072 targets depend on phony targets.
11073
11074 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
11075
11076 * configure.in: Revert unintentional change.
11077
11078 * Makefile.tpl: Change dependency for */multilib.out so that
11079 it works when gcc isn't in the tree.
11080
11081 * configure.in: Substitute more.
11082 * configure: Run subconfigures from the Makefile.
11083 * Makefile.tpl: Run subconfigures from the Makefile; add a few
11084 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
11085
11086 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11087
11088 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
11089
11090 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
11091
11092 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
11093 and corresponding dependencies.
11094 * Makefile.in: Regenerate.
11095
11096 * configure.in (host_tools): Order binutils, gas and ld for
11097 convenience in running the testsuites.
11098
11099 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
11100 * Makefile.in: Regenerate.
11101 * configure.in: Introduce rules to serialize subconfigure runs.
11102
11103 * configure.in: Introduce BASE_CC_FOR_TARGET.
11104 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
11105 Realize configure-build-* targets. Realize configure-target-* targets.
11106 * Makefile.in: Regenerate.
11107
11108 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
11109
11110 * configure: Move gcc_version_trigger stuff from here...
11111 * configure.in: ...to here.
11112
11113 * configure.in: Separate subconfigure options added by this file from
11114 options given by the user. Add machinery to put args for host
11115 subconfigures into the Makefile.
11116
11117 * Makefile.tpl: Remove 'vault' targets.
11118 * Makefile.tpl: Reorder and comment dependencies.
11119 * Makefile.in: Regenerate.
11120
11121 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
11122 * configure.in: Fix my broken commit of previous patch. (sigh)
11123
11124 2002-11-28 Geoffrey Keating <geoffk@apple.com>
11125
11126 * configure.in: Move host-specific darwin noconfigdirs into
11127 the host-specific section.
11128
11129 2002-11-28 Geoffrey Keating <geoffk@apple.com>
11130
11131 * configure.in: Move host-specific darwin noconfigdirs into
11132 the host-specific section.
11133
11134 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
11135
11136 * configure: Remove skip-this-dir support.
11137 * Makefile.tpl: Remove skip-this-dir support.
11138
11139 * Makefile.tpl: Remove leftover support for non-autoconfiscated
11140 subdirectories.
11141 * Makefile.in: Regenerate.
11142
11143 * Makefile.tpl: Strip out useless setting of 'dir'.
11144 * Makefile.in: Regenerate.
11145
11146 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
11147
11148 * configure.in: Fix deeply stupid bug.
11149
11150 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
11151 shell code in CXX_FOR_TARGET
11152 * Makefile.def: Introduce raw_cxx.
11153 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
11154 RAW_CXX_FOR_TARGET.
11155 * Makefile.in: Regenerate.
11156
11157 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
11158
11159 * Makefile.tpl: Remove unnecessary ifs.
11160 * Makefile.in: Regenerate.
11161
11162 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
11163 dependencies. Maybe-ize build-libiberty. Create dummy install
11164 targets for 'no_install' modules.
11165 * configure: Move GDB_TK substitution to configure.in. Move
11166 build_modules stuff to configure.in.
11167 * configure.in: Implement soft dependency machinery. Maybe-ize
11168 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
11169 * Makefile.in: Regenerate.
11170
11171 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
11172
11173 * Makefile.tpl: Make all-target, install-target behave similarly
11174 to all, install (only hitting configured targets). Eliminate
11175 unused macro defintions.
11176
11177 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
11178 build != host.
11179
11180 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
11181
11182 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
11183
11184 * configure.in: Produce lists of subdir targets we're actually
11185 configuring. Remove references to "dosrel".
11186 * Makefile.tpl: Let configure set which subdir targets are hit.
11187 Remove install-cross; clean up install; remove ALL. Remove
11188 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
11189 Autogenerate host module targets. Remove empty dependency lines
11190 and redundant dependency; rearrange slightly.
11191 * Makefile.def: Add host-side libtermcap, utils.
11192
11193 * Makefile.in: Regenerate.
11194
11195 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11196
11197 * ltconfig (osf[345]): Append $major to soname_spec.
11198 Reflect this in library_names_spec.
11199 * ltmain.sh (osf): Prefix $major with . for use as extension.
11200
11201 2002-11-19 Andreas Jaeger <aj@suse.de>
11202
11203 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
11204 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
11205 and sparc64 GNU/Linux systems.
11206
11207 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
11208
11209 * MAINTAINERS: Update email.
11210
11211 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11212
11213 * MAINTAINERS: Complete James Dennett's entry.
11214
11215 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
11216
11217 * MAINTAINERS (Write After Approval): Add myself.
11218
11219 2002-11-13 Bruce Korb <bkorb@gnu.org>
11220
11221 * Makefile.tpl: syntactic cleanup
11222
11223 2002-11-13 Stuart Hastings <stuart@apple.com>
11224
11225 * MAINTAINERS: Add myself to write-after-approval list.
11226
11227 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
11228
11229 * Makefile.def: Add list of recursive targets to autogenerate.
11230 Add build_modules.
11231 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
11232 targets. Autogenerate *-build-* targets.
11233 * Makefile.in: Regenerate.
11234
11235 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
11236
11237 * configure: More autoconf-style substitutions.
11238 * Makefile.tpl: More autoconf-style substitutions.
11239 * Makefile.in: Regenerate.
11240
11241 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
11242
11243 * configure: Substitute more variables in a more autoconf-friendly
11244 way. Simplify slightly.
11245 * Makefile.tpl: Make more variables substitutable in an
11246 autoconf-friendly way.
11247 * Makefile.in: Regenerate.
11248
11249 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
11250
11251 * MAINTAINERS (Write After Approval): Add myself.
11252
11253 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
11254
11255 * configure.in (v810*): Remove special setting of tools.
11256
11257 * configure: Add support for extra required flags for ar or nm.
11258 * configure.in (aix4.3+): Use above support for target-specific
11259 issues, rather than using config/mt-aix43.
11260
11261 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
11262
11263 * configure: Remove 'removing', which doesn't work. Replace $subdir
11264 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
11265 with $srcdir. Reformat indentation. Substitute some variables
11266 formerly hard-coded in the Makefile for build=host.
11267 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
11268 * Makefile.def: Autogenerate more.
11269 * Makefile.in: Regenerate.
11270
11271 2002-11-04 Adam Nemet <anemet@lnxw.com>
11272
11273 * MAINTAINERS (Write After Approval): Add myself.
11274
11275 2002-11-04 Kevin Buettner <kevinb@redhat.com>
11276
11277 * Makefile.def (host_modules): Add rda.
11278 * Makefile.in: Regenerate.
11279 * configure.in (target_tool): Add target-rda to list.
11280
11281 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11282
11283 * MAINTAINERS: Remove "co-maintainer" note for web pages.
11284
11285 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
11286
11287 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
11288 and restrap targets to this rule.
11289 * Makefile.in: Regenerate.
11290
11291 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11292
11293 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
11294 GNATS only accounts.
11295
11296 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
11297
11298 * configure.in (i[3456]86-*-linux*): Add check to disable
11299 ${libgcj} for glibc1.
11300
11301 2002-10-24 Denis Chertykov <denisc@overta.ru>
11302
11303 * MAINTAINERS: Add myself as ip2k port maintainer.
11304
11305 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
11306
11307 * configure.in: Add tic4x target.
11308
11309 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
11310
11311 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
11312 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
11313 * Makefile.in: Regenerate.
11314
11315 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
11316 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
11317 * Makefile.in: Regenerate.
11318
11319 2002-10-02 Janis Johnson <janis187@us.ibm.com>
11320
11321 * MAINTAINERS: Add myself as web pages co-maintainer.
11322
11323 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
11324
11325 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
11326 * Makefile.in: Regenerate.
11327
11328 2002-10-02 Zack Weinberg <zack@codesourcery.com>
11329
11330 * MAINTAINERS: Add myself and Nathan Sidwell
11331 <nathan@codesourcery.com> as VxWorks maintainers.
11332
11333 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
11334
11335 * Makefile.def: Remove order dependency comments.
11336 * Makefile.tpl: Add explicit install-install dependencies.
11337 * Makefile.in: Regenerate.
11338
11339 * Makefile.tpl: Remove material now in src-release. (Finally!)
11340 * Makefile.in: Regenerate.
11341
11342 * Makefile.tpl: Add configure-target (for src-release in src)
11343 * Makefile.in: Regenerate.
11344
11345 2002-09-30 Nick Clifton <nickc@redhat.com>
11346
11347 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
11348
11349 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
11350
11351 * configure.in (s390*-*-linux*): Enable libgcj.
11352
11353 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
11354
11355 * configure: Revert accidentally applied changes.
11356
11357 * Makefile.tpl: Make more autoconf-friendly.
11358 * Makefile.in: Regenerate.
11359 * configure: Make substitution more autoconf-like.
11360
11361 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
11362
11363 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
11364 single entry to handle all these.
11365 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
11366 libjava on arm-*-elf.
11367
11368 2002-09-27 Geoffrey Keating <geoffk@apple.com>
11369
11370 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
11371 things that depend on them.
11372
11373 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
11374
11375 * Makefile.tpl: Make subsituted variables more autoconfy.
11376 * Makefile.in: Regenerate.
11377 * configure: Make seds more autoconfy.
11378
11379 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
11380
11381 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
11382 * Makefile.in: Regenerate.
11383 * configure.in: Rewrite sed statements to look autoconfy.
11384
11385 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
11386 all-target-foo on configure-target-foo.
11387 * Makefile.def: Ditto.
11388 * Makefile.in: Rebuild.
11389
11390 2002-09-25 Andrew Haley <aph@redhat.com>
11391
11392 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
11393
11394 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
11395
11396 * Makefile.def: New file.
11397 * Makefile.tpl: New file.
11398 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
11399 * contrib/gcc_update: Note that Makefile.in is a generated file.
11400
11401 * configure.in: Minor rearrangement. Simplify tests.
11402
11403 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
11404
11405 * configure.in (with_headers): Skip copy if value is "yes".
11406 (with_libs): Likewise.
11407
11408 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
11409
11410 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
11411 * configure.in (sh*-*-pe*): Ditto.
11412 * configure.in (mips*-*-pe*): Ditto.
11413 * configure.in (*arm-wince-pe): Ditto.
11414
11415 * configure.in: Rearrange.
11416
11417 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
11418
11419 * MAINTAINERS: Update my email address.
11420
11421 2002-08-30 Paul Koning <pkoning@equallogic.com>
11422
11423 * MAINTAINERS: (Write After Approval): Add myself.
11424
11425 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
11426
11427 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
11428
11429 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
11430
11431 * MAINTAINERS: Change my mailing address.
11432
11433 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
11434
11435 * MAINTAINERS (Write After Approval): Remove myself.
11436 (Various Maintainers: c++ runtime libs): Add myself.
11437
11438 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
11439
11440 * MAINTAINERS (Write After Approval): Remove myself.
11441 (Various Maintainers: c++ runtime libs): Add myself.
11442
11443 2002-08-15 Eric Christopher <echristo@redhat.com>
11444
11445 * config.sub: Import from master repository.
11446 * config.guess: Ditto.
11447
11448 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
11449
11450 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
11451 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
11452 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
11453
11454 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
11455
11456 * MAINTAINERS: Add self to rs6000 vector extensions.
11457
11458 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
11459
11460 * libiberty/configure: Reverted unintended yesterday's check in.
11461
11462 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
11463
11464 * boehm-gc/configure, libf2c/configure: Rebuilt.
11465 * libffi/configure, libiberty/configure: Ditto.
11466 * libjava/configure, libobjc/configure: Ditto.
11467 * libstdc++-v3/configure, zlib/configure: Ditto.
11468 Merged from binutils:
11469 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
11470 From Steve Ellcey <sje@cup.hp.com>:
11471 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
11472 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
11473 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
11474 IA64.
11475 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
11476 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
11477 soname_spec, sys_lib_search_path_spec): Ditto.
11478
11479 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
11480
11481 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
11482
11483 2002-08-04 H.J. Lu (hjl@gnu.org)
11484
11485 * configure.in (mips*-*-linux*): Don't skip target-libffi.
11486
11487 2002-08-02 Krister Walfridsson <cato@df.lth.se>
11488
11489 * MAINTAINERS (Write After Approval): Add myself.
11490
11491 2002-07-31 Alan Modra <amodra@bigpond.net.au>
11492
11493 * configure.in: Move generic linux case to end. Copy generic
11494 linux noconfigdirs to mips*-*-linux* entry and new
11495 powerpc64*-*-linux* entry. Add target-libffi for the latter.
11496
11497 2002-07-19 Michael Matz <matz@suse.de>
11498
11499 * MAINTAINERS: Add myself as ra* maintainer.
11500
11501 2002-07-16 Chris Demetriou <cgd@broadcom.com>
11502
11503 * config.guess: Update to 2002-07-09 version.
11504 * config.sub: Update to 2002-07-03 version.
11505
11506 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
11507
11508 * MAINTAINERS: Fix typo in a maintainer email address.
11509
11510 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
11511
11512 * configure.in: Remove two redundant tests.
11513
11514 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11515
11516 * configure.in (mips*-*-irix6*o32): Enable stabs.
11517
11518 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
11519
11520 * configure.in: Don't build grez.
11521 * Makefile.in: Ditto.
11522
11523 * Makefile.in: Remove references to bsp, cygmon, libstub.
11524 * configure.in: Ditto.
11525
11526 * configure.in: Remove leftover reference to gdbtest.
11527
11528 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
11529
11530 * configure.in (gxx_include_dir): Change to match versioned
11531 C++ headers if --enable-version-specific-runtime-libs is used.
11532
11533 2002-07-04 Steve Ellcey <sje@cup.hp.com>
11534
11535 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
11536
11537 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
11538
11539 * configure.in: Make --without-x work.
11540
11541 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
11542
11543 * configure.in: Rearrange target Makefile fragment collection.
11544
11545 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
11546 cvs[src].
11547 * configure.in: Ditto.
11548
11549 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
11550
11551 * MAINTAINERS (Write After Approval): Update my e-mail address.
11552
11553 2002-06-24 Ben Elliston <bje@redhat.com>
11554
11555 * configure.in (host_tools): Remove cgen.
11556
11557 * Makefile.in (all-cgen): Remove; runs from its source directory.
11558 (check-cgen, install-cgen, clean-cgen): Likewise.
11559 (all-opcodes): Do not depend on all-cgen.
11560 (all-sim): Likewise.
11561
11562 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
11563
11564 * Makefile.in: Eliminate 'apache' targets.
11565 * configure.in: Eliminate 'apache' targets.
11566
11567 * configure.in: Eliminate redundant tests. Reorganize.
11568
11569 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
11570
11571 * config-ml.in: Eliminate references to Cygnus configure.
11572
11573 * Makefile.in: Eliminate references to building emacs.
11574
11575 2002-06-28 Graham Stott <graham.stott@btinternet.com>
11576
11577 * MAINTAINERS: Update my email address.
11578
11579 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
11580
11581 * config.if (libstdcxx_incdir): Version C++ headers.
11582 (cxx_incdir): Remove.
11583
11584 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
11585
11586 * MAINTAINERS (Write After Approval): Add self.
11587
11588 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
11589
11590 * configure.in: Add support for ip2k.
11591
11592 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
11593
11594 * configure.in: Fix AIX configury bug.
11595
11596 2002-06-20 Steve Ellcey <sje@cup.hp.com>
11597
11598 * MAINTAINERS (Write After Approval): Add self.
11599
11600 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
11601
11602 * configure.in: replace ${topsrcdir} with ${srcdir}
11603
11604 * configure.in: Move definition of libstdcxx_flags
11605 right above usage, rather than waaay earlier.
11606
11607 * configure.in: Pull definition of is_cross_compiler earlier.
11608
11609 * configure.in: Rearrange a little.
11610
11611 * configure.in: Remove references to librx.
11612 * Makefile.in: Remove references to librx.
11613
11614 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
11615
11616 * config.sub: Add support for avr target.
11617 Import from master sources, rev 1.255
11618
11619 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
11620
11621 * configure, .cvsignore: Revert previous change...
11622 * Makefile: ...delete.
11623
11624 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
11625
11626 * configure.in: Eliminate ${gasdir} variable.
11627
11628 2002-06-18 Dave Brolley <brolley@redhat.com>
11629
11630 * configure.in: Add support for frv.
11631 * config.sub: Add support for frv.
11632
11633 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
11634
11635 * configure: Remove garbage from previous commit.
11636
11637 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
11638
11639 * configure: For in-source builds, make a subdir and re-exec there.
11640 * Makefile: New file. Pass targets through to build directory.
11641 * .cvsignore: No longer ignore "Makefile".
11642
11643 2002-06-16 Douglas Rupp <rupp@gnat.com>
11644
11645 * MAINTAINERS (Write After Approval): Add self.
11646
11647 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11648
11649 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
11650
11651 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
11652
11653 * configure.in (vax-*-netbsd*): Re-enable gas.
11654
11655 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
11656
11657 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
11658 BUILD_PREFIX_1, to correct nomenclature.
11659 * configure: Likewise.
11660
11661 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
11662 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
11663
11664 2002-05-31 Olaf Hering <olh@suse.de>
11665
11666 * config-ml.in: Propogate DESTDIR also.
11667
11668 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
11669
11670 * configure.in (vax-*-netbsd*): Don't build gas for this
11671 platform.
11672
11673 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
11674
11675 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11676 and libgcj for AVR.
11677
11678 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
11679
11680 * MAINTAINERS (Write After Approval): Add myself.
11681
11682 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
11683
11684 * config.guess: Update to 2002-05-22 version.
11685 * config.sub: Likewise.
11686
11687 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11688
11689 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
11690 * config-ml.in: Likewise.
11691 * configure: Likewise.
11692 * configure.in: Likewise.
11693
11694 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
11695
11696 * MAINTAINERS: Update my email address.
11697
11698 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
11699
11700 * configure.in: Simplify makefile fragment collection.
11701
11702 * configure.in: Remove code to build emacs.
11703
11704 * configure.in : Remove --srcdir argument from targargs and buildargs
11705 (it's always overridden in the Makefile anyway). Rearrange a bit.
11706
11707 * configure: Move some logic to configure.in.
11708 * configure.in: Move some logic from configure.
11709
11710 2002-05-11 Tom Tromey <tromey@redhat.com>
11711
11712 * MAINTAINERS: Reflect libgcj reality.
11713
11714 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
11715
11716 * Makefile.in: Honour DESTDIR.
11717
11718 2002-05-08 Mark Mitchell <mark@codesourcery.com>
11719
11720 * config.guess: Import 2002-03-20 version.
11721 * config.sub: Import 2002-04-26 version.
11722
11723 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11724
11725 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
11726
11727 2002-05-07 Tim Josling <tej@melbpc.org.au>
11728
11729 * MAINTAINERS: Add self.
11730
11731 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
11732
11733 * ltmain.sh: Detect and handle object name conflicts
11734 while piecewise linking a static library.
11735
11736 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
11737
11738 * configure.in (noconfigdirs): Don't disable libgcj on
11739 sparc64-*-solaris* and sparcv9-*-solaris*.
11740
11741 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
11742
11743 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
11744
11745 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
11746
11747 * configure.in (FLAGS_FOR_TARGET): Do not add
11748 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
11749 on i[3456]86-*-linux*.
11750
11751 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
11752
11753 * configure.in (noconfigdirs): Replace [ ] with test.
11754
11755 * configure.in (noconfigdirs): Do not add target-newlib if
11756 target == i[3456]86-*-linux*, and host == target.
11757
11758 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
11759
11760 * configure.in: delete reference to absent file
11761
11762 * configure.in: replace '[' with 'test'
11763
11764 * configure.in: Eliminate references to gash.
11765 * Makefile.in: Eliminate references to gash.
11766
11767 * configure.in: remove useless references to 'pic' makefile fragments.
11768
11769 * configure.in: (*-*-windows*) Finish removing.
11770
11771 * configure.in: Eliminate redundant test for libgui.
11772
11773 2002-04-29 Roger Sayle <roger@eyesopen.com>
11774
11775 * MAINTAINERS: Add self and realphabetize. Update entries
11776 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
11777 entry for a29k port maintainer.
11778
11779 2002-04-26 Joel Sherrill <joel@OARcorp.com>
11780
11781 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
11782 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
11783
11784 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
11785
11786 * configure.in: remove references to dead files
11787
11788 2002-04-19 Mark Mitchell <mark@codesourcery.com>
11789
11790 * MAINTAINERS: Add information about purpose of this file.
11791
11792 2002-04-18 Tom Tromey <tromey@redhat.com>
11793
11794 * configure.in: Disallow configuring libgcj when it is already
11795 installed and we're using Solaris 2.8 linker. Do enable libgcj on
11796 Solaris 2.8 by default. For PR libgcj/6158.
11797
11798 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
11799
11800 * configure.in: Move default CC setting out of config/mh-* fragments
11801 directly into here.
11802
11803 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
11804
11805 * configure.in: don't even try to configure or make a subdirectory
11806 if there's no configure script for it.
11807
11808 2002-04-15 Mark Mitchell <mark@codesourcery.com>
11809
11810 * MAINTAINERS: Remove chill maintainers.
11811 * Makefile.in (CHILLFLAGS): Remove.
11812 (CHILL_LIB): Remove.
11813 (TARGET_CONFIGDIRS): Remove libchill.
11814 (CHILL_FOR_TARGET): Remove.
11815 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
11816 CHILL_LIB.
11817 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
11818 (CHECK_TARGET_MODULES): Likewise.
11819 (INSTALL_TARGET_MODULES): Likewise.
11820 (CLEAN_TARGET_MODULES): Likewise.
11821 (configure-target-libchill): Remove.
11822 (all-target-libchill): Remove.
11823 * configure.in (target_libs): Remove target-libchill.
11824 Do not compute CHILL_FOR_TARGET.
11825 * libchill: Remove directory.
11826
11827 2002-04-11 DJ Delorie <dj@redhat.com>
11828
11829 * Makefile.in, configure.in: Sync with binutils, entries
11830 follow...
11831
11832 2002-04-07 Andrew Cagney <ac131313@redhat.com>
11833
11834 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
11835 (do-tar, do-bz2): New rules.
11836 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
11837 (gdb-tar): New rule.
11838 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
11839 (insight_dejagnu.tar): New rule.
11840 (insight.tar): New rule.
11841 (gdb+dejagnu.tar): New rule.
11842 (gdb.tar): New rule.
11843
11844 2002-02-01 Mo DeJong <supermo@bayarea.net>
11845
11846 * Makefile.in: Add all-tix to deps for all-snavigator
11847 so that tix is built when building snavigator.
11848
11849 2002-01-11 Steve Ellcey <sje@cup.hp.com>
11850
11851 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
11852 ld and gdb are not supported.
11853
11854 2002-01-07 Mark Salter <msalter@redhat.com>
11855
11856 * configure.in: Remove target-bsp and target-cygmon from arm builds.
11857 Allow target-libgloss to be built for arm, strongarm, and xscale.
11858
11859 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
11860
11861 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
11862 options for i[3456]86-pc-linux* native builds.
11863
11864 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
11865
11866 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
11867 files from .po files for a distribution.
11868
11869 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
11870
11871 * configure.in: Enable libstdc++-v3 for h8300 targets.
11872
11873 2001-06-19 Alan Modra <amodra@bigpond.net.au>
11874
11875 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
11876 version from bfd/.
11877
11878 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
11879
11880 * Makefile.in (VER): When present, extract the version number from
11881 the file version.in.
11882
11883 2001-05-24 Tom Rix <trix@redhat.com>
11884
11885 * configure.in : enable ld for aix
11886
11887 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
11888
11889 * config.guess: Add linux target for S/390.
11890
11891 2000-11-07 Philip Blundell <pb@futuretv.com>
11892
11893 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
11894
11895 2000-11-03 Philip Blundell <pb@futuretv.com>
11896
11897 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
11898 files.
11899
11900 2001-01-15 Ben Elliston <bje@redhat.com>
11901
11902 * configure.in (host_tools): Add sid.
11903 Always configure cgen.
11904
11905 2000-11-24 Nick Clifton <nickc@redhat.com>
11906
11907 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
11908
11909 2000-08-20 Doug Evans <dje@casey.transmeta.com>
11910
11911 * Makefile.in (ALL_MODULES): Add all-cgen.
11912 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
11913 (all-cgen): New target.
11914 (all-opcodes,all-sim): Depend on all-cgen.
11915 * configure.in (host_tools): Add cgen.
11916 Only configure cgen if --enable-cgen-maint.
11917
11918 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
11919
11920 * configure.in: Add *-*-freebsd* configurations.
11921
11922 2002-04-08 Tom Tromey <tromey@redhat.com>
11923
11924 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
11925 Fixes PR libgcj/6068.
11926
11927 2002-03-30 Krister Walfridsson <cato@df.lth.se>
11928
11929 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
11930
11931 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11932
11933 * configure.in (alpha*-dec-osf*): Enable libgcj.
11934
11935 2003-03-27 Matthew Gingell <gingell@gnat.com>
11936
11937 * MAINTAINERS (Write After Approval): Add myself.
11938
11939 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
11940
11941 Fix for: PR bootstrap/3591, target/5676
11942 * configure.in (mcore-pe): Disable the configuration of
11943 libstdc++-v3 since exceptions are not supported.
11944
11945 2002-03-20 Anthony Green <green@redhat.com>
11946
11947 * configure.in: Enable libgcj for xscale-elf target.
11948
11949 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
11950
11951 * MAINTAINERS: Update my email address.
11952
11953 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
11954
11955 * ltmain.sh (relink_command): Fix typo in previous change.
11956
11957 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
11958
11959 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
11960 (relink_command): Added --tag flags.
11961 (mode=install): If relinking fails; error out.
11962
11963 2002-03-12 Richard Henderson <rth@redhat.com>
11964
11965 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
11966 .NOTPARALLEL tag.
11967 (do-check): Rename from check.
11968 (check): Allow parallel check.
11969
11970 2002-03-12 Bob Wilson <bob.wilson@acm.org>
11971
11972 * MAINTAINERS: Add myself as maintainer for xtensa port.
11973 Fix alphabetical order in CPU port maintainer list.
11974 Remove myself from Write After Approval list.
11975
11976 2002-03-11 Richard Henderson <rth@redhat.com>
11977
11978 * Makefile.in (.NOTPARALLEL): Add fake tag.
11979
11980 2002-03-07 H.J. Lu (hjl@gnu.org)
11981
11982 * configure.in: Enable gprof for mips*-*-linux*.
11983
11984 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
11985
11986 * MAINTAINERS (Write After Approval): Add myself.
11987
11988 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
11989
11990 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
11991 libjava.
11992 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
11993
11994 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
11995
11996 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
11997 because its Makefile is there; test for the executable instead.
11998
11999 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
12000
12001 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
12002 libstdc++-v3 and libjava.
12003
12004 2002-02-11 Adam Megacz <adam@xwt.org>
12005
12006 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
12007 boehm-gc
12008
12009 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
12010
12011 * config.guess: Updated to 2002-01-30's version.
12012 * config.sub: Updated to 2002-02-01's version.
12013 Contribute sh64-elf.
12014 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
12015 * configure.in: Added sh64-*-*.
12016
12017 2002-02-08 Chris Demetriou <cgd@broadcom.com>
12018
12019 * MAINTAINERS: Belatedly add myself to write after approval list.
12020
12021 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
12022
12023 * MAINTAINERS: Put self in as maintainer for x86-64 port.
12024 Remove self as Write After Approval.
12025
12026 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
12027
12028 * MAINTAINERS: Put self in as maintainer for contrib/regression
12029 directory.
12030
12031 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
12032
12033 * MAINTAINERS: Update my email address.
12034
12035 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
12036
12037 * configure.in (*-*-netbsd*): New. Skip target-newlib,
12038 target-libiberty, and target-libgloss. Skip Java-related
12039 libraries if not supported for NetBSD on target CPU.
12040
12041 2002-01-25 Douglas B Rupp <rupp@gnat.com>
12042
12043 * install-sh: Use _inst.$$_ for temp file name.
12044
12045 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
12046
12047 * MAINTAINERS (Write After Approval): Move my contact info
12048 from here...
12049 (OS Port Maintainers): ...to here (netbsd).
12050
12051 2002-01-22 Bob Wilson <bob.wilson@acm.org>
12052
12053 * MAINTAINERS (Write After Approval): Add myself.
12054
12055 2002-01-17 H.J. Lu <hjl@gnu.org>
12056
12057 * Makefile.in (all-fastjar): Also depend on all-libiberty.
12058 (all-target-fastjar): Also depend on all-target-libiberty.
12059
12060 2002-01-16 H.J. Lu (hjl@gnu.org)
12061
12062 * config.guess: Import from master sources, rev 1.225.
12063 * config.sub: Import from master sources, rev 1.238.
12064
12065 2002-01-16 Kazu Hirata <kazu@hxi.com>
12066
12067 * MAINTAINERS (Write After Approval): Remove myself.
12068
12069 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
12070
12071 * MAINTAINERS (Write After Approval): Add myself.
12072
12073 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
12074
12075 * MAINTAINERS: Add self as docs co-maintainer.
12076
12077 2001-12-11 Matthias Klose <doko@debian.org>
12078
12079 * MAINTAINERS (Write After Approval): Add myself.
12080
12081 2001-12-09 Zack Weinberg <zack@codesourcery.com>
12082
12083 * MAINTAINERS: Update my email address.
12084
12085 2001-12-07 Turly O'Connor <turly@apple.com>
12086 * MAINTAINERS (Write After Approval): Add myself.
12087 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
12088 (rs6000_initialize_trampoline): Call __trampoline_setup for
12089 ABI_DARWIN too.
12090 * darwin-tramp.asm: New file, implements __trampoline_setup.
12091 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
12092
12093 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
12094
12095 * MAINTAINERS (Write After Approval): Add myself.
12096
12097 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
12098
12099 * configure, configure.in: Use temp file for long sed commands.
12100
12101 2001-12-03 Laurent Guerby <guerby@acm.org>
12102
12103 * config.sub: Update to version 1.232 on subversion.
12104
12105 2001-12-03 Ben Elliston <bje@redhat.com>
12106
12107 * MAINTAINERS: Update mail address for config.* patches.
12108
12109 2001-11-27 DJ Delorie <dj@redhat.com>
12110 Zack Weinberg <zack@codesourcery.com>
12111
12112 When build != host, create libiberty for the build machine.
12113
12114 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
12115 CONFIG_ARGUMENTS.
12116 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
12117 New variables.
12118 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
12119 and rules.
12120 (all.normal): Depend on ALL_BUILD_MODULES.
12121 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
12122 (all-build-libiberty): Depend on configure-build-libiberty.
12123
12124 * configure: Calculate and substitute proper value for
12125 ALL_BUILD_MODULES.
12126 * configure.in: Create the build subdirectory.
12127 Calculate and substitute TARGET_CONFIGARGS (formerly
12128 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
12129
12130 2001-11-26 Ziemowit Laski <zlaski@apple.com>
12131
12132 * MAINTAINERS (write-after-approval): Add self.
12133
12134 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
12135
12136 * MAINTAINERS (GNATS only accounts): Remove self.
12137
12138 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
12139
12140 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
12141 libf2c.
12142
12143 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
12144
12145 * MAINTAINERS (Write After Approval): Add self.
12146
12147 2001-11-12 David O'Brien <obrien@FreeBSD.org>
12148
12149 * MAINTAINERS: mips and s390 are also CPU ports.
12150
12151 2001-11-12 David O'Brien <obrien@FreeBSD.org>
12152
12153 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
12154
12155 2001-11-11 David O'Brien <obrien@FreeBSD.org>
12156
12157 * MAINTAINERS: Alphabetize.
12158
12159 2001-11-09 Kazu Hirata <kazu@hxi.com>
12160
12161 * MAINTAINERS (Various maintainers: h8 port): Add myself.
12162
12163 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
12164
12165 * MAINTAINERS (Various maintainers: hppa port): Added myself.
12166
12167 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
12168
12169 * configure.in (--enable-languages): Be more permissive about
12170 syntax. Check for empty lists better. Warn about $LANGUAGES.
12171
12172 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
12173
12174 * config.sub: Import from master sources, rev. 1.230.
12175 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
12176
12177 2001-11-07 Laurent Guerby <guerby@acm.org>
12178
12179 * MAINTAINERS (Write After Approval): Add self.
12180
12181 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
12182
12183 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
12184
12185 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
12186
12187 * config.sub: Import from master sources, rev 1.226.
12188 * config.guess: Import from master sources, rev 1.216.
12189
12190 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
12191
12192 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
12193 * MAINTAINERS: Add self as maintainer of MMIX port.
12194 Remove old after-approval entry.
12195
12196 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
12197
12198 * ChangeLog, configure: Fix spelling errors.
12199
12200 2001-10-20 Brendan Kehoe <brendan@zen.org>
12201
12202 * MAINTAINERS: Tweak my address.
12203
12204 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
12205
12206 * MAINTAINERS: Update my email address.
12207
12208 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
12209
12210 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
12211 * MAINTAINERS: Add self as maintainer of CRIS port.
12212
12213 2001-10-10 Geert Bosch <bosch@gnat.com>
12214
12215 * MAINTAINERS (Various maintainers: Ada front end):
12216 Added Robert Dewar.
12217
12218 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
12219
12220 * MAINTAINERS (Write After Approval): Added self
12221
12222 2001-10-02 Geert Bosch <bosch@gnat.com>
12223
12224 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
12225
12226 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
12227
12228 * configure: Handle temporary files securely using mkdir.
12229
12230 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
12231
12232 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
12233
12234 2001-09-26 Will Cohen <wcohen@redhat.com>
12235
12236 * configure.in (*-*-linux*): Disable configuration of target-newlib
12237 and target-libgloss.
12238
12239 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
12240
12241 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
12242 RANLIB.
12243
12244 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
12245
12246 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
12247 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
12248 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
12249 avoid quotes nesting problems.
12250 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
12251 (DO_X): Export only variables that are set.
12252
12253 2001-09-19 Ben Elliston <bje@redhat.com>
12254
12255 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
12256 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
12257 semantics. Use the shell built-in "type" command instead.
12258
12259 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
12260
12261 Merged from gcc-3_0-branch:
12262 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
12263 * ltcf-c.sh: Use $objext, not $ac_objext.
12264 2001-07-27 Mark Kettenis <kettenis@gnu.org>
12265 * ltcf-cxx.sh: Add support for GNU.
12266 2001-07-22 Timothy Wall <twall@redhat.com>
12267 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
12268 default settings if using GNU tools with that configuration.
12269 * ltcf-cxx.sh: Ditto.
12270 * ltcf-gcj.sh: Ditto.
12271 2001-07-21 Michael Chastain <chastain@redhat.com>
12272 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
12273 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
12274 * ltmain.sh: Mark as gcc-local.
12275
12276 2001-08-30 Eric Christopher <echristo@redhat.com>
12277 Jason Eckhardt <jle@redhat.com>
12278
12279 * config.guess: Merge from master sources.
12280 * config.sub: Merge from master sources, add support for mipsisa32.
12281
12282 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
12283 * config.sub: Merge from master sources, rev 1.219.
12284 * MAINTAINERS: Add self as contact for stormy16 port.
12285
12286 2001-08-14 Zack Weinberg <zackw@panix.com>
12287
12288 * config.sub: Merge from master sources, rev 1.218.
12289 * config.guess: Merge from master sources, rev 1.209.
12290
12291 2001-08-11 Graham Stott <grahams@redhat.com>
12292
12293 * Makefile.in (check-c++): Add missing semicolon.
12294
12295 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
12296
12297 * MAINTAINERS (Various maitainers: predict.def): Added myself.
12298
12299 2001-07-30 Eric Christopher <echristo@redhat.com>
12300
12301 * MAINTAINERS (Various maintainers: mips port): Added myself.
12302
12303 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
12304
12305 * configure.in (sh-*-linux*): New.
12306
12307 2001-07-27 Richard Henderson <rth@redhat.com>
12308
12309 * .cvsignore: Add LAST_UPDATED.
12310
12311 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
12312
12313 * MAINTAINERS (Various maintainers: s390 port): Added myself.
12314
12315 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
12316
12317 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
12318
12319 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
12320
12321 * MAINTAINERS (Write After Approval): Added myself.
12322
12323 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12324
12325 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12326 and libgcj on m68hc11/m68hc12.
12327
12328 2001-06-27 H.J. Lu (hjl@gnu.org)
12329
12330 * Makefile (CFLAGS_FOR_BUILD): New.
12331 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
12332
12333 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
12334
12335 * README: Remove version number.
12336
12337 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12338
12339 * INSTALL/README: Update wrt. to the installation instructions now
12340 residing in gcc/doc/install.texi.
12341
12342 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
12343
12344 * README: Replace with a cut-down and updated version of gcc/README.
12345
12346 2001-06-12 David Edelsohn <edelsohn@gnu.org>
12347
12348 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
12349 multilibs to be disabled.
12350
12351 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
12352
12353 * MAINTAINERS (Write After Approval): Add myself.
12354
12355 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
12356
12357 * config.guess: Import CVS version 1.195.
12358 * config.sub: Import CVS version 1.212.
12359
12360 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
12361
12362 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12363 gcc/xgcc is built, use -print-prog-name to find out the program
12364 name to use.
12365
12366 2001-06-04 Phil Edwards <pme@sources.redhat.com>
12367
12368 * config.guess: Import CVS version 1.194. All gcc-local changes
12369 appear to also be in the master copy.
12370 * config.sub: Import CVS version 1.211.
12371
12372 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
12373
12374 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
12375 with_gcc]: Use `gcc -shared' to build a shared library.
12376
12377 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
12378
12379 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
12380 archives.
12381
12382 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12383
12384 * MAINTAINERS (Write After Approval): Add myself.
12385
12386 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
12387
12388 * configure.in (libstdcxx_flags): Do not try to execute
12389 libstdc++-v3/testsuite_flags until it exists.
12390
12391 2001-06-01 Alan Modra <amodra@bigpond.net.au>
12392
12393 * MAINTAINERS: Update my email address.
12394
12395 2001-05-31 Graham Stott <grahams@redhat.com>
12396
12397 * MAINTAINERS (Write After Approval): Add myself.
12398
12399 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
12400
12401 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
12402 libraries when using g++ with native linker.
12403
12404 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
12405
12406 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
12407
12408 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
12409
12410 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
12411 [aix4*|aix5*]: Prepend blank.
12412
12413 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
12414
12415 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12416 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
12417 of subdir/configure scripts to use the new libtool.m4.
12418
12419 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
12420
12421 * MAINTAINERS (Write After Approval): Add myself.
12422
12423 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
12424
12425 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
12426
12427 2001-05-11 Ben Elliston <bje@redhat.com>
12428
12429 * Makefile.in (all-sid): New target.
12430 (check-sid, clean-sid, install-sid): Likewise.
12431
12432 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
12433
12434 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
12435
12436 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
12437
12438 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
12439 libgcj.
12440
12441 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
12442
12443 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12444 gcc/xgcc is built, use -print-prog-name to find out the program
12445 name to use.
12446
12447 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
12448
12449 * configure.in (noconfigdirs): Don't reset it from scratch in the
12450 target case; only append to it.
12451
12452 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
12453 sparc-*-solaris2.8]: Disable ${libgcj}.
12454
12455 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
12456
12457 * configure.in (libgcj_saved): Copy from $libgcj.
12458 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
12459 --disable-libgcj.
12460
12461 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
12462
12463 * MAINTAINERS: Remove self as MIPS maintainer and
12464 C front end maintainer.
12465
12466 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
12467
12468 * configure.in: Move *-chorusos target case to the proper switch.
12469 Disable libgcj.
12470
12471 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
12472
12473 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
12474 1.641.2.228.
12475
12476 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12477
12478 * Makefile.in (STAGE1_CFLAGS): Pass down.
12479
12480 2001-04-13 Alan Modra <amodra@one.net.au>
12481
12482 * config.guess: Add hppa64-linux support. Note for next import that
12483 this is already in the master file.
12484 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
12485
12486 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
12487
12488 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12489 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
12490
12491 2001-04-11 Stan Shebs <shebs@apple.com>
12492
12493 * MAINTAINERS: Add self as Darwin port maintainer.
12494
12495 2001-04-11 Alan Modra <amodra@one.net.au>
12496
12497 * MAINTAINERS: Update my email address.
12498
12499 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
12500
12501 * ltcf-cxx.sh: Support creation of C++ shared libraries on
12502 recent versions of FreeBSD (release 3 or later).
12503 * ltconfig: On FreeBSD, -lc must not be provided when building
12504 a shared library or else the standard -pthread gcc option is
12505 rendered worthless to later users of the built library.
12506
12507 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
12508
12509 * MAINTAINERS: Add self and RTH as C front end maintainers.
12510
12511 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
12512
12513 * config.sub: Make sure to match an already-canonicalized
12514 machine name (eg. mn10300-unknown-elf).
12515
12516 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
12517
12518 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
12519 New macros.
12520 (bootstrap, cross): Use RECURSE_FLAGS.
12521 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
12522
12523 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
12524
12525 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
12526
12527 2001-03-22 Colin Howell <chowell@redhat.com>
12528
12529 * Makefile.in (DO_X): Do not backslash single-quotes in
12530 backquotes (two places).
12531
12532 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
12533
12534 Re-installed:
12535 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
12536 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
12537 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12538 * ltcf-cxx.sh: Likewise.
12539 * ltcf-gcj.sh: Likewise.
12540
12541 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12542
12543 * MAINTAINERS: Add myself as "documentation co-maintainer".
12544
12545 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
12546
12547 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12548 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
12549
12550 2001-03-19 Tom Tromey <tromey@redhat.com>
12551
12552 * config-ml.in: Handle GCJ and GCJFLAGS.
12553
12554 2001-03-21 Michael Chastain <chastain@redhat.com>
12555
12556 * Makefile.in: all-m4 depends on all-texinfo.
12557
12558 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
12559
12560 * MAINTAINERS: Add myself to write after approval list.
12561
12562 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
12563
12564 * Makefile.in (DO_X): Quote nested quotes.
12565
12566 2001-03-18 Alan Modra <alan@linuxcare.com.au>
12567
12568 * MAINTAINERS: Add myself to write after approval list.
12569
12570 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
12571
12572 * Makefile.in (DO_X): Use double quotes for quoting
12573 "RANLIB=$${RANLIB}".
12574
12575 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
12576
12577 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
12578
12579 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
12580
12581 * configure.in: Only use `lang_requires' for languages athat are
12582 actually enabled.
12583
12584 2001-03-08 Phil Edwards <pme@sources.redhat.com>
12585
12586 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
12587
12588 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
12589
12590 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
12591
12592 2001-03-07 Tom Tromey <tromey@redhat.com>
12593
12594 * configure.in: Allow config-lang.in to set `lang_requires' to list
12595 of other required languages.
12596
12597 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
12598
12599 * Makefile.in: Remove RANLIB definition. Use RANLIB
12600 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
12601 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
12602
12603 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
12604 Alexandre Oliva <aoliva@redhat.com>
12605
12606 * Makefile.in (check-c++): Use tabs, not spaces.
12607
12608 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
12609
12610 * MAINTAINERS: add myself to Write After Approval list.
12611
12612 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
12613
12614 * Makefile.in (check-c++): New rule.
12615
12616 * configure.in (target_libs): Remove libg++.
12617 (noconfigdirs): Remove libg++.
12618 (noconfigdirs): Same.
12619 (noconfigdirs): Same.
12620 (noconfigdirs): Same.
12621
12622 * config-ml.in: Remove libg++ references.
12623
12624 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
12625 (ALL_TARGET_MODULES): Same.
12626 (configure-target-libg++): Remove.
12627 (all-target-libg++): Remove.
12628 (configure-target-libio): Remove.
12629 (all-target-libio): Remove.
12630 (check-target-libio): Remove.
12631 (.PHONY): Remove.
12632 (libg++.tar.bz2): Remove.
12633 (all-target-cygmon): Remove libio.
12634 (all-target-libstdc++): Remove.
12635 (configure-target-libstdc++): Remove.
12636 (TARGET_LIB_PATH): Remove libstdc++.
12637 (ALL_GCC_CXX): Remove libstdc++.
12638 (all-target-gperf): Correct.
12639
12640 2001-02-16 Nick Clifton <nickc@redhat.com>
12641
12642 * configure.in (noconfigdirs): Allow configuration of texinfo
12643 for Cygwin hosts.
12644
12645 2001-02-15 Anthony Green <green@redhat.com>
12646
12647 * configure: Introduce GCJ_FOR_TARGET.
12648 * configure.in: Ditto.
12649 * Makefile.in: Ditto.
12650
12651 2001-02-13 Andreas Schwab <schwab@suse.de>
12652
12653 * MAINTAINERS: Update mail address.
12654
12655 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
12656
12657 * config.guess: Add linux target for S/390.
12658 * config.sub: Likewise.
12659
12660 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
12661
12662 * configure.in: for *-chorusos, don't config target-newlib and
12663 target-libgloss.
12664
12665 2001-02-06 Ben Elliston <bje@redhat.com>
12666
12667 * configure: Output host type to stdout, not stderr.
12668
12669 2001-02-05 Mark Mitchell <mark@codesourcery.com>
12670
12671 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
12672 * ltcf-cxx.sh: Likewise.
12673
12674 * config.if: Assume enable_libstdcxx_v3 is defined.
12675
12676 2001-02-04 Mark Mitchell <mark@codesourcery.com>
12677
12678 Remove V2 C++ library.
12679 * configure.in: Remove --enable-libstdcxx_v3 support.
12680
12681 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
12682
12683 * include/demangle.h: Add prototype for java_demangle_v3.
12684
12685 2001-01-29 Phil Edwards <pme@sources.redhat.com>
12686
12687 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
12688
12689 2001-01-27 Richard Henderson <rth@redhat.com>
12690
12691 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
12692
12693 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12694
12695 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
12696 Don't unset, it's non-portable and no longer necessary, set to empty
12697 instead.
12698
12699 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12700
12701 * ltconfig: Shell portability fix for the tagname validity check.
12702
12703 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
12704
12705 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
12706 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
12707
12708 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12709
12710 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
12711
12712 2001-01-26 Tom Tromey <tromey@redhat.com>
12713
12714 * configure.in: Allow libgcj to be built on Sparc Solaris.
12715
12716 2001-01-25 David Edelsohn <edelsohn@gnu.org>
12717
12718 * ltcf-c.sh: Add aix5 case.
12719 * ltcf-cxx.sh: Likewise.
12720 * ltconfig: Likewise.
12721
12722 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
12723
12724 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
12725 keep at least one of build_libtool_libs or build_old_libs set to
12726 yes.
12727
12728 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
12729 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
12730
12731 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
12732
12733 * configure.in: Enable libgcj on several additional platforms.
12734
12735 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
12736
12737 * configure.in: Enable libgcj for linux targets.
12738
12739 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12740
12741 * MAINTAINERS (Write After Approval): Add myself.
12742
12743 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
12744
12745 * MAINTAINERS: Add myself as vax port maintainer.
12746
12747 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
12748
12749 * MAINTAINERS: Add myself as Mercury front-end maintainer.
12750
12751 2001-01-09 Mike Stump <mrs@wrs.com>
12752
12753 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
12754 failures of subdirectories.
12755
12756 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
12757
12758 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
12759 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12760 * ltcf-cxx.sh: Likewise.
12761 * ltcf-gcj.sh: Likewise.
12762 * ltconfig.sh: Fix typo.
12763
12764 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
12765
12766 * configure: handle DOS-style absolute paths.
12767
12768 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
12769
12770 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
12771
12772 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
12773
12774 * MAINTAINERS: Add myself as avr port co-maintainer.
12775
12776 2000-12-28 Ben Elliston <bje@redhat.com>
12777
12778 * MAINTAINERS: Add myself under ``Write After Approval''.
12779
12780 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
12781
12782 * texinfo: Remove directory from GCC.
12783
12784 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
12785
12786 * COPYING: Update to current
12787 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
12788 to 19yy as example year in copyright notice).
12789
12790 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
12791
12792 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
12793 (libstdcxx_incdir): Pass down.
12794 * config.if: Remove expired bits for cxx_interface, add stub.
12795 (libstdcxx_incdir): Add variable for g++ include directory.
12796 * configure.in (gxx_include_dir): Use it.
12797
12798 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
12799
12800 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
12801 with old-email address from ``Write After Approval''.
12802
12803 2000-12-15 Andreas Jaeger <aj@suse.de>
12804
12805 * configure.in: Handle lang_dirs.
12806
12807 2000-12-14 Tom Tromey <tromey@redhat.com>
12808
12809 * MAINTAINERS: Removed brads.
12810
12811 * MAINTAINERS: Added gcj developers.
12812
12813 2000-12-13 Anthony Green <green@redhat.com>
12814
12815 * configure.in: Disable libgcj for any target not specifically
12816 listed. Disable libgcj for x86 and Alpha Linux until compatible
12817 with g++ abi.
12818
12819 2000-12-13 Mike Stump <mrs@wrs.com>
12820
12821 * Makefile.in (local-distclean): Also remove fastjar.
12822
12823 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
12824
12825 * contrib/gcc_update: Add fastjar --touch entries.
12826
12827 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
12828
12829 * configure.in: Disable language-specific target libraries for
12830 languages that aren't enabled.
12831
12832 2000-12-10 Anthony Green <green@redhat.com>
12833
12834 * configure.in: Define libgcj. Disable libgcj target libraries for
12835 most targets.
12836
12837 2000-12-10 Neil Booth <neilb@earthling.net>
12838
12839 * MAINTAINERS: Update mail address, remove from WAA list.
12840
12841 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
12842
12843 * libjava: Imported from /cvs/java.
12844 * libffi: Likewise.
12845 * Boehm-gc: Likewise.
12846
12847 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
12848
12849 * configure.in (target_libs): Revert 2000-12-08 patch.
12850 (noconfigdirs): Added target-libjava.
12851
12852 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
12853
12854 * djunpack.bat: removed.
12855
12856 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
12857
12858 * Makefile.in: handle DOS-style absolute paths.
12859 * config-ml.in: likewise.
12860 * symlink-tree: likewise.
12861
12862 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12863
12864 * fastjar: Imported.
12865
12866 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12867
12868 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
12869 libjava.
12870 * configure.in (target_libs): Removed `target-libjava'.
12871
12872 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12873
12874 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
12875 (ALL_MODULES): Added fastjar.
12876 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
12877 (all-target-libjava): all-fastjar replaces all-zip.
12878 (all-fastjar): Added.
12879 (configure-target-fastjar, all-target-fastjar): Likewise.
12880 * configure.in (host_tools): Added fastjar.
12881
12882 2000-12-07 Mike Stump <mrs@wrs.com>
12883
12884 * Makefile.in (local-distclean): Remove leftover built files.
12885
12886 2000-11-24 Nick Clifton <nickc@redhat.com>
12887
12888 * configure.in (xscale-elf): Add target.
12889 (xscale-coff): Add target.
12890
12891 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
12892
12893 * ltcf-cxx.sh: Support creation of C++ shared libraries on
12894 recent versions of FreeBSD (release 3 or later).
12895 * ltconfig: On FreeBSD, -lc must not be provided when building
12896 a shared library or else the standard -pthread gcc option is
12897 rendered worthless to later users of the built library.
12898
12899 2000-11-16 Fred Fish <fnf@be.com>
12900
12901 * configure.in (enable_libstdcxx_v3): Fix typo,
12902 libstd++ -> libstdc++.
12903
12904 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12905
12906 * MAINTAINERS: Add self to Write After Approval list.
12907
12908 2000-11-21 Bernd Schmidt <bernds@redhat.com>
12909
12910 * MAINTAINERS: Update my email address. Add myself to global write
12911 privs list.
12912
12913 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
12914
12915 * Makefile.in: Merge with src and libgcj.
12916 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
12917 configure-target-<library> when their configure scripts need the C
12918 or C++ library to have already been built to work properly.
12919 (do_proto_toplev): Set them to an empty string.
12920
12921 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
12922 (REALLY_SET_LIB_PATH): Use them.
12923
12924 2000-11-17 Stan Shebs <shebs@apple.com>
12925
12926 * MAINTAINERS: Add self to Write After Approval list.
12927
12928 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12929
12930 * configure: Provide the original toplevel configure arguments
12931 (including $0) to subprocesses in the environment rather than
12932 through gcc/configargs.h.
12933
12934 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12935
12936 * MAINTAINERS: Remove references to cccp. Change C9X reference to
12937 C99. Alphabetise "Write After Approval" list.
12938
12939 2000-11-12 Mark Mitchell <mark@codesourcery.com>
12940
12941 * configure: Turn on libstdc++ V3 by default.
12942
12943 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
12944 if we've got GCC.
12945
12946 2000-11-11 Philip Blundell <philb@gnu.org>
12947
12948 * MAINTAINERS: Add self to Write After Approval list.
12949
12950 2000-11-09 David Edelsohn <edelsohn@gnu.org>
12951
12952 * ltcf-c.sh (aix4): Improve shared library configuration; require
12953 exporting symbols.
12954 * ltcf-cxx.sh (aix4): Define.
12955 * ltconfig (aix4): Define library and soname specs appropriate for
12956 AIX. Define command to create export symbols list.
12957
12958 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
12959
12960 * config.sub: Add support for Sun Chorus
12961
12962 2000-10-31 Nick Clifton <nickc@redhat.com>
12963
12964 * MAINTAINERS: Rename <name>@cygnus.com addresses to
12965 <name>@redhat.com. Also installed new email address for Clint
12966 Popetz.
12967
12968 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
12969
12970 * etc: Remove directory from GCC.
12971
12972 2000-10-16 Michael Meissner <meissner@redhat.com>
12973
12974 * configure (gcc/configargs.h): Only create if there is a build GCC
12975 directory created.
12976
12977 2000-10-16 Matthias Klose <doko@debian.org>
12978
12979 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
12980 when configured for libstdc++-v3.
12981
12982 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
12983
12984 * configure: Save configure arguments to gcc/configargs.h.
12985
12986 2000-10-04 Philipp Thomas <pthomas@suse.de>
12987
12988 * config.guess: Import CVS version 1.157.
12989 * config.sub: Import CVS version 1.181.
12990
12991 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
12992
12993 * Makefile.in (bootstrap): avoid recursion if subdir missing
12994 (cross): ditto
12995 (do-proto-toplev): ditto
12996
12997 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
12998
12999 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
13000 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
13001
13002 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
13003 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
13004 all affected `configure' scripts.
13005
13006 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
13007
13008 * MAINTAINERS: Add self as cpplib co-maintainer.
13009
13010 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
13011
13012 * MAINTAINERS: Add self to Write After Approval list.
13013
13014 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13015
13016 * INSTALL/README: egcs -> GCC update.
13017
13018 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
13019
13020 * MAINTAINERS: Add myself to Write After Approval list.
13021
13022 2000-09-15 Kazu Hirata <kazu@hxi.com>
13023
13024 * MAINTAINERS: Add myself to Write After Approval list.
13025
13026 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
13027
13028 * configure.in: Do not build byacc for hppa64. Provide paths to the
13029 X11 libraries for hppa64.
13030
13031 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13032
13033 * MAINTAINERS: Add myself as 68hc11 port maintainer.
13034
13035 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
13036
13037 * Makefile.in (all-zlib): Added dummy target.
13038
13039 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13040 ltcf-gcj.sh: Updated from libtool multi-language branch.
13041
13042 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
13043
13044 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
13045 (bootstrap*): Depend on all-bootstrap.
13046
13047 2000-09-05 Philipp Thomas <pthomas@suse.de>
13048
13049 * config.guess: Import CVS version 1.156.
13050 * config.sub: Import CVS version 1.179.
13051
13052 2000-09-02 Anthony Green <green@cygnus.com>
13053
13054 * Makefile.in (all-gcc): Depend on all-zlib.
13055 (CLEAN_MODULES): Add clean-zlib.
13056 (ALL_MODULES): Add all-zlib.
13057 * configure.in (host_libs): Add zlib.
13058
13059 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
13060
13061 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
13062 crosses, but add gcc/include to the header search path for them.
13063
13064 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
13065
13066 * MAINTAINERS: Add self to Write After Approval list.
13067
13068 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13069
13070 * config.guess: Import CVS version 1.152.
13071 * config.sub: Import CVS version 1.177.
13072
13073 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
13074
13075 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
13076 $targargs to tell whether newlib is going to be built.
13077
13078 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
13079 $$r/TARGET_SUBDIR/libio for _G_config.h.
13080
13081 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
13082
13083 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
13084
13085 2000-08-22 DJ Delorie <dj@redhat.com>
13086
13087 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
13088
13089 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
13090
13091 * config-ml.in (CC, CXX): Avoid trailing whitespace.
13092 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
13093 sub-configures.
13094
13095 2000-08-21 DJ Delorie <dj@redhat.com>
13096
13097 * MAINTAINERS: Add self as a libiberty maintainer
13098
13099 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
13100
13101 * configure.in (libstdcxx_flags): Use
13102 libstdc++-v3/src/libstdc++.INC.
13103
13104 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
13105
13106 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
13107
13108 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
13109
13110 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
13111
13112 * configure: Make enable_threads and enable_shared defaults
13113 explicit. Substitute enable_threads into generated Makefiles.
13114 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
13115 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
13116
13117 2000-08-13 Geoff Keating <geoffk@cygnus.com>
13118
13119 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
13120
13121 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
13122
13123 * config-ml.in (CC): Remove bogus duplicate quotation mark from
13124 previous delta.
13125
13126 2000-08-11 Jason Merrill <jason@redhat.com>
13127
13128 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
13129 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
13130 (FLAGS_FOR_TARGET): Not here.
13131 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
13132
13133 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
13134
13135 * config-ml.in (CC, CXX): Don't introduce a leading space.
13136
13137 2000-08-07 DJ Delorie <dj@delorie.com>
13138
13139 * MAINTAINERS: Add self as a DJGPP maintainer
13140
13141 2000-08-07 DJ Delorie <dj@redhat.com>
13142
13143 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
13144 "if we're also building gcc, and it's a gcc that will run on the
13145 build machine, we want to use its includes instead of the system's
13146 default includes".
13147
13148 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
13149
13150 * MAINTAINERS: Add self to Write After Approval list.
13151
13152 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
13153
13154 * configure.in (libstdcxx_flags): Don't use `"'.
13155
13156 * config-ml.in: Adjust multilib search paths to the
13157 appropriate multilib tree.
13158
13159 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
13160
13161 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
13162 commas in $LANGUAGES.
13163
13164 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
13165
13166 * configure.in: Re-enable all references to libg++ and librx.
13167
13168 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
13169
13170 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
13171 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
13172 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
13173 * ltcf-cxx.sh (need_lc): Set based on postdeps.
13174
13175 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
13176
13177 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
13178
13179 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
13180 CXX_FOR_TARGET for sed.
13181
13182 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
13183
13184 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
13185 Do not override if already set in the environment or in configure.
13186 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
13187 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
13188
13189 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
13190
13191 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
13192 the libtool CVS tree multi-language branch.
13193 * ltconfig, ltmain.sh: Updated.
13194
13195 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
13196
13197 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
13198 (clean-target): Depend on it.
13199
13200 * Makefile.in (FLAGS_FOR_TARGET): New macro.
13201 (GCC_FOR_TARGET): Use it.
13202 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
13203 * configure.in: ... here.
13204 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
13205 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
13206
13207 2000-07-24 Eric Christopher <echristo@cygnus.com>
13208
13209 * MAINTAINERS: Add self to Write After Approval list.
13210
13211 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
13212
13213 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
13214 (configure-target-libchill, configure-target-libobjc): Likewise.
13215
13216 * configure.in: Use the same cache file for all target libs.
13217 * config-ml.in: But different cache files per multilib variant.
13218
13219 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13220
13221 * configure (topsrcdir): Don't use dirname.
13222
13223 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
13224
13225 * MAINTAINERS: Add self to Write After Approval list.
13226
13227 2000-07-20 Jason Merrill <jason@redhat.com>
13228
13229 * configure.in: Remove all references to libg++ and librx.
13230
13231 * configure, configure.in, Makefile.in: Unify gcc and binutils.
13232
13233 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
13234
13235 * config.sub: Update to subversions version 2000-07-06.
13236
13237 2000-07-12 Andrew Haley <aph@cygnus.com>
13238
13239 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
13240 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
13241
13242 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
13243
13244 * symlink-tree: Check number of arguments.
13245
13246 2000-07-05 Jim Wilson <wilson@cygnus.com>
13247
13248 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
13249 search path for a g++ extracted from the build tree. This
13250 will allow link tests run by configure scripts in
13251 subdirectories to succeed.
13252
13253 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
13254
13255 * ltconfig: Add support for mips-dde-sysv4.2MP
13256
13257 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13258
13259 * MAINTAINERS: Add myself as loop discovery maintainer.
13260
13261 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
13262
13263 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
13264 `os2'. Force ac_cv_exeext to be ".exe" in that case.
13265
13266 2000-06-19 Timothy Wall <twall@cygnus.com>
13267
13268 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
13269 * config.sub: Add tic54x target.
13270
13271 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
13272
13273 * MAINTAINERS: Add self as Fortran maintainer,
13274 remove Craig Burley.
13275
13276 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
13277
13278 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
13279 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
13280
13281 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
13282
13283 * MAINTAINERS: Add self as i18n maintainer
13284
13285 20000-05-21 H.J. Lu (hjl@gnu.org)
13286
13287 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
13288 directory are used if they exist. Make sure
13289 $(build_tooldir)/include is searched for header files,
13290 $(build_tooldir)/lib/ for library files.
13291 (GCC_FOR_TARGET): Likewise.
13292 (CXX_FOR_TARGET): Likewise.
13293
13294 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
13295
13296 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
13297
13298 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
13299
13300 * Makefile.in (configure-target-libiberty): Depend on
13301 configure-target-newlib.
13302
13303 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
13304
13305 * configure.in, Makefile.in: Merge all libffi-related
13306 configury stuff from the libgcj tree.
13307
13308 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
13309
13310 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13311 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
13312
13313 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
13314
13315 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13316 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
13317 current version information. Add to proto-toplev directory.
13318 (gdb-taz): Build do-djunpack.
13319
13320 2000-05-15 David Edelsohn <edelsohn@gnu.org>
13321
13322 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
13323
13324 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
13325
13326 * MAINTAINERS: Add self to Write After Approval list.
13327
13328 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13329
13330 * ltmain.sh: Preserve in relink_command any environment
13331 variables that may affect the linker behavior.
13332
13333 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
13334
13335 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
13336
13337 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
13338
13339 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
13340
13341 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13342
13343 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
13344 with the version name.
13345
13346 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
13347
13348 * MAINTAINERS: Add self as bb-reorder maintainer.
13349
13350 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
13351
13352 * config.if: Tweak.
13353
13354 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
13355
13356 * djunpack.bat: New file.
13357
13358 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
13359
13360 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
13361 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
13362 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
13363 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
13364
13365 2000-04-16 Dave Pitts <dpitts@cozx.com>
13366
13367 * config.sub (case $basic_machine): Change default for "ibm-*"
13368 to "openedition".
13369
13370 2000-04-13 Andreas Jaeger <aj@suse.de>
13371
13372 * MAINTAINERS: Added myself.
13373
13374 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
13375
13376 * Makefile.in (gdb-taz): New target. GDB specific archive.
13377 (do-md5sum): New target.
13378 (MD5PROG): Define.
13379 (PACKAGE): Default to TOOL.
13380 (VER): Default to a shell script.
13381 (taz): Rewrite target. Move real work to do-proto-toplev. Include
13382 md5 checksum generation.
13383 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
13384 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
13385 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
13386 insight.tar.bz2): Use gdb-taz to create archive.
13387
13388 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
13389
13390 * configure (warn_cflags): Delete.
13391
13392 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
13393
13394 * MAINTAINERS: Added myself.
13395
13396 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
13397 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
13398
13399 * configure.in (enable_libstdcxx_v3): Add.
13400 (target_libs): Add bits here to switch between libstdc++-v2 and
13401 libstdc++-v3.
13402 * config.if: And this file too.
13403 * Makefile.in: Add libstdc++-v3 targets.
13404
13405 2000-04-05 Michael Meissner <meissner@redhat.com>
13406
13407 * config.sub (d30v): Add d30v as a basic machine type.
13408
13409 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
13410
13411 * configure.in: -linux-gnu*, not -linux-gnu.
13412
13413 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
13414
13415 * MAINTAINERS: Add self in write-after-approval section.
13416
13417 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
13418
13419 * MAINTAINERS: Add self as ia64 port maintainer.
13420
13421 2000-03-08 Neil Booth <NeilB@earthling.net>
13422
13423 * MAINTAINERS: Add self in write-after-approval section.
13424
13425 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
13426
13427 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
13428 (do-tar-bz2): Replace TOOL with PACKAGE.
13429 (gdb.tar.bz2): Remove GDBTK from GDB package.
13430 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
13431 dejagnu.tar.bz2): New packages.
13432
13433 2000-02-27 Andreas Jaeger <aj@suse.de>
13434
13435 * configure.in: Add entry for mips*-*-linux*, move catch all
13436 *-*-*linux* entry below this one.
13437
13438 2000-02-27 Ian Lance Taylor <ian@zembu.com>
13439
13440 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
13441
13442 2000-02-24 Nick Clifton <nickc@cygnus.com>
13443
13444 * config.sub: Support an OS of "wince".
13445
13446 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
13447
13448 * config.guess, config.sub: Updated to match config's 2000-02-15
13449 version.
13450
13451 2000-02-23 Linas Vepstas <linas@linas.org>
13452
13453 * config.sub: Add support for Linux/IBM 370.
13454 * configure.in: Likewise.
13455
13456 2000-02-22 Nick Clifton <nickc@cygnus.com>
13457
13458 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
13459
13460 2000-02-20 Christopher Faylor <cgf@cygnus.com>
13461
13462 * config.guess: Guess "cygwin" rather than "cygwin32".
13463
13464 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13465
13466 * configure (gcc_version): When setting, narrow search to
13467 lines containing `version_string'.
13468
13469 2000-02-15 Denis Chertykov <denisc@overta.ru>
13470
13471 * config.sub: Add support for avr target.
13472
13473 2000-02-14 Nick Clifton <nickc@cygnus.com>
13474
13475 * MAINTAINERS: Add maintainers for MCore port.
13476
13477 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
13478
13479 * config.sub: Add mmix-knuth-mmixware.
13480
13481 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13482
13483 * MAINTAINERS: Pair cccp with cpplib maintainership.
13484
13485 2000-01-27 Christopher Faylor <cgf@redhat.com>
13486
13487 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
13488 structure stuff to -L library search.
13489 (CXX_FOR_TARGET): Ditto.
13490 (CROSS_CHECK_MODULES): Fix spelling mistake.
13491
13492 2000-01-24 Mark Mitchell <mark@codesourcery.com>
13493
13494 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
13495 the C++ compiler.
13496
13497 2000-01-12 Richard Henderson <rth@cygnus.com>
13498
13499 * configure.in: Don't build some bits for beos.
13500
13501 2000-01-12 Joel Sherrill (joel@OARcorp.com)
13502
13503 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
13504 as include files.
13505
13506 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
13507
13508 * Add self as cpplib maintainer, as requested by Jason
13509 Merrill. Correct my e-mail address.
13510
13511 2000-01-06 Geoff Keating <geoffk@cygnus.com>
13512
13513 * configure.in: Use mt-aix43 to handle *_TARGET defs,
13514 not mh-aix43.
13515
13516 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
13517
13518 * MAINTAINERS: Add myself to "write after approval" list.
13519
13520 1999-12-14 Richard Henderson <rth@cygnus.com>
13521
13522 * config.guess (alpha-osf, alpha-linux): Detect ev67.
13523 * config.sub: Accept alphaev[78], alphaev8.
13524
13525 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13526
13527 * config.guess, config.sub: Update from autoconf.
13528
13529 1999-11-29 Bruce Korb <autogen@linuxbox.com>
13530
13531 * MAINTAINERS: update my playtime e-address.
13532
13533 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13534
13535 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
13536 necessary libraries are missing.
13537
13538 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
13539
13540 * MAINTAINERS: Add new 'write after approval' maintainer.
13541
13542 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
13543
13544 * MAINTAINERS: Add new Java maintainer.
13545
13546 1999-10-25 Andreas Schwab <schwab@suse.de>
13547
13548 * configure: Fix quoting inside arguments of eval.
13549
13550 1999-10-21 Nick Clifton <nickc@cygnus.com>
13551
13552 * config-ml.in: Allow suppression of some ARM multilibs.
13553
13554 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
13555
13556 * config.guess: Add OS/390 match pattern.
13557 * config.sub: Add mvs, openedition targets.
13558 * configure.in (i370-ibm-opened*): New.
13559
13560 1999-09-04 Steve Chamberlain <sac@pobox.com>
13561
13562 * config.sub: Add support for configuring for pj.
13563
13564 1999-08-31 Nick Clifton <nickc@cygnus.com>
13565
13566 * config.sub (maybe_os): Add support for configuring for fr30.
13567
13568 1999-08-25 Nick Clifton <nickc@cygnus.com>
13569
13570 * configure.in: Do not configure or build ld for AIX
13571 platforms. ld is known to be broken on these platforms.
13572
13573 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13574
13575 * config-ml.in: Pass compiler flag corresponding to multidirs to
13576 subdir configures.
13577
13578 1999-08-09 Ian Lance Taylor <ian@zembu.com>
13579
13580 * Makefile.in (LDFLAGS): Define.
13581
13582 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
13583
13584 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
13585 noconfigdirs.
13586 (*-*-cygwin*): Likewise.
13587
13588 1999-08-08 Ian Lance Taylor <ian@zembu.com>
13589
13590 * mkdep: New file.
13591 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
13592 (BINUTILS_SUPPORT_DIRS): Add mkdep.
13593
13594 From Eli Zaretskii <eliz@is.elta.co.il>:
13595 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
13596 long file name when using DJGPP on MS-DOS.
13597
13598 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
13599
13600 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
13601
13602 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
13603
13604 * Makefile.in (check-target-libio): Remove all-target-libstdc++
13605 dependency as this causes "make check" to globally "make all"
13606
13607 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
13608
13609 * configure.in (target_libs): Added target-zlib.
13610 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
13611 (CONFIGURE_TARGET_MODULES): Likewise.
13612 (CHECK_TARGET_MODULES): Likewise.
13613 (INSTALL_TARGET_MODULES): Likewise.
13614 (CLEAN_TARGET_MODULES): Likewise.
13615 (configure-target-zlib): New target.
13616 (all-target-zlib): Likewise.
13617 (all-target-libjava): Depend on all-target-zlib.
13618 (configure-target-libjava): Depend on configure-target-zlib.
13619
13620 * Makefile.in (configure-target-libjava): Depend on
13621 configure-target-newlib.
13622 (configure-target-boehm-gc): New target.
13623 (configure-target-qthreads): New target.
13624
13625 * configure.in (target_libs): Added target-qthreads.
13626 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
13627 (CONFIGURE_TARGET_MODULES): Likewise.
13628 (CHECK_TARGET_MODULES): Likewise.
13629 (INSTALL_TARGET_MODULES): Likewise.
13630 (CLEAN_TARGET_MODULES): Likewise.
13631 (all-target-qthreads): New target.
13632 (configure-target-libjava): Depend on configure-target-qthreads.
13633 (all-target-libjava): Depend on all-target-qthreads.
13634
13635 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
13636 (CONFIGURE_TARGET_MODULES): Likewise.
13637 (CHECK_TARGET_MODULES): Likewise.
13638 (INSTALL_TARGET_MODULES): Likewise.
13639 (CLEAN_TARGET_MODULES): Likewise.
13640 (all-target-libjava): New target.
13641 (all-target-boehm-gc): Likewise.
13642 * configure.in (target_libs): Added libjava, boehm-gc.
13643
13644 1999-07-22 Ian Lance Taylor <ian@zembu.com>
13645
13646 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
13647 configure.bat in SUPPORT_FILES.
13648 (gas+binutils.tar.bz2): Likewise.
13649
13650 * makeall.bat: Remove; obsolete.
13651
13652 1999-07-21 Ian Lance Taylor <ian@zembu.com>
13653
13654 From Mark Elbrecht:
13655 * configure.bat: Remove; obsolete.
13656
13657 1999-07-11 Ian Lance Taylor <ian@zembu.com>
13658
13659 * configure: Add -W -Wall to the default CFLAGS when compiling with
13660 gcc.
13661
13662 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
13663
13664 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
13665
13666 1999-06-30 Mark Mitchell <mark@codesourcery.com>
13667
13668 * configure.in: Build ld on IRIX6.
13669
13670 1999-06-12 Ian Lance Taylor <ian@zembu.com>
13671
13672 * Makefile.in: Change distribution targets to use bzip2 instead of
13673 gzip.
13674 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
13675 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
13676
13677 1999-06-04 Nick Clifton <nickc@cygnus.com>
13678
13679 * config.sub: Add mcore target.
13680
13681 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
13682
13683 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
13684
13685 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
13686
13687 * config.guess (dummy): Changed to $dummy.
13688
13689 1999-05-24 Nick Clifton <nickc@cygnus.com>
13690
13691 * config.sub: Tidied up case statements.
13692
13693 1999-05-22 Ben Elliston <bje@cygnus.com>
13694
13695 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
13696 <jiro@din.or.jp>.
13697
13698 * config.guess: Merge with FSF version. Future changes will be
13699 more accurately recorded in this ChangeLog.
13700 * config.sub: Likewise.
13701
13702 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
13703
13704 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
13705
13706 1999-04-30 Tom Tromey <tromey@cygnus.com>
13707
13708 * ltmain.sh: [mode link] Always use CC given by ltconfig.
13709
13710 1999-04-23 Tom Tromey <tromey@cygnus.com>
13711
13712 * ltconfig, ltmain.sh: Update to libtool 1.2f.
13713
13714 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
13715
13716 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
13717 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
13718 Bad merge removed these two changes.
13719
13720 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
13721 Martin Heller (Ing.-Buero_Heller@t-online.de)
13722
13723 * config.guess (interix Alpha): Add.
13724
13725 1999-04-11 Richard Henderson <rth@cygnus.com>
13726
13727 * configure.in (i?86-*-beos*): Do config gperf; don't config
13728 gdb, newlib, or libgloss.
13729
13730 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
13731
13732 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
13733 link a trivial program with -mabi=64. If it fails, remove mabi=64
13734 from multidirs.
13735
13736 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
13737
13738 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
13739
13740 1999-04-08 Nick Clifton <nickc@cygnus.com>
13741
13742 * config.sub: Add support for mcore targets.
13743
13744 1999-04-07 Michael Meissner <meissner@cygnus.com>
13745
13746 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
13747 not mt-ospace, in order to shut up assembler warning about using
13748 symbols that are named the same as registers.
13749
13750 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
13751
13752 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
13753 dependency list for all-target-cygmon.
13754
13755 1999-04-05 Doug Evans <devans@casey.cygnus.com>
13756
13757 * config-ml.in: Check $host, not $target, for selective multilibs.
13758 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
13759 thumb interworking, and underscore prefix multilibs.
13760
13761 1999-04-04 Ian Lance Taylor <ian@zembu.com>
13762
13763 * missing: Update to version from current automake.
13764
13765 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
13766
13767 * configure (gxx_include_dir): Removed.
13768
13769 * configure.in (gxx_include_dir): Handle it.
13770 * Makefile.in: Likewise.
13771
13772 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
13773
13774 * config.sub (mips64vr4111,mips64vr4111el) Add.
13775
13776 1999-03-21 Ben Elliston <bje@cygnus.com>
13777
13778 * config.guess: Correct typo for detecting ELF on FreeBSD.
13779
13780 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
13781
13782 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
13783 config/mh-djgpp.
13784
13785 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
13786
13787 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
13788 all-target-newlib to dependency list for all-target-bsp.
13789
13790 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
13791
13792 * config.sub: Add i386-uwin support.
13793 * config.guess: Likewise.
13794
13795 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13796
13797 * configure.in: cleanup, add mh-*pic handling for arm, special
13798 case powerpc*-*-aix*
13799
13800 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
13801
13802 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
13803 can be built.
13804
13805 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
13806
13807 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
13808 targets.
13809
13810 1999-03-02 Nick Clifton <nickc@cygnus.com>
13811
13812 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
13813
13814 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
13815
13816 * config.sub: Check for "cygwin*" rather than "cygwin32*"
13817
13818 1999-02-24 Nick Clifton <nickc@cygnus.com>
13819
13820 * config.sub: Fix typo in arm recognition.
13821
13822 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
13823
13824 * configure.in (noconfigdirs): Changed target_configdirs to
13825 include target-bsp only for m68k-*-elf* and m68k-*-coff*
13826 rather than m68k-*-* since it is not known to work on
13827 m68k-aout. Ditto for arm-*-*oabi.
13828
13829 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
13830
13831 * configure.in (*-*-windows*): Remove, no longer used.
13832
13833 1999-02-19 Ben Elliston <bje@cygnus.com>
13834
13835 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
13836 Smart and improved by Andrew Cagney.
13837
13838 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
13839
13840 * config.guess: Recognize openbsd-*-hppa.
13841
13842 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
13843
13844 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
13845 only if it is not empty.
13846
13847 1999-02-17 Nick Clifton <nickc@cygnus.com>
13848
13849 Patch from: Scott Bambrough <scottb@corelcomputer.com>
13850
13851 * config.guess: Modified to recognize uname's armv* syntax.
13852
13853 * config.sub: Modified to recognize uname's armv* syntax.
13854
13855 1999-02-17 Mark Salter <msalter@cygnus.com>
13856
13857 * configure.in: Added target-bsp for sparclite.
13858
13859 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
13860
13861 * config.sub: Recognize alphapca5[67] and up to alphaev8.
13862
13863 1999-02-08 Nick Clifton <nickc@cygnus.com>
13864
13865 * configure.in: Add support for strongarm port.
13866 * config.sub: Add support for strongarm target.
13867
13868 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
13869
13870 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
13871 the old name config/mh-cygwin32.
13872 Enable texinfo.
13873
13874 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
13875
13876 * configure.in: Do build ld for ix86 Solaris.
13877
13878 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
13879
13880 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
13881 $AR_FOR_TARGET. Likewise for RANLIB.
13882
13883 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
13884
13885 * config.sub (oabi): Recognize.
13886 * configure.in (arm-*-oabi): Handle.
13887
13888 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
13889
13890 * config.guess: Improve detection of i686 on UnixWare 7.
13891
13892 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
13893
13894 * config.guess: Add support for i386-pc-interix.
13895 * config.sub: Likewise.
13896 * configure.in: Likewise.
13897
13898 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
13899
13900 * Makefile.in: Remove unneeded all-target-libio from
13901 from all-target-winsup target since it is now unneeded.
13902 Add all-target-libtermcap in its place since it is now
13903 needed.
13904
13905 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
13906
13907 * configure.in: makefile stub for cygwin target is probably
13908 unnecessary. Remove it for now.
13909
13910 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
13911
13912 * configure.in: libtermcap.a should be built when cygwin is the
13913 target as well as the host.
13914 * config.guess: Allow mixed case in cygwin uname output.
13915 * Makefile.in: Add libtermcap target.
13916
13917 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
13918
13919 * config.sub: Clean up handling of hppa2.0.
13920
13921 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
13922
13923 * config.guess: Use C code to identify more HP machines.
13924
13925 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
13926
13927 * config.sub: Handle hppa2.0.
13928
13929 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
13930
13931 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
13932 cygmon for all sparclite targets, regardless of object format.
13933
13934 1998-12-15 Mark Salter <msalter@cygnus.com>
13935
13936 * configure.in: Added target-bsp for several target architectures.
13937
13938 * Makefile.in: Added rules for bsp.
13939
13940 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
13941
13942 * config.guess: Improve detection of hppa2.0 processors.
13943
13944 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
13945
13946 * config.guess: Recognize FreeBSD using ELF automatically.
13947
13948 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
13949
13950 * configure (skip-this-dir): Add handling for new shell script, which
13951 might be created by a sub-directory's configure to indicate, this particular
13952 directory is "unwanted".
13953 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
13954
13955 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
13956
13957 * ltconfig: import from libtool, after changing libtool to
13958 account for the cygwin name change.
13959
13960 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
13961
13962 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
13963 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
13964
13965 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
13966
13967 * configure.in: Add libtermcap to list of cygwin dependencies.
13968
13969 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
13970
13971 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
13972 they include winsup/include when it's a cygwin target.
13973
13974 1998-11-12 Tom Tromey <tromey@cygnus.com>
13975
13976 * configure.in (host_tools): Added zip.
13977 * Makefile.in (all-target-libjava): Depend on all-zip.
13978 (all-zip): New target.
13979 (ALL_MODULES): Added all-zip.
13980 (NATIVE_CHECK_MODULES): Added check-zip.
13981 (INSTALL_MODULES): Added install-zip.
13982 (CLEAN_MODULES): Added clean-zip.
13983
13984 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
13985
13986 * Makefile.in: lose "32" from comment about cygwin.
13987
13988 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
13989
13990 * configure.in: Use -Os to build target libraries for the fr30.
13991
13992 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
13993
13994 * config.sub: Add fr30.
13995
13996 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
13997
13998 * configure.in: drop "32" from config/mh-cygwin32. Check
13999 cygwin* instead of cygwin32*.
14000 * config.sub: Check cygwin* instead of cygwin32*.
14001
14002 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
14003
14004 * config.guess: Match any version of Unixware7.
14005
14006 1998-10-20 Syd Polk <spolk@cygnus.com>
14007
14008 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
14009 if desired.
14010
14011 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
14012
14013 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
14014 these if the appropriate directories and files to not exist.
14015
14016 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
14017
14018 * Makefile.in (DEVO_SUPPORT): Add config.if.
14019
14020 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
14021
14022 * configure: Add pattern to replace "build_tooldir"'s
14023 definition in the generated Makefile with "tooldir"'s
14024 actual value.
14025
14026 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
14027
14028 * config.sub: Bring back lost sparcv9.
14029
14030 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
14031
14032 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
14033
14034 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
14035 CC_FOR_TARGET and friends.
14036
14037 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
14038
14039 * Makefile.in (build_tooldir): New variable, same as tooldir.
14040 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
14041 -B$(build_tooldir)/bin/.
14042 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
14043
14044 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14045
14046 * README: Remove installation instructions and refer to the
14047 INSTALL directory instead.
14048
14049 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
14050
14051 * config.sub: Add support for i[34567]86-pc-udk.
14052 * configure.in: Likewise.
14053
14054 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
14055
14056 * Makefile.in: add bzip2 package building bits for user
14057 tools module
14058 * configure.in: ditto
14059
14060 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
14061
14062 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
14063 (ALL_TARGET_MODULES): Add all-target-libobjc.
14064 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14065 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14066 (all-target-libchill): Add dependencies.
14067 * configure.in (target_libs): Add libchill.
14068
14069 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
14070
14071 * configure.in (target_subdir): Remove duplicate line.
14072
14073 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
14074
14075 * Makefile.in (all-automake): fix dependencies.
14076
14077 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
14078
14079 * configure.in: Minor cleanups for building in the $(target_alias)
14080 subdir.
14081
14082 1998-09-22 Jim Wilson <wilson@cygnus.com>
14083
14084 * Makefile.in (bootstrap): Set r and s before make all. Use
14085 BASE_FLAGS_TO_PASS in make all.
14086 (cross): Likewise.
14087
14088 1998-09-20 Mark Mitchell <mark@markmitchell.com>
14089
14090 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
14091
14092 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
14093
14094 * config.sub: Fix typo in last change.
14095
14096 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14097
14098 * config.sub: Add support for C4x target.
14099 * configure.in: Likewise.
14100
14101 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
14102
14103 * config.sub: Recognize sparcv9 just like sparc64.
14104
14105 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
14106
14107 * config.guess: Match "Pent II" or "PentII" for OpenServer.
14108
14109 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
14110
14111 * config.guess: Correctly identify Pentium II sco boxes.
14112
14113 * config.guess: Fix "tr" code. From Weiwen Liu.
14114
14115 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
14116
14117 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
14118 stabs.
14119
14120 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
14121
14122 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
14123 (ALL_TARGET_MODULES): Add all-target-libchill.
14124 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14125 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14126 (all-target-libchill): Add dependencies.
14127 * configure.in (target_libs): Add libchill.
14128
14129 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
14130
14131 * config.guess: Avoid assumptions about "tr" behaves when
14132 LANG is set to something other than English.
14133
14134 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
14135
14136 * configure (gxx_include_dir): Changed to
14137 '${prefix}/include/g++'-${libstdcxx_interface}.
14138
14139 * config.if: New to determine the interfaces.
14140
14141 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
14142
14143 * config.guess: Detect and handle MPE/IX.
14144 * config.sub: Deal with MPE/IX.
14145
14146 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
14147
14148 * configure.in: Use mh-aix43.
14149
14150 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
14151
14152 * configure: Fix --without/--disable cases for gxx-include-dir.
14153
14154 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
14155
14156 * mdata-sh: Imported. Needed for automake support.
14157
14158 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
14159
14160 * Makefile.in (taz): Try "chmod -R og=u ." before
14161 "chmod og=u `find . -print`".
14162
14163 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
14164
14165 * configure.in: Add arm-elf and thumb-elf support.
14166
14167 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
14168
14169 * Makefile.in: Undo previous patch.
14170
14171 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
14172
14173 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
14174 to here ...
14175 (install-no-fixedincludes): and here
14176 (INSTALL_MODULES): ... from here.
14177
14178 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
14179
14180 * config.sub: Merge with FSF.
14181
14182 * config.guess: Merge with FSF.
14183
14184 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
14185
14186 * configure (extraconfigdirs): New variable.
14187 (SUBDIRS): Add extraconfigdirs and recurse on them too.
14188 * Makefile.in (all): Move higher in file.
14189 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
14190 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
14191 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
14192 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
14193 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
14194
14195 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
14196
14197 * Makefile.in (all-target-libjava): Depend on all-gcc and
14198 all-target-newlib.
14199 (configure-target-libjava): Depend on $(ALL_GCC).
14200
14201 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
14202
14203 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
14204 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
14205
14206 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
14207
14208 * INSTALL/README: Fix typo.
14209
14210 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
14211
14212 * ylwrap: Change absolute path checks to check for DOS style path
14213 names.
14214
14215 * ylwrap: Don't use a full path name if the source file is in the
14216 same directory. From hjl@lucon.org (H.J. Lu).
14217
14218 * config-ml.in: Default to being verbose, to match Feb 18 change to
14219 configure.
14220
14221 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
14222
14223 Brought over from egcs:
14224
14225 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
14226
14227 * configure.in (target_subdir): Set to ${target_alias} instead
14228 of "libraries".
14229
14230 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
14231
14232 * configure.in (target_subdir): Set to libraries if enable_multilib.
14233
14234 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
14235
14236 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
14237 multilibs, force reconfiguration the first time we create
14238 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
14239
14240 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
14241
14242 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
14243 avoid confusion with --no-recursion.
14244
14245 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
14246
14247 * configure.in: Win32 hosts shouldn't use install -x
14248 * install-sh: remove -x option, and special .exe-handling
14249 hack.
14250
14251 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
14252
14253 * config.guess: Recognize i586-pc-beos.
14254 * configure.in: Don't build some bits for beos.
14255
14256 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
14257
14258 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
14259 CFLAGS default to -O2.
14260
14261 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
14262 when using GNU ld.
14263
14264 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
14265
14266 * ltmain.sh: Correct install when using a different shell.
14267
14268 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
14269
14270 * ltconfig, ltmain.sh: Update to libtool 1.2b.
14271
14272 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
14273
14274 * makefile.vms: Update to build binutils/makefile.vms. Add install
14275 target.
14276
14277 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
14278
14279 * ltconfig: Update to correct AIX handling.
14280
14281 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
14282
14283 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
14284
14285 * configure.in (target_subdir): Set to ${target_alias} instead
14286 of "libraries".
14287
14288 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
14289
14290 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
14291 (Makefile): Depend on $(gcc_version_trigger).
14292
14293 * configure (gcc_version): Change default initializer to empty
14294 string.
14295 (gcc_version_trigger): New variable; pass this variable down
14296 to subdir configures to enable them checking gcc's version
14297 themselves. Emit make macros for both gcc_version vars.
14298 (topsrcdir): Initialize reliably.
14299 (recursion line): Remove --with-gcc-version=${gcc_version}.
14300
14301 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
14302
14303 * configure (enable_version_specific_runtime_libs): Implement new flag
14304 --enable-version-specific-runtime-libs which installs C++ runtime stuff
14305 in $(libsubdir); emit definition in each generated Makefile.
14306 (gxx_include_dir): Initialize depending on
14307 $enable_version_specific_runtime_libs.
14308
14309 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
14310
14311 * configure (gcc_version): Initialize properly depending on
14312 how and where configure is started.
14313 (recursion line): Pass a --with-gcc-version=${gcc_version}
14314 to configures in subdirs.
14315
14316 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
14317
14318 * configure.in (noconfigdirs): Add configure pattern for mips tx39
14319 cygmon
14320
14321 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
14322
14323 * configure.in: Add cygmon and libstub support for mn10200.
14324
14325 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
14326
14327 * configure (gcc_version): Add new variable describing the
14328 particular gcc version we're building.
14329 * Makefile.in (libsubdir): Add new macro for the directory
14330 in which the compiler finds executables, libraries, etc.
14331 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
14332 and libsubdir.
14333
14334 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
14335
14336 * Makefile.in (local-clean): Remove *.log.
14337 (warning.log): Built with warn_summary from build.log.
14338 (mail-report.log): Run test_summary.
14339 (mail-report-with-warnings.log): Run test_summary including
14340 warning.log in the report.
14341
14342 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
14343
14344 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
14345
14346 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
14347
14348 * Makefile.in (grep): Grep no longer depends on libiberty.
14349
14350 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
14351
14352 * Makefile.in: all-snavigator needs all-libgui.
14353
14354 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
14355
14356 * configure.in: Add cygmon and libstub support for mn10300.
14357
14358 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
14359
14360 * missing: Update to version from automake 1.3.
14361
14362 * ltmain.sh: On installation, don't get confused if the same name
14363 appears more than once in the list of library names.
14364
14365 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
14366
14367 * config.sub: Accept m68060 and m5200 as CPU names.
14368
14369 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
14370
14371 * configure: Use && rather than using -a in test, because odd
14372 strings can confuse test.
14373 * configure.in: Likewise.
14374
14375 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
14376
14377 * ltconfig, ltmain.sh: Bring in Visual C++ support.
14378
14379 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
14380
14381 * Makefile.in (boostrap2-lean, bootstrap3-lean,
14382 bootstrap4-lean): New targets.
14383
14384 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
14385
14386 * mpw-* Delete. Not used.
14387
14388 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
14389
14390 * COPYING.LIB: Update FSF address.
14391
14392 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
14393
14394 * ltconfig, ltmain.sh: Update to libtool 1.2a.
14395
14396 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
14397 GAS_SUPPORT_DIRS.
14398
14399 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
14400
14401 * ltconfig, ltmain.sh: Avoid producing a version number if
14402 -version-info was not used.
14403
14404 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
14405
14406 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
14407 building with newlib.
14408
14409 1998-04-30 Paul Eggert <eggert@twinsun.com>
14410
14411 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
14412 Solaris `make' causes it to continue to next definition.
14413
14414 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
14415
14416 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
14417 the right GUI libraries and files are installed along with GDB.
14418
14419 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
14420
14421 * configure.in: Change alpha to alpha* in several places.
14422
14423 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
14424
14425 * config.sub: Recognize sparc86x.
14426
14427 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
14428
14429 * configure.in (--enable-target-optspace): Remove debug echo.
14430
14431 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
14432
14433 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
14434
14435 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
14436
14437 * ltconfig: Update cygwin32 support.
14438
14439 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
14440 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
14441 (GDB_SUPPORT_DIRS): Likewise.
14442
14443 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
14444
14445 * configure.in (target_makefile_frag): If --enable-target-optspace,
14446 use -Os to compile target libraries rather than -O2. Default to
14447 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
14448 not used.
14449 * configure.in (target_cflags): Ditto for d30v.
14450
14451 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
14452
14453 * Makefile.in (all-bfd): Depend on all-intl.
14454 (all-binutils): Likewise.
14455 (all-gas): Likewise.
14456 (all-gprof): Likewise.
14457 (all-ld): Likewise.
14458
14459 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
14460
14461 * configure.in (host_tools): Fix typo, lbtool -> libtool.
14462
14463 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
14464
14465 * Makefile.in (all-bfd): Depend upon all-libiberty.
14466
14467 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
14468
14469 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
14470
14471 * Makefile.in: Add libstub.
14472
14473 * configure.in: Ditto. Build libstub for targets that have cygmon
14474 support.
14475
14476 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
14477
14478 * configure.in: Don't set PICFLAG on ix86-cygwin32.
14479
14480 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
14481
14482 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
14483 use mh-sysv5 if specified. Support gprof on SCO Open Server.
14484
14485 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
14486
14487 * configure: Define DEFAULT_M4 by searching PATH.
14488 * Makfile.in: Use DEFAULT_M4.
14489
14490 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
14491
14492 * ltconfig: Add cygwin32 support.
14493
14494 * Makefile.in, configure.in: Add libtool as a native only directory
14495 to configure and build.
14496
14497 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
14498
14499 * Makefile.in (INSTALL_MODULES): Remove texinfo.
14500
14501 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
14502
14503 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
14504
14505 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
14506
14507 * Makefile.in: add ash make rules
14508 * configure.in: add ash to native_only and host_tools lists
14509
14510 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
14511
14512 * Makefile.in (all-gettext, all-intl): New targets.
14513 (ALL_MODULES): Added all-gettext, all-intl.
14514 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
14515 (INSTALL_MODULES): Added install-gettext, install-intl.
14516 (CLEAN_MODULES): Added clean-gettext, clean-intl.
14517
14518 * configure.in (host_tools): Added gettext.
14519 (native_only): Likewise.
14520 (noconfigdirs) [various cases]: Likewise.
14521 (host_libs): Added intl.
14522
14523 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
14524
14525 * configure: Do not disable building gdbtk for cygwin32 hosts.
14526
14527 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
14528
14529 * configure.in: Add thumb-coff target.
14530 * config.sub: Add thumb-coff target.
14531
14532 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
14533
14534 * Makefile.in: Revert yesterday's change.
14535 (all-target-winsup): all-target-librx stays out of here.
14536
14537 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
14538
14539 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
14540 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
14541 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
14542 Remove references to librx and libg++.
14543
14544 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
14545
14546 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
14547 recursive makes
14548
14549 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
14550
14551 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
14552 for newlib directory.
14553 (CXX_FOR_TARGET): Likewise.
14554
14555 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
14556
14557 * ltconfig: Update after libtool/ltconfig.in change for
14558 hpux11.
14559
14560 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
14561
14562 * ltconfig, ltmain.sh: Update to libtool 1.2.
14563
14564 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
14565
14566 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
14567 (install-gcc-cross): Instead, override LANGUAGES here.
14568
14569 1998-03-18 Dave Love <d.love@dl.ac.uk>
14570
14571 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
14572 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
14573
14574 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
14575
14576 * configure.in: Add Thumb-pe target.
14577
14578 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
14579
14580 * Makefile.in - changed sn targets to snavigator
14581 * configure.in - changed sn targets to snavigator
14582
14583 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
14584
14585 * config-ml.in: After building symlink tree call make distclean
14586 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
14587 to be the case for libiberty.
14588
14589 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
14590
14591 * configure: When making link, also check the current
14592 directory. The configure scripts may create one.
14593
14594 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
14595
14596 * config.sub: Accept alphapca56 and alphaev6 properly.
14597
14598 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14599
14600 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
14601
14602 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
14603
14604 * config.sub (sco5): Fix typo.
14605
14606 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
14607
14608 * Makefile.in (INSTALL_MODULES): Move install-tcl before
14609 install-itcl.
14610 (install-itcl): Remove dependency on install-tcl.
14611
14612 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
14613
14614 * configure.in: Remove libgloss from noconfigdirs for MN10300.
14615
14616 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
14617
14618 * configure.in: Don't build libgui for a cygwin32 target when not on
14619 a cygwin32 host.
14620
14621 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
14622
14623 * configure (redirect): Set to null, so default behavior of
14624 configure is now --verbose.
14625
14626 1998-02-16 Dave Love <d.love@dl.ac.uk>
14627
14628 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
14629 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
14630
14631 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
14632
14633 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
14634 this change to sync Makefile.in with its ChangeLog entries.
14635
14636 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
14637
14638 * ltmain.sh (mkdir): Check that the directory doesn't exist
14639 before we exit with error, so that we don't get races during
14640 parallel builds.
14641
14642 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
14643
14644 * ltconfig, ltmain.sh: Update from libtool 1.0i.
14645
14646 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
14647
14648 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
14649 PICFLAG_FOR_TARGET.
14650 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
14651
14652 * configure: Emit a definition for the new macro enable_shared
14653 into each Makefile.
14654
14655 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
14656
14657 * configure.in (host_tools, native_only): Add libtool.
14658
14659 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
14660
14661 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
14662 Fix typo in ming config comment.
14663
14664 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
14665
14666 * ltconfig, ltmain.sh: Update from libtool 1.0h.
14667
14668 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
14669
14670 * config.sub: Add tic30 cases, and map c30 to tic30.
14671
14672 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
14673
14674 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
14675 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
14676 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
14677 (CLEAN_TARGET_MODULES): Similarly
14678 (all-target-libf2c): Add dependences.
14679 * configure.in (target_libs): Add libf2c.
14680
14681 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
14682
14683 * configure.in: Remove expect from noconfigdirs when target
14684 is cygwin32. OK to build expect and dejagnu with Canadian
14685 Cross.
14686
14687 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
14688
14689 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
14690 host.
14691
14692 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
14693 and mingw32.
14694
14695 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
14696
14697 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
14698 here as it is not defined in the toplevel Makefile.
14699
14700 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
14701
14702 * configure (package_makefile_rules_frag): New variable, which names
14703 a file with generic rules, ...
14704 Change comment to mention we now have FIVE parts.
14705 * configure: Undo last change.
14706
14707 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
14708
14709 * config.guess: More accurate determination of HP processor types.
14710 * config.sub: More accurate determination of HP processor types.
14711
14712 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
14713
14714 * configure (package_makefile_frag): Move inserting the
14715 ${package_makefile_frag} to where it should be according
14716 to the comment.
14717
14718 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
14719
14720 * config.guess: Add support for Linux/ARM.
14721
14722 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
14723
14724 * .cvsignore: Remove *-info and *-install since they match
14725 release-info and mpw-install, which we don't want to just ignore.
14726
14727 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
14728
14729 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
14730
14731 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
14732
14733 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
14734 local_prefix to sub-make invocations.
14735
14736 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
14737
14738 * configure.in: Check makefile fragments in the source
14739 directory.
14740
14741 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
14742
14743 * configure.in: Check whether host and target makefile
14744 fragments exist before adding them to *_makefile_frag.
14745
14746 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
14747
14748 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
14749
14750 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
14751
14752 * configure.in: Make sure we only replace RPATH_ENVVAR on
14753 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
14754 regexp to sed.
14755
14756 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
14757 to sub-makes.
14758
14759 1998-01-13 Lee Iverson (leei@ai.sri.com)
14760
14761 * config-ml.in (multi-do): LDFLAGS must include multilib
14762 designator.
14763
14764 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
14765
14766 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
14767
14768 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
14769
14770 * config.sub: Add mingw32 support.
14771 * configure.in: Likewise.
14772
14773 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
14774
14775 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
14776
14777 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
14778
14779 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14780 * configure (gxx_include_dir): Provide a definition for subdirs
14781 which do not use autoconf.
14782
14783 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
14784
14785 * config.guess: Sync with egcs. Picks up new alpha support,
14786 BeOS & some additional linux support.
14787
14788 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
14789
14790 * config.guess: HP 9000/803 is a PA1.1 machine.
14791
14792 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
14793
14794 * configure.in: It's alpha*-...
14795
14796 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
14797
14798 * configure.in (host_makefile_frag, target_makefile_frag):
14799 Handle multiple config files.
14800 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
14801 alpha-*-*.
14802
14803 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
14804
14805 * mkdep: New file.
14806
14807 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
14808
14809 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
14810
14811 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
14812
14813 * Makefile.in: Add libgui directory.
14814 (GDB_TK): Add all-libgui.
14815 * configure.in: Add libgui directory.
14816 * configure: Add all-libgui to GDB_TK.
14817
14818 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
14819
14820 * config-ml.in (multidirs): Add m32r to multilib list.
14821
14822 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
14823
14824 * Makefile.in (all-target-gperf): Change dependency to
14825 all-target-libstdc++.
14826
14827 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
14828
14829 * config.guess: Add BeOS support.
14830
14831 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
14832
14833 Source directory cvs renamed to cvssrc:
14834 * configure.in (host_tools): Change cvs to cvssrc.
14835 (native_only): Likewise.
14836 (noconfigdirs) [various cases]: Likewise.
14837 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
14838 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
14839 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
14840 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
14841 (all-cvssrc): Rename target from all-cvs.
14842
14843 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
14844
14845 * configure (gxx_include_dir): Fix thinko.
14846
14847 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
14848
14849 * Makefile.in (INSTALL_TARGET_CROSS): Define.
14850 (install-cross, install-gcc-cross): New targets.
14851
14852 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
14853
14854 * configure.in (noconfigdirs): Add support for Thumb target.
14855
14856 * config.sub (maybe_os): Add support for Thumb target.
14857
14858 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
14859
14860 * Makefile.in: Add rules for cygmon.
14861
14862 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
14863
14864 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
14865
14866 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14867 * configure (gxx_include_dir): Provide a definition for subdirs
14868 which do not use autoconf.
14869
14870 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
14871
14872 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
14873 11/18/97 build
14874
14875 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
14876
14877 * From Franz Sirl.
14878 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
14879 found on RedHat Linux systems.
14880
14881 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
14882
14883 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
14884 guesses.
14885
14886 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
14887
14888 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
14889
14890 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
14891
14892 * ltmain.sh: If mkdir fails, check whether the directory was created
14893 anyhow by some other process.
14894
14895 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
14896
14897 * configure.in (d30v-*-*): Configure all directories.
14898
14899 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
14900
14901 * configure.in (d30v-*-*): Configure newlib, libiberty directories
14902 for the D30V.
14903
14904 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
14905
14906 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
14907
14908 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
14909
14910 * include/libiberty.h: Add extern "C" { so it can be used with C++
14911 progrms.
14912 * include/remote-sim.h: Add extern "C" { so it can be used with C++
14913 programs.
14914
14915 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
14916
14917 * configure.in (d30v-*-*): Configure GCC now.
14918
14919 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
14920
14921 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
14922 is no longer needed.
14923
14924 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
14925
14926 * Makefile.in: check-target-libio depends on all-target-libstdc++.
14927
14928 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
14929
14930 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
14931 targets using "$@" to provide support for similar but not identical
14932 targets without having to duplicate code.
14933
14934 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
14935
14936 * makefile.vms: Fix to work with DEC C.
14937
14938 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
14939
14940 * config.sub: Add mips-tx39-elf to marketing names.
14941
14942 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
14943
14944 * ltmain.sh: Handle symlinks in generated script.
14945
14946 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
14947
14948 * configure: Handle autoconf style directory options: --bindir,
14949 --datadir, --includedir, --infodir, --libdir, --libexecdir,
14950 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
14951 --sysconfdir.
14952 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
14953 (sharedstatedir, localstatedir, oldincludedir): New variables.
14954 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
14955 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
14956 sbindir, sharedstatedir, and sysconfdir.
14957
14958 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
14959
14960 * Makefile.in (bootstrap-lean): New target.
14961
14962 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
14963
14964 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
14965 sn, and gnuserv from noconfigdirs.
14966
14967 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
14968
14969 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
14970
14971 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
14972
14973 * Makefile.in (cross): New target.
14974
14975 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
14976 Jeff Law <law@cygnus.com>
14977
14978 * Makefile.in (bootstrap2, bootstrap3): New targets.
14979 (all-bootstrap): Remove outdated and confusing target.
14980 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
14981
14982 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
14983
14984 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
14985 windows. Consistent with gdb/configure.
14986
14987 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
14988
14989 * configure.in: Name Linux target fragment.
14990
14991 * configure: Rewrite so that project Makefile fragment is inserted
14992 first and appears last in the resulting Makefile.
14993
14994 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
14995
14996 * Makefile.in (install-itcl): Install tcl first.
14997
14998 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
14999
15000 * configure.in: remove bison from noconfigdirs for Cygwin32 host
15001
15002 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
15003
15004 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
15005
15006 * configure.in (skipdirs): Add target-librx for Linux.
15007 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
15008
15009 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
15010
15011 * Makefile.in (bootstrap): New target.
15012
15013 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
15014
15015 * config.sub: Accept 'amigados' for backward compatibility.
15016
15017 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
15018
15019 * config.guess: Merge with FSF.
15020
15021 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
15022
15023 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
15024
15025 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
15026
15027 * config.sub: Add "marketing-names" patch.
15028
15029 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
15030
15031 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
15032
15033 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
15034
15035 * config.sub: Handle v850-elf.
15036
15037 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
15038
15039 * .cvsignore (*-install): Remove.
15040
15041 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
15042
15043 * ltconfig: Set CONFIG_SHELL in libtool.
15044 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
15045
15046 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
15047
15048 * configure.in (target_subdir): Set to libraries if enable_multilib.
15049
15050 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
15051
15052 * config.guess: Update from gcc directory.
15053
15054 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
15055
15056 * Makefile.in (all-sim): Depends on all-readline.
15057
15058 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
15059
15060 * Makefile.in (BISON, YACC): Use $$s.
15061 (all-bison): Depend on all-texinfo.
15062
15063 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
15064
15065 * Makefile.in (BISON): Add -L flag.
15066 (YACC): Likewise.
15067
15068 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
15069
15070 * configure.in (noconfigdirs): Add support for v850e target.
15071
15072 * config.sub (maybe_os): Add support for v850e target.
15073
15074 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
15075
15076 * configure.in (noconfigdirs): Add support for v850ea target.
15077
15078 * config.sub (maybe_os): Add support for v850ea target.
15079
15080 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
15081
15082 * config.sub: Add mipstx39. Delete r3900.
15083
15084 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
15085
15086 * Makefile.in (all-autoconf): Depends on all-texinfo.
15087
15088 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
15089
15090 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
15091 eabi targets.
15092
15093 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
15094
15095 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
15096
15097 * configure: When handling a Canadian Cross, handle YACC as well as
15098 BISON. Just set BISON to bison. When setting YACC, prefer bison.
15099 * Makefile.in (all-bison): Depend upon all-texinfo.
15100
15101 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
15102
15103 * Makefile.in (BISON): bison, not byacc or bison -y.
15104 (YACC): bison -y or byacc or yacc.
15105 (various): Add *-bison as appropriate.
15106 (taz): No need to mess with BISON anymore.
15107
15108 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
15109
15110 * configure: If OSTYPE matches *win32*, try to find a good value for
15111 CONFIG_SHELL.
15112
15113 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
15114
15115 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
15116 configure.in if it is present.
15117
15118 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
15119
15120 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
15121
15122 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
15123
15124 * config.sub: Recognize `arc' cpu.
15125 * configure.in: Likewise.
15126 * config-ml.in: Likewise.
15127
15128 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
15129
15130 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
15131
15132 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
15133
15134 * configure: Changed sed delimiter from ':' to '|' when
15135 attempting to substitute ${config_shell} for SHELL. On
15136 NT ${config_shell} may contain a ':' in it.
15137
15138 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
15139
15140 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
15141
15142 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
15143
15144 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
15145
15146 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
15147
15148 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
15149
15150 * ylwrap: If the program is a relative path, force it to be
15151 absolute.
15152
15153 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
15154
15155 * configure (tooldir): Set BISON to `bison -y' and not just bison.
15156
15157 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
15158
15159 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
15160 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
15161 for libraries.
15162
15163 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
15164
15165 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
15166 separated by spaces.
15167
15168 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
15169
15170 * ylwrap: New file.
15171 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
15172
15173 * ltmain.sh: Handle /bin/sh at start of install program.
15174
15175 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
15176
15177 * ltconfig, ltmain.sh: New files, from libtool 1.0.
15178 * missing: New file, from automake 1.2.
15179
15180 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
15181
15182 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
15183 check-tk to CHECK_X11_MODULES.
15184
15185 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
15186
15187 * config.sub: Merge with FSF.
15188
15189 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
15190
15191 * config.guess: Merge with FSF.
15192
15193 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
15194
15195 * configure: Treat msdosdjgpp like go32.
15196 * configure.in: Likewise. Don't remove gprof for go32.
15197
15198 * configure: Change Makefile.tem2 to Makefile.tm2.
15199
15200 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
15201
15202 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
15203
15204 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
15205
15206 * install-sh (chmodcmd): Set to null if the DST directory already
15207 exists. Same as Nov 11th change.
15208
15209 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
15210
15211 * configure (GDB_TK): Needs itcl and tix.
15212
15213 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
15214
15215 * config.guess: Update from FSF.
15216
15217 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
15218
15219 * Makefile.in (GDB_TK): Depend on itcl and tix.
15220
15221 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
15222
15223 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
15224 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
15225 (INSTALL_SCRIPT): New variable.
15226 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
15227 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
15228 to -x.
15229 * install-sh: Add support for -x option.
15230
15231 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
15232
15233 * configure.in, Makefile.in: Treat tix like itcl.
15234
15235 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
15236
15237 * Makefile.in (WINDRES): New variable.
15238 (WINDRES_FOR_TARGET): New variable.
15239 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
15240 (EXTRA_HOST_FLAGS): Add WINDRES.
15241 (EXTRA_TARGET_FLAGS): Add WINDRES.
15242 (EXTRA_GCC_FLAGS): Add WINDRES.
15243 ($(DO_X)): Pass down WINDRES.
15244 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
15245 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
15246 DLLTOOL_FOR_TARGET.
15247
15248 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
15249
15250 * configure.in: configure sim before gdb for win32-x-ppc
15251
15252 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
15253
15254 Move gperf into the toplevel, from libg++.
15255 * configure.in (target_tools): Add target-gperf.
15256 (native_only): Add target-gperf.
15257 * Makefile.in (all-target-gperf): New target, depend on
15258 all-target-libg++.
15259 (configure-target-gperf): Empty rule.
15260 (ALL_TARGET_MODULES): Add all-target-gperf.
15261 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
15262 (CHECK_TARGET_MODULES): Add check-target-gperf.
15263 (INSTALL_TARGET_MODULES): Add install-target-gperf.
15264 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
15265
15266 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
15267
15268 * config.sub (mn10200): Recognize new basic machine.
15269
15270 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
15271
15272 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
15273 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
15274
15275 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
15276
15277 * configure.in: If we're building mips-sgi-irix6* native, turn on
15278 ENABLE_MULTILIB and set TARGET_SUBDIR.
15279
15280 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
15281
15282 * Makefile.in (all-sn): Depend on all-grep.
15283
15284 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
15285
15286 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
15287
15288 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
15289 Makefile. From Jeff Makey <jeff@cts.com>.
15290 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
15291
15292 * Makefile.in (DISTBISONFILES): Remove.
15293 (taz): Don't futz with DISTBISONFILES. Change BISON to use
15294 $(DEFAULT_YACC).
15295
15296 * configure.in: Build itl, db, sn, etc., when building for native
15297 cygwin32.
15298
15299 * Makefile.in (LD): New variable.
15300 (EXTRA_HOST_FLAGS): Pass down LD.
15301 ($(DO_X)): Likewise.
15302
15303 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
15304
15305 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
15306
15307 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
15308
15309 * configure.in (targargs): Strip out any supplied --build argument
15310 before adding our own. Always add --build.
15311
15312 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
15313
15314 * configure.in (targargs): Pass --build if we're doing
15315 a cross-compile.
15316
15317 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
15318
15319 * configure: Use '|' instead of ":" as the separator in
15320 sed. Otherwise sed chokes on NT path names with drive
15321 designators. Also look for "?:*" as the leading characters in an
15322 absolute pathname.
15323
15324 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
15325
15326 * config.sub: Support for r3900.
15327
15328 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
15329
15330 * configure.in: Use install-sh, not install.sh.
15331
15332 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
15333
15334 * Makefile.in (taz): Improve check for BISON so it doesn't try to
15335 apply it twice.
15336
15337 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
15338
15339 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
15340 install-binutils.
15341
15342 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
15343
15344 * Makefile.in: Add automake targets.
15345 * configure.in (host_tools): Add automake.
15346
15347 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
15348
15349 * configure: Default CXX to c++, not gcc.
15350 * Makefile.in (CXX): Set to c++, not gcc.
15351 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
15352
15353 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
15354
15355 * install-sh: try appending a .exe if source file doesn't
15356 exist
15357
15358 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
15359
15360 * configure.in: Turn on multilib by default.
15361 (cross_only): Remove target-libiberty.
15362
15363 * Makefile.in (all-gcc): Don't depend on libiberty.
15364
15365 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
15366
15367 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
15368
15369 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
15370
15371 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
15372 (DISTBISONFILES): Add ld/Makefile.in
15373
15374 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
15375
15376 * configure.in: if target is cygwin32 but host isn't cygwin32,
15377 don't configure gdb tcl tk expect, not just gdb.
15378
15379 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
15380
15381 * configure.in: Added gnuserv everywhere sn appears.
15382
15383 * Makefile.in (ALL_MODULES): Added all-gnuserv.
15384 (CROSS_CHECK_MODULES): Added check-gnuserv.
15385 (INSTALL_MODULES): Added install-gnuserv.
15386 (CLEAN_MODULES): Added clean-gnuserv.
15387 (all-gnuserv): New target.
15388
15389 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
15390
15391 * config.guess: Fixes for MIPS OpenBSD systems.
15392
15393 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
15394
15395 * Makefile.in (INSTALL_XFORM): Remove.
15396 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
15397
15398 * mkinstalldirs: New file, copied from automake.
15399 * Makefile.in (installdirs): Rename from install-dirs. Use
15400 mkinstalldirs. Change all users.
15401 (DEVO_SUPPORT): Add mkinstalldirs.
15402
15403 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
15404
15405 * install-sh: Rename from install.sh.
15406 * Makefile.in (INSTALL): Change install.sh to install-sh.
15407 (DEVO_SUPPORT): Likewise.
15408
15409 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
15410 Graichen <graichen@rzpd.de>.
15411
15412 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
15413
15414 * config.guess: Recognize OpenBSD systems correctly.
15415
15416 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
15417
15418 * README, Makefile.in (ETC_SUPPORT): Remove references to
15419 cfg-paper*, configure.{texi,man,info*}._
15420
15421 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
15422
15423 * Makefile.in (all.normal): Ensure that gcc is built after all
15424 the x11 - ie gdb - targets.
15425
15426 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
15427
15428 * makefile.vms: Don't run conf-a-gas.
15429
15430 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
15431
15432 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
15433
15434 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
15435
15436 * configure.in: Remove noconfigdirs case since gdb also
15437 configures and builds for tic80-coff.
15438
15439 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
15440
15441 * configure: Set cache_file to config.cache.
15442 * Makefile.in (local-distclean): Remove config.cache.
15443
15444 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
15445
15446 * COPYING: Update FSF address.
15447
15448 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
15449
15450 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
15451 noconfigdirs.
15452
15453 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
15454
15455 * Makefile.in (install-dirs): Don't crash if prefix, and hence
15456 MAKEDIRS, is empty.
15457
15458 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
15459
15460 * config.sub: Tweak mn10300 entry.
15461
15462 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
15463
15464 * configure.in (host_tools): Put sim before gdb, so gdb's
15465 configure.tgt can determine if the simulator was configured.
15466
15467 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
15468
15469 * config.sub: Move BeOS $os case to be with other Cygnus
15470 local cases.
15471
15472 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
15473
15474 * config.sub: Remove misplaced comment that broke Linux.
15475
15476 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
15477
15478 * config.sub: Add BeOS support.
15479
15480 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
15481
15482 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
15483
15484 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
15485
15486 * configure.in (noconfigdirs): Remove tcl and tk from
15487 noconfigdirs for cygwin32 builds.
15488
15489 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
15490
15491 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
15492
15493 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
15494
15495 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
15496 make-all.com, use makefile.vms instead.
15497
15498 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
15499
15500 * config.sub: Accept -lnews*.
15501
15502 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
15503
15504 * configure.in (noconfigdirs): Disable target-newlib,
15505 target-examples and target-libiberty for d30v.
15506
15507 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
15508
15509 * configure.in (noconfigdirs): Enable ld for d30v.
15510
15511 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
15512
15513 * configure.in (tic80-*-*): Build compiler.
15514
15515 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
15516
15517 * configure.in (d30v-*): Remove sim directory from list of
15518 unsupported d30v directories
15519
15520 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
15521
15522 * config.sub, configure.in: Add d30v target cpu.
15523
15524 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
15525
15526 * makefile.vms: New file.
15527 * make-all.com: Remove.
15528
15529 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
15530
15531 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
15532
15533 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
15534
15535 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
15536
15537 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
15538
15539 * Makefile.in (ALL_MODULES): Added all-db.
15540 (CROSS_CHECK_MODULES): Addec check-db.
15541 (INSTALL_MODULES): Added install-db.
15542 (CLEAN_MODULES): Added clean-db.
15543
15544 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
15545
15546 * config.guess: Merge with latest FSF sources.
15547
15548 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
15549
15550 * Makefile.in (ALL_MODULES): Added all-itcl.
15551 (CROSS_CHECK_MODULES): Added check-itcl.
15552 (INSTALL_MODULES): Added install-itcl.
15553 (CLEAN_MODULES): Added clean-itcl.
15554
15555 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
15556
15557 * configure.in: build gdb for mn10200
15558
15559 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
15560
15561 * Makefile.in (all-target-winsup): Depend on all-target-libio.
15562
15563 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
15564
15565 * configure.in (tic80-*-*): Turn off most targets right now.
15566
15567 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
15568
15569 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
15570 rather than the makeinfo program.
15571 (do-info): Depend upon all-texinfo.
15572
15573 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
15574
15575 * configure.in: Remove uses of config/mh-linux.
15576
15577 * config.sub, config.guess: Merge with latest FSF sources.
15578
15579 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
15580
15581 * config.sub (case $basic_machine): Add tic80 entries.
15582
15583 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
15584
15585 * config.sub, config.guess: Merge with latest FSF sources.
15586
15587 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
15588
15589 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
15590 * mpw-config.in: Test for NewFolderRecursive.
15591 * mpw-install: Use symbolic name for startup filename.
15592 * mpw-README: Add various additional details.
15593
15594 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
15595
15596 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
15597
15598 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
15599
15600 * configure.in: Do build gcc and the target libraries for
15601 the mn10200.
15602
15603 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
15604
15605 * configure.in: don't avoid building gdb for mn10300 any more
15606 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
15607 instead of single-quoting it.
15608
15609 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
15610
15611 * configure.in: Don't use --with-stabs on IRIX 6.
15612
15613 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
15614
15615 * configure.in (m32r): Build gdb, libg++ now.
15616
15617 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15618
15619 * configure.in (mips*-sgi-irix6*): Remove gdb and related
15620 directories from noconfigdirs.
15621
15622 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
15623
15624 * config.sub (basic_machine): added mips16 configuration
15625
15626 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15627
15628 * config.sub: Handle d10v-unknown.
15629
15630 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
15631
15632 * config.sub: Handle v850-unknown.
15633
15634 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
15635
15636 * Makefile.in: add findutils
15637 * configure.in: add findutils to list of host_tools
15638
15639 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
15640
15641 * config.sub: Handle mn10200 and mn10300.
15642
15643 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15644
15645 * configure.in (d10v-*): Do not build librx.
15646
15647 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
15648
15649 * configure.in (mn10300): Build everything except gdb & libgloss.
15650
15651 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
15652
15653 * config.guess: Patch for Dansk Data Elektronik servers,
15654 from Niels Skou Olsen <nso@dde.dk>.
15655
15656 For ncr, use /bin/uname rather than uname, since GNU uname does not
15657 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
15658
15659 Patch for MIPS R4000 running System V,
15660 from Eric S. Raymond <esr@snark.thyrsus.com>.
15661
15662 Fix thinko for nextstep.
15663
15664 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
15665
15666 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
15667 * config.guess: Guess mips-dec-mach_bsd4.3.
15668
15669 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
15670 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
15671 release numbers.
15672 * config.guess (mips-mips-riscos*): Emit just enough of the
15673 release number.
15674
15675 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
15676 * config.guess (sparc-auspex-sunos*): Added.
15677 (f300-fujitsu-*): Added.
15678
15679 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
15680 * config.guess: Recognize a Tadpole as a sparc.
15681
15682 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
15683
15684 * config.guess: Don't assume that NextStep version is either 2 or
15685 3. NextStep 4 (aka OpenStep 4) has come out now.
15686
15687 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
15688
15689 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
15690 From Rik Faith <faith@cs.unc.edu>.
15691
15692 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
15693
15694 * config.sub: Contributions from bug-gnu-utils to:
15695 Support plain "hppa" (no version given) architecture, reported by
15696 OpenStep.
15697 OpenBSD like NetBSD.
15698 LynxOs is not a hardware supplier.
15699
15700 * config.guess: Contributions from bug-gnu-utils to add support for:
15701 OpenBSD like NetBSD.
15702 Stratus systems.
15703 More Pyramid systems.
15704 i[n>4]86 Intel chips.
15705 M680[n>4]0 Motorola chips.
15706 Use unknown instead of lynx for hardware manufacturer.
15707
15708 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15709
15710 * install.sh (chmodcmd): Set to null if the DST directory already
15711 exists.
15712
15713 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15714
15715 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
15716 not use mt-ppc target Makefile fragment any more.
15717
15718 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
15719
15720 * configure.in (*-*-windows): Exclude everything but those dirs
15721 needed to build windows.
15722
15723 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
15724
15725 * Makefile.in (all-target-winsup): Depend on all-target-librx.
15726
15727 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
15728
15729 * configure.in: Exclude mmalloc from i386-windows.
15730
15731 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
15732
15733 * Undo my previous change.
15734
15735 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
15736
15737 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
15738 unconditionally.
15739 (MAKEOVERRIDES): Define (revert this part of October 18 change).
15740
15741 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
15742
15743 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
15744 host to add it's own flags.
15745
15746 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
15747
15748 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
15749
15750 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
15751
15752 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
15753 (CXX_FOR_TARGET): Likewise.
15754 (GCC_FOR_TARGET): Define.
15755 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
15756 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
15757 CC_FOR_TARGET was specified on the command line.
15758 (MAKEOVERRIDES): Don't define.
15759
15760 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
15761
15762 * configure.in (m32r): Fix spelling of libg++ libs.
15763
15764 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
15765
15766 * config.sub (-apple*): Remove, now redundant.
15767
15768 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
15769
15770 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
15771
15772 * configure: Rework yesterday's sed script patch.
15773
15774 * config.sub: Merge with FSF.
15775
15776 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
15777
15778 * config.guess: Merge from FSF.
15779
15780 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
15781 * config.guess: Use pc instead of unknown, for pc clone systems.
15782 Change linux to linux-gnu.
15783
15784 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
15785 * config.guess: Avoid non-portable tr syntax.
15786
15787 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
15788
15789 * test-build.mk (HOLES): Add "xargs" for gdb.
15790
15791 * configure: Avoid hpux10.20 sed bug.
15792
15793 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
15794
15795 * configure.in: Add support for windows host
15796 (that is a build done under the Microsoft build environment).
15797
15798 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
15799
15800 * Makefile.in: Replace all uses of srcroot with s, to shrink
15801 command line lengths.
15802
15803 Patches from Geoffrey Noer <noer@cygnus.com>:
15804 * configure.in: If configuring for newlib, pass --with-newlib to
15805 subdirectories.
15806 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
15807 -Bnewlib/ and -Lwinsup to gcc.
15808 (CXX_FOR_TARGET): Likewise.
15809
15810 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
15811
15812 * Makefile.in (ETC_SUPPORT): Add configure.
15813
15814 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
15815
15816 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
15817 host configuration file.
15818
15819 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
15820
15821 * configure.in: Break mn10x00 support into separate
15822 mn10200 and mn10300 configurations.
15823 * config.sub: Likewise.
15824
15825 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
15826
15827 * configure.in: Add lots of stuff to noconfigdirs for
15828 the mn10x00 targets.
15829
15830 * config.sub, configure.in: Add mn10x00 support.
15831
15832 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
15833
15834 * make-all.com: Call conf-a-gas, not config-a-gas.
15835
15836 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
15837
15838 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
15839 targets.
15840
15841 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
15842
15843 * mpw-README: Add much more detail for native PowerMac.
15844 * mpw-install: New file.
15845 * mpw-configure: Add --norecursion and --help options.
15846 * mpw-config.in: Translate readme and install files when
15847 copying to objdir.
15848 * mpw-build.in: Don't always depend on byacc and flex.
15849 (install-only-top): New action.
15850
15851 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
15852
15853 * configure.in: You can now configure GDB for the v850.
15854
15855 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
15856
15857 * configure.in (noconfigdirs): Don't configure any C++ dirs
15858 if targeting D10V.
15859
15860 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
15861
15862 * config.sub: Recognize mips64vr5000.
15863
15864 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
15865
15866 * configure.in: Use a single line for host_tools and native_only.
15867
15868 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
15869
15870 * config.sub, configure.in: Add entries for m32r.
15871
15872 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
15873
15874 * Makefile.in (inet-install): Don't run install-gzip.
15875
15876 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
15877
15878 * configure.in: Don't config lots of things for *-*-windows*.
15879
15880 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
15881
15882 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
15883 (host_libs, host_tools): Copy from configure.in.
15884 * mpw-configure: Don't complain about directories not found.
15885
15886 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15887
15888 * configure.in (i[345]86): Recognize i686 for pentium pro.
15889 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
15890 file.
15891
15892 * config.guess (i[345]86): Ditto.
15893
15894 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15895
15896 * configure.in (noconfigdirs): Removed gdb for D10V.
15897
15898 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
15899
15900 * configure.in: Remove ld, target-libio, target-libg++, and
15901 target-libstdc++ from noconfigdirs.
15902
15903 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
15904
15905 * configure: Fix three locations where shell scripts were
15906 being run directly rather than with config_shell.
15907
15908 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
15909
15910 * configure.in (v850-*-*): Set up initial $noconfigdirs.
15911 * config.sub (basic_machine): Recognize v850.
15912
15913 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
15914
15915 * mpw-configure: Handle multiple enable/disable options and
15916 pass them down recursively, handle -c and -s flags appropriately
15917 depending on choice of compiler, add escape mechanism for
15918 quoted arguments to gC.
15919
15920 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15921
15922 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
15923 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
15924 so that -mrelocatable-lib and -mno-eabi are used.
15925
15926 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
15927 not support --print-multi-lib, don't abort.
15928
15929 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
15930
15931 * make-all.com: Run config-a-gas.
15932 * setup.com: Don't copy subdirectory files around.
15933
15934 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
15935
15936 * configure.in (*-*-ose): Remove exclusion of libgloss for this
15937 target, it now compiles correctly.
15938
15939 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
15940
15941 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
15942
15943 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15944
15945 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
15946
15947 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15948
15949 * configure.in (native_only): Add prms.
15950
15951 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
15952
15953 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
15954 (BINUTILS_SUPPORT_DIRS): Likewise.
15955
15956 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15957
15958 * configure.in (d10v-*-*): Don't configure ld or gdb until the
15959 d10v support is added.
15960
15961 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15962
15963 * configure.in (d10v-*-*): New target.
15964
15965 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
15966
15967 * config.guess (HP 9000/811): Recognize this as a PA1.1
15968 machine.
15969
15970 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
15971
15972 * Makefile.in (do-tar-gz): New target, split out from tail end of
15973 taz target. Run each command separately, don't use pipes.
15974 (taz): Use it.
15975
15976 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
15977
15978 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
15979 * mpw-build.in: No builds should depend on building byacc or flex,
15980 they are assumed to be installed already.
15981
15982 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15983
15984 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
15985 variable that CC_FOR_TARGET needs.
15986
15987 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15988
15989 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
15990 options have changed since the last time the subdirectory was
15991 configured, and if it has, reconfigure.
15992 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
15993 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
15994
15995 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
15996
15997 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
15998 CLEAN_MODULES): Add bash.
15999 (all-bash): New target.
16000
16001 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
16002
16003 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
16004
16005 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16006
16007 * config.sub (basic_machine): Recognize d10v as a valid processor.
16008
16009 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
16010
16011 * mpw-configure: Add support for --bindir.
16012 * mpw-build.in: Use a GCC-specific build script for GCC actions.
16013
16014 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
16015
16016 * configure.in: add bash, time, gawk to list of hosttools and things
16017 to only build for native toolchains
16018
16019 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
16020
16021 * Makefile.in (docdir): Remove.
16022
16023 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
16024
16025 * Makefile.in (datadir): Set to $(prefix)/share.
16026
16027 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
16028
16029 * configure.in: build diff and patch for cygwin32-hosted
16030 toolchains.
16031
16032 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
16033
16034 * config.sub: Accept -rtems*.
16035
16036 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
16037
16038 * configure.in: enable dosrel for cygwin32-hosted builds,
16039 remove diff from the list of things not buildable
16040 via Canadian Cross
16041
16042 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
16043
16044 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
16045 don't get ". ".
16046
16047 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
16048
16049 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
16050
16051 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
16052
16053 * Makefile.in (taz): Handle case where tex3patch didn't even get
16054 checked out. Also, if it was found, put the symlink in a new util
16055 subdirectory.
16056
16057 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16058
16059 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
16060
16061 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
16062
16063 * config.sub: Recognize -openvms.
16064 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
16065 * make-all.com, setup.com: New files.
16066
16067 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
16068
16069 * Makefile.in (taz): tex3patch moved to texinfo/util.
16070
16071 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
16072
16073 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
16074 * configure.in: remove make from disable-if-Can-Cross list
16075 enable gdb if ${host} and ${target} are cygwin32
16076
16077 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
16078
16079 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
16080 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
16081
16082 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
16083
16084 * config.guess: Combine mips-mips-riscos cases, and use cpp to
16085 distinguish sysv/svr4/bsd variants.
16086 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
16087
16088 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
16089
16090 * configure.in: Added copyright notice.
16091 * move-if-change: Added copyright notice.
16092
16093 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16094
16095 * configure.in (powerpcle-*-solaris*): Until we get shared
16096 libraries working, don't build gdb, sim, make, tcl, tk, or
16097 expect.
16098
16099 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
16100
16101 * config.guess: Merge with FSF:
16102
16103 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
16104 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
16105
16106 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
16107 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
16108
16109 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
16110 * config.guess: Combine two OSF1 rules.
16111 Also recognize field test versions. From mjr@zk3.dec.com.
16112 * config.guess (dgux): Use /usr/bin/uname rather than uname,
16113 because GNU uname does not support -p. From pmr@pajato.com.
16114
16115 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
16116
16117 * Makefile.in (MAKEDIRS): Removed $(tooldir).
16118
16119 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
16120
16121 * mpw-README: Document GCCIncludes.
16122
16123 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
16124
16125 * configure.in (alpha-*-linux*): Set enable_shared to yes.
16126
16127 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
16128
16129 * mpw-configure: Handle --enable-FOO and --disable-FOO.
16130
16131 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
16132
16133 * configure.in (*-*-cygwin32): Configure make.
16134
16135 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
16136
16137 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
16138
16139 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
16140
16141 * Makefile.in (all-inet): Depend on all-perl.
16142
16143 * Makefile.in (inet-install): New target.
16144
16145 * Makefile.in (all-inet): Depend on all-tcl.
16146 (all-inet): Depend on all-send-pr.
16147
16148 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16149
16150 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
16151 temporarily.
16152
16153 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
16154
16155 * configure.in: Don't configure --with-gnu-ld on AIX.
16156
16157 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
16158
16159 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
16160
16161 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
16162
16163 * Makefile.in (ALL_MODULES): Added all-inet.
16164 (CROSS_CHECK_MODULES): Added check-inet.
16165 (INSTALL_MODULES): Added install-inet.
16166 (CLEAN_MODULES): Added clean-inet.
16167 (all-indent): New target.
16168
16169 * configure.in (host_tools): Added inet.
16170 (native_only): Added inet.
16171 (noconfigdirs): Added inet.
16172
16173 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
16174
16175 * configure.in: Don't configure libgloss if we are not configuring
16176 newlib.
16177
16178 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
16179
16180 * configure.in: Don't configure libgloss for unsupported
16181 architectures.
16182
16183 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16184
16185 * Makefile.in (CLEAN_MODULES): Add clean-apache.
16186
16187 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
16188
16189 * Makefile.in (ALL_MODULES): Include all-apache.
16190 (CROSS_CHECK_MODULES): Include check-apache.
16191 (INSTALL_MODULES): Include install-apache.
16192 (all-apache): New target.
16193
16194 * configure.in: Added apache everywhere perl is seen.
16195
16196 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16197
16198 * Makefile.in: Add support for clean-{module} and
16199 clean-target-{module} rules.
16200
16201 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
16202
16203 * configure.in (*-*-ose) do not build libgloss.
16204
16205 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16206
16207 * config.guess (prep*:SunOS:5.*:*): Turn into
16208 powerpele-unknown-solaris2.
16209
16210 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
16211
16212 * configure.in: Permit --enable-shared to specify a list of
16213 directories.
16214
16215 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
16216
16217 * configure.in (host==solaris): Pass only the first word of $CC
16218 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
16219
16220 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
16221
16222 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
16223
16224 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
16225
16226 * Makefile.in (ALL_MODULES): Include all-perl.
16227 (CROSS_CHECK_MODULES): Include check-perl.
16228 (INSTALL_MODULES): Include install-perl.
16229 (ALL_X11_MODULES): Include all-guile.
16230 (CHECK_X11_MODULES): Include check-guile.
16231 (INSTALL_X11_MODULES): Include install-guile.
16232 (all-perl): New target.
16233 (all-guile): New target.
16234
16235 * configure.in (host_tools): Include perl and guile.
16236 (native_only): Include perl and guile.
16237 (noconfigdirs): Don't build guile and perl; no ports have been
16238 done.
16239
16240 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
16241
16242 * configure (--enable-*): Handle quoted option lists such as
16243 --enable-sim-cflags='-g0 -O' better.
16244
16245 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16246
16247 * Makefile.in ({,inst}all-target): New rule so we can make and
16248 install all of the target directories easily.
16249
16250 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16251
16252 * configure.in: Add missing global flag in sed substitution when
16253 deleting `target-' from ${configdirs}.
16254
16255 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
16256
16257 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
16258 option.
16259
16260 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
16261 config/mh-necv4.
16262
16263 * install.sh: Correct misspelling of transformbasename.
16264
16265 * config.guess: Recognize mips-*-sysv*.
16266
16267 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
16268
16269 * config.sub: Recognize mon960.
16270
16271 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
16272
16273 * configure: Restore Canadian Cross handling of BISON and LEX,
16274 removed in Feb 20 change.
16275
16276 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
16277
16278 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
16279 Mention make install. Remove the old copyright date as well the
16280 clumsy and rather pointless copyright on the README file.
16281
16282 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
16283
16284 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
16285 Makefile after running symlink-tree, then run `make distclean' to
16286 avoid clobbering any generated files in srcdir.
16287
16288 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
16289
16290 * configure.in (m68k-*-netbsd*): Build everything now.
16291
16292 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
16293
16294 * Makefile.in (taz): Fix quoting.
16295
16296 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
16297
16298 * configure.in (sparclet-*-*): Build everything now.
16299
16300 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16301
16302 * configure.in (m68k-*-linux*): New host.
16303
16304 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
16305
16306 * configure: Check for bison before byacc.
16307
16308 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
16309
16310 * Makefile.in configure: Change the way LEX and BISON/YACC are
16311 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
16312 searching PATH. These are used as fallbacks by Makefile.in if
16313 flex/bison/byacc aren't in objdir.
16314
16315 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
16316
16317 * Makefile.in: Make everything which depends upon all-bfd also
16318 depend upon all-opcodes, in case --with-commonbfdlib is used.
16319
16320 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16321
16322 * configure.in (host *-*-cygwin32): Don't build gdb if we are
16323 building NT native compilers on Unix.
16324
16325 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
16326
16327 * configure.in: Don't get CC from the host Makefile fragment if we
16328 can find gcc in PATH, or if this is a Canadian Cross. Move the
16329 Solaris test for /usr/ucb/cc to the post target script, just after
16330 the compiler sanity test.
16331
16332 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
16333
16334 * config.sub: Merge with FSF.
16335
16336 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
16337
16338 * Makefile.in (RPATH_ENVVAR): New variable.
16339 (REALLY_SET_LIB_PATH): Use it.
16340 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
16341
16342 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
16343
16344 * config.sub, configure.in: Recognize sparclet cpu.
16345
16346 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
16347
16348 * config.guess: Support m68k-cbm-sysv4.
16349
16350 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16351
16352 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
16353 m68k-unknown-linuxaout from linker help string. Put quotes around
16354 $ld_help_string.
16355
16356 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
16357
16358 * config.guess (powerpc-harris-powerunix): Add guess for port
16359 to new target.
16360
16361 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16362
16363 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
16364
16365 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
16366
16367 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
16368 $(REALLY_SET_LIB_PATH) in Makefile.
16369 * Makefile.in (SET_LIB_PATH): New variable.
16370 (REALLY_SET_LIB_PATH): New variable.
16371 ($(DO_X)): Use $(SET_LIB_PATH).
16372 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
16373 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
16374 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
16375 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
16376 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
16377 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
16378 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
16379 (install-dosrel): Likewise.
16380 (all-opcodes): Depend upon all-libiberty.
16381
16382 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
16383
16384 * config.guess (*:CYGWIN*): New
16385
16386 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16387
16388 * Makefile.in (all-target-winsup): All all-target-libiberty.
16389
16390 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16391
16392 * configure.in (noconfigdirs): Add missing # in front of comment.
16393
16394 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
16395
16396 * configure.in: add second pass to things added to noconfigdirs
16397 so *-gm-magic can exclude libgloss properly.
16398
16399 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
16400
16401 * mpw-configure (extralibs_name, rez_name): Set correctly
16402 for MWC68K compiler.
16403
16404 * mpw-README: Add more info on the necessary build tools.
16405
16406 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
16407
16408 * configure.in, config.sub: Recognize cygwin32.
16409
16410 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
16411
16412 * config.guess, config.sub: Recognize A/UX.
16413
16414 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
16415
16416 * config.sub: Merge with gcc/config.sub.
16417
16418 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
16419
16420 * mpw-build.in (do-binutils): Add build of stamps.
16421
16422 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
16423
16424 * config.sub: Add recognition for mips64vr4100*-* targets.
16425
16426 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16427
16428 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
16429 Add creation of gconfigargs with `--enable-shared' turned on.
16430 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
16431 ($(host)-stamp-stage3-configured): Likewise.
16432 (HOLES): Add chatr and ldd.
16433 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
16434
16435 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
16436
16437 * configure: Pass --nfp to recursive configures.
16438
16439 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
16440
16441 * Makefile.in (DLLTOOL): New.
16442 (DLLTOOL_FOR_TARGET): New.
16443 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
16444 (EXTRA_TARGET_FLAGS): Ditto.
16445 (EXTRA_GCC_FLAGS): Ditto.
16446 (CONFIGURE_TARGET_MODULES): Ditto.
16447 (DO_X): Ditto.
16448 * configure: Add DLLTOOL.
16449
16450 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
16451
16452 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
16453 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
16454 mh-sco, since old workarounds no longer needed, and don't
16455 build ld, since libraries have weak symbols in COFF.
16456
16457 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
16458
16459 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
16460
16461 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
16462
16463 * configure.in: Make sure that ${CC} can be used to compile an
16464 executable.
16465
16466 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
16467
16468 * Makefile.in (all-gdb): Depend on $(GDB_TK).
16469 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
16470 nothing depending on whether gdbtk is being built.
16471
16472 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
16473
16474 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
16475
16476 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
16477
16478 * configure.in (noconfigdirs): Put ld or gas in this early, if the
16479 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
16480
16481 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
16482
16483 * config-ml.in: Add support for
16484 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
16485 Simplify setting of multidirs from --disable-foo.
16486
16487 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16488
16489 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
16490 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
16491 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
16492 non-empty, pass them on to the GCC make.
16493 (all-bootstrap): New rule that is like all-gcc, except it executes
16494 the GCC bootstrap rule instead of the GCC all rule.
16495
16496 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
16497
16498 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
16499
16500 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16501
16502 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
16503 DG/UX support.
16504
16505 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
16506
16507 * config.sub (i*86*) Change [345] to [3456]
16508
16509 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16510
16511 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
16512 --with-gnu-ld=no.
16513
16514 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16515
16516 * config-ml.in (rs6000*, powerpc*): Add switches to control which
16517 AIX multilibs get built.
16518
16519 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16520
16521 * configure.in (i386-win32): Don't build expect if we're not
16522 building the tcl subdir.
16523
16524 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
16525
16526 * Makefile.in: (configure-target-examples, all-target-examples):
16527 New targets, configure and build example programs.
16528
16529 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
16530
16531 * mpw-configure: If an mpw-config.in generated a file mk.sed,
16532 use it as input to sedit the generated MPW makefile.
16533 * mpw-README: Add a suggestion about Gestalt.h.
16534
16535 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
16536
16537 * config.sub: Accept *-*-ieee*.
16538
16539 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
16540
16541 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
16542 Ronald F. Guilmette <rfg@monkeys.com>.
16543
16544 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16545
16546 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
16547 for powerpc-pe native.
16548 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
16549 (target==powerpc-pe): duplicate i386-win32 entry.
16550
16551 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16552
16553 * configure.in (noconfigdirs): Exclude target-newlib for all versions
16554 of vxworks, not just vxworks5.1.
16555
16556 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
16557
16558 * mpw-configure: Add support for exec-prefix.
16559
16560 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16561
16562 * config.guess: Recognize HP model 816 machines as having
16563 a PA1.1 processor.
16564
16565 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
16566
16567 * configure: Ignore new autoconf configure options.
16568
16569 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
16570
16571 * config.guess: Recognize Pentium under SCO.
16572 From Robert Lipe <robertl@arnet.com>.
16573
16574 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16575
16576 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
16577
16578 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
16579
16580 * configure.in: Don't configure gas for alpha-dec-osf*.
16581
16582 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
16583
16584 * configure.in: Default to --with-stabs for some targets for which
16585 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
16586 i[345]86*-*-unixware*.
16587
16588 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
16589
16590 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
16591 rather than basing it on the target. Simplify handling of options
16592 controlling which directories to configure. Remove extraneous
16593 slash in multi-clean target.
16594
16595 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
16596
16597 * config-ml.in: Prefix more variables with ml_ so they don't collide
16598 with configure's.
16599
16600 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
16601
16602 * configure: Don't turn -v into --v.
16603
16604 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
16605
16606 * configure.in (targargs): Fix typo.
16607
16608 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
16609
16610 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
16611
16612 * configure.in: Strip --host and --target options from
16613 CONFIG_ARGUMENTS, and always configure for --host only. Add
16614 --with-cross-host option when building with a cross-compiler.
16615 * configure: Canonicalize the arguments put into config.status by
16616 always using `=' for an option with an argument. Pass a presumed
16617 --host or --target explicitly.
16618
16619 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
16620
16621 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
16622 into general OS recognition case.
16623
16624 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16625
16626 * configure.in (target_configdirs): add target-winsup only
16627 for win32 target systems.
16628
16629 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
16630
16631 * Makefile.in (all-target-libgloss): Depend upon
16632 configure-target-newlib, since when libgloss is built it looks to
16633 see if the newlib directory exists.
16634
16635 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
16636
16637 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
16638 cfg-ml-*.in.
16639
16640 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
16641
16642 * configure: Handle LD and LD_FOR_TARGET when configuring a
16643 Canadian Cross.
16644
16645 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16646
16647 * configure.in (target_libs): add target-winsup.
16648 (target==i386-win32): add patch diff flex make to $noconfigdirs.
16649 (target==ppcle-pe): remove ld from $noconfigdirs.
16650
16651 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
16652
16653 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
16654 Preserve relative path names in $srcdir. Build symlink tree if
16655 configuring cross target dir and srcdir=. (= no VPATH support).
16656 (configure-target-libg++): Depend on configure-target-librx.
16657 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
16658 * config-ml.in: New file.
16659 * symlink-tree: New file.
16660 * configure: Ensure srcdir="." if that's what it is.
16661
16662 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
16663
16664 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
16665 includes and FLEX_SKELETON setting.
16666 * mpw-configure (--with-gnu-ld): New option, controls whether
16667 to use PPCLink or ld with PowerMac GCC.
16668 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
16669 * mpw-config.in: Configure grez if targeting Mac.
16670
16671 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
16672 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
16673 just macos.
16674 * configure.in: Configure grez resource compiler if targeting Mac.
16675 * Makefile.in (all-grez, install-grez): New targets.
16676
16677 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
16678
16679 * configure: CXX defaults to gcc, not g++. If we find
16680 gcc in the path, set CC to gcc -O2.
16681
16682 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
16683
16684 * configure: Default ${build} correctly. Avoid picking up extra
16685 spaces when reading CC and CXX from Makefile. When doing a
16686 Canadian Cross, use plausible default values for numerous
16687 variables.
16688 * configure.in: When doing a Canadian Cross, don't try to
16689 configure tools whose configure script can't handle it.
16690
16691 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16692
16693 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
16694
16695 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
16696
16697 * configure: Remove dubious bug reporting address.
16698
16699 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
16700
16701 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
16702 configure script, run that instead of this directory's configure.
16703 In either case, print a message that we're configuring the sub-dir.
16704
16705 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
16706
16707 * configure.in: Before checking for the existence of various files,
16708 use sed to filter out "target-".
16709
16710 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
16711
16712 * Makefile.in (DO_X): Split rule to decrease command line length
16713 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
16714 (Philippe De Muyter).
16715
16716 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16717
16718 * Makefile.in (all-patch): depend on all-libiberty.
16719
16720 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
16721
16722 * configure.in: If the only directory in target_configdirs which
16723 actually exists is libiberty, then set target_configdirs to empty,
16724 to avoid trying to build a target libiberty in a gas or gdb
16725 distribution.
16726
16727 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
16728
16729 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
16730 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
16731 systems.
16732
16733 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16734
16735 * configure.in (copy_dirs): Use sys-include instead of include
16736 for --with-headers option.
16737
16738 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
16739
16740 * Makefile.in, configure.in: Make winsup builds work with
16741 new scheme.
16742
16743 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
16744
16745 * configure.in: Build the linker on AIX.
16746
16747 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
16748
16749 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
16750 where needed.
16751
16752 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
16753
16754 * Makefile.in (all-gcc): Fix typo.
16755
16756 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
16757
16758 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
16759
16760 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
16761
16762 * configure.in: Rename libFOO to target-libFOO, and xiberty
16763 to target-xiberty, to provide more flexibility.
16764 (target_subdir): Define. Create if cross.
16765 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
16766 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
16767 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
16768 check-libFOO -> check-target-libFOO, etc.
16769 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
16770 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
16771 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
16772 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
16773 allow ALL_GCC="" to only configure.
16774 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
16775 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
16776 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
16777
16778 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
16779
16780 * Makefile.in (taz): Build "info" in etc explicitly.
16781
16782 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
16783
16784 * configure.in: Make sure that CC is undefined (as opposed to
16785 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
16786 problem with autoconf trying to configure on a host without GCC.
16787
16788 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
16789
16790 * mpw-configure: Set host alias from choice of host compiler,
16791 only use generic MPW Makefile sed if present, edit a file
16792 named "hacked_Makefile.in" instead of "Makefile.in" if present.
16793 * mpw-README: Add problem notes about CW6 and CW7.
16794
16795 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
16796
16797 * Makefile.in (taz): Use ";" instead of ";;".
16798
16799 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
16800
16801 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
16802 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
16803 DISTDOCDIRS.
16804 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
16805 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
16806
16807 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
16808
16809 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
16810 and gnats, because they are now subsumed by DISTSTUFFDIRS.
16811 Move bfd to DISTSTUFFDIRS.
16812
16813 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16814
16815 * Makefile.in (X11_LIB): Removed.
16816 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
16817
16818 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
16819
16820 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16821
16822 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
16823 names.
16824
16825 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16826
16827 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
16828
16829 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
16830
16831 * configure.in (i[345]86-*-win32): Always build newlib.
16832 Don't configure cvs, autoconf or texinfo.
16833 * Makefile.in (LD_FOR_TARGET): New.
16834 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
16835 Pass down LD_FOR_TARGET.
16836
16837 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
16838
16839 * winsup: New directory.
16840 * Makefile.in: Build winsup.
16841 * configure.in: Winsup is configured when target is win32.
16842 Can only build win32 target GDB when native.
16843
16844 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
16845
16846 * config.guess: Recognize HP model 819 machines as having
16847 a PA 1.1 processor.
16848
16849 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
16850
16851 * configure: Fix sed loop which substitutes for CC and CXX to
16852 avoid bug found in various sed implementations.
16853
16854 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16855
16856 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
16857 simulator. Use standard powerpc-*-eabi*.
16858
16859 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
16860
16861 * configure.in: Stop putting gas and binutils in noconfigdirs for
16862 powerpc-*-aix* and rs6000-*-*.
16863
16864 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
16865
16866 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
16867 -mcall-aixdesc libraries.
16868
16869 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
16870
16871 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16872
16873 * config.sub (arm | armel | armeb): Fix shell syntax.
16874
16875 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16876
16877 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
16878 -msoft-float and -mcpu=common support.
16879 (powerpc*-*-eabisim*): Add support for building -mcall-aix
16880 libraries.
16881
16882 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16883
16884 * configure.in: Allow configuration and build of emacs19 for the alpha.
16885
16886 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16887
16888 * configure.in (CC): Get ^CC, not just any old CC, from
16889 ${host_makefile_frag}.
16890
16891 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16892
16893 * configure.in (CC): Try to get CC from
16894 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
16895
16896 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16897
16898 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
16899 only if it exists in $(srcdir).
16900
16901 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
16902
16903 * configure: If CC and CXX are not set in the environment, set
16904 them, based on either an existing Makefile or on searching for gcc
16905 in PATH. Substitute for CC and CXX in Makefile.
16906 * configure.in: Remove libm from target_libs. Separate
16907 target_configdirs from configdirs. If CC is not set in
16908 environment, try to get it from a host Makefile fragment. Rewrite
16909 changes of configdirs to use skipdirs instead. A few minor
16910 tweaks. Take directories out of target_configdirs as they are
16911 taken out of configdirs. Remove existing Makefile files from
16912 subdirectories. Substitute for TARGET_CONFIGDIRS and
16913 CONFIG_ARGUMENTS in Makefile.
16914 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
16915 by configure.in.
16916 (CONFIG_ARGUMENTS): Likewise.
16917 (CONFIGURE_TARGET_MODULES): New variable.
16918 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
16919 ($(CONFIGURE_TARGET_MODULES)): New target.
16920 (configure-libg++, configure-libio): New targets.
16921 (all-libg++): Depend upon configure-libg++.
16922 (all-libio): Depend upon configure-libio.
16923 (configure-libgloss, all-libgloss): New targets.
16924 (configure-libstdc++): New target.
16925 (all-libstdc++): Depend upon configure-libstdc++.
16926 (configure-librx, all-librx): New targets.
16927 (configure-newlib): New target.
16928 (all-newlib): Depend upon configure-newlib
16929 (configure-xiberty): New target.
16930 (all-xiberty): Depend upon configure-xiberty.
16931
16932 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16933
16934 * configure.in (host i[345]86-*-win32): Expand the
16935 noconfigdirs again.
16936
16937 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
16938
16939 * mpw-configure: Fix sed command file name.
16940
16941 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
16942
16943 * configure.in (host i[345]86-*-win32): Reduce the
16944 noconfigdirs again.
16945
16946 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
16947
16948 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
16949 or powerpc*-*-pe*, since they are not yet supported.
16950
16951 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
16952
16953 Add PowerMac support and many other enhancements.
16954 * mpw-configure: New option --cc to select compiler to use,
16955 paste options set according to --cc into the generated
16956 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
16957 if mpw-make.sed is present.
16958 * mpw-config.in: Don't test for gC1, test for mpw-touch,
16959 add forward includes for PowerPC include files.
16960 * mpw-build.in: Build using Makefile.PPC if present.
16961 (do-byacc, etc): Remove separate version resource builds.
16962 (do-gas): Build "stamps" before "all".
16963 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
16964 * mpw-README: Update to reflect --cc option, PowerMac support,
16965 and recently-reported compatibility problems.
16966
16967 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
16968
16969 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
16970 embedded m68k systems (-aout, -coff, -elf, -vxworks).
16971 (--with-multilib-top): Pass to recursive invocations.
16972
16973 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
16974
16975 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
16976 v810-*-*.
16977
16978 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16979
16980 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
16981 gdb, ld and opcodes on v810-*-*.
16982
16983 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
16984
16985 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
16986 (local-maintainer-clean): New target.
16987 (maintainer-clean): New target.
16988 (realclean): Just depend upon maintainer-clean.
16989
16990 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16991
16992 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
16993
16994 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
16995
16996 * configure.in: Build ld in mips*-*-bsd* case.
16997
16998 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
16999
17000 * config.sub: Accept -lites* OS. From Ian Dall.
17001
17002 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
17003
17004 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
17005 targets.
17006
17007 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17008
17009 * configure.in: treat i386-win32 canadian cross the same as
17010 i386-go32 canadian cross.
17011
17012 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17013
17014 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
17015 running under the simulator to build a reduced set of libraries.
17016 (powerpc-*-eabiaix): Add fine grained multilib support added to
17017 other powerpc targets yesterday.
17018
17019 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17020
17021 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
17022 -disable-softfloat, -disable-relocatable, -disable-aix, and
17023 -disable-sysv to control which multilib libraries get built.
17024
17025 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
17026
17027 * configure: Add Makefile.tem to list of files to remove in trap
17028 handler.
17029
17030 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
17031
17032 * config.guess (*Linux*): Add missing "exit"s.
17033 Also, need specific check for alpha-unknown-linux (uses COFF).
17034
17035 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
17036
17037 * config.guess: Merge with FSF:
17038
17039 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
17040 * config.guess (AIX4): More robust release numbering discovery.
17041
17042 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
17043 * config.guess (i386-sequent-ptx): Properly get version number.
17044
17045 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
17046 * config.guess (mips:*:4*:UMIPS): New case.
17047
17048 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
17049
17050 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
17051 (i386-win32 host): Likewise. Don't build readline.
17052
17053 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
17054
17055 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
17056 SUPPORT_FILES to submakes.
17057
17058 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
17059
17060 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
17061 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
17062 mpw-configure.
17063
17064 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
17065
17066 * configure.in (appdirs): Use =, not ==, in test expression when
17067 trying to build the text to print in the warning message for
17068 Solaris users.
17069
17070 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
17071
17072 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
17073
17074 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
17075
17076 * config.guess: Recognize lynx-2.3.
17077
17078 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
17079
17080 * config.sub (z8ksim): Deleted
17081 (z8k-*-coff): New, this is the one true name of the target.
17082
17083 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
17084
17085 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
17086
17087 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
17088
17089 * config.guess (*:Linux:*:*): First try asking the linker what the
17090 default object file format is (elf, aout, or coff). Then if this
17091 fails, try previous methods.
17092
17093 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17094
17095 * configure.in: Don't build newlib for *-*-vxworks5.1.
17096
17097 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
17098
17099 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
17100 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
17101
17102 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
17103
17104 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
17105
17106 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
17107
17108 * cfg-ml-com.in: New file.
17109 * cfg-ml-pos.in: New file.
17110
17111 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
17112
17113 * COPYING.NEWLIB: Add HP free copyright to list.
17114
17115 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17116
17117 * config.sub: Recognize -eabi* for the system, not just -eabi.
17118
17119 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
17120
17121 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
17122 * config.sub, configure.in (win32): New target and host.
17123
17124 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
17125
17126 * configure.in: Add i386-pe configuration.
17127
17128 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
17129
17130 * mpw-build.in (install): Install GDB after LD.
17131
17132 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
17133
17134 * mpw-config.in (elf/mips.h): Always forward-include, needed
17135 for GDB to build.
17136
17137 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
17138
17139 * testsuite: New directory for customer acceptance and whole tool
17140 chain tests.
17141
17142 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
17143
17144 * configure: If per-host line isn't found, but AC_OUTPUT is found
17145 and a configure script exists, run it instead.
17146
17147 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
17148
17149 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
17150
17151 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
17152
17153 * configure: Set build_{cpu,vendor,os,alias} to host values when
17154 --build isn't specified.
17155
17156 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
17157
17158 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
17159 (FLAGS_TO_PASS): Pass them.
17160 (EXTRA_TARGET_FLAGS): Ditto.
17161
17162 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17163
17164 * Makefile.in (all-libg++): Depend on all-libstdc++.
17165
17166 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17167
17168 * configure.in (noconfigdirs): Enable all packages for
17169 i386-unknown-netbsd.
17170
17171 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
17172
17173 * configure.in (noconfigdirs): Don't configure tk for i386-go32
17174 hosted builds (DOS builds)
17175
17176 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
17177
17178 Changes for ARM based on patches from Richard Earnshaw:
17179 * config.sub: Handle armeb and armel.
17180 * configure.in: Omit arm linker only for riscix.
17181
17182 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
17183
17184 * config.guess: Update from FSF.
17185
17186 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
17187
17188 * config.sub: Recognize powerpcle as the little endian variant of
17189 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
17190 powerpcle variant. Convert pentium into i586, not i486. Add p5
17191 alias for i586. Map new x86 variants p6, k5, nexgen into i586
17192 temporarily.
17193
17194 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
17195
17196 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
17197
17198 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
17199
17200 * config.sub: Accept -lites* as a basic system type.
17201
17202 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
17203
17204 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
17205 installed, and if so return linuxoldld as the system name.
17206
17207 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
17208
17209 * config.guess: Add hppa1.1-hp-lites support.
17210
17211 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
17212
17213 * configure.in: Don't build newlib for m68k-vxworks5.1.
17214
17215 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17216
17217 * configure.in (mips-sgi-irix6): Use mh-irix5.
17218
17219 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
17220
17221 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
17222
17223 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
17224
17225 * test-build.mk: Enable building of shared libraries on IRIX 5 and
17226 OSF/1. Fix compiler flags.
17227 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
17228
17229 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
17230
17231 * configure.in: Recognize --with-newlib.
17232 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
17233
17234 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17235
17236 * Makefile.in: move {all,check,install}-gdb from *_MODULES
17237 to *_X11_MODULES due to gdbtk needing X include files et al.
17238
17239 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
17240
17241 Merge in support for Mac MPW as a host.
17242 (Old change descriptions retained for informational value.)
17243
17244 * mpw-config.in: Add generic include forwards for cpu-specific
17245 include files in aout and elf directories.
17246
17247 * mpw-configure: Added copyright.
17248 * mpw-config.in: Check for presence of required build tools.
17249 (target_libs): Add newlib.
17250 (target_tools): Add examples.
17251 (Read Me): Generate as "Read Me for MPW" instead.
17252 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
17253 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
17254 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
17255
17256 * mpw-configure: Remove subdir-specific makefile hackery,
17257 delete mk.tmp after using it.
17258
17259 * mpw-build.in (all): Display start and end times.
17260
17261 * mpw-configure (host_canonical): Set.
17262 (target_cpu): Always add to makefiles.
17263 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
17264 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
17265 (mpw-mh-mpw): Look for in srcdir and srcroot.
17266 Use sed instead of mpw-edit-prefix to edit prefix definitions.
17267
17268 * mpw-build.in: (install-only): New target.
17269
17270 * mpw-configure (host_alias, target_alias): Rename from hostalias
17271 and targetalias, add into generated Makefile.
17272 (mk.tmp): If present, add into generated Makefile.
17273 * mpw-build.in (all-gas): Build config.h first before gas proper.
17274
17275 * mpw-configure (config.status): Write only if changed.
17276 * mpw-config.in (readline): Configure it (not built, just used for
17277 definitions).
17278
17279 * mpw-config.in (elf/mips.h): Add a forward include.
17280
17281 * mpw-config.in: Forward-include most .h files in include into
17282 extra-include.
17283 (readline): Don't build.
17284 mpw-build.in (install): Install GDB.
17285
17286 * mpw-configure (prefix, mpw_prefix): Handle it.
17287 * mpw-config.in (mmalloc, readline): Don't configure.
17288 * mpw-build.in (thisscript): Rename to ThisScript.
17289 Use mpw-build instead of BuildProgram everywhere.
17290 (mmalloc, readline): Don't build.
17291 * mpw-README: New file, basic documentation about the MPW port.
17292
17293 * mpw-config.in: Use forward-include to create include files.
17294
17295 * mpw-configure: Add more things to the top of each configured
17296 Makefile, including contents of config/mpw-mh-mpw.
17297 * mpw-config.in (extra-include): Create this directory and fill it
17298 with Posix-like include files when configuring.
17299
17300 * config.sub (apple, mac, mpw): Add various aliases.
17301
17302 * mpw-build.in: New file, top-level build script fragment for MPW.
17303 * mpw-configure: New file, configure script for MPW.
17304 * mpw-config.in: New file, config fragment for MPW.
17305
17306 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17307
17308 * configure.in (host_libs): Remove glob, since it is gone from the
17309 sources.
17310
17311 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17312
17313 * Makefile.in: define empty GDB_NLM_DEPS var.
17314
17315 * configure.in(target_makefile_frag): use config/mt-netware
17316 for netware targets.
17317
17318 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
17319
17320 * config.sub: Merge in recent FSF changes. Remove linux special
17321 cases.
17322
17323 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17324
17325 Revert this change:
17326
17327 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
17328
17329 * build-all.mk: Use CC=cc -Xs on Solaris.
17330
17331 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17332
17333 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
17334 stop using it.
17335 * Makefile.in: Nuke all references to glob subdirectory.
17336
17337 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
17338
17339 * configure.in: Fix --enable-shared logic in per-host.
17340
17341 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
17342
17343 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
17344
17345 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17346
17347 * configure.in (noconfigdirs): Don't build gas on AIX, for
17348 powerpc*-*-aix* as well as for rs6000*-*-aix*.
17349
17350 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
17351
17352 * configure: Fix --cache-file to work if the file argument is a
17353 relative path.
17354
17355 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
17356
17357 * configure: If the --cache-file is used, pass it down to
17358 configure in subdirectories.
17359
17360 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
17361
17362 * config.sub: add vxworks29k configuration.
17363
17364 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
17365
17366 * Makefile.in (taz): Do "diststuff" part quietly.
17367
17368 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
17369
17370 * config.sub: Mini-merge with gcc/config.sub.
17371
17372 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17373
17374 * config.guess (IRIX): Sed - to _.
17375
17376 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17377
17378 * Makefile.in (source-vault, binary-vault): New targets.
17379
17380 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
17381
17382 * config.sub: Recognize -eabi as a basic system type.
17383
17384 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
17385
17386 * configure.in (enable_shared stuff): Fix typo.
17387
17388 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
17389
17390 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
17391
17392 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
17393
17394 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
17395
17396 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17397
17398 * configure.in (rs6000-*-*): Don't build gas.
17399
17400 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
17401
17402 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
17403 reduce command line length.
17404 (AS_FOR_TARGET): Check for as.new, not Makefile.
17405 (NM_FOR_TARGET): Check for nm.new, not Makefile.
17406
17407 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
17408
17409 * config.guess: Merge from FSF.
17410
17411 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17412
17413 * configure: Don't use $ when handling program_suffix.
17414
17415 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
17416
17417 * configure.in: Configure tk for hppa/hpux.
17418
17419 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
17420
17421 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
17422
17423 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
17424
17425 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
17426 to LIBCXXFLAGS. Tests are better run without it.
17427
17428 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
17429
17430 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
17431
17432 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
17433
17434 * configure.in (*-*-netware*): Don't configure xiberty.
17435
17436 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
17437
17438 * configure.in: Remove tk from native_only list.
17439
17440 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
17441
17442 * build-all.mk: Add mips-ncd-elf target to sun4 targets
17443 for special NCD build.
17444
17445 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17446
17447 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
17448 makeall.bat, they're only useful for binutils snapshots.
17449 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
17450 makeall.bat to specified SUPPORT_FILES.
17451
17452 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
17453
17454 * build-all.mk: Add Ericsson targets to sun4 and solaris
17455 hosts. Add BNR's sun4 target to solaris host, so their
17456 build-from-source will be tested in-house first.
17457
17458 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
17459
17460 * Makefile.in (LIBCFLAGS): New variable.
17461 (CFLAGS_FOR_TARGET): Ditto.
17462 (LIBCFLAGS_FOR_TARGET): Ditto.
17463 (LIBCXXFLAGS): Ditto.
17464 (CXXFLAGS_FOR_TARGET): Ditto.
17465 (LIBCXXFLAGS_FOR_TARGET): Ditto.
17466 (BASE_FLAGS_TO_PASS): Pass them.
17467 (EXTRA_TARGET_FLAGS): Ditto.
17468
17469 * configure.in: Support --enable-shared.
17470
17471 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
17472
17473 * configure.in (target_libs): Include libstdc++ again.
17474 * config.guess: Update from FSF (for FreeBSD).
17475
17476 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17477
17478 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
17479 makeall.bat.
17480 (DISTDOCDIRS): Add `etc'.
17481 (ETC_SUPPORT_PFX): New variable.
17482 (taz): Include anything from etc starting with a word in
17483 ETC_SUPPORT_PFX.
17484
17485 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17486
17487 * config.sub: Update for recent FSF changes. Remove obsolete
17488 h8300hds entry. Add -windows* and -osx as basic os. Minor
17489 spacing changes.
17490
17491 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
17492
17493 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
17494
17495 * config.guess: Merge with FSF.
17496 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
17497
17498 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17499
17500 * configure: Since the "trap 0" handler will override the exit
17501 status on many systems, only use it for "exit 1", and make it set
17502 a non-zero exit status; reset it before "exit 0". Also, check
17503 exit status of config.sub, and error out if it failed.
17504
17505 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
17506
17507 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
17508 and install libgloss.
17509
17510 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17511
17512 * Makefile.in (all-binutils): Depend upon all-byacc.
17513
17514 * configure.in: Don't build emacs on Irix 5.
17515
17516 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17517
17518 * configure.in (*-*-netware*): Add libio.
17519
17520 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
17521
17522 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
17523 (CHECK_TARGET_MODULES): Ditto.
17524 (INSTALL_TARGET_MODULES): Ditto.
17525 (TARGET_LIBS): Ditto.
17526 (all-libstdc++): Note dependencies.
17527
17528 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17529
17530 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
17531
17532 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
17533
17534 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
17535 -fexternal-templates.
17536
17537 * configure.in (target_libs): Add libstdc++.
17538 (noconfigdirs): Add libstdc++ as appropriate.
17539
17540 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17541
17542 * config.guess: Update from FSF.
17543
17544 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17545
17546 * configure: Use ${config_shell} when running ${configsub}.
17547
17548 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
17549
17550 * config.sub: No longer recognize h8300h.
17551
17552 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17553
17554 * config.sub: Remove extraneous differences between config.sub and
17555 gcc/config.sub.
17556
17557 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17558
17559 * Makefile.in (DISTSTUFFDIRS): Add gas.
17560
17561 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
17562
17563 * COPYING.NEWLIB: New file.
17564
17565 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
17566
17567 * config.guess (HP-UX): Patch from Harlan Stenn
17568 <harlan@landmark.com> to also emit release level.
17569
17570 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
17571
17572 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
17573
17574 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
17575
17576 * config.sub: Merge nextstep cleanup from FSF.
17577
17578 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17579
17580 * configure.in (arm-*-*): Don't configure ld for this target.
17581
17582 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17583
17584 * configure.in (*-*-netware): don't configure libg++, libio,
17585 librx, or newlib.
17586
17587 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17588
17589 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
17590 configure ld--it works, but it doesn't support shared libraries.
17591
17592 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
17593
17594 * config.guess (*-unknown-freebsd*): Get rid of possible
17595 trailing "(Release)" in version string.
17596 Patch from Paul Richards <paul@isl.cf.ac.uk>.
17597
17598 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
17599
17600 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
17601 Fix type: *-next-neststep -> *-next-nextstep.
17602
17603 * config.guess: Merge from FSF:
17604
17605 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
17606
17607 * config.guess: Recognize powerpc-ibm-aix3.2.5.
17608
17609 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
17610
17611 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
17612 instead of UNIX_SV for UnixWare 1.0).
17613
17614 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
17615
17616 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
17617 to make gdb/nlm/* build after the compiler and linker.
17618
17619 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
17620
17621 * config.guess (netbsd, freebsd, linux): Accept any machine,
17622 not just i[34]86.
17623 (m68k-atari-sysv4): Relocate to match FSF version.
17624
17625 * config.guess: More merges from the FSF:
17626
17627 Add a space before function call or macro invocation.
17628
17629 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17630
17631 * config.guess: Add trap cmd to remove dummy.c and dummy when
17632 interrupted.
17633
17634 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17635
17636 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
17637 (dummy): Redirect stderr from compilation of dummy.c.
17638
17639 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
17640
17641 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
17642
17643 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
17644
17645 * configure: Accept and ignore --cache*, for compatibility with
17646 new autoconf.
17647
17648 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
17649
17650 * config.guess: Merge from FSF:
17651
17652 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
17653
17654 * config.guess (Pyramid*:OSx*:*:*): New case.
17655 (PATH): Add /.attbin at end for finding uname.
17656 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
17657
17658 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
17659
17660 * config.guess (M88*:DolphinOS:*:*): New case.
17661
17662 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
17663
17664 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
17665 to select whether to use ELF or COFF.
17666
17667 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
17668
17669 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
17670
17671 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
17672
17673 * config.guess: Guess the OS version for HPUX.
17674
17675 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
17676
17677 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
17678
17679 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17680
17681 * configure.in: Recognize --with-headers, --with-libs, and
17682 --without-newlib.
17683 * Makefile.in (all-xiberty): Depend upon all-ld.
17684
17685 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17686
17687 * configure.in: Change i[34]86 to i[345]86.
17688
17689 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17690
17691 * configure (version): A few more tweaks to help message.
17692
17693 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
17694
17695 * Makefile.in: Remove (for now) librx as a host library,
17696 now that we're building it for target.
17697
17698 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17699
17700 * configure: Fix up help message; from karl@owl.hq.ileaf.com
17701 (Karl Berry).
17702
17703 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
17704
17705 * configure.in: Also configure librx.
17706
17707 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
17708
17709 * Makefile.in: Update various rules to reflect that librx
17710 is now needed for libg++.
17711
17712 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17713
17714 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
17715
17716 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
17717
17718 * configure.in: Configure the examples directory.
17719
17720 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17721
17722 * configure: Simplify Jun 2 1994 change.
17723
17724 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17725
17726 * change CC to /usr/latest/bin/gcc for lynx host builds, since
17727 /bin/gcc isn't good enough to build gcc.
17728
17729 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
17730
17731 * Makefile.in (GDB_SUPPORT_FILES): Remove
17732 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
17733 (gdb.tar.gz): Add new rule to use standard distribution building
17734 mechanism.
17735
17736 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17737
17738 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
17739 Bill Cox <bill@cygnus.com>.
17740
17741 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
17742
17743 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
17744
17745 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
17746
17747 * configure: Search current dir first in .gdbinit.
17748
17749 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
17750
17751 * config.sub: Recognize freebsd (merged from gcc config.sub).
17752
17753 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
17754
17755 * config.sub: Refer to NeXT's operating system as nextstep.
17756
17757 * config.sub (case $basic_machine): Re-order the cases, to match
17758 the order in the FSF version (which is mostly alphabethical).
17759 Merge in some additions and changes from the FSF.
17760
17761 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
17762
17763 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
17764 * config.sub: Recognize cxux7.
17765 * configure.in: Use mh-cxux for m88k-harris-cxux*.
17766
17767 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
17768
17769 * config.sub: Fix typo powerpc -> powerpc-*.
17770
17771 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
17772
17773 * Makefile.in: `all-emacs19' depends on `all-byacc'.
17774
17775 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
17776 parallel with all-emacs and install-emacs). Top-level command
17777 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
17778
17779 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17780
17781 * test-build.mk ($(host)-stamp-stage2-installed): Remove
17782 $(relbindir)/make before doing ``make install'', and use
17783 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
17784 installing over running make binary.
17785 ($(host)-stamp-stage3-installed): Likewise.
17786
17787 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17788
17789 * config.guess: Recognize Mach.
17790
17791 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17792
17793 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
17794 see whether --exec-prefix was used.
17795
17796 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17797
17798 * README: Explicitly mention libg++/README. (Zoo's idea.)
17799
17800 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17801
17802 * Makefile.in: Add all-librx target similar to all-libproc.
17803
17804 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
17805
17806 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
17807 with post 1.2 uname bogosity.
17808
17809 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17810
17811 * configure: Remove temporary files on receipt of a signal.
17812
17813 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
17814
17815 * configure: If there is a package_makefile_frag, remove
17816 ${subdir}/Makefile.tem after copying it in.
17817
17818 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17819
17820 * build_all.mk: support rs6000 lynx identifies itself as
17821 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
17822 since /bin/gcc is too feeble to compile a modern gcc.
17823
17824 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
17825
17826 * brought devo/test-build.mk update-to-date with progressive/
17827 test-build.mk. Add lynx targets and hppa flag info.
17828
17829 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17830
17831 * configure.in: Use mh-ncrsvr43. Patch from
17832 Tom McConnell <tmcconne@sedona.intel.com>.
17833
17834 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
17835
17836 * config.guess (i386-unknown-bsdi): No longer need to
17837 check #if defined(__bsdi__) && defined(__i386__).
17838
17839 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17840
17841 * configure: Set program_transform_nameoption correctly.
17842
17843 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
17844
17845 * brought build-all.mk update-to-date with progressive build-all.mk,
17846 added new targets and hppa info.
17847
17848 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17849
17850 * configure: If config.guess result is a prefix of the user
17851 specified target, assume a native build and use the user specified
17852 target as the host alias. Remove SunOS patch suffix removal hack.
17853 * configure.in: Remove SunOS patch suffix removal hack.
17854
17855 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
17856 in NATIVE_CHECK_MODULES.
17857
17858 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
17859
17860 * Makefile.in: Rename HOST_ONLY to NATIVE.
17861 * configure: Delete SunOs patch suffix from host_canonical
17862 and build_canonical variables that are prepended to Makefiles.
17863 * configure.in: Add comments for easier maintenance.
17864
17865 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17866
17867 * Makefile.in: Add all-libproc target similar to all-gui.
17868
17869 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
17870
17871 * Makefile.in (CHECK_MODULES): split into
17872 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
17873
17874 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
17875
17876 * config.guess (i386-unknown-bsdi): New system to guess.
17877
17878 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17879
17880 * Makefile.in: Add all-gui target (but not yet build by "all").
17881
17882 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
17883
17884 * config.sub: Move deletion of patch suffix from here...
17885 * configure.in: To here, at Ian's suggestion. The top-
17886 level scripts might need to know of a patch level.
17887
17888 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
17889
17890 * config.sub: Strip off patch suffix so rtl is recognized
17891 as a sunos4.1.3 machine, even though it's been patched.
17892
17893 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
17894
17895 * Makefile.in (INSTALL_LAST): Delete.
17896 (INSTALL_DOSREL): New.
17897
17898 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17899
17900 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
17901 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
17902 whether we pass down --with-gnu-ld anyhow.
17903
17904 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
17905
17906 * Makefile.in (INSTALL_LAST): Change operation so it works
17907 on more flavors of make.
17908 * configure.in (go32): Don't build libg++ or libio.
17909
17910 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
17911
17912 * Makefile.in (Move HOST_PREFIX_1 and friends up so
17913 they can be overriden by templates.
17914
17915 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
17916
17917 * configure.in (target==go32): Don't build gdb.
17918 * dosrel: New directory.
17919
17920 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
17921
17922 * configure.in (host==go32): Configure dosrel too.
17923 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
17924 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
17925 be set by incoming names or templates.
17926 (INSTALL_LAST): New rule.
17927
17928 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
17929
17930 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
17931
17932 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17933
17934 * configure.in (appdirs): New variable. Currently empty, but will
17935 be used in gas distribution. If nonempty, lists a set of
17936 directories at least one of which must get configured, or top
17937 level configuration is considered to have failed.
17938 (rs6000-*-lynxos*): Use new file name.
17939
17940 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17941
17942 Eliminate XTRAFLAGS.
17943 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
17944 newlib include files using -idirafter, and also use -nostdinc.
17945 (CXX_FOR_TARGET): Likewise.
17946 (XTRAFLAGS): Removed.
17947 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
17948 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
17949 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
17950 ($(DO_X)): Don't pass down XTRAFLAGS.
17951
17952 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17953
17954 * configure.in (mips*-dec-bsd*): New target; do build linker.
17955 (mips*-*-bsd*): New target; don't build linker.
17956
17957 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17958
17959 * configure.in: support rs6000-*-lynxos* configuration.
17960 support sunos4 as a cross target.
17961
17962 * config.sub: look for lynx*, not lynx since the OS version may
17963 legitimately be part of the name.
17964
17965 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17966
17967 * configure.in (i[34]86-*-sco*): Move to be with other i386
17968 targets.
17969 (romp-*-*): New target. Skip various binary utilities.
17970 (vax-*-*): New target. Don't build newlib.
17971 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
17972
17973 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17974
17975 * configure.in: Only set host_makefile_frag if config
17976 directory exists.
17977
17978 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17979
17980 * install.sh: If $dstdir exists, don't check whether each
17981 component does.
17982
17983 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17984
17985 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
17986
17987 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
17988
17989 * configure.in (*-*-lynxos*): Don't configure newlib for either
17990 native or cross Lynx.
17991
17992 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
17993
17994 * config.sub (sparc64-elf): Fix os.
17995 (z8k): Remove duplicate.
17996
17997 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17998
17999 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
18000 gcc/stmp-fixproto, to try to prevent fixproto from being run.
18001
18002 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
18003
18004 * configure: Make file links cleanly even if Lynx fails on
18005 an NFS symlink (at least fail cleanly).
18006
18007 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
18008
18009 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
18010 -XNh2000.
18011
18012 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18013
18014 * configure: Unknown options are fatal again.
18015
18016 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
18017
18018 * configure: Ignore --x-includes and --x-libraries, for Autoconf
18019 compatibility.
18020
18021 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
18022
18023 * build-all.mk: Add `clean' target.
18024
18025 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18026
18027 * config.guess: Add SINIX support.
18028 * configure.in: Add mips-*-sysv4* support.
18029
18030 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
18031
18032 * build-all.mk: Document all useful targets.
18033 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
18034 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
18035
18036 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18037
18038 * configure: Support --silent, --quiet.
18039
18040 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18041
18042 * configure: Support --disable-FEATURE.
18043
18044 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18045
18046 * config.guess: Recognize NCR running SVR4.3.
18047
18048 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
18049
18050 * config.guess: Make BSDI generate i386-unknown-bsd386.
18051 Patch from Paul Eggert <eggert@twinsun.com>.
18052
18053 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18054
18055 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
18056
18057 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18058
18059 * configure: Make unrecognized options give nonfatal warnings
18060 instead of fatal errors, and pass them to any subdirectory
18061 configures in case they recognize them.
18062 Make --x equivalent to --with-x.
18063
18064 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18065
18066 * configure: Add --enable-* options. Clean up usage message and
18067 some comments.
18068
18069 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
18070
18071 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
18072
18073 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18074
18075 * configure.in (hppa*-*-*): Enable binutils.
18076
18077 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18078
18079 * config.sub: Recognize cisco.
18080
18081 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
18082
18083 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
18084
18085 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18086
18087 * config.guess: about target *-hitachi-hiuxwe2, don't print more
18088 than one configuration name. Add comment.
18089
18090 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
18091
18092 * config.guess: about target *-hitachi-hiuxwe2, fixed
18093 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
18094 macro is incorrect.]
18095
18096 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18097
18098 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
18099 than the "make ls" stuff which used to be here.
18100
18101 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
18102
18103 * config.guess: Recognize i[34]86-unknown-freebsd.
18104 From Shawn M Carey <smcarey@rodan.syr.edu>.
18105
18106 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
18107
18108 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
18109
18110 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
18111
18112 * config.guess: Check for ptx.
18113
18114 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
18115
18116 * config.sub: Add os9k checking.
18117
18118 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18119
18120 * config.guess: Handle OSF1 running on HPPA processors
18121
18122 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
18123
18124 * configure: If subdir configure fails, print out a message with
18125 subdirectory name, in case subdir's configure code didn't identify
18126 itself.
18127
18128 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
18129
18130 * configure.in: Remove embedded newlines from configdirs.
18131 Avoid mismatches of substrings. Fix matching strings at end
18132 of configdirs.
18133
18134 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
18135
18136 * config.guess: Add Lynx/rs6000 config support.
18137
18138 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
18139
18140 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
18141
18142 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
18143
18144 * configure.in (hppa*-*-osf*): Treat this just like most other
18145 PA configurations (eg no binutils or ld).
18146 (hppa*-*-*elf*): These configurations have binutils and ld.
18147
18148 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18149
18150 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
18151
18152 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18153
18154 * configure.in (rs6000-*-*): Build gas.
18155
18156 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18157
18158 * Makefile.in: Avoid bug in losing hpux sed.
18159
18160 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18161
18162 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
18163 for GDB and GDB has been fixed to not need it.
18164
18165 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
18166
18167 * config.guess: Recognize vax hosts.
18168
18169 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
18170
18171 * configure (while loop): Don't use "break 2" inside case
18172 statement -- the case statement isn't an enclosing loop.
18173
18174 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
18175
18176 * config.guess: Clean up NeXT support, to allow nextstep
18177 on Intel machines. Make OS be nextstep.
18178
18179 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
18180
18181 * config.guess: Add alternate forms for Convex.
18182
18183 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
18184
18185 * configure: Completely rewrite option processing. Take
18186 advantage of pattern-matching to avoid invoking test frequently.
18187 Also clean up host and target defaulting logic.
18188
18189 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
18190
18191 * Makefile.in: Replace all occurrances of "rootme" with "r" and
18192 "$${rootme}" with "$$r", to increase the likelihood that the do-*
18193 commands (plus user environment) will fit SCO limits.
18194
18195 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18196
18197 * configure.in: Don't issue warnings about directories which are
18198 not being configured if -norecursion is set. Correct test for
18199 --with-gnu-as and --with-gnu-ld to not get confused by substring
18200 matches.
18201
18202 * configure.in: Don't build gas for alpha-dec-osf1*.
18203
18204 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
18205
18206 * configure: Back out Per's change of 12/19/1993. It changes the
18207 behavior of configure in unexpected and confusing ways.
18208
18209 Also, use different delim char when calculating
18210 program_transform_name so that the name can contain slashes.
18211
18212 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
18213
18214 * configure.in, config.sub: Add support for VSTa micro-kernel.
18215
18216 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
18217
18218 * configure.in: Nuke hacks which were used to get a special
18219 version of GAS for HPPA configurations.
18220
18221 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
18222
18223 * configure: If only ${target_alias} is given, use that
18224 as the default for ${host_alias}.
18225 * configure: Add missing back-slashes before nested quotes.
18226
18227 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
18228
18229 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
18230
18231 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
18232
18233 * config.guess: Recognize some Tektronix configurations.
18234 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
18235
18236 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18237
18238 * config.sub: Match any flavor of SH.
18239
18240 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
18241
18242 * configure.in: Don't try to configure newlib for Alpha.
18243
18244 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18245
18246 * configure.in: Don't build ld for Irix 5. Don't build gas,
18247 libg++ or libio for any Alpha target.
18248
18249 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
18250
18251 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
18252
18253 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
18254 default arguments -- so it tried to compress itself.
18255
18256 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
18257
18258 * configure.in (notsupp): ensure that a space is always at the end
18259 of the configdirs list, since the grep checks for an explicit space
18260
18261 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18262
18263 * configure.in (target i386-sysv4.2): don't build ld, since static
18264 versions of many libraries are not available.
18265
18266 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18267
18268 * config.guess: Recognize Apollos (using environment variables).
18269 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
18270
18271 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18272
18273 * config.guess: Recognize Sony news mips running newsos.
18274
18275 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
18276
18277 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
18278 "fi ; else" for bash.
18279
18280 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
18281
18282 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
18283
18284 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
18285
18286 * config.sub: accept unixware as an alias for svr4.2.
18287 Fix some inconsistancies with the gcc version.
18288
18289 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18290
18291 * Makefile.in (DISTDOCDIRS): Add gdb.
18292
18293 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
18294
18295 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
18296
18297 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
18298
18299 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
18300 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
18301 this now.
18302
18303 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18304
18305 * config.sub: Accept hiux* as an OS name.
18306
18307 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
18308 etc/make-stds.texi. The underscore came from gcc, and dje now
18309 agrees that RUNTESTFLAGS is the correct name.
18310
18311 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
18312
18313 * install.sh: Remove 'set -e'. It makes any conditionals
18314 in the script useless.
18315
18316 * config.guess: Automatically recognize arm-acorn-riscix
18317 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
18318
18319 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
18320
18321 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
18322
18323 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
18324
18325 * Makefile.in (DISTDOCDIRS): New variable.
18326 (taz): Edit local Makefile.in sooner, instead of proto-toplev
18327 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
18328
18329 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18330
18331 * configure.in (hppa target): check the source directory for the
18332 pagas sub-directory
18333
18334 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
18335
18336 * config.sub: Allow -aout* and -elf*.
18337
18338 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
18339
18340 * configure.in: Don't build ld on i386-solaris2, same as for
18341 sparc-solaris2.
18342
18343 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
18344
18345 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
18346
18347 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18348
18349 * configure.in: Configure gdb for alpha.
18350
18351 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18352
18353 * Makefile.in (CXXFLAGS): Add -O.
18354
18355 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18356
18357 * config.guess: added support for DG Aviion
18358
18359 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
18360
18361 * configure.in: Produce warning message for subdirectories not
18362 configurable for this host/target combination. Don't try to
18363 configure gdb for vms.
18364
18365 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
18366
18367 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
18368 appropriate files before making "diststuff".
18369 (DISTBISONFILES): New var: list of files to be edited.
18370 (DISTSTUFFDIRS): Add binutils.
18371
18372 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18373
18374 * config.sub: also handle mipsel and mips64el (for little endian mips)
18375
18376 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18377
18378 * configure.in: Add * to end of all OS names.
18379
18380 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
18381
18382 * configure.in: Build newlib for LynxOS native.
18383
18384 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18385
18386 * config.guess: Add support for delta 88k running SVR3.
18387
18388 * configure.in: Add comment about HP compiler vs. emacs.
18389
18390 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18391
18392 * configure.in: don't build ld on solaris2 (not a viable option
18393 due to bugs in getpwnam & getpwuid)
18394
18395 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
18396
18397 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
18398 config.guess will produce a full version number.
18399
18400 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18401
18402 * configure.in: Build linker and binutils for alpha-dec-osf1.
18403
18404 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18405
18406 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
18407 and gdb/testsuite/Makefile.in.
18408
18409 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18410
18411 * configure.in: recognize mips*- instead of mips-
18412
18413 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
18414
18415 * config.sub: Accept linux*coff and linux*elf as operating
18416 systems.
18417
18418 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18419
18420 * config.sub: Recognize mips64, and mips3 as an alias for it.
18421
18422 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18423
18424 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
18425 gdb knows how to handle OSF/1 shared libraries.
18426
18427 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18428
18429 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
18430 * config.guess: Recognize Hitachi's HIUX.
18431 * config.sub: Recognize h3050r* and hppahitachi.
18432 Remove redundant cases for hp9k[23]*.
18433
18434 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18435
18436 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
18437 if gas and ld are in the source tree and are in ${configdirs}.
18438 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
18439 --with options (but still pass them down on the command line,
18440 if they were explicitly specified).
18441
18442 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18443
18444 * configure: substitute SHELL value in Makefile.in with
18445 ${CONFIG_SHELL}
18446
18447 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18448
18449 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
18450 *-*-solaris2* targets.
18451
18452 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18453
18454 * Makefile.in: define M4, and pass it down to sub-makes;
18455 all-autoconf now depends on all-m4
18456
18457 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18458
18459 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
18460 presence of {ar,ranlib} instead of a configured directory
18461
18462 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
18463
18464 * config.guess: Accept 34?? as well as 33?? for NCR.
18465
18466 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18467
18468 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
18469 of 'gas' in sed commands, since 'gash' is now in the tree as well.
18470
18471 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18472
18473 * configure: grab values for $(CC) and $(CXX) from the
18474 environment, so that someone can do "CC=gcc configure; make" and
18475 have it work right (matching the way that autoconf works now)
18476
18477 * configure.in, Makefile.in: add support for gash, the tcl
18478 interface to Galaxy
18479
18480 * config.guess: add NetBSD variants (hp300, x86)
18481
18482 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
18483
18484 * install.sh: Support -d option (in the manner of SunOS 4 install,
18485 as it is more deterministic than that of GNU install)
18486 (chmodcmd): Set file to mode 755 by default (should also do default
18487 chgrp and chown, but I don't feel like dealing with that now)
18488
18489 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
18490
18491 * config.sub: Remove h8300hhms alias.
18492
18493 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18494
18495 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
18496
18497 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18498
18499 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
18500 as stmp-fixinc
18501
18502 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
18503
18504 * config.sub: recognize m88110-bug-coff.
18505
18506 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18507
18508 * Makefile.in (all-libio): all dependencies on the toolchain used
18509 to build this (gcc, gas, ld, etc)
18510
18511 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18512
18513 * config.guess: Deal with OSF/1 1.3 on alpha.
18514
18515 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18516
18517 * install.sh: add some 'else true' clauses for portability
18518
18519 * configure.in: don't build libio for h8[35]00-*-* targets
18520
18521 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
18522
18523 * Makefile.in: Add support for new libio.
18524
18525 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18526
18527 * install.sh: If one command fails, don't try the rest. Don't try
18528 to remove $dsttmp (via trap) unless we have already created it.
18529 If $src doesn't exist, detect it and exit with an error.
18530
18531 * config.guess: Recognize BSD on hp300.
18532
18533 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
18534
18535 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
18536 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
18537
18538 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
18539
18540 * Makefile.in (all-send-pr): depends on all-prms
18541
18542 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18543
18544 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
18545
18546 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18547
18548 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
18549 Added test for mips-mips-riscos5.
18550
18551 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18552
18553 * configure.in: use mh-hp300 for 68k HP hosts
18554
18555 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18556
18557 * configure: add support for CONFIG_SHELL, so that you can use
18558 some alternate shell for evaluating configure scripts
18559
18560 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
18561
18562 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
18563 in configure script to bug-gdb@prep.ai.mit.edu when building
18564 distribution archive.
18565 * Makefile.in (COMPRESS): Remove def.
18566 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
18567 gdb.tar.Z and make-gdb.tar.Z respectively.
18568 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
18569 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
18570 to convergence with 'taz' target in Makefile.in.
18571
18572 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18573
18574 * install.sh (dsttmp): use trap to ensure that tmp files go
18575 away on error conditions
18576
18577 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18578
18579 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
18580
18581 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18582
18583 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
18584 its parent is '/' not ''.
18585
18586 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
18587
18588 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
18589
18590 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
18591 that ${newsrcdir}/configure.in does.
18592
18593 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18594
18595 * test-build.mk: support for CONFIG_SHELL
18596
18597 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
18598
18599 * config.sub (netware): Add as a basic system type.
18600
18601 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
18602
18603 * Makefile.in (Makefile): depend on configure.in. Also drop the
18604 $(srcdir)/ from the dependency on Makefile.in.
18605
18606 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
18607
18608 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
18609 (h8300hhms is temporary until multi-libraries are implemented).
18610 * configure.in: Handle h8300h too.
18611
18612 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18613
18614 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
18615
18616 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
18617
18618 * configure: Remove extraneous output when guessing host type.
18619 * config.guess: Remove extraneous output when guessing using C
18620 compiler rather than uname, or when guessing fails.
18621
18622 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
18623
18624 * Makefile.in: remove all.cross and install.cross targets
18625
18626 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
18627 definitions
18628
18629 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
18630
18631 * configure.in (target sh): Build gprof.
18632
18633 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18634
18635 * config.sub: change -solaris to -solaris2
18636
18637 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18638
18639 * configure.in: Use config/mh-riscos for mips-*-sysv*.
18640
18641 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
18642
18643 * configure: Correct error message for missing Makefile.in to
18644 print correct directory.
18645
18646 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18647
18648 * install.sh: kludge around 386BSD shell bug
18649
18650 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
18651
18652 * config.guess: Recognize NeXT.
18653 * config.guess: Recognize i486-ncr-sysv4.
18654 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
18655
18656 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
18657
18658 * Makefile.in (MAKEINFOFLAGS): New variable.
18659 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
18660 * build-all.mk, test-build.mk: Pass down --no-split as
18661 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
18662
18663 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
18664
18665 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
18666
18667 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
18668
18669 * Makefile.in (libg++.tar.z): New rule.
18670 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
18671 * Makefile.in (taz): Only do a single chmod.
18672
18673 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
18674
18675 * install.sh: don't use dirname anymore (replaced with sed usage)
18676
18677 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
18678
18679 * Makefile.in: Change extension for gzip'd files from '.z' to
18680 '.gz' per new FSF standard usage.
18681
18682 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
18683
18684 * configure: put quotes around the final value of program_transform_name
18685
18686 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18687
18688 * Makefile.in: new install.sh support; update install-info rules
18689
18690 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
18691
18692 * configure.in: Build diff for crosses, but not for go32 host.
18693
18694 * configure.in: Build gprof only for native, and don't build it
18695 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
18696
18697 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
18698
18699 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
18700
18701 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18702
18703 * configure.in (host_tools): Add prms.
18704
18705 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18706
18707 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
18708 with $(FLAGS_TO_PASS) on the command line
18709
18710 * config.sub: Recognize lynx and lynxos
18711
18712 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
18713
18714 * config.sub: Accept -ecoff*, not just -ecoff.
18715
18716 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18717
18718 * Makefile.in (taz): Use .gz suffix instead of .z.
18719 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
18720 names.
18721
18722 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18723
18724 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
18725
18726 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18727
18728 * Makefile.in (install-no-fixedincludes): install gcc last, so
18729 that rebuilds that might happen during 'make install' don't get
18730 bogus gcc include files
18731
18732 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18733
18734 Change from Utah for HPPA support:
18735 * config.guess: Recognize hppa1.x-hp-bsd.
18736
18737 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
18738
18739 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
18740 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
18741
18742 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
18743
18744 * config.sub: Add support for rom68k and bug boot monitors.
18745
18746 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
18747
18748 * Makefile.in: Make all-opcodes depend on all-bfd.
18749
18750 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
18751
18752 * config.guess: Added special check for i[34]86-univel-sysv4*.
18753
18754 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
18755
18756 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
18757 the processor rather than assuming i486.
18758
18759 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18760
18761 * config.guess: Recognize SunOS6 as Solaris3.
18762
18763 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
18764
18765 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
18766 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
18767
18768 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
18769
18770 * build-all.mk (all-cross): New target for Canadian Cross.
18771 Added Q2 go32 targets.
18772 * test-build.mk: Configure go32 cross sparclite-aout and
18773 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
18774 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
18775
18776 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18777
18778 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
18779 GO32 hosted toolchains
18780
18781 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
18782
18783 * configure: change so "-exec-prefix" gets passed down rather
18784 than "-exec_prefix" so autoconf generated Makefiles get the
18785 exec_prefix set right.
18786
18787 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18788
18789 * config.guess: get the Solaris2 minor version number
18790
18791 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
18792
18793 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18794
18795 * config.guess: Recognize some Sequent platforms.
18796
18797 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18798
18799 * Makefile.in: added the vault-install target
18800
18801 * configure.in: actually use the Sun3 makefile fragment that's in
18802 config, also added the release dir to configdirs
18803
18804 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18805
18806 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
18807
18808 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18809
18810 * configure.in: remove some program from Alpha targetted toolchains
18811
18812 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
18813
18814 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
18815 gprof.
18816 (taz): Run "make diststuff" in those directories instead of "make
18817 proto-dir". Look for "VERSION=" only at start of line in subdir
18818 Makefile. Use "gzip -9" for compression.
18819 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
18820 (binutils.tar.z): New target.
18821
18822 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18823
18824 * Makefile.in (taz): Include gpl.texinfo.
18825
18826 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18827
18828 * Makefile.in (setup-dirs): Merged into "taz" target.
18829 (taz): Only do `proto-dir' stuff if a directory is actually needed
18830 for this target.
18831
18832 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
18833
18834 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
18835 (FLAGS_TO_PASS): Pass down MUNCH_NM.
18836 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
18837 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
18838 (gcc-no-fixedincludes): Correct for current gcc Makefile.
18839
18840 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
18841
18842 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
18843 config.sub, and move-if-change to gdb testsuite distribution
18844 archive, so the testsuite can be extracted, configured, and
18845 run separately from the gdb distribution. Blow away the Chill
18846 tests that require a Chill compiled executable, since GNU Chill
18847 is not yet publically available.
18848
18849 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18850
18851 * test-build.mk: set environment variables in a single command,
18852 instead of a list of assignments and exports
18853
18854 * config.guess: recognize Alpha/OSF1 systems
18855
18856 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18857
18858 * configure: Change help message to prefer --options rather than
18859 -options.
18860
18861 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18862
18863 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
18864 zippy@ecst.csuchico.edu.
18865 * config.guess: Recognize miniframe.
18866
18867 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
18868
18869 * Makefile.in: Use srcroot to find runtest rather than rootme.
18870 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
18871
18872 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
18873
18874 * test-build.mk: Extensive additions to support building on a
18875 machine other than the host.
18876
18877 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18878
18879 * configure (tooldir): Fix for i386-aix again.
18880
18881 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
18882
18883 * configure, Makefile.in: Change definition of $(tooldir)
18884 to match the FSF.
18885
18886 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
18887
18888 * config.guess: Recognize i[34]86/SVR4.
18889
18890 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18891
18892 * Makefile.in (all-gdb): gdb depends on sim.
18893
18894 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
18895
18896 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
18897 at the same time we make the prototype gdb directory.
18898 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
18899 files at the same time as the gdb base release distribution.
18900
18901 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
18902
18903 * Makefile.in (check): Use individual check targets rather than
18904 DO_X rule.
18905 (check-gcc): Added.
18906
18907 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
18908
18909 * config.sub: Use sysv3.2 not sysv32 for canonical OS
18910 for System V release 3.2.
18911
18912 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18913
18914 * config.sub: Recognize hppaosf.
18915 * configure.in: Do configure ld/binutils/gas for it.
18916
18917 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18918
18919 * configure (tooldir): Alter syntax used to set this, for systems
18920 where "\$" isn't handled right, like i386-aix.
18921
18922 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
18923
18924 * configure: Pass program-transform-name, not
18925 program_transform_name, to recursive configures.
18926
18927 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
18928
18929 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
18930 of gas+ld+binutils.
18931
18932 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
18933
18934 * config.guess: Recognize AIX3.2 as distinct from 3.1.
18935
18936 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18937
18938 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
18939
18940 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18941
18942 * Makefile.in (PRMS): Set back to all-prms.
18943
18944 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
18945
18946 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
18947 targets, rather than for MIPS hosts.
18948
18949 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18950
18951 * configure.in: add comment for --with-x default values
18952
18953 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
18954
18955 * Makefile.in: add check-* targets for each of the directories in
18956 the tree. Add a definition of RUNTEST that will use the one we
18957 just built, if it exists. Pass this down via FLAGS_TO_PASS.
18958
18959 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
18960
18961 * configure.in: Removed obsolete references to bfd_target and
18962 target_makefile_frag.
18963
18964 * build-all.mk: Set assorted targets for Q2.
18965 * config.sub: Recognize z8k-sim and h8300-hms.
18966 * test-build.mk: Really don't pass host to configure.
18967 (HOLES): Added uname.
18968
18969 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
18970
18971 * configure: Handle an empty program-prefix, program-suffix or
18972 program-transform-name correctly.
18973
18974 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
18975
18976 * build-all.mk: -G 8 no longer required for MIPS targets.
18977 * test-build.mk: Don't pass host argument to configure; make it
18978 guess.
18979
18980 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
18981
18982 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
18983 * Makefile.in (COMPRESS): New macro, like GZIP.
18984
18985 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
18986
18987 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
18988
18989 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
18990 with gas currently defaults to -G 0.
18991
18992 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
18993
18994 * Makefile.in (all-flex): flex depends on byacc.
18995
18996 * build-all.mk: If host not specified, use config.guess. Pass TAG
18997 to test-build.mk as RELEASE_TAG.
18998 * test-build.mk (configargs): New variable containing arguments to
18999 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
19000 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
19001
19002 * config.guess: Use /bin/uname when checking -X argument on SCO,
19003 to avoid invoking GNU uname which doesn't understand -X.
19004
19005 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
19006
19007 * configure.in: Build gas for mips-*-*.
19008
19009 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19010
19011 * Makefile.in (all.normal): insert missing backslash.
19012
19013 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
19014
19015 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
19016
19017 * Makefile.in: Complete overhaul to merge many almost identical
19018 targets.
19019
19020 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19021
19022 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
19023 (gdb.tar.Z): Adjusted.
19024
19025 * Makefile.in (setup-dirs, taz): New targets; should be general
19026 enough to adapt for gdb sometime. Build only .z file.
19027 (gas.tar.z): New target.
19028
19029 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
19030
19031 * build-all.mk: Use CC=cc -Xs on Solaris.
19032
19033 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
19034
19035 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
19036 for handling BISON for FSF releases.
19037
19038 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19039
19040 * configure: Actually implement the change zoo just documented.
19041
19042 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
19043
19044 * configure: when using config.guess, only set target_alias when
19045 it's not already been set (ie, on the command line)
19046
19047 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19048
19049 * Makefile.in: add installcheck target, set PRMS to install-prms
19050
19051 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19052
19053 * configure: add support for package_makefile_fragment, handle the
19054 case where a directory has a configure.in file but no Makefile.in
19055 more gracefully (with an actual understandable error message, even);
19056 add support for --without (and add this to the usage message); also
19057 explicitly add a --host=${host_alias} to the command line when
19058 config.guess is used
19059
19060 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
19061
19062 * configure: Must use both --host and --target in recursive calls.
19063
19064 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
19065
19066 * Makefile.in: Change deja-gnu to dejagnu.
19067
19068 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
19069
19070 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
19071
19072 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19073
19074 * configure.in: canonicalize all instances to *-*-solaris2*,
19075 also strip out a number of tools to not build for go32 host
19076
19077 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19078
19079 * config.guess: add GPL.
19080
19081 * Makefile.in, config.guess, config.sub, configure: bump
19082 copyrights to 93.
19083
19084 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
19085
19086 * Makefile.in (do-info): Removed obsolete check for existence of
19087 localenv file.
19088
19089 * Makefile.in (MAKEOVERRIDES): Define to be empty.
19090
19091 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19092
19093 * Makefile.in: a couple of 'else true' for decstation,
19094 support for TclX
19095
19096 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
19097
19098 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
19099
19100 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
19101
19102 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
19103
19104 * config.guess: Recognize i386-ibm-aix (PS/2).
19105 * configure.in: Use config/mh-aix386 file for it.
19106
19107 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
19108
19109 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
19110 CC_FOR_TARGET instead.
19111 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
19112
19113 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
19114
19115 * Makefile.in: Add sim to list of directories sent with gdb
19116
19117 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
19118
19119 * configure.in: Put back mips-dec-bsd* case.
19120
19121 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
19122
19123 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
19124 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
19125 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
19126
19127 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19128
19129 * configure.in: remove no-op mips-dec-bsd* in "case $target"
19130
19131 * Makefile.in (dir.info): only run gen-info-dir if it exists,
19132 (install-info): install dir.info only if it exists,
19133 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
19134
19135 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
19136
19137 * configure.in: For vms target, skip bfd, ld, binutils. Do build
19138 gas for mips-dec-bsd.
19139
19140 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
19141
19142 * configure (makesrcdir): If ${srcdir} is relative and not ".",
19143 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
19144
19145 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
19146
19147 * configure.in: Added "dejagnu" to hosttools list.
19148
19149 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
19150
19151 * config.sub, configure.in, config.guess: Add support
19152 for Bosx, an AIX variant from Bull.
19153 Patches from F.Pierresteguy@frcl.bull.fr.
19154
19155 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
19156
19157 * devo/dejagnu: Initial creation of devo/dejagnu.
19158 Migrated dejagnu testcases and support files for testing software
19159 tools to reside as subdirectories, currently called "testsuite",
19160 within the directory of the software tool. Migrated all programs,
19161 support libraries, etc. beloging to dejagnu proper from
19162 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
19163 with no modifications. The changes to these files which will
19164 allow them to configure, build, and execute properly will be made
19165 in a future update.
19166
19167 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
19168
19169 * Makefile.in: Change send_pr to send-pr.
19170 * configure.in: Likewise.
19171 * send_pr: Renamed directory to send-pr.
19172
19173 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
19174
19175 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
19176
19177 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
19178
19179 * README: Update for gdb-4.8 release.
19180 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
19181 gdb-xxx.tar.z (gzip'd) file also.
19182
19183 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19184
19185 * Makefile.in: make all-diff depend on all-libiberty
19186
19187 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
19188
19189 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
19190
19191 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19192
19193 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
19194
19195 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
19196
19197 * Makefile.in (DEVO_SUPPORT): Remove etc directory
19198 (ETC_SUPPORT): Only add the files GDB wants from etc/.
19199 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
19200
19201 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19202
19203 * Makefile.in: makeinfo binary is in a new location
19204
19205 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
19206
19207 * config.sub: Accept -ecoff as an OS.
19208
19209 * Makefile.in: Various changes to eliminate a level of make
19210 recursion and reduce the required command line length.
19211 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
19212 sub-makes.
19213 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
19214 variables holding settings for specific sub-makes.
19215 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
19216 in terms of BASE_FLAGS_TO_PASS.
19217 (TARGET_LIBS): New variable listing directories which use
19218 TARGET_FLAGS_TO_PASS.
19219 (subdir_do): Eliminated.
19220 (do-*): New set of targets to replace subdir_do.
19221 (various): All targets which used subdir_do now depend on do-*.
19222 (local-clean): Renamed from do_clean.
19223 (local-distclean): New target, dependency of distclean and
19224 realclean.
19225 (install-info): Don't create directories. Depend on dir.info
19226 rather than calling make recursively.
19227 (install-dir.info): Eliminated.
19228 (install-info-dirs): Create all info directories here.
19229 (dir.info): Depend upon do-install-info.
19230
19231 * test-build.mk (HOLES): Added false.
19232
19233 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
19234
19235 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
19236
19237 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19238
19239 * Makefile.in (info): remove dependency on all-texinfo. The
19240 problem was really in texinfo/C, not at this level.
19241
19242 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
19243
19244 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
19245
19246 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
19247
19248 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
19249 GDB releases.
19250
19251 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19252
19253 * configure: Include srcdir in message about target of link not
19254 being found. Don't convert `-' to `_' in `with' options being
19255 passed to subdirs.
19256
19257 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19258
19259 * configure.in: add uudecode to host_tools
19260
19261 * Makefile.in: added {all,install}-uudecode targets, added them to
19262 the appropriate lists
19263
19264 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
19265
19266 * Makefile.in (all-gcc): Added dependency on all-gas.
19267
19268 * configure.in (mips-*-*): Build ld and binutils.
19269
19270 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19271
19272 * configure: check return code from mkdir, print error message and
19273 exit on failure.
19274
19275 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
19276
19277 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
19278
19279 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
19280
19281 * test-build.mk (HOLES): Added tar, cpio and uudecode.
19282
19283 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
19284
19285 * config.sub (h8500): Recognize this as a cpu type.
19286
19287 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19288
19289 * configure: source directory missing is no longer a warning
19290
19291 * configure.in: recognize irix[34]* instead of irix[34]
19292
19293 * Makefile.in: define and pass down X11_LIB
19294
19295 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
19296
19297 * guess-systype: Renamed to ...
19298 * config.guess: ... by popular request.
19299 * configure.in, Makefile.in: Update accordingly.
19300
19301 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
19302
19303 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
19304 + Add Convex, Cray/Unicos, and Encore/Multimax support.
19305 + Execute ./dummy instead of assuming . is in PATH.
19306
19307 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
19308
19309 * guess-systype: New shell script. Attempts to guess the
19310 canonical host name of the executing host.
19311 Only a few hosts are supported so far.
19312 * configure: Call guess-systype if no host is specified.
19313
19314 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
19315
19316 * Makefile.in (gcc-no-fixedincludes): Made to work with current
19317 gcc Makefile.
19318
19319 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
19320
19321 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
19322 (all-gcc, install-gcc, subdir_do): Use it.
19323
19324 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
19325
19326 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
19327
19328 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
19329
19330 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
19331 set exclusively by configure, using configure.in .
19332
19333 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19334
19335 * test-build.mk: set $PATH for all builds
19336
19337 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
19338
19339 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
19340
19341 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
19342 the one used in gcc/Makefile.in, so that a null expansion doesn't
19343 override the one needed to build gcc with a native cc.
19344
19345 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19346
19347 * configure: Accept -with arguments.
19348
19349 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
19350
19351 * Makefile.in: added h8300sim
19352
19353 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
19354
19355 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
19356 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
19357 (all-cygnus, native, build-cygnus): Make
19358 $(canonhost)-stamp-3stage-done, not $(host)....
19359 * test-build.mk (stamp-3stage-compared): Use tail +10c for
19360 i386-sco3.2v4. Added else true to if command.
19361
19362 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
19363
19364 * config.sub: (from FSF) Sequent uses a BSD-like OS.
19365
19366 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
19367
19368 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
19369
19370 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19371
19372 * configure.in: don't remove binutils from Solaris builds
19373
19374 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
19375
19376 * Makefile.in: get rid of earlier definitions for *clean,
19377 also handle the recursive info rule better
19378
19379 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
19380
19381 * Makefile.in (mostlyclean, distclean, realclean): Fix to
19382 do more-or-less the right thing.
19383
19384 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
19385
19386 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
19387 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
19388
19389 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19390
19391 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
19392 $(host_canonical).
19393
19394 * configure.in: split the configdirs list into 4 categories (native
19395 v. cross, library v. tool) and handle the cross-only and native-
19396 only in more reasonable (and correct!) way.
19397
19398 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
19399
19400 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
19401 configdirs anymore.
19402
19403 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19404
19405 * Makefile.in: extensive cleanup:: removed all of the explicit
19406 clean-* targets, collapsed many wrappers around subdir_do into
19407 one, added additional targets to satisfy standards.texi, deleted
19408 some old targets, some changes for consistency
19409
19410 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19411
19412 * configure.in: handle some programs as cross-only, and others as
19413 native only
19414
19415 * test-build.mk: handle partial holes in a more generic manner
19416
19417 * Makefile.in: m4 depends on libiberty
19418
19419 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19420
19421 * configure.in: add m4, textutils, fileutils, sed, shellutils,
19422 time, wdiff, and find to configdirs
19423
19424 * Makefile.in: all, clean, and install rules for the new programs
19425 added to configure.in
19426
19427 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19428
19429 * configure.in: use mh-sun for all *-sun-* hosts
19430
19431 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19432
19433 * Makefile.in: define flags for X11 include files and library file
19434 locations, pass them down to the programs that need this info
19435
19436 * build-all.mk: added a 'native' target, to 3stage the native toolchain
19437
19438 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19439
19440 * configure.in: start building libg++ for HP-UX targets
19441
19442 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
19443
19444 * README: Update references to files moved into etc/.
19445
19446 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
19447
19448 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
19449 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
19450
19451 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
19452
19453 * configure: accept dash as well as underscore in long option
19454 names for FSF compatibility.
19455
19456 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
19457
19458 * config.sub: added -sco3.2v4 support from FSF.
19459
19460 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19461
19462 * configure.in: expand the section that adds or removes
19463 directories from the list of programs to build, to handle native
19464 vs. cross in addition to host v. native
19465
19466 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
19467
19468 * Makefile.in: Replace C++ in macro names with CXX.
19469 This is less likely to break ...
19470
19471 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19472
19473 * test-build.mk: add -w to GNU_MAKE
19474
19475 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19476
19477 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
19478 add 'sparc' to list of recognized cpus. This needed to make
19479 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
19480 Delete some redundant ose68 variants. Recognize -wrs as an os,
19481 then changes that into $CPU-wrs-vxworks.
19482
19483 * configure.in: remove most references to gdbtest, regularize
19484 target based program removal
19485
19486 * test-build.mk: import from p3 tree (many fixes and changes)
19487
19488 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
19489
19490 * Makefile.in: added rules to handle tcl, tk, and expect
19491
19492 * configure.in: handle those directories if they exist
19493
19494 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19495
19496 * config.sub: removed bogus hppabsd and hppahpux names, since
19497 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
19498
19499 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19500
19501 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
19502 depends upon all-xiberty
19503
19504 * Makefile.in: changes from p3, including:
19505
19506 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
19507
19508 * Makefile.in (XTRAFLAGS): include newlib directories if
19509 newlib/Makefile exists, rather than if host != target.
19510
19511 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
19512
19513 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19514 from the same source tree and not building a cross-compiler. This
19515 matters for the libg++ configuration if reconfiguring a tree that
19516 has already been installed.
19517
19518 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
19519
19520 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19521 pick up the machine and system specific header files.
19522
19523 * Makefile.in: added AS_FOR_TARGET, passed down in
19524 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
19525 the C compiler to use to create programs which are run in the
19526 build environment, set it to default to $(CC), and passed it down
19527 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19528
19529 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
19530
19531 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
19532 We need them for unusual native builds, like systems without
19533 ranlib.
19534
19535 * configure: also define $(host_canonical) and
19536 $(target_canonical), which are the full, canonical names for the
19537 given host and target
19538
19539 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
19540
19541 * Makefile.in: Added separate definitions for C++.
19542
19543 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
19544
19545 * configure.in (configdirs): Add deja-gnu.
19546
19547 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
19548
19549 * README: Update for configure.texi and gdb-4.7 release.
19550
19551 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
19552
19553 * Makefile.in: Move "all" target to top of file.
19554 Previously, first target was ".PHONY" which caused BSD4.4 make
19555 to build .PHONY when make was run without arguments.
19556
19557 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
19558
19559 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
19560 Library-copylefted code in libiberty.
19561
19562 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
19563
19564 * config.sub: Replace m68kmote with plain old m68k.
19565
19566 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
19567
19568 * Makefile.in: Remove space from blank line, avoid Make complaints.
19569
19570 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
19571
19572 * config.sub: Complain if no argument is given. Added support for
19573 386bsd as OS and target alias.
19574
19575 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
19576
19577 * Makefile.in (XTRAFLAGS): include newlib directories if
19578 newlib/Makefile exists, rather than if host != target.
19579
19580 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
19581
19582 * config.sub: recognize sparclite-wrs-vxworks.
19583
19584 * Makefile.in (install-xiberty): added *-xiberty make rules (from
19585 p3.) Added clean-xiberty to clean.
19586
19587 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19588
19589 * configure.in: use *-*-* instead of nested cases for host and target
19590
19591 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
19592
19593 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19594 from the same source tree and not building a cross-compiler. This
19595 matters for the libg++ configuration if reconfiguring a tree that
19596 has already been installed.
19597
19598 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
19599
19600 * config.sub (i486v/i486v4): Merge in from FSF version.
19601
19602 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
19603
19604 * configure: only set PWD if it is already set.
19605
19606 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
19607
19608 * configure: just set PWD=`pwd` at the top, since Ultrix sh
19609 doesn't have unset and all success paths (and most error paths)
19610 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
19611 to just ${PWD} to avoid confusion.)
19612
19613 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
19614
19615 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
19616 even for a native compilation.
19617
19618 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
19619
19620 Changes to make the gdb.tar.Z rule work better.
19621
19622 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
19623 (DEVO_SUPPORT): Add configure.texi.
19624 (bfd-ilrt.tar.Z): Remove ancient rule.
19625
19626 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
19627
19628 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19629 pick up the machine and system specific header files.
19630
19631 * configure.in, config.sub: added new target m68010-adobe-scout,
19632 with alias of adobe68k. Changed configure.in to check for
19633 -scout before -sco* to avoid a false match.
19634
19635 * Makefile.in: added AS_FOR_TARGET, passed down in
19636 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
19637 the C compiler to use to create programs which are run in the
19638 build environment, set it to default to $(CC), and passed it down
19639 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19640
19641 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
19642
19643 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
19644 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
19645 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
19646 FOR_TARGET variants, to newlib and libg++.
19647
19648 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
19649
19650 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
19651 first.
19652
19653 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
19654
19655 * config.sub: Accept `elf' as an environment.
19656
19657 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19658
19659 * Makefile.in (all-opcodes): cd into the right directory
19660
19661 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
19662
19663 * configure: added -program_transform_name option, used as
19664 argument to sed when installing programs.
19665 configure.texi: added documentation for -program_prefix,
19666 -program_suffix and -program_transform_name.
19667
19668 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
19669
19670 * config.sub: Accept i486 where i386 ok.
19671
19672 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
19673
19674 * config.sub: accept we32k
19675
19676 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
19677
19678 * config.sub, configure.in: accept OSE68000 and OSE68k.
19679
19680 * Makefile.in: don't create all directories for ``make install'';
19681 let the subdirectories create the ones they need.
19682
19683 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19684
19685 * COPYING: new file, GPL v2
19686
19687 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19688
19689 * Makefile.in: use the new gen-info-dir, which needs a template
19690 argument (which also lives in texinfo)
19691
19692 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
19693
19694 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
19695
19696 * config.sub (ncr3000): Change i386 to i486.
19697
19698 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19699
19700 * Makefile.in: add install-rcs, install-grep to
19701 install-no-fixedincludes, removed install-bison and install-libgcc
19702
19703 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
19704
19705 * configure.in: grab the HPUX makefile fragment if on HPUX
19706
19707 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
19708
19709 * Makefile.in: eradicate bison spoor (ditto libgcc).
19710 configure.in: recognise m68{k,000}-ericsson-OSE.
19711 es1800 is alias for m68k-ericsson-OSE
19712
19713 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19714
19715 * configure.in: rearrange the parts that remove programs from
19716 configdirs, based now on HOST==TARGET or by canonical triple.
19717
19718 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19719
19720 * test-build.mk: recurse explicitly with -f test-build.mk when
19721 appropriate. predicate stage3 and comparison on the existence
19722 of gcc. That is, if gcc isn't around, we aren't three-staging.
19723 On very clean, also remove ...stamp-co. Build in-place before
19724 doing other builds.
19725
19726 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19727
19728 * Makefile.in, configure.in: add tgas
19729
19730 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19731
19732 * Makefile.in: a number of changes merged in from progressive.
19733
19734 * configure.in: add libm.
19735
19736 * .cvsignore: ignore some stuff that comes from test-build.mk.
19737
19738 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
19739
19740 * config.sub: Add es1800 (m68k-ericsson-es1800).
19741
19742 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
19743
19744 * configure: Add program_suffix (parallel to program_prefix)
19745 * Makefile.in: adjust directory-creating script for losing decstation
19746
19747 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
19748
19749 * configure: Minor $subdir-related fixes.
19750
19751 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19752
19753 * configure: fix various problems with propogating
19754 makefile_target_frag in subdirs.
19755 * configure.in: config libgcc if its there
19756
19757 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
19758
19759 * config.sub: HPPA merge.
19760
19761 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
19762
19763 * Makefile.in: Replace all-bison with all-byacc in all
19764 dependency lines for other tools (which now use byacc).
19765
19766 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
19767
19768 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
19769
19770 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
19771
19772 * Makefile.in: make gprof rules similar to byacc rules (instead of
19773 vestigal $(unsubdir) that didn't work...)
19774
19775 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
19776
19777 * config.sub: Add support for Linux.
19778 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
19779 (at least for libg++).
19780
19781 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
19782
19783 * configure.texi: fix doc for the -nfp option to configure
19784
19785 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
19786
19787 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
19788
19789 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
19790
19791 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
19792 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
19793 * configure.in: added solaris* host_makefile_frag hook.
19794
19795 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19796
19797 * config.sub: changed recognition of m68000 so that various
19798 m68k types can be specified via m680[01234]0
19799
19800 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19801
19802 * config.sub (basic_machine): fix sed so that '-foo' isn't
19803 completely substituted out while .+'-foo' loses the '-foo'
19804
19805 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
19806
19807 * config.sub ($os): Add -aout.
19808
19809 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
19810
19811 * configure: If host_makefile_frag is absolute, don't
19812 prefix ${invsubdir} (relevant to libg++ auto-configure).
19813
19814 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
19815
19816 * Makefile.in (tooldir): Define it.
19817 (all-ld): Depend on all-flex.
19818
19819 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
19820
19821 * Makefile.in (check): Fix libg++ special case.
19822
19823 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
19824
19825 * configure: do not bury `pwd` into config.status, thus do fewer
19826 pwd's.
19827
19828 * configure: print the "Building in" message only when building in
19829 other than "." AND verbose.
19830
19831 * configure: remove -s, rework -v to better accommodate guested
19832 configures.
19833
19834 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
19835
19836 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
19837
19838 * Makefile.in: macroize flags passed on recursion. remove
19839 fileutils.
19840
19841 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
19842
19843 * configure: get makesrcdir right for subdirs deeper than 1.
19844
19845 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
19846 install.
19847
19848 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
19849
19850 * Makefile.in: don't print subdir_do or recursion lines.
19851
19852 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
19853
19854 * standards.texi: added menu item.
19855
19856 * Makefile.in: build and install standards.info.
19857
19858 * standards.texi: new file.
19859
19860 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19861
19862 * configure: test for and move config.status pieces from
19863 ${subdir}/.
19864
19865 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
19866
19867 * configure: Test for existance of files before trying to mv
19868 them, to avoid numerous non-existance messages.
19869
19870 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
19871
19872 * configure: correct final line of config.status.
19873
19874 * configure: patch from eggert. Avoids a protection problem if
19875 the original Makefile.in is read only.
19876
19877 * configure: use move-if-change from gcc to create config.status.
19878 Some makefiles depend on config.status to tell if a directory
19879 has been reconfigured for a different host. This change
19880 prevents those directories from remaking everything in the case
19881 where the reconfig was only intended to rebuild a Makefile.
19882
19883 * configure: test for config.sub with "config.sub sun4" rather
19884 than "config.sub ${host_alias}". Otherwise we can't tell a bad
19885 host alias from a missing config.sub.
19886
19887 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19888
19889 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
19890 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
19891
19892 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
19893
19894 * configure: mkdir ${subdir} as needed.
19895
19896 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
19897
19898 * Makefile.in,configure.in: added autoconf.
19899
19900 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19901
19902 * Makefile.in: no longer pass against on recursion.
19903
19904 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
19905 definitions are not inherited.
19906
19907 * configure: correct makesrcdir when subdir is .
19908
19909 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
19910
19911 * configure: Add support for 'subdirs' variable, which is
19912 like 'configdirs', except that configure doesn't re-invoke
19913 itself for subdirs, it just creates a Makefile for each subdir.
19914 * configure.texi: Document subdirs.
19915
19916 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19917
19918 * configure.in: added flex to configdirs
19919
19920 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
19921
19922 * Makefile.in: remove clean-stamps from clean.
19923
19924 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
19925
19926 * configure.in: Add gdbtest to configdirs.
19927
19928 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
19929
19930 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
19931 to recursive makes.
19932 * configure.in: Recognize new ncr3000 config.
19933
19934 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
19935
19936 * Makefile.in, configure.in: removed references to gdbm.
19937
19938 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
19939
19940 * config.sub: Don't canonicalize os value
19941 newsos* to bsd (readline needs to check for newsos).
19942 (This fix was earlier made Jan 31, but got re-broken.)
19943
19944 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
19945
19946 * configure.in: sco is an os, not a vendor!
19947
19948 * configure: Quote $( better. Keep various shells happy.
19949
19950 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
19951
19952 * Makefile.in: eliminate stamp-files.
19953
19954 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
19955
19956 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
19957 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
19958
19959 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
19960
19961 * config.sub: fix iris/iris3.
19962
19963 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
19964
19965 * configure: re-add -rm.
19966
19967 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
19968
19969 * Maskefile.in: add .stmp-rcs to all.
19970
19971 * configure.in: remove gas from rs6000 build, use aix host fragment.
19972
19973 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
19974
19975 * configure: pass down site_option during recursion.
19976
19977 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
19978
19979 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
19980
19981 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
19982
19983 * configure: Change exec_prefix so that it really defaults to prefix.
19984
19985 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
19986
19987 * Makefile.in, configure.in: Add support for mmalloc library.
19988
19989 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
19990
19991 * Makefile.in: add stmp dependencies for a few more things.
19992
19993 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
19994
19995 * configure: adjusted error message on objdir/srcdir configure
19996 collision, per john's suggestion.
19997
19998 * Makefile.in: add libiberty stmp to all and all.cross.
19999
20000 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
20001
20002 * Makefile.in: remove force dependencies, add grep to all.
20003
20004 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
20005
20006 * Makefile.in: drop flex. make stamp files work.
20007
20008 * configure: added test for conflicting configuration in srcdir,
20009 remove trailing slashes from srcdir. Otherwise emacs gdb mode
20010 gets cranky. use relative paths for configure and srcdir
20011 whenever possible. Send some error messages to stderr that were
20012 going to stdout.
20013
20014 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
20015
20016 * Makefile.in: Fix libg++ rule to check for gcc directory
20017 before using gcc/gcc. Also pass XTRAFLAGS.
20018
20019 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
20020
20021 * Makefile.in: added stmp-files so that directories aren't polled
20022 when they are already built.
20023
20024 * configure.texi: fixed a node pointer problem.
20025
20026 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
20027
20028 * config.sub configure.in gdb/configure.in
20029 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
20030 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
20031 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
20032
20033 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20034
20035 * configure: -recurring becomes -silent. corrected help message
20036 for -site= option.
20037
20038 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
20039
20040 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20041
20042 * configure: when building Makefile for crosses, replace
20043 tooldir and program_prefix. default srcdir from location of
20044 config.sub. remove "for host in hosts" and "for target in
20045 targets" loops.
20046
20047 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20048
20049 * Makefile.in: Do not pass bindir or mandir to cvs.
20050
20051 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
20052
20053 * Makefile.in, configure.in: removed traces of namesubdir,
20054 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
20055 copyrights to '92, changed some from Cygnus to FSF.
20056
20057 * configure.texi: remove most references to multiple hosts,
20058 multiple targets, subdirs, etc.
20059
20060 * configure.man: removed rcsid. reference config.sub not
20061 config.subr.
20062
20063 * Makefile.in: mkdir $(infodir) on install-info.
20064
20065 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
20066
20067 * configure.texi: Explain better about .gdbinit and about
20068 the environment that configure.in sections run in.
20069
20070 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
20071
20072 * configure.in: Ultrix is only a decstation if it's a MIPS.
20073
20074 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
20075
20076 * README: DOC.configure => cfg-paper.texi.
20077
20078 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
20079
20080 * config.sub (near case $os): Don't convert newsos* to bsd!
20081
20082 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
20083
20084 * Makefile.in: Reinstall change from gdb-4.3 that reduces
20085 the number of copies of COPYING that go into the GDB tar file.
20086
20087 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
20088
20089 * bfd/configure.in, gdb/config/mh-i386sco,
20090 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
20091 Fix SCO configuration stuff.
20092
20093 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
20094
20095 * Makefile.in: For libg++, make sure the -I pointing
20096 to the gcc directory goes *after* all the libg++-local -I flags.
20097 Also, move just-gcc dependency from just-libg++ to all-libg++.
20098
20099 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
20100
20101 * configure: Change -x to -f to keep Ultrix /bin/test happy.
20102
20103 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
20104
20105 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
20106
20107 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
20108
20109 * config.sub: Add stratus configuration frags. Also
20110 submitted to FSF.
20111
20112 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
20113
20114 * Makefile.in (DEV_SUPPORT): add configure.man.
20115
20116 * config.sub(Decode manufacturer-specific): add -none*.
20117
20118 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
20119
20120 * Makefile.in: remove form feeds to make Sun's make happy.
20121 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
20122
20123 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
20124
20125 * Makefile.in (AR_FLAGS): Make quieter.
20126
20127 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
20128
20129 * configure.in: Add libg++.
20130 * configure: When verbose, don't output the command line at each
20131 level; it will be unremarkably the same as the previous version,
20132 which will be the same as what the user typed.
20133
20134 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
20135
20136 * configure.in, Makefile.in: fix clean-info, add flex. add
20137 fileutils.
20138
20139 * configure: be less sensitive to spaces in Makefile.in. Do not
20140 look for sources in "..". Doing so breaks subdirectories that
20141 might have their own configure. If a subdir has it's own
20142 configure script, use it.
20143
20144 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
20145
20146 * cfg-paper.texi: some changes suggested by rms.
20147
20148 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
20149
20150 * config.sub: Merge in some small additions from the FSF version,
20151 taken from the gcc distribution, to bring the Cygnus and FSF
20152 versions into closer sync.
20153
20154 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
20155
20156 * configure.in: Changed svr4 references to sysv4.
20157
20158 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
20159
20160 * configure: added -V for version number option.
20161
20162 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
20163
20164 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
20165 renamed from DOC.configure to cfg-paper.texi.
20166
20167 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20168
20169 * configure, config.subr, config.sub: config.subr is now
20170 config.sub again.
20171
20172 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
20173
20174 * configure.texi: new file, in progress.
20175
20176 * Makefile.in: build info file and install the man page for
20177 configure.
20178
20179 * configure.man: new file, first cut.
20180
20181 * configure: find config.subr again now that configuration "none"
20182 has gone. removed all traces of the -ansi option. removed all
20183 traces of the -languages option.
20184
20185 * config.subr: resync from rms.
20186
20187 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20188
20189 * configure, config.sub, config.subr: merge config.sub into
20190 config.subr, call the result config.subr, remove config.sub, use
20191 config.subr.
20192
20193 * Makefile.in: revised install for dir.info.
20194
20195 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20196
20197 * configure.in: add decstation host makefile frag.
20198
20199 * Makefile.in: BISON now bison -y again. also install-gcc on
20200 install. clean-gdbm on clean. infodir belongs in datadir.
20201 Make directories for info install. Build dir.info here then
20202 install it.
20203
20204 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20205
20206 * Makefile.in: fix for bad directory tests.
20207
20208 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20209
20210 * configure: \{1,2\} appears to be a sysv'ism. Use a different
20211 regexp. -srcdir relative was being handled incorrectly.
20212
20213 * Makefile.in: unwrapped some for loops so that parallel makes
20214 work again and so one can focus one's attention on a particular
20215 package.
20216
20217 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20218
20219 * configure: added PWD as a stand in for `pwd` (for speed). use
20220 elif wherever possible. make -srcdir work without -objdir.
20221 -objdir= commented out.
20222
20223 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20224
20225 * configure: +options become --options. -subdirs commented out.
20226 added -host, -datadir. Renamed -destdir to -prefix. Comment in
20227 Makefile now at top of generated Makefile. Removed cvs log
20228 entries. added -srcdir. create .gdbinit only if there is one
20229 in ${srcdir}.
20230
20231 * Makefile.in: idestdir and ddestdir go away. Added copyrights
20232 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
20233 and mandir now keyed off datadir by default.
20234
20235 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20236
20237 * Freshly created ChangeLog.
20238
20239 \f
20240 Local Variables:
20241 mode: change-log
20242 left-margin: 8
20243 fill-column: 76
20244 version-control: never
20245 End: