Daily bump.
[gcc.git] / ChangeLog
1 2020-08-12 Senthil Kumar Selvaraj <saaadhu@gcc.gnu.org>
2
3 * MAINTAINERS: Update my email address.
4
5 2020-07-30 Joe Ramsay <joe.ramsay@arm.com>
6
7 * MAINTAINERS (Write After Approval): Add myself.
8
9 2020-07-22 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
10
11 * MAINTAINERS (Write After Approval): Add myself.
12
13 2020-06-12 Martin Liska <mliska@suse.cz>
14
15 * .gitignore: Add .clang-tidy.
16
17 2020-06-08 Jason Merrill <jason@redhat.com>
18
19 * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
20 * configure: Regenerate.
21
22 2020-06-06 Max Filippov <jcmvbkbc@gmail.com>
23
24 * MAINTAINERS: Add myself as xtensa port maintainer.
25
26 2020-05-28 Nicolas Bértolo <nicolasbertolo@gmail.com>
27
28 * configure.ac: Don't require --enable-host-shared when building
29 for Mingw.
30 * configure: Regenerate.
31
32 2020-05-18 Jason Merrill <jason@redhat.com>
33
34 * configure.ac: Update bootstrap dialect to -std=c++11.
35
36 2020-05-18 Alex Coplan <alex.coplan@arm.com>
37
38 * MAINTAINERS (Write After Approval): Add myself.
39
40 2020-04-29 Thomas Schwinge <thomas@codesourcery.com>
41
42 PR target/92713
43 * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
44 (noconfigdirs): Add 'target-libstdc++-v3'.
45 * configure: Regenerate.
46
47 2020-04-21 Stephen Casner <casner@acm.org>
48
49 PR 25830
50 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
51 * configure: Rebuild.
52
53 2020-04-17 Martin Liska <mliska@suse.cz>
54 Jonathan Yong <10walls@gmail.com>
55
56 PR gcov-profile/94570
57 * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
58 for CYGWIN.
59
60 2020-04-14 Martin Jambor <mjambor@suse.cz>
61
62 * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
63
64 2020-04-09 Tom Tromey <tom@tromey.com>
65
66 * configure: Rebuild.
67 * Makefile.in: Rebuild.
68 * Makefile.def (gdbsupport, gdbserver): New host modules.
69 (configure-gdb): Depend on all-gdbsupport.
70 (all-gdb): Depend on all-gdbsupport, all-libctf.
71 * configure.ac (host_tools): Add gdbserver.
72 Conditionally build gdbserver and gdbsupport.
73
74 2020-03-09 Tobias Burnus <tobias@codesourcery.com>
75
76 * configure.ac: Build libgomp by default for amdgcn.
77 * configure: Regenerate.
78
79 2020-03-05 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
80
81 * MAINTAINERS (Write After Approval): Add myself.
82
83 2020-02-28 Joel Hutton <joel.hutton@arm.com>
84
85 * MAINTAINERS (Write After Approval) : Add myself.
86
87 2020-02-20 Palmer Dabbelt <palmer@sifive.com>
88
89 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
90
91 2020-02-14 Martin Sebor <msebor@redhat.com>
92
93 * doc/extend.texi (attribute alias): Mention type requirement.
94 (attribute weak): Same.
95 (attribute weakref): Correct invalid example.
96
97 2020-02-03 Segher Boessenkool <segher@kernel.crashing.org>
98
99 * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
100
101 2020-01-15 Segher Boessenkool <segher@kernel.crashing.org>
102 Jakub Jelinek <jakub@redhat.com>
103
104 * .gitattributes: Add *.md diff=md.
105
106 2020-01-14 Georg-Johann Lay <avr@gjlay.de>
107
108 The mentioned auto-generated file is no more part of the
109
110 GCC sources, it's auto-generated in $(builddir) during build.
111
112 PR target/92055
113 * contrib/gcc_update (files_and_dependencies): Remove
114 entry for gcc/config/avr/t-multilib.
115
116 2020-01-14 Anatoly Sokolov <aesok@dol.ru>
117
118 * MAINTAINERS: Update my email address.
119
120 2020-01-13 Joseph Myers <joseph@codesourcery.com>
121
122 * README.MOVED_TO_GIT: Remove.
123
124 2020-01-11 Joseph Myers <joseph@codesourcery.com>
125
126 * README.MOVED_TO_GIT: New file.
127
128 2020-01-02 Dennis Zhang <dennis.zhang@arm.com>
129
130 * MAINTAINERS (Write After Approval): Add myself.
131
132 2019-12-20 Jerome Lambourg <lambourg@adacore.com>
133
134 * MAINTAINERS (write_after_approval): Add myself.
135
136 2019-12-19 Stam Markianos-Wright <stam.markianos-wright@arm.com>
137
138 * MAINTAINERS (write_after_approval): Add myself.
139
140 2019-12-17 Mihail Ionescu <mihail.ionescu@arm.com>
141
142 * MAINTAINERS (write_after_approval): Add myself.
143
144 2019-12-11 Matthias Klose <doko@ubuntu.com>
145
146 * configure.ac: Factor out common cases for compare_exclusions.
147 * configure: Regenerate.
148
149 2019-12-11 Jozef Lawrynowicz <jozef.l@mittosystems.com>
150
151 * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
152 flag.
153
154 2019-12-10 Lewis Hyatt <lhyatt@gmail.com>
155
156 * MAINTAINERS (Write After Approval): Add myself.
157
158 2019-11-27 Tobias Burnus <tobias@codesourcery.com>
159
160 PR middle-end/92463
161 * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
162 * configure: Regenerate
163
164 2019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
165
166 * configure.ac: Use https for gcc.gnu.org.
167 * configure: Regenerated.
168
169 2019-11-19 James Greenhalgh <james.greenhalgh@arm.com>
170
171 * MAINTAINERS (aarch64 port): Remove my name, move to...
172 (Write After Approval): ...Here.
173
174 2019-11-15 Kelvin Nilsen <kelvin@gcc.gnu.org>
175
176 * MAINTAINERS: Change my email address as maintainer.
177
178 2019-11-11 Janne Blomqvist <jb@gcc.gnu.org>
179
180 PR fortran/91828
181 * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
182 * configure: Regenerated.
183
184 2019-10-21 Jason Merrill <jason@redhat.com>
185
186 * .gitattributes: Also check ChangeLog whitespace.
187
188 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
189
190 * contrib/dg-extract-results.sh: Add support for KPASS.
191 * contrib/dg-extract-results.py: Likewise.
192
193 2019-10-17 Jason Merrill <jason@redhat.com>
194
195 * .gitattributes: Avoid {} in filename pattern.
196
197 2019-10-08 Thomas Schwinge <thomas@codesourcery.com>
198
199 * MAINTAINERS: Add back Trevor Smigiel; move into Write After
200 Approval section.
201
202 2019-10-01 Frederik Harwath <frederik@codesourcery.com>
203
204 * MAINTAINERS: Add myself to Write After Approval
205
206 2019-09-26 Richard Sandiford <richard.sandiford@arm.com>
207
208 * MAINTAINERS: Add myself as an aarch64 maintainer.
209
210 2019-09-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
211
212 * MAINTAINERS: Add myself as aarch64 maintainer.
213
214 2019-09-23 Carl Love <cel@us.ibm.com>
215
216 * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
217 New define_insn.
218 (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
219 vsx_xxpermdi16_le_V16QI): Removed define_insn.
220
221 2019-09-13 Sam Tebbs <sam.tebbs@arm.com>
222
223 * MAINTAINERS (Sam Tebbs): Update email address.
224
225 2019-09-10 Tobias Burnus <tobias@codesourcery.com>
226
227 * MAINTAINERS: Update my email address.
228
229 2019-09-10 Christophe Lyon <christophe.lyon@st.com>
230
231 * libtool.m4: Handle uclinuxfdpiceabi.
232
233 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
234
235 * MAINTAINERS: Add myself as the maintainer of the eBPF port.
236 Remove myself from Write After Approval section.
237
238 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
239
240 * configure.ac: Support for bpf-*-* targets.
241 * configure: Regenerate.
242
243 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
244
245 * config.sub: Import upstream version 2019-06-30.
246 * config.guess: Import upstream version 2019-07-24.
247
248 2019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
249
250 * MAINTAINERS: Remove spu port maintainers.
251
252 2019-08-28 Martin Liska <mliska@suse.cz>
253
254 * .gitignore: Add .clangd and compile_commands.json
255 to .gitignore.
256
257 2019-08-23 Michael Forney <mforney@mforney.org>
258
259 * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
260 * Makefile.in: Regenerate.
261
262 2019-08-19 Tom Tromey <tom@tromey.com>
263
264 * configure: Rebuild.
265 * configure.ac: Add --with-static-standard-libraries.
266
267 2019-08-16 Alexandre Oliva <oliva@gnu.org>
268
269 * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
270
271 2019-08-13 Mark Eggleston <mark.eggleston@codethink.co.uk>
272
273 * MAINTAINERS (Write After Approval): Add myself.
274
275 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
276
277 * MAINTAINERS (Write After Approval): Remove myself, already listed in
278 RISC-V port maitainer.
279
280 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
281
282 * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
283
284 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
285
286 * MAINTAINERS (Write After Approval): Add myself.
287
288 2019-07-03 Andrea Corallo <andrea.corallo@arm.com>
289
290 * MAINTAINERS (Write After Approval): Add myself.
291
292 2019-06-25 Martin Liska <mliska@suse.cz>
293
294 contrib/filter-clang-warnings.py: Transform from
295 filter-rtags-warnings.py.
296
297 2019-06-15 Tom Tromey <tom@tromey.com>
298
299 * configure.ac (host_libs): Add gnulib.
300 * configure: Rebuild.
301 * Makefile.def (host_modules, dependencies): Add gnulib.
302 * Makefile.in: Rebuild.
303
304 2019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
305
306 * MAINTAINERS (Write After Approval): Add myself.
307
308 2019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
309
310 * configure: Regenerate.
311 * configure.ac: Add PRU target.
312
313 2019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
314
315 * MAINTAINERS (Write After Approval): Add myself.
316
317 2019-06-11 Nick Clifton <nickc@redhat.com>
318
319 Import these changes from the binutils/gdb repository:
320
321 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
322
323 * Makefile.def (dependencies): configure-libctf depends on all-bfd
324 and all its deps.
325 * Makefile.in: Regenerated.
326
327 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
328
329 * Makefile.def (host_modules): Add libctf.
330 * Makefile.def (dependencies): Likewise.
331 libctf depends on zlib, libiberty, and bfd.
332 * Makefile.in: Regenerated.
333 * configure.ac (host_libs): Add libctf.
334 * configure: Regenerated.
335
336 2019-05-20 Vladislav Ivanishin <vlad@ispras.ru>
337
338 * MAINTAINERS (Write After Approval): Add myself.
339
340 2019-05-19 Peter Bergner <bergner@linux.ibm.com>
341
342 * MAINTAINERS: Update my email address.
343
344 2019-05-17 Thomas Rodgers <trodgers@redhat.com>
345
346 * MAINTAINERS (Write After Approval): Add myself.
347
348 2019-05-16 Jun Ma <junma@linux.alibaba.com>
349
350 * MAINTAINERS (Write After Approval): Add myself.
351
352 2019-05-07 Jim Wilson <jimw@sifive.com>
353
354 * MAINTAINERS: Remove myself as IA-64 maintainer.
355
356 2019-05-04 Roland Illig <roland.illig@gmx.de>
357
358 * MAINTAINERS (Write After Approval): Add myself.
359
360 2019-05-02 Richard Biener <rguenther@suse.de>
361
362 PR bootstrap/85574
363 * Makefile.tpl (compare target): Also compare extra-compare
364 files.
365 * Makefile.in: Regenerate.
366
367 2019-04-22 Roman Zhuykov <zhroma@ispras.ru>
368
369 * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
370 as modulo-scheduler maintainer.
371
372 2019-04-21 Iain Sandoe <iain@sandoe.co.uk>
373
374 * MAINTAINERS: Add myself as co-maintainer for Darwin.
375
376 2019-04-18 Iain Sandoe <iain@sandoe.co.uk>
377
378 * MAINTAINERS: Update my email address.
379
380 2019-04-14 Johannes Pfau <johannespfau@gmail.com>
381
382 * configure.ac: Remove d from unsupported languages on mingw and cygwin.
383 * configure: Regenerate.
384
385 2019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
386
387 * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
388 * configure: Regenerate.
389
390 2019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
391
392 * configure.ac: Add target-zlib to target_libraries.
393 * configure: Regenerate.
394
395 2019-04-09 Martin Liska <mliska@suse.cz>
396
397 * Makefile.in: Regenerate.
398 * Makefile.tpl: Pass GENERATOR_CFLAGS
399 in all stages.
400
401 2019-03-28 Martin Liska <mliska@suse.cz>
402
403 PR bootstrap/89829
404 * Makefile.in: Revert r254150.
405 * Makefile.tpl: Likewise.
406
407 2019-03-28 Ben Elliston <bje@gnu.org>
408
409 * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
410 related, and libdecnumber.
411
412 2019-03-15 Alexander Monakov <amonakov@ispras.ru>
413
414 * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
415 (Write After Approval): Remove myself.
416
417 2019-02-27 Alejandro Martinez <alejandro.martinezvicente@arm.com>
418
419 * MAINTAINERS (Write After Approval): Add myself.
420
421 2019-02-11 Andrew Stubbs <ams@codesourcery.com>
422
423 * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
424 (Write After Approval): Remove myself and Julian.
425
426 2019-01-26 Harald Anlauf <anlauf@gmx.de>
427
428 * MAINTAINERS (Write After Approval): Add myself.
429
430 2019-01-25 Kwok Cheung Yeung <kcy@codesourcery.com>
431
432 * MAINTAINERS (Write After Approval): Add myself.
433
434 2019-01-24 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
435
436 * ChangeLog: Replace space with tab.
437 * MAINTAINERS: Delete 1 tab to keep alignment.
438
439 2019-01-21 Jiufu Guo <guojiufu@linux.ibm.com>
440
441 * MAINTAINERS (Write After Approval): Add myself.
442
443 2019-01-18 Li Jia He <helijia@gcc.gnu.org>
444
445 * MAINTAINERS (Write After Approval): Add myself.
446
447 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
448 Kwok Cheung Yeung <kcy@codesourcery.com>
449 Julian Brown <julian@codesourcery.com>
450 Tom de Vries <tom@codesourcery.com>
451 Jan Hubicka <hubicka@ucw.cz>
452 Martin Jambor <mjambor@suse.cz>
453
454 * configure.ac: Likewise.
455 * configure: Regenerate.
456 * contrib/config-list.mk: Add amdgcn-amdhsa.
457
458 2019-01-16 Kewen Lin <linkw@gcc.gnu.org>
459
460 * MAINTAINERS (Write After Approval): Add myself.
461
462 2019-01-16 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
463
464 * MAINTAINERS (Write After Approval): Add myself.
465
466 2019-01-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
467
468 PR target/88535
469 * config.guess: Import upstream version 2019-01-03.
470 * config.sub: Import upstream version 2019-01-01.
471
472 2018-12-21 Thomas Preud'homme <thomas.preudhomme@linaro.org>
473
474 * MAINTAINERS (Write After Approval): Update my maintainer address.
475
476 2018-12-21 Gergö Barany <gergo@codesourcery.com>
477
478 * MAINTAINERS (Write After Approval): Add myself.
479
480 2018-12-10 Segher Boessenkool <segher@kernel.crashing.org>
481
482 * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
483
484 2018-12-05 Iain Sandoe <iain@sandoe.co.uk>
485
486 * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
487 (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
488 (GCC_TARGET_TOOL): Likewise.
489 * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
490 (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
491 OTOOL, OTOOL_FOR_TARGET: New substitutions.
492 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
493 * configure: Regenerate.
494 * Makefile.in: Likewise.
495
496 2018-11-28 Johannes Pfau <johannespfau@gmail.com>
497
498 * MAINTAINERS (Write After Approval): Add myself.
499
500 2018-11-13 Martin Liska <mliska@suse.cz>
501
502 * gcc.target/i386/pr87930.c: Move to ...
503 * gcc.dg/asan/pr87930.c: ... here. Guard for i?86/x86_64 targets.
504
505 2018-11-10 Stafford Horne <shorne@gmail.com>
506
507 * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
508 (Write After Approval): Remove myself.
509
510 2018-11-06 Hafiz Abid Qadeer <abidh@codesourcery.com>
511
512 * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
513 Append $INCICONV to it.
514
515 2018-11-04 Stafford Horne <shorne@gmail.com>
516
517 * MAINTAINERS (Write After Approval): Add myself.
518
519 2018-10-31 Joseph Myers <joseph@codesourcery.com>
520
521 PR bootstrap/82856
522 * multilib.am: New file. From automake.
523
524 Merge from binutils-gdb:
525 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
526
527 * libtool.m4: Use AC_LANG_SOURCE.
528 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
529 * ar-lib: New file.
530 * test-driver: New file.
531 * configure: Re-generate.
532
533 2018-10-31 Michael Ploujnikov <michael.ploujnikov@oracle.com>
534
535 * MAINTAINERS (Write After Approval): Add myself.
536
537 2018-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
538
539 PR bootstrap/87788
540 PR d/87799
541 * configure: Rebuild.
542 * configure.ac: Disable D on systems where it is known not to work.
543
544 2018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>
545
546 * Makefile.def (target_modules): Add libphobos.
547 (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
548 GDCFLAGS_FOR_TARGET.
549 (dependencies): Make libphobos depend on libatomic, libbacktrace
550 configure, and zlib configure.
551 (language): Add language d.
552 * Makefile.in: Rebuild.
553 * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
554 (HOST_EXPORTS): Add GDC.
555 (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
556 (BASE_TARGET_EXPORTS): Add GDC.
557 (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
558 (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
559 (EXTRA_HOST_FLAGS): Add GDC.
560 (STAGE1_FLAGS_TO_PASS): Add GDC.
561 (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
562 * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
563 environment variables.
564 * configure: Rebuild.
565 * configure.ac: Add target-libphobos to target_libraries. Set and
566 substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
567
568 2018-10-24 Ilya Leoshkevich <iii@linux.ibm.com>
569
570 * MAINTAINERS (Write After Approval): Add myself.
571
572 2018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
573
574 * MAINTAINERS (Write After Approval): Remove myself.
575
576 2018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
577
578 * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
579
580 2018-10-14 Bin Cheng <bin.cheng@linux.alibaba.com>
581
582 * MAINTAINERS: Update my email address.
583
584 2018-10-04 Thomas Schwinge <thomas@codesourcery.com>
585
586 * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
587 maintainer.
588
589 2018-09-13 Matthew Malcomson <matthew.malcomson@arm.com>
590
591 * MAINTAINERS (Write After Approval): Add self.
592
593 2018-09-13 Sam Tebbs <sam.tebbs@arm.com>
594
595 * MAINTAINERS (write after approval): Add myself.
596
597 2018-09-04 Xuepeng Guo <xuepeng.guo@intel.com>
598
599 * MAINTAINERS: Update my email address.
600
601 2018-08-29 Vlad Lazar <vlad.lazar@arm.com>
602
603 * MAINTAINERS (write after approval): Add myself.
604
605 2018-08-21 Richard Sandiford <richard.sandiford@arm.com>
606
607 * MAINTAINERS: Add self to global reviewers list.
608
609 2018-08-17 Sandra Loosemore <sandra@codesourcery.com>
610
611 MAINTAINERS: Add c-sky port maintainers.
612
613 2018-08-10 Martin Liska <mliska@suse.cz>
614
615 * MAINTAINERS: Revert change in previous commit and
616 join lines.
617
618 2018-08-10 Martin Liska <mliska@suse.cz>
619
620 * MAINTAINERS: Remove extra line.
621
622 2018-08-06 Naveen H.S <naveenh@marvell.com>
623
624 * MAINTAINERS: Update my email address.
625
626 2018-07-19 DJ Delorie <dj@redhat.com>
627
628 * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
629 as maintainer.
630
631 2018-07-16 Andreas Krebbel <krebbel@linux.ibm.com>
632
633 * MAINTAINERS: Adjust email address for me and my colleague Robin
634 Dapp.
635
636 2018-07-13 H.J. Lu <hongjiu.lu@intel.com>
637 Sunil K Pandey <sunil.k.pandey@intel.com>
638
639 PR target/84413
640 * config/i386/i386.c (m_CORE_AVX512): New.
641 (m_CORE_AVX2): Likewise.
642 (m_CORE_ALL): Add m_CORE_AVX2.
643 * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
644 Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
645 and remove the rest of m_SKYLAKE_AVX512.
646
647 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
648
649 * config.sub: Sync with upstream version 2018-07-03.
650
651 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
652
653 * config.guess: Sync with upstream version 2018-06-26.
654 * config.sub: Sync with upstream version 2018-07-02.
655
656 2018-06-19 Bernhard M. Wiedemann <bwiedemann@suse.de>
657
658 * libtool.m4: Sort output of 'find' to enable deterministic builds.
659 * ltmain.sh: Likewise.
660
661 2018-07-03 Segher Boessenkool <segher@kernel.crashing.org>
662
663 * contrib/config-list.mk: Remove powerpc-linux_paired.
664
665 2018-06-29 Alexandre Oliva <oliva@adacore.com>
666
667 * configure.ac: Introduce support for @unless/@endunless.
668 * Makefile.tpl (dep-kind): Rewrite with cond; return
669 postbootstrap in some cases.
670 (make-postboot-dep, postboot-targets): New.
671 (dependencies): Do not output postbootstrap dependencies at
672 first. Output non-target ones changed for configure to depend
673 on stage_last @if gcc-bootstrap, and the original deps @unless
674 gcc-bootstrap.
675 * configure.in, Makefile.in: Rebuilt.
676
677 2018-06-28 Jackson Woodruff <jackson.woodruff@arm.com>
678
679 * MAINTAINERS (write after approval): Add myself.
680
681 2018-06-26 Rasmus Villemoes <rv@rasmusvillemoes.dk>
682
683 * MAINTAINERS (write after approval): Add myself.
684
685 2018-06-19 Nick Clifton <nickc@redhat.com>
686
687 * zlib/configure.ac: Restore old behaviour of only enabling
688 multilibs when a target subdirectory is defined. This allows
689 building with srcdir == builddir.
690 * zlib/configure: Regenerate.
691
692 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
693
694 * Makefile.def (fortran): Add check-target-libgomp-fortran.
695 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
696 * Makefile.in: Regenerate.
697
698 2018-06-16 Ben Elliston <bje@gnu.org>
699
700 * config.guess: Import latest version.
701 * config.sub: Likewise.
702
703 2018-06-08 Martin Liska <mliska@suse.cz>
704
705 * MAINTAINERS: Remove MPX-related entries.
706 * Makefile.def: Remove libmpx support.
707 * Makefile.in: Regenerate.
708 * configure.ac: Remove removed files.
709 * configure: Regenerate.
710 * libmpx/ChangeLog: Remove.
711 * libmpx/Makefile.am: Remove.
712 * libmpx/Makefile.in: Remove.
713 * libmpx/acinclude.m4: Remove.
714 * libmpx/aclocal.m4: Remove.
715 * libmpx/config.h.in: Remove.
716 * libmpx/configure: Remove.
717 * libmpx/configure.ac: Remove.
718 * libmpx/configure.tgt: Remove.
719 * libmpx/libmpx.spec.in: Remove.
720 * libmpx/mpxrt/Makefile.am: Remove.
721 * libmpx/mpxrt/Makefile.in: Remove.
722 * libmpx/mpxrt/libmpx.map: Remove.
723 * libmpx/mpxrt/libtool-version: Remove.
724 * libmpx/mpxrt/mpxrt-utils.c: Remove.
725 * libmpx/mpxrt/mpxrt-utils.h: Remove.
726 * libmpx/mpxrt/mpxrt.c: Remove.
727 * libmpx/mpxrt/mpxrt.h: Remove.
728 * libmpx/mpxwrap/Makefile.am: Remove.
729 * libmpx/mpxwrap/Makefile.in: Remove.
730 * libmpx/mpxwrap/libmpxwrappers.map: Remove.
731 * libmpx/mpxwrap/libtool-version: Remove.
732 * libmpx/mpxwrap/mpx_wrappers.c: Remove.
733
734 2018-06-04 Martin Liska <mliska@suse.cz>
735
736 * MAINTAINERS: Add myself as gcov maintainer.
737
738 2018-06-04 Matthew Fortune <mfortune@gmail.com>
739
740 * MAINTAINERS: Update my email address.
741
742 2018-06-04 Tom de Vries <tdevries@suse.de>
743
744 * MAINTAINERS: Remove write-after-approval entries for component
745 maintainers.
746
747 2018-06-01 Jozef Lawrynowicz <jozef.l@mittosystems.com>
748
749 * MAINTAINERS (write after approval): Add myself.
750
751 2018-06-01 Bin Cheng <amker@gcc.gnu.org>
752
753 * MAINTAINERS: Update my email address.
754
755 2018-06-01 Tom de Vries <tdevries@suse.de>
756
757 * MAINTAINERS: Update my email address.
758
759 2018-05-22 Bin Cheng <bin.cheng@arm.com>
760
761 * MAINTAINERS (loop-optimizer): Add myself.
762
763 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
764
765 * configure.ac: Added "nfp" target.
766 * configure: Regenerate.
767
768 2018-04-30 Richard Biener <rguenther@suse.de>
769
770 PR bootstrap/85571
771 * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
772 (STAGE3_TFLAGS): Likewise.
773 (STAGEtrain_CFLAGS): Filter out -fchecking=1.
774 (STAGEtrain_TFLAGS): Likewise.
775 * Makefile.in: Regenerate.
776
777 2018-04-26 Richard Biener <rguenther@suse.de>
778
779 * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
780 (STAGE2_CFLAGS): Likewise.
781 (STAGE2_TFLAGS): Likewise.
782 (STAGE3_CFLAGS): Add -fchecking.
783 (STAGE3_TFLAGS): Likewise.
784 (STAGEtrain_CFLAGS): Filter out -fchecking.
785 (STAGEtrain_TFLAGS): Likewise.
786 * Makefile.in: Re-generate.
787
788 2018-04-25 Catherine Moore <clm@codesourcery.com>
789
790 * MAINTAINERS (mips): Remove myself as MIPS maintainer.
791
792 2018-04-18 Paul Clarke <pc@us.ibm.com>
793
794 * MAINTAINERS (write after approval): Add myself.
795
796 2018-04-10 Aaron Sawdey <acsawdey@linux.ibm.com>
797
798 * MAINTAINERS: Update my email address.
799
800 2018-04-02 Bill Schmidt <wschmidt@linux.ibm.com>
801
802 * MAINTAINERS: Remove redundant Write-After-Approval entry.
803
804 2018-03-30 Bill Schmidt <wschmidt@linux.ibm.com>
805
806 * MAINTAINERS: Update my email address and disambiguate myself
807 a bit from Will Schmidt.
808
809 2018-03-21 Nathan Sidwell <nathan@acm.org>
810
811 * MAINTAINERS: Move maintainers of now-removed picochip and score
812 ports to write after approval.
813
814 2018-03-13 Richard Sandiford <richard.sandiford@arm.com>
815
816 * MAINTAINERS: Add entry for SVE maintainership.
817
818 2018-02-13 Maciej W. Rozycki <macro@mips.com>
819
820 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
821 * configure: Regenerate.
822
823 2018-01-18 Boris Kolpackov <boris@codesynthesis.com>
824
825 * MAINTAINERS (write after approval): Add myself.
826
827 2018-01-18 Siddhesh Poyarekar <siddhesh@sourceware.org>
828
829 * MAINTAINERS (write after approval): Add myself.
830
831 2018-01-16 Sebastian Perta <sebastian.perta@renesas.com>
832
833 * MAINTAINERS (write after approval): Add myself.
834
835 2018-01-03 Jakub Jelinek <jakub@redhat.com>
836
837 Update copyright years.
838
839 2018-01-03 Ben Elliston <bje@gnu.org>
840
841 * config.guess: Import latest version.
842 * config.sub: Likewise.
843
844 2017-12-12 Stafford Horne <shorne@gmail.com>
845
846 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
847 * configure: Regenerate.
848
849 2017-11-29 Qing Zhao <qing.zhao@oracle.com>
850
851 * MAINTAINERS (Write After Approval): Add myself.
852
853 2017-11-28 Julia Koval <julia.koval@intel.com>
854 Sebastian Peryt <sebastian.peryt@intel.com>
855
856 * Makefile.def (target_modules): Remove libcilkrts.
857 * Makefile.in: Ditto.
858 * configure: Ditto.
859 * configure.ac: Ditto.
860
861 2017-11-28 Julia Koval <julia.koval@intel.com>
862
863 * MAINTAINERS (Write After Approval): Add myself.
864
865 2017-11-22 Sudakshina Das <sudi.das@arm.com>
866
867 * MAINTAINERS (Write After Approval): Add myself.
868
869 2017-11-06 Palmer Dabbelt <palmer@sifive.com>
870
871 * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
872 Use my SiFive email address.
873
874 2017-11-15 Sebastian Peryt <sebastian.peryt@intel.com>
875
876 * MAINTAINERS (write after approval): Add myself.
877
878 2017-10-27 Martin Liska <mliska@suse.cz>
879
880 * Makefile.tpl: Use proper name of folder as it was renamed
881 during transition to 4 stages.
882 * Makefile.in: Regenerate.
883
884 2017-10-16 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
885
886 * MAINTAINERS (write after approval): Add myself.
887
888 2017-10-01 Gerald Pfeifer <gerald@pfeifer.com>
889
890 * MAINTAINERS: Add a note that maintainership also includes web
891 pages, docs, and testsuite related to that area.
892
893 2017-09-25 Tom de Vries <tom@codesourcery.com>
894
895 * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
896
897 2017-09-18 Pierre-Marie de Rodat <derodat@adacore.com>
898
899 * MAINTAINERS: Add myself as a maintainer for the Ada front end.
900
901 2017-09-15 Nathan Sidwell <nathan@acm.org>
902
903 * MAINTAINERS: Remove myself as a vxworks maintainer.
904
905 2017-09-13 Thomas Schwinge <thomas@codesourcery.com>
906
907 * MAINTAINERS: Remove email address of Jim Norris.
908
909 2017-09-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
910
911 * MAINTAINERS (Reviewers): Move myself from here...
912 (CPU Port Maintainers): ... to here.
913
914 2017-09-09 James Greenhalgh <james.greenhalgh@arm.com>
915
916 * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
917
918 2017-07-31 Robin Dapp <rdapp@linux.vnet.ibm.com>
919
920 * MAINTAINERS (write after approval): Add myself.
921
922 2017-07-28 Tony Reix <tony.reix@atos.net>
923
924 * configure.ac (target-libffi): Don't disable for AIX.
925 (go): Don't add to unsupported_languages on AIX.
926 (target-libgo): Don't disable for AIX.
927 * configure: Regenerate.
928
929 2017-07-19 Yury Gribov <tetra2005@gmail.com>
930
931 * MAINTAINERS: Add myself.
932
933 2017-07-18 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
934
935 * MAINTAINERS: Update my email address.
936
937 2017-07-04 Richard Earnshaw <rearnsha@arm.com>
938
939 * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
940 arm-specific auto-generated header files.
941
942 2017-07-03 Nathan Sidwell <nathan@acm.org>
943
944 * configure.ac: Set srcdir when sourcing config-lang.in fragments.
945 * configure: Rebuilt.
946
947 2017-07-03 Bernd Schmidt <bschmidt@redhat.com>
948
949 * MAINTAINERS: Readd myself for c6x.
950
951 2017-06-28 Martin Liska <mliska@suse.cz>
952
953 PR bootstrap/81217
954 * Makefile.def: Remove superfluous bootstrap_target from
955 bootstrap_stage.
956 * Makefile.in: Re-generate the file.
957
958 2017-06-26 Maxim Ostapenko <m.ostapenko@samsung.com>
959
960 * MAINTAINERS: Add myself to Write After Approval
961
962 2017-06-21 Andrew Jenner <andrew@codesourcery.com>
963
964 * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
965
966 2017-06-19 Martin Liska <mliska@suse.cz>
967
968 * Makefile.def: Define 4 stages PGO bootstrap.
969 * Makefile.tpl: Define FLAGS.
970 * Makefile.in: Regenerate.
971
972 2017-06-14 Ian Lance Taylor <iant@golang.org>
973
974 * Makefile.def: Add check-gotools to go check targets.
975 * Makefile.in: Rebuild.
976
977 2017-06-12 Segher Boessenkool <segher@kernel.crashing.org>
978
979 * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
980
981 2017-06-03 Eric Botcazou <ebotcazou@adacore.com>
982
983 * configure.ac (*-*-linux-android*): Set target_makefile_frag.
984 * configure: Regenerate.
985
986 2017-05-31 Martin Liska <mliska@suse.cz>
987
988 * configure.ac: Add handling of stage2_werror_flags to
989 action-if-given and to action-if-not-given.
990 * configure: Regenerate.
991
992 2017-05-31 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
993
994 * MAINTAINERS: Add self to Write After Approval
995
996 2017-05-27 Bernd Schmidt <bschmidt@redhat.com>
997
998 * MAINTAINERS: Update my email address, and remove myself as
999 maintainer in some areas.
1000
1001 2017-05-25 Eric Gallager <egall@gwmail.gwu.edu>
1002
1003 * MAINTAINERS: Add self to Write After Approval
1004
1005 2017-05-25 Nathan Sidwell <nathan@acm.org>
1006
1007 * configure.ac: Add --enable-languages=default to mean default and
1008 make --enable-languages=all mean all supported languages.
1009 * configure: Regenerated.
1010
1011 2017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
1012
1013 * config.gcc (powerpc*-*-*spe*): New.
1014 (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
1015 (powerpc-*-rtems*spe*): New.
1016 (powerpc*-*-linux*spe*): New.
1017 (powerpc-wrs-vxworksspe): New.
1018 (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1019 (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1020 * config.host (powerpc*-*-*spe*): New.
1021
1022 2017-05-19 Martin Liska <mliska@suse.cz>
1023
1024 * configure.ac: Add --enable-werror-always just for
1025 bootstrap-debug (or none build config) and do not add it
1026 when we are on a release branch.
1027 * configure: Regenerated.
1028
1029 2017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
1030
1031 * MAINTAINERS: Add self to Write After Approval
1032
1033 2017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
1034
1035 * MAINTAINERS: Move myself to Write After Approval section.
1036
1037 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
1038
1039 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
1040 ACCH registers.
1041 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
1042 available.
1043 (umulsidi3): Likewise.
1044 (mulsidi3_700): Disable this pattern when we have advanced mpy
1045 instructions.
1046 (umulsidi3_700): Likewise.
1047 (maddsidi4): New pattern.
1048 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
1049 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
1050 (mpydu_imm_arcv2hs): Likewise.
1051 * config/arc/predicates.md (accl_operand): New predicate.
1052
1053 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
1054 Andrew Burgess <andrew.burgess@embecosm.com>
1055
1056 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
1057 case.
1058 (ARC_AUTOFP_IRQ_P): Likewise.
1059 (ARC_AUTO_IRQ_P): Likewise.
1060 (rgf_banked_register_count): New variable.
1061 (parse_mrgf_banked_regs_option): New function.
1062 (arc_override_options): Handle rgf_banked_regs option.
1063 (arc_handle_interrupt_attribute): Add firq option.
1064 (arc_compute_function_type): Return fast irq type when required.
1065 (arc_must_save_register): Handle fast interrupts.
1066 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
1067 (arc_return_address_regs): Update.
1068 * config/arc/arc.h (arc_return_address_regs): Update.
1069 (arc_function_type): Add fast interrupt type.
1070 (ARC_INTERRUPT_P): Update.
1071 (RC_FAST_INTERRUPT_P): Define.
1072 * config/arc/arc.md (simple_return): Update for fast interrupts.
1073 (p_return_i): Likewise.
1074 * config/arc/arc.opt (mrgf-banked-regs): New option.
1075 * doc/invoke.texi (mrgf-banked-regs): Document.
1076
1077 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
1078
1079 * config/arc/arc.c (irq_ctrl_saved): New variable.
1080 (ARC_AUTOBLINK_IRQ_P): Define.
1081 (ARC_AUTOFP_IRQ_P): Likewise.
1082 (ARC_AUTO_IRQ_P): Likewise.
1083 (irq_range): New function.
1084 (arc_must_save_register): Likewise.
1085 (arc_must_save_return_addr): Likewise.
1086 (arc_dwarf_emit_irq_save_regs): Likewise.
1087 (arc_override_options): Handle deferred options.
1088 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
1089 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
1090 arc_must_save_return_addr.
1091 (arc_compute_frame_size): Handle automated save and restore of
1092 registers.
1093 (arc_expand_prologue): Likewise.
1094 (arc_expand_epilogue): Likewise.
1095 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
1096 * config/arc/arc.opt (mirq-ctrl-saved): New option.
1097 * doc/invoke.texi (mirq-ctrl-saved): Document option.
1098
1099 2017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
1100 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
1101
1102 PR bootstrap/77661
1103 * Makefile.def: Don't pass --enable-maintainer-mode on to an
1104 in-tree build MPC.
1105 * Makefile.in: Regenerate.
1106
1107 2017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1108
1109 * configure.ac: Enable LTO by default on darwin >= 9.
1110 * configure: Regenerate.
1111
1112 2017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
1113
1114 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
1115 and Andrew Waterman as the RISC-V maintainers.
1116
1117 2017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
1118
1119 * MAINTAINERS: Add self to Write After Approval
1120
1121 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
1122
1123 * config.guess: Import latest from upstream.
1124
1125 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
1126
1127 * MAINTAINERS (Write After Approval): Remove entries that are
1128 already covered under Reviewers.
1129
1130 2017-03-08 Mark Wielaard <mark@klomp.org>
1131
1132 PR demangler/70909
1133 PR demangler/67264
1134 * include/demangle.h: Add d_printing to struct demangle_component
1135 and pass struct demangle_component as non const.
1136
1137 2017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
1138
1139 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
1140
1141 2017-02-15 Thomas Schwinge <thomas@codesourcery.com>
1142
1143 * Makefile.tpl: Remove HOST_ISLVER.
1144 (HOST_EXPORTS): Remove ISLVER.
1145 * Makefile.in: Regenerate.
1146
1147 2017-02-13 Richard Biener <rguenther@suse.de>
1148
1149 * configure: Re-generate.
1150
1151 2017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
1152
1153 * MAINTAINERS: Adjust bug reporting URL.
1154
1155 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
1156
1157 * MAINTAINERS (Write After Approval): Remove redundant entry
1158 for Andrew Burgess.
1159
1160 2017-02-03 John David Anglin <danglin@gcc.gnu.org>
1161
1162 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
1163 32-bit hppa*-*-hpux*.
1164 * configure: Regenerate.
1165
1166 2017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
1167
1168 * configure.ac: Moved the white list of enabling BRIG FE to
1169 libhsail-rt/configure.tgt.
1170 * configure: Regenerated.
1171 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
1172
1173 2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
1174 Martin Jambor <mjambor@suse.cz>
1175
1176 * Makefile.def (target_modules): Added libhsail-rt.
1177 (languages): Added language brig.
1178 * Makefile.in: Regenerated.
1179 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
1180 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
1181 * configure: Regenerated.
1182
1183 2017-01-17 Jakub Jelinek <jakub@redhat.com>
1184
1185 PR other/79046
1186 * configure: Regenerated.
1187
1188 2017-01-04 Alan Modra <amodra@gmail.com>
1189
1190 * configure: Regenerate.
1191
1192 2016-12-29 Ben Elliston <bje@gnu.org>
1193
1194 * config.sub: Import latest version.
1195
1196 2016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
1197
1198 * MAINTAINERS (Write After Approval): Add myself.
1199
1200 2016-12-21 Jakub Jelinek <jakub@redhat.com>
1201
1202 * configure.ac: Don't bootstrap libmpx unless --with-build-config
1203 includes bootstrap-mpx.
1204 * configure: Regenerated.
1205
1206 2016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
1207
1208 * MAINTAINERS (Write After Approval): Add myself.
1209
1210 2016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
1211
1212 * configure: Regenerate.
1213
1214 2016-12-01 Matthias Klose <doko@ubuntu.com>
1215
1216 * configure.ac: Don't use pkg-config to check for bdw-gc.
1217 * configure: Regenerate.
1218
1219 2016-11-30 Matthias Klose <doko@ubuntu.com>
1220
1221 * Makefile.def: Remove reference to boehm-gc target module.
1222 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
1223 options and for the bdw-gc pkg-config module.
1224 * configure: Regenerate.
1225 * Makefile.in: Regenerate.
1226
1227 2016-11-28 Nathan Sidwell <nathan@acm.org>
1228
1229 * MAINTAINERS (nvptx): Remove self.
1230
1231 2016-11-25 Ben Elliston <bje@gnu.org>
1232
1233 * config.guess: Import latest version.
1234 * config.sub: Likewise.
1235
1236 2016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
1237
1238 * MAINTAINERS (Write After Approval): Add myself.
1239
1240 2016-11-15 Matthias Klose <doko@ubuntu.com>
1241
1242 * Makefile.def: Remove references to GCJ.
1243 * Makefile.tpl: Likewise.
1244 * Makefile.in: Regenerate.
1245
1246 2016-11-15 Matthias Klose <doko@ubuntu.com>
1247
1248 * config-ml.in: Remove references to GCJ.
1249 * configure.ac: Likewise.
1250 * configure: Regenerate.
1251
1252 2016-11-01 Josh Conner <joshconner@google.com>
1253
1254 * MAINTAINERS (Write After Approval): Update email address,
1255
1256 2016-10-27 Carl Love <cel@us.ibm.com>
1257
1258 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
1259 Approval list to make it alphabetical.
1260
1261 2016-10-27 Carl Love <cel@us.ibm.com>
1262
1263 * MAINTAINERS (Write After Approval): Add myself.
1264
1265 2016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
1266
1267 * MAINTAINERS (Reviewers): Add myself.
1268 (Write After Approval): Add myself.
1269
1270 2016-10-21 Hartmut Penner <hepenner@us.ibm.com>
1271 Ulrich Weigand <uweigand@de.ibm.com>
1272
1273 * MAINTAINERS: Update email address.
1274
1275 2016-10-10 Nathan Sidwell <nathan@acm.org>
1276
1277 * MAINTAINERS: Update email address.
1278
1279 2016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
1280
1281 * configure.ac: Add aarch64-*-freebsd*.
1282 * configure: Regenerate.
1283
1284 2016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
1285
1286 * MAINTAINERS: Update email address after it got reverted.
1287
1288 2016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1289
1290 * configure.ac (target_libraries): Readd target-boehm-gc.
1291 Restore --enable-objc-gc handling.
1292 * configure: Regenerate.
1293
1294 2015-10-03 Jeff Law <law@redhat.com>
1295
1296 * MAINTAINERS: Move several inactive maintainers to the
1297 write-after-approval section.
1298
1299 2016-09-30 Jakub Jelinek <jakub@redhat.com>
1300
1301 * configure.ac: Add target-libffi to target_libraries.
1302 Readd libgcj target disablings, modified to only target-libffi.
1303 Readd target addition of go to unsupported languages.
1304 * configure: Regenerated.
1305
1306 2016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
1307
1308 * MAINTAINERS: Update email address.
1309
1310 2016-09-30 Andrew Haley <aph@redhat.com>
1311
1312 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
1313 write-after approval. Remove Tom Tromey and Bryce McKinlay from
1314 libgcj.
1315
1316 2016-09-30 Andrew Haley <aph@redhat.com>
1317
1318 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
1319 write-after approval after GCJ deletion.
1320
1321 2016-09-30 Andrew Haley <aph@redhat.com>
1322
1323 * Makefile.def: Remove libjava.
1324 * Makefile.tpl: Likewise.
1325 * Makefile.in: Regenerate.
1326 * configure.ac: Likewise.
1327 * configure: Likewise.
1328 * gcc/java: Remove.
1329 * libjava: Likewise.
1330
1331 2016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
1332
1333 * MAINTAINERS (Reviewers): Add myself.
1334
1335 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
1336
1337 * configure.ac: Disable "sim" directory for arc*-*-*.
1338 * configure: Regenerated.
1339
1340 2016-09-23 Tamar Christina <tamar.christina@arm.com>
1341
1342 * MAINTAINERS (Write After Approval): Add myself.
1343
1344 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
1345
1346 * configure.ac: Check for the minimum in-tree MPFR version
1347 handled.
1348 * configure: Regenerate.
1349
1350 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
1351
1352 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
1353 * configure: Regenerated.
1354
1355 2016-07-19 Fritz Reese <fritzoreese@gmail.com>
1356
1357 * MAINTAINERS (Write After Approval): Add myself.
1358
1359 2016-06-23 Andi Kleen <ak@linux.intel.com>
1360
1361 * Makefile.def: Add autoprofiledbootstrap.
1362 * Makefile.tpl: Dito.
1363 * Makefile.in: Regenerate.
1364
1365 2016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
1366
1367 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
1368 * configure: Regenerate.
1369
1370 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1371
1372 * configure: Regenerate.
1373 * configure.ac: Remove support for avr-rtems.
1374
1375 2016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1376
1377 * MAINTAINERS (Write After Approval): Add myself.
1378
1379 2016-06-16 Michael Collison <michael.collison@arm.com>
1380
1381 * MAINTAINERS (Write After Approval): Add myself.
1382
1383 2016-06-14 Mikael Morin <mikael@gcc.gnu.org>
1384
1385 * MAINTAINERS (Write After Approval): Update e-mail address.
1386
1387 2016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
1388
1389 * MAINTAINERS (Write After Approval): Add myself.
1390
1391 2016-05-28 Alan Modra <amodra@gmail.com>
1392
1393 * Makefile.tpl (configure): Depend on m4 files included.
1394 * Makefile.in: Regenerate.
1395
1396 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
1397
1398 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
1399 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
1400
1401 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
1402
1403 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
1404 special case builtin.
1405 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
1406 support for ALTIVEC_BUILTIN_VEC_ADDEC.
1407 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
1408 for __builtin_vec_addec.
1409
1410 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
1411
1412 * config.guess: Import version 2016-04-02 (newest).
1413 * config.sub: Import version 2016-05-10 (newest).
1414
1415 2016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
1416
1417 * configure.ac: Add ARC support to libgloss.
1418 * configure: Regenerate
1419
1420 2016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
1421
1422 * MAINTAINERS (Write After Approval): Add myself.
1423
1424 2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
1425
1426 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
1427 * configure: Regenerated.
1428 * Makefile.def (gmp): Explicitly disable assembler.
1429 (mpfr): Adjust lib_path.
1430 (mpc): Likewise.
1431 * Makefile.in: Regenerated.
1432
1433 2016-05-01 Jakub Jelinek <jakub@redhat.com>
1434
1435 PR bootstrap/70704
1436 * configure.ac (--enable-stage1-checking): Add missing
1437 --enable-checking=.
1438 * configure: Regenerated.
1439
1440 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
1441
1442 * config.guess: Revert r235676.
1443 * config.sub: Revert r235676.
1444
1445 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
1446
1447 * config.guess: Remove SH5 support.
1448 * config.sub: Likewise.
1449 * configure: Likewise.
1450 * configure.ac: Likewise.
1451
1452 2016-04-26 Jakub Jelinek <jakub@redhat.com>
1453
1454 PR bootstrap/70704
1455 * configure.ac (--enable-stage1-checking): For --disable-checking or
1456 implicit --enable-checking, make sure extra flag matches in between
1457 stage1 and later checking.
1458 * configure: Regenerated.
1459
1460 2016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1461
1462 * .gitattributes: New file.
1463
1464 2016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
1465
1466 * MAINTAINERS (rs6000/powerpc port): Add myself.
1467
1468 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
1469
1470 PR bootstrap/70173
1471 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
1472 and gotools directories. Delete the stage_final file.
1473 * Makefile.in: Regenerate.
1474
1475 2016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
1476
1477 * MAINTAINERS (Write After Approval): Add myself.
1478
1479 2016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
1480
1481 * MAINTAINERS (Fortran maintainer): Remove myself.
1482
1483 2016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
1484
1485 * MAINTAINERS (Write After Approval): Add myself.
1486
1487 2016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
1488
1489 * MAINTAINERS (Write After Approval): Add myself.
1490
1491 2016-03-17 Cary Coutant <ccoutant@gmail.com>
1492
1493 Sync with binutils-gdb:
1494
1495 2016-03-17 Cary Coutant <ccoutant@gmail.com>
1496
1497 * configure.ac: Add mips and s390 to the gold target check.
1498 * configure: Regenerate.
1499
1500 2016-03-01 DJ Delorie <dj@redhat.com>
1501
1502 * MAINTAINERS (mep): Remove myself as MeP maintainer.
1503
1504 2016-02-22 David Malcolm <dmalcolm@redhat.com>
1505
1506 * MAINTAINERS (libcpp): Add myself.
1507 (diagnostic messages): Likewise.
1508
1509 2016-02-20 Tom de Vries <tom@codesourcery.com>
1510
1511 * MAINTAINERS: Fix whitespace.
1512
1513 2016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
1514
1515 * MAINTAINERS (Write After Approval): Add myself.
1516
1517 2016-01-29 Sebastian Pop <s.pop@samsung.com>
1518
1519 * config/isl.m4: Add comments about isl-0.16.
1520 * configure: Regenerate.
1521
1522 2016-01-29 Martin Jambor <mjambor@suse.cz>
1523
1524 * MAINTAINERS (hsa maintainers): Add myself.
1525
1526 2015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
1527
1528 * MAINTAINERS: (Write After Approval): Add myself.
1529
1530 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
1531 Sebastian Pop <s.pop@samsung.com>
1532
1533 * Makefile.in: Regenerate.
1534 * Makefile.tpl: Export ISLVER.
1535 * configure: Regenerate.
1536 * config/isl.m4: Detect isl-0.15.
1537
1538 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
1539
1540 PR bootstrap/69329
1541 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
1542 * Makefile.in: Regenerate.
1543
1544 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
1545
1546 * configure.ac: Enable LTO for DJGPP
1547 * configure: Regenerate
1548
1549 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
1550
1551 Sync with binutils-gdb:
1552 2015-10-21 Nick Clifton <nickc@redhat.com>
1553
1554 PR gas/19109
1555 * configure.ac: Note the 'none' is an acceptable argument to
1556 --enable-compressed-debug-sections.
1557 * configure: Regenerate.
1558
1559 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
1560
1561 PR bootstrap/69134
1562 * Makefile.def (mpfr): Disable assembler.
1563 * Makefile.in: Regenerate.
1564
1565 2016-01-01 Ben Elliston <bje@gnu.org>
1566
1567 * config.guess: Import version 2016-01-01.
1568 * config.sub: Likewise.
1569
1570 2015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
1571
1572 * MAINTAINERS (Write After Approval): Add myself.
1573
1574 2015-12-17 Sebastian Pop <s.pop@samsung.com>
1575
1576 * Makefile.in: Replace ISL with isl.
1577 * Makefile.tpl: Same.
1578 * config/isl.m4: Same.
1579 * configure.ac: Same.
1580 * contrib/download_prerequisites: Same.
1581 * configure: Regenerate.
1582
1583 2015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
1584
1585 * MAINTAINERS (Write After Approval): Add Myself.
1586
1587 2015-12-17 Nathan Sidwell <nathan@acm.org>
1588
1589 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
1590 * configure: Regenerate.
1591
1592 2015-12-16 Aditya Kumar <aditya.k7@samsung.com>
1593 Sebastian Pop <s.pop@samsung.com>
1594
1595 * config/isl.m4 (ISL_CHECK_VERSION): Check for
1596 isl_ctx_get_max_operations.
1597 * configure: Regenerate.
1598
1599 2015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
1600
1601 * MAINTAINERS (Write After Approval): Add myself.
1602
1603 2015-12-02 Ian Lance Taylor <iant@google.com>
1604
1605 PR go/66147
1606 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
1607 * Makefile.in: Regenerate.
1608
1609 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
1610
1611 PR libffi/65726
1612 * Makefile.def (lang_env_dependencies): Make libffi depend
1613 on cxx.
1614 * Makefile.in: Regenerate.
1615
1616 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
1617
1618 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
1619 symbols.
1620
1621 2015-11-20 Tristan Gingold <gingold@adacore.com>
1622
1623 Sync with binutils-gdb:
1624 2015-11-20 Tristan Gingold <gingold@adacore.com>
1625
1626 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
1627 * configure: Regenerate.
1628
1629 2015-11-19 Martin Liska <mliska@suse.cz>
1630
1631 * .gitignore: Add .clang-format to ignored files.
1632 * Makefile.in: Add clang-format.
1633 * Makefile.tpl: Likewise.
1634
1635 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
1636
1637 * configure.ac: Enable libmpx by default.
1638 * configure: Regenerated.
1639
1640 2015-10-23 Steve Ellcey <sellcey@imgtec.com>
1641
1642 * MAINTAINERS: Update email address.
1643
1644 2015-10-23 Paulo Matos <pmatos@linki.tools>
1645
1646 * MAINTAINERS: Update email address.
1647
1648 2015-10-23 Alan Hayward <alan.hayward@arm.com>
1649
1650 * MAINTAINERS (Write After Approval): Add myself.
1651
1652 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
1653
1654 Sync with binutils-gdb:
1655 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
1656
1657 PR gas/19109
1658 * configure.ac: Add
1659 --enable-compressed-debug-sections={all,gas,gold,ld}.
1660 * configure: Regenerated.
1661
1662 2015-10-16 Arnaud Charlet <charlet@adacore.com>
1663
1664 * MAINTAINERS: Update list of Ada maintainers and email addresses.
1665
1666 2015-10-09 Martin Liska <mliska@suse.cz>
1667
1668 * MAINTAINERS (Write After Approval): Add myself.
1669
1670 2015-10-09 Alexander Fomin <alexander.fomin@intel.com>
1671
1672 * MAINTAINERS (Write After Approval): Add myself.
1673
1674 2015-10-02 Florian Weimer <fweimer@redhat.com>
1675
1676 * MAINTAINERS: Update email address.
1677
1678 2015-10-02 Louis Krupp <louis.krupp@zoho.com>
1679
1680 * MAINTAINERS (Write After Approval): Add myself.
1681
1682 2015-09-20 Kai Tietz <ktietz70@googlemail.com>
1683
1684 * MAINTAINERS: Update email.
1685
1686 2015-09-14 Bernd Schmidt <bschmidt@redhat.com>
1687
1688 * MAINTAINERS: Update my email address.
1689
1690 2015-09-01 James Bowman <james.bowman@ftdichip.com>
1691
1692 * MAINTAINERS (ft32 port): Add myself.
1693
1694 2015-08-28 David Sherwood <david.sherwood@arm.com>
1695
1696 * MAINTAINERS: Add myself.
1697
1698 2015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
1699
1700 * MAINTAINERS (Write After Approval): Add myself.
1701
1702 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1703
1704 PR libfortran/54572
1705 * Makefile.def: Make libgfortran depend on libbacktrace.
1706 * Makefile.in: Regenerate.
1707
1708 2015-08-20 Simon Dardis <simon.dardis@imgtec.com>
1709
1710 * MAINTAINERS (Write After Approval): Add myself.
1711
1712 2015-08-12 Tom de Vries <tom@codesourcery.com>
1713
1714 PR other/67092
1715 * configure.ac: Remove --with_host_libstdcxx support.
1716 * configure: Regenerate.
1717
1718 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
1719 Jakub Jelinek <jakub@redhat.com>
1720
1721 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
1722 nvptx*-*-*.
1723 * configure: Regenerate.
1724
1725 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
1726
1727 * Makefile.def (libiconv): Define bootstrap=true.
1728 Mark pdf/html/info as missing.
1729 (configure-gcc): Depend on all-libiconv.
1730 (all-gcc): Ditto.
1731 (configure-libcpp): Ditto.
1732 (all-libcpp): Ditto.
1733 (configure-intl): Ditto.
1734 (all-intl): Ditto.
1735 * Makefile.in: Regenerate.
1736
1737 2015-08-03 Bin Cheng <bin.cheng@arm.com>
1738
1739 * MAINTAINERS (loop ivopts): Add the entry and myself.
1740
1741 2015-07-31 Nathan Sidwell <nathan@codesourcery.com>
1742
1743 * MAINTAINERS (nvptx): Add self.
1744
1745 2015-07-29 Alan Lawrence <alan.lawrence@arm.com>
1746
1747 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
1748 128-bit vector modes.
1749
1750 2015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
1751
1752 * MAINTAINERS (Write After Approval): Add myself.
1753
1754 2015-07-28 Ben Elliston <bje@gnu.org>
1755
1756 * config.sub, config.guess: Import from upstream.
1757
1758 2015-07-24 Michael Darling <darlingm@gmail.com>
1759
1760 PR other/66259
1761 * config-ml.in: Reflects renaming of configure.in to configure.ac
1762 * configure: Likewise
1763 * configure.ac: Likewise
1764
1765 2015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
1766
1767 * MAINTAINERS: Update my email address.
1768
1769 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1770
1771 Sync with binutils-gdb:
1772 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1773
1774 * configure.ac (target_configdirs): Exclude target-zlib if
1775 target-libjava isn't built.
1776 * configure: Regenerated.
1777
1778 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1779
1780 Sync with binutils-gdb:
1781 2015-05-13 John David Anglin <dave.anglin@bell.net>
1782
1783 * configure.ac: Disable configuration of GDB for HPUX targets.
1784 * configure: Regenerate.
1785
1786 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1787
1788 * configure.ac: Add --with-system-zlib.
1789 * configure: Regenerated.
1790
1791 2015-01-28 James Bowman <james.bowman@ftdichip.com>
1792
1793 * configure.ac: Add FT32 support.
1794 * configure: Regenerate.
1795
1796 2015-01-12 Anthony Green <green@moxielogic.com>
1797
1798 * configure.ac: Don't disable gprof for moxie.
1799 * configure: Rebuild.
1800
1801 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1802
1803 Sync with binutils-gdb:
1804 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1805
1806 PR ld/18355
1807 * Makefile.def: Add extra_configure_flags to host zlib.
1808 * configure.ac (extra_host_zlib_configure_flags): New. Set
1809 to --enable-host-shared When bfd is to be built as shared
1810 library. AC_SUBST.
1811 * Makefile.in: Regenerated.
1812
1813 2015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
1814
1815 Sync with src:
1816 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
1817 * Makefile.def (dependencies): Add all-zlib to all-bfd.
1818 * Makefile.in: Regenerated.
1819
1820 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
1821
1822 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1823 target.
1824 * configure: Regenerate.
1825
1826 2015-06-23 Ludovic Courtès <ludo@gnu.org>
1827
1828 * MAINTAINERS (Write After Approval): Add myself.
1829
1830 2015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
1831
1832 * MAINTAINERS (OS Port Maintainers): Add myself.
1833 (Various Maintainers): Remove myself from libffi testsuite.
1834
1835 2015-06-04 Richard Sandiford <richard.sandiford@arm.com>
1836
1837 * MAINTAINERS (gen* on machine desc): Add self.
1838
1839 2015-06-02 Jason Merrill <jason@redhat.com>
1840
1841 PR bootstrap/66319
1842 * configure.ac: Use -std=gnu++98.
1843
1844 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
1845
1846 * MAINTAINERS (Write After Approval): Add myself.
1847
1848 2015-05-28 Mike Frysinger <vapier@gentoo.org>
1849
1850 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1851 * configure: Regenerate.
1852
1853 2015-05-26 Jason Merrill <jason@redhat.com>
1854
1855 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
1856 * configure: Regenerate.
1857
1858 2015-05-16 James Bowman <james.bowman@ftdichip.com>
1859
1860 * configure.ac: FT32 target added.
1861 * configure: Regenerated.
1862
1863 2015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
1864
1865 * MAINTAINERS (Write After Approval): Add myself.
1866
1867 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1868
1869 * MAINTAINERS (Write After Approval): Add myself.
1870
1871 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1872
1873 * configure.ac: Fix typo.
1874 * configure: Regenerate.
1875
1876 2015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
1877
1878 * MAINTAINERS (Write After Approval): Add myself.
1879
1880 2015-05-03 Matthias Klose <doko@ubuntu.com>
1881
1882 * configure.ac: Match $host configured with triplets.
1883 * configure: Regenerate.
1884
1885 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1886
1887 * Makefile.tpl: Remove surplus whitespace throughout.
1888 * Makefile.in: Regenerate.
1889
1890 2015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
1891
1892 * MAINTAINERS (Various Maintainers): Add myself as instruction
1893 combiner maintainer.
1894
1895 2015-04-17 Jakub Jelinek <jakub@redhat.com>
1896
1897 PR bootstrap/62077
1898 * configure.ac (--enable-stage1-checking): Default to
1899 release,misc,gimple,rtlflag,tree,types if --disable-checking
1900 or --enable-checking is not specified and DEV-PHASE is not
1901 experimental.
1902 * configure: Regenerated.
1903
1904 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
1905
1906 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1907 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1908 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1909 * Makefile.in: Regenerate.
1910
1911 2015-04-08 Cary Coutant <ccoutant@gmail.com>
1912
1913 * MAINTAINERS: Update my email address.
1914
1915 2015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
1916
1917 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
1918
1919 2015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1920
1921 * MAINTAINERS: Add myself as an arm port reviewer.
1922
1923 2015-03-25 Martin Liska <mliska@suse.cz>
1924 Yury Gribov <y.gribov@samsung.com>
1925
1926 * Makefile.in: Fix ln source location for vimrc file.
1927 * Makefile.tpl: Likewise.
1928
1929 2015-03-09 Aldy Hernandez <aldyh@redhat.com>
1930
1931 PR bootstrap/25672
1932 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
1933 cross-compiling. Similarly for CXX_FOR_TARGET.
1934 * configure: Regenerate.
1935
1936 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
1937
1938 * Makefile.def: Add libmpx.
1939 * configure.ac: Add libmpx.
1940 * Makefile.in: Regenerate.
1941 * configure: Regenerate.
1942
1943 2015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
1944
1945 * MAINTAINERS (CPU Port Maintainers): Add myself
1946 i386 vector ISA extns mantainer.
1947
1948 2015-03-13 Jeff Law <law@redhat.com>
1949
1950 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
1951 maintainer.
1952 Remove Richard Henderson as a maintainer for the x86 port.
1953
1954 2015-03-03 Joern Rennecke <gnu@amylaar.uk>
1955
1956 * MAINTAINERS (CPU Port Maintainers): Update my email address.
1957
1958 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
1959
1960 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
1961 pointer bounds checker and i386 MPX maintainer.
1962
1963 2015-02-26 Sandra Loosemore <sandra@codesourcery.com>
1964
1965 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
1966
1967 2015-02-26 Martin Sebor <msebor@redhat.com>
1968
1969 * MAINTAINERS (Various Maintainers): Add self.
1970
1971 2015-02-20 Thomas Schwinge <thomas@codesourcery.com>
1972
1973 * configure.ac [--enable-as-accelerator-for] (enable_languages):
1974 Make sure it contains lto.
1975 * configure: Regenerate.
1976
1977 2015-02-18 Thomas Schwinge <thomas@codesourcery.com>
1978
1979 * configure: Regenerate.
1980
1981 2015-02-06 Diego Novillo <dnovillo@google.com>
1982 1
1983 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
1984 middle-end, docstring): Remove myself.
1985 (Write After Approval): Add myself.
1986
1987 2015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
1988
1989 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
1990 (Write After Approval): Update address.
1991
1992 2015-01-29 David Malcolm <dmalcolm@redhat.com>
1993
1994 PR jit/64780
1995 * configure.ac: Require the user to explicitly specify
1996 --enable-host-shared if the jit is enabled.
1997 * configure: Regenerate.
1998
1999 2015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
2000
2001 * MAINTAINERS (Write After Approval): Add myself.
2002
2003 2015-01-25 Tom de Vries <tom@codesourcery.com>
2004
2005 * MAINTAINERS: Make whitespace consistent.
2006
2007 2015-01-23 Braden Obrzut <admin@maniacsvault.net>
2008
2009 * MAINTAINERS (Write After Approval): Add myself.
2010
2011 2015-01-20 Andre Vehreschild <vehre@gmx.de>
2012
2013 * MAINTAINERS: (Write After Approval): Add myself.
2014
2015 2015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
2016
2017 * MAINTAINERS: (Write After Approval): Add myself.
2018
2019 2015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
2020
2021 * MAINTAINERS: (Write After Approval): Add myself.
2022
2023 2015-01-13 Iain Sandoe <iain@codesourcery.com>
2024
2025 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
2026 objective-c/c++ front end maintainer.
2027
2028 2015-01-13 Marek Polacek <polacek@redhat.com>
2029
2030 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
2031
2032 2015-01-12 Jeff Law <law@redhat.com>
2033
2034 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
2035 a very long time.
2036
2037 2015-01-09 Ian Lance Taylor <iant@google.com>
2038
2039 * configure.ac (host_tools): Add gotools.
2040 * Makefile.def (host_modules): Add gotools.
2041 (dependencies): Add dependency of all-gotools on all-target-libgo.
2042
2043 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
2044
2045 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
2046 * configure: Regenerate.
2047
2048 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
2049
2050 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
2051 all-target-libgomp.
2052 * Makefile.in: Regenerate.
2053
2054 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
2055
2056 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
2057
2058 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
2059
2060 * configure.ac: Add Visium support.
2061 * configure: Regenerate.
2062
2063 2015-01-04 Andreas Schwab <schwab@linux-m68k.org>
2064
2065 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
2066 * configure: Regenerate.
2067
2068 2015-01-03 Andrew Pinski <apinski@cavium.com>
2069
2070 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
2071 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
2072 (BASE_TARGET_EXPORTS): Add OBJCOPY.
2073 (OBJCOPY_FOR_TARGET): New variable.
2074 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
2075 * Makefile.in: Regenerate.
2076 * configure.ac: Check for already installed target objcopy.
2077 Also GCC_TARGET_TOOL on objcopy.
2078 * configure: Regenerate.
2079
2080 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
2081
2082 * config.sub: Update from upstream, to 2015-01-01 version.
2083 * config.guess: Ditto.
2084
2085 2014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
2086
2087 * MAINTAINERS (RTEMS Ports): Add myself.
2088
2089 2014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
2090
2091 * MAINTAINERS (Write After Approval): Add myself.
2092
2093 2014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
2094
2095 * MAINTAINERS (Write After Approval): Add myself.
2096
2097 2014-12-15 Thomas Schwinge <thomas@codesourcery.com>
2098
2099 * configure.ac (--enable-as-accelerator-for): Don't set
2100 ENABLE_AS_ACCELERATOR_FOR. Update all users.
2101 * configure: Regenerate.
2102
2103 2014-12-13 Jakub Jelinek <jakub@redhat.com>
2104
2105 PR bootstrap/64023
2106 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
2107 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
2108 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
2109 to CXX.
2110 * Makefile.in: Regenerated.
2111
2112 2014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2113 Yury Gribov <y.gribov@samsung.com>
2114
2115 * .gitignore: Added .local.vimrc and .lvimrc.
2116 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
2117 * Makefile.in: Regenerate.
2118
2119 2014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2120
2121 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
2122 * configure: Regenerated.
2123
2124 2014-11-27 Bernd Schmidt <bernds@codesourcery.com>
2125
2126 * MAINTAINERS (nvptx port): New entry.
2127
2128 2014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
2129
2130 * configure: Regenerate.
2131
2132 2014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2133
2134 * configure.ac: Merge with Binutils.
2135
2136 2014-11-26 Tobias Burnus <burnus@net-b.de>
2137
2138 * Makefile.def: Make more dependent on mpfr, mpc and isl.
2139 * Makefile.in: Regenerate.
2140
2141 2014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
2142
2143 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
2144 missing flex.
2145 * Makefile.in: Regenerated.
2146
2147 2014-11-21 Ilya Verbin <ilya.verbin@intel.com>
2148
2149 * Makefile.in: Regenerate.
2150
2151 2014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
2152
2153 PR bootstrap/63784
2154 * libtool.m4: Add $pic_flag with -shared.
2155
2156 2014-11-21 Renlin Li <Renlin.Li@arm.com>
2157
2158 * MAINTAINERS (Write After Approval): Added myself.
2159
2160 2014-11-21 Alex Velenko <Alex.Velenko@arm.com>
2161
2162 * MAINTAINERS (write-after-approval): Add myself.
2163
2164 2014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
2165
2166 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
2167 from 2 years ago.
2168
2169 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
2170
2171 Revert:
2172 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
2173
2174 * MAINTAINERS (Write After Approval): Added myself as line map
2175 maintainer.
2176
2177 2014-11-19 Renlin Li <Renlin.Li@arm.com>
2178
2179 Revert:
2180 2014-11-19 Renlin Li <Renlin.Li@arm.com>
2181
2182 * MAINTAINERS (Write After Approval): Added myself.
2183
2184 2014-11-19 Renlin Li <Renlin.Li@arm.com>
2185
2186 * MAINTAINERS (Write After Approval): Added myself.
2187
2188 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
2189
2190 * MAINTAINERS (Write After Approval): Added myself as line map
2191 maintainer.
2192
2193 2014-11-17 Dodji Seketeli <dodji@redhat.com>
2194
2195 * MAINTAINERS (Various Maintainers): Added myself as line map
2196 maintainer.
2197
2198 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2199
2200 * move-if-change: Sync from upstream gnulib.
2201
2202 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2203
2204 * compile: Sync with upstream Automake.
2205 * depcomp: Ditto.
2206 * install-sh: Ditto.
2207 * missing: Ditto.
2208 * mkinstalldirs: Ditto.
2209 * ylwrap: Ditto.
2210
2211 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2212
2213 * config.sub: Update from upstream config repo.
2214 * config.guess: Ditto.
2215
2216 2014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
2217
2218 * Makefile.def: Add liboffloadmic to target_modules. Make
2219 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
2220 * Makefile.in: Regenerate.
2221 * configure: Regenerate.
2222 * configure.ac: Add liboffloadmic to target binaries.
2223 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
2224 Add liboffloadmic to noconfig list when C++ is not supported.
2225
2226 2014-11-13 Bernd Schmidt <bernds@codesourcery.com>
2227 Thomas Schwinge <thomas@codesourcery.com>
2228 Ilya Verbin <ilya.verbin@intel.com>
2229 Andrey Turetskiy <andrey.turetskiy@intel.com>
2230
2231 * configure: Regenerate.
2232 * configure.ac (--enable-as-accelerator-for)
2233 (--enable-offload-targets): New configure options.
2234
2235 2014-11-11 Tobias Burnus <burnus@net-b.de>
2236
2237 * Makefile.def: Make all-gcc depend on all-isl.
2238 * Makefile.in: Regenerate.
2239
2240 2014-11-11 David Malcolm <dmalcolm@redhat.com>
2241
2242 * ChangeLog.jit: New.
2243 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
2244
2245 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2246
2247 PR target/63610
2248 * libtool.m4: Fix globbing of darwin versions.
2249 * configure: Regenerate.
2250
2251 2014-11-11 Tobias Burnus <burnus@net-b.de>
2252
2253 * Makefile.def: Remove CLooG.
2254 * Makefile.tpl: Ditto.
2255 * configure.ac: Ditto.
2256 * configure: Regenerate.
2257 * Makefile.in: Ditto.
2258
2259 2014-11-06 Bernd Schmidt <bernds@codesourcery.com>
2260
2261 * configure.ac: Handle nvptx-*-*.
2262 * configure: Regenerate.
2263
2264 2014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
2265
2266 * MAINTAINERS (Write After Approval): Add myself.
2267
2268 2014-10-31 Jakub Jelinek <jakub@redhat.com>
2269
2270 * Makefile.def (libcc1): Remove bootstrap=true;.
2271 * Makefile.in: Regenerated.
2272
2273 2014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2274
2275 * configure.ac: Update comment.
2276 * configure: Regenerate.
2277
2278 2014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
2279
2280 * MAINTAINERS (Write After Approval): Add myself.
2281
2282 2014-10-30 Thomas Schwinge <thomas@codesourcery.com>
2283
2284 * configure.ac (extra_host_libiberty_configure_flags): Add
2285 --enable-shared also for libcc1's benefit.
2286 * configure: Regenerate.
2287
2288 2014-10-29 Tristan Gingold <gingold@adacore.com>
2289
2290 * MAINTAINERS: Change my email address.
2291
2292 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
2293 Tom Tromey <tromey@redhat.com>
2294
2295 * Makefile.def: Add libcc1 to host_modules.
2296 * configure.ac (host_tools): Add libcc1.
2297 * Makefile.in, configure: Rebuild.
2298
2299 2014-10-24 Hans-Peter Nilsson <hp@axis.com>
2300
2301 * configure.ac (build_configargs): Don't share config.cache between
2302 build subdirs.
2303 * configure: Regenerate.
2304
2305 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
2306
2307 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
2308 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
2309 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
2310 leon3v7 as leon3.
2311 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
2312 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
2313 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
2314 * config/sparc/sparc.md (cpu): Add leon3v7.
2315 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
2316
2317 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
2318
2319 * MAINTAINERS (write-after-approval): Add myself.
2320
2321 2014-10-23 Ian Lance Taylor <iant@google.com>
2322
2323 * configure.ac: Disable the Go frontend on systems where it is known
2324 to not work.
2325 * configure: Regenerate.
2326
2327 2014-10-23 Richard Biener <rguenther@suse.de>
2328
2329 * Makefile.def: Add libcpp build module and dependencies.
2330 * configure.ac: Add libcpp build module.
2331 * Makefile.in: Regenerate.
2332 * configure: Likewise.
2333
2334 2014-10-15 Max Filippov <jcmvbkbc@gmail.com>
2335
2336 * MAINTAINERS (write-after-approval): Add myself.
2337
2338 2014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
2339
2340 * INSTALL/README: Do not mention CVS.
2341
2342 2014-10-03 Jing Yu <jingyu@google.com>
2343
2344 * configure.ac: Add aarch64 to list of targets that support gold.
2345 * configure: Regenerate.
2346
2347 2014-09-29 François Dumont <fdumont@gcc.gnu.org>
2348
2349 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
2350
2351 2014-09-29 Catherine Moore <clm@codesourcery.com>
2352
2353 * MAINTAINERS: Add myself as MIPS maintainer.
2354
2355 2014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
2356
2357 * MAINTAINERS: Move myself to MIPS maintainers.
2358
2359 2014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2360
2361 * MAINTAINERS: Put all email addresses between '<' and '>'.
2362
2363 2014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2364
2365 * MAINTAINERS: Move myself to reviewers (Fortran).
2366
2367 2014-09-01 Andi Kleen <ak@linux.intel.com>
2368
2369 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
2370 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
2371 * Makefile.in: Regenerate.
2372
2373 2014-08-28 David Malcolm <dmalcolm@redhat.com>
2374
2375 * rtx-classes-status.txt: Delete
2376
2377 2014-08-28 David Malcolm <dmalcolm@redhat.com>
2378
2379 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
2380
2381 2014-08-27 Sebastian Pop <s.pop@samsung.com>
2382
2383 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
2384 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
2385 of checking for version number.
2386 * configure: Regenerated.
2387 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
2388
2389 2014-08-27 David Malcolm <dmalcolm@redhat.com>
2390
2391 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
2392 is done; begin phase 6 (use extra rtx_def subclasses).
2393
2394 2014-08-27 David Malcolm <dmalcolm@redhat.com>
2395
2396 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
2397 done; begin phase 5 (additional rtx_def subclasses).
2398
2399 2014-08-26 David Malcolm <dmalcolm@redhat.com>
2400
2401 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
2402
2403 2014-08-26 David Malcolm <dmalcolm@redhat.com>
2404
2405 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
2406 SET_BB_HEADER are done.
2407
2408 2014-08-26 David Malcolm <dmalcolm@redhat.com>
2409
2410 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
2411 done.
2412
2413 2014-08-26 David Malcolm <dmalcolm@redhat.com>
2414
2415 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
2416
2417 2014-08-26 David Malcolm <dmalcolm@redhat.com>
2418
2419 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
2420
2421 2014-08-25 David Malcolm <dmalcolm@redhat.com>
2422
2423 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
2424
2425 2014-08-25 David Malcolm <dmalcolm@redhat.com>
2426
2427 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
2428
2429 2014-08-25 David Malcolm <dmalcolm@redhat.com>
2430
2431 * rtx-classes-status.txt: Phase 3 (per-file commits within
2432 "config" subdirs) is done; begin phase 4 (removal of
2433 "scaffolding").
2434
2435 2014-08-23 David Malcolm <dmalcolm@redhat.com>
2436
2437 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
2438 dir) is done; begin phase 3 (per-file commits within "config"
2439 subdirs).
2440
2441 2014-08-21 David Malcolm <dmalcolm@redhat.com>
2442
2443 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
2444 phase 2 (per-file commits in main source dir).
2445
2446 2014-08-21 Bin Cheng <bin.cheng@arm.com>
2447
2448 * configure: Regenerated.
2449
2450 2014-08-19 David Malcolm <dmalcolm@redhat.com>
2451
2452 * rtx-classes-status.txt (TODO): Add SET_BND_TO
2453
2454 2014-08-19 David Malcolm <dmalcolm@redhat.com>
2455
2456 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
2457
2458 2014-08-19 David Malcolm <dmalcolm@redhat.com>
2459
2460 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
2461
2462 2014-08-19 David Malcolm <dmalcolm@redhat.com>
2463
2464 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
2465
2466 2014-08-19 David Malcolm <dmalcolm@redhat.com>
2467
2468 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
2469
2470 2014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
2471
2472 * MAINTAINERS (Write After Approval): Add myself.
2473
2474 2014-08-19 Christopher Faylor <me.gnu@cgf.cx>
2475
2476 * MAINTAINERS: Remove myself
2477
2478 2014-08-19 David Malcolm <dmalcolm@redhat.com>
2479
2480 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
2481
2482 2014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
2483
2484 * MAINTAINERS (Write After Approval): Add myself.
2485
2486 2014-08-18 David Malcolm <dmalcolm@redhat.com>
2487
2488 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
2489 SET_BB_HEADER, SET_BB_FOOTER
2490
2491 2014-08-18 David Malcolm <dmalcolm@redhat.com>
2492
2493 * rtx-classes-status.txt: New file
2494
2495 2014-08-18 Roman Gareev <gareevroman@gmail.com>
2496
2497 * configure.ac: Eliminate ClooG installation dependency.
2498 * configure: Regenerate.
2499 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
2500 * Makefile.in: Regenerate.
2501
2502 2014-08-15 Ilya Verbin <iverbin@gmail.com>
2503
2504 * MAINTAINERS (Write After Approval): Add myself.
2505
2506 2014-08-15 Ilya Tocar <tocarip@gmail.com>
2507
2508 * MAINTAINERS (Write After Approval): Add myself.
2509
2510 2014-08-01 Jiong Wang <jiong.wang@arm.com>
2511
2512 * MAINTAINERS (Write After Approval): Add myself.
2513
2514 2014-07-28 Anthony Green <green@moxielogic.com>
2515
2516 Import from savannah.gnu.org:
2517 * config.sub: Update to 2014-07-28 version.
2518
2519 2014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
2520
2521 * MAINTAINERS: Remove my MIPS maintainer entry.
2522
2523 2014-07-26 Uros Bizjak <ubizjak@gmail.com>
2524
2525 PR target/47230
2526 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
2527 * configure: Regenerate.
2528
2529 2014-07-24 James Norris <jnorris@codesourcery.com>
2530
2531 * MAINTAINERS (Write After Approval): Add myself.
2532
2533 2014-07-20 Roman Gareev <gareevroman@gmail.com>
2534
2535 * configure.ac: Accept only CLooG 0.18.1.
2536 * configure: Regenerate.
2537
2538 2014-07-17 Roman Gareev <gareevroman@gmail.com>
2539
2540 * configure.ac: Don't accept isl 0.11.
2541 * configure: Regenerate.
2542
2543 2014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2544
2545 * MAINTAINERS (Write After Approval): Add myself.
2546
2547 2014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2548
2549 * configure.ac: Don't accept isl 0.10.
2550 * configure: Regenerate.
2551
2552 2014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
2553
2554 Fix include path for in-tree cloog.
2555 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
2556 * configure: Regenerate.
2557
2558 2014-06-18 Richard Henderson <rth@redhat.com>
2559
2560 * .gitignore: Import gcc_update output.
2561
2562 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
2563
2564 * config-ml.in: Robustify ac_configure_args parsing.
2565
2566 * configure.ac (--enable-linker-plugin-configure-flags)
2567 (--enable-linker-plugin-flags): New flags.
2568 (configdirs): Conditionally add libiberty-linker-plugin.
2569 * configure: Regenerate.
2570 * Makefile.def (host_modules): Add libiberty-linker-plugin.
2571 (host_modules) <lto-plugin>: Pay attention to
2572 @extra_linker_plugin_flags@ and
2573 @extra_linker_plugin_configure_flags@.
2574 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
2575 * Makefile.in: Regenerate.
2576
2577 * Makefile.tpl (configure-[+prefix+][+module+])
2578 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
2579 "module_srcdir" instead of "module" for locating a module's srcdir.
2580 * Makefile.in: Regenerate.
2581
2582 2014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
2583
2584 * MAINTAINERS (Write After Approval): Add myself.
2585
2586 2014-06-06 Sebastian Pop <sebpop@gmail.com>
2587
2588 * MAINTAINERS: Update my email address.
2589
2590 2014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
2591
2592 * MAINTAINERS (Write After Approval): Add myself.
2593
2594 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
2595
2596 * MAINTAINERS (Write After Approval): Add myself.
2597
2598 2014-05-30 Jonathan Wakely <jwakely@redhat.com>
2599
2600 PR libstdc++/61011
2601 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
2602 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
2603 * configure: Regenerate.
2604
2605 2014-05-28 Pedro Alves <palves@redhat.com>
2606
2607 * MAINTAINERS (Write After Approval): Add myself.
2608
2609 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
2610
2611 * MAINTAINERS: Update my affiliation/email.
2612
2613 2014-05-19 Mike Stump <mikestump@comcast.net>
2614
2615 * MAINTAINERS: Add wide-int reviewers.
2616
2617 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
2618
2619 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
2620 * configure: Regenerated.
2621
2622 2014-05-15 Torvald Riegel <triegel@redhat.com>
2623
2624 * MAINTAINERS (libitm): Add myself as maintainer.
2625
2626 2014-05-07 Charles Baylis <charles.baylis@linaro.org>
2627
2628 * MAINTAINERS (Write After Approval): Add myself.
2629
2630 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
2631
2632 * config.sub, config.guess: Import from upstream.
2633
2634 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
2635
2636 * MAINTAINERS (Write After Approval): Put myself in correct order.
2637
2638 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
2639
2640 * MAINTAINERS (Write After Approval): Add myself.
2641
2642 2014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2643
2644 * MAINTAINERS: Move myself from Reviewers to Write After Approval
2645 section.
2646
2647 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2648
2649 * MAINTAINERS (Write After Approval): Delete myself.
2650
2651 2014-04-17 Jakub Jelinek <jakub@redhat.com>
2652
2653 PR sanitizer/56781
2654 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
2655 and -B* options with -Xcompiler.
2656
2657 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
2658
2659 PR bootstrap/60620
2660 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
2661 * Makefile.in: Regenerate.
2662
2663 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
2664
2665 * Makefile.def (dependencies): Make all-ld depend on all-binutils
2666 for WINDRES_FOR_TARGET in default-manifest.o rule.
2667 * Makefile.in: Regenerate.
2668
2669 2014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
2670
2671 * MAINTAINERS (Write After Approval): Add myself.
2672
2673 2014-03-26 Jakub Jelinek <jakub@redhat.com>
2674
2675 PR sanitizer/56781
2676 * Makefile.def: Set bootstrap=true; for host fixincludes.
2677 * configure.ac: Don't bootstrap host fixincludes unless
2678 --with-build-config=bootstrap-{a,ub}san.
2679 * Makefile.in: Regenerated.
2680 * configure: Regenerated.
2681
2682 2014-03-21 Jakub Jelinek <jakub@redhat.com>
2683
2684 * configure.ac: Move BUILD_CONFIG set up earlier. Add
2685 --enable-vtable-verify option parsing. Don't add
2686 target-libsanitizer to bootstrap_target_libs unless
2687 --with-build-config=bootstrap-asan or
2688 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
2689 to bootstrap_target_libs unless --enable-vtable-verify.
2690 * configure: Regenerated.
2691
2692 2014-03-10 Anatoly Sokolov <aesok@post.ru>
2693
2694 * MAINTAINERS (Write After Approval): Add myself.
2695
2696 2014-03-07 Denis Chertykov <chertykov@gmail.com>
2697
2698 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
2699
2700 2014-03-07 Jakub Jelinek <jakub@redhat.com>
2701
2702 PR bootstrap/58572
2703 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
2704 -I for libstdc++-v3 includes if $(LEAN).
2705 * Makefile.in: Regenerated.
2706
2707 2014-03-04 Jonathan Wakely <jwakely@redhat.com>
2708
2709 * MAINTAINERS: Update my email address.
2710
2711 2014-02-24 Walter Lee <walt@tilera.com>
2712
2713 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
2714 (tilegx-*-*): Change to tilegx*-*-*.
2715 * configure: Regenerate.
2716
2717 2014-02-17 Loren J. Rittle <ljrittle@acm.org>
2718
2719 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
2720
2721 2014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
2722
2723 * MAINTAINERS (Write After Approval): Add myself.
2724
2725 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2726
2727 PR target/59788
2728 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
2729 *solaris2*.
2730
2731 2014-01-21 John David Anglin <danglin@gcc.gnu.org>
2732
2733 * MAINTAINERS: Update my email address.
2734
2735 2014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
2736
2737 * MAINTAINERS: Convert to UTF-8.
2738 Properly sort Xinliang David Li's entry.
2739
2740 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
2741 Sandra Loosemore <sandra@codesourcery.com>
2742
2743 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
2744 nios2 port maintainers.
2745
2746 2013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
2747
2748 * MAINTAINERS (Write After Approval): Add myself.
2749
2750 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2751
2752 * configure.ac: Add user-friendly check for native x86_64-linux
2753 multilibs.
2754 * configure: Regenerate.
2755
2756 2013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
2757
2758 * MAINTAINERS: Add myself as sh maintainer.
2759
2760 2013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2761
2762 * MAINTAINERS: Add self as SLSR maintainer.
2763
2764 2013-11-18 Jan Hubicka <hubicka@ucw.cz>
2765
2766 * MAINTAINERS: Update my email address.
2767
2768 2013-11-15 David Edelsohn <dje.gcc@gmail.com>
2769
2770 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
2771
2772 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
2773
2774 * Makefile.in: Regenerate.
2775
2776 * Makefile.tpl: Fix typo.
2777 * Makefile.in: Regenerate partially.
2778
2779 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
2780
2781 * configure.ac: Added libcilkrts to noconfig list when C++ is not
2782 supported.
2783 * configure: Regenerated.
2784
2785 2013-11-01 Trevor Saunders <tsaunders@mozilla.com>
2786
2787 * MAINTAINERS (Write After Approval): Add myself.
2788
2789 2013-10-30 Jason Merrill <jason@redhat.com>
2790
2791 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
2792 --disable-build-format-warnings.
2793
2794 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
2795
2796 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
2797 depend on libstdc++ and libgcc.
2798 * configure: Regenerate.
2799 * configure.ac: Added libcilkrts to target binaries. Also, restrict
2800 libcilkrts for POSIX and i*86, and x86_64 architectures.
2801 * Makefile.in: Added libcilkrts related fields to support building it.
2802
2803 2013-10-26 Jeff Law <law@redhat.com>
2804
2805 * Makefile.def (target_modules): Remove libmudflap
2806 (languages): Remove check-target-libmudflap).
2807 * Makefile.in: Rebuilt.
2808 * Makefile.tpl (check-target-libmudflap-c++): Remove.
2809 * configure.ac (target_libraries): Remove target-libmudflap.
2810 Remove checks which disabled libmudflap on some systems.
2811 * configure: Rebuilt.
2812 * libmudflap: Directory removed.
2813
2814 2013-10-21 Cong Hou <congh@google.com>
2815
2816 * MAINTAINERS (Write After Approval): Add myself.
2817
2818 2013-10-16 Mike Stump <mikestump@comcast.net>
2819
2820 * .dir-locals.el: Add.
2821
2822 2013-10-15 David Malcolm <dmalcolm@redhat.com>
2823
2824 * configure.ac: Add --enable-host-shared
2825 * configure: Regenerate.
2826
2827 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
2828
2829 Import from savannah.gnu.org:
2830 * config.guess: Update to 2013-06-10 version.
2831 * config.sub: Update to 2013-10-01 version.
2832
2833 2013-10-01 Simon Cook <simon.cook@embecosm.com>
2834
2835 Changes to build configuration to allow big endian ARC ELF toolchain
2836 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
2837 * configure: Regenerate.
2838
2839 2013-09-20 Alan Modra <amodra@gmail.com>
2840
2841 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
2842 ppc host match. Support little-endian powerpc linux hosts.
2843
2844 2013-09-19 Dodji Seketeli <dodji@redhat.com>
2845
2846 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
2847 maintainer.
2848
2849 2013-09-12 DJ Delorie <dj@redhat.com>
2850
2851 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
2852 maintainers.
2853
2854 2013-09-03 Richard Biener <rguenther@suse.de>
2855
2856 * configure.ac: Also allow ISL 0.12.
2857 * configure: Regenerated.
2858
2859 2013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
2860
2861 * MAINTAINERS (Write After Approval): Add myself.
2862
2863 2013-08-27 David Malcolm <dmalcolm@redhat.com>
2864
2865 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
2866
2867 2013-08-26 Caroline Tice <cmtice@google.com>
2868
2869 * MAINTAINERS: Correct earliers update: Move myself from libvtv
2870 "Various Reviewers" to libvtv "Various Maintainers".
2871
2872 2013-08-20 Steven Bosscher <steven@gcc.gnu.org>
2873
2874 * MAINTAINERS: Add myself as RTL optimizers reviewer.
2875
2876 2013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
2877
2878 * MAINTAINERS: Update name, email.
2879
2880 2013-08-13 Adam Butcher <adam@jessamine.co.uk>
2881
2882 * MAINTAINERS (Write After Approval): Add myself.
2883
2884 2013-08-12 Caroline Tice <cmtice@google.com>
2885
2886 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
2887 address in the Write After Approval section.
2888
2889 2013-08-09 Carlos O'Donell <carlos@redhat.com>
2890
2891 * MAINTAINERS (Write After Approval): Update email.
2892
2893 2013-08-08 Benjamin Kosnik <bkoz@redhat.com>
2894
2895 * configure.ac: Adjust to check VTV_SUPPORTED.
2896 * configure: Regenerated.
2897
2898 2013-08-02 Caroline Tice <cmtice@google.com>
2899
2900 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
2901 on non-linux systems; add target-libvtv to noconfigdirs; add
2902 libsupc++/.libs to C++ library search paths.
2903 * configure: Regenerated.
2904 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
2905 libstdc++ and libgcc.
2906 * Makefile.in: Regenerated.
2907
2908 2013-07-19 Yvan Roux <yvan.roux@linaro.org>
2909
2910 * MAINTAINERS (Write After Approval): Add myself.
2911
2912 2013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
2913 Shiva Chen <shiva0217@gmail.com>
2914
2915 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
2916 nds32 port maintainers.
2917
2918 2013-07-17 Tim Shen <timshen91@gmail.com>
2919
2920 * MAINTAINERS (Write After Approval): Add myself.
2921
2922 2013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2923
2924 * configure.ac: Sync from binutils.
2925 * configure: Regenerate.
2926
2927 2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
2928
2929 * MAINTAINERS (Write After Approval): Add myself.
2930
2931 2013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
2932
2933 * MAINTAINERS (Write After Approval): Add myself.
2934
2935 2013-05-17 David Malcolm <dmalcolm@redhat.com>
2936
2937 * MAINTAINERS (Write After Approval): Add myself.
2938
2939 2013-04-30 Brooks Moses <bmoses@google.com>
2940
2941 * MAINTAINERS: Update my email; move myself from Fortran
2942 reviewer to Write After Approval.
2943
2944 2013-04-16 Andreas Schwab <schwab@suse.de>
2945
2946 * configure.ac (aarch64-*-*): Don't disable java.
2947 * configure: Regenerate.
2948
2949 2013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
2950
2951 * MAINTAINERS (Write After Approval): Add myself.
2952
2953 2013-03-30 Matthias Klose <doko@ubuntu.com>
2954
2955 * Makefile.def (target_modules): Don't install libffi.
2956 * Makefile.in: Regenerate.
2957
2958 2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
2959
2960 * MAINTAINERS (Write After Approval): Add myself.
2961
2962 2013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
2963
2964 * MAINTAINERS (Write After Approval): Add myself.
2965
2966 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
2967
2968 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
2969 * configure: Regenerated.
2970
2971 2013-02-05 Ian Lance Taylor <iant@google.com>
2972
2973 PR go/55969
2974 * configure.ac: Disable libgo on some systems where it does not
2975 work.
2976
2977 2013-02-04 David Edelsohn <dje.gcc@gmail.com>
2978
2979 * MAINTAINERS: Explicitly add myself as AIX maintainer.
2980 Remove Geoff Keating as rs6000 port maintainer, at his request.
2981
2982 2013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
2983
2984 * MAINTAINERS: Update my email.
2985
2986 2013-01-23 Shenghou Ma <minux.ma@gmail.com>
2987
2988 * configure: Re-generate.
2989
2990 2013-01-15 Richard Biener <rguenther@suse.de>
2991
2992 PR other/55973
2993 * configure: Re-generate.
2994
2995 2013-01-14 Matthias Klose <doko@ubuntu.com>
2996
2997 * Makefile.def (install-target-libsanitizer): Depend on
2998 install-target-libstdc++-v3.
2999 * Makefile.in: Regenerate.
3000
3001 2013-01-14 Richard Biener <rguenther@suse.de>
3002
3003 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
3004 * configure: Re-generate
3005
3006 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3007
3008 * config.sub: Update from config repo.
3009
3010 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
3011
3012 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
3013 * Makefile.in: Regenerate.
3014
3015 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
3016
3017 * MAINTAINERS (arc): Add new port maintainership for myself.
3018
3019 2013-01-09 Jason Merrill <jason@redhat.com>
3020
3021 * .gitignore: Import from gdb repository.
3022
3023 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
3024
3025 * Makefile.def (configure-gcc): Depend on all-gmp.
3026 (all-gcc): Remove dependency on all-gmp.
3027 * Makefile.in: Regenerated.
3028
3029 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3030
3031 * config.sub: Merge from config repo.
3032 * config.guess: Ditto.
3033
3034 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3035
3036 * Makefile.def: Merge from binutils.
3037 * Makefile.in: Ditto.
3038
3039 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
3040
3041 * MAINTAINERS: Update my email.
3042
3043 2012-12-29 Ben Elliston <bje@gnu.org>
3044
3045 * config.guess: Update to 2012-12-29 version.
3046 * config.sub: Likewise.
3047
3048 2012-12-20 Matthias Klose <doko@ubuntu.com>
3049
3050 * Makefile.def (install-target-libgfortran): Depend on
3051 install-target-libquadmath, install-target-libgcc.
3052 (install-target-libsanitizer): Depend on install-target-libgcc.
3053 (install-target-libjava): Depend on install-target-libgcc.
3054 (install-target-libitm): Depend on install-target-libgcc.
3055 (install-target-libobjc): Depend on install-target-libgcc.
3056 (install-target-libstdc++-v3): Depend on install-target-libgcc.
3057 * Makefile.in: Regenerate.
3058
3059 2012-12-19 Matthias Klose <doko@ubuntu.com>
3060
3061 * Makefile.def (install-target-libgo): Depend on
3062 install-target-libatomic.
3063 * Makefile.in: Regenerate.
3064
3065 2012-12-18 Andreas Schwab <schwab@linux-m68k.org>
3066
3067 PR go/55201
3068 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
3069 * Makefile.in: Regenerate.
3070
3071 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
3072
3073 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
3074 * configure: Regenerate.
3075
3076 2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3077
3078 * config.sub: Merge from config repo.
3079
3080 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
3081
3082 * Makefile.def (target_modules): Add bootstrap=true and
3083 raw_cxx=true to libsanitizer.
3084 * configure.ac (bootstrap_target_libs): Add libsanitizer.
3085 * Makefile.in: Regenerated.
3086 * configure: Likewise.
3087
3088 2012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
3089
3090 * MAINTAINERS: Remove self as RTL optimization maintainer.
3091
3092 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3093
3094 * MAINTAINERS (Write After Approval): Add myself.
3095
3096 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
3097
3098 * Makefile.def (target_modules): Remove bootstrap=true and
3099 raw_cxx=true from libsanitizer.
3100 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
3101 * Makefile.in: Regenerated.
3102 * configure: Likewise.
3103
3104 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
3105
3106 * Makefile.def (target_modules): Add bootstrap=true and
3107 raw_cxx=true to libsanitizer.
3108 * configure.ac (bootstrap_target_libs): Add libsanitizer.
3109 * Makefile.in: Regenerated.
3110 * configure: Likewise.
3111
3112 2012-11-28 Andrew Pinski <apinski@cavium.com>
3113
3114 PR bootstrap/54279
3115 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
3116 * configure: Regenerate.
3117 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
3118 * Makefile.in: Regenerate.
3119
3120 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
3121
3122 * configure.ac: Disable libsanitizer if we're not building C++.
3123 * configure: Regenerate.
3124
3125 2012-11-15 Roland McGrath <roland@hack.frob.com>
3126
3127 * MAINTAINERS (Write After Approval): Add myself.
3128
3129 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
3130
3131 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
3132 Kostya Serebryany (kcc@google.com) and
3133 Jakub Jelinek (jakub@redhat.com).
3134 Rename area for Dodji Seketeli (dodji@redhat.com).
3135
3136 2012-11-15 Dodji Seketeli <dodji@redhat.com>
3137
3138 * MAINTAINERS: (asan.c, related): Add myself.
3139
3140 2012-11-14 Roland McGrath <mcgrathr@google.com>
3141
3142 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
3143 * configure: Regenerate.
3144
3145 2012-11-13 Richard Henderson <rth@redhat.com>
3146
3147 * configure.ac: Move libsanitizer logic to subdirectory.
3148 * configure: Regenerate.
3149
3150 2012-11-13 Dodji Seketeli <dodji@redhat.com>
3151
3152 * configure.ac: Enable libsanitizer just on x86 linux for now.
3153 * configure: Re-generate.
3154
3155 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
3156
3157 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
3158 sections.
3159 * configure: Regenerate.
3160
3161 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
3162
3163 * configure.ac: Add section for configdirs for libsanitizer.
3164 Disable for cris-*-* and mmix-*-*.
3165 * configure: Regenerate.
3166
3167 2012-11-12 Wei Mi <wmi@google.com>
3168
3169 * configure.ac: Add libsanitizer to target_libraries.
3170 * Makefile.def: Ditto.
3171 * configure: Regenerate.
3172 * Makefile.in: Regenerate.
3173 * libsanitizer: New directory for asan runtime. Contains an empty
3174 tsan directory.
3175
3176 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
3177
3178 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
3179 against Mingw64 w32api.
3180 * configure: Regenerate.
3181
3182 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
3183
3184 * configure: Regenerated.
3185
3186 2012-11-03 Robert Mason <rbmj@verizon.net>
3187
3188 * configure.ac: add --disable-libstdcxx configure option
3189 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
3190
3191 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
3192
3193 * MAINTAINERS (Write After Approval): Add myself.
3194
3195 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
3196
3197 * MAINTAINERS (Write After Approval): Add myself.
3198
3199 2012-10-24 Sharad Singhai <singhai@google.com>
3200
3201 * MAINTAINERS (Write After Approval): Add myself.
3202
3203 2012-10-24 Eric Christopher <echristo@gmail.com>
3204
3205 * MAINTAINERS: Update email address.
3206
3207 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
3208
3209 PR bootstrap/54820
3210 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
3211 * configure: Regenerate.
3212
3213 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
3214
3215 * MAINTAINERS (aarch64): Add Marcus and myself.
3216
3217 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
3218
3219 PR bootstrap/54820
3220 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
3221 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
3222 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3223 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3224 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
3225 * Makefile.in: Regenerate.
3226 * configure.ac (have_static_libs): New variable and associated check.
3227 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
3228 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
3229 * configure: Regenerate.
3230
3231 2012-10-10 Richard Biener <rguenther@suse.de>
3232
3233 * MAINTAINERS: Adjust for changed surname.
3234
3235 2012-10-04 Lawrence Crowl <crowl@google.com>
3236
3237 * MAINTAINERS (Write After Approval): Add myself.
3238
3239 2012-10-01 Cary Coutant <ccoutant@google.com>
3240
3241 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
3242
3243 2012-09-28 Ian Lance Taylor <iant@google.com>
3244
3245 * Makefile.def: Make all-target-libgo depend on
3246 all-target-libbacktrace.
3247 * Makefile.in: Rebuild.
3248
3249 2012-09-26 Ian Lance Taylor <iant@google.com>
3250
3251 * Makefile.def: Make all-gcc depend on all-libbacktrace.
3252 * Makefile.in: Rebuild.
3253
3254 2012-09-20 Walter Lee <walt@tilera.com>
3255
3256 * configure.ac: Add tilegx to list of targets that support gold.
3257 * configure: Regenerate.
3258
3259 2012-09-20 Marek Polacek <polacek@redhat.com>
3260
3261 * MAINTAINERS (Write After Approval): Add myself.
3262
3263 2012-09-19 Steve Ellcey <sellcey@mips.com>
3264
3265 * configure.ac: Add mips*-mti-elf* target.
3266 * configure: Regenerate.
3267
3268 2012-09-17 Ian Lance Taylor <iant@google.com>
3269
3270 * MAINTAINERS (Various Maintainers): Add libbacktrace.
3271 * configure.ac (host_libs): Add libbacktrace.
3272 (target_libraries): Add libbacktrace.
3273 * Makefile.def (host_modules): Add libbacktrace.
3274 (target_modules): Likewise.
3275 * configure, Makefile.in: Rebuild.
3276
3277 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
3278
3279 PR target/38607
3280 Merge upstream change.
3281 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
3282
3283 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
3284 Add libgomp*.o to compare_exclusions for AIX.
3285 * configure: Regenerate.
3286
3287 2012-09-06 Diego Novillo <dnovillo@google.com>
3288
3289 * configure.ac: Bump minimum GMP version to 4.2.3.
3290 * configure: Re-generate.
3291
3292 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
3293
3294 PR target/54461
3295 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
3296 target-libgloss if not configured --with-avrlibc=no.
3297 * configure: Regenerate.
3298
3299 2012-09-04 Jason Merrill <jason@redhat.com>
3300
3301 * configure.ac: Fix --enable-languages=all.
3302
3303 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
3304
3305 * MAINTAINERS (Write After Approval): Add myself.
3306
3307 2012-09-03 Richard Guenther <rguenther@suse.de>
3308
3309 PR bootstrap/54138
3310 * configure.ac: Re-organize ISL / CLOOG checks to allow
3311 disabling with either --without-isl or --without-cloog.
3312 * configure: Regenerated.
3313
3314 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
3315
3316 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
3317 * configure: Regenerate.
3318
3319 2012-08-27 Ulrich Drepper <drepper@gmail.com>
3320
3321 * MAINTAINERS: Fix my email address.
3322
3323 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
3324
3325 PR binutils/4970
3326 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
3327 and opcodes.
3328 * Makefile.in: Regenerated.
3329
3330 2012-08-26 Art Haas <ahaas@impactweather.com>
3331
3332 * configure: Regenerate.
3333
3334 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
3335
3336 * INSTALL/README: Also refer to the online installation
3337 instructions.
3338
3339 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
3340
3341 * MAINTAINERS (Write After Approval): Add myself.
3342 (Picochip port): Remove myself.
3343
3344 2012-08-14 Diego Novillo <dnovillo@google.com>
3345
3346 Merge from cxx-conversion branch.
3347
3348 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
3349 POSTSTAGE1_CONFIGURE_FLAGS.
3350 * Makefile.in: Regenerate.
3351 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
3352 Force C++ when bootstrapping.
3353 * configure: Regenerate.
3354
3355 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3356
3357 * MAINTAINERS (Write After Approval): Add myself.
3358
3359 2012-07-16 Joseph Myers <joseph@codesourcery.com>
3360
3361 * README: Document use of ranges of years in copyright notices.
3362
3363 2012-07-06 Richard Guenther <rguenther@suse.de>
3364
3365 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
3366 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
3367 --with-gmp=system.
3368 * Makefile.in: Regenerated.
3369 * configure: Likewise.
3370
3371 2012-07-06 Richard Guenther <rguenther@suse.de>
3372
3373 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
3374 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
3375 supply V=1 as extra_make_flags.
3376 * configure: Regenerated.
3377 * Makefile.in: Likewise.
3378
3379 2012-07-04 Tristan Gingold <gingold@adacore.com>
3380
3381 * configure: Regenerate.
3382
3383 2012-07-03 Richard Guenther <rguenther@suse.de>
3384
3385 * Makfile.def (isl): Remove not necessary extra_exports and
3386 extra_make_flags.
3387 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
3388 * Makefile.in: Regenerated.
3389
3390 2012-07-03 Richard Guenther <rguenther@suse.de>
3391
3392 * Makefile.def (cloog): Add V=1 to extra_make_flags.
3393 * configure.ac: If either the ISL or the CLooG check failed
3394 do not try to build in-tree versions.
3395 * Makefile.in: Regenerated.
3396 * configure: Regenerated.
3397
3398 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3399
3400 * configure: Regenerate.
3401
3402 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
3403
3404 * MAINTAINERS (Various Maintainers): Add myself as testsuite
3405 maintainer.
3406
3407 2012-07-02 Richard Guenther <rguenther@suse.de>
3408
3409 * configure: Regenerated.
3410
3411 2012-07-02 Richard Guenther <rguenther@suse.de>
3412 Michael Matz <matz@suse.de>
3413 Tobias Grosser <tobias@grosser.es>
3414 Sebastian Pop <sebpop@gmail.com>
3415
3416 * Makefile.def: Add ISL host module, remove PPL host module.
3417 Adjust ClooG host module to use the proper ISL.
3418 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
3419 * configure.ac: Include config/isl.m4. Add ISL host library,
3420 remove PPL. Remove PPL configury, add ISL configury, adjust
3421 ClooG configury.
3422 * Makefile.in: Regenerated.
3423 * configure: Likewise.
3424
3425 2012-07-02 Richard Guenther <rguenther@suse.de>
3426
3427 Merge from graphite branch
3428 2011-07-21 Tobias Grosser <tobias@grosser.es>
3429
3430 * configure: Regenerated.
3431 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
3432 both cloog.org and legacy versions. The only supported version will
3433 be CLooG with the isl backend.
3434
3435 2011-07-21 Tobias Grosser <tobias@grosser.es>
3436
3437 * configure: Regenerated.
3438 * configure.ac: Require cloog isl 0.17.0
3439
3440 2011-07-21 Tobias Grosser <tobias@grosser.es>
3441
3442 * configure: Regenerated.
3443 * config/cloog.m4: Do not define CLOOG_ORG
3444
3445 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
3446
3447 * configure.ac: Skip C if explicitly selected.
3448 * configure: Regenerate.
3449
3450 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
3451
3452 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
3453 they contain -O2.
3454 * configure: Regenerate.
3455
3456 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
3457
3458 PR debug/53740
3459 * df.h, df-problems.c, dce.c: Revert last patch.
3460
3461 2012-06-25 Iain Sandoe <iain@codesourcery.com>
3462
3463 * MAINTAINERS (Write After Approval): Update my email address.
3464
3465 2012-06-21 Meador Inge <meadori@codesourcery.com>
3466
3467 * MAINTAINERS (Write After Approval): Add myself.
3468
3469 2012-06-20 Jason Merrill <jason@redhat.com>
3470
3471 * Makefile.tpl (check-target-libgomp-c++): New.
3472 (check-target-libitm-c++): New.
3473 * Makefile.def (c++): Add them.
3474 * Makefile.in: Regenerate.
3475
3476 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
3477
3478 * MAINTAINERS (Write After Approval): Add myself.
3479
3480 2012-05-16 Olivier Hainque <hainque@adacore.com>
3481
3482 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
3483 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
3484 (install-no-fixedincludes): Adjust accordingly.
3485 * Makefile.in: Regenerate.
3486
3487 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
3488
3489 Merge upstream change
3490 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
3491
3492 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
3493
3494 * MAINTAINERS (Write After Approval): Add myself.
3495
3496 2012-05-09 Nick Clifton <nickc@redhat.com>
3497 Paul Smith <psmith@gnu.org>
3498
3499 PR bootstrap/50461
3500 * configure.ac (mpfr-dir): When using in-tree MPFR sources
3501 allow for the fact that from release v3.1.0 of MPFR the source
3502 files were moved into a src sub-directory.
3503 * configure: Regenerate.
3504
3505 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
3506
3507 * configure.ac: Bump minimum MPFR version to 2.4.0.
3508 * configure: Regenerated.
3509
3510 2012-05-01 Richard Henderson <rth@redhat.com>
3511
3512 * Makefile.def (libatomic): New target_module.
3513 * configure.ac (target_libraries): Add libatomic.
3514 (noconfigdirs): Check if libatomic is supported.
3515 * Makefile.in, configure: Rebuild.
3516
3517 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
3518
3519 * MAINTAINERS (Write After Approval): Add myself.
3520
3521 2012-04-25 Joel Brobecker <brobecker@adacore.com>
3522
3523 * config.sub: Update to 2012-04-18 version from official repo.
3524
3525 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
3526
3527 * MAINTAINERS (Write After Approval): Add myself.
3528
3529 2012-04-11 Steve Ellcey <sellcey@mips.com>
3530
3531 * MAINTAINERS: Changed email address.
3532
3533 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
3534
3535 PR target/52737
3536 * contrib/gcc_update (files_and_dependencies):
3537 Remove gcc/config/avr/t-multilib from touch data.
3538
3539 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3540
3541 * MAINTAINERS (OS Port Maintainers): Remove irix.
3542 * configure.ac (enable_libgomp): Remove *-*-irix6*.
3543 (unsupported_languages): Remove mips-sgi-irix6.*.
3544 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
3545 (with_stabs): Remove.
3546 * configure: Regenerate.
3547
3548 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3549
3550 * MAINTAINERS (OS Port Maintainers): Remove osf.
3551 * configure.ac (enable_libgomp): Remove *-*-osf*.
3552 (with_stabs): Remove alpha*-*-osf*.
3553 * configure: Regenerate.
3554
3555 2012-03-05 Tristan Gingold <gingold@adacore.com>
3556
3557 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
3558 * configure: Regenerate.
3559
3560 2012-02-17 Walter Lee <walt@tilera.com>
3561
3562 * MAINTAINERS: (Write After Approval): Delete myself.
3563
3564 2012-02-14 Walter Lee <walt@tilera.com>
3565
3566 * MAINTAINERS (tilegx port): Add myself.
3567 (tilepro port): Add myself.
3568 (Write After Approval): Add myself.
3569
3570 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
3571
3572 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
3573 and Joseph Myers as docstring relicensing maintainers.
3574
3575 2012-02-09 Bin Cheng <bin.cheng@arm.com>
3576
3577 * MAINTAINERS (write-after-approval): Add myself.
3578
3579 2012-02-08 Ira Rosen <irar@il.ibm.com>
3580
3581 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
3582 maintainer.
3583
3584 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
3585
3586 * MAINTAINERS (Write After Approval): Move myself to
3587 maintain alphabetical order.
3588
3589 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
3590
3591 * MAINTAINERS (Write After Approval): Add myself.
3592
3593 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
3594
3595 * MAINTAINERS (Write After Approval): Add myself.
3596
3597 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
3598 Jayant R Sonar <jayant.sonar@kpitcummins.com>
3599
3600 * configure.ac (cr16-*-*): Remove nonconfigdirs.
3601 * configure: Regenerate.
3602
3603 2012-01-23 Harshit Chopra <harshit@google.com>
3604
3605 * MAINTAINERS (Write After Approval): Add myself.
3606
3607 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
3608
3609 * configure.ac: Remove reference to mh-interix.
3610 * configure: Regenerate.
3611
3612 2012-01-05 Richard Henderson <rth@redhat.com>
3613
3614 PR bootstrap/51072
3615 * configure.ac: Disable libitm if c++ is not enabled.
3616 * configure: Rebuild.
3617
3618 * configure.ac: Fix regexp for same.
3619 * configure: Rebuild.
3620
3621 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
3622
3623 * MAINTAINERS (Write After Approval): Add myself.
3624
3625 2012-01-02 Richard Guenther <rguenther@suse.de>
3626
3627 PR bootstrap/51686
3628 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
3629 * Makefile.in: Regenerate.
3630
3631 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
3632
3633 * MAINTAINERS (Write After Approval): Add myself.
3634
3635 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
3636
3637 * configure: Regenerate.
3638
3639 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
3640
3641 * MAINTAINERS (picochip): Changed email address.
3642
3643 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3644
3645 * MAINTAINERS (write-after-approval): Add self.
3646
3647 2011-11-29 DJ Delorie <dj@redhat.com>
3648
3649 * configure.ac (rl78-*-*) New case.
3650 * configure: Regenerate.
3651 * MAINTAINERS: Add myself as RL78 maintainer.
3652
3653 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
3654
3655 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
3656
3657 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
3658
3659 * libtool.m4: Additional FreeBSD 10 fixes.
3660
3661 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
3662
3663 * MAINTAINERS: Move myself from Write After Approval to CPU Port
3664 Maintainers section, as Epiphany maintainer.
3665
3666 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
3667
3668 PR target/49992
3669 * configure.ac: Remove ranlib special-casing for Darwin.
3670 * configure: Regenerate.
3671
3672 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
3673
3674 * MAINTAINERS (Reviewers): Keep the list sorted.
3675
3676 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
3677
3678 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
3679
3680 2011-11-09 Roland McGrath <mcgrathr@google.com>
3681
3682 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
3683 * configure: Rebuild.
3684 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
3685 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
3686 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
3687 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
3688 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
3689 Add READELF.
3690 * Makefile.in: Rebuild.
3691
3692 2011-11-09 Jason Merrill <jason@redhat.com>
3693
3694 * Makefile.def (language=c++): Remove check-c++0x.
3695 * Makefile.in (check-gcc-c++): Regenerate.
3696
3697 2011-11-08 Richard Henderson <rth@redhat.com>
3698
3699 * configure.ac: Test for libitm directory present first.
3700
3701 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
3702
3703 * configure.ac: Test libitm/configure.tgt to disable libitm.
3704 * configure: Rebuild.
3705
3706 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
3707 Richard Henderson <rth@redhat.com>
3708
3709 Merged from transactional-memory.
3710
3711 * Makefile.def (lang_env_dependencies): libitm is c++.
3712 Add libitm target module.
3713 * configure.ac: Likewise.
3714 * config/mmap.m4: New file.
3715 * contrib/gcc_update: Add libitm to touch data.
3716 * Makefile.in, configure: Rebuild.
3717
3718 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3719
3720 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
3721 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
3722 * Makefile.in: Regenerate.
3723
3724 2011-11-01 DJ Delorie <dj@redhat.com>
3725
3726 * config.sub: Update to version 2011-10-29 (added rl78)
3727
3728 2011-10-27 Nick Clifton <nickc@redhat.com>
3729
3730 * config.sub: Import these changes from the config project:
3731
3732 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
3733 Ben Elliston <bje@gnu.org>
3734
3735 * config.sub (epiphany): New.
3736
3737 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
3738 Ben Elliston <bje@gnu.org>
3739
3740 * config.sub (hexagon, hexagon-*): New.
3741
3742 2011-08-23 Roland McGrath <mcgrathr@google.com>
3743
3744 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
3745 64eb to be64.
3746
3747 2011-08-16 Roland McGrath <mcgrathr@google.com>
3748
3749 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
3750 (nacl): Grok as alias for 32el-unknown-nacl.
3751
3752 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
3753
3754 * MAINTAINERS (Write After Approval): Add myself.
3755
3756 2011-10-24 Teresa Johnson <tejohnson@google.com>
3757
3758 * MAINTAINERS (Write After Approval): Add myself.
3759
3760 2011-09-21 Jakub Jelinek <jakub@redhat.com>
3761
3762 * MAINTAINERS (sparc port): Remove myself.
3763
3764 2011-09-14 Tom de Vries <tom@codesourcery.com>
3765
3766 * MAINTAINERS (Write After Approval): Add myself.
3767
3768 2011-08-14 Yao Qi <yao@codesourcery.com>
3769
3770 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
3771 * configure: Regenerate.
3772
3773 2011-07-26 Ian Lance Taylor <iant@google.com>
3774
3775 * configure.ac: Set have_compiler based on whether gcc directory
3776 exists, rather than on whether gcc is in configdirs.
3777 * configure: Rebuild.
3778
3779 2011-07-21 Joseph Myers <joseph@codesourcery.com>
3780
3781 * MAINTAINERS (Global Reviewers): Add self.
3782
3783 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
3784
3785 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
3786 link directories.
3787 * Makefile.in: Rebuild.
3788
3789 2011-07-20 Ian Lance Taylor <iant@google.com>
3790
3791 PR bootstrap/49787
3792 * configure.ac: Move --enable-bootstrap handling earlier in file.
3793 If --enable-bootstrap and either --enable-build-with-cxx or
3794 --enable-build-poststage1-with-cxx, enable C++ automatically.
3795 * configure: Rebuild.
3796
3797 2011-07-19 Ian Lance Taylor <iant@google.com>
3798
3799 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
3800 make C++ a boot_language. Set and substitute
3801 POSTSTAGE1_CONFIGURE_FLAGS.
3802 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
3803 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
3804 * configure, Makefile.in: Rebuild.
3805
3806 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
3807
3808 * MAINTAINERS (Register Allocation): Move myself from reviewers to
3809 maintainers.
3810
3811 2011-07-18 Jakub Jelinek <jakub@redhat.com>
3812
3813 * MAINTAINERS (Global Reviewers): Add myself.
3814
3815 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3816
3817 * configure: Regenerate.
3818
3819 2011-07-16 Jason Merrill <jason@redhat.com>
3820
3821 * Makefile.def (language=c++): Add check-c++0x and
3822 check-target-libmudflap-c++.
3823 * Makefile.tpl (check-target-libmudflap-c++): New.
3824 * Makefile.in: Regenerate.
3825
3826 2011-07-16 Matthias Klose <doko@ubuntu.com>
3827
3828 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
3829 * Makefile.def (target_modules/libjava): Pass
3830 $(EXTRA_CONFIGARGS_LIBJAVA).
3831 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
3832 if not configured with --enable-static-libjava.
3833 * Makefile.in: Regenerate.
3834 * configure: Likewise.
3835
3836 2011-07-15 Jason Merrill <jason@redhat.com>
3837
3838 * Makefile.in (check-c++): Move check-gcc-c++0x after
3839 check-target-libstdc++-v3.
3840
3841 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
3842
3843 * MAINTAINERS (c6x port): New entry.
3844
3845 2011-07-13 Jason Merrill <jason@redhat.com>
3846
3847 * Makefile.in (check-gcc-c++0x): New.
3848 (check-c++): Depend on it.
3849
3850 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3851
3852 PR target/39150
3853 * configure.ac (i[3456789]86-*-solaris2*): Also accept
3854 x86_64-*-solaris2.1[0-9]*.
3855 * configure: Regenerate.
3856
3857 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
3858
3859 * MAINTAINERS (RTL optimizers): Add self.
3860
3861 2011-06-27 Gabriel Charette <gchare@google.com>
3862
3863 * MAINTAINERS (Write After Approval): Add myself.
3864
3865 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
3866
3867 PR regression/47836
3868 PR bootstrap/23656
3869 PR other/47733
3870 PR bootstrap/49247
3871 PR c/48825
3872 * configure.ac (target_libraries): Remove target-libiberty.
3873 Remove case-statement setting skipdirs=target-libiberty for
3874 multiple targets. Remove checking target_configdirs and
3875 removing target-libiberty but keeping target-libgcc if
3876 otherwise empty.
3877 * Makefile.def (target_modules): Don't add libiberty.
3878 (dependencies): Remove all traces of target-libiberty.
3879 * configure, Makefile.in: Regenerate.
3880
3881 2011-06-13 Walter Lee <walt@tilera.com>
3882
3883 * configure.ac (tilepro-*-*) New case.
3884 (tilegx-*-*): Likewise.
3885 * configure: Regenerate.
3886
3887 2011-06-06 Jing Yu <jingyu@google.com>
3888
3889 * configure.ac: Skip target-libiberty for
3890 arm*-*-linux-androideabi.
3891 * configure: Regenerated.
3892
3893 2011-06-06 Nick Clifton <nickc@redhat.com>
3894
3895 * config.sub: Sync from upstream.
3896
3897 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
3898
3899 * MAINTAINERS (Write After Approval): Add myself.
3900
3901 2011-06-01 Daniel Jacobowitz <drow@false.org>
3902
3903 * MAINTAINERS: Update my email address.
3904
3905 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
3906
3907 * MAINTAINERS (Write After Approval): Update my email address.
3908
3909 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
3910
3911 * MAINTAINERS (Write After Approval): Add myself.
3912
3913 2011-05-08 Doug Kwan <dougkwan@google.com>
3914
3915 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
3916 * configure: Regenerated.
3917 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
3918 value from configure.
3919 * Makefile.in: Regenerated.
3920
3921 2011-05-05 Joseph Myers <joseph@codesourcery.com>
3922
3923 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
3924 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
3925 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
3926 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
3927 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
3928 *-*-vxworks*): Disable newlib and libgloss in separate case
3929 statement.
3930 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
3931 to separate case statement.
3932 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3933 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
3934 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
3935 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
3936 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
3937 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
3938 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
3939 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
3940 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
3941 i[[3456789]]86-*-rdos*, m32r-*-*,
3942 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
3943 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
3944 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
3945 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
3946 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
3947 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
3948 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
3949 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
3950 and libgloss in main case over targets. Remove most empty cases
3951 in main case over targets.
3952 * configure: Regenerate.
3953
3954 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
3955
3956 * MAINTAINERS (Write After Approval): Add myself.
3957
3958 2011-05-04 Joseph Myers <joseph@codesourcery.com>
3959
3960 * configure.ac: Remove code setting special library locations for
3961 hppa*64*-*-hpux11*. Remove code setting compiler for
3962 sparc-sun-solaris2*.
3963 * configure: Regenerate.
3964
3965 2011-05-04 Joseph Myers <joseph@codesourcery.com>
3966
3967 * configure.ac: Separate libgloss_dir settings from general case
3968 over targets.
3969 * configure: Regenerate.
3970
3971 2011-04-28 Joseph Myers <joseph@codesourcery.com>
3972
3973 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3974 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
3975 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
3976 cases in libgcj-disabling case statement.
3977 (hppa*64*-*-linux*): Set unsupported_languages instead of
3978 disabling target-zlib.
3979 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
3980 to hppa*64*-*-hpux*.
3981 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
3982 hppa*-*-hpux*.
3983 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
3984 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
3985 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
3986 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
3987 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
3988 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
3989 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
3990 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
3991 libgcj-disabling case statement.
3992 * configure: Regenerate.
3993
3994 2011-04-28 Joseph Myers <joseph@codesourcery.com>
3995
3996 * configure.ac: Disable Java for targets not supporting libffi.
3997 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
3998 Remove cases in Java-disabling statement.
3999 (*arm-wince-pe): Change to arm-wince-pe.
4000 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
4001 cases in Java-disabling statement.
4002 (bfin-*-*): Don't disable Java again.
4003 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
4004 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
4005 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
4006 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
4007 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
4008 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
4009 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
4010 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
4011 Java-disabling statement.
4012 (mmix-*-*): Don't disable Java again.
4013 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4014 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
4015 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
4016 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
4017 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
4018 statement.
4019 * configure: Regenerate.
4020
4021 2011-04-28 Joseph Myers <joseph@codesourcery.com>
4022
4023 * configure.ac: Separate cases disabling Java and Java libraries
4024 from general case over targets.
4025 * configure: Regenerate.
4026
4027 2011-04-21 Jie Zhang <jzhang918@gmail.com>
4028
4029 * MAINTAINERS: Update my email address.
4030
4031 2011-04-20 Easwaran Raman <eraman@google.com>
4032
4033 * MAINTAINERS (Write After Approval): Add myself.
4034
4035 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
4036
4037 PR lto/48086
4038 * configure.ac: Re-enable LTO on *-apple-darwin9*.
4039 * configure: Regenerate.
4040
4041 2011-04-16 Jim Meyering <meyering@redhat.com>
4042
4043 * MAINTAINERS (Write After Approval): Add myself.
4044
4045 2011-04-15 Dodji Seketeli <dodji@redhat.com>
4046
4047 * MAINTAINERS: Update my email address.
4048
4049 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
4050
4051 * MAINTAINERS (Write After Approval): Add myself.
4052
4053 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
4054
4055 * MAINTAINERS (Write After Approval): Add myself.
4056
4057 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
4058
4059 * MAINTAINERS (Write After Approval): Add myself.
4060
4061 2011-04-06 Joseph Myers <joseph@codesourcery.com>
4062
4063 * configure.ac (build_tools): Remove build-byacc.
4064 (host_libs): Remove mmalloc.
4065 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
4066 autoconf automake libtool diff rcs fileutils shellutils time
4067 textutils wdiff find uudecode hello tar gzip indent recode release
4068 sed perl gawk findutils gettext zip.
4069 (libgcj): Remove target-qthreads.
4070 (target_tools): Remove target-examples target-gperf.
4071 (YACC): Don't handle building byacc.
4072 * configure: Regenerate.
4073 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
4074 dosutils, examples, fileutils, find, findutils, gawk, gettext,
4075 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
4076 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
4077 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
4078 handle building components.
4079 * Makefile.in: Regenerate.
4080
4081 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
4082
4083 * MAINTAINERS: Update my email address as Xtensa maintainer.
4084
4085 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4086
4087 * config.sub: Sync from upstream.
4088
4089 2011-04-01 Joseph Myers <joseph@codesourcery.com>
4090
4091 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
4092 (microblaze*): Don't disable libssp.
4093 * configure: Regenerate.
4094
4095 2011-04-01 Joseph Myers <joseph@codesourcery.com>
4096
4097 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
4098 moveifchange.
4099 * configure: Regenerate.
4100 * Makefile.tpl: Use @SHELL@ not @config_shell@.
4101 * Makefile.in: Regenerate.
4102
4103 2011-04-01 Joseph Myers <joseph@codesourcery.com>
4104
4105 * configure.ac (*-*-sysv4*): Don't enable libgomp.
4106 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
4107 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
4108 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
4109 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
4110 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
4111 md_exec_prefix cases.
4112 * configure: Regenerate.
4113
4114 2011-04-01 Joseph Myers <joseph@codesourcery.com>
4115
4116 * configure.ac: Separate cases disabling target-libssp,
4117 target-libiberty, target-libstdc++-v3 and Fortran from general
4118 case over targets.
4119 * configure: Regenerate.
4120
4121 2011-04-01 Joseph Myers <joseph@codesourcery.com>
4122
4123 * configure.ac (*-*-chorusos): Don't disable libgcj.
4124 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
4125 Remove case.
4126 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
4127 (arm-*-coff): Don't disable libgcj.
4128 (arm*-*-linux-gnueabi): Remove useless assignment.
4129 (arm-*-riscix*): Don't disable libgcj.
4130 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
4131 configuration.
4132 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
4133 (c54x*-*-*): Remove case.
4134 (tic54x-*-*): Don't disable GCC or GCC libraries.
4135 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
4136 to *.
4137 (d10v-*-*): Don't disable GCC libraries.
4138 (d30v-*-*): Don't disable libgcj.
4139 (h8500-*-*): Don't disable GCC libraries.
4140 (i960-*-*): Don't disable libgcj.
4141 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
4142 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4143 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
4144 libgcj.
4145 (m68k-*-coff*): Remove case.
4146 (mmix-*-*): Don't disable libgloss on host.
4147 (mn10200-*-*, mn10300-*-*): Remove cases.
4148 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4149 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
4150 Don't disable libgcj.
4151 (romp-*-*): Remove case.
4152 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
4153 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
4154 case.
4155 (v810-*-*): Don't disable GCC libraries.
4156 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
4157 (ip2k-*-*): Don't disable GCC libraries.
4158 * configure: Regenerate.
4159
4160 2011-03-28 Joseph Myers <joseph@codesourcery.com>
4161
4162 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
4163 libffi on host.
4164 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
4165 on host.
4166 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
4167 * configure: Regenerate.
4168
4169 2011-03-26 John Marino <binutils@marino.st>
4170
4171 * configure.ac: Add support for *-*-dragonfly*
4172 * configure: Regenerate.
4173
4174 2011-03-25 Joseph Myers <joseph@codesourcery.com>
4175
4176 * configure.ac (native_only): Remove.
4177 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
4178 send-pr uudecode guile gnuserv on host.
4179 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
4180 send-pr rcs guile perl texinfo libtool on host.
4181 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
4182 automake send-pr rcs guile perl texinfo libtool on host.
4183 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
4184 (*-*-kaos*): Don't disable target-examples target-gperf on target.
4185 (alpha*-dec-osf*): Don't disable fileutils on target.
4186 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
4187 texinfo send-pr expect dejagnu on target.
4188 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
4189 target-qthreads on target.
4190 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
4191 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
4192 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
4193 x86_64-*-mingw*): Don't disable expect on target.
4194 (*-*-cygwin*): Don't disable target-gperf on target.
4195 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
4196 gnuserv on target.
4197 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
4198 target.
4199 * configure: Regenerate.
4200
4201 2011-03-25 Joseph Myers <joseph@codesourcery.com>
4202
4203 * configure.ac (target_tools): Remove target-groff.
4204 (native_only): Remove target-groff.
4205 (hppa*64*-*-*): Don't disable byacc.
4206 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
4207 setting.
4208 (*-*-kaos*): Don't skip target-librx and target-groff.
4209 (*-*-netware*): Don't skip target-libmudflap.
4210 (*-*-tpf*): Don't skip target-libmudflap.
4211 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
4212 directories on the host.
4213 (ia64*-*-*vms*): Don't skip tix.
4214 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
4215 host.
4216 * configure: Regenerate.
4217
4218 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
4219
4220 * configure.ac: Remove references to mt-mep, mt-netware,
4221 mt-wince.
4222 * Makefile.def: Add all-utils soft dependencies.
4223 * Makefile.tpl: Remove GDB_NLM_DEPS.
4224 * configure: Regenerate.
4225 * Makefile.in: Regenerate.
4226
4227 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
4228
4229 * configure.ac: Do not include mh-x86omitfp.
4230 * configure: Regenerate.
4231
4232 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
4233
4234 * configure.ac: Remove empty cases.
4235 * configure: Regenerate.
4236
4237 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
4238
4239 * Makefile.def: Add dependency from termcap to gdb.
4240 * Makefile.in: Regenerate.
4241
4242 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
4243
4244 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
4245 * configure: Regenerate.
4246 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
4247 * Makefile.tpl: Likewise.
4248 * Makefile.in: Regenerate.
4249
4250 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
4251
4252 * configure.ac: Remove all mentions of tentative_cc.
4253 * configure: Regenerate.
4254
4255 2011-03-24 Joseph Myers <joseph@codesourcery.com>
4256
4257 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
4258 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
4259 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
4260 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
4261 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
4262 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
4263 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
4264 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4265 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
4266 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
4267 *-*-rhapsody*): Remove host cases.
4268 * configure: Regenerate.
4269
4270 2011-03-24 Joseph Myers <joseph@codesourcery.com>
4271
4272 * configure.ac (ppc*-*-pe): Remove host case.
4273 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
4274 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
4275 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
4276 cases.
4277 * configure: Regenerate.
4278
4279 2011-03-24 Joseph Myers <joseph@codesourcery.com>
4280
4281 * config.sub: Update to version 2011-03-23.
4282
4283 2011-03-22 Joseph Myers <joseph@codesourcery.com>
4284
4285 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
4286 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
4287 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
4288 * configure: Regenerate.
4289
4290 2011-03-22 Joseph Myers <joseph@codesourcery.com>
4291
4292 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
4293 to Write After Approval.
4294 * config-ml.in: Don't handle arc-*-elf*.
4295 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
4296 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
4297 handle GCC libraries.
4298 * configure: Regenerate.
4299
4300 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4301
4302 PR bootstrap/48120:
4303 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
4304 Add -lstdc++ -lm to LIBS.
4305 * configure: Regenerate.
4306
4307 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
4308
4309 * config.guess: Update to version 2011-02-02
4310 * config.sub: Update to version 2011-02-24
4311
4312 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
4313
4314 PR lto/48086
4315 * configure.ac: Re-enable LTO on *-apple-darwin9.
4316 * configure: Regenerate.
4317
4318 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
4319
4320 PR lto/48086
4321 * configure.ac: Disable LTO on darwin due to an assembler change in
4322 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
4323 under 256.
4324 * configure: Regenerate.
4325
4326 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
4327
4328 * MAINTAINERS: Update myself as score backend maintainer,
4329 update my e-mail address.
4330
4331 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
4332
4333 * MAINTAINERS: Update my e-mail address.
4334
4335 2011-03-06 Joey Ye <joey.ye@arm.com>
4336
4337 * MAINTAINERS: Update my e-mail address.
4338
4339 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
4340
4341 * configure.ac: Adjust test of with_ppl.
4342 * configure: Regenerated.
4343
4344 2011-03-02 Kai Tietz <ktietz@redhat.com>
4345
4346 * MAINTAINERS: Adjust my e-mail address.
4347
4348 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
4349
4350 * configure.ac: Add -lpwl to ppllibs.
4351 * configure: Regenerated.
4352
4353 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
4354
4355 * config/cloog.m4: Add -lisl to clooglibs.
4356 * configure: Regenerated.
4357
4358 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4359
4360 * MAINTAINERS (CPU Port maintainers): Add self.
4361
4362 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4363
4364 * MAINTAINERS: Add myself as testsuite maintainer.
4365
4366 2011-02-15 Mike Stump <mikestump@comcast.net>
4367
4368 * MAINTAINERS: Add myself as testsuite maintainer.
4369
4370 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4371
4372 Import from Libtool and gnulib:
4373
4374 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
4375
4376 Prepare for supporting FreeBSD 10.
4377 * config.rpath: Remove handling of freebsd1* which soon would
4378 match FreeBSD 10.0.
4379
4380 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
4381
4382 Remove support for FreeBSD 1.x.
4383 * libtool.m4 (_LT_LINKER_SHLIBS)
4384 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
4385 soon would incorrectly match FreeBSD 10.0.
4386
4387 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4388
4389 PR binutils/12283
4390 * move-if-change: Import version from gnulib.
4391
4392 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
4393
4394 PR lto/47225
4395 * Makefile.def (lto-plugin): Double dash for enable-shared.
4396 (configure-gcc): Depend on all-lto-plugin.
4397 * Makefile.in: Rebuilt.
4398
4399 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4400
4401 * configure.ac: Remove extra bracket.
4402 * configure: Regenerate.
4403
4404 2011-02-08 Tobias Burnus <burnus@net-b.de>
4405
4406 * MAINTAINERS: Add myself as libquadmath maintainer.
4407
4408 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
4409
4410 * MAINTAINERS: Update my email address.
4411
4412 2011-02-07 Joseph Myers <joseph@codesourcery.com>
4413
4414 * MAINTAINERS (option handling): Add self.
4415
4416 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
4417
4418 PR lto/47225
4419 * Makefile.def: Add dependency for install-gcc
4420 on install-lto-plugin.
4421 * Makfile.in: Regenerated
4422
4423 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
4424
4425 * MAINTAINERS (CPU Port Maintainers): Add myself.
4426
4427 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
4428
4429 PR libgcj/44341
4430 * configure.ac: Discard --with-* flags for host when configuring
4431 target libraries for cross build.
4432 * configure: Rebuilt.
4433
4434 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
4435
4436 * MAINTAINERS (linear loop transforms): Removed.
4437
4438 2011-01-25 Jakub Jelinek <jakub@redhat.com>
4439
4440 * configure.ac: If with_ppl is no, move setting with_cloog=no
4441 after CLOOG_REQUESTED check.
4442 * configure: Regenerated.
4443
4444 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
4445
4446 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
4447 CLooG has been requested.
4448 * configure: Regenerated.
4449
4450 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
4451
4452 * configure: Regenerated.
4453 * configure.ac: Check for version 0.11 (or later revision) of PPL.
4454
4455 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
4456
4457 * configure: Regenerated.
4458 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
4459
4460 2011-01-21 Andreas Schwab <schwab@redhat.com>
4461
4462 * configure.ac: Use AS_HELP_STRING throughout.
4463 * configure: Regenerate.
4464
4465 2011-01-18 Jie Zhang <jie.zhang@analog.com>
4466
4467 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
4468 * configure: Regenerate.
4469
4470 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4471
4472 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
4473
4474 2011-01-13 Joel Brobecker <brobecker@adacore.com>
4475
4476 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
4477 for ia64-hpux.
4478 * configure: Regenerate.
4479
4480 2011-01-07 Jan Hubicka <jh@suse.cz>
4481
4482 PR lto/47225
4483 * Makefile.in: Regenerate.
4484 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
4485 configure.
4486
4487 2011-01-07 Jan Hubicka <jh@suse.cz>
4488
4489 * Makefile.in: Regenerate.
4490 * Makefile.def (gcc host module) and soft dependency on lto-plugin
4491 and configure dependency on lto-plugin configure.
4492 (lto-plugin module): Remove dependency on GCC; add dependency on
4493 liniberty.
4494
4495 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
4496
4497 * MAINTAINERS (Write After Approval): Add myself.
4498
4499 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
4500
4501 * configure: Regenerate.
4502
4503 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
4504
4505 * configure.ac: (picochip): Disable libiberty.
4506
4507 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
4508
4509 * MAINTAINERS (Write After Approval): Add myself.
4510
4511 2010-12-10 Ian Lance Taylor <iant@google.com>
4512
4513 PR bootstrap/46819
4514 * configure.ac: For --disable-libgcj clear libgcj_saved.
4515 * configure: Rebuild.
4516
4517 2010-12-10 Tobias Burnus <burnus@net-b.de>
4518
4519 PR fortran/46540
4520 * configure.ac: Add --disable-libquadmath and
4521 --disable-libquadmath-support.
4522 * configure: Regenerate.
4523
4524 2010-12-03 Ian Lance Taylor <iant@google.com>
4525
4526 * MAINTAINERS: Add myself as libgo maintainer.
4527
4528 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
4529
4530 PR libffi/46792
4531 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
4532 * configure: Regenerate.
4533
4534 2010-12-02 Ian Lance Taylor <iant@google.com>
4535
4536 * configure.ac: Always set default for poststage1_ldflags to
4537 -static-libstdc++ -static-libgcc.
4538
4539 2010-11-29 Andreas Schwab <schwab@redhat.com>
4540
4541 * configure.ac: Move comment to remove extra space in last argument
4542 of GCC_TARGET_TOOL.
4543
4544 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
4545
4546 PR other/46026
4547 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
4548 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
4549 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
4550 (BASE_FLAGS_TO_PASS): Use it.
4551 * configure: Rebuilt.
4552 * Makefile.in: Rebuilt.
4553
4554 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
4555
4556 PR binutils/12258
4557 * configure.ac: Correct comments for --enable-gold/--enable-ld.
4558 Properly check default linker.
4559 * configure: Regnerated.
4560
4561 2010-11-23 Matthias Klose <doko@ubuntu.com>
4562
4563 * configure.ac: For --enable-gold, handle value `default' instead of
4564 `both*'. New configure option --{en,dis}able-ld.
4565 * configure: Regenerate.
4566
4567 2010-11-20 Ian Lance Taylor <iant@google.com>
4568
4569 * configure.ac: Only disable a language library if no language needs
4570 it. Don't let --disable-libgcj uncondtionally disable libffi.
4571 * configure: Rebuild.
4572
4573 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4574
4575 * Makefile.in: Regenerate.
4576
4577 PR other/46202
4578 * configure.ac: Fix just-built in-tree STRIP name to be
4579 binutils/strip-new.
4580 * configure: Regenerate.
4581 * Makefile.def (install-strip-gcc, install-strip-binutils)
4582 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
4583 (install-strip-sid): Mirror dependencies on non-strip variants
4584 of these targets on the respective -strip prerequisites.
4585 * Makefile.tpl (install-strip, install-strip-host)
4586 (install-strip-target): New targets.
4587 (install-strip-[+module+], install-strip-target-[+module+]):
4588 New targets.
4589 * Makefile.in: Regenerate.
4590
4591 2010-11-19 Ian Lance Taylor <iant@google.com>
4592 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4593
4594 * configure.ac: Add target-libgo to target_libraries. Set
4595 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
4596 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
4597 (HOST_EXPORTS): Add GOC.
4598 (BASE_TARGET_EXPORTS): Add GOC.
4599 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
4600 (GOCFLAGS_FOR_TARGET): New variable.
4601 (EXTRA_HOST_FLAGS): Add GOC.
4602 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
4603 * Makefile.def (target_modules): Add libgo.
4604 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
4605 (dependencies): Add dependency from configure-target-libgo to
4606 configure-target-libffi and all-target-libstdc++-v3. Add
4607 dependencies from all-target-libgo to all-target-libffi.
4608 (languages): Add go.
4609 * configure: Rebuild.
4610 * Makefile.in: Rebuild.
4611
4612 2010-11-19 Ian Lance Taylor <iant@google.com>
4613
4614 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
4615 compiler/flag environment variables.
4616
4617 2010-11-18 Ian Lance Taylor <iant@google.com>
4618
4619 * configure.ac: Check for lang_requires_boot_languages in
4620 config-lang.in files.
4621 * configure: Rebuild.
4622
4623 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4624 Tobias Burnus <burnus@net-b.de>
4625
4626 PR fortran/32049
4627 * Makefile.def: Add libquadmath; build it with language=fortran.
4628 * configure.ac: Add libquadmath.
4629 * Makefile.tpl: Handle multiple libs in check-[+language+].
4630 * Makefile.in: Regenerate.
4631 * configure: Regenerate.
4632
4633 2010-11-16 Tom Tromey <tromey@redhat.com>
4634
4635 * MAINTAINERS: Moved myself to reviewers section.
4636
4637 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
4638
4639 * MAINTAINERS: Moved myself to reviewers section.
4640
4641 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4642
4643 * MAINTAINERS (Various Maintainers): Add self for build machinery.
4644 (Write After Approval): Remove self.
4645
4646 2010-11-15 Andreas Schwab <schwab@redhat.com>
4647
4648 * configure.ac: Fix spelling in option names.
4649 * configure: Regenerated.
4650
4651 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
4652
4653 PR bootstrap/39622
4654 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
4655 * configure: Regenerated.
4656
4657 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
4658
4659 * MAINTAINERS: Update my email address.
4660
4661 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
4662
4663 * configure: Regenerate.
4664
4665 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
4666
4667 * configure: Regenerate.
4668
4669 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
4670
4671 * configure: Regenerate.
4672
4673 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
4674
4675 * configure: Regenerate.
4676
4677 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
4678
4679 * configure.ac: Support official CLooG.org versions.
4680 * configure: Regenerate.
4681 * config/cloog.m4: New.
4682
4683 2010-11-10 François Dumont <francois.cppdevs@free.fr>
4684
4685 * MAINTAINERS (Write After Approval): Add myself.
4686
4687 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
4688
4689 * MAINTAINERS: Update my email address.
4690
4691 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
4692
4693 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
4694 * configure: Regenerate.
4695
4696 2010-11-03 Ian Lance Taylor <iant@google.com>
4697 Dave Korn <dave.korn.cygwin@gmail.com>
4698
4699 PR lto/46273
4700 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
4701 and on other supported platforms whenever LTO is enabled.
4702 * configure: Rebuild.
4703
4704 2010-11-02 Alan Modra <amodra@gmail.com>
4705
4706 PR binutils/12110
4707 * configure.ac: Error when source path contains spaces.
4708 * configure: Regenerate.
4709
4710 2010-10-23 James E. Wilson <wilson@codesourcery.com>
4711
4712 * MAINTAINERS: Update my email address.
4713
4714 2010-10-20 Ian Lance Taylor <iant@google.com>
4715
4716 * Makefile.def (target_modules): Set lib_path to src/.libs for
4717 libstdc++-v3 module.
4718 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
4719 * Makefile.in: Rebuild.
4720
4721 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
4722
4723 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
4724 (Write After Approval): Remove myself.
4725
4726 2010-10-15 Tristan Gingold <gingold@adacore.com>
4727
4728 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4729
4730 2010-10-14 Douglas Rupp <rupp@gnat.com>
4731
4732 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4733
4734 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
4735
4736 * configure.ac (build_lto_plugin): New shell variable.
4737 (--enable-lto): Turn on by default for all non-ELF platforms that
4738 have had LTO support added so far. Set build_lto_plugin appropriately
4739 for both ELF and non-ELF.
4740 (configdirs): Add lto-plugin or not based on build_lto_plugin.
4741 * configure: Regenerate.
4742
4743 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4744
4745 Sync from src:
4746 * configure.ac (v850 support): Remove target-libgloss from
4747 noconfigdirs.
4748 * configure: Regenerate.
4749
4750 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4751
4752 PR bootstrap/45326
4753 PR bootstrap/45174
4754 * configure.ac: Honor initial values of $build_configargs,
4755 $host_configargs, $target_configargs. Mark the precious, so
4756 environment settings get recorded.
4757 * configure: Regenerate.
4758
4759 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4760
4761 PR bootstrap/45796
4762 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
4763 Depend on all-build-libiberty.
4764 * Makefile.in: Regenerate.
4765
4766 2010-09-30 Michael Eager <eager@eagercon.com>
4767
4768 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
4769 * configure: Regenerate.
4770
4771 2010-09-28 Michael Eager <eager@eagercon.com>
4772
4773 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
4774
4775 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4776
4777 PR bootstrap/44621
4778 * configure.ac: Fix unportable shell quoting.
4779 * configure: Regenerate.
4780
4781 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
4782
4783 * configure.ac (enable-lto): Add Darwin to the list of supported lto
4784 targets and amend comment.
4785 * configure: Regenerate.
4786
4787 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
4788
4789 * MAINTAINERS (Write After Approval): Add myself.
4790
4791 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
4792
4793 * configure.ac: Enable LTO by default on Darwin.
4794 * configure: Regenerate.
4795
4796 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
4797
4798 * MAINTAINERS (Write After Approval): Add myself.
4799
4800 2010-09-01 Ian Bolton <ian.bolton@arm.com>
4801
4802 * MAINTAINERS (Write After Approval): Add myself.
4803
4804 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
4805
4806 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
4807 ports
4808
4809 2010-07-28 David Yuste <david.yuste@gmail.com>
4810
4811 * MAINTAINERS (Write After Approval): Add myself.
4812
4813 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
4814
4815 * configure.ac: Support all v850 targets.
4816 * configure: Regenerate.
4817
4818 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
4819
4820 PR bootstrap/44455
4821 * configure.ac (extra_mpfr_configure_flags): Copy from
4822 extra_mpc_gmp_configure_flags.
4823 * configure: Re-generated.
4824
4825 2010-07-22 Andi Kleen <ak@linux.intel.com>
4826
4827 * MAINTAINERS (Write After Approval): Add myself.
4828
4829 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
4830
4831 * MAINTAINERS (Write After Approval): Add myself.
4832
4833 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
4834
4835 * MAINTAINERS (Write After Approval): Add myself.
4836
4837 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
4838
4839 PR target/44862
4840 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
4841 Provide -B option to allow for link spec %s substitutions for
4842 libstdc++.a on darwin.
4843 * Makefile.in: Regenerate.
4844
4845 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
4846
4847 * MAINTAINERS (Reviewers): Update my e-mail address
4848
4849 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
4850
4851 * Makefile.def (configure-gcc): Depend on all-libelf.
4852 * Makefile.in: Rebuild.
4853
4854 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
4855
4856 * MAINTAINERS (Write After Approval): Add myself in the right place.
4857
4858 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
4859
4860 * MAINTAINERS (Write After Approval): Add myself.
4861
4862 2010-05-25 Sterling Augustine <sterling@tensilica.com>
4863
4864 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
4865
4866 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
4867
4868 * config.sub: Update to version 2010-05-21.
4869 * config.guess: Update to version 2010-04-03.
4870
4871 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
4872
4873 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
4874 * configure: Regenerate.
4875
4876 2010-05-12 Sriraman Tallam <tmsriram@google.com>
4877
4878 * MAINTAINERS (Write After Approval): Add myself.
4879
4880 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
4881
4882 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
4883 a platform that supports LTO.
4884 * configure: Regenerate.
4885
4886 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
4887
4888 * configure.ac: Allow all the versions greater than 0.10 of PPL.
4889 * configure: Regenerated.
4890
4891 2010-04-27 Roland McGrath <roland@redhat.com>
4892 H.J. Lu <hongjiu.lu@intel.com>
4893
4894 * configure.ac (--enable-gold): Support both, both/gold and
4895 both/bfd to add gold to configdirs without removing ld.
4896 * configure: Regenerated.
4897
4898 * Makefile.def: Add install-gold dependency to install-ld.
4899 * Makefile.in: Regenerated.
4900
4901 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
4902
4903 PR lto/42776
4904 * configure.ac (--enable-lto): Refactor handling so libelf tests
4905 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
4906 and allow LTO to be explicitly enabled on non-ELF platforms that
4907 are known to support it inside else-clause.
4908 * configure: Regenerate.
4909
4910 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
4911
4912 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
4913 * configure: Regenerate.
4914
4915 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
4916
4917 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
4918 * configure: Regenerate.
4919
4920 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4921
4922 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
4923 separately.
4924 * configure: Regenerate.
4925
4926 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
4927
4928 * MAINTAINERS (Write After Approval): Add myself.
4929
4930 2010-04-14 Tristan Gingold <gingold@adacore.com>
4931
4932 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
4933 * configure: Regenerate.
4934
4935 2010-04-13 Steve Ellcey <sje@cup.hp.com>
4936
4937 * configure: Regenerate after change to elf.m4.
4938
4939 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
4940
4941 * MAINTAINERS (Write After Approval): Add myself.
4942
4943 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
4944
4945 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
4946 * configure: Regenerated.
4947
4948 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
4949
4950 * configure.ac: Print "buggy but acceptable" when CLooG
4951 revision is less than 9.
4952 * configure: Regenerated.
4953
4954 2010-04-01 Diego Novillo <dnovillo@google.com>
4955
4956 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
4957
4958 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4959
4960 PR bootstrap/43615
4961 PR bootstrap/43328
4962
4963 Revert:
4964
4965 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4966
4967 * configure.ac: Do not pass --enable-multilib nor
4968 --disable-multilib in baseargs. Accept explicitly passed
4969 --enable_multilib.
4970 * configure: Regenerate.
4971
4972 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
4973
4974 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
4975
4976 2010-03-31 Janis Johnson <janis187@us.ibm.com>
4977
4978 * MAINTAINERS: Remove myself.
4979
4980 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4981
4982 PR bootstrap/43328
4983 * configure.ac: Do not pass --enable-multilib nor
4984 --disable-multilib in baseargs. Accept explicitly passed
4985 --enable_multilib.
4986 * configure: Regenerate.
4987
4988 2010-03-28 Andrew Pinski <pinskia@gmail.com>
4989
4990 * MAINTAINERS (spu port): Remove me.
4991
4992 2010-03-23 Joseph Myers <joseph@codesourcery.com>
4993
4994 * configure.ac (tic6x-*-*): New case.
4995 * configure: Regenerate.
4996
4997 2010-03-23 Joseph Myers <joseph@codesourcery.com>
4998
4999 * config.sub: Update to version 2010-03-22.
5000 * config.guess: Update to version 2009-12-30.
5001
5002 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
5003
5004 PR ada/42554
5005 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
5006 * configure: Regenerate.
5007
5008 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5009
5010 * MAINTAINERS: Update my email address.
5011
5012 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
5013
5014 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
5015 (ghassan.shobaki@amd.com): Removed.
5016
5017 2010-03-17 Alan Modra <amodra@gmail.com>
5018
5019 * MAINTAINERS: Update my email address.
5020
5021 2010-03-16 Diego Novillo <dnovillo@google.com>
5022
5023 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
5024 Matthews.
5025
5026 2010-03-16 Joseph Myers <joseph@codesourcery.com>
5027
5028 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
5029 Gutson, Jeffrey D. Oldham and Mark Shinwell.
5030
5031 2010-03-16 Joseph Myers <joseph@codesourcery.com>
5032
5033 * MAINTAINERS: Update my email address.
5034
5035 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
5036
5037 * MAINTAINERS: Update my email address.
5038
5039 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
5040
5041 * MAINTAINERS: Update my email address.
5042
5043 2010-03-09 Jie Zhang <jie@codesourcery.com>
5044
5045 * MAINTAINERS: Update my email address.
5046
5047 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5048
5049 PR libstdc++/32499
5050 * configure.ac (RANLIB): Default to true.
5051 (STRIP): Likewise.
5052 (RANLIB_FOR_TARGET): Remove superfluous : argument.
5053 * configure: Regenerate.
5054
5055 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
5056
5057 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
5058 (Write After Approval): Update my email address.
5059
5060 2010-02-17 Nick Clifton <nickc@redhat.com>
5061
5062 PR 11238
5063 * Makefile.tpl (local-distclean): Also remove config.cache files in
5064 sub-directories as there may not be Makefiles present in the
5065 sub-directories.
5066 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
5067 the config.cache files found by the find command.
5068
5069 * Makefile.in: Regenerate.
5070 * configure.ac: Revert previous delta.
5071 * configure: Regenerate.
5072
5073 2010-02-15 Nick Clifton <nickc@redhat.com>
5074
5075 PR 11238
5076 * configure.ac: Delete config.cache files in sub-directories when
5077 deleting Makefiles.
5078 * configure: Regenerate.
5079
5080 2010-02-12 Ben Elliston <bje@gnu.org>
5081
5082 * MAINTAINERS: Update my email address.
5083
5084 2010-02-08 Andrew Pinski <pinskia@gmail.com>
5085
5086 * MAINTAINERS (spu port): Update my email address.
5087
5088 2010-02-08 Jie Zhang <jie.zhang@analog.com>
5089
5090 * MAINTAINERS: Add myself as a maintainer for the bfin port.
5091
5092 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5093
5094 * configure.ac: Add "recommended" version checks for GMP/MPC.
5095 Update recommended GMP/MPFR/MPC versions.
5096 * configure: Regenerate.
5097
5098 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
5099
5100 * MAINTAINERS: Move my Embecosm email address into the
5101 write-after-approval section.
5102
5103 2010-01-26 Ian Lance Taylor <iant@google.com>
5104
5105 * MAINTAINERS: Add myself as Go frontend maintainer.
5106
5107 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
5108
5109 PR libstdc++/36101, PR libstdc++/42813
5110 * configure.ac (bootstrap_target_libs): Make inclusion of
5111 target-libgomp conditional on libgomb being in target_configdirs.
5112 * configure: Regenerate.
5113
5114 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
5115
5116 PR libstdc++/36101, PR libstdc++/42813
5117 * configure.ac (bootstrap_target_libs): Include target-libgomp.
5118 * configure: Regenerate.
5119
5120 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
5121
5122 PR libstdc++/36101, PR libstdc++/42813
5123 * configure.ac (target_configdirs): Substitute.
5124 * Makefile.def: Bootstrap target module libgomp.
5125 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
5126 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
5127 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
5128 * configure, Makefile.in: Regenerate.
5129
5130 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
5131
5132 * MAINTAINERS: Adjust my details.
5133
5134 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
5135
5136 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
5137
5138 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
5139
5140 * MAINTAINERS: reindented my entry with tabs instead of spaces.
5141
5142 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
5143
5144 * MAINTAINERS (Write After Approval): Add myself.
5145
5146 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
5147
5148 * MAINTAINERS (Write After Approval): Add myself.
5149
5150 2010-01-11 Richard Guenther <rguenther@suse.de>
5151
5152 PR lto/41569
5153 * Makefile.def (all-lto-plugin): Depend on all-gcc.
5154 * Makefile.in: Regenerated.
5155
5156 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
5157
5158 * configure.ac: Enable libjava build on x86_64-*freebsd*.
5159 * configure: Regenerate.
5160
5161 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5162 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5163
5164 PR bootstrap/42424
5165 * configure.ac: Include libtool m4 files.
5166 (_LT_CHECK_OBJDIR): Call it.
5167 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
5168 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
5169
5170 * configure: Regenerate.
5171
5172 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5173
5174 PR bootstrap/41818
5175 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
5176 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
5177 * Makefile.in: Regenerate.
5178
5179 2010-01-02 Richard Guenther <rguenther@suse.de>
5180
5181 PR lto/41529
5182 * configure.ac: Include config/elf.m4. Disable LTO if not
5183 builting for an elf target.
5184 * configure: Regenerate.
5185
5186 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
5187
5188 * MAINTAINERS: Change my email address.
5189
5190 2009-12-18 Ben Elliston <bje@au.ibm.com>
5191
5192 * config.sub, config.guess: Update from upstream sources.
5193
5194 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
5195
5196 * MAINTAINERS (Write After Approval): Add myself.
5197
5198 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5199
5200 PR middle-end/30447
5201 PR middle-end/30789
5202 PR other/40302
5203
5204 * configure.ac: Require MPC.
5205 * configure: Regenerate.
5206
5207 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5208
5209 PR target/38384
5210 PR bootstrap/40972
5211 * libtool.m4: Sync from git Libtool.
5212 * ltoptions.m4: Likewise.
5213 * ltversion.m4: Likewise.
5214 * lt~obsolete.m4: Likewise.
5215 * ltmain.sh: Likewise.
5216
5217 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5218
5219 * configure.ac: Update minimum MPC version to 0.8.
5220 * configure: Regenerate.
5221
5222 2009-11-21 Sebastian Pop <sebpop@gmail.com>
5223
5224 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
5225 * configure: Regenerated.
5226
5227 2009-11-21 Ian Lance Taylor <iant@google.com>
5228
5229 * configure.ac: Change default of poststage1_ldflags to be empty if
5230 poststage1_libs is set. When poststage1_libs is empty, and
5231 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
5232 * configure: Rebuild.
5233
5234 2009-11-21 Adam Nemet <adambnmet@gmail.com>
5235
5236 * MAINTAINERS (Write After Approval): Update my email address.
5237
5238 2009-11-20 Ben Elliston <bje@au.ibm.com>
5239
5240 * config.guess: Update from upstream sources.
5241
5242 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
5243
5244 * Makefile.def: Restore host and target settings for gmp.
5245 * Makefile.in: Rebuild.
5246
5247 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
5248
5249 * configure.ac: Add libelf to host_libs. Enable in-tree configury
5250 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
5251 Fix portability of test of C++ as bootstrap language. Add
5252 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
5253 * configure: Rebuild.
5254 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
5255 and cloog. Fix in-tree ppl configuration. Introduce libelf
5256 in-tree building.
5257 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
5258 (POSTSTAGE1_HOST_EXPORTS): Use it.
5259 (STAGE[+id+]_CXXFLAGS): New.
5260 (BASE_FLAGS_TO_PASS): Pass it down.
5261 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
5262 extra_exports.
5263 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
5264 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
5265 extra_exports.
5266 * Makefile.in: Rebuild.
5267
5268 2009-11-17 Ben Elliston <bje@au.ibm.com>
5269
5270 * config.sub, config.guess: Update from upstream sources.
5271
5272 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5273
5274 * MAINTAINERS (Write After Approval): Add myself.
5275
5276 2009-11-09 Jon Beniston <jon@beniston.com>
5277
5278 * MAINTAINERS (Write After Approval): Add myself.
5279
5280 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
5281
5282 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
5283 paths for *-w64-mingw* and x86_64-*mingw*.
5284 * configure: Regenerated.
5285
5286 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
5287
5288 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
5289
5290 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
5291
5292 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
5293 Phil Edwards to Write-After Approval.
5294
5295 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
5296
5297 * configure.ac: Disable target-winsup & co for
5298 x86_64-*-mingw* and *-w64-mingw* targets.
5299 * configure: Regenerated.
5300
5301 2009-10-16 Nick Clifton <nickc@redhat.com>
5302
5303 * MAINTAINERS: Add myself as a maintainer for the RX port.
5304
5305 2009-10-26 Johannes Singler <singler@kit.edu>
5306
5307 * MAINTAINERS (Write After Approval): Update my e-mail address.
5308
5309 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5310
5311 * configure.ac (CLooG test): Use = with test.
5312 * configure: Regenerate.
5313
5314 2009-10-22 Richard Guenther <rguenther@suse.de>
5315
5316 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
5317 cloog if the ppl version check failed. Move flags saving
5318 before setting in libelf check.
5319 * configure: Regenerate.
5320
5321 2009-10-21 Richard Guenther <rguenther@suse.de>
5322
5323 * configure.ac: Adjust the ppl and cloog configure to work as
5324 documented. Disable cloog if ppl was disabled. Omit the version
5325 checks if they were disabled.
5326 * configure: Re-generate.
5327
5328 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5329
5330 * configure.ac: Add 'lto' to enable_languages, not
5331 new_enable_languages, and only if not already present.
5332 * configure: Regenerate.
5333
5334 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
5335
5336 * README: Refer to the various COPYING* files instead of just
5337 COPYING.
5338 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
5339
5340 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
5341
5342 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
5343
5344 2009-10-07 Richard Guenther <rguenther@suse.de>
5345
5346 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
5347 and Richard Guenther as reviewers.
5348 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
5349 as reviewers.
5350
5351 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
5352
5353 * config.sub: Update from upstream sources.
5354
5355 2009-10-06 Ian Lance Taylor <iant@google.com>
5356
5357 * Makefile.def: check-gold depends upon all-gas.
5358 * Makefile.in: Rebuild.
5359
5360 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
5361
5362 * MAINTAINERS (Write After Approval): Add myself.
5363
5364 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
5365
5366 * Makefile.def: all-lto-plugin depends on all-libiberty.
5367 set bootstrap=true for lto-plugin.
5368 Add lto-plugin.
5369 * Makefile.in: Regenerate.
5370 * configure.ac (host_libs): Add lto-plugin.
5371 * configure: Regenerate.
5372
5373 2009-10-03 Diego Novillo <dnovillo@google.com>
5374
5375 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
5376 (HOST_LIBELFLIBS): Define.
5377 (HOST_LIBELFINC): Define.
5378 * Makefile.in: Regenerate.
5379 * configure.ac: Add --enable-lto.
5380 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
5381 If --enable-lto is used, add 'lto' to new_enable_languages.
5382 If --enable-lto is used and gold is enabled, add
5383 lto-plugin to configdirs.
5384 * configure: Regenerate.
5385
5386 2009-10-03 Simon Baldwin <simonb@google.com>
5387
5388 * configure.ac: If --with-system-zlib, suppress local zlib and
5389 pass --with-system-zlib to subdir configure scripts.
5390 * configure: Regenerate.
5391
5392 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
5393 Paolo Bonzini <bonzini@gnu.org>
5394
5395 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
5396 $(srcdir).
5397 * Makefile.in: Rebuilt.
5398
5399 2009-09-26 Gary Funck <gary@intrepid.com>
5400
5401 * MAINTAINERS (Write After Approval): Add myself.
5402
5403 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5404
5405 * configure.ac: Update minimum MPC version to 0.7.
5406 * configure: Regenerate.
5407
5408 2009-09-25 Nick Clifton <nickc@redhat.com>
5409
5410 * configure.ac: Pass any --cache-file=/dev/null option on to
5411 subconfigures.
5412 * configure: Regenerate.
5413
5414 2009-09-23 Nick Clifton <nickc@redhat.com>
5415
5416 * config.sub, config.guess: Update from upstream sources.
5417
5418 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
5419
5420 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
5421 * Makefile.in: Rebuilt.
5422
5423 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5424
5425 PR bootstrap/32272
5426 * configure.ac: Error out if $srcdir isn't '.' but contains
5427 host-${host_noncanonical}.
5428 * configure: Regenerate.
5429
5430 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5431
5432 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
5433 maintainer.
5434
5435 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5436
5437 * configure.ac: If bootstrapping a combined tree with
5438 --enable-gold, require c++ in stage1_languages.
5439 * configure: Regenerate.
5440
5441 * configure.ac: Also add target_libs of stage1_languages to
5442 bootstrap_target_libs.
5443 * configure: Regenerate.
5444
5445 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
5446 with --enable-languages not containing c++.
5447 * configure: Regenerate.
5448
5449 2009-09-15 Jie Zhang <jie.zhang@analog.com>
5450
5451 * configure.ac: Disable java and boehm-gc for bfin-*-*.
5452 * configure: Regenerate.
5453
5454 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
5455
5456 * MAINTAINERS (Write After Approval): Update my e-mail address,
5457 and move from from here...
5458 (Waiting for paperwork): To here.
5459
5460 2009-09-09 Joseph Myers <joseph@codesourcery.com>
5461
5462 * MAINTAINERS (Reviewers): Add self as driver reviewer.
5463
5464 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5465
5466 * configure.ac: Do not use $extrasub for replacing @if/@endif
5467 parts in Makefile; instead, use additional arguments to
5468 AC_CONFIG_COMMANDS to do the replacement manually, with several
5469 sed invocations, to avoid HP-UX sed command limits.
5470 * configure: Regenerate.
5471
5472 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
5473
5474 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
5475 blank before -L.
5476
5477 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
5478
5479 * configure.ac (with-build-config): Document. Handle without.
5480 Handle missing argument.
5481 * configure: Rebuilt.
5482
5483 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
5484
5485 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
5486 Default to bootstrap-debug only if compare-debug works.
5487 * configure: Rebuilt.
5488 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
5489 * Makefile.in: Rebuilt.
5490
5491 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5492
5493 * MAINTAINERS (OS Port Maintainers): Update my email address.
5494
5495 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
5496
5497 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
5498 * Makefile.in: Rebuilt.
5499
5500 2009-09-01 Chris Demetriou <cgd@google.com>
5501
5502 * MAINTAINERS (Write After Approval): Add myself.
5503
5504 2009-08-31 Dodji Seketeli <dodji@redhat.com>
5505
5506 PR debug/30161
5507 * include/dwarf2.h (enum dwarf_tag): Added
5508 DW_TAG_GNU_template_template_param
5509 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
5510
5511 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
5512
5513 * Makefile.tpl (AWK): Fix typo.
5514 * Makefile.in: Regenerate.
5515
5516 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
5517
5518 * configure.ac: Detect awk and sed.
5519 * Makefile.def (flags_to_pass): Add AWK and SED.
5520 * Makefile.tpl (AWK, SED): New.
5521 (BASE_FLAGS_TO_PASS): Add AWK and SED.
5522 * configure: Regenerate.
5523 * Makefile.in: Regenerate.
5524
5525 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
5526
5527 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
5528 (collapseslashes): Likewise.
5529
5530 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5531
5532 * configure.ac (AC_PREREQ): Bump to 2.64.
5533
5534 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5535
5536 * configure.ac: Remove --with-datarootdir, --with-docdir,
5537 --with-pdfdir, --with-htmldir switches.
5538 * configure: Regenerate.
5539
5540 * configure: Regenerate.
5541
5542 * compile: Sync from Automake 1.11.
5543 * depcomp: Likewise.
5544 * install-sh: Likewise.
5545 * missing: Likewise.
5546 * mkinstalldirs: Likewise.
5547 * ylwrap: Likewise.
5548
5549 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
5550
5551 * ltmain.sh (func_normal_abspath): New function.
5552 (func_relative_path): Likewise.
5553 (func_mode_help): Document new -bindir option for link mode.
5554 (func_mode_link): Add new -bindir option, and use it to place
5555 output DLL if specified.
5556
5557 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5558
5559 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
5560 (baseargs): Add --disable-option-checking.
5561 * configure: Regenerate.
5562
5563 * Makefile.def (configure-target-libiberty): Depend on
5564 all-binutils and all-ld.
5565 (configure-target-newlib): Likewise.
5566 * Makefile.in: Regenerate.
5567
5568 2009-08-17 Ben Elliston <bje@au.ibm.com>
5569
5570 * config.sub, config.guess: Update from upstream sources.
5571
5572 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5573
5574 Sync from src, merge:
5575
5576 2009-07-02 Tristan Gingold <gingold@adacore.com>
5577
5578 * configure.ac: Do not exclude gas for i386-*-darwin.
5579 Add a case for x86_64-*-darwin.
5580 * configure: Regenerate.
5581
5582 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
5583
5584 * MAINTAINERS: Add my name to Write After Approval list.
5585
5586 2009-08-06 Michael Eager <eager@eagercon.com>
5587
5588 * configure.ac: Add Microblaze target.
5589 * configure: Regenerate.
5590
5591 2009-07-31 Christian Bruel <christian.bruel@st.com>
5592
5593 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
5594 * configure: Regenerate.
5595
5596 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
5597
5598 * MAINTAINERS (Write After Approval): Update my e-mail address.
5599
5600 2009-07-06 Ian Lance Taylor <iant@google.com>
5601
5602 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
5603 * configure: Rebuild.
5604
5605 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
5606
5607 * MAINTAINERS: Move myself to the Graphite Reviewers.
5608
5609 2009-06-30 Wei Guozhi <carrot@google.com>
5610
5611 * MAINTAINERS: Add my name to Write After Approval list.
5612
5613 2009-06-26 Steve Ellcey <sje@cup.hp.com>
5614
5615 PR bootstrap/40338
5616 * configure.ac (comparestring): Create new variable.
5617 * Makefile.tpl (comparestring): Use to skip some comparisions.
5618 * configure: Regenerate.
5619 * Makefile.in: Regenerate.
5620
5621 2009-06-26 Doug Evans <dje@sebabeach.org>
5622
5623 * Makefile.def (host_modules): Add cgen.
5624 * Makefile.in: Regenerate.
5625 * configure.ac (host_tools): Add cgen.
5626 * configure: Regenerate.
5627
5628 2009-06-23 DJ Delorie <dj@redhat.com>
5629
5630 * MAINTAINERS: Add myself as mep maintainer.
5631
5632 2009-06-23 Ian Lance Taylor <iant@google.com>
5633
5634 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
5635 boot_languages. Only bootstrap target libraries listed in
5636 target_libs for some boot language. Add --with-stage1-ldflags,
5637 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
5638 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
5639 if not building with C++.
5640 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
5641 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
5642 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
5643 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
5644 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
5645 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
5646 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
5647 * configure, Makefile.in: Rebuild.
5648
5649 2009-06-23 Li Feng <nemokingdom@gmail.com>
5650
5651 * MAINTAINERS: Added my name to write-after-approval list.
5652
5653 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
5654
5655 * configure.ac: Define is_elf for QNX Neutrino targets.
5656 * configure: Regenerate.
5657
5658 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
5659
5660 * MAINTAINERS: Added my name to the write-after-approval list
5661
5662 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5663
5664 * configure.ac: Detect MPC in default directory.
5665 * configure: Regenerate.
5666
5667 2009-06-03 Jerome Guitton <guitton@adacore.com>
5668 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5669
5670 * Makefile.tpl (all): Avoid a trailing backslash.
5671 * Makefile.in: Regenerate.
5672
5673 2009-06-03 Ben Elliston <bje@au.ibm.com>
5674
5675 * config.sub, config.guess: Update from upstream sources.
5676
5677 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
5678
5679 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
5680 to noconfdirs.
5681 * configure: Regenerate.
5682
5683 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
5684
5685 * Makefile.tpl ([+compare-target+]): Compare all stage
5686 directories, rather than just gcc.
5687 * Makefile.in: Rebuilt.
5688
5689 2009-06-01 Doug Kwan <dougkwan@google.com>
5690
5691 * configure.ac: Support gold for target arm*-*-*.
5692 * configure: Regenerate.
5693
5694 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5695
5696 * Makefile.def: Add MPC support and dependencies.
5697 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
5698
5699 * Makefile.in, configure: Regenerate.
5700
5701 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
5702
5703 * Makefile.tpl (all): Avoid harmless warning in make all when
5704 gcc-bootstrap is enabled but stage_last does not exist.
5705 * Makefile.in: Rebuilt.
5706
5707 2009-05-24 Nicolas Roche <roche@adacore.com>
5708
5709 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
5710 * Makefile.in: Regenerate.
5711
5712 2009-05-21 Denis Chertykov <chertykov@gmail.com>
5713
5714 * MAINTAINERS: Update my e-mail address.
5715
5716 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
5717
5718 * configure.ac (cygwin noconfigdirs): Remove libgcj.
5719 * configure: Regenerate.
5720
5721 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
5722
5723 PR other/40159
5724 * Makefile.tpl (all): Don't assume gcc-bootstrap and
5725 gcc-no-bootstrap are mutually exclusive.
5726 * Makefile.in: Rebuilt.
5727
5728 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
5729
5730 PR other/40159
5731 * Makefile.tpl (all): Don't end with unconditional success.
5732 * Makefile.in: Rebuilt.
5733
5734 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
5735
5736 PR target/37137
5737 * Makefile.def (flags_to_pass): Remove redundant and incomplete
5738 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
5739 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
5740 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
5741 stage_configureflags, stage_cflags and stage_libcflags into
5742 explicit Makefile macros.
5743 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
5744 GFORTRAN.
5745 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
5746 CC. Set CC_FOR_BUILD from CC.
5747 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
5748 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
5749 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
5750 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
5751 and GFORTRAN.
5752 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
5753 (_LIBCFLAGS): Renamed to _TFLAGS.
5754 (do-compare-debug, do-compare3-debug): Drop.
5755 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
5756 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
5757 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
5758 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
5759 (XGCC_FLAGS_FOR_TARGET): New.
5760 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
5761 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
5762 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
5763 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
5764 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
5765 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
5766 TFLAGS.
5767 (BUILD_CONFIG): Include if requested.
5768 (all): Set TFLAGS on bootstrap.
5769 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
5770 (all-stageid-prefixmodule): Likewise.
5771 (do-clean, distclean-stageid): Set TFLAGS.
5772 (restrap): Fix whitespace.
5773 * Makefile.in: Rebuilt.
5774
5775 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
5776
5777 * config.guess: Sync with src.
5778
5779 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
5780
5781 * configure.ac ($with_ppl): Default to no if not supplied.
5782 ($with_cloog): Likewise.
5783 configure: Regenerate.
5784
5785 2009-04-27 James E. Wilson <wilson@codesourcery.com>
5786
5787 * MAINTAINERS: Update my e-mail address.
5788
5789 2009-04-27 Nick Clifton <nickc@redhat.com>
5790
5791 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
5792
5793 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
5794
5795 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
5796 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
5797 * Makefile.in: Regenerate.
5798
5799 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5800
5801 PR bootstrap/39739
5802 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
5803 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
5804
5805 * configure, Makefile.in: Regenerate.
5806
5807 2009-04-21 Taras Glek <tglek@mozilla.com>
5808
5809 * include/hashtab.h: Update GTY annotations to new syntax
5810 * include/splay-tree.h: Likewise
5811
5812 2009-04-17 Ben Elliston <bje@au.ibm.com>
5813
5814 * config.sub, config.guess: Update from upstream sources.
5815
5816 2009-04-15 Anthony Green <green@moxielogic.com>
5817
5818 * configure.ac: Add moxie support.
5819 * configure: Rebuilt.
5820
5821 2009-04-14 Jakub Jelinek <jakub@redhat.com>
5822
5823 * configure.ac: Change copyright header to refer to version
5824 3 of the GNU General Public License and to point readers at the
5825 COPYING3 file and the FSF's license web page.
5826 * Makefile.def: Likewise.
5827 * Makefile.tpl: Likewise.
5828 * Makefile.in: Regenerate.
5829
5830 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
5831
5832 * configure.ac: Restore match for darwin9 or later. Use double
5833 brackets since regeneration eats one pair.
5834 * configure: Regenerate.
5835
5836 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
5837
5838 PR gas/10039
5839 * configure.ac: Require texinfo 4.7.
5840 * configure: Regenerated.
5841
5842 2009-04-09 Nick Clifton <nickc@redhat.com>
5843
5844 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
5845 the GCC Runtime Library Exception.
5846
5847 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5848
5849 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
5850 * configure: Regenerate.
5851
5852 2009-04-01 Steve Ellcey <sje@cup.hp.com>
5853
5854 * Makefil.def (languages): New entries.
5855 * Makefile.tpl (check-gcc-*): New generic target.
5856 * Makefile.in: Regenerate.
5857
5858 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
5859
5860 * MAINTAINERS: Update my email address.
5861
5862 2009-03-18 Tom Tromey <tromey@redhat.com>
5863
5864 * configure: Rebuild.
5865 * configure.ac (host_libs): Add libiconv.
5866 * Makefile.in: Rebuild.
5867 * Makefile.def (host_modules): Add libiconv.
5868 (configure-gdb, all-gdb): Depend on libiconv.
5869
5870 2009-03-16 Tristan Gingold <gingold@adacore.com>
5871
5872 * configure.ac: Treat gdb as supported on x86_64-darwin.
5873 * configure: Regenerate.
5874
5875 2009-03-16 Joseph Myers <joseph@codesourcery.com>
5876
5877 * configure.ac (--with-host-libstdcxx): New option.
5878 * configure: Regenerate.
5879
5880 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
5881
5882 * MAINTAINERS: Move myself into the write after approval list.
5883
5884 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
5885
5886 * MAINTAINERS: Update e-mail address.
5887
5888 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
5889
5890 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
5891
5892 2009-03-10 Ira Rosen <irar@il.ibm.com>
5893
5894 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
5895
5896 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5897
5898 Backport from git Libtool:
5899
5900 2009-01-19 Robert Millan <rmh@aybabtu.com>
5901 Support GNU/kOpenSolaris.
5902 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
5903 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
5904 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
5905 GNU/kOpenSolaris.
5906
5907 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
5908
5909 * MAINTAINERS: Update e-mail address.
5910
5911 2009-02-24 Michael Eager <eager@eagercon.com>
5912
5913 * MAINTAINERS (Write After Approval): Add self.
5914
5915 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
5916
5917 * MAINTAINERS (Write After Approval): Add myself.
5918
5919 2009-02-05 Andreas Schwab <schwab@suse.de>
5920
5921 * Makefile.tpl (stage_last): Define $r and $s before using
5922 $(RECURSE_FLAGS_TO_PASS).
5923 * Makefile.in: Regenerate
5924
5925 2009-01-30 Ian Lance Taylor <iant@google.com>
5926
5927 * MAINTAINERS: Move myself to the Global Reviewers list.
5928
5929 2009-01-29 Robert Millan <rmh@aybabtu.com>
5930
5931 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
5932 * configure: Regenerate.
5933
5934 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
5935
5936 * MAINTAINERS: Make whitespace consistent.
5937 Remove Robert Millan from Write After Approval.
5938
5939 2009-01-16 Alan Modra <amodra@bigpond.net.au>
5940
5941 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
5942 (all-opcodes): Depend on all-libiberty.
5943 * Makefile.in: Regenerate.
5944
5945 2009-01-15 Douglas B Rupp <rupp@gnat.com>
5946
5947 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
5948 * configure: Regenerate.
5949
5950 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
5951
5952 * MAINTAINERS (Write After Approval): Add myself.
5953
5954 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
5955
5956 * MAINTAINERS: Add myself to reviewers (Fortran).
5957
5958 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
5959
5960 PR tree-optimization/38515
5961 * configure.ac (cloog-polylib): Removed.
5962 (with_ppl, with_cloog): Test for "no".
5963 * configure: Regenerated.
5964
5965 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
5966
5967 * MAINTAINERS: Moved myself to reviewers (Fortran).
5968
5969 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
5970
5971 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
5972 (Write After Approval): Remove myself.
5973
5974 2009-01-03 Diego Novillo <dnovillo@google.com>
5975
5976 * MAINTAINERS: Remove myself from alias maintainership.
5977
5978 2009-01-02 David Ayers <ayers@fsfe.org>
5979
5980 * MAINTAINERS: Update e-mail address.
5981
5982 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
5983
5984 * MAINTAINERS: Make whitespace consistent.
5985
5986 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5987
5988 Backport from upstream Libtool:
5989 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
5990 Add cache variables to tests that require the linker to work.
5991 For shlibpath_overrides_runpath, this also changes the semantics
5992 to let the result from the C compiler take precedence.
5993
5994 2008-12-02 Ben Elliston <bje@au.ibm.com>
5995
5996 * config.sub, config.guess: Update from upstream sources.
5997
5998 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
5999
6000 * configure.ac (ppllibs): Add by default the lib flags.
6001 * configure: Regenerate.
6002
6003 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
6004
6005 * MAINTAINERS: Add myself to the write after approval list.
6006
6007 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
6008
6009 * configure.ac: Add double brackets on darwin[912].
6010 * configure: Regenerate.
6011
6012 2008-12-03 Daniel Kraft <d@domob.eu>
6013
6014 * MAINTAINERS: Moved myself and Mikael Morin from Write After
6015 Approval to Reviewer section (for Fortran front-end).
6016
6017 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
6018
6019 * configure.ac: Expand to darwin10 and later.
6020 * configure: Regenerate.
6021
6022 2008-12-02 Andreas Schwab <schwab@suse.de>
6023
6024 * Makefile.def: configure-target-boehm-gc depends on
6025 all-target-libstdc++-v3.
6026 * Makefile.in: Regenerate.
6027
6028 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
6029
6030 * MAINTAINERS: Add myself as mingw maintainer.
6031
6032 2008-12-02 Ben Elliston <bje@au.ibm.com>
6033
6034 * config.sub, config.guess: Update from upstream sources.
6035
6036 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
6037
6038 * README.SCO: Remove.
6039
6040 2008-11-29 Fernando Pereira <pronesto@gmail.com>
6041
6042 * MAINTAINERS: Add myself to the write after approval list.
6043
6044 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
6045
6046 * MAINTAINERS: Update my email address in WAA section.
6047
6048 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
6049
6050 * MAINTAINERS: Update e-mail address.
6051
6052 2008-11-27 Toon Moene <toon@moene.org>
6053
6054 * MAINTAINERS: Change e-mail address.
6055
6056 2008-11-27 Tristan Gingold <gingold@adacore.com>
6057
6058 * configure.ac: Build gdb for i?86-*-darwin*
6059 * configure: Regenerated.
6060
6061 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
6062
6063 * MAINTAINERS: Added my full name.
6064
6065 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6066
6067 PR bootstrap/38014
6068 PR bootstrap/37923
6069
6070 Revert:
6071
6072 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6073
6074 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6075 * Makefile.in: Regenerated.
6076
6077 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
6078
6079 PR gdb/921
6080 PR gdb/1646
6081 PR gdb/2175
6082 PR gdb/2176
6083
6084 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6085 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6086 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
6087 (HOST_EXPORTS): Pass CPPFLAGS.
6088 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6089 (LDFLAGS_FOR_TARGET): Initialize from configure script.
6090 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6091 * Makefile.in, configure: Regenerated.
6092 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6093 and CPPFLAGS_FOR_BUILD.
6094
6095 2008-11-06 Jeff Law <law@redhat.com>
6096
6097 * MAINTAINERS: Add myself as middle end maintainer.
6098
6099 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
6100
6101 * MAINTAINERS (Write after approval): Add myself.
6102
6103 2008-11-05 Diego Novillo <dnovillo@google.com>
6104
6105 * MAINTAINERS (Global Reviewers): Add myself.
6106 (Non-Algorithmic Maintainers): Remove myself.
6107
6108 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
6109
6110 * MAINTAINERS (Write after approval): Add myself.
6111
6112 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
6113
6114 * MAINTAINERS (Write after approval): Add myself.
6115
6116 2008-10-31 Ben Elliston <bje@au.ibm.com>
6117
6118 * configure.ac (spu-*-*): Remove special case.
6119 * configure: Regenerate.
6120
6121 2008-10-30 Catherine Moore <clm@codesourcery.com>
6122
6123 * MAINTAINERS (Write after approval): Update my email address.
6124
6125 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
6126
6127 * configure.ac [spu-*-*]: Do not set skipdirs.
6128 * configure: Re-generate.
6129
6130 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
6131
6132 * MAINTAINERS (Various Maintainers): Add myself to reload.
6133
6134 2008-10-25 Richard Guenther <rguenther@suse.de>
6135
6136 * MAINTAINERS (Various Maintainers): Add myself as middle-end
6137 maintainer. Remove myself as libgcc-math maintainer.
6138 (Non-Algorithmic Maintainers): Remove myself.
6139
6140 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6141
6142 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6143 * Makefile.in: Regenerated.
6144
6145 2008-10-23 Cary Coutant <ccoutant@google.com>
6146
6147 * MAINTAINERS (Write after approval): Add myself.
6148
6149 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
6150
6151 PR gdb/921
6152 PR gdb/1646
6153 PR gdb/2175
6154 PR gdb/2176
6155
6156 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6157 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6158 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
6159 (HOST_EXPORTS): Pass CPPFLAGS.
6160 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6161 (LDFLAGS_FOR_TARGET): Initialize from configure script.
6162 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6163 * Makefile.in, configure: Regenerated.
6164 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6165 and CPPFLAGS_FOR_BUILD.
6166
6167 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
6168
6169 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
6170 Sebastian Pop.
6171
6172 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
6173
6174 * MAINTAINERS (Write After Approval): Added myself.
6175
6176 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6177
6178 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
6179 recommended version to 2.3.2.
6180
6181 * configure: Regenerate.
6182
6183 2008-10-01 Mark Mitchell <mark@codesourcery.com>
6184
6185 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
6186
6187 2008-09-29 David Daney <david.daney@caviumnetworks.com>
6188
6189 * MAINTAINERS (Write After Approval): Update e-mail address.
6190
6191 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
6192
6193 * libtool.m4: Update to libtool 2.2.6.
6194 * lt~obsolete.m4: Update to libtool 2.2.6.
6195 * ltmain.sh: Update to libtool 2.2.6.
6196 * ltsugar.m4: Update to libtool 2.2.6.
6197 * ltversion.m4: Update to libtool 2.2.6.
6198 * ltoptions.m4: Update to libtool 2.2.6.
6199 * ltgcc.m4: Update to match changes from libtool 2.2.6.
6200
6201 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
6202
6203 * MAINTAINERS (Write After Approval): Add myself.
6204
6205 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
6206
6207 * MAINTAINERS (Write After Approval): Update my name.
6208
6209 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
6210
6211 * MAINTAINERS: Add myself in "Write After Approval".
6212
6213 2008-09-18 Steve Ellcey <sje@cup.hp.com>
6214
6215 * MAINTAINERS: Add myself as ia64 maintainer.
6216
6217 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
6218
6219 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
6220 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
6221 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
6222 and Michael Tiemann from Write After Approval since they do not
6223 actually have access.
6224
6225 2008-09-05 Richard Guenther <rguenther@suse.de>
6226
6227 * configure.ac: Initialize clooglibs to -lcloog.
6228 * configure: Re-generate.
6229
6230 2008-09-04 Le-Chun Wu <lcwu@google.com>
6231
6232 * MAINTAINERS (Write After Approval): Add myself.
6233
6234 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
6235
6236 * configure.ac (--with-cloog-polylib): New.
6237 (--disable-cloog-version-check): New.
6238 (--disable-ppl-version-check): New.
6239 * configure: Re-generate.
6240
6241 2008-09-03 Richard Guenther <rguenther@suse.de>
6242
6243 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
6244 cloog test.
6245 * configure: Re-generate.
6246
6247 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
6248
6249 Add picoChip port.
6250 * MAINTAINERS: Add picoChip maintainers.
6251
6252 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
6253 Tobias Grosser <grosser@fim.uni-passau.de>
6254 Jan Sjodin <jan.sjodin@amd.com>
6255 Harsha Jagasia <harsha.jagasia@amd.com>
6256 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
6257 Konrad Trifunovic <konrad.trifunovic@inria.fr>
6258 Adrien Eliche <aeliche@isty.uvsq.fr>
6259
6260 Merge from graphite branch.
6261 * configure: Regenerate.
6262 * Makefile.in: Regenerate.
6263 * configure.ac (host_libs): Add ppl and cloog.
6264 Add checks for PPL and CLooG.
6265 * Makefile.def (ppl, cloog): Added modules and dependences.
6266 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
6267 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
6268
6269 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
6270
6271 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
6272 (GCC_SHLIB_SUBDIR): New.
6273 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
6274 * configure: Regenerate.
6275 * Makefile.in: Regenerate.
6276
6277 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
6278
6279 * MAINTAINERS: Consistently use tabs to separate columns.
6280
6281 2008-08-29 Tristan Gingold <gingold@adacore.com>
6282
6283 * MAINTAINERS (Write after Approval): Add myself.
6284
6285 2008-08-28 Tristan Gingold <gingold@adacore.com>
6286
6287 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
6288 Enable bfd, binutils and opcodes.
6289 * configure: Regenerate.
6290
6291 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6292
6293 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
6294
6295 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
6296
6297 * MAINTAINERS: Use correct Umlaut for last name.
6298
6299 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6300
6301 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
6302
6303 2008-08-16 David Edelsohn <edelsohn@gnu.org>
6304
6305 * MAINTAINERS: Update my email address.
6306
6307 2008-08-16 Nicolas Roche <roche@adacore.com>
6308
6309 * Makefile.tpl: Add BOOT_ADAFLAGS.
6310 * Makefile.in: Regenerate.
6311
6312 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
6313
6314 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
6315 * configure: Regenerate.
6316
6317 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
6318
6319 * configure.ac: Add makefile fragments for hpux.
6320 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
6321 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
6322 * configure: Regenerate.
6323 * Makefile.in: Regenerate.
6324
6325 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
6326
6327 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
6328
6329 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
6330
6331 * MAINTAINERS (Write after Approval): Add myself.
6332
6333 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
6334
6335 * MAINTAINERS (Write After Approval): Add myself.
6336
6337 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
6338
6339 * MAINTAINERS (Write After Approval): Add myself.
6340
6341 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
6342
6343 * MAINTAINERS: Update my email address.
6344
6345 2008-06-25 Joey Ye <joey.ye@intel.com>
6346
6347 * MAINTAINERS (Write After Approval): Add myself.
6348
6349 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6350
6351 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
6352 * Makefile.in: Regenerate.
6353 * configure: Regenerate.
6354
6355 2008-06-17 Daniel Kraft <d@domob.eu>
6356
6357 * MAINTAINERS (Write After Approval): Add myself.
6358
6359 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6360
6361 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
6362 "$@" is still intact with both Autoconf 2.59 and 2.62.
6363 * configure: Regenerate.
6364
6365 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6366
6367 * Makefile.tpl: Fix comment errors.
6368 * Makefile.in: Regenerate.
6369
6370 2008-06-12 David S. Miller <davem@davemloft.net>
6371 David Edelsohn <edelsohn@gnu.org>
6372
6373 * configure.ac: Add powerpc*-*-* to gold supported targets.
6374 * configure: Regenerate.
6375
6376 2008-06-08 Joseph Myers <joseph@codesourcery.com>
6377
6378 PR tree-optimization/36218
6379 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
6380 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
6381 (all prefix="build-"): Pass them to build-system sub-makes.
6382 * Makefile.in: Regenerate.
6383
6384 2008-06-07 Joseph Myers <joseph@codesourcery.com>
6385
6386 * MAINTAINERS (mt port): Remove.
6387 (sco5, unixware, sco udk): Remove.
6388 (Kean Johnston): Add to Write After Approval.
6389
6390 2008-05-30 Julian Brown <julian@codesourcery.com>
6391
6392 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
6393 of libobjc for ARM EABI Linux.
6394 * configure: Regenerate.
6395
6396 2008-05-18 Xinliang David Li <davidxl@google.com>
6397
6398 * ChangeLog: Remove wrong ChangeLog entry.
6399
6400 2008-05-17 Xinliang David Li <davidxl@google.com>
6401
6402 * MAINTAINERS (Write After Approval): Add myself.
6403
6404 2008-05-15 Janus Weil <janus@gcc.gnu.org>
6405
6406 * MAINTAINERS (Write After Approval): Add myself.
6407
6408 2008-05-14 Rafael Espíndola <espindola@google.com>
6409
6410 * config-ml.in: don't handle --enable-shared and --enable-static.
6411
6412 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
6413
6414 * MAINTAINERS: Update my email address.
6415
6416 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
6417
6418 * MAINTAINERS: Update my email address.
6419
6420 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
6421
6422 * MAINTAINERS (Write After Approval): Add myself.
6423
6424 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
6425
6426 * MAINTAINERS (Write After Approval): Add myself.
6427
6428 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
6429
6430 * MAINTAINERS (crx): Add myself.
6431
6432 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
6433
6434 Sync with src:
6435 2008-04-14 David S. Miller <davem@davemloft.net>
6436
6437 * configure.ac: Add sparc*-*-* to gold supported targets.
6438 * configure: Regenerate.
6439
6440 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
6441
6442 PR bootstrap/35457
6443 * configure.ac: Include override.m4.
6444 * configure: Regenerate.
6445
6446 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
6447
6448 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
6449 * Makefile.in: Regenerate.
6450
6451 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
6452
6453 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
6454 as nonconfigurable directories list.
6455 * configure: Regenerate.
6456
6457 2008-04-14 Ben Elliston <bje@au.ibm.com>
6458
6459 * config.sub, config.guess: Update from upstream sources.
6460
6461 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
6462
6463 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
6464 * Makefile.in: Regenerate.
6465
6466 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
6467
6468 * configure.ac: Do not build libssp for the AVR.
6469 * configure: Regenerate.
6470
6471 2008-04-07 Ian Lance Taylor <iant@google.com>
6472
6473 * Makefile.def: check-gold depends upon all-binutils.
6474 * Makefile.in: Regenerate.
6475
6476 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
6477
6478 * MAINTAINERS (Write After Approval): Add myself.
6479
6480 2008-04-04 Nick Clifton <nickc@redhat.com>
6481
6482 PR binutils/4334
6483 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
6484 builds.
6485 * configure: Regenerate.
6486
6487 2008-04-04 NightStrike <NightStrike@gmail.com>
6488
6489 PR other/35151
6490 * configure.ac: Combine rules for mingw32 and mingw64.
6491 * configure: Regenerate.
6492
6493 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
6494
6495 * MAINTAINERS (Write After Approval): Add myself.
6496
6497 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
6498
6499 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
6500 * Makefile.in (.NOTPARALLEL): Ditto.
6501
6502 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
6503
6504 * MAINTAINERS (Write After Approval): Add myself.
6505
6506 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
6507
6508 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
6509 * Makefile.in (.NOTPARALLEL): Regenerate.
6510
6511 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
6512
6513 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
6514 * Makefile.in: Regenerate.
6515
6516 2008-03-26 Jakub Staszak <kuba@et.pl>
6517
6518 * MAINTAINERS (Write After Approval): Add myself.
6519
6520 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
6521
6522 * MAINTAINERS: Update e-mail address.
6523
6524 2008-03-20 Ian Lance Taylor <iant@google.com>
6525
6526 * configure.ac: Add support for --enable-gold.
6527 * Makefile.def: Add gold as a directory like ld.
6528 * configure, Makefile.in: Regenerate.
6529
6530 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6531
6532 * configure.ac: m4_include config/proginstall.m4.
6533 * configure: Regenerate.
6534
6535 Backport from upstream Libtool:
6536
6537 2007-10-12 Eric Blake <ebb9@byu.net>
6538
6539 Deal with Autoconf 2.62's semantic change in m4_append.
6540 * ltsugar.m4 (lt_append): Replace broken versions of
6541 m4_append.
6542 (lt_if_append_uniq): Don't require separator to be overquoted,
6543 and avoid broken m4_append.
6544 (lt_dict_add): Fix typo.
6545 * libtool.m4 (_LT_DECL): Don't overquote separator.
6546
6547 2008-03-13 David Edelsohn <edelsohn@gnu.org>
6548
6549 * config.rpath: Add AIX 6 support.
6550
6551 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
6552
6553 * Makefile.def (stageprofile). Remove -fprofile-generate
6554 from stage_libcflags.
6555 * Makefile.in: Regenerate.
6556
6557 2008-03-13 Ben Elliston <bje@au.ibm.com>
6558
6559 * config.sub, config.guess: Update from upstream sources.
6560
6561 2008-03-06 Tom Tromey <tromey@redhat.com>
6562
6563 * MAINTAINERS: Update for treelang deletion.
6564
6565 2008-03-03 James E. Wilson <wilson@tuliptree.org>
6566
6567 * MAINTAINERS: Update my email address.
6568
6569 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
6570
6571 * MAINTAINERS (darwin port): Add myself as a maintainer.
6572 (objective-c/c++): Add myself as a maintainer.
6573
6574 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
6575
6576 * MAINTAINERS (Write After Approval): Update my email address.
6577
6578 2008-02-25 Tomas Bily <tbily@suse.cz>
6579
6580 * MAINTAINERS (Write After Approval): Add myself.
6581
6582 2008-02-23 Jakub Jelinek <jakub@redhat.com>
6583
6584 * MAINTAINERS (OpenMP): Add myself.
6585
6586 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
6587
6588 PR bootstrap/32009
6589 PR bootstrap/32161
6590
6591 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
6592 * configure: Regenerate.
6593
6594 * Makefile.def: Define stage_libcflags for all bootstrap stages.
6595 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
6596 STAGE4_LIBCFLAGS): New.
6597 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
6598 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
6599 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
6600 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
6601 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
6602 for target modules. Don't export LIBCFLAGS.
6603 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
6604 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
6605 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6606 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
6607 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
6608 * Makefile.in: Regenerate.
6609
6610 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6611
6612 PR libgcj/33085
6613 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
6614 Do not use -DDLL_EXPORT. Backport from upstream.
6615
6616 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6617
6618 * MAINTAINERS (Write After Approval): Add myself.
6619
6620 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
6621
6622 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
6623 * configure: Regenerate.
6624
6625 2008-01-31 Marc Gauthier <marc@tensilica.com>
6626
6627 * configure.ac (xtensa*-*-*): Recognize processor variants.
6628 * configure: Regenerate.
6629
6630 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6631
6632 PR bootstrap/34922
6633 * configure.ac (PARSE_ARGS): Push suitable setting of
6634 ac_subdirs_all, for `./configure --help=recursive'.
6635 Handle `+' in generic toplevel directory disabling.
6636 * configure: Regenerate.
6637
6638 2008-01-28 Nick Clifton <nickc@redhat.com>
6639
6640 * MAINTAINERS (xstormy16): Take over maintainership.
6641
6642 2008-01-25 Joseph Myers <joseph@codesourcery.com>
6643
6644 * MAINTAINERS (c4x port): Remove.
6645
6646 2008-01-24 David Edelsohn <edelsohn@gnu.org>
6647
6648 * libtool.m4: Backport AIX 6 support from ToT Libtool.
6649
6650 2008-01-23 Ben Elliston <bje@au.ibm.com>
6651
6652 * config.sub, config.guess: Update from upstream sources.
6653
6654 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
6655
6656 * MAINTAINERS (Write After Approval): Add myself.
6657
6658 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
6659
6660 * MAINTAINERS: Update my email address.
6661
6662 2008-01-09 Raksit Ashok <raksit@google.com>
6663
6664 * MAINTAINERS (Write After Approval): Add myself.
6665
6666 2008-01-09 Raksit Ashok <raksit@google.com>
6667
6668 * MAINTAINERS (Write After Approval): Add myself.
6669
6670 2008-01-08 Ben Elliston <bje@au.ibm.com>
6671
6672 * config.sub, config.guess: Update from upstream sources.
6673
6674 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6675
6676 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
6677 Change recommended MPFR from 2.2.1 -> 2.3.0.
6678 * configure: Regenerate.
6679
6680 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
6681
6682 * MAINTAINERS: Update my email address.
6683
6684 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
6685
6686 * MAINTAINERS: Update my email address.
6687
6688 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
6689
6690 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
6691 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
6692 * Makefile.in: Regenerate.
6693
6694 2007-12-10 Mark Heffernan <meheff@google.com>
6695
6696 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
6697 misplaced entries.
6698
6699 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
6700
6701 * configure.ac: Enable libjava for x86_64-*-darwin9.
6702 * configure: Regenerate.
6703
6704 2007-12-07 Bill Maddox <maddox@google.com>
6705
6706 * MAINTAINERS (Write After Approval): Add myself.
6707
6708 2007-12-05 Ben Elliston <bje@au.ibm.com>
6709
6710 * config.sub, config.guess: Update from upstream sources.
6711
6712 2007-12-02 Matthias Klose <doko@ubuntu.com>
6713
6714 * config-ml.in: Remove 64bit configure tests.
6715
6716 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6717
6718 * config-ml.in: Robustify against white space in absolute file
6719 names.
6720
6721 * config-ml.in (multi-clean): Substitute ${Makefile}.
6722 Remove superfluous ${Makefile} in list.
6723
6724 2007-11-19 Thiemo Seufer <ths@mips.com>
6725
6726 * config-ml.in: Don't hardcode the Makefile name.
6727
6728 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
6729
6730 * MAINTAINERS (Write After Approval): Add myself.
6731
6732 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
6733
6734 * MAINTAINERS (Write After Approval): Add myself.
6735
6736 2007-11-06 Doug Kwan <dougkwan@google.com>
6737
6738 * MAINTAINERS (Write After Approval): Add myself.
6739
6740 2007-10-25 Ben Elliston <bje@au.ibm.com>
6741
6742 * MAINTAINERS (mercury): Remove entry.
6743 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
6744
6745 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
6746
6747 * Makefile.def (dependencies): Make configure-gdb depend on
6748 all-intl.
6749 * Makefile.in: Regenerated.
6750
6751 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
6752
6753 * MAINTAINERS (Fortran maintainer): Remove myself.
6754
6755 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
6756
6757 * Makefile.def: To avoid problems running with parallel makes,
6758 build newlib before libgloss so that target specific header
6759 files are availble.
6760 * Makefile.in: Regenerate
6761
6762 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6763
6764 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
6765 * Makefile.in: Regenerate.
6766
6767 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
6768
6769 * MAINTAINERS (Register allocation reviewer): Add myself.
6770
6771 2007-10-08 Mike Frysinger <vapier@gentoo.org>
6772
6773 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
6774 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
6775 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
6776 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
6777 * configure: Regenerate.
6778
6779 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
6780
6781 * MAINTAINERS (Register allocation reviewer): Add myself.
6782
6783 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
6784
6785 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
6786 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
6787 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
6788 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
6789 * configure.ac: Default them to host tools for $host = $build.
6790 Subst them.
6791
6792 * configure: Regenerate.
6793 * Makefile.in: Regenerate.
6794
6795 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
6796
6797 * MAINTAINERS (Register allocation reviewer): Add myself.
6798
6799 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
6800
6801 * MAINTAINERS (Register allocation reviewer): Add myself.
6802
6803 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
6804
6805 * MAINTAINERS (Write After Approval): Fix typo.
6806
6807 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
6808
6809 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
6810 * configure: Regenerate.
6811
6812 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
6813
6814 PR bootstrap/31906
6815 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
6816 they're already prefixed.
6817
6818 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
6819
6820 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
6821 libstdc++.
6822 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
6823 * configure: Regenerate.
6824 * Makefile.in: Regenerate.
6825
6826 2007-09-17 Andreas Schwab <schwab@suse.de>
6827
6828 * configure.ac: Raise minimum makeinfo version to 4.6.
6829 * configure: Regenerate.
6830
6831 2007-09-17 Johannes Singler <singler@ira.uka.de>
6832
6833 * MAINTAINERS (write-after-approval) add myself
6834
6835 2007-09-15 Alan Modra <amodra@bigpond.net.au>
6836
6837 * configure.ac: Correct makeinfo version check.
6838 * configure: Regenerate.
6839
6840 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
6841
6842 * MAINTAINERS: Update my email address.
6843
6844 2007-09-14 Richard Sandiford <richard@codesourcery.com>
6845
6846 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
6847 to $skipdirs and only disable gprof for newlib. Use the normal
6848 mips*-elf* handling in other respects.
6849 * configure: Regnerate.
6850
6851 2007-09-12 David Daney <ddaney@avtrex.com>
6852
6853 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
6854 enabling libgcj.
6855 * configure: Regenerate.
6856
6857 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
6858
6859 PR other/32154
6860 * configure.ac: For libgloss targets, point the linker to the linker
6861 script, startup code and simulator library.
6862 * configure: Regenerate.
6863
6864 2007-09-07 Andrew Haley <aph@redhat.com>
6865
6866 * configure.ac (noconfigdirs): Remove target-libffi and
6867 target-libjava.
6868 * configure: Regenerate.
6869
6870 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6871
6872 PR target/33281
6873 * configure.ac: Use config/mh-mingw on mingw.
6874 * configure: Regenerate.
6875
6876 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
6877
6878 * MAINTAINERS (Write After Approval): Add myself.
6879
6880 2007-09-05 Richard Guenther <rguenther@suse.de>
6881
6882 * configure.ac (--enable-stage1-checking): If neither --enable-checking
6883 nor --disable-checking is provided also turn on yes and types
6884 checking for stage1.
6885 * configure: Re-generate.
6886
6887 2007-08-30 Krister Walfridsson <cato@df.lth.se>
6888
6889 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
6890 (Write After Approval): Remove myself.
6891
6892 2007-08-29 Nick Clifton <nickc@redhat.com>
6893
6894 * config.sub, config.guess: Update from upstream sources.
6895
6896 2007-08-22 Bud Davis <jmdavis@link.com>
6897
6898 * MAINTAINERS (Write After Approval): Added myself.
6899 * MAINTAINERS (Reviewers): Removed myself.
6900
6901 2007-08-18 Paul Brook <paul@codesourcery.com>
6902 Joseph Myers <joseph@codesourcery.com>
6903
6904 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
6905 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
6906 * Makefile.in: Regenerate.
6907 * configure.ac (--with-debug-prefix-map): New.
6908 * configure: Regenerate.
6909
6910 2007-08-17 Richard Sandiford <richard@codesourcery.com>
6911 Nigel Stephens <nigel@mips.com>
6912
6913 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
6914 as target_makefile_frag.
6915 * configure: Regenerate.
6916
6917 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
6918
6919 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
6920 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
6921 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
6922 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
6923 (do-compare, do-compare3, do-compare-debug): New.
6924 ([+compare-target+]): Use them.
6925
6926 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
6927
6928 * MAINTAINERS (Write After Approval): Change my email address.
6929
6930 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6931 Ben Elliston <bje@au.ibm.com>
6932
6933 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
6934 --silent if $silent.
6935 * configure: Regenerate.
6936
6937 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
6938
6939 * MAINTAINERS (Various Maintainers): Add myself as
6940 loop infrastructure maintainer. Update my e-mail
6941 address.
6942
6943 2007-07-31 Diego Novillo <dnovillo@google.com>
6944
6945 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
6946 Adjust description.
6947
6948 2007-07-26 Richard Guenther <rguenther@suse.de>
6949
6950 * configure.ac: Add types checking to stage1 checking flags.
6951 * configure: Regenerate.
6952
6953 2007-07-17 Nick Clifton <nickc@redhat.com>
6954
6955 * COPYING3: New file. Contains version 3 of the GNU General
6956 Public License.
6957 * COPYING3.LIB: New file. Contains version 3 of the GNU
6958 Lesser General Public License.
6959
6960 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
6961
6962 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
6963
6964 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
6965
6966 * MAINTAINERS (S/390 co-maintainer): Add myself.
6967 (Write After Approval): Remove myself.
6968
6969 2007-07-13 Dan Hipschman <dsh@google.com>
6970
6971 * MAINTAINERS (Write After Approval): Add myself.
6972
6973 2007-07-11 Nick Clifton <nickc@redhat.com>
6974
6975 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
6976 WINDRES export.
6977 * Makefile.in: Regenerate.
6978
6979 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6980
6981 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
6982 maintainer.
6983
6984 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
6985
6986 * lt~obsolete.m4: New. Import from 20070318 libtool.
6987
6988 2007-07-03 Julian Brown <julian@codesourcery.com>
6989
6990 * MAINTAINERS (Write After Approval): Add myself.
6991
6992 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6993
6994 * configure.ac: Rewrite 'configure --help' strings to look nicer.
6995 * configure: Regenerate.
6996
6997 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6998
6999 * configure.ac: Add some missing m4 quotation.
7000 * configure: Regenerate.
7001
7002 2007-07-02 Simon Baldwin <simonb@google.com>
7003
7004 * MAINTAINERS (Write After Approval): Add myself.
7005
7006 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
7007
7008 * configure: Regenerate.
7009
7010 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
7011
7012 * Makefile.def: Add windmc tool to build.
7013 * Makefile.tpl: Likewise.
7014 * configure.ac: Likewise.
7015 * Makefile.in: Regenerate.
7016 * configure: Regenerate.
7017
7018 2007-06-28 DJ Delorie <dj@redhat.com>
7019
7020 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
7021 not building newlib.
7022 * configure: Regenerated.
7023
7024 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
7025
7026 * MAINTAINERS (Write After Approval): Add myself.
7027
7028 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
7029
7030 * MAINTAINERS (Write After Approval): Add myself.
7031
7032 2007-06-19 Chris Matthews <chrismatthews@google.com>
7033
7034 * MAINTAINERS (Write After Approval): Add myself.
7035
7036 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
7037
7038 * MAINTAINERS (Write After Approval): Add myself.
7039
7040 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7041
7042 * Makefile.def: Add dependency from configure-gdb to all-bfd.
7043 * Makefile.in: Regenerated.
7044
7045 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
7046
7047 * configure.ac: Don't add target-libmudflap to noconfigdirs for
7048 bfin*-*-uclinux* targets.
7049 * configure: Regenerate.
7050
7051 2007-06-14 Ian Lance Taylor <iant@google.com>
7052
7053 * MAINTAINERS: Add myself as non-algorithmic global write
7054 maintainer.
7055
7056 2007-06-14 Diego Novillo <dnovillo@google.com>
7057
7058 * MAINTAINERS: Add self as middle-end maintainer and
7059 non-algorithmic global write maintainer.
7060
7061 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7062
7063 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
7064 Move all Fortran maintainers except Paul Brook into the
7065 Non-Autopoiesis section.
7066
7067 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
7068
7069 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
7070 (distclean-stage[+id+]): Possibly delete stage_last.
7071 * Makefile.in: Regenerate.
7072
7073 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
7074
7075 * MAINTAINERS (Various Maintainer): Fix typo.
7076
7077 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
7078
7079 * MAINTAINERS (Various Maintainer): Add myself as
7080 dataflow maintainer.
7081
7082 2007-06-07 Ben Elliston <bje@au.ibm.com>
7083
7084 * config.sub, config.guess: Update from upstream sources.
7085
7086 2007-06-07 Ben Elliston <bje@au.ibm.com>
7087
7088 * Makefile.tpl: Fix spelling error.
7089 * Makefile.in: Regenerate.
7090
7091 2007-06-01 Steve Ellcey <sje@cup.hp.com>
7092
7093 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
7094 lt_cv_sys_max_cmd_len.
7095
7096 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
7097
7098 * MAINTAINERS (Various Maintainers): Add myself as
7099 auto-vectorizer maintainer.
7100
7101 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
7102
7103 PR libjava/32098
7104 * libtool.m4: Revert previous change.
7105 * ltgcc.m4: Put it here.
7106
7107 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
7108
7109 * MAINTAINERS (Various Maintainers): Add myself as
7110 auto-vectorizer maintainer.
7111
7112 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
7113
7114 PR libjava/32098
7115 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
7116
7117 2007-05-30 Richard Guenther <rguenther@suse.de>
7118
7119 * MAINTAINERS (Various Maintainers): Add myself as
7120 auto-vectorizer maintainer.
7121
7122 2007-05-30 Jakub Jelinek <jakub@redhat.com>
7123
7124 PR bootstrap/29382
7125 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
7126 * configure: Rebuilt.
7127
7128 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
7129
7130 * MAINTAINERS (Write After Approval): Removed my name.
7131
7132 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
7133
7134 * MAINTAINERS (Write After Approval): Remove myself.
7135
7136 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
7137
7138 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
7139
7140 2007-05-23 Steve Ellcey <sje@cup.hp.com>
7141
7142 * ltmain.sh: Update from ToT Libtool.
7143 * libtool.m4: Update from ToT Libtool.
7144 * ltsugar.m4: New. Update from ToT Libtool.
7145 * ltversion.m4: New. Update from ToT Libtool.
7146 * ltoptions.m4: New. Update from ToT Libtool.
7147 * ltconfig: Remove.
7148 * ltcf-c.sh: Remove.
7149 * ltcf-cxx.sh: Remove.
7150 * ltcf-gcj.sh: Remove.
7151
7152 2007-05-22 Ollie Wild <aaw@google.com>
7153
7154 * MAINTAINERS (Write After Approval): Add myself.
7155
7156 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
7157
7158 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
7159 stage_cflags.
7160 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
7161 Remove CFLAGS/LIBCFLAGS.
7162 (configure-stage[+id+]-[+prefix+][+module+],
7163 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
7164 * Makefile.in: Regenerate.
7165
7166 2007-05-15 Diego Novillo <dnovillo@google.com>
7167
7168 * MAINTAINERS: Update e-mail address.
7169
7170 2007-05-15 Revital Eres <eres@il.ibm.com>
7171
7172 * MAINTAINERS (Write After Approval): Add myself.
7173
7174 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
7175
7176 * MAINTAINERS (Write After Approval): Updated my address.
7177
7178 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
7179
7180 * MAINTAINERS (Write After Approval): Add myself.
7181
7182 2007-05-11 Silvius Rus <rus@google.com>
7183
7184 * MAINTAINERS (Write After Approval): Add myself.
7185
7186 2007-04-23 Tom Tromey <tromey@redhat.com>
7187
7188 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
7189
7190 2007-04-22 Mark Mitchell <mark@codesourcery.com>
7191
7192 * MAINTAINERS (cpplib): Rename to ...
7193 (libcpp): ... this. Add C/C++ front end maintainers.
7194
7195 2007-04-14 Steve Ellcey <sje@cup.hp.com>
7196
7197 * config-ml.in: Pass ${ml_config_env} to configure calls.
7198
7199 2007-04-04 Christian Bruel <christian.bruel@st.com>
7200
7201 * MAINTAINERS (Write After Approval): Add myself.
7202
7203 2007-04-02 Dave Korn <dave.korn@artimi.com>
7204
7205 * MAINTAINERS (Write After Approval): Add myself.
7206
7207 2007-03-31 Tobias Burnus <burnus@net-b.de>
7208
7209 * MAINTAINERS (fortran 95 front end): Add myself.
7210
7211 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
7212
7213 * MAINTAINERS (Write After Approval): Add myself.
7214
7215 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
7216
7217 * MAINTAINERS (Modulo Scheduler): Add myself.
7218
7219 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
7220
7221 * MAINTAINERS (fortran 95 front end): Add myself.
7222 (c++ front end): whitespace fix.
7223
7224 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
7225
7226 * MAINTAINERS (Write After Approval): Add myself.
7227
7228 2007-03-21 Richard Sandiford <richard@codesourcery.com>
7229
7230 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
7231 of glob. Quote arguments with single quotes too.
7232 * configure: Regenerate.
7233
7234 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
7235
7236 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
7237 * Makefile.in: Regenerate
7238
7239 2007-03-07 Andreas Schwab <schwab@suse.de>
7240
7241 * configure: Regenerate.
7242
7243 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
7244
7245 * configure.ac: Add "--with-pdfdir" configure option,
7246 which defines pdfdir variable.
7247 * Makefile.def (target=fixincludes): Add install-pdf to
7248 missing targets.
7249 (recursive_targets): Add install-pdf target.
7250 (flags_to_pass): Add pdfdir.
7251 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
7252 target.
7253 * configure: Regenerate
7254 * Makefile.in: Regenerate
7255
7256 2007-02-28 Eric Christopher <echristo@apple.com>
7257
7258 Revert:
7259 2006-12-07 Mike Stump <mrs@apple.com>
7260
7261 * Makefile.def (dependencies): Add dependency for
7262 install-target-libssp and install-target-libgomp on
7263 install-gcc.
7264 * Makefile.in: Regenerate.
7265
7266 2007-02-27 Matt Kraai <kraai@ftbfs.org>
7267
7268 * configure: Regenerate.
7269 * configure.ac: Move statements after variable declarations.
7270
7271 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
7272
7273 * MAINTAINERS: Add myself as sh maintainer.
7274
7275 2007-02-19 Joseph Myers <joseph@codesourcery.com>
7276
7277 * configure.ac: Adjust for loop syntax.
7278 * configure: Regenerate.
7279
7280 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
7281
7282 * configure: Rebuilt.
7283
7284 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
7285
7286 * configure.ac: Drop multiple occurrences of --enable-languages,
7287 and fix its quoting.
7288 * configure: Rebuilt.
7289
7290 2007-02-17 Mark Mitchell <mark@codesourcery.com>
7291 Nathan Sidwell <nathan@codesourcery.com>
7292 Vladimir Prus <vladimir@codesourcery.com>
7293 Joseph Myers <joseph@codesourcery.com>
7294
7295 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
7296 * configure: Regenerate.
7297
7298 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
7299
7300 * ltconfig (freebsd*): Default to elf.
7301
7302 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
7303
7304 * configure.ac (target_libraries): Move libgcc before libiberty.
7305 * configure: Regenerated.
7306
7307 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
7308 Paolo Bonzini <bonzini@gnu.org>
7309
7310 PR bootstrap/30753
7311 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
7312 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
7313 * configure: Regenerated.
7314
7315 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7316
7317 * MAINTAINERS (Language Front End Maintainers): Update my mail
7318 address.
7319
7320 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
7321
7322 PR bootstrap/30748
7323 * configure.ac: Correct syntax for Solaris ksh.
7324 * configure: Regenerated.
7325
7326 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
7327
7328 * configure.ac: Sync with src.
7329 * configure: Regenerate.
7330
7331 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
7332
7333 * Makefile.in: Regenerate.
7334
7335 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
7336
7337 * config.sub: Sync with src.
7338
7339 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
7340
7341 * Makefile.tpl (build_alias, host_alias, target_alias): Use
7342 noncanonical equivalents.
7343 * configure.in: Rename to...
7344 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
7345 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
7346 target_noncanonical. Use them. Rewrite removal of configure
7347 arguments for autoconf 2.59. Discard variable settings. Force
7348 program_transform_name for native tools.
7349
7350 * Makefile.in: Regenerated.
7351 * configure: Regenerated with autoconf 2.59.
7352
7353 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
7354
7355 * MAINTAINERS (Write After Approval): Add myself.
7356
7357 2007-01-31 Andreas Schwab <schwab@suse.de>
7358
7359 * Makefile.tpl (LDFLAGS): Substitute it.
7360 * Makefile.in: Regenerate.
7361
7362 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
7363
7364 * MAINTAINERS (Write After Approval): Add myself.
7365
7366 2007-01-28 David Edelsohn <edelsohn@gnu.org>
7367
7368 * MAINTAINERS (spu port): Add myself.
7369
7370 2007-01-23 Richard Guenther <rguenther@suse.de>
7371
7372 PR bootstrap/30541
7373 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
7374 * Makefile.tpl (GNATBIND): Substitute it.
7375 (GNATMAKE): Likewise.
7376 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
7377 of STAGE_PREFIX.
7378 * Makefile.in: Regenerate.
7379 * configure: Regenerate.
7380
7381 2007-01-18 Mike Stump <mrs@apple.com>
7382
7383 * configure.in: Re-enable -Werror for gcc builds.
7384
7385 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
7386
7387 * MAINTAINERS (Write After Approval): Add myself.
7388
7389 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
7390
7391 * configure.in: Change == to = in test command.
7392 * configure: Regenerate.
7393
7394 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
7395 Nick Clifton <nickc@redhat.com>
7396 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
7397
7398 * configure.in (build_configargs, host_configargs, target_configargs):
7399 Remove build/host/target parameters.
7400 (host_libs): Add gmp and mpfr.
7401 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
7402 * Makefile.def (gmp, mpfr): New.
7403 (gcc): Remove target.
7404 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
7405 target_os, target_vendor): New.
7406 (configure): Add host_alias/target_alias arguments; adjust invocations.
7407 * configure: Regenerate.
7408 * Makefile.in: Regenerate.
7409
7410 2007-01-11 Matt Fago <fago@earthlink.net>
7411
7412 * configure.in: Try to link to functions only in mpfr 2.2.x
7413 to improve robustness of configure tests.
7414 * configure: Regenerate.
7415
7416 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
7417
7418 * MAINTAINERS: Add myself as i386 maintainer.
7419
7420 2007-01-08 Jan Hubicka <jh@suse.cz>
7421
7422 * MAINTAINERS: Add myself as i386 maintainer.
7423
7424 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
7425
7426 * configure.in: Add support for an x86_64-mingw* target.
7427 * configure: Regenerate.
7428
7429 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
7430
7431 * Makefile.tpl (all-target): Correct @if conditional for target
7432 modules.
7433 * configure.in: Omit libiberty if building only target libgcc.
7434 * configure, Makefile.in: Regenerated.
7435
7436 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
7437
7438 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
7439 * configure: Regenerate.
7440
7441 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
7442
7443 * Makefile.def (target_modules): Add libgcc.
7444 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
7445 * Makefile.tpl (clean-target-libgcc): Delete.
7446 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
7447 on gcc even for bootstrapped modules. Rewrite handling of
7448 lang_env_dependencies to loop over target_modules.
7449 * configure.in (target_libraries): Add target-libgcc.
7450 * Makefile.in, configure: Regenerated.
7451
7452 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
7453
7454 * configure.in: Reorganize recognition of languages. Add
7455 --enable-stage1-languages. Show supported languages for the chosen
7456 target rather than all recognized languages.
7457 * configure: Regenerate.
7458
7459 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
7460
7461 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
7462 * Makefile.in: Regenerate.
7463
7464 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7465
7466 * configure.in: Warn that MPFR 2.2.0 is buggy.
7467 * configure: Regenerate.
7468
7469 2006-12-27 Ian Lance Taylor <iant@google.com>
7470
7471 * configure.in: When removing Makefiles to force a reconfigure, also
7472 remove prev-DIR*/Makefile.
7473 * configure: Regenerate.
7474
7475 2006-12-22 Andreas Schwab <schwab@suse.de>
7476
7477 * configure: Regenerate with correct autoconf version.
7478
7479 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
7480
7481 * configure.in: add AC_SUBST for *_FOR_TARGET.
7482 * configure: Regenerate.
7483
7484 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
7485
7486 * configure.in: Simplify logic for rejecting languages that cannot
7487 be built. Separate the case when a language is unsupported,
7488 from the case when the user chooses not to build a language.
7489
7490 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
7491
7492 * configure.in: Remove "$build" case for powerpc-*-darwin* since
7493 it only affects bootstrap and could be tested on "$host" as well.
7494 * configure: Regenerate.
7495 * config/mh-ppc-darwin: Add to the stage1 cflags here.
7496
7497 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
7498
7499 PR bootstrap/29544
7500 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
7501 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
7502 move here comment from Makefile.tpl.
7503 * Makefile.tpl: Move some definitions higher in the file.
7504 (STAGE1_CHECKING): New.
7505 * configure.in: Add --enable-stage1-checking.
7506 * configure: Regenerate.
7507 * Makefile.in: Regenerate.
7508
7509 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
7510
7511 * MAINTAINERS: Add myself as build system maintainer.
7512
7513 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
7514
7515 * MAINTAINERS (Write After Approval): Add myself.
7516
7517 2006-12-13 Eric Christopher <echristo@apple.com>
7518
7519 * MAINTAINERS: Add myself as darwin maintainer.
7520
7521 2006-12-11 Ian Lance Taylor <ian@airs.com>
7522
7523 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
7524
7525 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
7526
7527 MAINTAINERS: Update my entry.
7528
7529 2006-12-11 Alan Modra <amodra@bigpond.net.au>
7530
7531 * configure.in: Handle spu makefile frag.
7532 * Makefile.tpl (MAINT): Define
7533 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
7534 * configure: Regenerate.
7535 * Makefile.in: Regenerate.
7536
7537 2006-12-11 Ben Elliston <bje@au.ibm.com>
7538
7539 * config.guess: Import latest version.
7540 * config.sub: Likewise.
7541
7542 2006-12-11 Ben Elliston <bje@au.ibm.com>
7543
7544 * configure.in (spu-*-*): Don't skip target-libiberty.
7545 * configure: Regenerate.
7546
7547 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
7548
7549 PR bootstrap/30134
7550 * configure.in: Correct x86 darwin support for libjava to powerpc
7551 and i?86 only.
7552 * configure: Regenerate.
7553
7554 2006-12-08 Sandro Tolaini <tolaini@libero.it>
7555
7556 * configure.in: Add x86 darwin support for libjava.
7557 * configure: Regenerate.
7558
7559 2006-12-07 Mike Stump <mrs@apple.com>
7560
7561 * Makefile.def (dependencies): Add dependency for
7562 install-target-libssp and install-target-libgomp on
7563 install-gcc.
7564 * Makefile.in: Regenerate.
7565
7566 2006-12-04 Richard Guenther <rguenther@suse.de>
7567
7568 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
7569 (Non-Algorithmic Maintainers): Move over non-algorithmic
7570 loop optimizer maintainers, add myself as a non-algorithmic
7571 middle-end maintainer.
7572
7573 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
7574
7575 * MAINTAINERS (Write After Approval): Add myself.
7576
7577 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7578
7579 * configure.in: Update error message for missing GMP/MPFR.
7580
7581 * configure: Regenerate.
7582
7583 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7584
7585 * configure.in: Update MPFR version in error message.
7586
7587 * configure: Regenerate.
7588
7589 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7590
7591 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
7592 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
7593 --with-gmp-lib): New flags.
7594
7595 * configure: Regenerate.
7596
7597 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
7598
7599 * MAINTAINERS (Write After Approval): Change my email address.
7600
7601 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
7602
7603 * MAINTAINERS (Write After Approval): Add myself.
7604
7605 2006-11-22 Philipp Thomas <pth@suse.de>
7606
7607 * MAINTAINERS (i18n): Update e-mail address.
7608
7609 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
7610
7611 * MAINTAINERS (spu port): Add myself as maintainer.
7612 (Write After Approval): Remove myself.
7613
7614 2006-11-22 Ben Elliston <bje@au.ibm.com>
7615
7616 * configure.in (skipdirs): Don't build libssp for SPU.
7617 * configure: Regenerate.
7618
7619 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
7620
7621 * MAINTAINERS (spu port): Add myself as maintainer.
7622 (libobjc): Update my email address.
7623
7624 2006-11-21 Andrea Bona <andrea.bona@st.com>
7625
7626 * MAINTAINERS (Write After Approval): Add myself.
7627
7628 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
7629
7630 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
7631 * configure : Rebuilt.
7632
7633 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
7634
7635 * MAINTAINERS (Write After Approval): Add myself.
7636
7637 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
7638
7639 * MAINTAINERS (Write After Approval): Add myself.
7640
7641 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7642
7643 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
7644 libmpfr.a.
7645 * configure: Regenerate.
7646
7647 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
7648
7649 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
7650 (unstage): Test for stage_last presence.
7651
7652 PR bootstrap/29802
7653 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
7654 STAGE_PREFIX.
7655 * Makefile.in: Regenerate.
7656
7657 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
7658
7659 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
7660 maintainers.
7661
7662 2006-11-14 Erven Rohou <erven.rohou@st.com>
7663
7664 * MAINTAINERS (Write After Approval): Add myself.
7665
7666 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
7667
7668 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
7669 and stageN-package/Makefile.
7670 * Makefile.in: Regenerated.
7671
7672 2006-11-14 Jie Zhang <jie.zhang@analog.com>
7673
7674 * configure.in: Remove target-libgloss from noconfigdirs for
7675 bfin-*-*.
7676 * configure: Regenerated.
7677
7678 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7679
7680 * configure.in (have_gmp): Only error if the gcc directory exists.
7681
7682 * configure: Regenerate.
7683
7684 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7685
7686 * configure.in: Robustify error message for missing GMP/MPFR.
7687
7688 * configure: Regenerate.
7689
7690 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
7691
7692 * MAINTAINERS (Write After Approval): Add myself.
7693
7694 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
7695
7696 * MAINTAINERS: Change email address.
7697
7698 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
7699
7700 * MAINTAINERS (Write After Approval): Add myself.
7701
7702 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
7703
7704 * MAINTAINERS (Write After Approval): Add myself.
7705
7706 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
7707
7708 * MAINTAINERS (Write After Approval): Move myself to
7709 Write After Approval section.
7710
7711 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7712
7713 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
7714 need_gmp anymore.
7715 * configure: Regenerate.
7716
7717 2006-10-16 Tobias Burnus <burnus@net-b.de>
7718
7719 * MAINTAINERS (Write After Approval): Add myself.
7720
7721 2006-10-16 Ben Elliston <bje@au.ibm.com>
7722
7723 * config.guess: Import latest version.
7724 * config.sub: Likewise.
7725
7726 2006-10-10 Brooks Moses <bmoses@stanford.edu>
7727
7728 * Makefile.def: Added pdf target handling.
7729 * Makefile.tpl: Added pdf target handling.
7730 * Makefile.in: Regenerated.
7731
7732 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
7733
7734 * MAINTAINERS: Add self as score port maintainer.
7735
7736 2006-10-04 Brooks Moses <bmoses@stanford.edu>
7737
7738 * MAINTAINERS (Write After Approval): Add myself.
7739
7740 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
7741
7742 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
7743 or newer.
7744 * configure: Regenerated.
7745
7746 2006-09-27 Dave Brolley <brolley@redhat.com>
7747
7748 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
7749 using $s instead of $r.
7750 * configure: Regenerated.
7751
7752 2006-09-26 Thiemo Seufer <ths@mips.com>
7753
7754 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
7755 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
7756 * configure: Regenerate.
7757
7758 2006-09-24 Graeme Peterson <gridly@gmail.com>
7759
7760 * MAINTAINERS (Write After Approval): Remove myself.
7761
7762 2006-09-22 Chao-ying Fu <fu@mips.com>
7763
7764 * MAINTAINERS (Write After Approval): Add myself.
7765
7766 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
7767
7768 * MAINTAINERS: Add self as soft-fp maintainer.
7769
7770 2006-09-09 Anatoly Sokolov <aesok@post.ru>
7771
7772 * MAINTAINERS: Add myself as avr maintainer.
7773 Remove Marek Michalkiewicz as avr maintainer.
7774
7775 2006-09-07 Roberto Costa <roberto.costa@st.com>
7776
7777 * MAINTAINERS (Write After Approval): Add myself.
7778
7779 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
7780
7781 * configure.in: Never build newlib for a Mingw host.
7782 Never build newlib as Mingw target library.
7783 Test the existence of winsup/cygwin for building a Cygwin newlib,
7784 rather than just winsup.
7785 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
7786 building a Mingw target.
7787 * configure: Regenerate.
7788
7789 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
7790
7791 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
7792
7793 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
7794
7795 * config.guess: Import from src (was more updated).
7796 * config.sub: Likewise.
7797
7798 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
7799
7800 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
7801 * configure: Regenerated.
7802
7803 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
7804
7805 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
7806 for stages after the first.
7807
7808 2006-07-17 Jakub Jelinek <jakub@redhat.com>
7809
7810 * Makefile.def: Add dependencies for configure-opcodes
7811 on configure-intl and all-opcodes on all-intl.
7812 * Makefile.in: Regenerated.
7813
7814 2006-07-13 Ben Elliston <bje@au.ibm.com>
7815
7816 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
7817
7818 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
7819
7820 Port to hosts whose 'sort' and 'tail' implementations
7821 treat operands with leading '+' as file names, as POSIX
7822 has required since 2001. However, make sure the code still
7823 works on pre-POSIX hosts.
7824 * ltmain.sh: Don't assume "sort +2" is equivalent to
7825 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
7826
7827 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
7828
7829 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
7830
7831 2006-07-04 Peter O'Gorman <peter@pogma.com>
7832
7833 * ltconfig: chmod 644 before ranlib during install.
7834
7835 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
7836
7837 PR bootstrap/18058
7838 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
7839 if the bootstrap compiler is a GCC version that supports it.
7840 * configure: Regenerate.
7841
7842 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
7843
7844 * configure.in: Fix thinkos in previous check-in.
7845 * configure: Regenerate.
7846
7847 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
7848
7849 PR other/27063
7850 * configure.in: Test subdir_requires and give an appropriate
7851 error message.
7852 * configure: Regenerate.
7853
7854 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
7855
7856 * MAINTAINERS (Write After Approval): Add myself.
7857
7858 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
7859
7860 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7861
7862 2006-06-22 Steve Ellcey <sje@cup.hp.com>
7863
7864 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7865
7866 2006-06-20 David Ayers <d.ayers@inode.at>
7867
7868 PR bootstrap/28072
7869 * configure.in: Add target-boehm-gc to noconfigdirs depending on
7870 whether target-libjava is being configured instead of whether the
7871 java front end is enabled.
7872 * configure: Regenerate.
7873
7874 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7875
7876 PR target/27540
7877 * configure.in: Only enable libgomp on IRIX 6.
7878 * configure: Regenerate.
7879
7880 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
7881
7882 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
7883 too.
7884 * Makefile.in: Regenerate.
7885
7886 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
7887
7888 * config-ml.in: Alter CCASFLAGS to include special
7889 multilib options the same as is done for CFLAGS.
7890
7891 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7892
7893 * configure.in: Don't enable libgomp on hpux10.
7894 * configure: Rebuilt.
7895
7896 2006-06-12 David Ayers <d.ayers@inode.at>
7897
7898 PR bootstrap/27963
7899 PR target/19970
7900 * configure.in: Remove target-boehm-gc from noconfigdirs where
7901 ${libgcj} is specified.
7902 * configure: Regenerate.
7903
7904 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
7905
7906 Sync from src:
7907
7908 * configure.in: Sync.
7909 * configure: Regenerated.
7910
7911 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
7912
7913 * Makefile.def: Added dependencies from sim and gdb on intl, and
7914 added configure dependencies to everything with an all dependency
7915 on intl.
7916 * Makefile.in: Regenerated.
7917
7918 2006-06-06 David Ayers <d.ayers@inode.at>
7919
7920 PR libobjc/13946
7921 * Makefile.def: Add dependencies for libobjc which boehm-gc.
7922 * Makefile.in: Regenerate.
7923 * configure.in: Add --enable-objc-gc at toplevel and have it
7924 enable boehm-gc for Objective-C.
7925 Remove target-boehm-gc from libgcj.
7926 Add target-boehm-gc to target_libraries.
7927 Add target-boehm-gc to noconfigdirs where ${libgcj}
7928 is specified.
7929 Assert that boehm-gc is supported when requested for Objective-C.
7930 Only build boehm-gc if needed either for Java or Objective-C.
7931 * configure: Regenerate.
7932
7933 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
7934
7935 PR 27674
7936 * Makefile.tpl (configure-[+prefix+][+module+],
7937 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
7938 Remove rule to unstage bootstrapped modules.
7939 (stage_current): New.
7940 * Makefile.in: Regenerate.
7941
7942 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
7943
7944 * MAINTAINERS (Write After Approval): Update my e-mail address.
7945
7946 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
7947
7948 * include/libiberty.h: Declare pex_run_in_environment.
7949
7950 2006-05-31 Asher Langton <langton2@llnl.gov>
7951
7952 * MAINTAINERS (Write After Approval): Add myself.
7953
7954 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
7955
7956 * Makefile.def (bfd, opcodes): Fix lib_path.
7957 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
7958 (restrap): Move under "@if gcc-bootstrap". Fix typo.
7959 * Makefile.in: Regenerate.
7960
7961 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
7962
7963 * Makefile.in: Regenerate.
7964
7965 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
7966
7967 * Makefile.def: Add install-html target. Add datarootdir
7968 docdir and htmldir to flags_to_pass.
7969 * Makefile.tpl: Add install-html target.
7970 * Makefile.in: Regenerate.
7971 * configure.in: Add --with-datarootdir, --with-docdir, and
7972 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
7973 * configure: Regenerate.
7974
7975 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
7976
7977 * configure.in: Enable gprof for cross builds.
7978 * configure: Regenerate.
7979
7980 2006-05-22 Richard Guenther <rguenther@suse.de>
7981
7982 Revert
7983 2006-01-31 Richard Guenther <rguenther@suse.de>
7984 Paolo Bonzini <bonzini@gnu.org>
7985
7986 * Makefile.def (target_modules): Add libgcc-math target module.
7987 * configure.in (target_libraries): Add libgcc-math target library.
7988 (--enable-libgcc-math): New configure switch.
7989 * Makefile.in: Re-generate.
7990 * configure: Re-generate.
7991 * libgcc-math: New toplevel directory.
7992
7993 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7994 Andreas Tobler <a.tobler@schweiz.ch>
7995
7996 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
7997 * configure: Rebuilt.
7998
7999 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
8000
8001 * MAINTAINERS (Write After Approval): Add myself.
8002
8003 2006-05-01 DJ Delorie <dj@redhat.com>
8004
8005 * configure.in: Restore CFLAGS if GMP isn't present.
8006 * configure: Regenerate.
8007
8008 2006-05-01 Richard Guenther <rguenther@suse.de>
8009
8010 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
8011 maintainer.
8012
8013 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
8014
8015 * MAINTAINERS (Write After Approval): Add myself.
8016
8017 2006-04-28 Jan Beulich <jbeulich@novell.com>
8018
8019 * MAINTAINERS (Write After Approval): Add myself.
8020
8021 2006-04-18 DJ Delorie <dj@redhat.com>
8022
8023 * configure.in (m32c): Build libstdc++-v3. Pass flags to
8024 reference libgloss so that libssp can be built in a combined
8025 tree.
8026 * configure: Regenerate.
8027
8028 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
8029
8030 * MAINTAINERS (Write After Approval): Add myself.
8031
8032 2006-04-05 Ben Elliston <bje@au.ibm.com>
8033
8034 * configure.in: Require makeinfo 4.4 or higher.
8035 * configure: Regenerate.
8036
8037 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
8038
8039 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
8040 Rearrange the entries of other libraries to have them in one place.
8041
8042 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
8043
8044 * MAINTAINERS (Write After Approval): Remove myself.
8045 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8046
8047 2006-03-14 Richard Guenther <rguenther@suse.de>
8048
8049 * configure: Regenerate with autoconf 2.13.
8050
8051 2006-03-13 Jim Blandy <jimb@codesourcery.com>
8052
8053 * MAINTAINERS: Use my work address.
8054
8055 * MAINTAINERS: Update my E-mail address.
8056
8057 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
8058
8059 * configure.in: Handle --disable-<component> generically.
8060 * configure: Regenerate.
8061
8062 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
8063
8064 PR libgcj/17311
8065 * ltmain.sh: Don't use "$finalize_rpath" for compile.
8066
8067 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
8068
8069 * MAINTAINERS (Write After Approval): Remove myself.
8070 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8071
8072 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
8073
8074 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
8075 (TARGET_CONFIGDIRS): Remove.
8076 * configure.in: Remove AC_SUBST(target_configdirs).
8077 * Makefile.in, configure: Regenerated.
8078
8079 2006-02-20 Steven G. Kargl <kargls@comcast.net>
8080
8081 * MAINTAINERS (Write After Approval): Remove myself.
8082 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8083
8084 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
8085
8086 PR bootstrap/25670
8087
8088 * Makefile.tpl ([+compare-target+]): Print explanation messages.
8089
8090 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
8091 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
8092 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
8093 BUILD_PREFIX, BUILD_PREFIX_1.
8094 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
8095
8096 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
8097 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
8098
8099 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
8100 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
8101 of `cat stage_current`. Always provide the `r' and `s' variables.
8102 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
8103 a single shell execution.
8104 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
8105 bootstrapped modules, make the stage1 module if the build was not
8106 started yet, else build the current stage.
8107 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
8108 (all-build, all-host, all-target, [+make_target+]-host,
8109 [+make_target+]-target): Do not use \-continued lines.
8110 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
8111 (current_stage, restrap, stage_last): New.
8112
8113 * Makefile.in: Regenerate.
8114 * configure: Regenerate.
8115
8116 2006-02-19 Bud Davis <jmdavis@link.com>
8117
8118 * MAINTAINERS (Write After Approval): Remove myself.
8119 (Language Front End Maintainers): Add myself as fortran 95
8120 maintainer and update e-mail address.
8121
8122 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
8123
8124 * MAINTAINERS (Write After Approval): Remove myself.
8125 (Language Front End Maintainers): Add myself as fortran 95
8126 maintainer.
8127
8128 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
8129
8130 * MAINTAINERS (Write After Approval): Add myself.
8131
8132 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
8133
8134 * MAINTAINERS (Write After Approval): Remove myself.
8135 (Language Front End Maintainers): Add myself as
8136 fortran 95 maintainer.
8137
8138 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
8139
8140 Sync from src:
8141
8142 2005-12-27 Leif Ekblad <leif@rdos.net>
8143
8144 * configure.in: Add support for RDOS target.
8145 * configure: Regenerate.
8146
8147 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
8148 Andreas Schwab <schwab@suse.de>
8149
8150 * configure: Regenerate.
8151
8152 2006-02-12 David Edelsohn <edelsohn@gnu.org>
8153
8154 * configure.in (enable_libgomp): Add AIX.
8155 * configure: Regenerate.
8156
8157 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
8158
8159 * MAINTAINERS (Write After Approval): Add myself.
8160
8161 2006-02-03 Lee Millward <lee.millward@gmail.com>
8162
8163 * MAINTAINERS (Write After Approval): Add myself.
8164
8165 2006-01-31 Richard Guenther <rguenther@suse.de>
8166 Paolo Bonzini <bonzini@gnu.org>
8167
8168 * Makefile.def (target_modules): Add libgcc-math target module.
8169 * configure.in (target_libraries): Add libgcc-math target library.
8170 (--enable-libgcc-math): New configure switch.
8171 * Makefile.in: Re-generate.
8172 * configure: Re-generate.
8173 * libgcc-math: New toplevel directory.
8174
8175 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
8176
8177 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
8178 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
8179 the assembler, linker and binutils.
8180 * configure: Regenerate.
8181
8182 2006-01-22 Dirk Mueller <dmueller@suse.de>
8183
8184 * MAINTAINERS (Write After Approval): Add myself.
8185
8186 2006-01-20 Diego Novillo <dnovillo@redhat.com>
8187
8188 * configure: Regenerate.
8189
8190 2006-01-18 Richard Henderson <rth@redhat.com>
8191 Jakub Jelinek <jakub@redhat.com>
8192 Diego Novillo <dnovillo@redhat.com>
8193
8194 * libgomp: New directory.
8195 * Makefile.def: Add target_module libgomp.
8196 * Makefile.in: Regenerate.
8197 * configure.in (target_libraries): Add target-libgomp.
8198 * configure: Regenerate.
8199
8200 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
8201
8202 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
8203 @ from continuation.
8204 * Makefile.in: Rebuilt.
8205
8206 2006-01-04 Chris Lattner <sabre@gnu.org>
8207
8208 * MAINTAINERS (Write After Approval): Add myself.
8209
8210 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
8211
8212 PR bootstrap/24252
8213
8214 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
8215 * Makefile.tpl (OBJDUMP): New.
8216 (EXTRA_HOST_FLAGS): Add it.
8217 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
8218
8219 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
8220 to use symbolic links between directories. Avoid race conditions
8221 or make them harmless.
8222 * configure.in: Do not try to use symbolic links between directories.
8223
8224 * Makefile.def (LEAN): Pass.
8225 * Makefile.tpl (LEAN): Define.
8226 (stage[+id+]-start): Accept that the previous directory does not
8227 exist, if the bootstrap is lean.
8228 (stage[+id+]-bubble): Invoke lean bootstrap commands after
8229 stage[+id+]-start. Use a makefile variable and an `if' instead of a
8230 configure substitution.
8231 ([+compare-target+]): Likewise.
8232 ([+bootstrap-target+]-lean): New.
8233 * configure.in: Remove lean bootstrap support from here.
8234
8235 * Makefile.in: Regenerate.
8236 * configure: Regenerate.
8237
8238 2006-01-04 Ben Elliston <bje@au.ibm.com>
8239
8240 * MAINTAINERS (libdecnumber): Add myself.
8241
8242 2006-01-02 Mark Mitchell <mark@codesourcery.com>
8243
8244 * libtool-ldflags: New script.
8245
8246 2006-01-02 Andreas Schwab <schwab@suse.de>
8247
8248 * configure.in: When reconfiguring remove Makefile in
8249 all stage directories.
8250 * configure: Regenerate.
8251
8252 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
8253
8254 * MAINTAINERS: Update my email address.
8255
8256 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
8257
8258 Revert Ada-related part of the previous change.
8259
8260 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
8261 Do not pass.
8262 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
8263 * Makefile.in: Regenerate.
8264 * configure.in: Do not include mt-ppc-aix target fragment.
8265 * configure: Regenerate.
8266
8267 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
8268
8269 * configure.in: Select appropriate fragments for PowerPC/AIX.
8270 * configure: Regenerate.
8271
8272 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
8273 BOOT_CFLAGS, BOOT_LDFLAGS.
8274 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
8275 BOOT_CFLAGS, BOOT_LDFLAGS.
8276 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
8277 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
8278 (stage): Fail if we cannot complete the work.
8279 * Makefile.in: Regenerate.
8280
8281 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
8282
8283 * configure.in: Replace ms1 with mt.
8284 * configure: Rebuilt.
8285
8286 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
8287
8288 * MAINTAINERS: Update my email address.
8289
8290 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
8291
8292 * Makefile.tpl (all, do-[+make_target+], do-check, install,
8293 install-host-nogcc): Don't invoke $(stage) at the end.
8294 * Makefile.in: Regenerate.
8295
8296 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
8297
8298 * configure.in: Flip the top-level bootstrap switch.
8299 * configure: Regenerate.
8300
8301 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
8302
8303 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
8304 $(stage) and $(unstage).
8305 (EXTRA_TARGET_FLAGS): Correct double-quoting.
8306 (all): Remove stray semicolon.
8307 (local-distclean): Don't handle multilib.tmp and multilib.out.
8308 (install.all): Set $s for consistency.
8309 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
8310 check_multilibs setting. Always make the install directory.
8311 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
8312 Correct @if/@endif.
8313 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
8314 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
8315 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
8316 (multilib.out): Remove.
8317 * Makefile.in: Regenerated.
8318
8319 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
8320
8321 * MAINTAINERS (Write After Approval): Add myself.
8322
8323 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
8324
8325 * MAINTAINERS: Add myself as mt maintainer.
8326
8327 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
8328
8329 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
8330
8331 * MAINTAINERS: Change email address.
8332
8333 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
8334
8335 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
8336 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
8337 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
8338 Find in-tree tools if available.
8339 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
8340 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
8341 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
8342 (COMPILER_*_FOR_TARGET): New.
8343 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
8344 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
8345 (CONFIGURED_*, USUAL_*): Remove.
8346 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
8347 STRIP): Use autoconf substitutions.
8348 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
8349 COMPILER_NM_FOR_TARGET): New.
8350 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
8351
8352 (all): Make all-host and all-target in parallel.
8353 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
8354 that $$r and $$s are set before invoking a recursive make.
8355 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
8356 ([+bootstrap-target+]): Inline most of the `all' target.
8357
8358 2005-11-29 Ben Elliston <bje@au.ibm.com>
8359
8360 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
8361 from the gcc build directory.
8362 * Makefile.in: Regenerate.
8363
8364 2005-11-29 Ben Elliston <bje@au.ibm.com>
8365
8366 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
8367 depend on all-libdecnumber.
8368 * configure.in (host_libs): Include libdecnumber.
8369 * Makefile.in: Regenerate.
8370 * configure: Likewise.
8371
8372 2005-11-29 Ben Elliston <bje@au.ibm.com>
8373
8374 * libdecnumber: Import decNumber sources from the dfp-branch.
8375
8376 2005-11-21 Kean Johnston <jkj@sco.com>
8377
8378 * config.sub, config.guess: Sync from upstream sources.
8379
8380 2005-11-21 Ben Elliston <bje@au.ibm.com>
8381
8382 Import from Autoconf sources:
8383
8384 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
8385 * config/move-if-change: Don't output "$2 is unchanged";
8386 suggested by Ben Elliston. Handle weird characters correctly.
8387
8388 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
8389
8390 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
8391 to match upstream libtool for darwin.
8392
8393 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
8394
8395 * Makefile.def: Remove gdb dependencies for gdbtk.
8396 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
8397 (configure-gdb, install-gdb): New rules.
8398 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
8399 * Makefile.in, configure: Regenerated.
8400
8401 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
8402
8403 * MAINTAINERS (Write After Approval): Add myself.
8404
8405 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
8406
8407 * MAINTAINERS (Write After Approval): Add myself.
8408
8409 2005-10-24 Diego Novillo <dnovillo@redhat.com>
8410
8411 * MAINTAINERS (alias analysis): Add Daniel Berlin and
8412 Diego Novillo.
8413
8414 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
8415
8416 PR bootstrap/24297
8417 * Makefile.tpl (do-[+make-target+], do-check, install,
8418 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
8419 are set before recursing.
8420 * Makefile.in: Regenerate.
8421
8422 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
8423
8424 PR bootstrap/18939
8425 * Makefile.def (gcc) <target>: Fix thinko.
8426 * Makefile.in: Regenerate.
8427
8428 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
8429
8430 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
8431 * configure: Regenerate.
8432
8433 2005-10-15 Jie Zhang <jie.zhang@analog.com>
8434
8435 * MAINTAINERS (Write After Approval): Add self.
8436
8437 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
8438
8439 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
8440 target-libffi, target-qthreads, target-libjava, and
8441 targetlibobjc.
8442 * configure: Regenerate.
8443
8444 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
8445
8446 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
8447 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
8448 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
8449 (USUAL_OBJDUMP_FOR_TARGET): New.
8450 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
8451 * configure.in: Check for $OBJDUMP_FOR_TARGET.
8452 * configure, Makefile.in: Regenerated.
8453
8454 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
8455
8456 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
8457 before other host packages.
8458
8459 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
8460
8461 * MAINTAINERS: Add self as sh libraries/configury maintainer.
8462
8463 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
8464
8465 PR bootstrap/22340
8466
8467 * configure.in (default_target): Remove.
8468 * Makefile.tpl (all): Do not use prerequisites as subroutines
8469 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
8470 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
8471 use prerequisites as subroutines.
8472 (check-host, check-target): New.
8473 (bootstrap configure & all targets): Do not use stage*-start
8474 if the directory layout is already ok.
8475 (non-bootstrap configure & all targets): Prepend a $(unstage).
8476 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
8477 (NOTPARALLEL): Remove.
8478 (unstage, stage variables): New variables.
8479 (unstage, stage targets): Simply expand to those variables.
8480
8481 * configure: Regenerate.
8482 * Makefile.in: Regenerate.
8483
8484 2005-10-04 James E Wilson <wilson@specifix.com>
8485
8486 * Makefile.def (lang_env_dependencies): Add libmudflap.
8487 * Makefile.in: Regenerate.
8488
8489 2005-10-03 Andreas Schwab <schwab@suse.de>
8490
8491 Backport from libtool CVS:
8492 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
8493
8494 * ltmain.sh: add support for installing into temporary
8495 staging area (e.g. 'make install DESTDIR=...')
8496
8497 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
8498
8499 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
8500 * configure: Regenerated.
8501
8502 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
8503
8504 * configure: Regenerate with the correct
8505 autoconf version.
8506
8507 2005-09-30 Catherine Moore <clm@cm00re.com>
8508
8509 * configure.in (bfin-*-*): New.
8510 * configure: Regenerated.
8511
8512 2005-09-28 Geoffrey Keating <geoffk@apple.com>
8513
8514 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
8515 (LIPO_FOR_TARGET): New.
8516 (CONFIGURED_LIPO_FOR_TARGET): New.
8517 (USUAL_LIPO_FOR_TARGET): New.
8518 (STRIP_FOR_TARGET): New.
8519 (CONFIGURED_STRIP_FOR_TARGET): New.
8520 (USUAL_STRIP_FOR_TARGET): New.
8521 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
8522 STRIP_FOR_TARGET.
8523 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
8524 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
8525 * Makefile.in: Regenerate.
8526 * configure: Regenerate.
8527
8528 2005-09-19 David Edelsohn <edelsohn@gnu.org>
8529
8530 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
8531 (rs6000-*-aix*): Same.
8532 * configure: Regenerate.
8533
8534 2005-09-16 Tom Tromey <tromey@redhat.com>
8535
8536 * MAINTAINERS: Add self as java maintainer.
8537
8538 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
8539
8540 * configure.in: Recognize f95 in the --enable-languages option,
8541 and substitute it for fortran, issuing a warning.
8542 * configure: Regenerate.
8543
8544 2005-08-30 Phil Edwards <phil@codesourcery.com>
8545
8546 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
8547 * configure: Regenerated.
8548
8549 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
8550
8551 * MAINTAINERS: Add self as ms1 maintainer.
8552
8553 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
8554
8555 * Makefile.def (libssp): Add to lang_env_dependencies.
8556 * Makefile.in: Regenerate.
8557
8558 2005-08-18 Ian Lance Taylor <ian@airs.com>
8559
8560 * MAINTAINERS: Add myself as middle-end maintainer.
8561
8562 2005-08-17 Christian Groessler <chris@groessler.org>
8563
8564 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
8565 * Makefile.in: Regenerate.
8566
8567 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
8568
8569 * MAINTAINERS (write after approval): Added myself.
8570
8571 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
8572
8573 * MAINTAINERS (Write After Approval): Add myself.
8574
8575 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
8576
8577 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
8578 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
8579 Look for alternate names of the target cc and c++
8580 * configure: Regenerate.
8581
8582 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
8583
8584 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8585 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
8586 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
8587 tools; remove code to manually set them.
8588 (Target tools): Look in the environment for them.
8589 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8590 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
8591 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
8592 build directory.
8593 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
8594 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
8595 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
8596 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8597 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
8598 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
8599 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
8600 * configure: Regenerate.
8601 * Makefile.in: Regenerate.
8602
8603 2005-07-28 Ben Elliston <bje@au.ibm.com>
8604
8605 * MAINTAINERS: Update for removed CPU targets.
8606
8607 2005-07-27 Mark Mitchell <mark@codesourcery.com>
8608
8609 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
8610 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
8611 * Makefile.in: Regenerated.
8612
8613 2005-07-26 Mark Mitchell <mark@codesourcery.com>
8614
8615 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
8616 (CFLAGS_FOR_TARGET): Use it.
8617 (CXXFLAGS_FOR_TARGET): Likewise.
8618 * Makefile.in: Regenerated.
8619 * configure.in (--with-build-sysroot): New option.
8620 * configure: Regenerated.
8621
8622 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
8623
8624 * Makefile.tpl: Wrap install between unstage and stage
8625 * Makefile.in: Regenerate.
8626
8627 2005-07-21 Eric Christopher <echristo@apple.com>
8628
8629 * MAINTAINERS: Update affiliation.
8630
8631 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
8632
8633 * MAINTAINERS: Add self as crx port maintainer.
8634
8635 2005-07-20 DJ Delorie <dj@redhat.com>
8636
8637 * MAINTAINERS: Add self as m32c maintainer.
8638
8639 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
8640
8641 * all files: Update FSF address.
8642
8643 2005-07-15 Eric Christopher <echristo@redhat.com>
8644
8645 * MAINTAINERS: Change affiliation.
8646
8647 2005-07-14 Jim Blandy <jimb@redhat.com>
8648
8649 * configure.in: Add cases for Renesas m32c.
8650 * configure: Regenerated.
8651
8652 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
8653
8654 * COPYING.LIB: Update from fsf.org.
8655
8656 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
8657
8658 * COPYING, compile, config.guess,
8659 config.sub, install-sh, missing, mkinstalldirs,
8660 symlink-tree, ylwrap: Sync from upstream sources.
8661 * config-ml.in: Update FSF address.
8662
8663 2005-07-13 Eric Christopher <echristo@redhat.com>
8664
8665 * configure.in: Add toplevel noconfigdir support for tpf.
8666 * configure: Regenerate.
8667
8668 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
8669
8670 PR ada/22340
8671
8672 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
8673 * Makefile.in: Regenerate.
8674
8675 2005-07-07 Mark Mitchell <mark@codesourcery.com>
8676
8677 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
8678 Brolley to write-after-approval.
8679
8680 2005-07-07 Andreas Schwab <schwab@suse.de>
8681
8682 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
8683 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
8684 * Makefile.in: Regenerated.
8685
8686 2005-07-06 Geoffrey Keating <geoffk@apple.com>
8687
8688 * configure.in: Don't build sim or rda when targetting darwin.
8689 * configure: Regenerate.
8690
8691 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
8692
8693 * configure.in: Add --enable-libssp and --disable-libssp.
8694 * configure: Regenerate with autoconf-2.13.
8695
8696 2005-07-02 Jakub Jelinek <jakub@redhat.com>
8697
8698 * Makefile.def (target_modules): Add libssp.
8699 * configure.in (target_libraries): Add target-libssp.
8700 * configure: Rebuilt.
8701 * Makefile.in: Rebuilt.
8702
8703 2005-07-01 Zack Weinberg <zackw@panix.com>
8704
8705 * MAINTAINERS: Change email address. Resign from maintainership.
8706
8707 2005-07-01 Richard Guenther <rguenther@suse.de>
8708
8709 * MAINTAINERS: Change my e-mail address and affiliation.
8710
8711 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
8712
8713 * Makefile.def (stagefeedback): Come after profile.
8714 Define profiledbootstrap target.
8715 * Makefile.tpl (profiledbootstrap): Remove.
8716 (stageprofile-end): Zap stagefeedback.
8717 (stagefeedback-start): Copy all .gcda files, not only GCC's.
8718 * Makefile.in: Regenerate.
8719
8720 2005-06-13 Richard Sandiford <richard@codesourcery.com>
8721
8722 * MAINTAINERS: Update my email address.
8723
8724 2005-06-13 Zack Weinberg <zack@codesourcery.com>
8725
8726 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
8727 In 'cpp' stanza, support '#line' as well as '# '.
8728
8729 2005-06-08 Andreas Schwab <schwab@suse.de>
8730
8731 * MAINTAINERS: Move myself from 'Write After Approval' to
8732 'CPU Port Maintainers' section as m68k maintainer.
8733
8734 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
8735
8736 * configure.in (unsupported_languages): New macro.
8737 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
8738 non-ported target libraries in noconfigdirs.
8739 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
8740 non-linux-gnu. Remove libgcj_ex_libffi.
8741 <lang_frag loop>: Set add_this_lang=no if the language is in
8742 unsupported_languages.
8743 * configure: Regenerate.
8744
8745 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
8746
8747 * configure.in: Fix typo in handling of --with-mpfr-dir.
8748 * configure: Regenerate.
8749
8750 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
8751
8752 * MAINTAINERS: Update my email address.
8753
8754 2005-06-02 Jim Blandy <jimb@redhat.com>
8755
8756 * config.sub: Add cases for the Renesas m32c. (This patch has been
8757 accepted into the master sources.)
8758
8759 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
8760 Michael Snyder <msnyder@redhat.com>
8761 Stan Cox <scox@redhat.com>
8762
8763 * configure.in: Set noconfigdirs for ms1.
8764
8765 * configure: Regenerate.
8766
8767 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
8768
8769 * MAINTAINERS (Write After Approval): Add self.
8770
8771 2005-06-01 Josh Conner <jconner@apple.com>
8772
8773 * MAINTAINERS (Write After Approval): Add self.
8774
8775 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
8776
8777 * MAINTAINERS: Update my email address.
8778
8779 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
8780
8781 * MAINTAINERS (Write After Approval): Add self.
8782
8783 2005-05-26 Chris Demetriou <cgd@broadcom.com>
8784
8785 * MAINTAINERS (Write After Approval): Remove self.
8786
8787 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
8788
8789 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
8790 (Dependencies): Consider target modules for bootstrap dependencies.
8791 Make target bootstrap modules depend on each stage's gcc.
8792 * Makefile.in: Regenerate.
8793
8794 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
8795
8796 * Makefile.def (configure-gcc): Depend on binutils having been built.
8797 (all-gcc): No need to do it here.
8798 * Makefile.in: Regenerate.
8799
8800 2005-05-19 Paul Brook <paul@codesourcery.com>
8801
8802 * configure.in: Rewrite misleading error message when requested
8803 language cannot be built.
8804 * configure: Regenerate.
8805
8806 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
8807
8808 * ylwrap: Import from Automake 1.9.5.
8809
8810 2005-05-13 David Ung <davidu@mips.com>
8811
8812 * MAINTAINERS (Write After Approval): Add self.
8813
8814 2005-05-09 Mike Stump <mrs@apple.com>
8815
8816 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
8817 lt_cv_sys_max_cmd_len for now.
8818
8819 2005-05-09 Stan Cox <scox@redhat.com>
8820
8821 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
8822
8823 2005-05-08 Matt Kraai <kraai@ftbfs.org>
8824
8825 * README.SCO: Update the URL.
8826
8827 2005-05-05 David Edelsohn <edelsohn@gnu.org>
8828
8829 * ltconfig: Define file_list_spec. Pass file_list_spec and
8830 with_gnu_ld to libtool.
8831 * ltcf-c.sh (aix[45]): Define file_list_spec.
8832 * ltcf-cxx.sh (aix[45]): Same.
8833 * ltcf-gcj.sh (aix[45]): Same.
8834 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
8835 exists, write list of input files to temporary file.
8836
8837 2005-05-04 Mike Stump <mrs@apple.com>
8838
8839 * configure.in: Always pass --target to target configures as
8840 otherwise rebuilds that do --recheck will fail.
8841 * confiugure: Rebuilt.
8842
8843 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
8844
8845 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
8846 STAGE_HOST_EXPORTS.
8847 (configure, all): Add bootstrap support.
8848 (Host modules, target modules): Pass post-stage1 flags and exports.
8849 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
8850 * Makefile.in: Regenerate.
8851
8852 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
8853
8854 * configure: Regenerate.
8855
8856 2005-04-27 Mike Stump <mrs@apple.com>
8857
8858 * MAINTAINERS: Add self as darwin maintainer.
8859
8860 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
8861
8862 * config.sub: Update from master copy.
8863
8864 2005-04-21 Mike Stump <mrs@apple.com>
8865
8866 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
8867 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
8868
8869 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
8870
8871 * configure.in <crisv32-*-*, cris-*-*>: New local variable
8872 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
8873 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
8874 "*-*-elf" and "*-*-linux*".
8875 * configure: Regenerate.
8876
8877 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
8878
8879 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
8880
8881 2005-04-12 Mike Stump <mrs@apple.com>
8882
8883 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
8884
8885 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
8886
8887 * MAINTAINERS (Write After Approval): Add myself.
8888
8889 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
8890
8891 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
8892
8893 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
8894
8895 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
8896 (TARGET_CONFIGARGS): Include --with-target-subdir.
8897 (configure, all): New macros. Use them throughout.
8898 * Makefile.in: Regenerate.
8899
8900 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
8901
8902 * MAINTAINERS (Write After Approval): Add myself.
8903
8904 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8905
8906 * MAINTAINERS: Remove 'loop unrolling' maintainer.
8907
8908 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
8909
8910 * MAINTAINERS: Move John Carr to Write After Approval.
8911
8912 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
8913
8914 * config/mh-mingw32: Delete.
8915 * configure.in: Don't use it.
8916 * configure: Regenerate.
8917
8918 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
8919
8920 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
8921 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
8922 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
8923 (HOST_LIB_PATH): Generate from Makefile.def.
8924 (TARGET_LIB_PATH): Likewise.
8925 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
8926 * Makefile.in: Regenerate.
8927 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
8928 (RPATH_ENVVAR): Include Darwin case.
8929 * configure: Regenerate.
8930
8931 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
8932
8933 * MAINTAINERS (Various Maintainers): Remove self.
8934 (Write After Approval): Add self.
8935
8936 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
8937
8938 * MAINTAINERS (Various Maintainers): Add self.
8939
8940 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
8941
8942 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
8943 * configure: Regenerate.
8944
8945 2005-03-21 Zack Weinberg <zack@codesourcery.com>
8946
8947 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
8948 gcc_version, and gcc_version_trigger from set of flags to pass.
8949 * Makefile.tpl: Remove definitions of above variables.
8950 (config.status): Remove dependency on $(gcc_version_trigger).
8951 * Makefile.in: Regenerate.
8952 * configure.in: Do not reference config/gcc-version.m4 nor
8953 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
8954 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
8955 * configure: Regenerate.
8956
8957 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
8958 Andrew Pinski <pinskia@physics.uc.edu>
8959
8960 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
8961 * Makefile.in: Regenerate.
8962
8963 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
8964
8965 * MAINTAINERS (Write After Approval): Add myself.
8966
8967 2005-03-03 David Ayers <d.ayers@inode.at>
8968
8969 * MAINTAINERS (Write After Approval): Add myself.
8970
8971 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
8972
8973 PR libgcj/20160
8974 * ltmain.sh: Avoid creating archives with components that have
8975 duplicate basenames.
8976
8977 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
8978
8979 PR bootstrap/20250
8980 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
8981 instead of check.
8982 * Makefile.in: Regenerate.
8983
8984 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
8985
8986 * Makefile.in: Regenerate to fix conflict between the previous two
8987 patches.
8988
8989 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
8990
8991 PR bootstrap/17383
8992 * Makefile.def (target_modules): Remove "stage", now unnecessary.
8993 * Makefile.tpl (HOST_SUBDIR): New substitution.
8994 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
8995 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8996 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
8997 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
8998 (Host modules, Bootstrapped modules): Use it.
8999 (Build modules, Target modules): Do not create symlink trees,
9000 always configure out-of-srcdir.
9001 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
9002 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
9003 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
9004 $(HOST_SUBDIR). Create a symlink for host_subdir.
9005
9006 * Makefile.in: Regenerate.
9007 * configure: Regenerate.
9008
9009 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
9010
9011 Merged from libada-gnattools-branch:
9012 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
9013
9014 * gnattools: New directory.
9015 * Makefile.def: Add gnattools as a module, depending on target-libada.
9016 * Makefile.in: Regenerate.
9017 * configure.in: Include gnattools in host_tools; disable it if ada
9018 is disabled.
9019 * configure: Regenerate.
9020
9021 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
9022
9023 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
9024 treelang maintainer.
9025 (Write After Approval): Remove myself.
9026
9027 2005-02-23 Paul Schlie <schlie@comcast.net>
9028
9029 * configure.in: Allow darwin targeted ports to build tk, itcl and
9030 libgui.
9031 * configure: Regenerate.
9032
9033 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
9034
9035 PR libgcj/10353
9036 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
9037 * configure: Regenerate.
9038
9039 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
9040
9041 * MAINTAINERS (Write After Approval): Add myself.
9042
9043 2005-02-10 Ian Lance Taylor <ian@airs.com>
9044
9045 * MAINTAINERS: Update my e-mail address.
9046
9047 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
9048
9049 * MAINTAINERS (Write After Approval): Add myself.
9050
9051 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
9052
9053 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
9054 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
9055 target-libgloss when not *-*-elf and *-*-aout.
9056 * configure: Regenerate.
9057
9058 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
9059
9060 * MAINTAINERS: Remove obsolete entries.
9061
9062 * MAINTAINERS (Write After Approval): Add Michael Matz.
9063
9064 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
9065
9066 * MAINTAINERS: Remove self as cpplib maintainer.
9067
9068 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
9069
9070 * install-sh, config.sub: Import from upstream.
9071
9072 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
9073
9074 PR bootstrap/18222
9075 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
9076 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
9077 * Makefile.in: Regenerate.
9078
9079 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
9080
9081 * MAINTAINERS: Update my email address.
9082
9083 2005-01-12 David Edelsohn <edelsohn@gnu.org>
9084 Andreas Schwab <schwab@suse.de>
9085
9086 PR bootstrap/18033
9087 * config-ml.in: Eval option if surrounded by single quotes.
9088
9089 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
9090
9091 Revert 2004-12-28 Makefile changes, a better fix will be
9092 applied to mainline and src after GCC 4.0 branches.
9093
9094 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
9095
9096 PR bootstrap/17383
9097
9098 * Makefile.def (target_modules): Remove stage parameter,
9099 it is always true now.
9100 * Makefile.tpl (configure-build-[+module+],
9101 configure-target-[+module+]): Always build symlink tree
9102 for the directory and for include. BUILD_SUBDIR and
9103 TARGET_SUBDIR cannot be . anymore.
9104 * Makefile.in: Regenerate.
9105
9106 2004-12-25 David Edelsohn <edelsohn@gnu.org>
9107
9108 Revert 2004-12-08 Makefile changes.
9109
9110 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
9111
9112 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
9113 cygwin, mingw.
9114
9115 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
9116
9117 * configure.in (sh64-*-*): Reenable gprof.
9118 * configure: Regenerate.
9119
9120 2004-12-08 David Edelsohn <edelsohn@gnu.org>
9121
9122 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
9123 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
9124 (EXTRA_TARGET_FLAGS): Add PICFLAG.
9125 * Makefile.in: Regenerate.
9126
9127 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
9128
9129 * MAINTAINERS: Update my email address.
9130
9131 2004-12-07 Matt Kraai <kraai@ftbfs.org>
9132
9133 * Makefile.tpl: Generate normal dependencies if the LHS module is
9134 not bootstrapped.
9135 * Makefile.in: Regenerate.
9136
9137 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
9138
9139 * configure.in: Include config/gxx-include-dir.m4. Use
9140 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
9141 * configure: Regenerate.
9142
9143 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
9144
9145 * config.if: Delete.
9146 * configure.in: Set libstdcxx_incdir directly.
9147 * configure: Regenerate.
9148
9149 2004-12-02 Eric Christopher <echristo@redhat.com>
9150
9151 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
9152 * Makefile.in: Regenerate.
9153
9154 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
9155
9156 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
9157 * configure: Regenerate.
9158
9159 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
9160
9161 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
9162 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
9163 * configure: Regenerate.
9164
9165 2004-12-01 Eric Christopher <echristo@redhat.com>
9166
9167 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
9168 of things to remove.
9169
9170 2004-11-29 Matt Kraai <kraai@ftbfs.org>
9171
9172 * MAINTAINERS (Write After Approval): Update my e-mail address.
9173
9174 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
9175
9176 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
9177 from CVS libtool to always pass_all.
9178
9179 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9180
9181 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
9182 (hppa*64*-*-*): Delete incorrect comment.
9183 * configure: Rebuilt.
9184
9185 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
9186
9187 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
9188
9189 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
9190
9191 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
9192 from CVS libtool to always pass_all.
9193
9194 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
9195
9196 * install-sh, compile: Import from automake.
9197
9198 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
9199
9200 * config.guess, config.sub: Import from savannnah.
9201
9202 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
9203
9204 * MAINTAINERS (Write After Approval): Add myself
9205
9206 2004-11-12 Mike Stump <mrs@apple.com>
9207
9208 * Makefile.def: Add html support.
9209 * Makefile.tpl: Likewise.
9210 * Makefile.in: Regenerate.
9211
9212 2004-11-11 Geoffrey Keating <geoffk@apple.com>
9213
9214 PR 18423
9215 * configure.in: Remove all instances of build-fixincludes from
9216 noconfigdirs.
9217 (build_configargs): Supply --target to subdirectories.
9218 * configure: Regenerate.
9219
9220 * Makefile.def: Make gcc install depend on fixincludes install.
9221 * Makefile.in: Regenerate.
9222
9223 2004-11-10 Janis Johnson <janis187@us.ibm.com>
9224
9225 * MAINTAINERS: Add myself as gcc testsuite maintainer.
9226
9227 2004-11-11 Paul Brook <paul@codesourcery.com>
9228
9229 * MAINTAINERS: Add self as arm maintainer. Update email address.
9230
9231 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
9232
9233 * configure.in (noconfigdirs) [mmix-*-*]: Disable
9234 target-libgfortran.
9235 * configure: Regenerate.
9236
9237 2004-11-07 David Edelsohn <edelsohn@gnu.org>
9238
9239 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
9240 like CC.
9241
9242 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
9243
9244 * Makefile.def (host fixincludes): Specify missing targets.
9245 * Makefile.in: Regenerate.
9246
9247 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
9248
9249 * MAINTAINERS: Add myself
9250
9251 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
9252
9253 * MAINTAINERS (Write After Approval): Add myself.
9254
9255 2004-11-04 Geoffrey Keating <geoffk@apple.com>
9256
9257 * Makefile.def: Build fixincludes for the host, too.
9258 * Makefile.in: Regenerate.
9259 * configure.in (host_tools): Add fixincludes.
9260 * configure: Regenerate.
9261
9262 2004-11-04 Daniel Jacobowitz <dan@debian.org>
9263
9264 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
9265 * configure: Regenerated.
9266
9267 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
9268
9269 PR other/17783
9270 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
9271 * configure: Regenerated.
9272
9273 2004-10-31 Mark Mitchell <mark@codesourcery.com>
9274
9275 * README.SCO: Update per FSF instructions.
9276
9277 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
9278
9279 PR target/18151
9280 * configure.in (case ${target}): Do not build fixincludes for avr.
9281 * configure: Regenerated.
9282
9283 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
9284
9285 * configure.in (case ${target}): Do not build fixincludes
9286 on platforms where it is not used.
9287 * configure: Regenerated.
9288
9289 2004-10-23 Daniel Jacobowitz <dan@debian.org>
9290
9291 * configure.in: Use an absolute path to install-sh.
9292 * configure: Regenerated.
9293
9294 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
9295
9296 * MAINTAINERS (Write After Approval): Add myself.
9297
9298 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
9299
9300 * MAINTAINERS: Remove from Write After Approval those that are
9301 already maintainers.
9302
9303 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
9304
9305 * MAINTAINERS: Update my email address.
9306
9307 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
9308
9309 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
9310 * configure: Regenerate.
9311
9312 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
9313
9314 * MAINTAINERS: Update my email address.
9315
9316 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
9317
9318 * MAINTAINERS (Language Front Ends Maintainers): New. Move
9319 entries belonging to this category.
9320
9321 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
9322
9323 * MAINTAINERS: Update my e-mail address.
9324
9325 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
9326
9327 Fix wrong conflict resolution in:
9328
9329 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
9330
9331 * Makefile.in: Regenerate.
9332 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9333 in the recursive `make', instead of hardwiring `all'.
9334 (Autogenerated TARGET-* variables): New.
9335
9336 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
9337
9338 * configure.in: Enable target-libgloss for crx-*-*.
9339 * configure: Regenerate.
9340
9341 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
9342
9343 * MAINTAINERS (Various Maintainers): Move the "windows,
9344 cygwin, mingw" maintainer to ...
9345 (OS Port Maintainers): ... here.
9346
9347 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
9348
9349 * MAINTAINERS (Write After Approval): Remove those that are
9350 maintainers of some subsystem.
9351
9352 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
9353
9354 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
9355 * ltcf-cxx.sh (tpf*): Likewise.
9356 * ltconfig (tpf*): Add TPF OS configuration support.
9357
9358 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
9359
9360 * MAINTAINERS: Change my email address to my new work account.
9361
9362 2004-09-24 Michael Roth <mroth@nessie.de>
9363
9364 * configure.in (--without-headers): Add missing double quotes.
9365 * configure: Regenerate.
9366
9367 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
9368
9369 * ylwrap: Revert to previous version.
9370
9371 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
9372
9373 PR bootstrap/17369
9374 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
9375 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
9376 SET_GCC_LIB_PATH_CMD.
9377 (BASE_TARGET_EXPORTS): Likewise.
9378 * Makefile.in: Regenerated.
9379
9380 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
9381 * configure: Regenerated.
9382
9383 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
9384
9385 * config.guess: New upstream version
9386 * compile, depcomp, install-sh, ylwrap: Likewise.
9387
9388 2004-09-19 Roger Sayle <roger@eyesopen.com>
9389
9390 * config/mh-x86omitfp: New host makefile fragment. Add
9391 -fomit-frame-pointer to the default BOOT_CFLAGS.
9392 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
9393 * configure: Regenerate.
9394
9395 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
9396
9397 PR target/11572
9398 * configure.in (*-*-darwin*): Renable libobjc.
9399 * configure: Regenerate.
9400
9401 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
9402
9403 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
9404
9405 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
9406
9407 * Makefile.def: Remove libbanshee.
9408 * Makefile.tpl: Ditto.
9409 * configure.in: Ditto.
9410 * Makefile.in: Regen.
9411 * configure: Ditto.
9412
9413 2004-09-08 David Edelsohn <edelsohn@gnu.org>
9414
9415 * ltmain.sh: Use $pic_object as $non_pic_object if
9416 $non_pic_object=none.
9417
9418 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
9419
9420 * missing: Import latest version from master repository.
9421
9422 2004-09-06 Nick Clifton <nickc@redhat.com>
9423
9424 * config.sub: Import latest version from master repository.
9425 * config.guess: Likewise.
9426 This includes these changes:
9427
9428 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
9429
9430 * config.sub: Handle crisv32, alias etraxfs.
9431 * config.guess (crisv32:Linux:*:*): Handle.
9432
9433 2004-08-13 Brad Smith <brad@comstyle.com>
9434
9435 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
9436 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
9437
9438 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
9439
9440 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
9441 assume the processor is a powerpc. This is because coreutils
9442 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
9443 in this case, due to a MacOS X bug that causes
9444 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
9445 to return a negative number.
9446 Problem reported by Petter Reinholdtsen in:
9447 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
9448
9449 2004-07-19 Ben Elliston <bje@gnu.org>
9450
9451 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
9452
9453 2004-06-24 Ben Elliston <bje@gnu.org>
9454
9455 * config.guess: Update copyright years.
9456 * config.sub: Likewise.
9457
9458 2004-06-22 Robert Millan <robertmh@gnu.org>
9459
9460 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
9461 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
9462
9463 2004-06-22 Stanley F. Quayle <stan@stanq.com>
9464
9465 * config.guess (*:*VMS:*:*): New entry. Replaces
9466 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
9467 manufacturer.
9468
9469 2004-06-22 Ben Elliston <bje@gnu.org>
9470
9471 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
9472 * config.sub: Likewise.
9473
9474 2004-06-22 Ben Elliston <bje@gnu.org>
9475
9476 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
9477 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
9478
9479 2004-06-11 Ben Elliston <bje@gnu.org>
9480
9481 * config.guess (pegasos:OpenBSD:*:*): Remove.
9482
9483 2004-06-11 Ben Elliston <bje@gnu.org>
9484
9485 From Wouter Verhelst <wouter@grep.be>:
9486 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
9487
9488 2004-06-11 Ben Elliston <bje@gnu.org>
9489
9490 * config.guess (luna88k:OpenBSD:*:*): New.
9491
9492 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
9493
9494 * config.guess (m32r*:Linux:*:*): New case.
9495 * config.sub: Handle m32rle.
9496
9497 2004-03-12 Ben Elliston <bje@wasabisystems.com>
9498
9499 From Jens Petersen <petersen@redhat.com>:
9500 * config.sub: Handle sparcv8.
9501
9502 2004-03-03 Ben Elliston <bje@wasabisystems.com>
9503
9504 From Tom Smith <smith@cag.lkg.hp.com>:
9505 * config.guess: Version suffixes are equally significant on Tru64
9506 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
9507 prefix of "P" (patched kernel).
9508
9509 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
9510
9511 * config.sub: Add support for National Semiconductor CRX target.
9512
9513 2004-09-03 Janis Johnson <janis187@us.ibm.com>
9514
9515 * MAINTAINERS (Various Maintainers): Remove myself as web page
9516 maintainer, add myself as maintainer of build status lists.
9517
9518 2004-09-03 Jan Beulich <jbeulich@novell.com>
9519
9520 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
9521 *-*-netware, but add target-libmudflap.
9522 Consolidate *-*-netware targets (of which really only i?86 exists)
9523 into a single entry.
9524 * configure: Likewise.
9525
9526 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
9527
9528 * Makefile.tpl (sorry): Remove.
9529 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
9530 (cleanstrap targets): Depend on distclean, not distclean-stage1.
9531 (do-clean): Clean per-stage directories too.
9532 (do-distclean): Run distclean-stage1 too.
9533 (.NOTPARALLEL): Enable during toplevel bootstrap.
9534 (stage[+id+]-bubble): Enable parallel execution during
9535 the recursive invocation.
9536 * Makefile.in: Regenerate.
9537
9538 Fix previous checkin:
9539
9540 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
9541 include.
9542 * configure.in: Fix indentation.
9543 * configure: Regenerate.
9544
9545 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
9546
9547 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
9548 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
9549 * configure: regenerate
9550 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
9551 -mdynamic-no-pic
9552
9553 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
9554
9555 * Makefile.def (build_modules): Add fixincludes.
9556 (dependencies): Make gcc depend on fixincludes.
9557 * configure.in (build_tools): Add fixincludes.
9558 (build_configdirs): Always include build_libs.
9559 * Makefile.in: Regenerate.
9560 * configure: Regenerate.
9561
9562 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
9563
9564 * Makefile.def (bootstrap stages): Add 'lean' parameter.
9565 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
9566 phony targets; do not generate timestamp files.
9567 (distclean-stageN): Remove references to their timestamp files.
9568 (restageN, touch-stageN): Remove.
9569 (stageN-bubble): Rewritten.
9570 (compare): Support lean bootstraps.
9571 * Makefile.in: Regenerate.
9572
9573 * configure.in: Only warn when bootstrapping but
9574 build != host or build != target. Support lean bootstraps.
9575 * configure: Regenerate.
9576
9577 2004-08-26 Phil Edwards <phil@codesourcery.com>
9578
9579 * configure.in: Give a better error message if GMP/MPFR are missing
9580 and a language needing them has been requested.
9581 * configure: Regenerated.
9582
9583 2004-08-25 Phil Edwards <phil@codesourcery.com>
9584
9585 * configure.in: Print a list of available language front-ends if
9586 a requested one is missing. Tidy stray tab characters.
9587 * configure: Regenerated.
9588
9589 2004-08-19 Michael Koch <konqueror@gmx.de>
9590
9591 * gcc/doc/install.texi: Update entry about automake for libjava.
9592
9593 2004-08-17 Robert Millan <robertmh@gnu.org>
9594
9595 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
9596 (instead of FreeBSD).
9597 * configure: Regenerate.
9598
9599 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
9600
9601 * Makefile.in: Regenerate.
9602 * configure: Regenerate.
9603
9604 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
9605 stage_*_flags.
9606 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
9607 for bootstrapped modules if toplevel bootstrap is going.
9608 (GCC bootstrap): Generate per-stage targets for all bootstrapped
9609 modules. Adjust for changes in Makefile.def. Enable several
9610 rules even in non-bootstrap mode, just to avoid peppering the
9611 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
9612 (stage-[+prev+]-bubble): Remove.
9613
9614 * Makefile.def (Dependencies): Depend on all-build-bison,
9615 all-build-flex, all-build-byacc, all-build-texinfo, rather
9616 than the host variations.
9617 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
9618 with BUILD_SUBDIR.
9619 (BISON): Update for recent Bisons.
9620 (YACC): Fix typo.
9621 (cross): Depend on all-build.
9622 (all): Do not depend on all-build.
9623 (prebootstrap): Remove.
9624 (dep-kind): Accept separate prefixes for MODULE and ON variables.
9625 (Prebootstrap dependencies): Add them to the per-stage targets
9626 and to all-prebootstrap.
9627 * configure.in (build_configdirs): Always enable build_tools.
9628 (BUILD_DIR_PREFIX): Remove.
9629
9630 * Makefile.def (gcc): Add target variable.
9631 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
9632 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9633 in the recursive `make', instead of hardwiring `all'.
9634 (Autogenerated TARGET-* variables): New.
9635
9636 2004-08-13 Brian Booth <bbooth@redhat.com>
9637
9638 * MAINTAINERS: Remove myself from write-after-approval.
9639
9640 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
9641
9642 * src-release: Stop distributing mmalloc with gdb (which doesn't
9643 use it).
9644 * Makefile.def: GDB doesn't depend on mmalloc anymore.
9645 * Makefile.in: Regenerate.
9646
9647 2004-08-09 Mark Mitchell <mark@codesourcery.com>
9648
9649 * configure.in (arm*-*-eabi*): New target.
9650 * configure: Regenerate.
9651
9652 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
9653
9654 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
9655 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
9656 (Dependencies): New section.
9657 * Makefile.tpl (Dependencies): Generate from Makefile.def.
9658 (configure-target-[+module+]): Depend on maybe-all-gcc
9659 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
9660 (toplevel profiledbootstrap): Fix dependencies.
9661 * Makefile.in: Regenerate.
9662
9663 2004-08-03 Mark Mitchell <mark@codesourcery.com>
9664
9665 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
9666 target-libiberty to noconfigdirs.
9667 * configure: Regenerate.
9668
9669 2004-08-03 Paul Brook <paul@codesourcery.com>
9670
9671 * configure.in: Check for MPFR as well as GMP.
9672 * configure: Regenerate.
9673
9674 2004-08-01 Robert Millan <robertmh@gnu.org>
9675
9676 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
9677 libmudflap for all GNU-based systems (with Glibc).
9678 * configure: Regenerate.
9679
9680 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
9681
9682 * Makefile.def (host-modules): Add gcc.
9683 * Makefile.in: Regenerate.
9684 * Makefile.tpl (sorry): New rule.
9685 (configure-host, all-host, [+make_target+]-host, do-check,
9686 install-host): Do not add gcc as a special case.
9687 (host modules): Add a small special-casing for gcc. Export
9688 extra_make_flags through the environment.
9689 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
9690 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
9691 other recursive targets for gcc): Remove.
9692
9693 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
9694 (stage, unstage): New rules.
9695 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
9696 distclean-stage[+id+]): Use stage_current.
9697 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
9698 the stage*-start rules.
9699
9700 2004-08-02 Geoffrey Keating <geoffk@apple.com>
9701
9702 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
9703 use -all_load flag.
9704
9705 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
9706
9707 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
9708 * configure: Regenerate.
9709
9710 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
9711
9712 * maintainer-scripts/gcc_release: Revert yesterday's change.
9713
9714 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
9715
9716 * MAINTAINERS: Add myself to write-after-approval.
9717
9718 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
9719
9720 * libf2c: Removed.
9721 * gcc/gccbug.in: Updated because of libf2c removal.
9722 * maintainer-scripts/gcc_release: Ditto.
9723
9724 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
9725
9726 * configure.in: Build libmudflap by default on FreeBSD.
9727 * configure: Regenerated.
9728
9729 2004-07-09 Mark Mitchell <mark@codesourcery.com>
9730
9731 * configure.in: Do not build libmudflap by default on non-GNU/Linux
9732 systems.
9733 * configure: Regenerated.
9734
9735 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9736
9737 PR target/16344
9738 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
9739 feedback based compiler.
9740 * Makefile.in: Rebuilt.
9741
9742 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
9743
9744 * Makefile.def (host_modules): Set bootstrap=true for flex.
9745 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
9746 * Makefile.in: Rebuilt.
9747
9748 2004-07-07 Jan Hubicka <jh@suse.cz>
9749
9750 * MAINTAINERS: Add self as a profile feedback maintainer.
9751
9752 2004-07-05 Phil Edwards <phil@codesourcery.com>
9753
9754 * configure.in: Do not prepend $srcdir to /dev/null in
9755 makefile fragments.
9756 * configure: Regenerate.
9757
9758 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
9759
9760 * Makefile.def (build_modules): Add bison, byacc, flex,
9761 m4, texinfo.
9762 (flags_to_pass): Add FLEX.
9763 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
9764 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
9765 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
9766 DEFAULT_MAKEINFO): Remove.
9767 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
9768 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
9769 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
9770 objdir or else use configured tool.
9771 (all-build): New.
9772 (all): Depend on it.
9773 (Build module dependencies): Add.
9774 * Makefile.in: Regenerate.
9775 * configure.in: Better support for multiple build modules,
9776 matching what is done for host/target modules. Do not look
9777 for "plausible" locations of build tools if Canadian cross.
9778 Use autoconf's AC_PROG_CC to find a C compiler. Define
9779 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
9780 * configure: Regenerate.
9781
9782 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
9783
9784 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
9785 * Makefile.in: Regenerate.
9786
9787 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
9788
9789 * Makefile.tpl (configure-build-[+module+],
9790 configure-[+module+], configure-target-[+module+]): Pass
9791 [+extra_configure_args+].
9792 (all-build-[+module+], all-[+module+], check-[+module+],
9793 install-[+module+], [+make_target+]-[+module+],
9794 all-target-[+module+], check-target-[+module+],
9795 install-target-[+module+], [+make_target+]-target-[+module+]):
9796 Pass [+extra_make_args+].
9797 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
9798 (GCC_HOST_EXPORTS): Remove.
9799 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
9800 cross, check-gcc, check-gcc-c++, install-gcc,
9801 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
9802 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
9803 * Makefile.in: Regenerate.
9804
9805 2004-06-21 Matthew Sachs <msachs@apple.com>
9806
9807 * MAINTAINERS: Added self to write-after-approval.
9808
9809 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
9810
9811 * configure.in: Check for srcdir/winsup rather than build directory
9812 winsup.
9813 * configure: Regenerate.
9814
9815 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
9816
9817 * configure.in: Don't build Cygwin native newlib if winsup
9818 directory is missing. Emit warning instead.
9819 * configure: Regenerate.
9820
9821 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
9822
9823 * Makefile.tpl (touch-stage[+id+]): New.
9824 (restage[+prev+]): Depend on touch-stage[+id+].
9825
9826 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
9827 Use it throughout.
9828
9829 * Makefile.def: Add profile and feedback bootstrap stages.
9830 Remove next field from bootstrap stages.
9831 * Makefile.tpl (LN, LN_S): Substitute.
9832 (stageN-start, stageN-end): Use double-colon rules, to
9833 provide a hook for additional setup commands.
9834 (distclean-stageN-gcc, restageN): Create dependencies from
9835 [+prev+], not from [+next+].
9836 (stageN-bubble): Add commands for successive stages from
9837 [+prev+], using double-colon rules.
9838 (all-stageN-gcc): Fix typo.
9839 (stagefeedback-start, profiledbootstrap): New.
9840 * Makefile.in: Regenerate.
9841 * configure.in: Call ACX_PROG_LN.
9842 * configure: Regenerate.
9843
9844 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
9845
9846 * MAINTAINERS (Write After Approval): Add myself.
9847
9848 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
9849
9850 * MAINTAINERS (Write After Approval): Add myself.
9851
9852 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
9853
9854 * configure.in: Fix --enable-bootstrap breakage introduced in trees
9855 without gcc.
9856 * configure: Regenerate.
9857
9858 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
9859
9860 * Makefile.tpl: Fix typo.
9861 * Makefile.in: Regenerate.
9862
9863 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
9864
9865 * configure.in: Remove new- prefix from toplevel
9866 bootstrap targets.
9867 * configure: Regenerate.
9868
9869 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
9870
9871 * Makefile.tpl (all.normal): Rename to all.
9872 (all): Replace with a rule to pick the default
9873 target from configure.
9874 (all-gcc, configure-gcc): Use conditionals to
9875 do nothing when toplevel bootstrap is going on.
9876 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
9877 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
9878 * configure.in: Support --enable-bootstrap.
9879
9880 * Makefile.def: Remove new- prefix from toplevel
9881 bootstrap targets.
9882 * Makefile.tpl: Likewise.
9883
9884 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
9885 target.
9886
9887 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
9888 $(RECURSE_FLAGS) to recursive invocation of make.
9889
9890 * Makefile.in: Regenerate.
9891 * configure: Regenerate.
9892
9893 2004-05-30 Andreas Jaeger <aj@suse.de>
9894 Jim Wilson <wilson@specifixinc.com>
9895
9896 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
9897 like CC.
9898
9899 2004-05-27 Daniel Jacobowitz <dan@debian.org>
9900
9901 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
9902 * configure: Regenerate.
9903
9904 2004-05-25 Daniel Jacobowitz <drow@false.org>
9905
9906 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
9907 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
9908 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
9909 targets.
9910 * Makefile.in: Regenerate.
9911
9912 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
9913
9914 * configure.in: Test the ability to symlink directories.
9915 * configure: Regenerate.
9916
9917 * Makefile.def (bootstrap-stage): New definitions.
9918 * Makefile.tpl (configure-stage1-gcc,
9919 configure-stage2-gcc, configure-stage3-gcc,
9920 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
9921 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
9922 new-restage3, compare): Autogenerate, see Makefile.in
9923 entry for behavioral changes.
9924 (distclean-stage1, new-stage1-start, new-stage1-end,
9925 new-stage1-bubble, distclean-stage2, new-stage2-start,
9926 new-stage2-end, new-stage2-bubble, distclean-stage3,
9927 new-stage3-start, new-stage3-end): New autogenerated targets.
9928 (objext, prebootstrap, BOOT_CFLAGS,
9929 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
9930 targets.
9931
9932 * Makefile.in: Regenerate.
9933 (distclean-stage1, new-stage1-start, new-stage1-end,
9934 new-stage1-bubble, distclean-stage2, new-stage2-start,
9935 new-stage2-end, new-stage2-bubble, distclean-stage3,
9936 new-stage3-start, new-stage3-end): New targets.
9937 (all-stage1-gcc): Move prebootstrap dependency from here...
9938 (configure-stage1-gcc): ...to here.
9939 (new-bootstrap): Use bubble targets.
9940 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9941 Use per-stage distclean targets.
9942 (configure-stage1-gcc, configure-stage2-gcc,
9943 configure-stage3-gcc, all-stage1-gcc,
9944 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
9945 Use new-stageN-start to prepare the tree.
9946
9947 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
9948
9949 * Makefile.def (host_modules): add libcpp.
9950 * Makefile.tpl: Add dependencies on and for libcpp.
9951 * Makefile.in: Regenerate.
9952 * configure.in: Add libcpp host module.
9953 * configure: Regenerate.
9954
9955 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
9956
9957 * Makefile.tpl: Whenever a recursive target is defined, wrap
9958 it in a special @if/@endif block, and prepare its maybe
9959 dependency in the @if/@endif block
9960 * configure.in: Instead of writing maybe dependencies, remove
9961 the @if/@endif statements, and remove the @if/@endif blocks
9962 that remain.
9963 * configure: Regenerate.
9964 * Makefile.in: Regenerate.
9965
9966 2004-05-20 Janis Johnson <janis187@us.ibm.com>
9967
9968 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
9969
9970 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
9971
9972 PR bootstrap/15120
9973 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
9974 * */configure: Rebuilt.
9975
9976 2004-05-17 Zack Weinberg <zack@codesourcery.com>
9977
9978 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
9979 of libf2c.
9980 * configure, Makefile.in: Regenerate.
9981
9982 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
9983
9984 * MAINTAINERS (Write After Approval): Add myself.
9985
9986 2004-05-13 Diego Novillo <dnovillo@redhat.com>
9987
9988 Merge from tree-ssa-20020619-branch.
9989
9990 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
9991 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
9992 (HOST_GMPLIBS): Define.
9993 (HOST_GMPINC): Define.
9994 (TARGET_LIB_PATH): Add libmudflap.
9995 (GFORTRAN_FOR_TARGET): Define.
9996 (configure-build*): Export GFORTRAN.
9997 (configure-gcc): Export GMPLIBS and GMPINC.
9998 (all-gcc): Add maybe-all-libbanshee.
9999 (configure-target-libgfortran): Define.
10000 * Makefile.in: Regenerate.
10001 * configure.in (host_libs): Add libbanshee.
10002 (target_libraries): Add target-libmudflap and target-libgfortran.
10003 Add --with-libbanshee.
10004 Handle --disable-libmudflap.
10005 (*-*-freebsd*): Use with_gmp.
10006 Add $(libgcj) to noconfigdirs.
10007 * configure: Regenerate.
10008 * depcomp: New file.
10009 * MAINTAINERS: Add tree-ssa maintainers.
10010
10011 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
10012
10013 * MAINTAINERS (Various Maintainers): Add myself.
10014
10015 2004-04-30 Brian Ford <ford@vss.fsi.com>
10016
10017 * MAINTAINERS (Write After Approval): Add myself.
10018
10019 2004-04-29 Uros Bizjak <uros@kss-loka.si>
10020
10021 * MAINTAINERS (Write After Approval): Add myself.
10022
10023 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
10024
10025 * config/acx.m4: Fix fastcompare support for new-bootstrap.
10026 * configure: Regenerate.
10027
10028 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
10029
10030 Revert:
10031 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
10032
10033 * Makefile.def (flags_to_pass): Remove *dir variables that
10034 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10035 as well as prefix and exec_prefix.
10036 * Makefile.in: Regenerate.
10037
10038 2004-04-26 Robert Millan <robertmh@gnu.org>
10039
10040 Add patches from libtool CVS.
10041 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
10042 * ltconfig: Likewise.
10043 * ltcf-c.sh: Likewise.
10044 * ltcf-cxx.sh: Likewise.
10045 * ltcf-gcj.sh: Likewise.
10046
10047 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
10048
10049 * Makefile.def (host_modules): Mark with the bootstrap
10050 flag packages on which gcc depends.
10051 * Makefile.tpl (all-bootstrap): Use it.
10052 * Makefile.in: Regenerate.
10053
10054 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
10055
10056 * Makefile.def (flags_to_pass): Remove *dir variables that
10057 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10058 as well as prefix and exec_prefix.
10059 * Makefile.in: Regenerate.
10060
10061 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
10062
10063 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
10064 * configure: Regenerate.
10065 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
10066 * gcc/Makefile.tpl (compare): Use the result of the test.
10067 * gcc/Makefile.in: Regenerate.
10068
10069 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
10070
10071 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
10072 Always relocate gcc and prev-gcc to the original names, even
10073 if the build fails.
10074 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10075 New targets.
10076
10077 2004-04-23 Laurent GUERBY <laurent@guerby.net>
10078
10079 * MAINTAINERS: Update my email address.
10080
10081 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10082
10083 * configure.in (mips*-*-irix5*): Enable ld.
10084 * configure: Regenerate.
10085
10086 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10087
10088 * configure: Regenerate.
10089
10090 2004-04-15 James E Wilson <wilson@specifixinc.com>
10091
10092 * Makefile.tpl (configure-[+module+], configure-gcc,
10093 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
10094 Set and export LDFLAGS.
10095 * Makefile.in: Regenerate.
10096
10097 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
10098
10099 * MAINTAINERS: Add myself to write-after-approval.
10100
10101 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
10102
10103 PR bootstrap/14871
10104 * Makefile.tpl: If we don't have built-in-tree target tools,
10105 use the ones found by configure rather than hacking around with
10106 program_transform_name.
10107 * configure.in: Give Makefile.tpl the information necessary
10108 to do that.
10109 * Makefile.in: Regenerate.
10110 * configure: Regenerate.
10111
10112 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
10113
10114 PR bootstrap/14760
10115 * configure.in: When computing baseargs, strip *all* copies of
10116 offending options. Also, don't match/substitute the trailing space,
10117 so that this actually works when two similar options are separated by
10118 only one space.
10119 * configure: Regenerate.
10120
10121 2004-04-06 David Edelsohn <edelsohn@gnu.org>
10122
10123 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
10124 (rs6000-*-aix*): Same.
10125 * configure: Regenerate.
10126
10127 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
10128
10129 * MAINTAINERS: Add myself to write-after-approval.
10130
10131 2004-04-03 Bud Davis <bdavis9659@comcast.net>
10132
10133 * MAINTAINERS: Add myself to write-after-approval.
10134
10135 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
10136
10137 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
10138 STRICT_WARN, WARN_CFLAGS flags passed down to make.
10139 * Makefile.in: Regenerate.
10140
10141 * configure.in (top level bootstrap support): Rework --enable-werror
10142 to set @stage2_werror_flag@.
10143 * configure: Regenerate.
10144 * Makefile.tpl (top level bootstrap support): Pass
10145 @stage2_werror_flag@ down to configure in stages 2 and 3.
10146 * Makefile.in: Regenerate.
10147
10148 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
10149
10150 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
10151 for stages 2 and 3 as well as in make. As a consequence, remove
10152 OUTPUT_OPTION (now detected by configure) from the flags passed down
10153 to make.
10154 * Makefile.in: Regenerate.
10155
10156 * Makefile.tpl (new-bootstrap): Fix typo.
10157 * Makefile.in: Regenerate.
10158
10159 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
10160
10161 * Makefile.tpl: Rearrange by moving recursive_targets rules
10162 into their proper sections.
10163 * Makefile.tpl (top level bootstrap support): Move disabling
10164 of coverage flags from 'make' to 'configure'; improve comments.
10165 * Makefile.in: Regenerate.
10166
10167 * Makefile.tpl (experimental top level bootstrap) Move stage1
10168 language setting from all- target to configure- target; disable
10169 intermodule optimization in stage 1; prevent gratuitous rebuilds
10170 of stage 1.
10171 * Makefile.in: Regenerate.
10172 * configure.in: Comma-separate stage 1 language list for top
10173 level bootstrap.
10174 * configure: Regenerate.
10175
10176 * Makefile.tpl: Clean up experimental top level bootstrap support:
10177 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
10178 prev-gcc in configure- targets as well as all- targets.
10179 * Makefile.in: Regenerate.
10180
10181 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
10182
10183 * compile: New file imported from automake.
10184
10185 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
10186
10187 * configure.in: Remove symbolic link section.
10188 * configure: Regenerate.
10189 * Makefile.tpl (links): Remove.
10190 * Makefile.in: Regenerate.
10191
10192 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
10193 Nathanael Nerode <neroden@gcc.gnu.org>
10194
10195 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
10196 Set with AC_CHECK_PROGS.
10197 * configure.in: Fix comment typo from last patch.
10198 * configure: Regenerate.
10199
10200 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
10201
10202 * Makefile.tpl: Introduce experimental top level bootstrap support.
10203 * Makefile.in: Regenerate.
10204 * configure.in: Introduce support for top level bootstrap.
10205 * configure: Regenerate.
10206
10207 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
10208 Paolo Bonzini <bonzini@gnu.org>
10209
10210 PR bootstrap/14522
10211 * configure.in: Cope with shells that do not support unquoted ^
10212 * configure: Regenerate.
10213
10214 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
10215 Paolo Bonzini <bonzini@gnu.org>
10216
10217 PR bootstrap/14522
10218 * configure.in: Cope with shells that do not support nesting
10219 quotes inside quoted backquote substitutions.
10220 * configure: Regenerate.
10221
10222 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
10223
10224 PR bootstrap/14522
10225 * configure.in: Fix escaping of $.
10226 * configure: Regenerate.
10227
10228 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
10229
10230 * configure: Regenerate, since I forgot to while committing Paolo's
10231 changes.
10232
10233 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
10234
10235 PR ada/14131
10236 Move language detection to the top level.
10237 * configure.in: Find default values for the tools as
10238 soon as possible. Disable ada if GNAT is not found.
10239 Emit error message about missing languages. Expand
10240 --enable-languages=all for the gcc subdirectory.
10241
10242 2004-03-10 Ben Elliston <bje@gnu.org>
10243
10244 * MAINTAINERS: Update my email address.
10245
10246 2004-03-05 David Edelsohn <edelsohn@gnu.org>
10247
10248 * ltconfig: Disable building static libraries if building shared
10249 libraries on AIX 5L.
10250
10251 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
10252
10253 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
10254 and disable libgcj.
10255 * configure: Regenerated.
10256
10257 2004-03-01 Brian Booth <bbooth@redhat.com>
10258
10259 * MAINTAINERS: Add myself to write-after-approval.
10260
10261 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
10262
10263 * MAINTAINERS: Add myself to write-after-approval.
10264
10265 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10266
10267 PR bootstrap/7087
10268 * Makefile.tpl: Guard XFOO sed statements better.
10269 * Makefile.tpl: Add dependency for configure-target-libada.
10270 * Makefile.in: Regenerate (incidentally fixes broken
10271 commit when libada-branch was merged).
10272
10273 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
10274
10275 * MAINTAINERS: Add myself to write-after-approval.
10276
10277 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
10278
10279 * MAINTAINERS: Add Nicola Pero and myself as libobjc
10280 maintainers.
10281
10282 2004-02-20 Andrew Cagney <cagney@redhat.com>
10283
10284 * config.guess: Update from version 2003-10-16 to 2004-02-16.
10285 * config.sub: Update from version 2003-11-03 to 2004-02-16.
10286
10287 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
10288
10289 PR bootstrap/11932
10290 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
10291
10292 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
10293
10294 * MAINTAINERS: Added myself to write-after-approval.
10295
10296 2004-02-14 Michael Koch <konqueror@gmx.de>
10297
10298 * MAINTAINERS: Added myself to write-after-approval.
10299
10300 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
10301
10302 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
10303 some OS port maintainers to OS port maintainers section.
10304
10305 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
10306
10307 * MAINTAINERS: Add self.
10308
10309 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
10310
10311 * MAINTAINERS: Alphabetize.
10312
10313 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
10314
10315 * MAINTAINERS: Remove myself.
10316
10317 2004-02-11 David Edelsohn <edelsohn@gnu.org>
10318
10319 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
10320 (rs6000-*-aix*): Same.
10321 * configure: Regenerate.
10322
10323 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
10324
10325 * configure.in (host): Add in missing $noconfigdirs to defines.
10326 * configure: Regenerate.
10327
10328 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
10329 Nathanael Nerode <neroden@gcc.gnu.org>
10330
10331 PR ada/6637, PR ada/5911
10332 Merge with libada-branch:
10333 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
10334 with appropriate dependencies. Add --enable-libada configure switch.
10335 * configure, Makefile.in: Regenerate.
10336
10337 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
10338
10339 * MAINTAINERS: Add myself to write-after-approval.
10340
10341 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10342
10343 * configure.in: Don't pass --with-stabs on IRIX 5 either.
10344 * configure: Regenerate.
10345
10346 2004-02-04 Geoffrey Keating <geoffk@apple.com>
10347
10348 Merge from upstream:
10349
10350 * ltmain.in: When setting IFS to '~', be careful about user
10351 arguments that contain '~'.
10352
10353 2004-02-04 Peter O'Gorman <peter@pogma.com>
10354
10355 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
10356 Also test $base_compile against $CC with escaped arguments. Bug
10357 reported by Geoff Keating <geoffk@apple.com>.
10358
10359 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
10360
10361 * MAINTAINERS: Remove i960 port.
10362
10363 2004-01-23 DJ Delorie <dj@redhat.com>
10364
10365 * Makefile.def (target_modules) [libiberty]: Don't stage.
10366 * Makefile.in: Rebuilt.
10367
10368 2004-01-20 Caroline Tice <ctice@apple.com>
10369
10370 * MAINTAINERS: Add myself to write-after-approval.
10371
10372 2004-01-19 Paolo Carlini <pcarlini@suse.de>
10373
10374 * MAINTAINERS: Update my email address.
10375
10376 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
10377
10378 * MAINTAINERS: Add myself to write-after-approval.
10379
10380 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
10381
10382 * MAINTAINERS: Remove entries without email address.
10383
10384 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
10385
10386 * MAINTAINERS: Add myself to write-after-approval.
10387
10388 2004-01-15 Steven Bosscher <stevenb@suse.de>
10389
10390 * MAINTAINERS: Update my email address.
10391
10392 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
10393
10394 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
10395 * Makefile.tpl (configure-target-[+module+]): Support stage.
10396 * Makefile.in: Rebuilt.
10397
10398 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
10399
10400 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
10401
10402 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
10403
10404 * MAINTAINERS: Add myself as a MIPS maintainer.
10405
10406 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
10407
10408 * configure.in: Use ./config.cache, not config.cache.
10409 * configure: Regenerate.
10410 * Makefile.tpl: Special-casing not needed for GCC any more.
10411 * Makefile.in: Regenerate.
10412
10413 * configure.in: Don't share a cache file for host dirs.
10414 * configure: Regenerate.
10415
10416 * config-ml.in: Don't mess with the cache file.
10417
10418 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
10419
10420 * MAINTAINERS: Move myself from 'Write After Approval' to
10421 'CPU Port Maintainers' section as SPARC maintainer.
10422
10423 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
10424
10425 * Makefile.tpl: Make GCC use a separate config.cache.
10426 * Makefile.in: Regenerate.
10427
10428 PR bootstrap/11932, PR bootstrap/11933
10429 (I don't know if it will fix either of them, but it relates
10430 to them.)
10431 * configure.in: Don't use shared config.cache for target
10432 directories.
10433 * configure: Regenerate.
10434
10435 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
10436
10437 * MAINTAINERS: Add myself to 'Write After Approval' section.
10438
10439 2003-12-31 Roger Sayle <roger@eyesopen.com>
10440
10441 * configure.in (ia64*-*-hpux*): Disable building java libraries.
10442 * configure: Regenerated.
10443
10444 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
10445
10446 * MAINTAINERS: Remove the mn10200 maintainer.
10447
10448 2003-12-21 Bernardo Innocenti <bernie@develer.com>
10449
10450 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
10451 * configure: Regenerated.
10452
10453 2003-12-16 Jan Hubicka <jh@suse.cz>
10454
10455 * MAINTAINERS: Add myself as callgraph maintainer.
10456
10457 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
10458
10459 * configure.in (raw_libstdcxx_flags): Remove the leading space.
10460 * configure: Regenerate.
10461
10462 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
10463
10464 * MAINTAINERS: Move myself from 'Bug database only accounts' to
10465 'Write After Approval' section. Update email.
10466
10467 2003-12-01 James Lemke <jim@wasabisystems.com>
10468
10469 * MAINTAINERS (Write After Approval): Add myself.
10470
10471 2003-11-20 Matt Thomas <matt@3am-software.com>
10472
10473 * MAINTAINERS: Add myself as a vax port maintainer.
10474
10475 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
10476
10477 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
10478 (configure-build-[+module+], configure-[+module+]): Likewise.
10479 (configure-target-[+module+], configure-gcc, config.status): Likewise.
10480 * Makefile.in: Regenerate.
10481
10482 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
10483
10484 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
10485 shared/dylibed libraries.
10486 * ltmain.sh: Likewise.
10487 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
10488 * ltcf-cxx.sh: Likewise.
10489 * ltcf-gcj.sh: Likewise.
10490 * ltconfig: Likewise.
10491
10492 2003-11-17 Stan Cox <scox@redhat.com>
10493
10494 * MAINTAINERS: Add myself as iq2000 port maintainer.
10495
10496 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
10497
10498 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
10499 * Makefile.in: Regenerate.
10500
10501 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
10502
10503 * config.sub: Update to 2003-11-03 version.
10504
10505 2003-10-20 Phil Edwards <phil@codesourcery.com>
10506
10507 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
10508 * configure: Regenerate.
10509
10510 2003-10-20 Nicolas Pitre <nico@cam.org>
10511
10512 * MAINTAINERS: Add myself to 'Write After Approval' section.
10513
10514 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
10515
10516 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10517
10518 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
10519
10520 * MAINTAINERS: Update my email address.
10521
10522 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10523
10524 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
10525
10526 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
10527
10528 * MAINTAINERS: Add myself to 'Write After Approval' section.
10529
10530 2003-10-16 Bernardo Innocenti <bernie@develer.com>
10531
10532 * config.guess: Update to 2003-10-16 version.
10533 * config.sub: Update to 2003-10-16 version.
10534
10535 2003-10-15 David Daney <ddaney@avtrex.com>
10536
10537 * MAINTAINERS: Added myself to 'Write After Approval' section.
10538
10539 2003-10-15 Falk Hueffner <falk@debian.org>
10540
10541 * MAINTAINERS: Move myself from 'Bug database only accounts' to
10542 'Write After Approval' section. Update email.
10543
10544 2003-10-14 Roger Sayle <roger@eyesopen.com>
10545
10546 * MAINTAINERS: Move myself from 'Write After Approval' to
10547 'Various Maintainers' section as middle-end maintainer.
10548
10549 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
10550
10551 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
10552 HOST_FLAGS_TO_PASS.
10553 * Makefile.in: Regenerate.
10554
10555 2003-10-11 Bernardo Innocenti <bernie@develer.com>
10556
10557 * config.guess: Update to 2003-10-07 version.
10558 * config.sub: Update to 2003-10-07 version.
10559
10560 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10561
10562 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
10563 * ltconfig (irix5*, irix6*): Don't override version_type.
10564
10565 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
10566
10567 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
10568 * configure: Rebuilt
10569 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
10570 * Makefile.in: Rebuilt
10571
10572 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
10573
10574 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
10575
10576 2003-09-30 Carlo Wood <carlo@alinoe.com>
10577
10578 * MAINTAINERS (Write After Approval): Add myself.
10579
10580 2003-09-29 Paul Koning <ni1d@arrl.net>
10581
10582 * MAINTAINERS: Move myself from "Write After Approval"
10583 to CPU platform maintainers for pdp11 platform.
10584
10585 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
10586
10587 * MAINTAINERS: Move myself from 'Write After Approval' to
10588 'Various Maintainers' section as libffi testsuite maintainer.
10589
10590 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
10591
10592 * configure.in: Pass a computed --program-transform-name
10593 to subconfigures.
10594 * configure: Regenerated.
10595
10596 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
10597
10598 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
10599 * Makefile.in: Regenerate.
10600
10601 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
10602 * Makefile.in: Regenerate.
10603
10604 2003-09-19 Ziemowit Laski <zlaski@apple.com>
10605
10606 * MAINTAINERS: Move myself from 'Write After Approval'
10607 to 'Various Maintainers' (objective-c) section.
10608
10609 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
10610
10611 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
10612 quoting.
10613 * configure: Regenerated.
10614
10615 2003-09-16 Joel Brobecker <brobecker@gnat.com>
10616
10617 * MAINTAINERS (Write After Approval): Add myself to write after
10618 approval list.
10619
10620 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
10621
10622 * MAINTAINERS (Write After Approval): Add myself.
10623
10624 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
10625
10626 * MAINTAINERS: Update my e-mail address.
10627
10628 2003-09-09 Alan Modra <amodra@bigpond.net.au>
10629
10630 * libtool.m4 (LD): Correct powerpc64 host match.
10631
10632 2003-09-06 James E Wilson <wilson@tuliptree.org>
10633
10634 * MAINTAINTERS: Update my affiliation and email address.
10635
10636 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10637
10638 * MAINTAINERS (Write After Approval): Add myself.
10639
10640 2003-09-04 DJ Delorie <dj@redhat.com>
10641
10642 * configure: Regenerate.
10643
10644 2003-09-04 Robert Millan <robertmh@gnu.org>
10645
10646 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
10647
10648 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10649
10650 * configure.in: Ensure arguments to sed are properly spaced.
10651 * configure: Regenerate.
10652
10653 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
10654
10655 * MAINTAINERS: Update my e-mail address.
10656
10657 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
10658
10659 * MAINTAINERS (Write After Approval): Add myself.
10660
10661 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
10662
10663 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
10664 * configure: Regenerated.
10665
10666 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
10667
10668 * MAINTAINERS: Update my email address.
10669
10670 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
10671
10672 * configure.in: Use newline instead of semicolon when assuming
10673 shell arguments in a for loop.
10674 * configure: Regenerated.
10675
10676 2003-08-22 Jason Eckhardt <jle@rice.edu>
10677
10678 * MAINTAINERS: Resurrect the i860 maintainer.
10679
10680 2003-08-20 Geoffrey Keating <geoffk@apple.com>
10681
10682 PR 8180
10683 * configure.in: When testing with_libs and with_headers, treat
10684 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
10685 * configure: Regenerate.
10686
10687 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
10688 make, shell, etc.
10689 (baseargs): Likewise.
10690 * configure: Regenerate.
10691
10692 2003-08-20 Bernardo Innocenti <bernie@develer.com>
10693
10694 * MAINTAINERS (Write After Approval): Add myself.
10695
10696 2003-08-19 Geoffrey Keating <geoffk@apple.com>
10697
10698 * configure.in: Disable libgcj for darwin not on powerpc.
10699 * configure: Rebuild.
10700
10701 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
10702
10703 * config-ml.in, symlink-tree: Add license.
10704
10705 2003-08-03 Richard Stallman <rms@gnu.org>
10706 Eben Moglen <moglen@columbia.edu>
10707
10708 * README.SCO: New file.
10709
10710 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
10711
10712 * Makefile.tpl (check, check-c++): Express dependencies using
10713 dependencies rather than commands.
10714 * Makefile.in: Regenerate.
10715
10716 2003-08-01 Andrew Cagney <cagney@redhat.com>
10717
10718 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
10719 * configure: Ditto.
10720
10721 2003-07-31 Geoffrey Keating <geoffk@apple.com>
10722
10723 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
10724 * Makefile.in: Update.
10725
10726 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
10727
10728 * configure.in: Enable libgcj for darwin.
10729 * configure: Rebuild.
10730
10731 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
10732
10733 * config-ml.in: Use ac_configure_args directly instead of
10734 ml_arguments. Only set ml_norecursion if --no[-]recursion is
10735 actually seen.
10736
10737 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
10738
10739 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
10740 creating target and build subdirs to build all parent dirs as needed.
10741 * Makefile.in: Rebuild.
10742 * configure.in: Don't build dirs explicitly here.
10743 * configure: Rebuild.
10744
10745 2003-07-26 Paul Brook <paul@nowt.org>
10746
10747 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
10748
10749 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
10750
10751 * Makefile.tpl (all-make): Depend on intl.
10752 * Makefile.in: Rebuilt.
10753
10754 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
10755
10756 * install-sh: Update to newer upstream versions (associated with
10757 aclocal 1.7).
10758 * mkinstalldirs: Likewise.
10759 * missing: Likewise, plus $1Help2man -> $1 typo fix.
10760
10761 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
10762
10763 * MAINTAINERS: Move self from Bug database only accounts
10764 to write-after-approval.
10765
10766 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
10767
10768 * config.if: Remove unused libc_interface determination.
10769
10770 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
10771
10772 * MAINTAINERS: Move self from write-after-approval to
10773 build machinery (*.in).
10774
10775 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
10776
10777 PR bootstrap/11273
10778 PR bootstrap/11408
10779 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
10780 unused INSTALL_PROGRAM_ARGS.
10781 * configure.in: Use AC_PROG_INSTALL.
10782 * Makefile.in: Regenerate.
10783 * configure: Regenerate.
10784
10785 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
10786
10787 * MAINTAINERS: Alphabetize.
10788
10789 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
10790
10791 * configure: Rebuilt.
10792 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
10793 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
10794 newlib nor libgloss.
10795 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
10796 * configure.in (am33_2.0-*-linux*): Added.
10797
10798 2003-07-09 Bob Wilson <bob.wilson@acm.org>
10799
10800 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
10801 * configure: Regenerate.
10802
10803 2003-07-07 Zack Weinberg <zack@codesourcery.com>
10804
10805 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
10806 * Makefile.in: Regenerate.
10807
10808 2003-07-04 Zack Weinberg <zack@codesourcery.com>
10809
10810 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
10811 * Makefile.in: Regenerate.
10812
10813 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
10814
10815 * Makefile.tpl: Replace PWD with PWD_COMMAND.
10816 * Makefile.in: Regenerated.
10817
10818 * config-ml.in: Replace PWD with PWD_COMMAND.
10819
10820 2003-07-04 Zack Weinberg <zack@codesourcery.com>
10821
10822 * intl: New directory; see intl/ChangeLog for details.
10823 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
10824 * Makefile.tpl: all-gcc depends on maybe-all-intl.
10825 * Makefile.in: Regenerate.
10826
10827 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
10828
10829 * configure.in: Clean up config-lang.in handling. Delete
10830 useless assignment to "subdirs".
10831 * configure: Regenerate.
10832
10833 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
10834
10835 * configure.in: Rename 'target_libs' to 'target_libraries'.
10836 Remove useless reference to 'target_libs'.
10837 * configure: Regenerate.
10838
10839 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
10840
10841 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
10842 * Makefile.in: Regenerate.
10843
10844 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
10845
10846 * Makefile.def: Introduce flags_to_pass.
10847 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
10848 * Makefile.in: Regenerate.
10849
10850 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
10851
10852 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
10853 and target-libgloss.
10854 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
10855 <h8300*-*-*>: Disable libf2c and ${libgcj}.
10856 * configure: Regenerate.
10857
10858 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
10859
10860 * configure.in: Update testsuite_flags to new location.
10861 * configure. Regenerate.
10862
10863 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
10864
10865 * Makefile.tpl: Remove BUILD_CC stuff.
10866 * Makefile.in: Regenerate.
10867
10868 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
10869
10870 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
10871
10872 2003-06-16 Graeme Peterson <gp@qnx.com>
10873
10874 * MAINTAINERS (Write After Approval): Add myself.
10875
10876 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
10877
10878 * config.guess: Update to 2003-06-12 version.
10879 * config.sub: Update to 2003-06-13 version.
10880
10881 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
10882
10883 * config.guess: Update to 2003-06-06 version.
10884 * config.sub: Update to 2003-06-06 version.
10885
10886 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10887
10888 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
10889 * configure. Regenerate.
10890
10891 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
10892
10893 * configure.in: Disable serial configure by default.
10894 * configure: Regenerate.
10895 * Makefile.tpl: Abolish .NOTPARALLEL.
10896 * Makefile.in: Regenerate.
10897
10898 * Makefile.tpl: Replace {build,host,target}_canonical by
10899 {build,host,target}.
10900 * Makefile.in: Regenerate.
10901
10902 * Makefile.tpl: Fix stupid pasto.
10903 * Makefile.in: Regenerate.
10904
10905 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
10906
10907 * Makefile.tpl: Remove bogus conditional.
10908 * Makefile.in: Regenerate.
10909
10910 2003-06-05 Jan Hubicka <jh@suse.cz>
10911
10912 * Makefile.tpl (profiledbootstrap): New target.
10913 * Makefile.in (profiledbootstrap): New target.
10914
10915 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
10916
10917 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
10918 Pinski. Remove user names from other bugzilla-only maintainers.
10919
10920 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
10921
10922 * Makefile.tpl: Make 'recursive targets' using autogen rather
10923 than shell loop. Remove duplicate 'clean' targets and false
10924 comments.
10925 * Makefile.def: Add systematic dependencies to 'recursive' targets.
10926 Add systematic method of specifying missing targets in subdirs.
10927 Add copyright boilerplate.
10928 * Makefile.in: Regenerate.
10929 * configure.in: Add 'recursive targets' to maybe list.
10930 * configure: Regenerate.
10931
10932 * MAINTAINERS: "GNATS only" -> "Bug database only".
10933
10934 * Makefile.tpl: Rename [+target+] to [+make_target+].
10935 * Makefile.def: Rename 'target' to 'make_target'.
10936
10937 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
10938
10939 * MAINTAINERS: Add self as options handling maintainer.
10940
10941 2003-05-28 Michael Meissner <gnu@the-meissners.org>
10942
10943 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
10944 been too long since I touched those ports.
10945
10946 2003-05-28 DJ Delorie <dj@redhat.com>
10947
10948 * Makefile.tpl: Make maybe-check-gcc .PHONY.
10949 * Makefile.in: Regenerate.
10950
10951 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
10952
10953 * configure.in: Use curly braces in the definition of tooldir.
10954 * configure: Regenerate.
10955
10956 2003-05-21 DJ Delorie <dj@redhat.com>
10957
10958 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
10959 newlib or libgloss.
10960 * Makefile.in: Regenerate.
10961
10962 2003-05-21 DJ Delorie <dj@redhat.com>
10963
10964 * Makefile.tpl: Add missing empty maybe-check-gcc target.
10965 * Makefile.in: Regenerate.
10966
10967 2003-05-20 Ian Lance Taylor <ian@airs.com>
10968
10969 * MAINTAINERS: Update my e-mail address.
10970
10971 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
10972
10973 * configure.in: Switch more things to use maybe dependencies.
10974 * Makefile.tpl: Switch more things to use maybe dependencies.
10975 Factor out common code from autogen IF statements.
10976 * configure: Regenerate.
10977 * Makefile.in: Regenerate.
10978
10979 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
10980
10981 * configure.in: Accept i[3456789]86 for machine type.
10982 * configure: Regenerate.
10983
10984 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
10985
10986 * configure.in: Switch more things to use maybe dependencies.
10987 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
10988 * configure: Regenerate.
10989 * Makefile.tpl: Switch more things to use maybe dependencies.
10990 * Makefile.in: Regenerate.
10991
10992 2003-05-16 Andreas Schwab <schwab@suse.de>
10993
10994 * Makefile.tpl (install-opcodes): Define.
10995 * Makefile.in: Rebuild.
10996
10997 2003-05-13 Andreas Jaeger <aj@suse.de>
10998
10999 * config.guess: Update to 2003-05-09 version.
11000 * config.sub: Update to 2003-05-09 version.
11001
11002 2003-05-13 Michael Eager <eager@mvista.com>
11003
11004 * configure.in: Correct sed script so that options in quotes are not
11005 deleted.
11006 * configure: Rebuild.
11007
11008 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
11009
11010 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
11011 and $$s/newlib/libc/sys/cygwin32 include paths.
11012 * configure: Ditto.
11013
11014 2003-05-12 Michael Meissner <gnu@the-meissners.org>
11015
11016 * MAINTAINERS: Update my email addresses.
11017
11018 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
11019
11020 * config-ml.in: Propagate INSTALL variables.
11021
11022 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11023
11024 * MAINTAINERS: Remove duplicate entries in Write After Approval.
11025
11026 2003-05-02 Chris Demetriou <cgd@broadcom.com>
11027
11028 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
11029 * Makefile.in: Regenerate.
11030
11031 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
11032
11033 * MAINTAINERS (GNATS only): Add Falk Hueffner.
11034
11035 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
11036
11037 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
11038
11039 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
11040
11041 * Makefile.tpl: Clean $(BUILD_SUBDIR).
11042 * Makefile.in: Regenerated.
11043
11044 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
11045
11046 * MAINTAINERS (Write After Approval): Upgrade myself from
11047 GNATS only to write-after-approval. Update my mail address.
11048
11049 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
11050
11051 (OS Port Maintainers: freebsd): Add myself.
11052
11053 2003-04-22 Mark Mitchell <mark@codesourcery.com>
11054
11055 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
11056
11057 2003-04-22 Kean Johnston <jkj@sco.com>
11058
11059 * MAINTAINERS (SCO ports): Added myself.
11060
11061 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
11062
11063 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
11064
11065 2003-04-19 Kean Johnston <jkj@sco.com>
11066
11067 * MAINTAINERS (Write After Approval): Add myself.
11068
11069 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11070
11071 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
11072 * Makefile.in: Regenerate.
11073
11074 2003-04-18 Jakub Jelinek <jakub@redhat.com>
11075
11076 * configure.in (powerpc64*-*-linux*): Remove.
11077 * configure: Rebuilt.
11078
11079 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
11080
11081 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
11082 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
11083 and restrap.
11084 * Makefile.in: Regenerate.
11085
11086 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
11087
11088 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
11089 * configure: Regenerated.
11090
11091 2003-04-15 DJ Delorie <dj@redhat.com>
11092
11093 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
11094
11095 2003-04-13 Nick Clifton <nickc@redhat.com>
11096
11097 * config-ml.in: Remove support for --disable-aix removing
11098 call-aix multilibs.
11099
11100 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
11101
11102 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
11103 * */configure: Rebuilt.
11104
11105 2003-04-08 Joel Sherrill <joel@oarcorp.com>
11106
11107 * MAINTAINERS: Add my email address.
11108
11109 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
11110
11111 * MAINTAINERS (Write After Approval): Add myself.
11112
11113 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
11114
11115 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
11116 * Makefile.in: Regenerate.
11117
11118 2003-03-14 Michael Chastain <mec@shout.net>
11119
11120 * Makefile.in: Regenerate with correct Makefile.def.
11121
11122 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
11123
11124 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
11125 Make macro.
11126 * Makefile.in: Regenerate.
11127 * configure.in: Clean up gxx_include_dir logic.
11128 * configure: Regenerate.
11129
11130 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
11131
11132 * MAINTAINERS (Write After Approval): Add myself.
11133
11134 2003-03-10 Ben Elliston <bje@wasabisystems.com>
11135
11136 * MAINTAINERS: Update my mail address.
11137
11138 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11139
11140 * configure.in (gxx_include_dir): Fix typo.
11141 * configure: Regenerated.
11142
11143 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
11144
11145 * Makefile.tpl: Reindent.
11146 * Makefile.in: Regenerate.
11147 * configure.in: Reindent. Don't set unused variables.
11148 * configure: Regenerate.
11149
11150 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
11151
11152 * configure.in: Include $(build_tooldir)/sys-include in
11153 FLAGS_FOR_TARGET.
11154 * configure: Regenerated.
11155
11156 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
11157
11158 * Makefile.tpl: Always pass down RANLIB.
11159 * Makefile.in: Regenerate.
11160
11161 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
11162 * Makefile.in: Regenerate.
11163 * configure.in: Remove unused logic relating to --enable-shared
11164 and --enable-threads. Remove bogus comments. Remove redundant
11165 noconfigdirs.
11166 * configure: Regenerate.
11167
11168 * configure.in: Replace ${libstdcxx_version} by its value.
11169 Remove reference to mh-dgux.
11170 * configure: Regenerate.
11171
11172 2003-03-03 Kevin Buettner <kevinb@redhat.com>
11173
11174 * MAINTAINERS (Write After Approval): Add myself.
11175
11176 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
11177
11178 * Makefile.tpl: Rearrange.
11179 * Makefile.in: Regenerate.
11180
11181 2003-02-25 Uwe Stieber <uwe@wwws.de>
11182
11183 * configure.in: Add support for kaOS as cross build target system.
11184 * configure: Regenerated.
11185
11186 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
11187
11188 * MAINTAINERS (Write after approval): Add myself.
11189
11190 2003-02-21 James E Wilson <wilson@tuliptree.org>
11191
11192 * MAINTAINERS: Update my email address.
11193
11194 2003-02-21 Zack Weinberg <zack@codesourcery.com>
11195
11196 * MAINTAINERS: Add self to blanket write privs. section.
11197
11198 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
11199
11200 * Makefile.tpl: Add definition of CPPFLAGS to pass into
11201 configure-target-* as some target builds may require additional
11202 flags for preprocessor tests.
11203 * Makefile.in: Regenerated.
11204
11205 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
11206
11207 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
11208 * ltconfig: Handle it.
11209 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
11210 auto-detecting it.
11211
11212 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
11213 it is used as argument to $CC.
11214 * ltcf-gcj.sh: Likewise.
11215
11216 * configure.in: Introduce --enable-maintainer-mode.
11217 * configure: Rebuilt.
11218 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
11219 for maintainer mode.
11220 * Makefile.in: Rebuilt.
11221
11222 2003-02-18 Jason Merrill <jason@redhat.com>
11223
11224 * Makefile.tpl (check-c++): Allow parallelism.
11225
11226 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11227
11228 * MAINTAINERS: Remove John Carr (who never actually had access to
11229 gcc.gnu.org).
11230
11231 2003-02-15 Geoffrey Keating <geoffk@apple.com>
11232
11233 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
11234 don't configure target-libobjc.
11235 * configure: Regenerate.
11236
11237 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11238
11239 * Makefile.tpl (RANLIB): Define.
11240 * Makefile.in: Regenerate.
11241
11242 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
11243
11244 * MAINTAINERS: Update my email.
11245
11246 2003-02-06 Keith R Seitz <keiths@redhat.com>
11247
11248 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
11249 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
11250 * Makefile.in: Regenerated.
11251 * configure.in: Remove all traces of snavigator, db, and grep.
11252 * configure: Regenerated.
11253
11254 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11255
11256 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
11257 After Approval.
11258
11259 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
11260
11261 * MAINTAINERS (Write after approval): Add myself.
11262
11263 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
11264
11265 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
11266 * Makefile.in: Regenerated.
11267
11268 2003-01-30 Roger Sayle <roger@eyesopen.com>
11269
11270 * config.guess: Updated to 2003-01-30's version.
11271 * config.sub: Updated to 2003-01-28's version.
11272
11273 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
11274
11275 * config.if: If gcc_version is already set, just use it. Don't set
11276 gcc_version_trigger if it's already set, otherwise set it to
11277 gcc/version.c, but only if the file exists. If it is not set and
11278 gcc/version.c does not exist, try to extract the version number from
11279 $CC.
11280
11281 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
11282
11283 * MAINTAINERS: Add myself to write-after-approval list.
11284
11285 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
11286
11287 * configure.in: Revert 24Jan change.
11288 * configure: Regenerate.
11289
11290 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11291
11292 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
11293 entry of HJ Lu.
11294
11295 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
11296
11297 * configure.in: Revert previous change.
11298 * configure: Regenerate.
11299
11300 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
11301
11302 * configure.in: Make rda native-only.
11303 * configure: Regenerate.
11304
11305 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
11306
11307 * MAINTAINERS: Move myself from GNATS-only-accounts to
11308 write-after-approval.
11309
11310 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
11311
11312 * configure.in: Add missing \.
11313 * configure: Rebuilt.
11314
11315 2003-01-17 Jakub Jelinek <jakub@redhat.com>
11316
11317 * configure.in (baseargs): Avoid using \| in sed regular
11318 expressions.
11319 * configure: Rebuilt.
11320
11321 2003-01-16 Jakub Jelinek <jakub@redhat.com>
11322
11323 * configure.in (baseargs): Remove all supported forms of
11324 --cache-file, --srcdir, --host, --build and --target options
11325 from argument lists.
11326 * configure: Rebuilt.
11327
11328 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
11329
11330 * MAINTAINERS: Add myself to write-after-approval list.
11331
11332 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
11333
11334 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
11335 * configure: Rebuilt.
11336
11337 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
11338
11339 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
11340 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
11341 * Makefile.in: Regenerate.
11342 * configure: Regenerate.
11343
11344 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
11345
11346 * configure.in: Remove Makefile in build, host and target modules
11347 unless configure was run with --no-recursion.
11348 * configure: Rebuilt.
11349
11350 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
11351
11352 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
11353 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
11354 * Makefile.in: Regenerate.
11355
11356 2003-01-08 Chris Demetriou <cgd@broadcom.com>
11357
11358 * config.guess: Update to 2003-01-03 version.
11359 * config.sub: Update to 2003-01-03 version.
11360
11361 2003-01-07 Christopher Faylor <cgf@redhat.com>
11362
11363 * configure: Regenerate with proper autoconf 2.13.
11364
11365 2003-01-07 Christopher Faylor <cgf@redhat.com>
11366
11367 * configure.in: Add AC_PREREQ for consistency.
11368 * configure: Regenerate.
11369
11370 2003-01-06 Andrew Cagney <ac131313@redhat.com>
11371
11372 * configure.in (GDB_TK): Add tcl directories conditional on
11373 gdb/gdbtk directory being present.
11374 * configure: Regenerate.
11375
11376 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
11377
11378 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
11379 used by gcc if LD is not defined and we are not doing a Canadian Cross.
11380 * configure: Rebuilt.
11381
11382 2002-12-31 Tom Tromey <tromey@redhat.com>
11383
11384 * Makefile.in: Rebuilt.
11385 * Makefile.def (target_modules) [libffi]: Allow installation.
11386
11387 2002-12-31 Andreas Schwab <schwab@suse.de>
11388
11389 * configure.in: Fix use of $program_transform_name.
11390 * configure: Regenerated.
11391
11392 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
11393
11394 * configure.in (baseargs): Don't remove first configure argument.
11395 * configure: Regenerated.
11396
11397 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
11398
11399 * Makefile.tpl (local-distclean): Don't remove...
11400 (multilib.ts): ... this. Moved into...
11401 (multilib.out): ... this. Don't use sub-make.
11402 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
11403 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
11404 (configure-build-[+module+], configure-[+module+],
11405 configure-target-[+module+], configure-gcc): ... these. Test
11406 for Makefile existence. Drop config.status from dependencies.
11407 * Makefile.in: Rebuilt.
11408 * configure.in: Move gcc-version-trigger to the end of
11409 ac_configure_args. Add comments to maybedep.tmp and
11410 serdep.tmp. Introduce --disable-serial-configure. Remove
11411 nonopt from baseargs, matching and removing corresponding
11412 whitespace while at it.
11413 * configure: Rebuilt.
11414
11415 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
11416
11417 * configure.in (host_configargs): Replace reference to
11418 no-longer-defined buildopts with --build=${build_alias}.
11419 * configure: Rebuilt.
11420
11421 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
11422 program_transform_name to standard idiom.
11423 (AUTOGEN, AUTOCONF): Define.
11424 (Makefile.in): Use $(AUTOGEN).
11425 (Makefile): Depend on config.status, and use autoconf-style rule to
11426 build it. Move original commands to...
11427 (config.status): ... this new target.
11428 (configure): Add $(srcdir). Depend on config/acx.m4. Use
11429 $(AUTOCONF).
11430 * Makefile.in: Rebuilt.
11431
11432 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
11433
11434 * Makefile.tpl: Fix dramatic bustage due to change in
11435 program_transform_name.
11436 * Makefile.in: Regenerate.
11437
11438 * configure.in: Remove unnecessary PATH setting.
11439 * configure: Regnerate.
11440
11441 * configure.in: Don't default to unprefixed tools unless
11442 the native tools will work.
11443 * configure: Regenerate.
11444
11445 * configure.in: Convert to autoconf script. Blow away lots
11446 of now-redundant Makefile fragments.
11447 * configure: Generate using Autoconf.
11448 * Makefile.tpl: Rewrite to reflect autoconfiscation.
11449 * Makefile.in: Regenerate.
11450
11451 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
11452
11453 * configure: Fix stupid bug where RANLIB was mistakenly included.
11454
11455 * configure.in: Rename (buildargs, hostargs, targargs) to
11456 (build_configargs, host_configargs, target_configargs).
11457
11458 * configure.in: Move logic out of sed statement.
11459
11460 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
11461 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
11462
11463 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
11464
11465 * config.sub: Import from master repository
11466 * config.guess: Ditto
11467
11468 2002-12-24 Andreas Schwab <schwab@suse.de>
11469
11470 * Makefile.tpl (multilib.out): Fix missing space.
11471 * Makefile.in: Regenerate.
11472
11473 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
11474
11475 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
11476 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
11477 * Makefile.in: Regenerate.
11478 * configure.in: Remove unnecessary leftovers.
11479
11480 2002-12-21 Geoffrey Keating <geoffk@apple.com>
11481
11482 * configure.in (extra_ranlibflags_for_target): New variable.
11483 (*-*-darwin): Add -c to ranlib commands.
11484 * configure (tooldir): Handle extra_ranlibflags_for_target.
11485
11486 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
11487
11488 * Makefile.tpl: Revert HJL's change.
11489 * Makefile.in: Regenerated.
11490 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
11491 always.
11492
11493 2002-12-19 Andreas Schwab <schwab@suse.de>
11494
11495 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
11496 * Makefile.in: Regenerate.
11497
11498 2002-12-18 H.J. Lu <hjl@gnu.org>
11499
11500 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
11501 * Makefile.in: Regenerated.
11502
11503 * configure.in (build_prefix): New. Substitute.
11504
11505 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
11506
11507 * Makefile.tpl: Don't let real targets depend on phony targets.
11508 * Makefile.in: Regenerate.
11509
11510 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
11511 * Makefile.in: Regenerate.
11512
11513 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
11514
11515 * config.sub: Import from master repository
11516 * config.guess: Ditto
11517
11518 2002-12-16 Jason Merrill <jason@redhat.com>
11519
11520 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
11521 previous 'make bootstrap'.
11522 * Makefile.in: Regenerate.
11523
11524 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
11525
11526 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
11527
11528 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
11529
11530 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
11531 * Makefile.in: Regenerate.
11532
11533 2002-12-13 Jason Merrill <jason@redhat.com>
11534
11535 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
11536 library tests.
11537 (check-c++): Just depend on it and check-target-libstdc++-v3.
11538 * Makefile.in: Regenerate.
11539
11540 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
11541
11542 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
11543 * Makefile.in: Rebuilt.
11544
11545 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
11546
11547 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
11548
11549 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
11550
11551 * configure: Fix bug put in by gremlins.
11552
11553 * Makefile.tpl: Substitute more autoconfily.
11554 * configure: Substitute more autoconfily.
11555 * Makefile.in: Regenerate.
11556
11557 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
11558
11559 * config.sub: Import from master repository
11560 * config.guess: Ditto
11561 * MAINTAINERS: Added Svein Seldal under write after approval
11562
11563 2002-12-08 Andrew Cagney <ac131313@redhat.com>
11564
11565 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
11566 * Makefile.in (all-sim): Ditto.
11567
11568 2002-12-06 DJ Delorie <dj@redhat.com>
11569
11570 * Makefile.tpl: Change configure dependencies to not have real
11571 targets depend on phony targets.
11572
11573 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
11574
11575 * configure.in: Revert unintentional change.
11576
11577 * Makefile.tpl: Change dependency for */multilib.out so that
11578 it works when gcc isn't in the tree.
11579
11580 * configure.in: Substitute more.
11581 * configure: Run subconfigures from the Makefile.
11582 * Makefile.tpl: Run subconfigures from the Makefile; add a few
11583 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
11584
11585 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11586
11587 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
11588
11589 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
11590
11591 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
11592 and corresponding dependencies.
11593 * Makefile.in: Regenerate.
11594
11595 * configure.in (host_tools): Order binutils, gas and ld for
11596 convenience in running the testsuites.
11597
11598 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
11599 * Makefile.in: Regenerate.
11600 * configure.in: Introduce rules to serialize subconfigure runs.
11601
11602 * configure.in: Introduce BASE_CC_FOR_TARGET.
11603 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
11604 Realize configure-build-* targets. Realize configure-target-* targets.
11605 * Makefile.in: Regenerate.
11606
11607 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
11608
11609 * configure: Move gcc_version_trigger stuff from here...
11610 * configure.in: ...to here.
11611
11612 * configure.in: Separate subconfigure options added by this file from
11613 options given by the user. Add machinery to put args for host
11614 subconfigures into the Makefile.
11615
11616 * Makefile.tpl: Remove 'vault' targets.
11617 * Makefile.tpl: Reorder and comment dependencies.
11618 * Makefile.in: Regenerate.
11619
11620 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
11621 * configure.in: Fix my broken commit of previous patch. (sigh)
11622
11623 2002-11-28 Geoffrey Keating <geoffk@apple.com>
11624
11625 * configure.in: Move host-specific darwin noconfigdirs into
11626 the host-specific section.
11627
11628 2002-11-28 Geoffrey Keating <geoffk@apple.com>
11629
11630 * configure.in: Move host-specific darwin noconfigdirs into
11631 the host-specific section.
11632
11633 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
11634
11635 * configure: Remove skip-this-dir support.
11636 * Makefile.tpl: Remove skip-this-dir support.
11637
11638 * Makefile.tpl: Remove leftover support for non-autoconfiscated
11639 subdirectories.
11640 * Makefile.in: Regenerate.
11641
11642 * Makefile.tpl: Strip out useless setting of 'dir'.
11643 * Makefile.in: Regenerate.
11644
11645 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
11646
11647 * configure.in: Fix deeply stupid bug.
11648
11649 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
11650 shell code in CXX_FOR_TARGET
11651 * Makefile.def: Introduce raw_cxx.
11652 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
11653 RAW_CXX_FOR_TARGET.
11654 * Makefile.in: Regenerate.
11655
11656 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
11657
11658 * Makefile.tpl: Remove unnecessary ifs.
11659 * Makefile.in: Regenerate.
11660
11661 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
11662 dependencies. Maybe-ize build-libiberty. Create dummy install
11663 targets for 'no_install' modules.
11664 * configure: Move GDB_TK substitution to configure.in. Move
11665 build_modules stuff to configure.in.
11666 * configure.in: Implement soft dependency machinery. Maybe-ize
11667 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
11668 * Makefile.in: Regenerate.
11669
11670 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
11671
11672 * Makefile.tpl: Make all-target, install-target behave similarly
11673 to all, install (only hitting configured targets). Eliminate
11674 unused macro defintions.
11675
11676 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
11677 build != host.
11678
11679 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
11680
11681 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
11682
11683 * configure.in: Produce lists of subdir targets we're actually
11684 configuring. Remove references to "dosrel".
11685 * Makefile.tpl: Let configure set which subdir targets are hit.
11686 Remove install-cross; clean up install; remove ALL. Remove
11687 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
11688 Autogenerate host module targets. Remove empty dependency lines
11689 and redundant dependency; rearrange slightly.
11690 * Makefile.def: Add host-side libtermcap, utils.
11691
11692 * Makefile.in: Regenerate.
11693
11694 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11695
11696 * ltconfig (osf[345]): Append $major to soname_spec.
11697 Reflect this in library_names_spec.
11698 * ltmain.sh (osf): Prefix $major with . for use as extension.
11699
11700 2002-11-19 Andreas Jaeger <aj@suse.de>
11701
11702 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
11703 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
11704 and sparc64 GNU/Linux systems.
11705
11706 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
11707
11708 * MAINTAINERS: Update email.
11709
11710 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11711
11712 * MAINTAINERS: Complete James Dennett's entry.
11713
11714 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
11715
11716 * MAINTAINERS (Write After Approval): Add myself.
11717
11718 2002-11-13 Bruce Korb <bkorb@gnu.org>
11719
11720 * Makefile.tpl: syntactic cleanup
11721
11722 2002-11-13 Stuart Hastings <stuart@apple.com>
11723
11724 * MAINTAINERS: Add myself to write-after-approval list.
11725
11726 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
11727
11728 * Makefile.def: Add list of recursive targets to autogenerate.
11729 Add build_modules.
11730 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
11731 targets. Autogenerate *-build-* targets.
11732 * Makefile.in: Regenerate.
11733
11734 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
11735
11736 * configure: More autoconf-style substitutions.
11737 * Makefile.tpl: More autoconf-style substitutions.
11738 * Makefile.in: Regenerate.
11739
11740 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
11741
11742 * configure: Substitute more variables in a more autoconf-friendly
11743 way. Simplify slightly.
11744 * Makefile.tpl: Make more variables substitutable in an
11745 autoconf-friendly way.
11746 * Makefile.in: Regenerate.
11747
11748 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
11749
11750 * MAINTAINERS (Write After Approval): Add myself.
11751
11752 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
11753
11754 * configure.in (v810*): Remove special setting of tools.
11755
11756 * configure: Add support for extra required flags for ar or nm.
11757 * configure.in (aix4.3+): Use above support for target-specific
11758 issues, rather than using config/mt-aix43.
11759
11760 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
11761
11762 * configure: Remove 'removing', which doesn't work. Replace $subdir
11763 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
11764 with $srcdir. Reformat indentation. Substitute some variables
11765 formerly hard-coded in the Makefile for build=host.
11766 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
11767 * Makefile.def: Autogenerate more.
11768 * Makefile.in: Regenerate.
11769
11770 2002-11-04 Adam Nemet <anemet@lnxw.com>
11771
11772 * MAINTAINERS (Write After Approval): Add myself.
11773
11774 2002-11-04 Kevin Buettner <kevinb@redhat.com>
11775
11776 * Makefile.def (host_modules): Add rda.
11777 * Makefile.in: Regenerate.
11778 * configure.in (target_tool): Add target-rda to list.
11779
11780 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11781
11782 * MAINTAINERS: Remove "co-maintainer" note for web pages.
11783
11784 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
11785
11786 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
11787 and restrap targets to this rule.
11788 * Makefile.in: Regenerate.
11789
11790 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11791
11792 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
11793 GNATS only accounts.
11794
11795 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
11796
11797 * configure.in (i[3456]86-*-linux*): Add check to disable
11798 ${libgcj} for glibc1.
11799
11800 2002-10-24 Denis Chertykov <denisc@overta.ru>
11801
11802 * MAINTAINERS: Add myself as ip2k port maintainer.
11803
11804 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
11805
11806 * configure.in: Add tic4x target.
11807
11808 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
11809
11810 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
11811 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
11812 * Makefile.in: Regenerate.
11813
11814 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
11815 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
11816 * Makefile.in: Regenerate.
11817
11818 2002-10-02 Janis Johnson <janis187@us.ibm.com>
11819
11820 * MAINTAINERS: Add myself as web pages co-maintainer.
11821
11822 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
11823
11824 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
11825 * Makefile.in: Regenerate.
11826
11827 2002-10-02 Zack Weinberg <zack@codesourcery.com>
11828
11829 * MAINTAINERS: Add myself and Nathan Sidwell
11830 <nathan@codesourcery.com> as VxWorks maintainers.
11831
11832 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
11833
11834 * Makefile.def: Remove order dependency comments.
11835 * Makefile.tpl: Add explicit install-install dependencies.
11836 * Makefile.in: Regenerate.
11837
11838 * Makefile.tpl: Remove material now in src-release. (Finally!)
11839 * Makefile.in: Regenerate.
11840
11841 * Makefile.tpl: Add configure-target (for src-release in src)
11842 * Makefile.in: Regenerate.
11843
11844 2002-09-30 Nick Clifton <nickc@redhat.com>
11845
11846 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
11847
11848 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
11849
11850 * configure.in (s390*-*-linux*): Enable libgcj.
11851
11852 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
11853
11854 * configure: Revert accidentally applied changes.
11855
11856 * Makefile.tpl: Make more autoconf-friendly.
11857 * Makefile.in: Regenerate.
11858 * configure: Make substitution more autoconf-like.
11859
11860 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
11861
11862 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
11863 single entry to handle all these.
11864 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
11865 libjava on arm-*-elf.
11866
11867 2002-09-27 Geoffrey Keating <geoffk@apple.com>
11868
11869 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
11870 things that depend on them.
11871
11872 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
11873
11874 * Makefile.tpl: Make subsituted variables more autoconfy.
11875 * Makefile.in: Regenerate.
11876 * configure: Make seds more autoconfy.
11877
11878 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
11879
11880 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
11881 * Makefile.in: Regenerate.
11882 * configure.in: Rewrite sed statements to look autoconfy.
11883
11884 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
11885 all-target-foo on configure-target-foo.
11886 * Makefile.def: Ditto.
11887 * Makefile.in: Rebuild.
11888
11889 2002-09-25 Andrew Haley <aph@redhat.com>
11890
11891 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
11892
11893 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
11894
11895 * Makefile.def: New file.
11896 * Makefile.tpl: New file.
11897 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
11898 * contrib/gcc_update: Note that Makefile.in is a generated file.
11899
11900 * configure.in: Minor rearrangement. Simplify tests.
11901
11902 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
11903
11904 * configure.in (with_headers): Skip copy if value is "yes".
11905 (with_libs): Likewise.
11906
11907 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
11908
11909 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
11910 * configure.in (sh*-*-pe*): Ditto.
11911 * configure.in (mips*-*-pe*): Ditto.
11912 * configure.in (*arm-wince-pe): Ditto.
11913
11914 * configure.in: Rearrange.
11915
11916 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
11917
11918 * MAINTAINERS: Update my email address.
11919
11920 2002-08-30 Paul Koning <pkoning@equallogic.com>
11921
11922 * MAINTAINERS: (Write After Approval): Add myself.
11923
11924 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
11925
11926 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
11927
11928 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
11929
11930 * MAINTAINERS: Change my mailing address.
11931
11932 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
11933
11934 * MAINTAINERS (Write After Approval): Remove myself.
11935 (Various Maintainers: c++ runtime libs): Add myself.
11936
11937 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
11938
11939 * MAINTAINERS (Write After Approval): Remove myself.
11940 (Various Maintainers: c++ runtime libs): Add myself.
11941
11942 2002-08-15 Eric Christopher <echristo@redhat.com>
11943
11944 * config.sub: Import from master repository.
11945 * config.guess: Ditto.
11946
11947 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
11948
11949 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
11950 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
11951 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
11952
11953 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
11954
11955 * MAINTAINERS: Add self to rs6000 vector extensions.
11956
11957 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
11958
11959 * libiberty/configure: Reverted unintended yesterday's check in.
11960
11961 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
11962
11963 * boehm-gc/configure, libf2c/configure: Rebuilt.
11964 * libffi/configure, libiberty/configure: Ditto.
11965 * libjava/configure, libobjc/configure: Ditto.
11966 * libstdc++-v3/configure, zlib/configure: Ditto.
11967 Merged from binutils:
11968 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
11969 From Steve Ellcey <sje@cup.hp.com>:
11970 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
11971 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
11972 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
11973 IA64.
11974 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
11975 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
11976 soname_spec, sys_lib_search_path_spec): Ditto.
11977
11978 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
11979
11980 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
11981
11982 2002-08-04 H.J. Lu (hjl@gnu.org)
11983
11984 * configure.in (mips*-*-linux*): Don't skip target-libffi.
11985
11986 2002-08-02 Krister Walfridsson <cato@df.lth.se>
11987
11988 * MAINTAINERS (Write After Approval): Add myself.
11989
11990 2002-07-31 Alan Modra <amodra@bigpond.net.au>
11991
11992 * configure.in: Move generic linux case to end. Copy generic
11993 linux noconfigdirs to mips*-*-linux* entry and new
11994 powerpc64*-*-linux* entry. Add target-libffi for the latter.
11995
11996 2002-07-19 Michael Matz <matz@suse.de>
11997
11998 * MAINTAINERS: Add myself as ra* maintainer.
11999
12000 2002-07-16 Chris Demetriou <cgd@broadcom.com>
12001
12002 * config.guess: Update to 2002-07-09 version.
12003 * config.sub: Update to 2002-07-03 version.
12004
12005 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
12006
12007 * MAINTAINERS: Fix typo in a maintainer email address.
12008
12009 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
12010
12011 * configure.in: Remove two redundant tests.
12012
12013 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12014
12015 * configure.in (mips*-*-irix6*o32): Enable stabs.
12016
12017 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
12018
12019 * configure.in: Don't build grez.
12020 * Makefile.in: Ditto.
12021
12022 * Makefile.in: Remove references to bsp, cygmon, libstub.
12023 * configure.in: Ditto.
12024
12025 * configure.in: Remove leftover reference to gdbtest.
12026
12027 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
12028
12029 * configure.in (gxx_include_dir): Change to match versioned
12030 C++ headers if --enable-version-specific-runtime-libs is used.
12031
12032 2002-07-04 Steve Ellcey <sje@cup.hp.com>
12033
12034 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
12035
12036 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
12037
12038 * configure.in: Make --without-x work.
12039
12040 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
12041
12042 * configure.in: Rearrange target Makefile fragment collection.
12043
12044 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
12045 cvs[src].
12046 * configure.in: Ditto.
12047
12048 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
12049
12050 * MAINTAINERS (Write After Approval): Update my e-mail address.
12051
12052 2002-06-24 Ben Elliston <bje@redhat.com>
12053
12054 * configure.in (host_tools): Remove cgen.
12055
12056 * Makefile.in (all-cgen): Remove; runs from its source directory.
12057 (check-cgen, install-cgen, clean-cgen): Likewise.
12058 (all-opcodes): Do not depend on all-cgen.
12059 (all-sim): Likewise.
12060
12061 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
12062
12063 * Makefile.in: Eliminate 'apache' targets.
12064 * configure.in: Eliminate 'apache' targets.
12065
12066 * configure.in: Eliminate redundant tests. Reorganize.
12067
12068 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
12069
12070 * config-ml.in: Eliminate references to Cygnus configure.
12071
12072 * Makefile.in: Eliminate references to building emacs.
12073
12074 2002-06-28 Graham Stott <graham.stott@btinternet.com>
12075
12076 * MAINTAINERS: Update my email address.
12077
12078 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
12079
12080 * config.if (libstdcxx_incdir): Version C++ headers.
12081 (cxx_incdir): Remove.
12082
12083 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
12084
12085 * MAINTAINERS (Write After Approval): Add self.
12086
12087 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
12088
12089 * configure.in: Add support for ip2k.
12090
12091 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
12092
12093 * configure.in: Fix AIX configury bug.
12094
12095 2002-06-20 Steve Ellcey <sje@cup.hp.com>
12096
12097 * MAINTAINERS (Write After Approval): Add self.
12098
12099 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
12100
12101 * configure.in: replace ${topsrcdir} with ${srcdir}
12102
12103 * configure.in: Move definition of libstdcxx_flags
12104 right above usage, rather than waaay earlier.
12105
12106 * configure.in: Pull definition of is_cross_compiler earlier.
12107
12108 * configure.in: Rearrange a little.
12109
12110 * configure.in: Remove references to librx.
12111 * Makefile.in: Remove references to librx.
12112
12113 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
12114
12115 * config.sub: Add support for avr target.
12116 Import from master sources, rev 1.255
12117
12118 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
12119
12120 * configure, .cvsignore: Revert previous change...
12121 * Makefile: ...delete.
12122
12123 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
12124
12125 * configure.in: Eliminate ${gasdir} variable.
12126
12127 2002-06-18 Dave Brolley <brolley@redhat.com>
12128
12129 * configure.in: Add support for frv.
12130 * config.sub: Add support for frv.
12131
12132 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
12133
12134 * configure: Remove garbage from previous commit.
12135
12136 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
12137
12138 * configure: For in-source builds, make a subdir and re-exec there.
12139 * Makefile: New file. Pass targets through to build directory.
12140 * .cvsignore: No longer ignore "Makefile".
12141
12142 2002-06-16 Douglas Rupp <rupp@gnat.com>
12143
12144 * MAINTAINERS (Write After Approval): Add self.
12145
12146 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12147
12148 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
12149
12150 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
12151
12152 * configure.in (vax-*-netbsd*): Re-enable gas.
12153
12154 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
12155
12156 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
12157 BUILD_PREFIX_1, to correct nomenclature.
12158 * configure: Likewise.
12159
12160 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
12161 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
12162
12163 2002-05-31 Olaf Hering <olh@suse.de>
12164
12165 * config-ml.in: Propogate DESTDIR also.
12166
12167 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
12168
12169 * configure.in (vax-*-netbsd*): Don't build gas for this
12170 platform.
12171
12172 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
12173
12174 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12175 and libgcj for AVR.
12176
12177 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
12178
12179 * MAINTAINERS (Write After Approval): Add myself.
12180
12181 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
12182
12183 * config.guess: Update to 2002-05-22 version.
12184 * config.sub: Likewise.
12185
12186 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12187
12188 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
12189 * config-ml.in: Likewise.
12190 * configure: Likewise.
12191 * configure.in: Likewise.
12192
12193 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
12194
12195 * MAINTAINERS: Update my email address.
12196
12197 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
12198
12199 * configure.in: Simplify makefile fragment collection.
12200
12201 * configure.in: Remove code to build emacs.
12202
12203 * configure.in : Remove --srcdir argument from targargs and buildargs
12204 (it's always overridden in the Makefile anyway). Rearrange a bit.
12205
12206 * configure: Move some logic to configure.in.
12207 * configure.in: Move some logic from configure.
12208
12209 2002-05-11 Tom Tromey <tromey@redhat.com>
12210
12211 * MAINTAINERS: Reflect libgcj reality.
12212
12213 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
12214
12215 * Makefile.in: Honour DESTDIR.
12216
12217 2002-05-08 Mark Mitchell <mark@codesourcery.com>
12218
12219 * config.guess: Import 2002-03-20 version.
12220 * config.sub: Import 2002-04-26 version.
12221
12222 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12223
12224 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
12225
12226 2002-05-07 Tim Josling <tej@melbpc.org.au>
12227
12228 * MAINTAINERS: Add self.
12229
12230 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
12231
12232 * ltmain.sh: Detect and handle object name conflicts
12233 while piecewise linking a static library.
12234
12235 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
12236
12237 * configure.in (noconfigdirs): Don't disable libgcj on
12238 sparc64-*-solaris* and sparcv9-*-solaris*.
12239
12240 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
12241
12242 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
12243
12244 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
12245
12246 * configure.in (FLAGS_FOR_TARGET): Do not add
12247 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
12248 on i[3456]86-*-linux*.
12249
12250 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
12251
12252 * configure.in (noconfigdirs): Replace [ ] with test.
12253
12254 * configure.in (noconfigdirs): Do not add target-newlib if
12255 target == i[3456]86-*-linux*, and host == target.
12256
12257 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
12258
12259 * configure.in: delete reference to absent file
12260
12261 * configure.in: replace '[' with 'test'
12262
12263 * configure.in: Eliminate references to gash.
12264 * Makefile.in: Eliminate references to gash.
12265
12266 * configure.in: remove useless references to 'pic' makefile fragments.
12267
12268 * configure.in: (*-*-windows*) Finish removing.
12269
12270 * configure.in: Eliminate redundant test for libgui.
12271
12272 2002-04-29 Roger Sayle <roger@eyesopen.com>
12273
12274 * MAINTAINERS: Add self and realphabetize. Update entries
12275 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
12276 entry for a29k port maintainer.
12277
12278 2002-04-26 Joel Sherrill <joel@OARcorp.com>
12279
12280 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
12281 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
12282
12283 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
12284
12285 * configure.in: remove references to dead files
12286
12287 2002-04-19 Mark Mitchell <mark@codesourcery.com>
12288
12289 * MAINTAINERS: Add information about purpose of this file.
12290
12291 2002-04-18 Tom Tromey <tromey@redhat.com>
12292
12293 * configure.in: Disallow configuring libgcj when it is already
12294 installed and we're using Solaris 2.8 linker. Do enable libgcj on
12295 Solaris 2.8 by default. For PR libgcj/6158.
12296
12297 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
12298
12299 * configure.in: Move default CC setting out of config/mh-* fragments
12300 directly into here.
12301
12302 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
12303
12304 * configure.in: don't even try to configure or make a subdirectory
12305 if there's no configure script for it.
12306
12307 2002-04-15 Mark Mitchell <mark@codesourcery.com>
12308
12309 * MAINTAINERS: Remove chill maintainers.
12310 * Makefile.in (CHILLFLAGS): Remove.
12311 (CHILL_LIB): Remove.
12312 (TARGET_CONFIGDIRS): Remove libchill.
12313 (CHILL_FOR_TARGET): Remove.
12314 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
12315 CHILL_LIB.
12316 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
12317 (CHECK_TARGET_MODULES): Likewise.
12318 (INSTALL_TARGET_MODULES): Likewise.
12319 (CLEAN_TARGET_MODULES): Likewise.
12320 (configure-target-libchill): Remove.
12321 (all-target-libchill): Remove.
12322 * configure.in (target_libs): Remove target-libchill.
12323 Do not compute CHILL_FOR_TARGET.
12324 * libchill: Remove directory.
12325
12326 2002-04-11 DJ Delorie <dj@redhat.com>
12327
12328 * Makefile.in, configure.in: Sync with binutils, entries
12329 follow...
12330
12331 2002-04-07 Andrew Cagney <ac131313@redhat.com>
12332
12333 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
12334 (do-tar, do-bz2): New rules.
12335 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
12336 (gdb-tar): New rule.
12337 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
12338 (insight_dejagnu.tar): New rule.
12339 (insight.tar): New rule.
12340 (gdb+dejagnu.tar): New rule.
12341 (gdb.tar): New rule.
12342
12343 2002-02-01 Mo DeJong <supermo@bayarea.net>
12344
12345 * Makefile.in: Add all-tix to deps for all-snavigator
12346 so that tix is built when building snavigator.
12347
12348 2002-01-11 Steve Ellcey <sje@cup.hp.com>
12349
12350 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
12351 ld and gdb are not supported.
12352
12353 2002-01-07 Mark Salter <msalter@redhat.com>
12354
12355 * configure.in: Remove target-bsp and target-cygmon from arm builds.
12356 Allow target-libgloss to be built for arm, strongarm, and xscale.
12357
12358 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
12359
12360 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
12361 options for i[3456]86-pc-linux* native builds.
12362
12363 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
12364
12365 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
12366 files from .po files for a distribution.
12367
12368 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
12369
12370 * configure.in: Enable libstdc++-v3 for h8300 targets.
12371
12372 2001-06-19 Alan Modra <amodra@bigpond.net.au>
12373
12374 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
12375 version from bfd/.
12376
12377 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
12378
12379 * Makefile.in (VER): When present, extract the version number from
12380 the file version.in.
12381
12382 2001-05-24 Tom Rix <trix@redhat.com>
12383
12384 * configure.in : enable ld for aix
12385
12386 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
12387
12388 * config.guess: Add linux target for S/390.
12389
12390 2000-11-07 Philip Blundell <pb@futuretv.com>
12391
12392 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
12393
12394 2000-11-03 Philip Blundell <pb@futuretv.com>
12395
12396 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
12397 files.
12398
12399 2001-01-15 Ben Elliston <bje@redhat.com>
12400
12401 * configure.in (host_tools): Add sid.
12402 Always configure cgen.
12403
12404 2000-11-24 Nick Clifton <nickc@redhat.com>
12405
12406 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
12407
12408 2000-08-20 Doug Evans <dje@casey.transmeta.com>
12409
12410 * Makefile.in (ALL_MODULES): Add all-cgen.
12411 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
12412 (all-cgen): New target.
12413 (all-opcodes,all-sim): Depend on all-cgen.
12414 * configure.in (host_tools): Add cgen.
12415 Only configure cgen if --enable-cgen-maint.
12416
12417 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
12418
12419 * configure.in: Add *-*-freebsd* configurations.
12420
12421 2002-04-08 Tom Tromey <tromey@redhat.com>
12422
12423 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
12424 Fixes PR libgcj/6068.
12425
12426 2002-03-30 Krister Walfridsson <cato@df.lth.se>
12427
12428 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
12429
12430 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12431
12432 * configure.in (alpha*-dec-osf*): Enable libgcj.
12433
12434 2003-03-27 Matthew Gingell <gingell@gnat.com>
12435
12436 * MAINTAINERS (Write After Approval): Add myself.
12437
12438 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
12439
12440 Fix for: PR bootstrap/3591, target/5676
12441 * configure.in (mcore-pe): Disable the configuration of
12442 libstdc++-v3 since exceptions are not supported.
12443
12444 2002-03-20 Anthony Green <green@redhat.com>
12445
12446 * configure.in: Enable libgcj for xscale-elf target.
12447
12448 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
12449
12450 * MAINTAINERS: Update my email address.
12451
12452 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
12453
12454 * ltmain.sh (relink_command): Fix typo in previous change.
12455
12456 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
12457
12458 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
12459 (relink_command): Added --tag flags.
12460 (mode=install): If relinking fails; error out.
12461
12462 2002-03-12 Richard Henderson <rth@redhat.com>
12463
12464 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
12465 .NOTPARALLEL tag.
12466 (do-check): Rename from check.
12467 (check): Allow parallel check.
12468
12469 2002-03-12 Bob Wilson <bob.wilson@acm.org>
12470
12471 * MAINTAINERS: Add myself as maintainer for xtensa port.
12472 Fix alphabetical order in CPU port maintainer list.
12473 Remove myself from Write After Approval list.
12474
12475 2002-03-11 Richard Henderson <rth@redhat.com>
12476
12477 * Makefile.in (.NOTPARALLEL): Add fake tag.
12478
12479 2002-03-07 H.J. Lu (hjl@gnu.org)
12480
12481 * configure.in: Enable gprof for mips*-*-linux*.
12482
12483 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
12484
12485 * MAINTAINERS (Write After Approval): Add myself.
12486
12487 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
12488
12489 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
12490 libjava.
12491 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
12492
12493 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
12494
12495 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
12496 because its Makefile is there; test for the executable instead.
12497
12498 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
12499
12500 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
12501 libstdc++-v3 and libjava.
12502
12503 2002-02-11 Adam Megacz <adam@xwt.org>
12504
12505 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
12506 boehm-gc
12507
12508 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
12509
12510 * config.guess: Updated to 2002-01-30's version.
12511 * config.sub: Updated to 2002-02-01's version.
12512 Contribute sh64-elf.
12513 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
12514 * configure.in: Added sh64-*-*.
12515
12516 2002-02-08 Chris Demetriou <cgd@broadcom.com>
12517
12518 * MAINTAINERS: Belatedly add myself to write after approval list.
12519
12520 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
12521
12522 * MAINTAINERS: Put self in as maintainer for x86-64 port.
12523 Remove self as Write After Approval.
12524
12525 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
12526
12527 * MAINTAINERS: Put self in as maintainer for contrib/regression
12528 directory.
12529
12530 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
12531
12532 * MAINTAINERS: Update my email address.
12533
12534 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
12535
12536 * configure.in (*-*-netbsd*): New. Skip target-newlib,
12537 target-libiberty, and target-libgloss. Skip Java-related
12538 libraries if not supported for NetBSD on target CPU.
12539
12540 2002-01-25 Douglas B Rupp <rupp@gnat.com>
12541
12542 * install-sh: Use _inst.$$_ for temp file name.
12543
12544 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
12545
12546 * MAINTAINERS (Write After Approval): Move my contact info
12547 from here...
12548 (OS Port Maintainers): ...to here (netbsd).
12549
12550 2002-01-22 Bob Wilson <bob.wilson@acm.org>
12551
12552 * MAINTAINERS (Write After Approval): Add myself.
12553
12554 2002-01-17 H.J. Lu <hjl@gnu.org>
12555
12556 * Makefile.in (all-fastjar): Also depend on all-libiberty.
12557 (all-target-fastjar): Also depend on all-target-libiberty.
12558
12559 2002-01-16 H.J. Lu (hjl@gnu.org)
12560
12561 * config.guess: Import from master sources, rev 1.225.
12562 * config.sub: Import from master sources, rev 1.238.
12563
12564 2002-01-16 Kazu Hirata <kazu@hxi.com>
12565
12566 * MAINTAINERS (Write After Approval): Remove myself.
12567
12568 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
12569
12570 * MAINTAINERS (Write After Approval): Add myself.
12571
12572 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
12573
12574 * MAINTAINERS: Add self as docs co-maintainer.
12575
12576 2001-12-11 Matthias Klose <doko@debian.org>
12577
12578 * MAINTAINERS (Write After Approval): Add myself.
12579
12580 2001-12-09 Zack Weinberg <zack@codesourcery.com>
12581
12582 * MAINTAINERS: Update my email address.
12583
12584 2001-12-07 Turly O'Connor <turly@apple.com>
12585 * MAINTAINERS (Write After Approval): Add myself.
12586 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
12587 (rs6000_initialize_trampoline): Call __trampoline_setup for
12588 ABI_DARWIN too.
12589 * darwin-tramp.asm: New file, implements __trampoline_setup.
12590 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
12591
12592 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
12593
12594 * MAINTAINERS (Write After Approval): Add myself.
12595
12596 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
12597
12598 * configure, configure.in: Use temp file for long sed commands.
12599
12600 2001-12-03 Laurent Guerby <guerby@acm.org>
12601
12602 * config.sub: Update to version 1.232 on subversion.
12603
12604 2001-12-03 Ben Elliston <bje@redhat.com>
12605
12606 * MAINTAINERS: Update mail address for config.* patches.
12607
12608 2001-11-27 DJ Delorie <dj@redhat.com>
12609 Zack Weinberg <zack@codesourcery.com>
12610
12611 When build != host, create libiberty for the build machine.
12612
12613 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
12614 CONFIG_ARGUMENTS.
12615 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
12616 New variables.
12617 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
12618 and rules.
12619 (all.normal): Depend on ALL_BUILD_MODULES.
12620 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
12621 (all-build-libiberty): Depend on configure-build-libiberty.
12622
12623 * configure: Calculate and substitute proper value for
12624 ALL_BUILD_MODULES.
12625 * configure.in: Create the build subdirectory.
12626 Calculate and substitute TARGET_CONFIGARGS (formerly
12627 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
12628
12629 2001-11-26 Ziemowit Laski <zlaski@apple.com>
12630
12631 * MAINTAINERS (write-after-approval): Add self.
12632
12633 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
12634
12635 * MAINTAINERS (GNATS only accounts): Remove self.
12636
12637 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
12638
12639 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
12640 libf2c.
12641
12642 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
12643
12644 * MAINTAINERS (Write After Approval): Add self.
12645
12646 2001-11-12 David O'Brien <obrien@FreeBSD.org>
12647
12648 * MAINTAINERS: mips and s390 are also CPU ports.
12649
12650 2001-11-12 David O'Brien <obrien@FreeBSD.org>
12651
12652 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
12653
12654 2001-11-11 David O'Brien <obrien@FreeBSD.org>
12655
12656 * MAINTAINERS: Alphabetize.
12657
12658 2001-11-09 Kazu Hirata <kazu@hxi.com>
12659
12660 * MAINTAINERS (Various maintainers: h8 port): Add myself.
12661
12662 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
12663
12664 * MAINTAINERS (Various maintainers: hppa port): Added myself.
12665
12666 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
12667
12668 * configure.in (--enable-languages): Be more permissive about
12669 syntax. Check for empty lists better. Warn about $LANGUAGES.
12670
12671 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
12672
12673 * config.sub: Import from master sources, rev. 1.230.
12674 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
12675
12676 2001-11-07 Laurent Guerby <guerby@acm.org>
12677
12678 * MAINTAINERS (Write After Approval): Add self.
12679
12680 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
12681
12682 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
12683
12684 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
12685
12686 * config.sub: Import from master sources, rev 1.226.
12687 * config.guess: Import from master sources, rev 1.216.
12688
12689 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
12690
12691 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
12692 * MAINTAINERS: Add self as maintainer of MMIX port.
12693 Remove old after-approval entry.
12694
12695 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
12696
12697 * ChangeLog, configure: Fix spelling errors.
12698
12699 2001-10-20 Brendan Kehoe <brendan@zen.org>
12700
12701 * MAINTAINERS: Tweak my address.
12702
12703 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
12704
12705 * MAINTAINERS: Update my email address.
12706
12707 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
12708
12709 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
12710 * MAINTAINERS: Add self as maintainer of CRIS port.
12711
12712 2001-10-10 Geert Bosch <bosch@gnat.com>
12713
12714 * MAINTAINERS (Various maintainers: Ada front end):
12715 Added Robert Dewar.
12716
12717 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
12718
12719 * MAINTAINERS (Write After Approval): Added self
12720
12721 2001-10-02 Geert Bosch <bosch@gnat.com>
12722
12723 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
12724
12725 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
12726
12727 * configure: Handle temporary files securely using mkdir.
12728
12729 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
12730
12731 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
12732
12733 2001-09-26 Will Cohen <wcohen@redhat.com>
12734
12735 * configure.in (*-*-linux*): Disable configuration of target-newlib
12736 and target-libgloss.
12737
12738 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
12739
12740 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
12741 RANLIB.
12742
12743 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
12744
12745 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
12746 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
12747 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
12748 avoid quotes nesting problems.
12749 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
12750 (DO_X): Export only variables that are set.
12751
12752 2001-09-19 Ben Elliston <bje@redhat.com>
12753
12754 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
12755 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
12756 semantics. Use the shell built-in "type" command instead.
12757
12758 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
12759
12760 Merged from gcc-3_0-branch:
12761 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
12762 * ltcf-c.sh: Use $objext, not $ac_objext.
12763 2001-07-27 Mark Kettenis <kettenis@gnu.org>
12764 * ltcf-cxx.sh: Add support for GNU.
12765 2001-07-22 Timothy Wall <twall@redhat.com>
12766 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
12767 default settings if using GNU tools with that configuration.
12768 * ltcf-cxx.sh: Ditto.
12769 * ltcf-gcj.sh: Ditto.
12770 2001-07-21 Michael Chastain <chastain@redhat.com>
12771 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
12772 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
12773 * ltmain.sh: Mark as gcc-local.
12774
12775 2001-08-30 Eric Christopher <echristo@redhat.com>
12776 Jason Eckhardt <jle@redhat.com>
12777
12778 * config.guess: Merge from master sources.
12779 * config.sub: Merge from master sources, add support for mipsisa32.
12780
12781 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
12782 * config.sub: Merge from master sources, rev 1.219.
12783 * MAINTAINERS: Add self as contact for stormy16 port.
12784
12785 2001-08-14 Zack Weinberg <zackw@panix.com>
12786
12787 * config.sub: Merge from master sources, rev 1.218.
12788 * config.guess: Merge from master sources, rev 1.209.
12789
12790 2001-08-11 Graham Stott <grahams@redhat.com>
12791
12792 * Makefile.in (check-c++): Add missing semicolon.
12793
12794 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
12795
12796 * MAINTAINERS (Various maitainers: predict.def): Added myself.
12797
12798 2001-07-30 Eric Christopher <echristo@redhat.com>
12799
12800 * MAINTAINERS (Various maintainers: mips port): Added myself.
12801
12802 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
12803
12804 * configure.in (sh-*-linux*): New.
12805
12806 2001-07-27 Richard Henderson <rth@redhat.com>
12807
12808 * .cvsignore: Add LAST_UPDATED.
12809
12810 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
12811
12812 * MAINTAINERS (Various maintainers: s390 port): Added myself.
12813
12814 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
12815
12816 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
12817
12818 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
12819
12820 * MAINTAINERS (Write After Approval): Added myself.
12821
12822 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12823
12824 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12825 and libgcj on m68hc11/m68hc12.
12826
12827 2001-06-27 H.J. Lu (hjl@gnu.org)
12828
12829 * Makefile (CFLAGS_FOR_BUILD): New.
12830 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
12831
12832 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
12833
12834 * README: Remove version number.
12835
12836 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12837
12838 * INSTALL/README: Update wrt. to the installation instructions now
12839 residing in gcc/doc/install.texi.
12840
12841 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
12842
12843 * README: Replace with a cut-down and updated version of gcc/README.
12844
12845 2001-06-12 David Edelsohn <edelsohn@gnu.org>
12846
12847 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
12848 multilibs to be disabled.
12849
12850 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
12851
12852 * MAINTAINERS (Write After Approval): Add myself.
12853
12854 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
12855
12856 * config.guess: Import CVS version 1.195.
12857 * config.sub: Import CVS version 1.212.
12858
12859 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
12860
12861 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12862 gcc/xgcc is built, use -print-prog-name to find out the program
12863 name to use.
12864
12865 2001-06-04 Phil Edwards <pme@sources.redhat.com>
12866
12867 * config.guess: Import CVS version 1.194. All gcc-local changes
12868 appear to also be in the master copy.
12869 * config.sub: Import CVS version 1.211.
12870
12871 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
12872
12873 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
12874 with_gcc]: Use `gcc -shared' to build a shared library.
12875
12876 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
12877
12878 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
12879 archives.
12880
12881 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12882
12883 * MAINTAINERS (Write After Approval): Add myself.
12884
12885 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
12886
12887 * configure.in (libstdcxx_flags): Do not try to execute
12888 libstdc++-v3/testsuite_flags until it exists.
12889
12890 2001-06-01 Alan Modra <amodra@bigpond.net.au>
12891
12892 * MAINTAINERS: Update my email address.
12893
12894 2001-05-31 Graham Stott <grahams@redhat.com>
12895
12896 * MAINTAINERS (Write After Approval): Add myself.
12897
12898 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
12899
12900 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
12901 libraries when using g++ with native linker.
12902
12903 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
12904
12905 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
12906
12907 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
12908
12909 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
12910 [aix4*|aix5*]: Prepend blank.
12911
12912 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
12913
12914 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12915 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
12916 of subdir/configure scripts to use the new libtool.m4.
12917
12918 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
12919
12920 * MAINTAINERS (Write After Approval): Add myself.
12921
12922 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
12923
12924 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
12925
12926 2001-05-11 Ben Elliston <bje@redhat.com>
12927
12928 * Makefile.in (all-sid): New target.
12929 (check-sid, clean-sid, install-sid): Likewise.
12930
12931 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
12932
12933 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
12934
12935 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
12936
12937 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
12938 libgcj.
12939
12940 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
12941
12942 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12943 gcc/xgcc is built, use -print-prog-name to find out the program
12944 name to use.
12945
12946 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
12947
12948 * configure.in (noconfigdirs): Don't reset it from scratch in the
12949 target case; only append to it.
12950
12951 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
12952 sparc-*-solaris2.8]: Disable ${libgcj}.
12953
12954 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
12955
12956 * configure.in (libgcj_saved): Copy from $libgcj.
12957 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
12958 --disable-libgcj.
12959
12960 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
12961
12962 * MAINTAINERS: Remove self as MIPS maintainer and
12963 C front end maintainer.
12964
12965 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
12966
12967 * configure.in: Move *-chorusos target case to the proper switch.
12968 Disable libgcj.
12969
12970 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
12971
12972 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
12973 1.641.2.228.
12974
12975 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12976
12977 * Makefile.in (STAGE1_CFLAGS): Pass down.
12978
12979 2001-04-13 Alan Modra <amodra@one.net.au>
12980
12981 * config.guess: Add hppa64-linux support. Note for next import that
12982 this is already in the master file.
12983 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
12984
12985 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
12986
12987 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12988 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
12989
12990 2001-04-11 Stan Shebs <shebs@apple.com>
12991
12992 * MAINTAINERS: Add self as Darwin port maintainer.
12993
12994 2001-04-11 Alan Modra <amodra@one.net.au>
12995
12996 * MAINTAINERS: Update my email address.
12997
12998 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
12999
13000 * ltcf-cxx.sh: Support creation of C++ shared libraries on
13001 recent versions of FreeBSD (release 3 or later).
13002 * ltconfig: On FreeBSD, -lc must not be provided when building
13003 a shared library or else the standard -pthread gcc option is
13004 rendered worthless to later users of the built library.
13005
13006 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
13007
13008 * MAINTAINERS: Add self and RTH as C front end maintainers.
13009
13010 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
13011
13012 * config.sub: Make sure to match an already-canonicalized
13013 machine name (eg. mn10300-unknown-elf).
13014
13015 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
13016
13017 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
13018 New macros.
13019 (bootstrap, cross): Use RECURSE_FLAGS.
13020 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
13021
13022 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
13023
13024 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
13025
13026 2001-03-22 Colin Howell <chowell@redhat.com>
13027
13028 * Makefile.in (DO_X): Do not backslash single-quotes in
13029 backquotes (two places).
13030
13031 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
13032
13033 Re-installed:
13034 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
13035 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
13036 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13037 * ltcf-cxx.sh: Likewise.
13038 * ltcf-gcj.sh: Likewise.
13039
13040 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13041
13042 * MAINTAINERS: Add myself as "documentation co-maintainer".
13043
13044 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
13045
13046 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13047 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
13048
13049 2001-03-19 Tom Tromey <tromey@redhat.com>
13050
13051 * config-ml.in: Handle GCJ and GCJFLAGS.
13052
13053 2001-03-21 Michael Chastain <chastain@redhat.com>
13054
13055 * Makefile.in: all-m4 depends on all-texinfo.
13056
13057 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
13058
13059 * MAINTAINERS: Add myself to write after approval list.
13060
13061 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
13062
13063 * Makefile.in (DO_X): Quote nested quotes.
13064
13065 2001-03-18 Alan Modra <alan@linuxcare.com.au>
13066
13067 * MAINTAINERS: Add myself to write after approval list.
13068
13069 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
13070
13071 * Makefile.in (DO_X): Use double quotes for quoting
13072 "RANLIB=$${RANLIB}".
13073
13074 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
13075
13076 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
13077
13078 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
13079
13080 * configure.in: Only use `lang_requires' for languages athat are
13081 actually enabled.
13082
13083 2001-03-08 Phil Edwards <pme@sources.redhat.com>
13084
13085 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
13086
13087 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
13088
13089 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
13090
13091 2001-03-07 Tom Tromey <tromey@redhat.com>
13092
13093 * configure.in: Allow config-lang.in to set `lang_requires' to list
13094 of other required languages.
13095
13096 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
13097
13098 * Makefile.in: Remove RANLIB definition. Use RANLIB
13099 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
13100 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
13101
13102 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
13103 Alexandre Oliva <aoliva@redhat.com>
13104
13105 * Makefile.in (check-c++): Use tabs, not spaces.
13106
13107 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
13108
13109 * MAINTAINERS: add myself to Write After Approval list.
13110
13111 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
13112
13113 * Makefile.in (check-c++): New rule.
13114
13115 * configure.in (target_libs): Remove libg++.
13116 (noconfigdirs): Remove libg++.
13117 (noconfigdirs): Same.
13118 (noconfigdirs): Same.
13119 (noconfigdirs): Same.
13120
13121 * config-ml.in: Remove libg++ references.
13122
13123 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
13124 (ALL_TARGET_MODULES): Same.
13125 (configure-target-libg++): Remove.
13126 (all-target-libg++): Remove.
13127 (configure-target-libio): Remove.
13128 (all-target-libio): Remove.
13129 (check-target-libio): Remove.
13130 (.PHONY): Remove.
13131 (libg++.tar.bz2): Remove.
13132 (all-target-cygmon): Remove libio.
13133 (all-target-libstdc++): Remove.
13134 (configure-target-libstdc++): Remove.
13135 (TARGET_LIB_PATH): Remove libstdc++.
13136 (ALL_GCC_CXX): Remove libstdc++.
13137 (all-target-gperf): Correct.
13138
13139 2001-02-16 Nick Clifton <nickc@redhat.com>
13140
13141 * configure.in (noconfigdirs): Allow configuration of texinfo
13142 for Cygwin hosts.
13143
13144 2001-02-15 Anthony Green <green@redhat.com>
13145
13146 * configure: Introduce GCJ_FOR_TARGET.
13147 * configure.in: Ditto.
13148 * Makefile.in: Ditto.
13149
13150 2001-02-13 Andreas Schwab <schwab@suse.de>
13151
13152 * MAINTAINERS: Update mail address.
13153
13154 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
13155
13156 * config.guess: Add linux target for S/390.
13157 * config.sub: Likewise.
13158
13159 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
13160
13161 * configure.in: for *-chorusos, don't config target-newlib and
13162 target-libgloss.
13163
13164 2001-02-06 Ben Elliston <bje@redhat.com>
13165
13166 * configure: Output host type to stdout, not stderr.
13167
13168 2001-02-05 Mark Mitchell <mark@codesourcery.com>
13169
13170 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
13171 * ltcf-cxx.sh: Likewise.
13172
13173 * config.if: Assume enable_libstdcxx_v3 is defined.
13174
13175 2001-02-04 Mark Mitchell <mark@codesourcery.com>
13176
13177 Remove V2 C++ library.
13178 * configure.in: Remove --enable-libstdcxx_v3 support.
13179
13180 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
13181
13182 * include/demangle.h: Add prototype for java_demangle_v3.
13183
13184 2001-01-29 Phil Edwards <pme@sources.redhat.com>
13185
13186 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
13187
13188 2001-01-27 Richard Henderson <rth@redhat.com>
13189
13190 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
13191
13192 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13193
13194 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
13195 Don't unset, it's non-portable and no longer necessary, set to empty
13196 instead.
13197
13198 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13199
13200 * ltconfig: Shell portability fix for the tagname validity check.
13201
13202 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
13203
13204 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
13205 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
13206
13207 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13208
13209 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
13210
13211 2001-01-26 Tom Tromey <tromey@redhat.com>
13212
13213 * configure.in: Allow libgcj to be built on Sparc Solaris.
13214
13215 2001-01-25 David Edelsohn <edelsohn@gnu.org>
13216
13217 * ltcf-c.sh: Add aix5 case.
13218 * ltcf-cxx.sh: Likewise.
13219 * ltconfig: Likewise.
13220
13221 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
13222
13223 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
13224 keep at least one of build_libtool_libs or build_old_libs set to
13225 yes.
13226
13227 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
13228 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
13229
13230 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
13231
13232 * configure.in: Enable libgcj on several additional platforms.
13233
13234 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
13235
13236 * configure.in: Enable libgcj for linux targets.
13237
13238 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13239
13240 * MAINTAINERS (Write After Approval): Add myself.
13241
13242 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
13243
13244 * MAINTAINERS: Add myself as vax port maintainer.
13245
13246 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
13247
13248 * MAINTAINERS: Add myself as Mercury front-end maintainer.
13249
13250 2001-01-09 Mike Stump <mrs@wrs.com>
13251
13252 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
13253 failures of subdirectories.
13254
13255 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
13256
13257 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
13258 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13259 * ltcf-cxx.sh: Likewise.
13260 * ltcf-gcj.sh: Likewise.
13261 * ltconfig.sh: Fix typo.
13262
13263 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
13264
13265 * configure: handle DOS-style absolute paths.
13266
13267 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
13268
13269 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
13270
13271 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
13272
13273 * MAINTAINERS: Add myself as avr port co-maintainer.
13274
13275 2000-12-28 Ben Elliston <bje@redhat.com>
13276
13277 * MAINTAINERS: Add myself under ``Write After Approval''.
13278
13279 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
13280
13281 * texinfo: Remove directory from GCC.
13282
13283 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
13284
13285 * COPYING: Update to current
13286 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
13287 to 19yy as example year in copyright notice).
13288
13289 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
13290
13291 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
13292 (libstdcxx_incdir): Pass down.
13293 * config.if: Remove expired bits for cxx_interface, add stub.
13294 (libstdcxx_incdir): Add variable for g++ include directory.
13295 * configure.in (gxx_include_dir): Use it.
13296
13297 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
13298
13299 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
13300 with old-email address from ``Write After Approval''.
13301
13302 2000-12-15 Andreas Jaeger <aj@suse.de>
13303
13304 * configure.in: Handle lang_dirs.
13305
13306 2000-12-14 Tom Tromey <tromey@redhat.com>
13307
13308 * MAINTAINERS: Removed brads.
13309
13310 * MAINTAINERS: Added gcj developers.
13311
13312 2000-12-13 Anthony Green <green@redhat.com>
13313
13314 * configure.in: Disable libgcj for any target not specifically
13315 listed. Disable libgcj for x86 and Alpha Linux until compatible
13316 with g++ abi.
13317
13318 2000-12-13 Mike Stump <mrs@wrs.com>
13319
13320 * Makefile.in (local-distclean): Also remove fastjar.
13321
13322 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
13323
13324 * contrib/gcc_update: Add fastjar --touch entries.
13325
13326 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
13327
13328 * configure.in: Disable language-specific target libraries for
13329 languages that aren't enabled.
13330
13331 2000-12-10 Anthony Green <green@redhat.com>
13332
13333 * configure.in: Define libgcj. Disable libgcj target libraries for
13334 most targets.
13335
13336 2000-12-10 Neil Booth <neilb@earthling.net>
13337
13338 * MAINTAINERS: Update mail address, remove from WAA list.
13339
13340 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
13341
13342 * libjava: Imported from /cvs/java.
13343 * libffi: Likewise.
13344 * Boehm-gc: Likewise.
13345
13346 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
13347
13348 * configure.in (target_libs): Revert 2000-12-08 patch.
13349 (noconfigdirs): Added target-libjava.
13350
13351 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
13352
13353 * djunpack.bat: removed.
13354
13355 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
13356
13357 * Makefile.in: handle DOS-style absolute paths.
13358 * config-ml.in: likewise.
13359 * symlink-tree: likewise.
13360
13361 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
13362
13363 * fastjar: Imported.
13364
13365 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
13366
13367 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
13368 libjava.
13369 * configure.in (target_libs): Removed `target-libjava'.
13370
13371 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
13372
13373 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
13374 (ALL_MODULES): Added fastjar.
13375 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
13376 (all-target-libjava): all-fastjar replaces all-zip.
13377 (all-fastjar): Added.
13378 (configure-target-fastjar, all-target-fastjar): Likewise.
13379 * configure.in (host_tools): Added fastjar.
13380
13381 2000-12-07 Mike Stump <mrs@wrs.com>
13382
13383 * Makefile.in (local-distclean): Remove leftover built files.
13384
13385 2000-11-24 Nick Clifton <nickc@redhat.com>
13386
13387 * configure.in (xscale-elf): Add target.
13388 (xscale-coff): Add target.
13389
13390 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
13391
13392 * ltcf-cxx.sh: Support creation of C++ shared libraries on
13393 recent versions of FreeBSD (release 3 or later).
13394 * ltconfig: On FreeBSD, -lc must not be provided when building
13395 a shared library or else the standard -pthread gcc option is
13396 rendered worthless to later users of the built library.
13397
13398 2000-11-16 Fred Fish <fnf@be.com>
13399
13400 * configure.in (enable_libstdcxx_v3): Fix typo,
13401 libstd++ -> libstdc++.
13402
13403 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
13404
13405 * MAINTAINERS: Add self to Write After Approval list.
13406
13407 2000-11-21 Bernd Schmidt <bernds@redhat.com>
13408
13409 * MAINTAINERS: Update my email address. Add myself to global write
13410 privs list.
13411
13412 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
13413
13414 * Makefile.in: Merge with src and libgcj.
13415 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
13416 configure-target-<library> when their configure scripts need the C
13417 or C++ library to have already been built to work properly.
13418 (do_proto_toplev): Set them to an empty string.
13419
13420 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
13421 (REALLY_SET_LIB_PATH): Use them.
13422
13423 2000-11-17 Stan Shebs <shebs@apple.com>
13424
13425 * MAINTAINERS: Add self to Write After Approval list.
13426
13427 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
13428
13429 * configure: Provide the original toplevel configure arguments
13430 (including $0) to subprocesses in the environment rather than
13431 through gcc/configargs.h.
13432
13433 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
13434
13435 * MAINTAINERS: Remove references to cccp. Change C9X reference to
13436 C99. Alphabetise "Write After Approval" list.
13437
13438 2000-11-12 Mark Mitchell <mark@codesourcery.com>
13439
13440 * configure: Turn on libstdc++ V3 by default.
13441
13442 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
13443 if we've got GCC.
13444
13445 2000-11-11 Philip Blundell <philb@gnu.org>
13446
13447 * MAINTAINERS: Add self to Write After Approval list.
13448
13449 2000-11-09 David Edelsohn <edelsohn@gnu.org>
13450
13451 * ltcf-c.sh (aix4): Improve shared library configuration; require
13452 exporting symbols.
13453 * ltcf-cxx.sh (aix4): Define.
13454 * ltconfig (aix4): Define library and soname specs appropriate for
13455 AIX. Define command to create export symbols list.
13456
13457 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
13458
13459 * config.sub: Add support for Sun Chorus
13460
13461 2000-10-31 Nick Clifton <nickc@redhat.com>
13462
13463 * MAINTAINERS: Rename <name>@cygnus.com addresses to
13464 <name>@redhat.com. Also installed new email address for Clint
13465 Popetz.
13466
13467 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
13468
13469 * etc: Remove directory from GCC.
13470
13471 2000-10-16 Michael Meissner <meissner@redhat.com>
13472
13473 * configure (gcc/configargs.h): Only create if there is a build GCC
13474 directory created.
13475
13476 2000-10-16 Matthias Klose <doko@debian.org>
13477
13478 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
13479 when configured for libstdc++-v3.
13480
13481 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
13482
13483 * configure: Save configure arguments to gcc/configargs.h.
13484
13485 2000-10-04 Philipp Thomas <pthomas@suse.de>
13486
13487 * config.guess: Import CVS version 1.157.
13488 * config.sub: Import CVS version 1.181.
13489
13490 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
13491
13492 * Makefile.in (bootstrap): avoid recursion if subdir missing
13493 (cross): ditto
13494 (do-proto-toplev): ditto
13495
13496 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
13497
13498 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
13499 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
13500
13501 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
13502 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
13503 all affected `configure' scripts.
13504
13505 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
13506
13507 * MAINTAINERS: Add self as cpplib co-maintainer.
13508
13509 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
13510
13511 * MAINTAINERS: Add self to Write After Approval list.
13512
13513 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13514
13515 * INSTALL/README: egcs -> GCC update.
13516
13517 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
13518
13519 * MAINTAINERS: Add myself to Write After Approval list.
13520
13521 2000-09-15 Kazu Hirata <kazu@hxi.com>
13522
13523 * MAINTAINERS: Add myself to Write After Approval list.
13524
13525 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
13526
13527 * configure.in: Do not build byacc for hppa64. Provide paths to the
13528 X11 libraries for hppa64.
13529
13530 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13531
13532 * MAINTAINERS: Add myself as 68hc11 port maintainer.
13533
13534 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
13535
13536 * Makefile.in (all-zlib): Added dummy target.
13537
13538 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13539 ltcf-gcj.sh: Updated from libtool multi-language branch.
13540
13541 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
13542
13543 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
13544 (bootstrap*): Depend on all-bootstrap.
13545
13546 2000-09-05 Philipp Thomas <pthomas@suse.de>
13547
13548 * config.guess: Import CVS version 1.156.
13549 * config.sub: Import CVS version 1.179.
13550
13551 2000-09-02 Anthony Green <green@cygnus.com>
13552
13553 * Makefile.in (all-gcc): Depend on all-zlib.
13554 (CLEAN_MODULES): Add clean-zlib.
13555 (ALL_MODULES): Add all-zlib.
13556 * configure.in (host_libs): Add zlib.
13557
13558 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
13559
13560 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
13561 crosses, but add gcc/include to the header search path for them.
13562
13563 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
13564
13565 * MAINTAINERS: Add self to Write After Approval list.
13566
13567 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13568
13569 * config.guess: Import CVS version 1.152.
13570 * config.sub: Import CVS version 1.177.
13571
13572 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
13573
13574 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
13575 $targargs to tell whether newlib is going to be built.
13576
13577 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
13578 $$r/TARGET_SUBDIR/libio for _G_config.h.
13579
13580 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
13581
13582 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
13583
13584 2000-08-22 DJ Delorie <dj@redhat.com>
13585
13586 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
13587
13588 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
13589
13590 * config-ml.in (CC, CXX): Avoid trailing whitespace.
13591 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
13592 sub-configures.
13593
13594 2000-08-21 DJ Delorie <dj@redhat.com>
13595
13596 * MAINTAINERS: Add self as a libiberty maintainer
13597
13598 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
13599
13600 * configure.in (libstdcxx_flags): Use
13601 libstdc++-v3/src/libstdc++.INC.
13602
13603 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
13604
13605 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
13606
13607 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
13608
13609 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
13610
13611 * configure: Make enable_threads and enable_shared defaults
13612 explicit. Substitute enable_threads into generated Makefiles.
13613 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
13614 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
13615
13616 2000-08-13 Geoff Keating <geoffk@cygnus.com>
13617
13618 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
13619
13620 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
13621
13622 * config-ml.in (CC): Remove bogus duplicate quotation mark from
13623 previous delta.
13624
13625 2000-08-11 Jason Merrill <jason@redhat.com>
13626
13627 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
13628 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
13629 (FLAGS_FOR_TARGET): Not here.
13630 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
13631
13632 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
13633
13634 * config-ml.in (CC, CXX): Don't introduce a leading space.
13635
13636 2000-08-07 DJ Delorie <dj@delorie.com>
13637
13638 * MAINTAINERS: Add self as a DJGPP maintainer
13639
13640 2000-08-07 DJ Delorie <dj@redhat.com>
13641
13642 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
13643 "if we're also building gcc, and it's a gcc that will run on the
13644 build machine, we want to use its includes instead of the system's
13645 default includes".
13646
13647 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
13648
13649 * MAINTAINERS: Add self to Write After Approval list.
13650
13651 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
13652
13653 * configure.in (libstdcxx_flags): Don't use `"'.
13654
13655 * config-ml.in: Adjust multilib search paths to the
13656 appropriate multilib tree.
13657
13658 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
13659
13660 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
13661 commas in $LANGUAGES.
13662
13663 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
13664
13665 * configure.in: Re-enable all references to libg++ and librx.
13666
13667 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
13668
13669 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
13670 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
13671 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
13672 * ltcf-cxx.sh (need_lc): Set based on postdeps.
13673
13674 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
13675
13676 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
13677
13678 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
13679 CXX_FOR_TARGET for sed.
13680
13681 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
13682
13683 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
13684 Do not override if already set in the environment or in configure.
13685 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
13686 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
13687
13688 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
13689
13690 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
13691 the libtool CVS tree multi-language branch.
13692 * ltconfig, ltmain.sh: Updated.
13693
13694 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
13695
13696 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
13697 (clean-target): Depend on it.
13698
13699 * Makefile.in (FLAGS_FOR_TARGET): New macro.
13700 (GCC_FOR_TARGET): Use it.
13701 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
13702 * configure.in: ... here.
13703 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
13704 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
13705
13706 2000-07-24 Eric Christopher <echristo@cygnus.com>
13707
13708 * MAINTAINERS: Add self to Write After Approval list.
13709
13710 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
13711
13712 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
13713 (configure-target-libchill, configure-target-libobjc): Likewise.
13714
13715 * configure.in: Use the same cache file for all target libs.
13716 * config-ml.in: But different cache files per multilib variant.
13717
13718 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13719
13720 * configure (topsrcdir): Don't use dirname.
13721
13722 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
13723
13724 * MAINTAINERS: Add self to Write After Approval list.
13725
13726 2000-07-20 Jason Merrill <jason@redhat.com>
13727
13728 * configure.in: Remove all references to libg++ and librx.
13729
13730 * configure, configure.in, Makefile.in: Unify gcc and binutils.
13731
13732 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
13733
13734 * config.sub: Update to subversions version 2000-07-06.
13735
13736 2000-07-12 Andrew Haley <aph@cygnus.com>
13737
13738 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
13739 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
13740
13741 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
13742
13743 * symlink-tree: Check number of arguments.
13744
13745 2000-07-05 Jim Wilson <wilson@cygnus.com>
13746
13747 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
13748 search path for a g++ extracted from the build tree. This
13749 will allow link tests run by configure scripts in
13750 subdirectories to succeed.
13751
13752 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
13753
13754 * ltconfig: Add support for mips-dde-sysv4.2MP
13755
13756 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13757
13758 * MAINTAINERS: Add myself as loop discovery maintainer.
13759
13760 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
13761
13762 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
13763 `os2'. Force ac_cv_exeext to be ".exe" in that case.
13764
13765 2000-06-19 Timothy Wall <twall@cygnus.com>
13766
13767 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
13768 * config.sub: Add tic54x target.
13769
13770 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
13771
13772 * MAINTAINERS: Add self as Fortran maintainer,
13773 remove Craig Burley.
13774
13775 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
13776
13777 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
13778 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
13779
13780 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
13781
13782 * MAINTAINERS: Add self as i18n maintainer
13783
13784 20000-05-21 H.J. Lu (hjl@gnu.org)
13785
13786 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
13787 directory are used if they exist. Make sure
13788 $(build_tooldir)/include is searched for header files,
13789 $(build_tooldir)/lib/ for library files.
13790 (GCC_FOR_TARGET): Likewise.
13791 (CXX_FOR_TARGET): Likewise.
13792
13793 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
13794
13795 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
13796
13797 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
13798
13799 * Makefile.in (configure-target-libiberty): Depend on
13800 configure-target-newlib.
13801
13802 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
13803
13804 * configure.in, Makefile.in: Merge all libffi-related
13805 configury stuff from the libgcj tree.
13806
13807 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
13808
13809 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13810 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
13811
13812 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
13813
13814 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13815 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
13816 current version information. Add to proto-toplev directory.
13817 (gdb-taz): Build do-djunpack.
13818
13819 2000-05-15 David Edelsohn <edelsohn@gnu.org>
13820
13821 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
13822
13823 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
13824
13825 * MAINTAINERS: Add self to Write After Approval list.
13826
13827 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13828
13829 * ltmain.sh: Preserve in relink_command any environment
13830 variables that may affect the linker behavior.
13831
13832 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
13833
13834 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
13835
13836 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
13837
13838 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
13839
13840 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13841
13842 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
13843 with the version name.
13844
13845 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
13846
13847 * MAINTAINERS: Add self as bb-reorder maintainer.
13848
13849 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
13850
13851 * config.if: Tweak.
13852
13853 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
13854
13855 * djunpack.bat: New file.
13856
13857 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
13858
13859 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
13860 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
13861 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
13862 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
13863
13864 2000-04-16 Dave Pitts <dpitts@cozx.com>
13865
13866 * config.sub (case $basic_machine): Change default for "ibm-*"
13867 to "openedition".
13868
13869 2000-04-13 Andreas Jaeger <aj@suse.de>
13870
13871 * MAINTAINERS: Added myself.
13872
13873 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
13874
13875 * Makefile.in (gdb-taz): New target. GDB specific archive.
13876 (do-md5sum): New target.
13877 (MD5PROG): Define.
13878 (PACKAGE): Default to TOOL.
13879 (VER): Default to a shell script.
13880 (taz): Rewrite target. Move real work to do-proto-toplev. Include
13881 md5 checksum generation.
13882 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
13883 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
13884 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
13885 insight.tar.bz2): Use gdb-taz to create archive.
13886
13887 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
13888
13889 * configure (warn_cflags): Delete.
13890
13891 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
13892
13893 * MAINTAINERS: Added myself.
13894
13895 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
13896 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
13897
13898 * configure.in (enable_libstdcxx_v3): Add.
13899 (target_libs): Add bits here to switch between libstdc++-v2 and
13900 libstdc++-v3.
13901 * config.if: And this file too.
13902 * Makefile.in: Add libstdc++-v3 targets.
13903
13904 2000-04-05 Michael Meissner <meissner@redhat.com>
13905
13906 * config.sub (d30v): Add d30v as a basic machine type.
13907
13908 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
13909
13910 * configure.in: -linux-gnu*, not -linux-gnu.
13911
13912 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
13913
13914 * MAINTAINERS: Add self in write-after-approval section.
13915
13916 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
13917
13918 * MAINTAINERS: Add self as ia64 port maintainer.
13919
13920 2000-03-08 Neil Booth <NeilB@earthling.net>
13921
13922 * MAINTAINERS: Add self in write-after-approval section.
13923
13924 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
13925
13926 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
13927 (do-tar-bz2): Replace TOOL with PACKAGE.
13928 (gdb.tar.bz2): Remove GDBTK from GDB package.
13929 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
13930 dejagnu.tar.bz2): New packages.
13931
13932 2000-02-27 Andreas Jaeger <aj@suse.de>
13933
13934 * configure.in: Add entry for mips*-*-linux*, move catch all
13935 *-*-*linux* entry below this one.
13936
13937 2000-02-27 Ian Lance Taylor <ian@zembu.com>
13938
13939 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
13940
13941 2000-02-24 Nick Clifton <nickc@cygnus.com>
13942
13943 * config.sub: Support an OS of "wince".
13944
13945 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
13946
13947 * config.guess, config.sub: Updated to match config's 2000-02-15
13948 version.
13949
13950 2000-02-23 Linas Vepstas <linas@linas.org>
13951
13952 * config.sub: Add support for Linux/IBM 370.
13953 * configure.in: Likewise.
13954
13955 2000-02-22 Nick Clifton <nickc@cygnus.com>
13956
13957 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
13958
13959 2000-02-20 Christopher Faylor <cgf@cygnus.com>
13960
13961 * config.guess: Guess "cygwin" rather than "cygwin32".
13962
13963 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13964
13965 * configure (gcc_version): When setting, narrow search to
13966 lines containing `version_string'.
13967
13968 2000-02-15 Denis Chertykov <denisc@overta.ru>
13969
13970 * config.sub: Add support for avr target.
13971
13972 2000-02-14 Nick Clifton <nickc@cygnus.com>
13973
13974 * MAINTAINERS: Add maintainers for MCore port.
13975
13976 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
13977
13978 * config.sub: Add mmix-knuth-mmixware.
13979
13980 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13981
13982 * MAINTAINERS: Pair cccp with cpplib maintainership.
13983
13984 2000-01-27 Christopher Faylor <cgf@redhat.com>
13985
13986 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
13987 structure stuff to -L library search.
13988 (CXX_FOR_TARGET): Ditto.
13989 (CROSS_CHECK_MODULES): Fix spelling mistake.
13990
13991 2000-01-24 Mark Mitchell <mark@codesourcery.com>
13992
13993 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
13994 the C++ compiler.
13995
13996 2000-01-12 Richard Henderson <rth@cygnus.com>
13997
13998 * configure.in: Don't build some bits for beos.
13999
14000 2000-01-12 Joel Sherrill (joel@OARcorp.com)
14001
14002 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
14003 as include files.
14004
14005 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
14006
14007 * Add self as cpplib maintainer, as requested by Jason
14008 Merrill. Correct my e-mail address.
14009
14010 2000-01-06 Geoff Keating <geoffk@cygnus.com>
14011
14012 * configure.in: Use mt-aix43 to handle *_TARGET defs,
14013 not mh-aix43.
14014
14015 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
14016
14017 * MAINTAINERS: Add myself to "write after approval" list.
14018
14019 1999-12-14 Richard Henderson <rth@cygnus.com>
14020
14021 * config.guess (alpha-osf, alpha-linux): Detect ev67.
14022 * config.sub: Accept alphaev[78], alphaev8.
14023
14024 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14025
14026 * config.guess, config.sub: Update from autoconf.
14027
14028 1999-11-29 Bruce Korb <autogen@linuxbox.com>
14029
14030 * MAINTAINERS: update my playtime e-address.
14031
14032 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14033
14034 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
14035 necessary libraries are missing.
14036
14037 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
14038
14039 * MAINTAINERS: Add new 'write after approval' maintainer.
14040
14041 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
14042
14043 * MAINTAINERS: Add new Java maintainer.
14044
14045 1999-10-25 Andreas Schwab <schwab@suse.de>
14046
14047 * configure: Fix quoting inside arguments of eval.
14048
14049 1999-10-21 Nick Clifton <nickc@cygnus.com>
14050
14051 * config-ml.in: Allow suppression of some ARM multilibs.
14052
14053 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
14054
14055 * config.guess: Add OS/390 match pattern.
14056 * config.sub: Add mvs, openedition targets.
14057 * configure.in (i370-ibm-opened*): New.
14058
14059 1999-09-04 Steve Chamberlain <sac@pobox.com>
14060
14061 * config.sub: Add support for configuring for pj.
14062
14063 1999-08-31 Nick Clifton <nickc@cygnus.com>
14064
14065 * config.sub (maybe_os): Add support for configuring for fr30.
14066
14067 1999-08-25 Nick Clifton <nickc@cygnus.com>
14068
14069 * configure.in: Do not configure or build ld for AIX
14070 platforms. ld is known to be broken on these platforms.
14071
14072 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14073
14074 * config-ml.in: Pass compiler flag corresponding to multidirs to
14075 subdir configures.
14076
14077 1999-08-09 Ian Lance Taylor <ian@zembu.com>
14078
14079 * Makefile.in (LDFLAGS): Define.
14080
14081 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
14082
14083 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
14084 noconfigdirs.
14085 (*-*-cygwin*): Likewise.
14086
14087 1999-08-08 Ian Lance Taylor <ian@zembu.com>
14088
14089 * mkdep: New file.
14090 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
14091 (BINUTILS_SUPPORT_DIRS): Add mkdep.
14092
14093 From Eli Zaretskii <eliz@is.elta.co.il>:
14094 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
14095 long file name when using DJGPP on MS-DOS.
14096
14097 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
14098
14099 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
14100
14101 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
14102
14103 * Makefile.in (check-target-libio): Remove all-target-libstdc++
14104 dependency as this causes "make check" to globally "make all"
14105
14106 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
14107
14108 * configure.in (target_libs): Added target-zlib.
14109 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
14110 (CONFIGURE_TARGET_MODULES): Likewise.
14111 (CHECK_TARGET_MODULES): Likewise.
14112 (INSTALL_TARGET_MODULES): Likewise.
14113 (CLEAN_TARGET_MODULES): Likewise.
14114 (configure-target-zlib): New target.
14115 (all-target-zlib): Likewise.
14116 (all-target-libjava): Depend on all-target-zlib.
14117 (configure-target-libjava): Depend on configure-target-zlib.
14118
14119 * Makefile.in (configure-target-libjava): Depend on
14120 configure-target-newlib.
14121 (configure-target-boehm-gc): New target.
14122 (configure-target-qthreads): New target.
14123
14124 * configure.in (target_libs): Added target-qthreads.
14125 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
14126 (CONFIGURE_TARGET_MODULES): Likewise.
14127 (CHECK_TARGET_MODULES): Likewise.
14128 (INSTALL_TARGET_MODULES): Likewise.
14129 (CLEAN_TARGET_MODULES): Likewise.
14130 (all-target-qthreads): New target.
14131 (configure-target-libjava): Depend on configure-target-qthreads.
14132 (all-target-libjava): Depend on all-target-qthreads.
14133
14134 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
14135 (CONFIGURE_TARGET_MODULES): Likewise.
14136 (CHECK_TARGET_MODULES): Likewise.
14137 (INSTALL_TARGET_MODULES): Likewise.
14138 (CLEAN_TARGET_MODULES): Likewise.
14139 (all-target-libjava): New target.
14140 (all-target-boehm-gc): Likewise.
14141 * configure.in (target_libs): Added libjava, boehm-gc.
14142
14143 1999-07-22 Ian Lance Taylor <ian@zembu.com>
14144
14145 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
14146 configure.bat in SUPPORT_FILES.
14147 (gas+binutils.tar.bz2): Likewise.
14148
14149 * makeall.bat: Remove; obsolete.
14150
14151 1999-07-21 Ian Lance Taylor <ian@zembu.com>
14152
14153 From Mark Elbrecht:
14154 * configure.bat: Remove; obsolete.
14155
14156 1999-07-11 Ian Lance Taylor <ian@zembu.com>
14157
14158 * configure: Add -W -Wall to the default CFLAGS when compiling with
14159 gcc.
14160
14161 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
14162
14163 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
14164
14165 1999-06-30 Mark Mitchell <mark@codesourcery.com>
14166
14167 * configure.in: Build ld on IRIX6.
14168
14169 1999-06-12 Ian Lance Taylor <ian@zembu.com>
14170
14171 * Makefile.in: Change distribution targets to use bzip2 instead of
14172 gzip.
14173 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
14174 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
14175
14176 1999-06-04 Nick Clifton <nickc@cygnus.com>
14177
14178 * config.sub: Add mcore target.
14179
14180 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
14181
14182 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
14183
14184 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
14185
14186 * config.guess (dummy): Changed to $dummy.
14187
14188 1999-05-24 Nick Clifton <nickc@cygnus.com>
14189
14190 * config.sub: Tidied up case statements.
14191
14192 1999-05-22 Ben Elliston <bje@cygnus.com>
14193
14194 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
14195 <jiro@din.or.jp>.
14196
14197 * config.guess: Merge with FSF version. Future changes will be
14198 more accurately recorded in this ChangeLog.
14199 * config.sub: Likewise.
14200
14201 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
14202
14203 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
14204
14205 1999-04-30 Tom Tromey <tromey@cygnus.com>
14206
14207 * ltmain.sh: [mode link] Always use CC given by ltconfig.
14208
14209 1999-04-23 Tom Tromey <tromey@cygnus.com>
14210
14211 * ltconfig, ltmain.sh: Update to libtool 1.2f.
14212
14213 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
14214
14215 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
14216 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
14217 Bad merge removed these two changes.
14218
14219 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
14220 Martin Heller (Ing.-Buero_Heller@t-online.de)
14221
14222 * config.guess (interix Alpha): Add.
14223
14224 1999-04-11 Richard Henderson <rth@cygnus.com>
14225
14226 * configure.in (i?86-*-beos*): Do config gperf; don't config
14227 gdb, newlib, or libgloss.
14228
14229 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
14230
14231 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
14232 link a trivial program with -mabi=64. If it fails, remove mabi=64
14233 from multidirs.
14234
14235 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
14236
14237 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
14238
14239 1999-04-08 Nick Clifton <nickc@cygnus.com>
14240
14241 * config.sub: Add support for mcore targets.
14242
14243 1999-04-07 Michael Meissner <meissner@cygnus.com>
14244
14245 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
14246 not mt-ospace, in order to shut up assembler warning about using
14247 symbols that are named the same as registers.
14248
14249 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
14250
14251 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
14252 dependency list for all-target-cygmon.
14253
14254 1999-04-05 Doug Evans <devans@casey.cygnus.com>
14255
14256 * config-ml.in: Check $host, not $target, for selective multilibs.
14257 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
14258 thumb interworking, and underscore prefix multilibs.
14259
14260 1999-04-04 Ian Lance Taylor <ian@zembu.com>
14261
14262 * missing: Update to version from current automake.
14263
14264 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
14265
14266 * configure (gxx_include_dir): Removed.
14267
14268 * configure.in (gxx_include_dir): Handle it.
14269 * Makefile.in: Likewise.
14270
14271 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
14272
14273 * config.sub (mips64vr4111,mips64vr4111el) Add.
14274
14275 1999-03-21 Ben Elliston <bje@cygnus.com>
14276
14277 * config.guess: Correct typo for detecting ELF on FreeBSD.
14278
14279 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
14280
14281 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
14282 config/mh-djgpp.
14283
14284 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
14285
14286 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
14287 all-target-newlib to dependency list for all-target-bsp.
14288
14289 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
14290
14291 * config.sub: Add i386-uwin support.
14292 * config.guess: Likewise.
14293
14294 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14295
14296 * configure.in: cleanup, add mh-*pic handling for arm, special
14297 case powerpc*-*-aix*
14298
14299 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
14300
14301 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
14302 can be built.
14303
14304 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
14305
14306 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
14307 targets.
14308
14309 1999-03-02 Nick Clifton <nickc@cygnus.com>
14310
14311 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
14312
14313 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
14314
14315 * config.sub: Check for "cygwin*" rather than "cygwin32*"
14316
14317 1999-02-24 Nick Clifton <nickc@cygnus.com>
14318
14319 * config.sub: Fix typo in arm recognition.
14320
14321 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
14322
14323 * configure.in (noconfigdirs): Changed target_configdirs to
14324 include target-bsp only for m68k-*-elf* and m68k-*-coff*
14325 rather than m68k-*-* since it is not known to work on
14326 m68k-aout. Ditto for arm-*-*oabi.
14327
14328 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
14329
14330 * configure.in (*-*-windows*): Remove, no longer used.
14331
14332 1999-02-19 Ben Elliston <bje@cygnus.com>
14333
14334 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
14335 Smart and improved by Andrew Cagney.
14336
14337 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
14338
14339 * config.guess: Recognize openbsd-*-hppa.
14340
14341 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
14342
14343 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
14344 only if it is not empty.
14345
14346 1999-02-17 Nick Clifton <nickc@cygnus.com>
14347
14348 Patch from: Scott Bambrough <scottb@corelcomputer.com>
14349
14350 * config.guess: Modified to recognize uname's armv* syntax.
14351
14352 * config.sub: Modified to recognize uname's armv* syntax.
14353
14354 1999-02-17 Mark Salter <msalter@cygnus.com>
14355
14356 * configure.in: Added target-bsp for sparclite.
14357
14358 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
14359
14360 * config.sub: Recognize alphapca5[67] and up to alphaev8.
14361
14362 1999-02-08 Nick Clifton <nickc@cygnus.com>
14363
14364 * configure.in: Add support for strongarm port.
14365 * config.sub: Add support for strongarm target.
14366
14367 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
14368
14369 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
14370 the old name config/mh-cygwin32.
14371 Enable texinfo.
14372
14373 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
14374
14375 * configure.in: Do build ld for ix86 Solaris.
14376
14377 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
14378
14379 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
14380 $AR_FOR_TARGET. Likewise for RANLIB.
14381
14382 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
14383
14384 * config.sub (oabi): Recognize.
14385 * configure.in (arm-*-oabi): Handle.
14386
14387 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
14388
14389 * config.guess: Improve detection of i686 on UnixWare 7.
14390
14391 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
14392
14393 * config.guess: Add support for i386-pc-interix.
14394 * config.sub: Likewise.
14395 * configure.in: Likewise.
14396
14397 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
14398
14399 * Makefile.in: Remove unneeded all-target-libio from
14400 from all-target-winsup target since it is now unneeded.
14401 Add all-target-libtermcap in its place since it is now
14402 needed.
14403
14404 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
14405
14406 * configure.in: makefile stub for cygwin target is probably
14407 unnecessary. Remove it for now.
14408
14409 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
14410
14411 * configure.in: libtermcap.a should be built when cygwin is the
14412 target as well as the host.
14413 * config.guess: Allow mixed case in cygwin uname output.
14414 * Makefile.in: Add libtermcap target.
14415
14416 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
14417
14418 * config.sub: Clean up handling of hppa2.0.
14419
14420 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
14421
14422 * config.guess: Use C code to identify more HP machines.
14423
14424 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
14425
14426 * config.sub: Handle hppa2.0.
14427
14428 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
14429
14430 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
14431 cygmon for all sparclite targets, regardless of object format.
14432
14433 1998-12-15 Mark Salter <msalter@cygnus.com>
14434
14435 * configure.in: Added target-bsp for several target architectures.
14436
14437 * Makefile.in: Added rules for bsp.
14438
14439 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
14440
14441 * config.guess: Improve detection of hppa2.0 processors.
14442
14443 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
14444
14445 * config.guess: Recognize FreeBSD using ELF automatically.
14446
14447 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
14448
14449 * configure (skip-this-dir): Add handling for new shell script, which
14450 might be created by a sub-directory's configure to indicate, this particular
14451 directory is "unwanted".
14452 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
14453
14454 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
14455
14456 * ltconfig: import from libtool, after changing libtool to
14457 account for the cygwin name change.
14458
14459 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
14460
14461 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
14462 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
14463
14464 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
14465
14466 * configure.in: Add libtermcap to list of cygwin dependencies.
14467
14468 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
14469
14470 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
14471 they include winsup/include when it's a cygwin target.
14472
14473 1998-11-12 Tom Tromey <tromey@cygnus.com>
14474
14475 * configure.in (host_tools): Added zip.
14476 * Makefile.in (all-target-libjava): Depend on all-zip.
14477 (all-zip): New target.
14478 (ALL_MODULES): Added all-zip.
14479 (NATIVE_CHECK_MODULES): Added check-zip.
14480 (INSTALL_MODULES): Added install-zip.
14481 (CLEAN_MODULES): Added clean-zip.
14482
14483 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
14484
14485 * Makefile.in: lose "32" from comment about cygwin.
14486
14487 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
14488
14489 * configure.in: Use -Os to build target libraries for the fr30.
14490
14491 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
14492
14493 * config.sub: Add fr30.
14494
14495 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
14496
14497 * configure.in: drop "32" from config/mh-cygwin32. Check
14498 cygwin* instead of cygwin32*.
14499 * config.sub: Check cygwin* instead of cygwin32*.
14500
14501 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
14502
14503 * config.guess: Match any version of Unixware7.
14504
14505 1998-10-20 Syd Polk <spolk@cygnus.com>
14506
14507 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
14508 if desired.
14509
14510 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
14511
14512 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
14513 these if the appropriate directories and files to not exist.
14514
14515 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
14516
14517 * Makefile.in (DEVO_SUPPORT): Add config.if.
14518
14519 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
14520
14521 * configure: Add pattern to replace "build_tooldir"'s
14522 definition in the generated Makefile with "tooldir"'s
14523 actual value.
14524
14525 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
14526
14527 * config.sub: Bring back lost sparcv9.
14528
14529 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
14530
14531 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
14532
14533 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
14534 CC_FOR_TARGET and friends.
14535
14536 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
14537
14538 * Makefile.in (build_tooldir): New variable, same as tooldir.
14539 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
14540 -B$(build_tooldir)/bin/.
14541 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
14542
14543 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14544
14545 * README: Remove installation instructions and refer to the
14546 INSTALL directory instead.
14547
14548 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
14549
14550 * config.sub: Add support for i[34567]86-pc-udk.
14551 * configure.in: Likewise.
14552
14553 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
14554
14555 * Makefile.in: add bzip2 package building bits for user
14556 tools module
14557 * configure.in: ditto
14558
14559 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
14560
14561 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
14562 (ALL_TARGET_MODULES): Add all-target-libobjc.
14563 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14564 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14565 (all-target-libchill): Add dependencies.
14566 * configure.in (target_libs): Add libchill.
14567
14568 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
14569
14570 * configure.in (target_subdir): Remove duplicate line.
14571
14572 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
14573
14574 * Makefile.in (all-automake): fix dependencies.
14575
14576 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
14577
14578 * configure.in: Minor cleanups for building in the $(target_alias)
14579 subdir.
14580
14581 1998-09-22 Jim Wilson <wilson@cygnus.com>
14582
14583 * Makefile.in (bootstrap): Set r and s before make all. Use
14584 BASE_FLAGS_TO_PASS in make all.
14585 (cross): Likewise.
14586
14587 1998-09-20 Mark Mitchell <mark@markmitchell.com>
14588
14589 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
14590
14591 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
14592
14593 * config.sub: Fix typo in last change.
14594
14595 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14596
14597 * config.sub: Add support for C4x target.
14598 * configure.in: Likewise.
14599
14600 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
14601
14602 * config.sub: Recognize sparcv9 just like sparc64.
14603
14604 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
14605
14606 * config.guess: Match "Pent II" or "PentII" for OpenServer.
14607
14608 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
14609
14610 * config.guess: Correctly identify Pentium II sco boxes.
14611
14612 * config.guess: Fix "tr" code. From Weiwen Liu.
14613
14614 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
14615
14616 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
14617 stabs.
14618
14619 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
14620
14621 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
14622 (ALL_TARGET_MODULES): Add all-target-libchill.
14623 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14624 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14625 (all-target-libchill): Add dependencies.
14626 * configure.in (target_libs): Add libchill.
14627
14628 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
14629
14630 * config.guess: Avoid assumptions about "tr" behaves when
14631 LANG is set to something other than English.
14632
14633 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
14634
14635 * configure (gxx_include_dir): Changed to
14636 '${prefix}/include/g++'-${libstdcxx_interface}.
14637
14638 * config.if: New to determine the interfaces.
14639
14640 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
14641
14642 * config.guess: Detect and handle MPE/IX.
14643 * config.sub: Deal with MPE/IX.
14644
14645 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
14646
14647 * configure.in: Use mh-aix43.
14648
14649 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
14650
14651 * configure: Fix --without/--disable cases for gxx-include-dir.
14652
14653 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
14654
14655 * mdata-sh: Imported. Needed for automake support.
14656
14657 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
14658
14659 * Makefile.in (taz): Try "chmod -R og=u ." before
14660 "chmod og=u `find . -print`".
14661
14662 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
14663
14664 * configure.in: Add arm-elf and thumb-elf support.
14665
14666 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
14667
14668 * Makefile.in: Undo previous patch.
14669
14670 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
14671
14672 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
14673 to here ...
14674 (install-no-fixedincludes): and here
14675 (INSTALL_MODULES): ... from here.
14676
14677 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
14678
14679 * config.sub: Merge with FSF.
14680
14681 * config.guess: Merge with FSF.
14682
14683 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
14684
14685 * configure (extraconfigdirs): New variable.
14686 (SUBDIRS): Add extraconfigdirs and recurse on them too.
14687 * Makefile.in (all): Move higher in file.
14688 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
14689 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
14690 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
14691 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
14692 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
14693
14694 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
14695
14696 * Makefile.in (all-target-libjava): Depend on all-gcc and
14697 all-target-newlib.
14698 (configure-target-libjava): Depend on $(ALL_GCC).
14699
14700 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
14701
14702 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
14703 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
14704
14705 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
14706
14707 * INSTALL/README: Fix typo.
14708
14709 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
14710
14711 * ylwrap: Change absolute path checks to check for DOS style path
14712 names.
14713
14714 * ylwrap: Don't use a full path name if the source file is in the
14715 same directory. From hjl@lucon.org (H.J. Lu).
14716
14717 * config-ml.in: Default to being verbose, to match Feb 18 change to
14718 configure.
14719
14720 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
14721
14722 Brought over from egcs:
14723
14724 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
14725
14726 * configure.in (target_subdir): Set to ${target_alias} instead
14727 of "libraries".
14728
14729 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
14730
14731 * configure.in (target_subdir): Set to libraries if enable_multilib.
14732
14733 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
14734
14735 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
14736 multilibs, force reconfiguration the first time we create
14737 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
14738
14739 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
14740
14741 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
14742 avoid confusion with --no-recursion.
14743
14744 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
14745
14746 * configure.in: Win32 hosts shouldn't use install -x
14747 * install-sh: remove -x option, and special .exe-handling
14748 hack.
14749
14750 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
14751
14752 * config.guess: Recognize i586-pc-beos.
14753 * configure.in: Don't build some bits for beos.
14754
14755 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
14756
14757 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
14758 CFLAGS default to -O2.
14759
14760 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
14761 when using GNU ld.
14762
14763 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
14764
14765 * ltmain.sh: Correct install when using a different shell.
14766
14767 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
14768
14769 * ltconfig, ltmain.sh: Update to libtool 1.2b.
14770
14771 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
14772
14773 * makefile.vms: Update to build binutils/makefile.vms. Add install
14774 target.
14775
14776 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
14777
14778 * ltconfig: Update to correct AIX handling.
14779
14780 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
14781
14782 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
14783
14784 * configure.in (target_subdir): Set to ${target_alias} instead
14785 of "libraries".
14786
14787 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
14788
14789 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
14790 (Makefile): Depend on $(gcc_version_trigger).
14791
14792 * configure (gcc_version): Change default initializer to empty
14793 string.
14794 (gcc_version_trigger): New variable; pass this variable down
14795 to subdir configures to enable them checking gcc's version
14796 themselves. Emit make macros for both gcc_version vars.
14797 (topsrcdir): Initialize reliably.
14798 (recursion line): Remove --with-gcc-version=${gcc_version}.
14799
14800 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
14801
14802 * configure (enable_version_specific_runtime_libs): Implement new flag
14803 --enable-version-specific-runtime-libs which installs C++ runtime stuff
14804 in $(libsubdir); emit definition in each generated Makefile.
14805 (gxx_include_dir): Initialize depending on
14806 $enable_version_specific_runtime_libs.
14807
14808 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
14809
14810 * configure (gcc_version): Initialize properly depending on
14811 how and where configure is started.
14812 (recursion line): Pass a --with-gcc-version=${gcc_version}
14813 to configures in subdirs.
14814
14815 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
14816
14817 * configure.in (noconfigdirs): Add configure pattern for mips tx39
14818 cygmon
14819
14820 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
14821
14822 * configure.in: Add cygmon and libstub support for mn10200.
14823
14824 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
14825
14826 * configure (gcc_version): Add new variable describing the
14827 particular gcc version we're building.
14828 * Makefile.in (libsubdir): Add new macro for the directory
14829 in which the compiler finds executables, libraries, etc.
14830 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
14831 and libsubdir.
14832
14833 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
14834
14835 * Makefile.in (local-clean): Remove *.log.
14836 (warning.log): Built with warn_summary from build.log.
14837 (mail-report.log): Run test_summary.
14838 (mail-report-with-warnings.log): Run test_summary including
14839 warning.log in the report.
14840
14841 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
14842
14843 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
14844
14845 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
14846
14847 * Makefile.in (grep): Grep no longer depends on libiberty.
14848
14849 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
14850
14851 * Makefile.in: all-snavigator needs all-libgui.
14852
14853 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
14854
14855 * configure.in: Add cygmon and libstub support for mn10300.
14856
14857 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
14858
14859 * missing: Update to version from automake 1.3.
14860
14861 * ltmain.sh: On installation, don't get confused if the same name
14862 appears more than once in the list of library names.
14863
14864 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
14865
14866 * config.sub: Accept m68060 and m5200 as CPU names.
14867
14868 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
14869
14870 * configure: Use && rather than using -a in test, because odd
14871 strings can confuse test.
14872 * configure.in: Likewise.
14873
14874 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
14875
14876 * ltconfig, ltmain.sh: Bring in Visual C++ support.
14877
14878 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
14879
14880 * Makefile.in (boostrap2-lean, bootstrap3-lean,
14881 bootstrap4-lean): New targets.
14882
14883 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
14884
14885 * mpw-* Delete. Not used.
14886
14887 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
14888
14889 * COPYING.LIB: Update FSF address.
14890
14891 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
14892
14893 * ltconfig, ltmain.sh: Update to libtool 1.2a.
14894
14895 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
14896 GAS_SUPPORT_DIRS.
14897
14898 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
14899
14900 * ltconfig, ltmain.sh: Avoid producing a version number if
14901 -version-info was not used.
14902
14903 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
14904
14905 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
14906 building with newlib.
14907
14908 1998-04-30 Paul Eggert <eggert@twinsun.com>
14909
14910 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
14911 Solaris `make' causes it to continue to next definition.
14912
14913 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
14914
14915 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
14916 the right GUI libraries and files are installed along with GDB.
14917
14918 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
14919
14920 * configure.in: Change alpha to alpha* in several places.
14921
14922 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
14923
14924 * config.sub: Recognize sparc86x.
14925
14926 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
14927
14928 * configure.in (--enable-target-optspace): Remove debug echo.
14929
14930 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
14931
14932 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
14933
14934 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
14935
14936 * ltconfig: Update cygwin32 support.
14937
14938 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
14939 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
14940 (GDB_SUPPORT_DIRS): Likewise.
14941
14942 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
14943
14944 * configure.in (target_makefile_frag): If --enable-target-optspace,
14945 use -Os to compile target libraries rather than -O2. Default to
14946 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
14947 not used.
14948 * configure.in (target_cflags): Ditto for d30v.
14949
14950 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
14951
14952 * Makefile.in (all-bfd): Depend on all-intl.
14953 (all-binutils): Likewise.
14954 (all-gas): Likewise.
14955 (all-gprof): Likewise.
14956 (all-ld): Likewise.
14957
14958 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
14959
14960 * configure.in (host_tools): Fix typo, lbtool -> libtool.
14961
14962 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
14963
14964 * Makefile.in (all-bfd): Depend upon all-libiberty.
14965
14966 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
14967
14968 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
14969
14970 * Makefile.in: Add libstub.
14971
14972 * configure.in: Ditto. Build libstub for targets that have cygmon
14973 support.
14974
14975 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
14976
14977 * configure.in: Don't set PICFLAG on ix86-cygwin32.
14978
14979 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
14980
14981 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
14982 use mh-sysv5 if specified. Support gprof on SCO Open Server.
14983
14984 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
14985
14986 * configure: Define DEFAULT_M4 by searching PATH.
14987 * Makfile.in: Use DEFAULT_M4.
14988
14989 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
14990
14991 * ltconfig: Add cygwin32 support.
14992
14993 * Makefile.in, configure.in: Add libtool as a native only directory
14994 to configure and build.
14995
14996 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
14997
14998 * Makefile.in (INSTALL_MODULES): Remove texinfo.
14999
15000 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
15001
15002 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
15003
15004 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
15005
15006 * Makefile.in: add ash make rules
15007 * configure.in: add ash to native_only and host_tools lists
15008
15009 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
15010
15011 * Makefile.in (all-gettext, all-intl): New targets.
15012 (ALL_MODULES): Added all-gettext, all-intl.
15013 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
15014 (INSTALL_MODULES): Added install-gettext, install-intl.
15015 (CLEAN_MODULES): Added clean-gettext, clean-intl.
15016
15017 * configure.in (host_tools): Added gettext.
15018 (native_only): Likewise.
15019 (noconfigdirs) [various cases]: Likewise.
15020 (host_libs): Added intl.
15021
15022 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
15023
15024 * configure: Do not disable building gdbtk for cygwin32 hosts.
15025
15026 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
15027
15028 * configure.in: Add thumb-coff target.
15029 * config.sub: Add thumb-coff target.
15030
15031 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
15032
15033 * Makefile.in: Revert yesterday's change.
15034 (all-target-winsup): all-target-librx stays out of here.
15035
15036 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
15037
15038 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
15039 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
15040 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
15041 Remove references to librx and libg++.
15042
15043 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
15044
15045 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
15046 recursive makes
15047
15048 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
15049
15050 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
15051 for newlib directory.
15052 (CXX_FOR_TARGET): Likewise.
15053
15054 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
15055
15056 * ltconfig: Update after libtool/ltconfig.in change for
15057 hpux11.
15058
15059 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
15060
15061 * ltconfig, ltmain.sh: Update to libtool 1.2.
15062
15063 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
15064
15065 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
15066 (install-gcc-cross): Instead, override LANGUAGES here.
15067
15068 1998-03-18 Dave Love <d.love@dl.ac.uk>
15069
15070 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
15071 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
15072
15073 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
15074
15075 * configure.in: Add Thumb-pe target.
15076
15077 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
15078
15079 * Makefile.in - changed sn targets to snavigator
15080 * configure.in - changed sn targets to snavigator
15081
15082 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
15083
15084 * config-ml.in: After building symlink tree call make distclean
15085 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
15086 to be the case for libiberty.
15087
15088 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
15089
15090 * configure: When making link, also check the current
15091 directory. The configure scripts may create one.
15092
15093 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
15094
15095 * config.sub: Accept alphapca56 and alphaev6 properly.
15096
15097 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15098
15099 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
15100
15101 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
15102
15103 * config.sub (sco5): Fix typo.
15104
15105 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
15106
15107 * Makefile.in (INSTALL_MODULES): Move install-tcl before
15108 install-itcl.
15109 (install-itcl): Remove dependency on install-tcl.
15110
15111 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
15112
15113 * configure.in: Remove libgloss from noconfigdirs for MN10300.
15114
15115 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
15116
15117 * configure.in: Don't build libgui for a cygwin32 target when not on
15118 a cygwin32 host.
15119
15120 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
15121
15122 * configure (redirect): Set to null, so default behavior of
15123 configure is now --verbose.
15124
15125 1998-02-16 Dave Love <d.love@dl.ac.uk>
15126
15127 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
15128 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
15129
15130 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
15131
15132 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
15133 this change to sync Makefile.in with its ChangeLog entries.
15134
15135 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
15136
15137 * ltmain.sh (mkdir): Check that the directory doesn't exist
15138 before we exit with error, so that we don't get races during
15139 parallel builds.
15140
15141 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
15142
15143 * ltconfig, ltmain.sh: Update from libtool 1.0i.
15144
15145 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
15146
15147 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
15148 PICFLAG_FOR_TARGET.
15149 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
15150
15151 * configure: Emit a definition for the new macro enable_shared
15152 into each Makefile.
15153
15154 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
15155
15156 * configure.in (host_tools, native_only): Add libtool.
15157
15158 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
15159
15160 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
15161 Fix typo in ming config comment.
15162
15163 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
15164
15165 * ltconfig, ltmain.sh: Update from libtool 1.0h.
15166
15167 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
15168
15169 * config.sub: Add tic30 cases, and map c30 to tic30.
15170
15171 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
15172
15173 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
15174 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
15175 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
15176 (CLEAN_TARGET_MODULES): Similarly
15177 (all-target-libf2c): Add dependences.
15178 * configure.in (target_libs): Add libf2c.
15179
15180 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
15181
15182 * configure.in: Remove expect from noconfigdirs when target
15183 is cygwin32. OK to build expect and dejagnu with Canadian
15184 Cross.
15185
15186 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
15187
15188 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
15189 host.
15190
15191 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
15192 and mingw32.
15193
15194 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
15195
15196 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
15197 here as it is not defined in the toplevel Makefile.
15198
15199 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
15200
15201 * configure (package_makefile_rules_frag): New variable, which names
15202 a file with generic rules, ...
15203 Change comment to mention we now have FIVE parts.
15204 * configure: Undo last change.
15205
15206 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
15207
15208 * config.guess: More accurate determination of HP processor types.
15209 * config.sub: More accurate determination of HP processor types.
15210
15211 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
15212
15213 * configure (package_makefile_frag): Move inserting the
15214 ${package_makefile_frag} to where it should be according
15215 to the comment.
15216
15217 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
15218
15219 * config.guess: Add support for Linux/ARM.
15220
15221 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
15222
15223 * .cvsignore: Remove *-info and *-install since they match
15224 release-info and mpw-install, which we don't want to just ignore.
15225
15226 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
15227
15228 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
15229
15230 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
15231
15232 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
15233 local_prefix to sub-make invocations.
15234
15235 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
15236
15237 * configure.in: Check makefile fragments in the source
15238 directory.
15239
15240 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
15241
15242 * configure.in: Check whether host and target makefile
15243 fragments exist before adding them to *_makefile_frag.
15244
15245 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
15246
15247 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
15248
15249 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
15250
15251 * configure.in: Make sure we only replace RPATH_ENVVAR on
15252 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
15253 regexp to sed.
15254
15255 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
15256 to sub-makes.
15257
15258 1998-01-13 Lee Iverson (leei@ai.sri.com)
15259
15260 * config-ml.in (multi-do): LDFLAGS must include multilib
15261 designator.
15262
15263 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
15264
15265 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
15266
15267 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
15268
15269 * config.sub: Add mingw32 support.
15270 * configure.in: Likewise.
15271
15272 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
15273
15274 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
15275
15276 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
15277
15278 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
15279 * configure (gxx_include_dir): Provide a definition for subdirs
15280 which do not use autoconf.
15281
15282 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
15283
15284 * config.guess: Sync with egcs. Picks up new alpha support,
15285 BeOS & some additional linux support.
15286
15287 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
15288
15289 * config.guess: HP 9000/803 is a PA1.1 machine.
15290
15291 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
15292
15293 * configure.in: It's alpha*-...
15294
15295 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
15296
15297 * configure.in (host_makefile_frag, target_makefile_frag):
15298 Handle multiple config files.
15299 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
15300 alpha-*-*.
15301
15302 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
15303
15304 * mkdep: New file.
15305
15306 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
15307
15308 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
15309
15310 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
15311
15312 * Makefile.in: Add libgui directory.
15313 (GDB_TK): Add all-libgui.
15314 * configure.in: Add libgui directory.
15315 * configure: Add all-libgui to GDB_TK.
15316
15317 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
15318
15319 * config-ml.in (multidirs): Add m32r to multilib list.
15320
15321 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
15322
15323 * Makefile.in (all-target-gperf): Change dependency to
15324 all-target-libstdc++.
15325
15326 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
15327
15328 * config.guess: Add BeOS support.
15329
15330 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
15331
15332 Source directory cvs renamed to cvssrc:
15333 * configure.in (host_tools): Change cvs to cvssrc.
15334 (native_only): Likewise.
15335 (noconfigdirs) [various cases]: Likewise.
15336 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
15337 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
15338 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
15339 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
15340 (all-cvssrc): Rename target from all-cvs.
15341
15342 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
15343
15344 * configure (gxx_include_dir): Fix thinko.
15345
15346 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
15347
15348 * Makefile.in (INSTALL_TARGET_CROSS): Define.
15349 (install-cross, install-gcc-cross): New targets.
15350
15351 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
15352
15353 * configure.in (noconfigdirs): Add support for Thumb target.
15354
15355 * config.sub (maybe_os): Add support for Thumb target.
15356
15357 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
15358
15359 * Makefile.in: Add rules for cygmon.
15360
15361 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
15362
15363 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
15364
15365 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
15366 * configure (gxx_include_dir): Provide a definition for subdirs
15367 which do not use autoconf.
15368
15369 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
15370
15371 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
15372 11/18/97 build
15373
15374 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
15375
15376 * From Franz Sirl.
15377 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
15378 found on RedHat Linux systems.
15379
15380 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
15381
15382 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
15383 guesses.
15384
15385 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
15386
15387 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
15388
15389 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
15390
15391 * ltmain.sh: If mkdir fails, check whether the directory was created
15392 anyhow by some other process.
15393
15394 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
15395
15396 * configure.in (d30v-*-*): Configure all directories.
15397
15398 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
15399
15400 * configure.in (d30v-*-*): Configure newlib, libiberty directories
15401 for the D30V.
15402
15403 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
15404
15405 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
15406
15407 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
15408
15409 * include/libiberty.h: Add extern "C" { so it can be used with C++
15410 progrms.
15411 * include/remote-sim.h: Add extern "C" { so it can be used with C++
15412 programs.
15413
15414 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
15415
15416 * configure.in (d30v-*-*): Configure GCC now.
15417
15418 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
15419
15420 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
15421 is no longer needed.
15422
15423 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
15424
15425 * Makefile.in: check-target-libio depends on all-target-libstdc++.
15426
15427 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
15428
15429 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
15430 targets using "$@" to provide support for similar but not identical
15431 targets without having to duplicate code.
15432
15433 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
15434
15435 * makefile.vms: Fix to work with DEC C.
15436
15437 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
15438
15439 * config.sub: Add mips-tx39-elf to marketing names.
15440
15441 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
15442
15443 * ltmain.sh: Handle symlinks in generated script.
15444
15445 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
15446
15447 * configure: Handle autoconf style directory options: --bindir,
15448 --datadir, --includedir, --infodir, --libdir, --libexecdir,
15449 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
15450 --sysconfdir.
15451 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
15452 (sharedstatedir, localstatedir, oldincludedir): New variables.
15453 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
15454 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
15455 sbindir, sharedstatedir, and sysconfdir.
15456
15457 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
15458
15459 * Makefile.in (bootstrap-lean): New target.
15460
15461 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
15462
15463 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
15464 sn, and gnuserv from noconfigdirs.
15465
15466 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
15467
15468 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
15469
15470 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
15471
15472 * Makefile.in (cross): New target.
15473
15474 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
15475 Jeff Law <law@cygnus.com>
15476
15477 * Makefile.in (bootstrap2, bootstrap3): New targets.
15478 (all-bootstrap): Remove outdated and confusing target.
15479 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
15480
15481 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
15482
15483 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
15484 windows. Consistent with gdb/configure.
15485
15486 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
15487
15488 * configure.in: Name Linux target fragment.
15489
15490 * configure: Rewrite so that project Makefile fragment is inserted
15491 first and appears last in the resulting Makefile.
15492
15493 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
15494
15495 * Makefile.in (install-itcl): Install tcl first.
15496
15497 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
15498
15499 * configure.in: remove bison from noconfigdirs for Cygwin32 host
15500
15501 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
15502
15503 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
15504
15505 * configure.in (skipdirs): Add target-librx for Linux.
15506 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
15507
15508 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
15509
15510 * Makefile.in (bootstrap): New target.
15511
15512 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
15513
15514 * config.sub: Accept 'amigados' for backward compatibility.
15515
15516 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
15517
15518 * config.guess: Merge with FSF.
15519
15520 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
15521
15522 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
15523
15524 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
15525
15526 * config.sub: Add "marketing-names" patch.
15527
15528 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
15529
15530 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
15531
15532 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
15533
15534 * config.sub: Handle v850-elf.
15535
15536 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
15537
15538 * .cvsignore (*-install): Remove.
15539
15540 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
15541
15542 * ltconfig: Set CONFIG_SHELL in libtool.
15543 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
15544
15545 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
15546
15547 * configure.in (target_subdir): Set to libraries if enable_multilib.
15548
15549 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
15550
15551 * config.guess: Update from gcc directory.
15552
15553 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
15554
15555 * Makefile.in (all-sim): Depends on all-readline.
15556
15557 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
15558
15559 * Makefile.in (BISON, YACC): Use $$s.
15560 (all-bison): Depend on all-texinfo.
15561
15562 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
15563
15564 * Makefile.in (BISON): Add -L flag.
15565 (YACC): Likewise.
15566
15567 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
15568
15569 * configure.in (noconfigdirs): Add support for v850e target.
15570
15571 * config.sub (maybe_os): Add support for v850e target.
15572
15573 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
15574
15575 * configure.in (noconfigdirs): Add support for v850ea target.
15576
15577 * config.sub (maybe_os): Add support for v850ea target.
15578
15579 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
15580
15581 * config.sub: Add mipstx39. Delete r3900.
15582
15583 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
15584
15585 * Makefile.in (all-autoconf): Depends on all-texinfo.
15586
15587 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
15588
15589 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
15590 eabi targets.
15591
15592 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
15593
15594 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
15595
15596 * configure: When handling a Canadian Cross, handle YACC as well as
15597 BISON. Just set BISON to bison. When setting YACC, prefer bison.
15598 * Makefile.in (all-bison): Depend upon all-texinfo.
15599
15600 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
15601
15602 * Makefile.in (BISON): bison, not byacc or bison -y.
15603 (YACC): bison -y or byacc or yacc.
15604 (various): Add *-bison as appropriate.
15605 (taz): No need to mess with BISON anymore.
15606
15607 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
15608
15609 * configure: If OSTYPE matches *win32*, try to find a good value for
15610 CONFIG_SHELL.
15611
15612 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
15613
15614 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
15615 configure.in if it is present.
15616
15617 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
15618
15619 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
15620
15621 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
15622
15623 * config.sub: Recognize `arc' cpu.
15624 * configure.in: Likewise.
15625 * config-ml.in: Likewise.
15626
15627 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
15628
15629 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
15630
15631 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
15632
15633 * configure: Changed sed delimiter from ':' to '|' when
15634 attempting to substitute ${config_shell} for SHELL. On
15635 NT ${config_shell} may contain a ':' in it.
15636
15637 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
15638
15639 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
15640
15641 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
15642
15643 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
15644
15645 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
15646
15647 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
15648
15649 * ylwrap: If the program is a relative path, force it to be
15650 absolute.
15651
15652 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
15653
15654 * configure (tooldir): Set BISON to `bison -y' and not just bison.
15655
15656 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
15657
15658 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
15659 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
15660 for libraries.
15661
15662 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
15663
15664 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
15665 separated by spaces.
15666
15667 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
15668
15669 * ylwrap: New file.
15670 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
15671
15672 * ltmain.sh: Handle /bin/sh at start of install program.
15673
15674 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
15675
15676 * ltconfig, ltmain.sh: New files, from libtool 1.0.
15677 * missing: New file, from automake 1.2.
15678
15679 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
15680
15681 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
15682 check-tk to CHECK_X11_MODULES.
15683
15684 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
15685
15686 * config.sub: Merge with FSF.
15687
15688 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
15689
15690 * config.guess: Merge with FSF.
15691
15692 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
15693
15694 * configure: Treat msdosdjgpp like go32.
15695 * configure.in: Likewise. Don't remove gprof for go32.
15696
15697 * configure: Change Makefile.tem2 to Makefile.tm2.
15698
15699 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
15700
15701 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
15702
15703 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
15704
15705 * install-sh (chmodcmd): Set to null if the DST directory already
15706 exists. Same as Nov 11th change.
15707
15708 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
15709
15710 * configure (GDB_TK): Needs itcl and tix.
15711
15712 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
15713
15714 * config.guess: Update from FSF.
15715
15716 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
15717
15718 * Makefile.in (GDB_TK): Depend on itcl and tix.
15719
15720 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
15721
15722 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
15723 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
15724 (INSTALL_SCRIPT): New variable.
15725 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
15726 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
15727 to -x.
15728 * install-sh: Add support for -x option.
15729
15730 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
15731
15732 * configure.in, Makefile.in: Treat tix like itcl.
15733
15734 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
15735
15736 * Makefile.in (WINDRES): New variable.
15737 (WINDRES_FOR_TARGET): New variable.
15738 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
15739 (EXTRA_HOST_FLAGS): Add WINDRES.
15740 (EXTRA_TARGET_FLAGS): Add WINDRES.
15741 (EXTRA_GCC_FLAGS): Add WINDRES.
15742 ($(DO_X)): Pass down WINDRES.
15743 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
15744 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
15745 DLLTOOL_FOR_TARGET.
15746
15747 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
15748
15749 * configure.in: configure sim before gdb for win32-x-ppc
15750
15751 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
15752
15753 Move gperf into the toplevel, from libg++.
15754 * configure.in (target_tools): Add target-gperf.
15755 (native_only): Add target-gperf.
15756 * Makefile.in (all-target-gperf): New target, depend on
15757 all-target-libg++.
15758 (configure-target-gperf): Empty rule.
15759 (ALL_TARGET_MODULES): Add all-target-gperf.
15760 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
15761 (CHECK_TARGET_MODULES): Add check-target-gperf.
15762 (INSTALL_TARGET_MODULES): Add install-target-gperf.
15763 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
15764
15765 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
15766
15767 * config.sub (mn10200): Recognize new basic machine.
15768
15769 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
15770
15771 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
15772 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
15773
15774 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
15775
15776 * configure.in: If we're building mips-sgi-irix6* native, turn on
15777 ENABLE_MULTILIB and set TARGET_SUBDIR.
15778
15779 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
15780
15781 * Makefile.in (all-sn): Depend on all-grep.
15782
15783 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
15784
15785 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
15786
15787 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
15788 Makefile. From Jeff Makey <jeff@cts.com>.
15789 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
15790
15791 * Makefile.in (DISTBISONFILES): Remove.
15792 (taz): Don't futz with DISTBISONFILES. Change BISON to use
15793 $(DEFAULT_YACC).
15794
15795 * configure.in: Build itl, db, sn, etc., when building for native
15796 cygwin32.
15797
15798 * Makefile.in (LD): New variable.
15799 (EXTRA_HOST_FLAGS): Pass down LD.
15800 ($(DO_X)): Likewise.
15801
15802 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
15803
15804 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
15805
15806 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
15807
15808 * configure.in (targargs): Strip out any supplied --build argument
15809 before adding our own. Always add --build.
15810
15811 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
15812
15813 * configure.in (targargs): Pass --build if we're doing
15814 a cross-compile.
15815
15816 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
15817
15818 * configure: Use '|' instead of ":" as the separator in
15819 sed. Otherwise sed chokes on NT path names with drive
15820 designators. Also look for "?:*" as the leading characters in an
15821 absolute pathname.
15822
15823 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
15824
15825 * config.sub: Support for r3900.
15826
15827 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
15828
15829 * configure.in: Use install-sh, not install.sh.
15830
15831 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
15832
15833 * Makefile.in (taz): Improve check for BISON so it doesn't try to
15834 apply it twice.
15835
15836 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
15837
15838 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
15839 install-binutils.
15840
15841 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
15842
15843 * Makefile.in: Add automake targets.
15844 * configure.in (host_tools): Add automake.
15845
15846 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
15847
15848 * configure: Default CXX to c++, not gcc.
15849 * Makefile.in (CXX): Set to c++, not gcc.
15850 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
15851
15852 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
15853
15854 * install-sh: try appending a .exe if source file doesn't
15855 exist
15856
15857 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
15858
15859 * configure.in: Turn on multilib by default.
15860 (cross_only): Remove target-libiberty.
15861
15862 * Makefile.in (all-gcc): Don't depend on libiberty.
15863
15864 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
15865
15866 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
15867
15868 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
15869
15870 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
15871 (DISTBISONFILES): Add ld/Makefile.in
15872
15873 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
15874
15875 * configure.in: if target is cygwin32 but host isn't cygwin32,
15876 don't configure gdb tcl tk expect, not just gdb.
15877
15878 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
15879
15880 * configure.in: Added gnuserv everywhere sn appears.
15881
15882 * Makefile.in (ALL_MODULES): Added all-gnuserv.
15883 (CROSS_CHECK_MODULES): Added check-gnuserv.
15884 (INSTALL_MODULES): Added install-gnuserv.
15885 (CLEAN_MODULES): Added clean-gnuserv.
15886 (all-gnuserv): New target.
15887
15888 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
15889
15890 * config.guess: Fixes for MIPS OpenBSD systems.
15891
15892 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
15893
15894 * Makefile.in (INSTALL_XFORM): Remove.
15895 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
15896
15897 * mkinstalldirs: New file, copied from automake.
15898 * Makefile.in (installdirs): Rename from install-dirs. Use
15899 mkinstalldirs. Change all users.
15900 (DEVO_SUPPORT): Add mkinstalldirs.
15901
15902 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
15903
15904 * install-sh: Rename from install.sh.
15905 * Makefile.in (INSTALL): Change install.sh to install-sh.
15906 (DEVO_SUPPORT): Likewise.
15907
15908 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
15909 Graichen <graichen@rzpd.de>.
15910
15911 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
15912
15913 * config.guess: Recognize OpenBSD systems correctly.
15914
15915 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
15916
15917 * README, Makefile.in (ETC_SUPPORT): Remove references to
15918 cfg-paper*, configure.{texi,man,info*}._
15919
15920 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
15921
15922 * Makefile.in (all.normal): Ensure that gcc is built after all
15923 the x11 - ie gdb - targets.
15924
15925 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
15926
15927 * makefile.vms: Don't run conf-a-gas.
15928
15929 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
15930
15931 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
15932
15933 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
15934
15935 * configure.in: Remove noconfigdirs case since gdb also
15936 configures and builds for tic80-coff.
15937
15938 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
15939
15940 * configure: Set cache_file to config.cache.
15941 * Makefile.in (local-distclean): Remove config.cache.
15942
15943 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
15944
15945 * COPYING: Update FSF address.
15946
15947 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
15948
15949 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
15950 noconfigdirs.
15951
15952 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
15953
15954 * Makefile.in (install-dirs): Don't crash if prefix, and hence
15955 MAKEDIRS, is empty.
15956
15957 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
15958
15959 * config.sub: Tweak mn10300 entry.
15960
15961 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
15962
15963 * configure.in (host_tools): Put sim before gdb, so gdb's
15964 configure.tgt can determine if the simulator was configured.
15965
15966 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
15967
15968 * config.sub: Move BeOS $os case to be with other Cygnus
15969 local cases.
15970
15971 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
15972
15973 * config.sub: Remove misplaced comment that broke Linux.
15974
15975 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
15976
15977 * config.sub: Add BeOS support.
15978
15979 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
15980
15981 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
15982
15983 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
15984
15985 * configure.in (noconfigdirs): Remove tcl and tk from
15986 noconfigdirs for cygwin32 builds.
15987
15988 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
15989
15990 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
15991
15992 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
15993
15994 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
15995 make-all.com, use makefile.vms instead.
15996
15997 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
15998
15999 * config.sub: Accept -lnews*.
16000
16001 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
16002
16003 * configure.in (noconfigdirs): Disable target-newlib,
16004 target-examples and target-libiberty for d30v.
16005
16006 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
16007
16008 * configure.in (noconfigdirs): Enable ld for d30v.
16009
16010 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
16011
16012 * configure.in (tic80-*-*): Build compiler.
16013
16014 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
16015
16016 * configure.in (d30v-*): Remove sim directory from list of
16017 unsupported d30v directories
16018
16019 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
16020
16021 * config.sub, configure.in: Add d30v target cpu.
16022
16023 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
16024
16025 * makefile.vms: New file.
16026 * make-all.com: Remove.
16027
16028 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
16029
16030 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
16031
16032 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
16033
16034 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
16035
16036 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
16037
16038 * Makefile.in (ALL_MODULES): Added all-db.
16039 (CROSS_CHECK_MODULES): Addec check-db.
16040 (INSTALL_MODULES): Added install-db.
16041 (CLEAN_MODULES): Added clean-db.
16042
16043 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
16044
16045 * config.guess: Merge with latest FSF sources.
16046
16047 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
16048
16049 * Makefile.in (ALL_MODULES): Added all-itcl.
16050 (CROSS_CHECK_MODULES): Added check-itcl.
16051 (INSTALL_MODULES): Added install-itcl.
16052 (CLEAN_MODULES): Added clean-itcl.
16053
16054 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
16055
16056 * configure.in: build gdb for mn10200
16057
16058 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
16059
16060 * Makefile.in (all-target-winsup): Depend on all-target-libio.
16061
16062 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
16063
16064 * configure.in (tic80-*-*): Turn off most targets right now.
16065
16066 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
16067
16068 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
16069 rather than the makeinfo program.
16070 (do-info): Depend upon all-texinfo.
16071
16072 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
16073
16074 * configure.in: Remove uses of config/mh-linux.
16075
16076 * config.sub, config.guess: Merge with latest FSF sources.
16077
16078 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
16079
16080 * config.sub (case $basic_machine): Add tic80 entries.
16081
16082 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
16083
16084 * config.sub, config.guess: Merge with latest FSF sources.
16085
16086 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
16087
16088 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
16089 * mpw-config.in: Test for NewFolderRecursive.
16090 * mpw-install: Use symbolic name for startup filename.
16091 * mpw-README: Add various additional details.
16092
16093 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
16094
16095 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
16096
16097 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
16098
16099 * configure.in: Do build gcc and the target libraries for
16100 the mn10200.
16101
16102 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
16103
16104 * configure.in: don't avoid building gdb for mn10300 any more
16105 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
16106 instead of single-quoting it.
16107
16108 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
16109
16110 * configure.in: Don't use --with-stabs on IRIX 6.
16111
16112 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
16113
16114 * configure.in (m32r): Build gdb, libg++ now.
16115
16116 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16117
16118 * configure.in (mips*-sgi-irix6*): Remove gdb and related
16119 directories from noconfigdirs.
16120
16121 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
16122
16123 * config.sub (basic_machine): added mips16 configuration
16124
16125 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16126
16127 * config.sub: Handle d10v-unknown.
16128
16129 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
16130
16131 * config.sub: Handle v850-unknown.
16132
16133 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
16134
16135 * Makefile.in: add findutils
16136 * configure.in: add findutils to list of host_tools
16137
16138 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
16139
16140 * config.sub: Handle mn10200 and mn10300.
16141
16142 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16143
16144 * configure.in (d10v-*): Do not build librx.
16145
16146 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
16147
16148 * configure.in (mn10300): Build everything except gdb & libgloss.
16149
16150 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
16151
16152 * config.guess: Patch for Dansk Data Elektronik servers,
16153 from Niels Skou Olsen <nso@dde.dk>.
16154
16155 For ncr, use /bin/uname rather than uname, since GNU uname does not
16156 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
16157
16158 Patch for MIPS R4000 running System V,
16159 from Eric S. Raymond <esr@snark.thyrsus.com>.
16160
16161 Fix thinko for nextstep.
16162
16163 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
16164
16165 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
16166 * config.guess: Guess mips-dec-mach_bsd4.3.
16167
16168 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
16169 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
16170 release numbers.
16171 * config.guess (mips-mips-riscos*): Emit just enough of the
16172 release number.
16173
16174 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
16175 * config.guess (sparc-auspex-sunos*): Added.
16176 (f300-fujitsu-*): Added.
16177
16178 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
16179 * config.guess: Recognize a Tadpole as a sparc.
16180
16181 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
16182
16183 * config.guess: Don't assume that NextStep version is either 2 or
16184 3. NextStep 4 (aka OpenStep 4) has come out now.
16185
16186 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
16187
16188 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
16189 From Rik Faith <faith@cs.unc.edu>.
16190
16191 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
16192
16193 * config.sub: Contributions from bug-gnu-utils to:
16194 Support plain "hppa" (no version given) architecture, reported by
16195 OpenStep.
16196 OpenBSD like NetBSD.
16197 LynxOs is not a hardware supplier.
16198
16199 * config.guess: Contributions from bug-gnu-utils to add support for:
16200 OpenBSD like NetBSD.
16201 Stratus systems.
16202 More Pyramid systems.
16203 i[n>4]86 Intel chips.
16204 M680[n>4]0 Motorola chips.
16205 Use unknown instead of lynx for hardware manufacturer.
16206
16207 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16208
16209 * install.sh (chmodcmd): Set to null if the DST directory already
16210 exists.
16211
16212 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16213
16214 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
16215 not use mt-ppc target Makefile fragment any more.
16216
16217 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
16218
16219 * configure.in (*-*-windows): Exclude everything but those dirs
16220 needed to build windows.
16221
16222 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
16223
16224 * Makefile.in (all-target-winsup): Depend on all-target-librx.
16225
16226 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
16227
16228 * configure.in: Exclude mmalloc from i386-windows.
16229
16230 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
16231
16232 * Undo my previous change.
16233
16234 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
16235
16236 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
16237 unconditionally.
16238 (MAKEOVERRIDES): Define (revert this part of October 18 change).
16239
16240 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
16241
16242 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
16243 host to add it's own flags.
16244
16245 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
16246
16247 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
16248
16249 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
16250
16251 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
16252 (CXX_FOR_TARGET): Likewise.
16253 (GCC_FOR_TARGET): Define.
16254 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
16255 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
16256 CC_FOR_TARGET was specified on the command line.
16257 (MAKEOVERRIDES): Don't define.
16258
16259 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
16260
16261 * configure.in (m32r): Fix spelling of libg++ libs.
16262
16263 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
16264
16265 * config.sub (-apple*): Remove, now redundant.
16266
16267 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
16268
16269 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
16270
16271 * configure: Rework yesterday's sed script patch.
16272
16273 * config.sub: Merge with FSF.
16274
16275 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
16276
16277 * config.guess: Merge from FSF.
16278
16279 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
16280 * config.guess: Use pc instead of unknown, for pc clone systems.
16281 Change linux to linux-gnu.
16282
16283 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
16284 * config.guess: Avoid non-portable tr syntax.
16285
16286 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
16287
16288 * test-build.mk (HOLES): Add "xargs" for gdb.
16289
16290 * configure: Avoid hpux10.20 sed bug.
16291
16292 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
16293
16294 * configure.in: Add support for windows host
16295 (that is a build done under the Microsoft build environment).
16296
16297 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
16298
16299 * Makefile.in: Replace all uses of srcroot with s, to shrink
16300 command line lengths.
16301
16302 Patches from Geoffrey Noer <noer@cygnus.com>:
16303 * configure.in: If configuring for newlib, pass --with-newlib to
16304 subdirectories.
16305 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
16306 -Bnewlib/ and -Lwinsup to gcc.
16307 (CXX_FOR_TARGET): Likewise.
16308
16309 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
16310
16311 * Makefile.in (ETC_SUPPORT): Add configure.
16312
16313 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
16314
16315 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
16316 host configuration file.
16317
16318 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
16319
16320 * configure.in: Break mn10x00 support into separate
16321 mn10200 and mn10300 configurations.
16322 * config.sub: Likewise.
16323
16324 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
16325
16326 * configure.in: Add lots of stuff to noconfigdirs for
16327 the mn10x00 targets.
16328
16329 * config.sub, configure.in: Add mn10x00 support.
16330
16331 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
16332
16333 * make-all.com: Call conf-a-gas, not config-a-gas.
16334
16335 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
16336
16337 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
16338 targets.
16339
16340 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
16341
16342 * mpw-README: Add much more detail for native PowerMac.
16343 * mpw-install: New file.
16344 * mpw-configure: Add --norecursion and --help options.
16345 * mpw-config.in: Translate readme and install files when
16346 copying to objdir.
16347 * mpw-build.in: Don't always depend on byacc and flex.
16348 (install-only-top): New action.
16349
16350 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
16351
16352 * configure.in: You can now configure GDB for the v850.
16353
16354 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
16355
16356 * configure.in (noconfigdirs): Don't configure any C++ dirs
16357 if targeting D10V.
16358
16359 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
16360
16361 * config.sub: Recognize mips64vr5000.
16362
16363 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
16364
16365 * configure.in: Use a single line for host_tools and native_only.
16366
16367 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
16368
16369 * config.sub, configure.in: Add entries for m32r.
16370
16371 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
16372
16373 * Makefile.in (inet-install): Don't run install-gzip.
16374
16375 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
16376
16377 * configure.in: Don't config lots of things for *-*-windows*.
16378
16379 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
16380
16381 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
16382 (host_libs, host_tools): Copy from configure.in.
16383 * mpw-configure: Don't complain about directories not found.
16384
16385 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16386
16387 * configure.in (i[345]86): Recognize i686 for pentium pro.
16388 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
16389 file.
16390
16391 * config.guess (i[345]86): Ditto.
16392
16393 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
16394
16395 * configure.in (noconfigdirs): Removed gdb for D10V.
16396
16397 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
16398
16399 * configure.in: Remove ld, target-libio, target-libg++, and
16400 target-libstdc++ from noconfigdirs.
16401
16402 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
16403
16404 * configure: Fix three locations where shell scripts were
16405 being run directly rather than with config_shell.
16406
16407 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
16408
16409 * configure.in (v850-*-*): Set up initial $noconfigdirs.
16410 * config.sub (basic_machine): Recognize v850.
16411
16412 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
16413
16414 * mpw-configure: Handle multiple enable/disable options and
16415 pass them down recursively, handle -c and -s flags appropriately
16416 depending on choice of compiler, add escape mechanism for
16417 quoted arguments to gC.
16418
16419 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16420
16421 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
16422 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
16423 so that -mrelocatable-lib and -mno-eabi are used.
16424
16425 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
16426 not support --print-multi-lib, don't abort.
16427
16428 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
16429
16430 * make-all.com: Run config-a-gas.
16431 * setup.com: Don't copy subdirectory files around.
16432
16433 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
16434
16435 * configure.in (*-*-ose): Remove exclusion of libgloss for this
16436 target, it now compiles correctly.
16437
16438 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
16439
16440 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
16441
16442 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
16443
16444 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
16445
16446 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16447
16448 * configure.in (native_only): Add prms.
16449
16450 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
16451
16452 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
16453 (BINUTILS_SUPPORT_DIRS): Likewise.
16454
16455 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16456
16457 * configure.in (d10v-*-*): Don't configure ld or gdb until the
16458 d10v support is added.
16459
16460 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
16461
16462 * configure.in (d10v-*-*): New target.
16463
16464 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
16465
16466 * config.guess (HP 9000/811): Recognize this as a PA1.1
16467 machine.
16468
16469 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
16470
16471 * Makefile.in (do-tar-gz): New target, split out from tail end of
16472 taz target. Run each command separately, don't use pipes.
16473 (taz): Use it.
16474
16475 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
16476
16477 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
16478 * mpw-build.in: No builds should depend on building byacc or flex,
16479 they are assumed to be installed already.
16480
16481 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16482
16483 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
16484 variable that CC_FOR_TARGET needs.
16485
16486 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16487
16488 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
16489 options have changed since the last time the subdirectory was
16490 configured, and if it has, reconfigure.
16491 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
16492 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
16493
16494 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
16495
16496 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
16497 CLEAN_MODULES): Add bash.
16498 (all-bash): New target.
16499
16500 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
16501
16502 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
16503
16504 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16505
16506 * config.sub (basic_machine): Recognize d10v as a valid processor.
16507
16508 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
16509
16510 * mpw-configure: Add support for --bindir.
16511 * mpw-build.in: Use a GCC-specific build script for GCC actions.
16512
16513 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
16514
16515 * configure.in: add bash, time, gawk to list of hosttools and things
16516 to only build for native toolchains
16517
16518 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
16519
16520 * Makefile.in (docdir): Remove.
16521
16522 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
16523
16524 * Makefile.in (datadir): Set to $(prefix)/share.
16525
16526 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
16527
16528 * configure.in: build diff and patch for cygwin32-hosted
16529 toolchains.
16530
16531 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
16532
16533 * config.sub: Accept -rtems*.
16534
16535 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
16536
16537 * configure.in: enable dosrel for cygwin32-hosted builds,
16538 remove diff from the list of things not buildable
16539 via Canadian Cross
16540
16541 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
16542
16543 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
16544 don't get ". ".
16545
16546 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
16547
16548 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
16549
16550 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
16551
16552 * Makefile.in (taz): Handle case where tex3patch didn't even get
16553 checked out. Also, if it was found, put the symlink in a new util
16554 subdirectory.
16555
16556 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16557
16558 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
16559
16560 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
16561
16562 * config.sub: Recognize -openvms.
16563 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
16564 * make-all.com, setup.com: New files.
16565
16566 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
16567
16568 * Makefile.in (taz): tex3patch moved to texinfo/util.
16569
16570 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
16571
16572 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
16573 * configure.in: remove make from disable-if-Can-Cross list
16574 enable gdb if ${host} and ${target} are cygwin32
16575
16576 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
16577
16578 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
16579 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
16580
16581 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
16582
16583 * config.guess: Combine mips-mips-riscos cases, and use cpp to
16584 distinguish sysv/svr4/bsd variants.
16585 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
16586
16587 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
16588
16589 * configure.in: Added copyright notice.
16590 * move-if-change: Added copyright notice.
16591
16592 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16593
16594 * configure.in (powerpcle-*-solaris*): Until we get shared
16595 libraries working, don't build gdb, sim, make, tcl, tk, or
16596 expect.
16597
16598 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
16599
16600 * config.guess: Merge with FSF:
16601
16602 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
16603 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
16604
16605 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
16606 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
16607
16608 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
16609 * config.guess: Combine two OSF1 rules.
16610 Also recognize field test versions. From mjr@zk3.dec.com.
16611 * config.guess (dgux): Use /usr/bin/uname rather than uname,
16612 because GNU uname does not support -p. From pmr@pajato.com.
16613
16614 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
16615
16616 * Makefile.in (MAKEDIRS): Removed $(tooldir).
16617
16618 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
16619
16620 * mpw-README: Document GCCIncludes.
16621
16622 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
16623
16624 * configure.in (alpha-*-linux*): Set enable_shared to yes.
16625
16626 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
16627
16628 * mpw-configure: Handle --enable-FOO and --disable-FOO.
16629
16630 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
16631
16632 * configure.in (*-*-cygwin32): Configure make.
16633
16634 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
16635
16636 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
16637
16638 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
16639
16640 * Makefile.in (all-inet): Depend on all-perl.
16641
16642 * Makefile.in (inet-install): New target.
16643
16644 * Makefile.in (all-inet): Depend on all-tcl.
16645 (all-inet): Depend on all-send-pr.
16646
16647 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16648
16649 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
16650 temporarily.
16651
16652 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
16653
16654 * configure.in: Don't configure --with-gnu-ld on AIX.
16655
16656 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
16657
16658 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
16659
16660 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
16661
16662 * Makefile.in (ALL_MODULES): Added all-inet.
16663 (CROSS_CHECK_MODULES): Added check-inet.
16664 (INSTALL_MODULES): Added install-inet.
16665 (CLEAN_MODULES): Added clean-inet.
16666 (all-indent): New target.
16667
16668 * configure.in (host_tools): Added inet.
16669 (native_only): Added inet.
16670 (noconfigdirs): Added inet.
16671
16672 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
16673
16674 * configure.in: Don't configure libgloss if we are not configuring
16675 newlib.
16676
16677 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
16678
16679 * configure.in: Don't configure libgloss for unsupported
16680 architectures.
16681
16682 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16683
16684 * Makefile.in (CLEAN_MODULES): Add clean-apache.
16685
16686 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
16687
16688 * Makefile.in (ALL_MODULES): Include all-apache.
16689 (CROSS_CHECK_MODULES): Include check-apache.
16690 (INSTALL_MODULES): Include install-apache.
16691 (all-apache): New target.
16692
16693 * configure.in: Added apache everywhere perl is seen.
16694
16695 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16696
16697 * Makefile.in: Add support for clean-{module} and
16698 clean-target-{module} rules.
16699
16700 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
16701
16702 * configure.in (*-*-ose) do not build libgloss.
16703
16704 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16705
16706 * config.guess (prep*:SunOS:5.*:*): Turn into
16707 powerpele-unknown-solaris2.
16708
16709 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
16710
16711 * configure.in: Permit --enable-shared to specify a list of
16712 directories.
16713
16714 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
16715
16716 * configure.in (host==solaris): Pass only the first word of $CC
16717 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
16718
16719 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
16720
16721 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
16722
16723 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
16724
16725 * Makefile.in (ALL_MODULES): Include all-perl.
16726 (CROSS_CHECK_MODULES): Include check-perl.
16727 (INSTALL_MODULES): Include install-perl.
16728 (ALL_X11_MODULES): Include all-guile.
16729 (CHECK_X11_MODULES): Include check-guile.
16730 (INSTALL_X11_MODULES): Include install-guile.
16731 (all-perl): New target.
16732 (all-guile): New target.
16733
16734 * configure.in (host_tools): Include perl and guile.
16735 (native_only): Include perl and guile.
16736 (noconfigdirs): Don't build guile and perl; no ports have been
16737 done.
16738
16739 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
16740
16741 * configure (--enable-*): Handle quoted option lists such as
16742 --enable-sim-cflags='-g0 -O' better.
16743
16744 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16745
16746 * Makefile.in ({,inst}all-target): New rule so we can make and
16747 install all of the target directories easily.
16748
16749 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16750
16751 * configure.in: Add missing global flag in sed substitution when
16752 deleting `target-' from ${configdirs}.
16753
16754 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
16755
16756 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
16757 option.
16758
16759 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
16760 config/mh-necv4.
16761
16762 * install.sh: Correct misspelling of transformbasename.
16763
16764 * config.guess: Recognize mips-*-sysv*.
16765
16766 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
16767
16768 * config.sub: Recognize mon960.
16769
16770 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
16771
16772 * configure: Restore Canadian Cross handling of BISON and LEX,
16773 removed in Feb 20 change.
16774
16775 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
16776
16777 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
16778 Mention make install. Remove the old copyright date as well the
16779 clumsy and rather pointless copyright on the README file.
16780
16781 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
16782
16783 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
16784 Makefile after running symlink-tree, then run `make distclean' to
16785 avoid clobbering any generated files in srcdir.
16786
16787 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
16788
16789 * configure.in (m68k-*-netbsd*): Build everything now.
16790
16791 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
16792
16793 * Makefile.in (taz): Fix quoting.
16794
16795 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
16796
16797 * configure.in (sparclet-*-*): Build everything now.
16798
16799 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16800
16801 * configure.in (m68k-*-linux*): New host.
16802
16803 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
16804
16805 * configure: Check for bison before byacc.
16806
16807 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
16808
16809 * Makefile.in configure: Change the way LEX and BISON/YACC are
16810 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
16811 searching PATH. These are used as fallbacks by Makefile.in if
16812 flex/bison/byacc aren't in objdir.
16813
16814 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
16815
16816 * Makefile.in: Make everything which depends upon all-bfd also
16817 depend upon all-opcodes, in case --with-commonbfdlib is used.
16818
16819 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16820
16821 * configure.in (host *-*-cygwin32): Don't build gdb if we are
16822 building NT native compilers on Unix.
16823
16824 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
16825
16826 * configure.in: Don't get CC from the host Makefile fragment if we
16827 can find gcc in PATH, or if this is a Canadian Cross. Move the
16828 Solaris test for /usr/ucb/cc to the post target script, just after
16829 the compiler sanity test.
16830
16831 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
16832
16833 * config.sub: Merge with FSF.
16834
16835 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
16836
16837 * Makefile.in (RPATH_ENVVAR): New variable.
16838 (REALLY_SET_LIB_PATH): Use it.
16839 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
16840
16841 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
16842
16843 * config.sub, configure.in: Recognize sparclet cpu.
16844
16845 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
16846
16847 * config.guess: Support m68k-cbm-sysv4.
16848
16849 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16850
16851 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
16852 m68k-unknown-linuxaout from linker help string. Put quotes around
16853 $ld_help_string.
16854
16855 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
16856
16857 * config.guess (powerpc-harris-powerunix): Add guess for port
16858 to new target.
16859
16860 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16861
16862 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
16863
16864 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
16865
16866 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
16867 $(REALLY_SET_LIB_PATH) in Makefile.
16868 * Makefile.in (SET_LIB_PATH): New variable.
16869 (REALLY_SET_LIB_PATH): New variable.
16870 ($(DO_X)): Use $(SET_LIB_PATH).
16871 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
16872 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
16873 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
16874 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
16875 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
16876 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
16877 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
16878 (install-dosrel): Likewise.
16879 (all-opcodes): Depend upon all-libiberty.
16880
16881 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
16882
16883 * config.guess (*:CYGWIN*): New
16884
16885 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16886
16887 * Makefile.in (all-target-winsup): All all-target-libiberty.
16888
16889 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16890
16891 * configure.in (noconfigdirs): Add missing # in front of comment.
16892
16893 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
16894
16895 * configure.in: add second pass to things added to noconfigdirs
16896 so *-gm-magic can exclude libgloss properly.
16897
16898 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
16899
16900 * mpw-configure (extralibs_name, rez_name): Set correctly
16901 for MWC68K compiler.
16902
16903 * mpw-README: Add more info on the necessary build tools.
16904
16905 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
16906
16907 * configure.in, config.sub: Recognize cygwin32.
16908
16909 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
16910
16911 * config.guess, config.sub: Recognize A/UX.
16912
16913 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
16914
16915 * config.sub: Merge with gcc/config.sub.
16916
16917 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
16918
16919 * mpw-build.in (do-binutils): Add build of stamps.
16920
16921 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
16922
16923 * config.sub: Add recognition for mips64vr4100*-* targets.
16924
16925 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16926
16927 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
16928 Add creation of gconfigargs with `--enable-shared' turned on.
16929 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
16930 ($(host)-stamp-stage3-configured): Likewise.
16931 (HOLES): Add chatr and ldd.
16932 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
16933
16934 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
16935
16936 * configure: Pass --nfp to recursive configures.
16937
16938 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
16939
16940 * Makefile.in (DLLTOOL): New.
16941 (DLLTOOL_FOR_TARGET): New.
16942 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
16943 (EXTRA_TARGET_FLAGS): Ditto.
16944 (EXTRA_GCC_FLAGS): Ditto.
16945 (CONFIGURE_TARGET_MODULES): Ditto.
16946 (DO_X): Ditto.
16947 * configure: Add DLLTOOL.
16948
16949 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
16950
16951 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
16952 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
16953 mh-sco, since old workarounds no longer needed, and don't
16954 build ld, since libraries have weak symbols in COFF.
16955
16956 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
16957
16958 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
16959
16960 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
16961
16962 * configure.in: Make sure that ${CC} can be used to compile an
16963 executable.
16964
16965 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
16966
16967 * Makefile.in (all-gdb): Depend on $(GDB_TK).
16968 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
16969 nothing depending on whether gdbtk is being built.
16970
16971 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
16972
16973 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
16974
16975 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
16976
16977 * configure.in (noconfigdirs): Put ld or gas in this early, if the
16978 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
16979
16980 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
16981
16982 * config-ml.in: Add support for
16983 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
16984 Simplify setting of multidirs from --disable-foo.
16985
16986 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16987
16988 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
16989 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
16990 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
16991 non-empty, pass them on to the GCC make.
16992 (all-bootstrap): New rule that is like all-gcc, except it executes
16993 the GCC bootstrap rule instead of the GCC all rule.
16994
16995 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
16996
16997 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
16998
16999 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17000
17001 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
17002 DG/UX support.
17003
17004 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
17005
17006 * config.sub (i*86*) Change [345] to [3456]
17007
17008 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
17009
17010 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
17011 --with-gnu-ld=no.
17012
17013 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17014
17015 * config-ml.in (rs6000*, powerpc*): Add switches to control which
17016 AIX multilibs get built.
17017
17018 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17019
17020 * configure.in (i386-win32): Don't build expect if we're not
17021 building the tcl subdir.
17022
17023 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
17024
17025 * Makefile.in: (configure-target-examples, all-target-examples):
17026 New targets, configure and build example programs.
17027
17028 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
17029
17030 * mpw-configure: If an mpw-config.in generated a file mk.sed,
17031 use it as input to sedit the generated MPW makefile.
17032 * mpw-README: Add a suggestion about Gestalt.h.
17033
17034 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
17035
17036 * config.sub: Accept *-*-ieee*.
17037
17038 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
17039
17040 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
17041 Ronald F. Guilmette <rfg@monkeys.com>.
17042
17043 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17044
17045 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
17046 for powerpc-pe native.
17047 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
17048 (target==powerpc-pe): duplicate i386-win32 entry.
17049
17050 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17051
17052 * configure.in (noconfigdirs): Exclude target-newlib for all versions
17053 of vxworks, not just vxworks5.1.
17054
17055 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
17056
17057 * mpw-configure: Add support for exec-prefix.
17058
17059 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
17060
17061 * config.guess: Recognize HP model 816 machines as having
17062 a PA1.1 processor.
17063
17064 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
17065
17066 * configure: Ignore new autoconf configure options.
17067
17068 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
17069
17070 * config.guess: Recognize Pentium under SCO.
17071 From Robert Lipe <robertl@arnet.com>.
17072
17073 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17074
17075 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
17076
17077 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
17078
17079 * configure.in: Don't configure gas for alpha-dec-osf*.
17080
17081 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
17082
17083 * configure.in: Default to --with-stabs for some targets for which
17084 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
17085 i[345]86*-*-unixware*.
17086
17087 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
17088
17089 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
17090 rather than basing it on the target. Simplify handling of options
17091 controlling which directories to configure. Remove extraneous
17092 slash in multi-clean target.
17093
17094 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
17095
17096 * config-ml.in: Prefix more variables with ml_ so they don't collide
17097 with configure's.
17098
17099 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
17100
17101 * configure: Don't turn -v into --v.
17102
17103 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
17104
17105 * configure.in (targargs): Fix typo.
17106
17107 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
17108
17109 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
17110
17111 * configure.in: Strip --host and --target options from
17112 CONFIG_ARGUMENTS, and always configure for --host only. Add
17113 --with-cross-host option when building with a cross-compiler.
17114 * configure: Canonicalize the arguments put into config.status by
17115 always using `=' for an option with an argument. Pass a presumed
17116 --host or --target explicitly.
17117
17118 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
17119
17120 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
17121 into general OS recognition case.
17122
17123 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17124
17125 * configure.in (target_configdirs): add target-winsup only
17126 for win32 target systems.
17127
17128 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
17129
17130 * Makefile.in (all-target-libgloss): Depend upon
17131 configure-target-newlib, since when libgloss is built it looks to
17132 see if the newlib directory exists.
17133
17134 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
17135
17136 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
17137 cfg-ml-*.in.
17138
17139 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
17140
17141 * configure: Handle LD and LD_FOR_TARGET when configuring a
17142 Canadian Cross.
17143
17144 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17145
17146 * configure.in (target_libs): add target-winsup.
17147 (target==i386-win32): add patch diff flex make to $noconfigdirs.
17148 (target==ppcle-pe): remove ld from $noconfigdirs.
17149
17150 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
17151
17152 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
17153 Preserve relative path names in $srcdir. Build symlink tree if
17154 configuring cross target dir and srcdir=. (= no VPATH support).
17155 (configure-target-libg++): Depend on configure-target-librx.
17156 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
17157 * config-ml.in: New file.
17158 * symlink-tree: New file.
17159 * configure: Ensure srcdir="." if that's what it is.
17160
17161 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
17162
17163 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
17164 includes and FLEX_SKELETON setting.
17165 * mpw-configure (--with-gnu-ld): New option, controls whether
17166 to use PPCLink or ld with PowerMac GCC.
17167 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
17168 * mpw-config.in: Configure grez if targeting Mac.
17169
17170 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
17171 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
17172 just macos.
17173 * configure.in: Configure grez resource compiler if targeting Mac.
17174 * Makefile.in (all-grez, install-grez): New targets.
17175
17176 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
17177
17178 * configure: CXX defaults to gcc, not g++. If we find
17179 gcc in the path, set CC to gcc -O2.
17180
17181 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
17182
17183 * configure: Default ${build} correctly. Avoid picking up extra
17184 spaces when reading CC and CXX from Makefile. When doing a
17185 Canadian Cross, use plausible default values for numerous
17186 variables.
17187 * configure.in: When doing a Canadian Cross, don't try to
17188 configure tools whose configure script can't handle it.
17189
17190 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17191
17192 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
17193
17194 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
17195
17196 * configure: Remove dubious bug reporting address.
17197
17198 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
17199
17200 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
17201 configure script, run that instead of this directory's configure.
17202 In either case, print a message that we're configuring the sub-dir.
17203
17204 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
17205
17206 * configure.in: Before checking for the existence of various files,
17207 use sed to filter out "target-".
17208
17209 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
17210
17211 * Makefile.in (DO_X): Split rule to decrease command line length
17212 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
17213 (Philippe De Muyter).
17214
17215 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17216
17217 * Makefile.in (all-patch): depend on all-libiberty.
17218
17219 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
17220
17221 * configure.in: If the only directory in target_configdirs which
17222 actually exists is libiberty, then set target_configdirs to empty,
17223 to avoid trying to build a target libiberty in a gas or gdb
17224 distribution.
17225
17226 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
17227
17228 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
17229 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
17230 systems.
17231
17232 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17233
17234 * configure.in (copy_dirs): Use sys-include instead of include
17235 for --with-headers option.
17236
17237 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
17238
17239 * Makefile.in, configure.in: Make winsup builds work with
17240 new scheme.
17241
17242 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
17243
17244 * configure.in: Build the linker on AIX.
17245
17246 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
17247
17248 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
17249 where needed.
17250
17251 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
17252
17253 * Makefile.in (all-gcc): Fix typo.
17254
17255 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
17256
17257 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
17258
17259 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
17260
17261 * configure.in: Rename libFOO to target-libFOO, and xiberty
17262 to target-xiberty, to provide more flexibility.
17263 (target_subdir): Define. Create if cross.
17264 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
17265 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
17266 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
17267 check-libFOO -> check-target-libFOO, etc.
17268 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
17269 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
17270 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
17271 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
17272 allow ALL_GCC="" to only configure.
17273 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
17274 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
17275 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
17276
17277 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
17278
17279 * Makefile.in (taz): Build "info" in etc explicitly.
17280
17281 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
17282
17283 * configure.in: Make sure that CC is undefined (as opposed to
17284 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
17285 problem with autoconf trying to configure on a host without GCC.
17286
17287 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
17288
17289 * mpw-configure: Set host alias from choice of host compiler,
17290 only use generic MPW Makefile sed if present, edit a file
17291 named "hacked_Makefile.in" instead of "Makefile.in" if present.
17292 * mpw-README: Add problem notes about CW6 and CW7.
17293
17294 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
17295
17296 * Makefile.in (taz): Use ";" instead of ";;".
17297
17298 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
17299
17300 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
17301 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
17302 DISTDOCDIRS.
17303 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
17304 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
17305
17306 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
17307
17308 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
17309 and gnats, because they are now subsumed by DISTSTUFFDIRS.
17310 Move bfd to DISTSTUFFDIRS.
17311
17312 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17313
17314 * Makefile.in (X11_LIB): Removed.
17315 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
17316
17317 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
17318
17319 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17320
17321 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
17322 names.
17323
17324 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17325
17326 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
17327
17328 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
17329
17330 * configure.in (i[345]86-*-win32): Always build newlib.
17331 Don't configure cvs, autoconf or texinfo.
17332 * Makefile.in (LD_FOR_TARGET): New.
17333 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
17334 Pass down LD_FOR_TARGET.
17335
17336 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
17337
17338 * winsup: New directory.
17339 * Makefile.in: Build winsup.
17340 * configure.in: Winsup is configured when target is win32.
17341 Can only build win32 target GDB when native.
17342
17343 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
17344
17345 * config.guess: Recognize HP model 819 machines as having
17346 a PA 1.1 processor.
17347
17348 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
17349
17350 * configure: Fix sed loop which substitutes for CC and CXX to
17351 avoid bug found in various sed implementations.
17352
17353 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17354
17355 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
17356 simulator. Use standard powerpc-*-eabi*.
17357
17358 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
17359
17360 * configure.in: Stop putting gas and binutils in noconfigdirs for
17361 powerpc-*-aix* and rs6000-*-*.
17362
17363 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
17364
17365 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
17366 -mcall-aixdesc libraries.
17367
17368 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
17369
17370 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
17371
17372 * config.sub (arm | armel | armeb): Fix shell syntax.
17373
17374 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17375
17376 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
17377 -msoft-float and -mcpu=common support.
17378 (powerpc*-*-eabisim*): Add support for building -mcall-aix
17379 libraries.
17380
17381 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
17382
17383 * configure.in: Allow configuration and build of emacs19 for the alpha.
17384
17385 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17386
17387 * configure.in (CC): Get ^CC, not just any old CC, from
17388 ${host_makefile_frag}.
17389
17390 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17391
17392 * configure.in (CC): Try to get CC from
17393 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
17394
17395 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17396
17397 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
17398 only if it exists in $(srcdir).
17399
17400 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
17401
17402 * configure: If CC and CXX are not set in the environment, set
17403 them, based on either an existing Makefile or on searching for gcc
17404 in PATH. Substitute for CC and CXX in Makefile.
17405 * configure.in: Remove libm from target_libs. Separate
17406 target_configdirs from configdirs. If CC is not set in
17407 environment, try to get it from a host Makefile fragment. Rewrite
17408 changes of configdirs to use skipdirs instead. A few minor
17409 tweaks. Take directories out of target_configdirs as they are
17410 taken out of configdirs. Remove existing Makefile files from
17411 subdirectories. Substitute for TARGET_CONFIGDIRS and
17412 CONFIG_ARGUMENTS in Makefile.
17413 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
17414 by configure.in.
17415 (CONFIG_ARGUMENTS): Likewise.
17416 (CONFIGURE_TARGET_MODULES): New variable.
17417 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
17418 ($(CONFIGURE_TARGET_MODULES)): New target.
17419 (configure-libg++, configure-libio): New targets.
17420 (all-libg++): Depend upon configure-libg++.
17421 (all-libio): Depend upon configure-libio.
17422 (configure-libgloss, all-libgloss): New targets.
17423 (configure-libstdc++): New target.
17424 (all-libstdc++): Depend upon configure-libstdc++.
17425 (configure-librx, all-librx): New targets.
17426 (configure-newlib): New target.
17427 (all-newlib): Depend upon configure-newlib
17428 (configure-xiberty): New target.
17429 (all-xiberty): Depend upon configure-xiberty.
17430
17431 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17432
17433 * configure.in (host i[345]86-*-win32): Expand the
17434 noconfigdirs again.
17435
17436 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
17437
17438 * mpw-configure: Fix sed command file name.
17439
17440 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
17441
17442 * configure.in (host i[345]86-*-win32): Reduce the
17443 noconfigdirs again.
17444
17445 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
17446
17447 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
17448 or powerpc*-*-pe*, since they are not yet supported.
17449
17450 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
17451
17452 Add PowerMac support and many other enhancements.
17453 * mpw-configure: New option --cc to select compiler to use,
17454 paste options set according to --cc into the generated
17455 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
17456 if mpw-make.sed is present.
17457 * mpw-config.in: Don't test for gC1, test for mpw-touch,
17458 add forward includes for PowerPC include files.
17459 * mpw-build.in: Build using Makefile.PPC if present.
17460 (do-byacc, etc): Remove separate version resource builds.
17461 (do-gas): Build "stamps" before "all".
17462 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
17463 * mpw-README: Update to reflect --cc option, PowerMac support,
17464 and recently-reported compatibility problems.
17465
17466 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
17467
17468 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
17469 embedded m68k systems (-aout, -coff, -elf, -vxworks).
17470 (--with-multilib-top): Pass to recursive invocations.
17471
17472 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
17473
17474 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
17475 v810-*-*.
17476
17477 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17478
17479 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
17480 gdb, ld and opcodes on v810-*-*.
17481
17482 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
17483
17484 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
17485 (local-maintainer-clean): New target.
17486 (maintainer-clean): New target.
17487 (realclean): Just depend upon maintainer-clean.
17488
17489 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17490
17491 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
17492
17493 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
17494
17495 * configure.in: Build ld in mips*-*-bsd* case.
17496
17497 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
17498
17499 * config.sub: Accept -lites* OS. From Ian Dall.
17500
17501 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
17502
17503 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
17504 targets.
17505
17506 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17507
17508 * configure.in: treat i386-win32 canadian cross the same as
17509 i386-go32 canadian cross.
17510
17511 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17512
17513 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
17514 running under the simulator to build a reduced set of libraries.
17515 (powerpc-*-eabiaix): Add fine grained multilib support added to
17516 other powerpc targets yesterday.
17517
17518 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17519
17520 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
17521 -disable-softfloat, -disable-relocatable, -disable-aix, and
17522 -disable-sysv to control which multilib libraries get built.
17523
17524 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
17525
17526 * configure: Add Makefile.tem to list of files to remove in trap
17527 handler.
17528
17529 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
17530
17531 * config.guess (*Linux*): Add missing "exit"s.
17532 Also, need specific check for alpha-unknown-linux (uses COFF).
17533
17534 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
17535
17536 * config.guess: Merge with FSF:
17537
17538 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
17539 * config.guess (AIX4): More robust release numbering discovery.
17540
17541 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
17542 * config.guess (i386-sequent-ptx): Properly get version number.
17543
17544 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
17545 * config.guess (mips:*:4*:UMIPS): New case.
17546
17547 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
17548
17549 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
17550 (i386-win32 host): Likewise. Don't build readline.
17551
17552 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
17553
17554 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
17555 SUPPORT_FILES to submakes.
17556
17557 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
17558
17559 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
17560 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
17561 mpw-configure.
17562
17563 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
17564
17565 * configure.in (appdirs): Use =, not ==, in test expression when
17566 trying to build the text to print in the warning message for
17567 Solaris users.
17568
17569 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
17570
17571 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
17572
17573 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
17574
17575 * config.guess: Recognize lynx-2.3.
17576
17577 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
17578
17579 * config.sub (z8ksim): Deleted
17580 (z8k-*-coff): New, this is the one true name of the target.
17581
17582 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
17583
17584 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
17585
17586 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
17587
17588 * config.guess (*:Linux:*:*): First try asking the linker what the
17589 default object file format is (elf, aout, or coff). Then if this
17590 fails, try previous methods.
17591
17592 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17593
17594 * configure.in: Don't build newlib for *-*-vxworks5.1.
17595
17596 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
17597
17598 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
17599 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
17600
17601 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
17602
17603 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
17604
17605 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
17606
17607 * cfg-ml-com.in: New file.
17608 * cfg-ml-pos.in: New file.
17609
17610 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
17611
17612 * COPYING.NEWLIB: Add HP free copyright to list.
17613
17614 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17615
17616 * config.sub: Recognize -eabi* for the system, not just -eabi.
17617
17618 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
17619
17620 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
17621 * config.sub, configure.in (win32): New target and host.
17622
17623 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
17624
17625 * configure.in: Add i386-pe configuration.
17626
17627 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
17628
17629 * mpw-build.in (install): Install GDB after LD.
17630
17631 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
17632
17633 * mpw-config.in (elf/mips.h): Always forward-include, needed
17634 for GDB to build.
17635
17636 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
17637
17638 * testsuite: New directory for customer acceptance and whole tool
17639 chain tests.
17640
17641 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
17642
17643 * configure: If per-host line isn't found, but AC_OUTPUT is found
17644 and a configure script exists, run it instead.
17645
17646 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
17647
17648 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
17649
17650 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
17651
17652 * configure: Set build_{cpu,vendor,os,alias} to host values when
17653 --build isn't specified.
17654
17655 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
17656
17657 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
17658 (FLAGS_TO_PASS): Pass them.
17659 (EXTRA_TARGET_FLAGS): Ditto.
17660
17661 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17662
17663 * Makefile.in (all-libg++): Depend on all-libstdc++.
17664
17665 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17666
17667 * configure.in (noconfigdirs): Enable all packages for
17668 i386-unknown-netbsd.
17669
17670 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
17671
17672 * configure.in (noconfigdirs): Don't configure tk for i386-go32
17673 hosted builds (DOS builds)
17674
17675 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
17676
17677 Changes for ARM based on patches from Richard Earnshaw:
17678 * config.sub: Handle armeb and armel.
17679 * configure.in: Omit arm linker only for riscix.
17680
17681 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
17682
17683 * config.guess: Update from FSF.
17684
17685 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
17686
17687 * config.sub: Recognize powerpcle as the little endian variant of
17688 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
17689 powerpcle variant. Convert pentium into i586, not i486. Add p5
17690 alias for i586. Map new x86 variants p6, k5, nexgen into i586
17691 temporarily.
17692
17693 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
17694
17695 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
17696
17697 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
17698
17699 * config.sub: Accept -lites* as a basic system type.
17700
17701 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
17702
17703 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
17704 installed, and if so return linuxoldld as the system name.
17705
17706 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
17707
17708 * config.guess: Add hppa1.1-hp-lites support.
17709
17710 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
17711
17712 * configure.in: Don't build newlib for m68k-vxworks5.1.
17713
17714 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17715
17716 * configure.in (mips-sgi-irix6): Use mh-irix5.
17717
17718 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
17719
17720 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
17721
17722 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
17723
17724 * test-build.mk: Enable building of shared libraries on IRIX 5 and
17725 OSF/1. Fix compiler flags.
17726 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
17727
17728 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
17729
17730 * configure.in: Recognize --with-newlib.
17731 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
17732
17733 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17734
17735 * Makefile.in: move {all,check,install}-gdb from *_MODULES
17736 to *_X11_MODULES due to gdbtk needing X include files et al.
17737
17738 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
17739
17740 Merge in support for Mac MPW as a host.
17741 (Old change descriptions retained for informational value.)
17742
17743 * mpw-config.in: Add generic include forwards for cpu-specific
17744 include files in aout and elf directories.
17745
17746 * mpw-configure: Added copyright.
17747 * mpw-config.in: Check for presence of required build tools.
17748 (target_libs): Add newlib.
17749 (target_tools): Add examples.
17750 (Read Me): Generate as "Read Me for MPW" instead.
17751 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
17752 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
17753 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
17754
17755 * mpw-configure: Remove subdir-specific makefile hackery,
17756 delete mk.tmp after using it.
17757
17758 * mpw-build.in (all): Display start and end times.
17759
17760 * mpw-configure (host_canonical): Set.
17761 (target_cpu): Always add to makefiles.
17762 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
17763 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
17764 (mpw-mh-mpw): Look for in srcdir and srcroot.
17765 Use sed instead of mpw-edit-prefix to edit prefix definitions.
17766
17767 * mpw-build.in: (install-only): New target.
17768
17769 * mpw-configure (host_alias, target_alias): Rename from hostalias
17770 and targetalias, add into generated Makefile.
17771 (mk.tmp): If present, add into generated Makefile.
17772 * mpw-build.in (all-gas): Build config.h first before gas proper.
17773
17774 * mpw-configure (config.status): Write only if changed.
17775 * mpw-config.in (readline): Configure it (not built, just used for
17776 definitions).
17777
17778 * mpw-config.in (elf/mips.h): Add a forward include.
17779
17780 * mpw-config.in: Forward-include most .h files in include into
17781 extra-include.
17782 (readline): Don't build.
17783 mpw-build.in (install): Install GDB.
17784
17785 * mpw-configure (prefix, mpw_prefix): Handle it.
17786 * mpw-config.in (mmalloc, readline): Don't configure.
17787 * mpw-build.in (thisscript): Rename to ThisScript.
17788 Use mpw-build instead of BuildProgram everywhere.
17789 (mmalloc, readline): Don't build.
17790 * mpw-README: New file, basic documentation about the MPW port.
17791
17792 * mpw-config.in: Use forward-include to create include files.
17793
17794 * mpw-configure: Add more things to the top of each configured
17795 Makefile, including contents of config/mpw-mh-mpw.
17796 * mpw-config.in (extra-include): Create this directory and fill it
17797 with Posix-like include files when configuring.
17798
17799 * config.sub (apple, mac, mpw): Add various aliases.
17800
17801 * mpw-build.in: New file, top-level build script fragment for MPW.
17802 * mpw-configure: New file, configure script for MPW.
17803 * mpw-config.in: New file, config fragment for MPW.
17804
17805 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17806
17807 * configure.in (host_libs): Remove glob, since it is gone from the
17808 sources.
17809
17810 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17811
17812 * Makefile.in: define empty GDB_NLM_DEPS var.
17813
17814 * configure.in(target_makefile_frag): use config/mt-netware
17815 for netware targets.
17816
17817 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
17818
17819 * config.sub: Merge in recent FSF changes. Remove linux special
17820 cases.
17821
17822 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17823
17824 Revert this change:
17825
17826 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
17827
17828 * build-all.mk: Use CC=cc -Xs on Solaris.
17829
17830 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17831
17832 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
17833 stop using it.
17834 * Makefile.in: Nuke all references to glob subdirectory.
17835
17836 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
17837
17838 * configure.in: Fix --enable-shared logic in per-host.
17839
17840 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
17841
17842 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
17843
17844 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17845
17846 * configure.in (noconfigdirs): Don't build gas on AIX, for
17847 powerpc*-*-aix* as well as for rs6000*-*-aix*.
17848
17849 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
17850
17851 * configure: Fix --cache-file to work if the file argument is a
17852 relative path.
17853
17854 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
17855
17856 * configure: If the --cache-file is used, pass it down to
17857 configure in subdirectories.
17858
17859 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
17860
17861 * config.sub: add vxworks29k configuration.
17862
17863 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
17864
17865 * Makefile.in (taz): Do "diststuff" part quietly.
17866
17867 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
17868
17869 * config.sub: Mini-merge with gcc/config.sub.
17870
17871 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17872
17873 * config.guess (IRIX): Sed - to _.
17874
17875 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17876
17877 * Makefile.in (source-vault, binary-vault): New targets.
17878
17879 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
17880
17881 * config.sub: Recognize -eabi as a basic system type.
17882
17883 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
17884
17885 * configure.in (enable_shared stuff): Fix typo.
17886
17887 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
17888
17889 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
17890
17891 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
17892
17893 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
17894
17895 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17896
17897 * configure.in (rs6000-*-*): Don't build gas.
17898
17899 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
17900
17901 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
17902 reduce command line length.
17903 (AS_FOR_TARGET): Check for as.new, not Makefile.
17904 (NM_FOR_TARGET): Check for nm.new, not Makefile.
17905
17906 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
17907
17908 * config.guess: Merge from FSF.
17909
17910 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17911
17912 * configure: Don't use $ when handling program_suffix.
17913
17914 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
17915
17916 * configure.in: Configure tk for hppa/hpux.
17917
17918 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
17919
17920 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
17921
17922 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
17923
17924 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
17925 to LIBCXXFLAGS. Tests are better run without it.
17926
17927 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
17928
17929 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
17930
17931 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
17932
17933 * configure.in (*-*-netware*): Don't configure xiberty.
17934
17935 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
17936
17937 * configure.in: Remove tk from native_only list.
17938
17939 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
17940
17941 * build-all.mk: Add mips-ncd-elf target to sun4 targets
17942 for special NCD build.
17943
17944 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17945
17946 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
17947 makeall.bat, they're only useful for binutils snapshots.
17948 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
17949 makeall.bat to specified SUPPORT_FILES.
17950
17951 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
17952
17953 * build-all.mk: Add Ericsson targets to sun4 and solaris
17954 hosts. Add BNR's sun4 target to solaris host, so their
17955 build-from-source will be tested in-house first.
17956
17957 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
17958
17959 * Makefile.in (LIBCFLAGS): New variable.
17960 (CFLAGS_FOR_TARGET): Ditto.
17961 (LIBCFLAGS_FOR_TARGET): Ditto.
17962 (LIBCXXFLAGS): Ditto.
17963 (CXXFLAGS_FOR_TARGET): Ditto.
17964 (LIBCXXFLAGS_FOR_TARGET): Ditto.
17965 (BASE_FLAGS_TO_PASS): Pass them.
17966 (EXTRA_TARGET_FLAGS): Ditto.
17967
17968 * configure.in: Support --enable-shared.
17969
17970 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
17971
17972 * configure.in (target_libs): Include libstdc++ again.
17973 * config.guess: Update from FSF (for FreeBSD).
17974
17975 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17976
17977 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
17978 makeall.bat.
17979 (DISTDOCDIRS): Add `etc'.
17980 (ETC_SUPPORT_PFX): New variable.
17981 (taz): Include anything from etc starting with a word in
17982 ETC_SUPPORT_PFX.
17983
17984 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17985
17986 * config.sub: Update for recent FSF changes. Remove obsolete
17987 h8300hds entry. Add -windows* and -osx as basic os. Minor
17988 spacing changes.
17989
17990 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
17991
17992 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
17993
17994 * config.guess: Merge with FSF.
17995 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
17996
17997 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17998
17999 * configure: Since the "trap 0" handler will override the exit
18000 status on many systems, only use it for "exit 1", and make it set
18001 a non-zero exit status; reset it before "exit 0". Also, check
18002 exit status of config.sub, and error out if it failed.
18003
18004 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
18005
18006 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
18007 and install libgloss.
18008
18009 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18010
18011 * Makefile.in (all-binutils): Depend upon all-byacc.
18012
18013 * configure.in: Don't build emacs on Irix 5.
18014
18015 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18016
18017 * configure.in (*-*-netware*): Add libio.
18018
18019 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
18020
18021 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
18022 (CHECK_TARGET_MODULES): Ditto.
18023 (INSTALL_TARGET_MODULES): Ditto.
18024 (TARGET_LIBS): Ditto.
18025 (all-libstdc++): Note dependencies.
18026
18027 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18028
18029 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
18030
18031 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
18032
18033 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
18034 -fexternal-templates.
18035
18036 * configure.in (target_libs): Add libstdc++.
18037 (noconfigdirs): Add libstdc++ as appropriate.
18038
18039 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
18040
18041 * config.guess: Update from FSF.
18042
18043 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18044
18045 * configure: Use ${config_shell} when running ${configsub}.
18046
18047 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
18048
18049 * config.sub: No longer recognize h8300h.
18050
18051 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18052
18053 * config.sub: Remove extraneous differences between config.sub and
18054 gcc/config.sub.
18055
18056 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18057
18058 * Makefile.in (DISTSTUFFDIRS): Add gas.
18059
18060 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
18061
18062 * COPYING.NEWLIB: New file.
18063
18064 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
18065
18066 * config.guess (HP-UX): Patch from Harlan Stenn
18067 <harlan@landmark.com> to also emit release level.
18068
18069 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
18070
18071 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
18072
18073 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
18074
18075 * config.sub: Merge nextstep cleanup from FSF.
18076
18077 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18078
18079 * configure.in (arm-*-*): Don't configure ld for this target.
18080
18081 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18082
18083 * configure.in (*-*-netware): don't configure libg++, libio,
18084 librx, or newlib.
18085
18086 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18087
18088 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
18089 configure ld--it works, but it doesn't support shared libraries.
18090
18091 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
18092
18093 * config.guess (*-unknown-freebsd*): Get rid of possible
18094 trailing "(Release)" in version string.
18095 Patch from Paul Richards <paul@isl.cf.ac.uk>.
18096
18097 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
18098
18099 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
18100 Fix type: *-next-neststep -> *-next-nextstep.
18101
18102 * config.guess: Merge from FSF:
18103
18104 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
18105
18106 * config.guess: Recognize powerpc-ibm-aix3.2.5.
18107
18108 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
18109
18110 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
18111 instead of UNIX_SV for UnixWare 1.0).
18112
18113 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
18114
18115 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
18116 to make gdb/nlm/* build after the compiler and linker.
18117
18118 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
18119
18120 * config.guess (netbsd, freebsd, linux): Accept any machine,
18121 not just i[34]86.
18122 (m68k-atari-sysv4): Relocate to match FSF version.
18123
18124 * config.guess: More merges from the FSF:
18125
18126 Add a space before function call or macro invocation.
18127
18128 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18129
18130 * config.guess: Add trap cmd to remove dummy.c and dummy when
18131 interrupted.
18132
18133 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18134
18135 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
18136 (dummy): Redirect stderr from compilation of dummy.c.
18137
18138 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
18139
18140 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
18141
18142 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
18143
18144 * configure: Accept and ignore --cache*, for compatibility with
18145 new autoconf.
18146
18147 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
18148
18149 * config.guess: Merge from FSF:
18150
18151 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
18152
18153 * config.guess (Pyramid*:OSx*:*:*): New case.
18154 (PATH): Add /.attbin at end for finding uname.
18155 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
18156
18157 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
18158
18159 * config.guess (M88*:DolphinOS:*:*): New case.
18160
18161 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
18162
18163 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
18164 to select whether to use ELF or COFF.
18165
18166 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
18167
18168 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
18169
18170 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
18171
18172 * config.guess: Guess the OS version for HPUX.
18173
18174 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
18175
18176 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
18177
18178 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18179
18180 * configure.in: Recognize --with-headers, --with-libs, and
18181 --without-newlib.
18182 * Makefile.in (all-xiberty): Depend upon all-ld.
18183
18184 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18185
18186 * configure.in: Change i[34]86 to i[345]86.
18187
18188 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18189
18190 * configure (version): A few more tweaks to help message.
18191
18192 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
18193
18194 * Makefile.in: Remove (for now) librx as a host library,
18195 now that we're building it for target.
18196
18197 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18198
18199 * configure: Fix up help message; from karl@owl.hq.ileaf.com
18200 (Karl Berry).
18201
18202 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
18203
18204 * configure.in: Also configure librx.
18205
18206 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
18207
18208 * Makefile.in: Update various rules to reflect that librx
18209 is now needed for libg++.
18210
18211 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18212
18213 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
18214
18215 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
18216
18217 * configure.in: Configure the examples directory.
18218
18219 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18220
18221 * configure: Simplify Jun 2 1994 change.
18222
18223 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
18224
18225 * change CC to /usr/latest/bin/gcc for lynx host builds, since
18226 /bin/gcc isn't good enough to build gcc.
18227
18228 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
18229
18230 * Makefile.in (GDB_SUPPORT_FILES): Remove
18231 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
18232 (gdb.tar.gz): Add new rule to use standard distribution building
18233 mechanism.
18234
18235 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18236
18237 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
18238 Bill Cox <bill@cygnus.com>.
18239
18240 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
18241
18242 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
18243
18244 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
18245
18246 * configure: Search current dir first in .gdbinit.
18247
18248 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
18249
18250 * config.sub: Recognize freebsd (merged from gcc config.sub).
18251
18252 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
18253
18254 * config.sub: Refer to NeXT's operating system as nextstep.
18255
18256 * config.sub (case $basic_machine): Re-order the cases, to match
18257 the order in the FSF version (which is mostly alphabethical).
18258 Merge in some additions and changes from the FSF.
18259
18260 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
18261
18262 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
18263 * config.sub: Recognize cxux7.
18264 * configure.in: Use mh-cxux for m88k-harris-cxux*.
18265
18266 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
18267
18268 * config.sub: Fix typo powerpc -> powerpc-*.
18269
18270 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
18271
18272 * Makefile.in: `all-emacs19' depends on `all-byacc'.
18273
18274 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
18275 parallel with all-emacs and install-emacs). Top-level command
18276 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
18277
18278 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18279
18280 * test-build.mk ($(host)-stamp-stage2-installed): Remove
18281 $(relbindir)/make before doing ``make install'', and use
18282 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
18283 installing over running make binary.
18284 ($(host)-stamp-stage3-installed): Likewise.
18285
18286 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18287
18288 * config.guess: Recognize Mach.
18289
18290 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18291
18292 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
18293 see whether --exec-prefix was used.
18294
18295 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
18296
18297 * README: Explicitly mention libg++/README. (Zoo's idea.)
18298
18299 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18300
18301 * Makefile.in: Add all-librx target similar to all-libproc.
18302
18303 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
18304
18305 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
18306 with post 1.2 uname bogosity.
18307
18308 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18309
18310 * configure: Remove temporary files on receipt of a signal.
18311
18312 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
18313
18314 * configure: If there is a package_makefile_frag, remove
18315 ${subdir}/Makefile.tem after copying it in.
18316
18317 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
18318
18319 * build_all.mk: support rs6000 lynx identifies itself as
18320 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
18321 since /bin/gcc is too feeble to compile a modern gcc.
18322
18323 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
18324
18325 * brought devo/test-build.mk update-to-date with progressive/
18326 test-build.mk. Add lynx targets and hppa flag info.
18327
18328 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
18329
18330 * configure.in: Use mh-ncrsvr43. Patch from
18331 Tom McConnell <tmcconne@sedona.intel.com>.
18332
18333 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
18334
18335 * config.guess (i386-unknown-bsdi): No longer need to
18336 check #if defined(__bsdi__) && defined(__i386__).
18337
18338 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18339
18340 * configure: Set program_transform_nameoption correctly.
18341
18342 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
18343
18344 * brought build-all.mk update-to-date with progressive build-all.mk,
18345 added new targets and hppa info.
18346
18347 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18348
18349 * configure: If config.guess result is a prefix of the user
18350 specified target, assume a native build and use the user specified
18351 target as the host alias. Remove SunOS patch suffix removal hack.
18352 * configure.in: Remove SunOS patch suffix removal hack.
18353
18354 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
18355 in NATIVE_CHECK_MODULES.
18356
18357 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
18358
18359 * Makefile.in: Rename HOST_ONLY to NATIVE.
18360 * configure: Delete SunOs patch suffix from host_canonical
18361 and build_canonical variables that are prepended to Makefiles.
18362 * configure.in: Add comments for easier maintenance.
18363
18364 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18365
18366 * Makefile.in: Add all-libproc target similar to all-gui.
18367
18368 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
18369
18370 * Makefile.in (CHECK_MODULES): split into
18371 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
18372
18373 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
18374
18375 * config.guess (i386-unknown-bsdi): New system to guess.
18376
18377 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18378
18379 * Makefile.in: Add all-gui target (but not yet build by "all").
18380
18381 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
18382
18383 * config.sub: Move deletion of patch suffix from here...
18384 * configure.in: To here, at Ian's suggestion. The top-
18385 level scripts might need to know of a patch level.
18386
18387 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
18388
18389 * config.sub: Strip off patch suffix so rtl is recognized
18390 as a sunos4.1.3 machine, even though it's been patched.
18391
18392 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
18393
18394 * Makefile.in (INSTALL_LAST): Delete.
18395 (INSTALL_DOSREL): New.
18396
18397 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18398
18399 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
18400 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
18401 whether we pass down --with-gnu-ld anyhow.
18402
18403 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
18404
18405 * Makefile.in (INSTALL_LAST): Change operation so it works
18406 on more flavors of make.
18407 * configure.in (go32): Don't build libg++ or libio.
18408
18409 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
18410
18411 * Makefile.in (Move HOST_PREFIX_1 and friends up so
18412 they can be overriden by templates.
18413
18414 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
18415
18416 * configure.in (target==go32): Don't build gdb.
18417 * dosrel: New directory.
18418
18419 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
18420
18421 * configure.in (host==go32): Configure dosrel too.
18422 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
18423 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
18424 be set by incoming names or templates.
18425 (INSTALL_LAST): New rule.
18426
18427 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
18428
18429 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
18430
18431 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
18432
18433 * configure.in (appdirs): New variable. Currently empty, but will
18434 be used in gas distribution. If nonempty, lists a set of
18435 directories at least one of which must get configured, or top
18436 level configuration is considered to have failed.
18437 (rs6000-*-lynxos*): Use new file name.
18438
18439 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18440
18441 Eliminate XTRAFLAGS.
18442 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
18443 newlib include files using -idirafter, and also use -nostdinc.
18444 (CXX_FOR_TARGET): Likewise.
18445 (XTRAFLAGS): Removed.
18446 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
18447 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
18448 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
18449 ($(DO_X)): Don't pass down XTRAFLAGS.
18450
18451 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18452
18453 * configure.in (mips*-dec-bsd*): New target; do build linker.
18454 (mips*-*-bsd*): New target; don't build linker.
18455
18456 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
18457
18458 * configure.in: support rs6000-*-lynxos* configuration.
18459 support sunos4 as a cross target.
18460
18461 * config.sub: look for lynx*, not lynx since the OS version may
18462 legitimately be part of the name.
18463
18464 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
18465
18466 * configure.in (i[34]86-*-sco*): Move to be with other i386
18467 targets.
18468 (romp-*-*): New target. Skip various binary utilities.
18469 (vax-*-*): New target. Don't build newlib.
18470 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
18471
18472 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18473
18474 * configure.in: Only set host_makefile_frag if config
18475 directory exists.
18476
18477 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18478
18479 * install.sh: If $dstdir exists, don't check whether each
18480 component does.
18481
18482 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18483
18484 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
18485
18486 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
18487
18488 * configure.in (*-*-lynxos*): Don't configure newlib for either
18489 native or cross Lynx.
18490
18491 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
18492
18493 * config.sub (sparc64-elf): Fix os.
18494 (z8k): Remove duplicate.
18495
18496 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18497
18498 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
18499 gcc/stmp-fixproto, to try to prevent fixproto from being run.
18500
18501 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
18502
18503 * configure: Make file links cleanly even if Lynx fails on
18504 an NFS symlink (at least fail cleanly).
18505
18506 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
18507
18508 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
18509 -XNh2000.
18510
18511 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18512
18513 * configure: Unknown options are fatal again.
18514
18515 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
18516
18517 * configure: Ignore --x-includes and --x-libraries, for Autoconf
18518 compatibility.
18519
18520 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
18521
18522 * build-all.mk: Add `clean' target.
18523
18524 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18525
18526 * config.guess: Add SINIX support.
18527 * configure.in: Add mips-*-sysv4* support.
18528
18529 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
18530
18531 * build-all.mk: Document all useful targets.
18532 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
18533 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
18534
18535 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18536
18537 * configure: Support --silent, --quiet.
18538
18539 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18540
18541 * configure: Support --disable-FEATURE.
18542
18543 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18544
18545 * config.guess: Recognize NCR running SVR4.3.
18546
18547 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
18548
18549 * config.guess: Make BSDI generate i386-unknown-bsd386.
18550 Patch from Paul Eggert <eggert@twinsun.com>.
18551
18552 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18553
18554 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
18555
18556 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18557
18558 * configure: Make unrecognized options give nonfatal warnings
18559 instead of fatal errors, and pass them to any subdirectory
18560 configures in case they recognize them.
18561 Make --x equivalent to --with-x.
18562
18563 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18564
18565 * configure: Add --enable-* options. Clean up usage message and
18566 some comments.
18567
18568 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
18569
18570 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
18571
18572 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18573
18574 * configure.in (hppa*-*-*): Enable binutils.
18575
18576 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18577
18578 * config.sub: Recognize cisco.
18579
18580 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
18581
18582 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
18583
18584 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18585
18586 * config.guess: about target *-hitachi-hiuxwe2, don't print more
18587 than one configuration name. Add comment.
18588
18589 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
18590
18591 * config.guess: about target *-hitachi-hiuxwe2, fixed
18592 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
18593 macro is incorrect.]
18594
18595 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18596
18597 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
18598 than the "make ls" stuff which used to be here.
18599
18600 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
18601
18602 * config.guess: Recognize i[34]86-unknown-freebsd.
18603 From Shawn M Carey <smcarey@rodan.syr.edu>.
18604
18605 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
18606
18607 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
18608
18609 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
18610
18611 * config.guess: Check for ptx.
18612
18613 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
18614
18615 * config.sub: Add os9k checking.
18616
18617 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18618
18619 * config.guess: Handle OSF1 running on HPPA processors
18620
18621 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
18622
18623 * configure: If subdir configure fails, print out a message with
18624 subdirectory name, in case subdir's configure code didn't identify
18625 itself.
18626
18627 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
18628
18629 * configure.in: Remove embedded newlines from configdirs.
18630 Avoid mismatches of substrings. Fix matching strings at end
18631 of configdirs.
18632
18633 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
18634
18635 * config.guess: Add Lynx/rs6000 config support.
18636
18637 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
18638
18639 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
18640
18641 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
18642
18643 * configure.in (hppa*-*-osf*): Treat this just like most other
18644 PA configurations (eg no binutils or ld).
18645 (hppa*-*-*elf*): These configurations have binutils and ld.
18646
18647 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18648
18649 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
18650
18651 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18652
18653 * configure.in (rs6000-*-*): Build gas.
18654
18655 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18656
18657 * Makefile.in: Avoid bug in losing hpux sed.
18658
18659 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18660
18661 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
18662 for GDB and GDB has been fixed to not need it.
18663
18664 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
18665
18666 * config.guess: Recognize vax hosts.
18667
18668 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
18669
18670 * configure (while loop): Don't use "break 2" inside case
18671 statement -- the case statement isn't an enclosing loop.
18672
18673 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
18674
18675 * config.guess: Clean up NeXT support, to allow nextstep
18676 on Intel machines. Make OS be nextstep.
18677
18678 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
18679
18680 * config.guess: Add alternate forms for Convex.
18681
18682 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
18683
18684 * configure: Completely rewrite option processing. Take
18685 advantage of pattern-matching to avoid invoking test frequently.
18686 Also clean up host and target defaulting logic.
18687
18688 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
18689
18690 * Makefile.in: Replace all occurrances of "rootme" with "r" and
18691 "$${rootme}" with "$$r", to increase the likelihood that the do-*
18692 commands (plus user environment) will fit SCO limits.
18693
18694 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18695
18696 * configure.in: Don't issue warnings about directories which are
18697 not being configured if -norecursion is set. Correct test for
18698 --with-gnu-as and --with-gnu-ld to not get confused by substring
18699 matches.
18700
18701 * configure.in: Don't build gas for alpha-dec-osf1*.
18702
18703 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
18704
18705 * configure: Back out Per's change of 12/19/1993. It changes the
18706 behavior of configure in unexpected and confusing ways.
18707
18708 Also, use different delim char when calculating
18709 program_transform_name so that the name can contain slashes.
18710
18711 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
18712
18713 * configure.in, config.sub: Add support for VSTa micro-kernel.
18714
18715 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
18716
18717 * configure.in: Nuke hacks which were used to get a special
18718 version of GAS for HPPA configurations.
18719
18720 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
18721
18722 * configure: If only ${target_alias} is given, use that
18723 as the default for ${host_alias}.
18724 * configure: Add missing back-slashes before nested quotes.
18725
18726 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
18727
18728 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
18729
18730 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
18731
18732 * config.guess: Recognize some Tektronix configurations.
18733 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
18734
18735 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18736
18737 * config.sub: Match any flavor of SH.
18738
18739 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
18740
18741 * configure.in: Don't try to configure newlib for Alpha.
18742
18743 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18744
18745 * configure.in: Don't build ld for Irix 5. Don't build gas,
18746 libg++ or libio for any Alpha target.
18747
18748 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
18749
18750 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
18751
18752 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
18753 default arguments -- so it tried to compress itself.
18754
18755 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
18756
18757 * configure.in (notsupp): ensure that a space is always at the end
18758 of the configdirs list, since the grep checks for an explicit space
18759
18760 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18761
18762 * configure.in (target i386-sysv4.2): don't build ld, since static
18763 versions of many libraries are not available.
18764
18765 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18766
18767 * config.guess: Recognize Apollos (using environment variables).
18768 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
18769
18770 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18771
18772 * config.guess: Recognize Sony news mips running newsos.
18773
18774 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
18775
18776 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
18777 "fi ; else" for bash.
18778
18779 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
18780
18781 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
18782
18783 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
18784
18785 * config.sub: accept unixware as an alias for svr4.2.
18786 Fix some inconsistancies with the gcc version.
18787
18788 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18789
18790 * Makefile.in (DISTDOCDIRS): Add gdb.
18791
18792 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
18793
18794 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
18795
18796 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
18797
18798 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
18799 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
18800 this now.
18801
18802 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18803
18804 * config.sub: Accept hiux* as an OS name.
18805
18806 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
18807 etc/make-stds.texi. The underscore came from gcc, and dje now
18808 agrees that RUNTESTFLAGS is the correct name.
18809
18810 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
18811
18812 * install.sh: Remove 'set -e'. It makes any conditionals
18813 in the script useless.
18814
18815 * config.guess: Automatically recognize arm-acorn-riscix
18816 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
18817
18818 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
18819
18820 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
18821
18822 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
18823
18824 * Makefile.in (DISTDOCDIRS): New variable.
18825 (taz): Edit local Makefile.in sooner, instead of proto-toplev
18826 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
18827
18828 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18829
18830 * configure.in (hppa target): check the source directory for the
18831 pagas sub-directory
18832
18833 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
18834
18835 * config.sub: Allow -aout* and -elf*.
18836
18837 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
18838
18839 * configure.in: Don't build ld on i386-solaris2, same as for
18840 sparc-solaris2.
18841
18842 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
18843
18844 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
18845
18846 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18847
18848 * configure.in: Configure gdb for alpha.
18849
18850 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18851
18852 * Makefile.in (CXXFLAGS): Add -O.
18853
18854 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18855
18856 * config.guess: added support for DG Aviion
18857
18858 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
18859
18860 * configure.in: Produce warning message for subdirectories not
18861 configurable for this host/target combination. Don't try to
18862 configure gdb for vms.
18863
18864 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
18865
18866 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
18867 appropriate files before making "diststuff".
18868 (DISTBISONFILES): New var: list of files to be edited.
18869 (DISTSTUFFDIRS): Add binutils.
18870
18871 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18872
18873 * config.sub: also handle mipsel and mips64el (for little endian mips)
18874
18875 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18876
18877 * configure.in: Add * to end of all OS names.
18878
18879 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
18880
18881 * configure.in: Build newlib for LynxOS native.
18882
18883 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18884
18885 * config.guess: Add support for delta 88k running SVR3.
18886
18887 * configure.in: Add comment about HP compiler vs. emacs.
18888
18889 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18890
18891 * configure.in: don't build ld on solaris2 (not a viable option
18892 due to bugs in getpwnam & getpwuid)
18893
18894 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
18895
18896 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
18897 config.guess will produce a full version number.
18898
18899 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18900
18901 * configure.in: Build linker and binutils for alpha-dec-osf1.
18902
18903 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18904
18905 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
18906 and gdb/testsuite/Makefile.in.
18907
18908 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18909
18910 * configure.in: recognize mips*- instead of mips-
18911
18912 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
18913
18914 * config.sub: Accept linux*coff and linux*elf as operating
18915 systems.
18916
18917 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18918
18919 * config.sub: Recognize mips64, and mips3 as an alias for it.
18920
18921 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18922
18923 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
18924 gdb knows how to handle OSF/1 shared libraries.
18925
18926 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18927
18928 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
18929 * config.guess: Recognize Hitachi's HIUX.
18930 * config.sub: Recognize h3050r* and hppahitachi.
18931 Remove redundant cases for hp9k[23]*.
18932
18933 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18934
18935 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
18936 if gas and ld are in the source tree and are in ${configdirs}.
18937 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
18938 --with options (but still pass them down on the command line,
18939 if they were explicitly specified).
18940
18941 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18942
18943 * configure: substitute SHELL value in Makefile.in with
18944 ${CONFIG_SHELL}
18945
18946 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18947
18948 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
18949 *-*-solaris2* targets.
18950
18951 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18952
18953 * Makefile.in: define M4, and pass it down to sub-makes;
18954 all-autoconf now depends on all-m4
18955
18956 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18957
18958 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
18959 presence of {ar,ranlib} instead of a configured directory
18960
18961 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
18962
18963 * config.guess: Accept 34?? as well as 33?? for NCR.
18964
18965 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18966
18967 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
18968 of 'gas' in sed commands, since 'gash' is now in the tree as well.
18969
18970 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18971
18972 * configure: grab values for $(CC) and $(CXX) from the
18973 environment, so that someone can do "CC=gcc configure; make" and
18974 have it work right (matching the way that autoconf works now)
18975
18976 * configure.in, Makefile.in: add support for gash, the tcl
18977 interface to Galaxy
18978
18979 * config.guess: add NetBSD variants (hp300, x86)
18980
18981 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
18982
18983 * install.sh: Support -d option (in the manner of SunOS 4 install,
18984 as it is more deterministic than that of GNU install)
18985 (chmodcmd): Set file to mode 755 by default (should also do default
18986 chgrp and chown, but I don't feel like dealing with that now)
18987
18988 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
18989
18990 * config.sub: Remove h8300hhms alias.
18991
18992 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18993
18994 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
18995
18996 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18997
18998 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
18999 as stmp-fixinc
19000
19001 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
19002
19003 * config.sub: recognize m88110-bug-coff.
19004
19005 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19006
19007 * Makefile.in (all-libio): all dependencies on the toolchain used
19008 to build this (gcc, gas, ld, etc)
19009
19010 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19011
19012 * config.guess: Deal with OSF/1 1.3 on alpha.
19013
19014 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19015
19016 * install.sh: add some 'else true' clauses for portability
19017
19018 * configure.in: don't build libio for h8[35]00-*-* targets
19019
19020 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
19021
19022 * Makefile.in: Add support for new libio.
19023
19024 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19025
19026 * install.sh: If one command fails, don't try the rest. Don't try
19027 to remove $dsttmp (via trap) unless we have already created it.
19028 If $src doesn't exist, detect it and exit with an error.
19029
19030 * config.guess: Recognize BSD on hp300.
19031
19032 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
19033
19034 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
19035 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
19036
19037 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
19038
19039 * Makefile.in (all-send-pr): depends on all-prms
19040
19041 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19042
19043 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
19044
19045 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19046
19047 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
19048 Added test for mips-mips-riscos5.
19049
19050 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19051
19052 * configure.in: use mh-hp300 for 68k HP hosts
19053
19054 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19055
19056 * configure: add support for CONFIG_SHELL, so that you can use
19057 some alternate shell for evaluating configure scripts
19058
19059 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
19060
19061 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
19062 in configure script to bug-gdb@prep.ai.mit.edu when building
19063 distribution archive.
19064 * Makefile.in (COMPRESS): Remove def.
19065 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
19066 gdb.tar.Z and make-gdb.tar.Z respectively.
19067 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
19068 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
19069 to convergence with 'taz' target in Makefile.in.
19070
19071 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19072
19073 * install.sh (dsttmp): use trap to ensure that tmp files go
19074 away on error conditions
19075
19076 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19077
19078 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
19079
19080 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19081
19082 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
19083 its parent is '/' not ''.
19084
19085 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
19086
19087 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
19088
19089 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
19090 that ${newsrcdir}/configure.in does.
19091
19092 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19093
19094 * test-build.mk: support for CONFIG_SHELL
19095
19096 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
19097
19098 * config.sub (netware): Add as a basic system type.
19099
19100 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
19101
19102 * Makefile.in (Makefile): depend on configure.in. Also drop the
19103 $(srcdir)/ from the dependency on Makefile.in.
19104
19105 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
19106
19107 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
19108 (h8300hhms is temporary until multi-libraries are implemented).
19109 * configure.in: Handle h8300h too.
19110
19111 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19112
19113 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
19114
19115 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
19116
19117 * configure: Remove extraneous output when guessing host type.
19118 * config.guess: Remove extraneous output when guessing using C
19119 compiler rather than uname, or when guessing fails.
19120
19121 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
19122
19123 * Makefile.in: remove all.cross and install.cross targets
19124
19125 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
19126 definitions
19127
19128 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
19129
19130 * configure.in (target sh): Build gprof.
19131
19132 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19133
19134 * config.sub: change -solaris to -solaris2
19135
19136 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19137
19138 * configure.in: Use config/mh-riscos for mips-*-sysv*.
19139
19140 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
19141
19142 * configure: Correct error message for missing Makefile.in to
19143 print correct directory.
19144
19145 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19146
19147 * install.sh: kludge around 386BSD shell bug
19148
19149 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
19150
19151 * config.guess: Recognize NeXT.
19152 * config.guess: Recognize i486-ncr-sysv4.
19153 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
19154
19155 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
19156
19157 * Makefile.in (MAKEINFOFLAGS): New variable.
19158 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
19159 * build-all.mk, test-build.mk: Pass down --no-split as
19160 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
19161
19162 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
19163
19164 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
19165
19166 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
19167
19168 * Makefile.in (libg++.tar.z): New rule.
19169 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
19170 * Makefile.in (taz): Only do a single chmod.
19171
19172 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
19173
19174 * install.sh: don't use dirname anymore (replaced with sed usage)
19175
19176 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
19177
19178 * Makefile.in: Change extension for gzip'd files from '.z' to
19179 '.gz' per new FSF standard usage.
19180
19181 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
19182
19183 * configure: put quotes around the final value of program_transform_name
19184
19185 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19186
19187 * Makefile.in: new install.sh support; update install-info rules
19188
19189 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
19190
19191 * configure.in: Build diff for crosses, but not for go32 host.
19192
19193 * configure.in: Build gprof only for native, and don't build it
19194 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
19195
19196 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
19197
19198 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
19199
19200 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
19201
19202 * configure.in (host_tools): Add prms.
19203
19204 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19205
19206 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
19207 with $(FLAGS_TO_PASS) on the command line
19208
19209 * config.sub: Recognize lynx and lynxos
19210
19211 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
19212
19213 * config.sub: Accept -ecoff*, not just -ecoff.
19214
19215 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19216
19217 * Makefile.in (taz): Use .gz suffix instead of .z.
19218 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
19219 names.
19220
19221 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19222
19223 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
19224
19225 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19226
19227 * Makefile.in (install-no-fixedincludes): install gcc last, so
19228 that rebuilds that might happen during 'make install' don't get
19229 bogus gcc include files
19230
19231 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19232
19233 Change from Utah for HPPA support:
19234 * config.guess: Recognize hppa1.x-hp-bsd.
19235
19236 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
19237
19238 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
19239 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
19240
19241 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
19242
19243 * config.sub: Add support for rom68k and bug boot monitors.
19244
19245 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
19246
19247 * Makefile.in: Make all-opcodes depend on all-bfd.
19248
19249 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
19250
19251 * config.guess: Added special check for i[34]86-univel-sysv4*.
19252
19253 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
19254
19255 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
19256 the processor rather than assuming i486.
19257
19258 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19259
19260 * config.guess: Recognize SunOS6 as Solaris3.
19261
19262 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
19263
19264 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
19265 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
19266
19267 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
19268
19269 * build-all.mk (all-cross): New target for Canadian Cross.
19270 Added Q2 go32 targets.
19271 * test-build.mk: Configure go32 cross sparclite-aout and
19272 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
19273 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
19274
19275 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19276
19277 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
19278 GO32 hosted toolchains
19279
19280 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
19281
19282 * configure: change so "-exec-prefix" gets passed down rather
19283 than "-exec_prefix" so autoconf generated Makefiles get the
19284 exec_prefix set right.
19285
19286 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19287
19288 * config.guess: get the Solaris2 minor version number
19289
19290 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
19291
19292 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
19293
19294 * config.guess: Recognize some Sequent platforms.
19295
19296 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19297
19298 * Makefile.in: added the vault-install target
19299
19300 * configure.in: actually use the Sun3 makefile fragment that's in
19301 config, also added the release dir to configdirs
19302
19303 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19304
19305 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
19306
19307 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19308
19309 * configure.in: remove some program from Alpha targetted toolchains
19310
19311 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
19312
19313 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
19314 gprof.
19315 (taz): Run "make diststuff" in those directories instead of "make
19316 proto-dir". Look for "VERSION=" only at start of line in subdir
19317 Makefile. Use "gzip -9" for compression.
19318 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
19319 (binutils.tar.z): New target.
19320
19321 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
19322
19323 * Makefile.in (taz): Include gpl.texinfo.
19324
19325 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
19326
19327 * Makefile.in (setup-dirs): Merged into "taz" target.
19328 (taz): Only do `proto-dir' stuff if a directory is actually needed
19329 for this target.
19330
19331 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
19332
19333 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
19334 (FLAGS_TO_PASS): Pass down MUNCH_NM.
19335 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
19336 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
19337 (gcc-no-fixedincludes): Correct for current gcc Makefile.
19338
19339 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
19340
19341 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
19342 config.sub, and move-if-change to gdb testsuite distribution
19343 archive, so the testsuite can be extracted, configured, and
19344 run separately from the gdb distribution. Blow away the Chill
19345 tests that require a Chill compiled executable, since GNU Chill
19346 is not yet publically available.
19347
19348 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19349
19350 * test-build.mk: set environment variables in a single command,
19351 instead of a list of assignments and exports
19352
19353 * config.guess: recognize Alpha/OSF1 systems
19354
19355 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19356
19357 * configure: Change help message to prefer --options rather than
19358 -options.
19359
19360 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19361
19362 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
19363 zippy@ecst.csuchico.edu.
19364 * config.guess: Recognize miniframe.
19365
19366 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
19367
19368 * Makefile.in: Use srcroot to find runtest rather than rootme.
19369 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
19370
19371 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
19372
19373 * test-build.mk: Extensive additions to support building on a
19374 machine other than the host.
19375
19376 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
19377
19378 * configure (tooldir): Fix for i386-aix again.
19379
19380 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
19381
19382 * configure, Makefile.in: Change definition of $(tooldir)
19383 to match the FSF.
19384
19385 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
19386
19387 * config.guess: Recognize i[34]86/SVR4.
19388
19389 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
19390
19391 * Makefile.in (all-gdb): gdb depends on sim.
19392
19393 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
19394
19395 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
19396 at the same time we make the prototype gdb directory.
19397 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
19398 files at the same time as the gdb base release distribution.
19399
19400 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
19401
19402 * Makefile.in (check): Use individual check targets rather than
19403 DO_X rule.
19404 (check-gcc): Added.
19405
19406 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
19407
19408 * config.sub: Use sysv3.2 not sysv32 for canonical OS
19409 for System V release 3.2.
19410
19411 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19412
19413 * config.sub: Recognize hppaosf.
19414 * configure.in: Do configure ld/binutils/gas for it.
19415
19416 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19417
19418 * configure (tooldir): Alter syntax used to set this, for systems
19419 where "\$" isn't handled right, like i386-aix.
19420
19421 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
19422
19423 * configure: Pass program-transform-name, not
19424 program_transform_name, to recursive configures.
19425
19426 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
19427
19428 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
19429 of gas+ld+binutils.
19430
19431 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
19432
19433 * config.guess: Recognize AIX3.2 as distinct from 3.1.
19434
19435 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19436
19437 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
19438
19439 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
19440
19441 * Makefile.in (PRMS): Set back to all-prms.
19442
19443 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
19444
19445 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
19446 targets, rather than for MIPS hosts.
19447
19448 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19449
19450 * configure.in: add comment for --with-x default values
19451
19452 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
19453
19454 * Makefile.in: add check-* targets for each of the directories in
19455 the tree. Add a definition of RUNTEST that will use the one we
19456 just built, if it exists. Pass this down via FLAGS_TO_PASS.
19457
19458 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
19459
19460 * configure.in: Removed obsolete references to bfd_target and
19461 target_makefile_frag.
19462
19463 * build-all.mk: Set assorted targets for Q2.
19464 * config.sub: Recognize z8k-sim and h8300-hms.
19465 * test-build.mk: Really don't pass host to configure.
19466 (HOLES): Added uname.
19467
19468 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
19469
19470 * configure: Handle an empty program-prefix, program-suffix or
19471 program-transform-name correctly.
19472
19473 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
19474
19475 * build-all.mk: -G 8 no longer required for MIPS targets.
19476 * test-build.mk: Don't pass host argument to configure; make it
19477 guess.
19478
19479 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
19480
19481 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
19482 * Makefile.in (COMPRESS): New macro, like GZIP.
19483
19484 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
19485
19486 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
19487
19488 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
19489 with gas currently defaults to -G 0.
19490
19491 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
19492
19493 * Makefile.in (all-flex): flex depends on byacc.
19494
19495 * build-all.mk: If host not specified, use config.guess. Pass TAG
19496 to test-build.mk as RELEASE_TAG.
19497 * test-build.mk (configargs): New variable containing arguments to
19498 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
19499 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
19500
19501 * config.guess: Use /bin/uname when checking -X argument on SCO,
19502 to avoid invoking GNU uname which doesn't understand -X.
19503
19504 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
19505
19506 * configure.in: Build gas for mips-*-*.
19507
19508 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19509
19510 * Makefile.in (all.normal): insert missing backslash.
19511
19512 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
19513
19514 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
19515
19516 * Makefile.in: Complete overhaul to merge many almost identical
19517 targets.
19518
19519 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19520
19521 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
19522 (gdb.tar.Z): Adjusted.
19523
19524 * Makefile.in (setup-dirs, taz): New targets; should be general
19525 enough to adapt for gdb sometime. Build only .z file.
19526 (gas.tar.z): New target.
19527
19528 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
19529
19530 * build-all.mk: Use CC=cc -Xs on Solaris.
19531
19532 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
19533
19534 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
19535 for handling BISON for FSF releases.
19536
19537 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19538
19539 * configure: Actually implement the change zoo just documented.
19540
19541 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
19542
19543 * configure: when using config.guess, only set target_alias when
19544 it's not already been set (ie, on the command line)
19545
19546 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19547
19548 * Makefile.in: add installcheck target, set PRMS to install-prms
19549
19550 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19551
19552 * configure: add support for package_makefile_fragment, handle the
19553 case where a directory has a configure.in file but no Makefile.in
19554 more gracefully (with an actual understandable error message, even);
19555 add support for --without (and add this to the usage message); also
19556 explicitly add a --host=${host_alias} to the command line when
19557 config.guess is used
19558
19559 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
19560
19561 * configure: Must use both --host and --target in recursive calls.
19562
19563 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
19564
19565 * Makefile.in: Change deja-gnu to dejagnu.
19566
19567 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
19568
19569 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
19570
19571 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19572
19573 * configure.in: canonicalize all instances to *-*-solaris2*,
19574 also strip out a number of tools to not build for go32 host
19575
19576 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19577
19578 * config.guess: add GPL.
19579
19580 * Makefile.in, config.guess, config.sub, configure: bump
19581 copyrights to 93.
19582
19583 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
19584
19585 * Makefile.in (do-info): Removed obsolete check for existence of
19586 localenv file.
19587
19588 * Makefile.in (MAKEOVERRIDES): Define to be empty.
19589
19590 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19591
19592 * Makefile.in: a couple of 'else true' for decstation,
19593 support for TclX
19594
19595 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
19596
19597 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
19598
19599 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
19600
19601 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
19602
19603 * config.guess: Recognize i386-ibm-aix (PS/2).
19604 * configure.in: Use config/mh-aix386 file for it.
19605
19606 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
19607
19608 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
19609 CC_FOR_TARGET instead.
19610 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
19611
19612 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
19613
19614 * Makefile.in: Add sim to list of directories sent with gdb
19615
19616 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
19617
19618 * configure.in: Put back mips-dec-bsd* case.
19619
19620 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
19621
19622 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
19623 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
19624 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
19625
19626 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19627
19628 * configure.in: remove no-op mips-dec-bsd* in "case $target"
19629
19630 * Makefile.in (dir.info): only run gen-info-dir if it exists,
19631 (install-info): install dir.info only if it exists,
19632 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
19633
19634 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
19635
19636 * configure.in: For vms target, skip bfd, ld, binutils. Do build
19637 gas for mips-dec-bsd.
19638
19639 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
19640
19641 * configure (makesrcdir): If ${srcdir} is relative and not ".",
19642 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
19643
19644 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
19645
19646 * configure.in: Added "dejagnu" to hosttools list.
19647
19648 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
19649
19650 * config.sub, configure.in, config.guess: Add support
19651 for Bosx, an AIX variant from Bull.
19652 Patches from F.Pierresteguy@frcl.bull.fr.
19653
19654 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
19655
19656 * devo/dejagnu: Initial creation of devo/dejagnu.
19657 Migrated dejagnu testcases and support files for testing software
19658 tools to reside as subdirectories, currently called "testsuite",
19659 within the directory of the software tool. Migrated all programs,
19660 support libraries, etc. beloging to dejagnu proper from
19661 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
19662 with no modifications. The changes to these files which will
19663 allow them to configure, build, and execute properly will be made
19664 in a future update.
19665
19666 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
19667
19668 * Makefile.in: Change send_pr to send-pr.
19669 * configure.in: Likewise.
19670 * send_pr: Renamed directory to send-pr.
19671
19672 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
19673
19674 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
19675
19676 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
19677
19678 * README: Update for gdb-4.8 release.
19679 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
19680 gdb-xxx.tar.z (gzip'd) file also.
19681
19682 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19683
19684 * Makefile.in: make all-diff depend on all-libiberty
19685
19686 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
19687
19688 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
19689
19690 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19691
19692 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
19693
19694 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
19695
19696 * Makefile.in (DEVO_SUPPORT): Remove etc directory
19697 (ETC_SUPPORT): Only add the files GDB wants from etc/.
19698 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
19699
19700 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19701
19702 * Makefile.in: makeinfo binary is in a new location
19703
19704 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
19705
19706 * config.sub: Accept -ecoff as an OS.
19707
19708 * Makefile.in: Various changes to eliminate a level of make
19709 recursion and reduce the required command line length.
19710 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
19711 sub-makes.
19712 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
19713 variables holding settings for specific sub-makes.
19714 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
19715 in terms of BASE_FLAGS_TO_PASS.
19716 (TARGET_LIBS): New variable listing directories which use
19717 TARGET_FLAGS_TO_PASS.
19718 (subdir_do): Eliminated.
19719 (do-*): New set of targets to replace subdir_do.
19720 (various): All targets which used subdir_do now depend on do-*.
19721 (local-clean): Renamed from do_clean.
19722 (local-distclean): New target, dependency of distclean and
19723 realclean.
19724 (install-info): Don't create directories. Depend on dir.info
19725 rather than calling make recursively.
19726 (install-dir.info): Eliminated.
19727 (install-info-dirs): Create all info directories here.
19728 (dir.info): Depend upon do-install-info.
19729
19730 * test-build.mk (HOLES): Added false.
19731
19732 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
19733
19734 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
19735
19736 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19737
19738 * Makefile.in (info): remove dependency on all-texinfo. The
19739 problem was really in texinfo/C, not at this level.
19740
19741 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
19742
19743 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
19744
19745 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
19746
19747 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
19748 GDB releases.
19749
19750 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19751
19752 * configure: Include srcdir in message about target of link not
19753 being found. Don't convert `-' to `_' in `with' options being
19754 passed to subdirs.
19755
19756 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19757
19758 * configure.in: add uudecode to host_tools
19759
19760 * Makefile.in: added {all,install}-uudecode targets, added them to
19761 the appropriate lists
19762
19763 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
19764
19765 * Makefile.in (all-gcc): Added dependency on all-gas.
19766
19767 * configure.in (mips-*-*): Build ld and binutils.
19768
19769 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19770
19771 * configure: check return code from mkdir, print error message and
19772 exit on failure.
19773
19774 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
19775
19776 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
19777
19778 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
19779
19780 * test-build.mk (HOLES): Added tar, cpio and uudecode.
19781
19782 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
19783
19784 * config.sub (h8500): Recognize this as a cpu type.
19785
19786 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19787
19788 * configure: source directory missing is no longer a warning
19789
19790 * configure.in: recognize irix[34]* instead of irix[34]
19791
19792 * Makefile.in: define and pass down X11_LIB
19793
19794 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
19795
19796 * guess-systype: Renamed to ...
19797 * config.guess: ... by popular request.
19798 * configure.in, Makefile.in: Update accordingly.
19799
19800 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
19801
19802 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
19803 + Add Convex, Cray/Unicos, and Encore/Multimax support.
19804 + Execute ./dummy instead of assuming . is in PATH.
19805
19806 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
19807
19808 * guess-systype: New shell script. Attempts to guess the
19809 canonical host name of the executing host.
19810 Only a few hosts are supported so far.
19811 * configure: Call guess-systype if no host is specified.
19812
19813 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
19814
19815 * Makefile.in (gcc-no-fixedincludes): Made to work with current
19816 gcc Makefile.
19817
19818 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
19819
19820 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
19821 (all-gcc, install-gcc, subdir_do): Use it.
19822
19823 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
19824
19825 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
19826
19827 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
19828
19829 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
19830 set exclusively by configure, using configure.in .
19831
19832 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19833
19834 * test-build.mk: set $PATH for all builds
19835
19836 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
19837
19838 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
19839
19840 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
19841 the one used in gcc/Makefile.in, so that a null expansion doesn't
19842 override the one needed to build gcc with a native cc.
19843
19844 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19845
19846 * configure: Accept -with arguments.
19847
19848 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
19849
19850 * Makefile.in: added h8300sim
19851
19852 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
19853
19854 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
19855 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
19856 (all-cygnus, native, build-cygnus): Make
19857 $(canonhost)-stamp-3stage-done, not $(host)....
19858 * test-build.mk (stamp-3stage-compared): Use tail +10c for
19859 i386-sco3.2v4. Added else true to if command.
19860
19861 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
19862
19863 * config.sub: (from FSF) Sequent uses a BSD-like OS.
19864
19865 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
19866
19867 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
19868
19869 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19870
19871 * configure.in: don't remove binutils from Solaris builds
19872
19873 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
19874
19875 * Makefile.in: get rid of earlier definitions for *clean,
19876 also handle the recursive info rule better
19877
19878 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
19879
19880 * Makefile.in (mostlyclean, distclean, realclean): Fix to
19881 do more-or-less the right thing.
19882
19883 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
19884
19885 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
19886 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
19887
19888 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19889
19890 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
19891 $(host_canonical).
19892
19893 * configure.in: split the configdirs list into 4 categories (native
19894 v. cross, library v. tool) and handle the cross-only and native-
19895 only in more reasonable (and correct!) way.
19896
19897 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
19898
19899 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
19900 configdirs anymore.
19901
19902 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19903
19904 * Makefile.in: extensive cleanup:: removed all of the explicit
19905 clean-* targets, collapsed many wrappers around subdir_do into
19906 one, added additional targets to satisfy standards.texi, deleted
19907 some old targets, some changes for consistency
19908
19909 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19910
19911 * configure.in: handle some programs as cross-only, and others as
19912 native only
19913
19914 * test-build.mk: handle partial holes in a more generic manner
19915
19916 * Makefile.in: m4 depends on libiberty
19917
19918 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19919
19920 * configure.in: add m4, textutils, fileutils, sed, shellutils,
19921 time, wdiff, and find to configdirs
19922
19923 * Makefile.in: all, clean, and install rules for the new programs
19924 added to configure.in
19925
19926 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19927
19928 * configure.in: use mh-sun for all *-sun-* hosts
19929
19930 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19931
19932 * Makefile.in: define flags for X11 include files and library file
19933 locations, pass them down to the programs that need this info
19934
19935 * build-all.mk: added a 'native' target, to 3stage the native toolchain
19936
19937 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19938
19939 * configure.in: start building libg++ for HP-UX targets
19940
19941 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
19942
19943 * README: Update references to files moved into etc/.
19944
19945 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
19946
19947 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
19948 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
19949
19950 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
19951
19952 * configure: accept dash as well as underscore in long option
19953 names for FSF compatibility.
19954
19955 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
19956
19957 * config.sub: added -sco3.2v4 support from FSF.
19958
19959 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19960
19961 * configure.in: expand the section that adds or removes
19962 directories from the list of programs to build, to handle native
19963 vs. cross in addition to host v. native
19964
19965 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
19966
19967 * Makefile.in: Replace C++ in macro names with CXX.
19968 This is less likely to break ...
19969
19970 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19971
19972 * test-build.mk: add -w to GNU_MAKE
19973
19974 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19975
19976 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
19977 add 'sparc' to list of recognized cpus. This needed to make
19978 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
19979 Delete some redundant ose68 variants. Recognize -wrs as an os,
19980 then changes that into $CPU-wrs-vxworks.
19981
19982 * configure.in: remove most references to gdbtest, regularize
19983 target based program removal
19984
19985 * test-build.mk: import from p3 tree (many fixes and changes)
19986
19987 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
19988
19989 * Makefile.in: added rules to handle tcl, tk, and expect
19990
19991 * configure.in: handle those directories if they exist
19992
19993 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19994
19995 * config.sub: removed bogus hppabsd and hppahpux names, since
19996 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
19997
19998 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19999
20000 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
20001 depends upon all-xiberty
20002
20003 * Makefile.in: changes from p3, including:
20004
20005 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
20006
20007 * Makefile.in (XTRAFLAGS): include newlib directories if
20008 newlib/Makefile exists, rather than if host != target.
20009
20010 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
20011
20012 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20013 from the same source tree and not building a cross-compiler. This
20014 matters for the libg++ configuration if reconfiguring a tree that
20015 has already been installed.
20016
20017 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
20018
20019 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20020 pick up the machine and system specific header files.
20021
20022 * Makefile.in: added AS_FOR_TARGET, passed down in
20023 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
20024 the C compiler to use to create programs which are run in the
20025 build environment, set it to default to $(CC), and passed it down
20026 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20027
20028 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
20029
20030 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
20031 We need them for unusual native builds, like systems without
20032 ranlib.
20033
20034 * configure: also define $(host_canonical) and
20035 $(target_canonical), which are the full, canonical names for the
20036 given host and target
20037
20038 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
20039
20040 * Makefile.in: Added separate definitions for C++.
20041
20042 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
20043
20044 * configure.in (configdirs): Add deja-gnu.
20045
20046 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
20047
20048 * README: Update for configure.texi and gdb-4.7 release.
20049
20050 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
20051
20052 * Makefile.in: Move "all" target to top of file.
20053 Previously, first target was ".PHONY" which caused BSD4.4 make
20054 to build .PHONY when make was run without arguments.
20055
20056 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
20057
20058 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
20059 Library-copylefted code in libiberty.
20060
20061 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
20062
20063 * config.sub: Replace m68kmote with plain old m68k.
20064
20065 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
20066
20067 * Makefile.in: Remove space from blank line, avoid Make complaints.
20068
20069 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
20070
20071 * config.sub: Complain if no argument is given. Added support for
20072 386bsd as OS and target alias.
20073
20074 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
20075
20076 * Makefile.in (XTRAFLAGS): include newlib directories if
20077 newlib/Makefile exists, rather than if host != target.
20078
20079 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
20080
20081 * config.sub: recognize sparclite-wrs-vxworks.
20082
20083 * Makefile.in (install-xiberty): added *-xiberty make rules (from
20084 p3.) Added clean-xiberty to clean.
20085
20086 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20087
20088 * configure.in: use *-*-* instead of nested cases for host and target
20089
20090 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
20091
20092 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20093 from the same source tree and not building a cross-compiler. This
20094 matters for the libg++ configuration if reconfiguring a tree that
20095 has already been installed.
20096
20097 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
20098
20099 * config.sub (i486v/i486v4): Merge in from FSF version.
20100
20101 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
20102
20103 * configure: only set PWD if it is already set.
20104
20105 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
20106
20107 * configure: just set PWD=`pwd` at the top, since Ultrix sh
20108 doesn't have unset and all success paths (and most error paths)
20109 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
20110 to just ${PWD} to avoid confusion.)
20111
20112 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
20113
20114 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
20115 even for a native compilation.
20116
20117 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
20118
20119 Changes to make the gdb.tar.Z rule work better.
20120
20121 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
20122 (DEVO_SUPPORT): Add configure.texi.
20123 (bfd-ilrt.tar.Z): Remove ancient rule.
20124
20125 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
20126
20127 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20128 pick up the machine and system specific header files.
20129
20130 * configure.in, config.sub: added new target m68010-adobe-scout,
20131 with alias of adobe68k. Changed configure.in to check for
20132 -scout before -sco* to avoid a false match.
20133
20134 * Makefile.in: added AS_FOR_TARGET, passed down in
20135 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
20136 the C compiler to use to create programs which are run in the
20137 build environment, set it to default to $(CC), and passed it down
20138 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20139
20140 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
20141
20142 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
20143 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
20144 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
20145 FOR_TARGET variants, to newlib and libg++.
20146
20147 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
20148
20149 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
20150 first.
20151
20152 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
20153
20154 * config.sub: Accept `elf' as an environment.
20155
20156 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
20157
20158 * Makefile.in (all-opcodes): cd into the right directory
20159
20160 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
20161
20162 * configure: added -program_transform_name option, used as
20163 argument to sed when installing programs.
20164 configure.texi: added documentation for -program_prefix,
20165 -program_suffix and -program_transform_name.
20166
20167 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
20168
20169 * config.sub: Accept i486 where i386 ok.
20170
20171 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
20172
20173 * config.sub: accept we32k
20174
20175 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
20176
20177 * config.sub, configure.in: accept OSE68000 and OSE68k.
20178
20179 * Makefile.in: don't create all directories for ``make install'';
20180 let the subdirectories create the ones they need.
20181
20182 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20183
20184 * COPYING: new file, GPL v2
20185
20186 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20187
20188 * Makefile.in: use the new gen-info-dir, which needs a template
20189 argument (which also lives in texinfo)
20190
20191 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
20192
20193 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
20194
20195 * config.sub (ncr3000): Change i386 to i486.
20196
20197 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20198
20199 * Makefile.in: add install-rcs, install-grep to
20200 install-no-fixedincludes, removed install-bison and install-libgcc
20201
20202 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
20203
20204 * configure.in: grab the HPUX makefile fragment if on HPUX
20205
20206 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
20207
20208 * Makefile.in: eradicate bison spoor (ditto libgcc).
20209 configure.in: recognise m68{k,000}-ericsson-OSE.
20210 es1800 is alias for m68k-ericsson-OSE
20211
20212 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20213
20214 * configure.in: rearrange the parts that remove programs from
20215 configdirs, based now on HOST==TARGET or by canonical triple.
20216
20217 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20218
20219 * test-build.mk: recurse explicitly with -f test-build.mk when
20220 appropriate. predicate stage3 and comparison on the existence
20221 of gcc. That is, if gcc isn't around, we aren't three-staging.
20222 On very clean, also remove ...stamp-co. Build in-place before
20223 doing other builds.
20224
20225 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
20226
20227 * Makefile.in, configure.in: add tgas
20228
20229 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20230
20231 * Makefile.in: a number of changes merged in from progressive.
20232
20233 * configure.in: add libm.
20234
20235 * .cvsignore: ignore some stuff that comes from test-build.mk.
20236
20237 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
20238
20239 * config.sub: Add es1800 (m68k-ericsson-es1800).
20240
20241 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
20242
20243 * configure: Add program_suffix (parallel to program_prefix)
20244 * Makefile.in: adjust directory-creating script for losing decstation
20245
20246 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
20247
20248 * configure: Minor $subdir-related fixes.
20249
20250 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
20251
20252 * configure: fix various problems with propogating
20253 makefile_target_frag in subdirs.
20254 * configure.in: config libgcc if its there
20255
20256 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
20257
20258 * config.sub: HPPA merge.
20259
20260 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
20261
20262 * Makefile.in: Replace all-bison with all-byacc in all
20263 dependency lines for other tools (which now use byacc).
20264
20265 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
20266
20267 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
20268
20269 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
20270
20271 * Makefile.in: make gprof rules similar to byacc rules (instead of
20272 vestigal $(unsubdir) that didn't work...)
20273
20274 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
20275
20276 * config.sub: Add support for Linux.
20277 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
20278 (at least for libg++).
20279
20280 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
20281
20282 * configure.texi: fix doc for the -nfp option to configure
20283
20284 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
20285
20286 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
20287
20288 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
20289
20290 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
20291 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
20292 * configure.in: added solaris* host_makefile_frag hook.
20293
20294 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20295
20296 * config.sub: changed recognition of m68000 so that various
20297 m68k types can be specified via m680[01234]0
20298
20299 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20300
20301 * config.sub (basic_machine): fix sed so that '-foo' isn't
20302 completely substituted out while .+'-foo' loses the '-foo'
20303
20304 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
20305
20306 * config.sub ($os): Add -aout.
20307
20308 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
20309
20310 * configure: If host_makefile_frag is absolute, don't
20311 prefix ${invsubdir} (relevant to libg++ auto-configure).
20312
20313 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
20314
20315 * Makefile.in (tooldir): Define it.
20316 (all-ld): Depend on all-flex.
20317
20318 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
20319
20320 * Makefile.in (check): Fix libg++ special case.
20321
20322 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
20323
20324 * configure: do not bury `pwd` into config.status, thus do fewer
20325 pwd's.
20326
20327 * configure: print the "Building in" message only when building in
20328 other than "." AND verbose.
20329
20330 * configure: remove -s, rework -v to better accommodate guested
20331 configures.
20332
20333 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
20334
20335 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
20336
20337 * Makefile.in: macroize flags passed on recursion. remove
20338 fileutils.
20339
20340 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
20341
20342 * configure: get makesrcdir right for subdirs deeper than 1.
20343
20344 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
20345 install.
20346
20347 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
20348
20349 * Makefile.in: don't print subdir_do or recursion lines.
20350
20351 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
20352
20353 * standards.texi: added menu item.
20354
20355 * Makefile.in: build and install standards.info.
20356
20357 * standards.texi: new file.
20358
20359 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20360
20361 * configure: test for and move config.status pieces from
20362 ${subdir}/.
20363
20364 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
20365
20366 * configure: Test for existance of files before trying to mv
20367 them, to avoid numerous non-existance messages.
20368
20369 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
20370
20371 * configure: correct final line of config.status.
20372
20373 * configure: patch from eggert. Avoids a protection problem if
20374 the original Makefile.in is read only.
20375
20376 * configure: use move-if-change from gcc to create config.status.
20377 Some makefiles depend on config.status to tell if a directory
20378 has been reconfigured for a different host. This change
20379 prevents those directories from remaking everything in the case
20380 where the reconfig was only intended to rebuild a Makefile.
20381
20382 * configure: test for config.sub with "config.sub sun4" rather
20383 than "config.sub ${host_alias}". Otherwise we can't tell a bad
20384 host alias from a missing config.sub.
20385
20386 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20387
20388 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
20389 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
20390
20391 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
20392
20393 * configure: mkdir ${subdir} as needed.
20394
20395 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
20396
20397 * Makefile.in,configure.in: added autoconf.
20398
20399 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20400
20401 * Makefile.in: no longer pass against on recursion.
20402
20403 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
20404 definitions are not inherited.
20405
20406 * configure: correct makesrcdir when subdir is .
20407
20408 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
20409
20410 * configure: Add support for 'subdirs' variable, which is
20411 like 'configdirs', except that configure doesn't re-invoke
20412 itself for subdirs, it just creates a Makefile for each subdir.
20413 * configure.texi: Document subdirs.
20414
20415 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20416
20417 * configure.in: added flex to configdirs
20418
20419 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
20420
20421 * Makefile.in: remove clean-stamps from clean.
20422
20423 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
20424
20425 * configure.in: Add gdbtest to configdirs.
20426
20427 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
20428
20429 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
20430 to recursive makes.
20431 * configure.in: Recognize new ncr3000 config.
20432
20433 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
20434
20435 * Makefile.in, configure.in: removed references to gdbm.
20436
20437 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
20438
20439 * config.sub: Don't canonicalize os value
20440 newsos* to bsd (readline needs to check for newsos).
20441 (This fix was earlier made Jan 31, but got re-broken.)
20442
20443 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
20444
20445 * configure.in: sco is an os, not a vendor!
20446
20447 * configure: Quote $( better. Keep various shells happy.
20448
20449 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
20450
20451 * Makefile.in: eliminate stamp-files.
20452
20453 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
20454
20455 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
20456 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
20457
20458 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
20459
20460 * config.sub: fix iris/iris3.
20461
20462 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
20463
20464 * configure: re-add -rm.
20465
20466 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
20467
20468 * Maskefile.in: add .stmp-rcs to all.
20469
20470 * configure.in: remove gas from rs6000 build, use aix host fragment.
20471
20472 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
20473
20474 * configure: pass down site_option during recursion.
20475
20476 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
20477
20478 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
20479
20480 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
20481
20482 * configure: Change exec_prefix so that it really defaults to prefix.
20483
20484 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
20485
20486 * Makefile.in, configure.in: Add support for mmalloc library.
20487
20488 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
20489
20490 * Makefile.in: add stmp dependencies for a few more things.
20491
20492 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
20493
20494 * configure: adjusted error message on objdir/srcdir configure
20495 collision, per john's suggestion.
20496
20497 * Makefile.in: add libiberty stmp to all and all.cross.
20498
20499 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
20500
20501 * Makefile.in: remove force dependencies, add grep to all.
20502
20503 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
20504
20505 * Makefile.in: drop flex. make stamp files work.
20506
20507 * configure: added test for conflicting configuration in srcdir,
20508 remove trailing slashes from srcdir. Otherwise emacs gdb mode
20509 gets cranky. use relative paths for configure and srcdir
20510 whenever possible. Send some error messages to stderr that were
20511 going to stdout.
20512
20513 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
20514
20515 * Makefile.in: Fix libg++ rule to check for gcc directory
20516 before using gcc/gcc. Also pass XTRAFLAGS.
20517
20518 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
20519
20520 * Makefile.in: added stmp-files so that directories aren't polled
20521 when they are already built.
20522
20523 * configure.texi: fixed a node pointer problem.
20524
20525 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
20526
20527 * config.sub configure.in gdb/configure.in
20528 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
20529 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
20530 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
20531
20532 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20533
20534 * configure: -recurring becomes -silent. corrected help message
20535 for -site= option.
20536
20537 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
20538
20539 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20540
20541 * configure: when building Makefile for crosses, replace
20542 tooldir and program_prefix. default srcdir from location of
20543 config.sub. remove "for host in hosts" and "for target in
20544 targets" loops.
20545
20546 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20547
20548 * Makefile.in: Do not pass bindir or mandir to cvs.
20549
20550 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
20551
20552 * Makefile.in, configure.in: removed traces of namesubdir,
20553 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
20554 copyrights to '92, changed some from Cygnus to FSF.
20555
20556 * configure.texi: remove most references to multiple hosts,
20557 multiple targets, subdirs, etc.
20558
20559 * configure.man: removed rcsid. reference config.sub not
20560 config.subr.
20561
20562 * Makefile.in: mkdir $(infodir) on install-info.
20563
20564 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
20565
20566 * configure.texi: Explain better about .gdbinit and about
20567 the environment that configure.in sections run in.
20568
20569 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
20570
20571 * configure.in: Ultrix is only a decstation if it's a MIPS.
20572
20573 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
20574
20575 * README: DOC.configure => cfg-paper.texi.
20576
20577 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
20578
20579 * config.sub (near case $os): Don't convert newsos* to bsd!
20580
20581 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
20582
20583 * Makefile.in: Reinstall change from gdb-4.3 that reduces
20584 the number of copies of COPYING that go into the GDB tar file.
20585
20586 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
20587
20588 * bfd/configure.in, gdb/config/mh-i386sco,
20589 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
20590 Fix SCO configuration stuff.
20591
20592 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
20593
20594 * Makefile.in: For libg++, make sure the -I pointing
20595 to the gcc directory goes *after* all the libg++-local -I flags.
20596 Also, move just-gcc dependency from just-libg++ to all-libg++.
20597
20598 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
20599
20600 * configure: Change -x to -f to keep Ultrix /bin/test happy.
20601
20602 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
20603
20604 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
20605
20606 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
20607
20608 * config.sub: Add stratus configuration frags. Also
20609 submitted to FSF.
20610
20611 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
20612
20613 * Makefile.in (DEV_SUPPORT): add configure.man.
20614
20615 * config.sub(Decode manufacturer-specific): add -none*.
20616
20617 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
20618
20619 * Makefile.in: remove form feeds to make Sun's make happy.
20620 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
20621
20622 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
20623
20624 * Makefile.in (AR_FLAGS): Make quieter.
20625
20626 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
20627
20628 * configure.in: Add libg++.
20629 * configure: When verbose, don't output the command line at each
20630 level; it will be unremarkably the same as the previous version,
20631 which will be the same as what the user typed.
20632
20633 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
20634
20635 * configure.in, Makefile.in: fix clean-info, add flex. add
20636 fileutils.
20637
20638 * configure: be less sensitive to spaces in Makefile.in. Do not
20639 look for sources in "..". Doing so breaks subdirectories that
20640 might have their own configure. If a subdir has it's own
20641 configure script, use it.
20642
20643 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
20644
20645 * cfg-paper.texi: some changes suggested by rms.
20646
20647 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
20648
20649 * config.sub: Merge in some small additions from the FSF version,
20650 taken from the gcc distribution, to bring the Cygnus and FSF
20651 versions into closer sync.
20652
20653 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
20654
20655 * configure.in: Changed svr4 references to sysv4.
20656
20657 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
20658
20659 * configure: added -V for version number option.
20660
20661 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
20662
20663 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
20664 renamed from DOC.configure to cfg-paper.texi.
20665
20666 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20667
20668 * configure, config.subr, config.sub: config.subr is now
20669 config.sub again.
20670
20671 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
20672
20673 * configure.texi: new file, in progress.
20674
20675 * Makefile.in: build info file and install the man page for
20676 configure.
20677
20678 * configure.man: new file, first cut.
20679
20680 * configure: find config.subr again now that configuration "none"
20681 has gone. removed all traces of the -ansi option. removed all
20682 traces of the -languages option.
20683
20684 * config.subr: resync from rms.
20685
20686 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20687
20688 * configure, config.sub, config.subr: merge config.sub into
20689 config.subr, call the result config.subr, remove config.sub, use
20690 config.subr.
20691
20692 * Makefile.in: revised install for dir.info.
20693
20694 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20695
20696 * configure.in: add decstation host makefile frag.
20697
20698 * Makefile.in: BISON now bison -y again. also install-gcc on
20699 install. clean-gdbm on clean. infodir belongs in datadir.
20700 Make directories for info install. Build dir.info here then
20701 install it.
20702
20703 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20704
20705 * Makefile.in: fix for bad directory tests.
20706
20707 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20708
20709 * configure: \{1,2\} appears to be a sysv'ism. Use a different
20710 regexp. -srcdir relative was being handled incorrectly.
20711
20712 * Makefile.in: unwrapped some for loops so that parallel makes
20713 work again and so one can focus one's attention on a particular
20714 package.
20715
20716 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20717
20718 * configure: added PWD as a stand in for `pwd` (for speed). use
20719 elif wherever possible. make -srcdir work without -objdir.
20720 -objdir= commented out.
20721
20722 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20723
20724 * configure: +options become --options. -subdirs commented out.
20725 added -host, -datadir. Renamed -destdir to -prefix. Comment in
20726 Makefile now at top of generated Makefile. Removed cvs log
20727 entries. added -srcdir. create .gdbinit only if there is one
20728 in ${srcdir}.
20729
20730 * Makefile.in: idestdir and ddestdir go away. Added copyrights
20731 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
20732 and mandir now keyed off datadir by default.
20733
20734 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20735
20736 * Freshly created ChangeLog.
20737
20738 \f
20739 Local Variables:
20740 mode: change-log
20741 left-margin: 8
20742 fill-column: 76
20743 version-control: never
20744 End: