]> gcc.gnu.org Git - gcc.git/blob - ChangeLog
re PR target/54461 ([avr] add configure option for better AVR-Libc integration)
[gcc.git] / ChangeLog
1 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
2
3 PR target/54461
4 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
5 target-libgloss if not configured --with-avrlibc=no.
6 * configure: Regenerate.
7
8 2012-09-04 Jason Merrill <jason@redhat.com>
9
10 * configure.ac: Fix --enable-languages=all.
11
12 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
13
14 * MAINTAINERS (Write After Approval): Add myself.
15
16 2012-09-03 Richard Guenther <rguenther@suse.de>
17
18 PR bootstrap/54138
19 * configure.ac: Re-organize ISL / CLOOG checks to allow
20 disabling with either --without-isl or --without-cloog.
21 * configure: Regenerated.
22
23 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
24
25 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
26 * configure: Regenerate.
27
28 2012-08-27 Ulrich Drepper <drepper@gmail.com>
29
30 * MAINTAINERS: Fix my email address.
31
32 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
33
34 PR binutils/4970
35 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
36 and opcodes.
37 * Makefile.in: Regenerated.
38
39 2012-08-26 Art Haas <ahaas@impactweather.com>
40
41 * configure: Regenerate.
42
43 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
44
45 * INSTALL/README: Also refer to the online installation
46 instructions.
47
48 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
49
50 * MAINTAINERS (Write After Approval): Add myself.
51 (Picochip port): Remove myself.
52
53 2012-08-14 Diego Novillo <dnovillo@google.com>
54
55 Merge from cxx-conversion branch.
56
57 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
58 POSTSTAGE1_CONFIGURE_FLAGS.
59 * Makefile.in: Regenerate.
60 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
61 Force C++ when bootstrapping.
62 * configure: Regenerate.
63
64 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
65
66 * MAINTAINERS (Write After Approval): Add myself.
67
68 2012-07-16 Joseph Myers <joseph@codesourcery.com>
69
70 * README: Document use of ranges of years in copyright notices.
71
72 2012-07-06 Richard Guenther <rguenther@suse.de>
73
74 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
75 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
76 --with-gmp=system.
77 * Makefile.in: Regenerated.
78 * configure: Likewise.
79
80 2012-07-06 Richard Guenther <rguenther@suse.de>
81
82 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
83 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
84 supply V=1 as extra_make_flags.
85 * configure: Regenerated.
86 * Makefile.in: Likewise.
87
88 2012-07-04 Tristan Gingold <gingold@adacore.com>
89
90 * configure: Regenerate.
91
92 2012-07-03 Richard Guenther <rguenther@suse.de>
93
94 * Makfile.def (isl): Remove not necessary extra_exports and
95 extra_make_flags.
96 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
97 * Makefile.in: Regenerated.
98
99 2012-07-03 Richard Guenther <rguenther@suse.de>
100
101 * Makefile.def (cloog): Add V=1 to extra_make_flags.
102 * configure.ac: If either the ISL or the CLooG check failed
103 do not try to build in-tree versions.
104 * Makefile.in: Regenerated.
105 * configure: Regenerated.
106
107 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
108
109 * configure: Regenerate.
110
111 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
112
113 * MAINTAINERS (Various Maintainers): Add myself as testsuite
114 maintainer.
115
116 2012-07-02 Richard Guenther <rguenther@suse.de>
117
118 * configure: Regenerated.
119
120 2012-07-02 Richard Guenther <rguenther@suse.de>
121 Michael Matz <matz@suse.de>
122 Tobias Grosser <tobias@grosser.es>
123 Sebastian Pop <sebpop@gmail.com>
124
125 * Makefile.def: Add ISL host module, remove PPL host module.
126 Adjust ClooG host module to use the proper ISL.
127 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
128 * configure.ac: Include config/isl.m4. Add ISL host library,
129 remove PPL. Remove PPL configury, add ISL configury, adjust
130 ClooG configury.
131 * Makefile.in: Regenerated.
132 * configure: Likewise.
133
134 2012-07-02 Richard Guenther <rguenther@suse.de>
135
136 Merge from graphite branch
137 2011-07-21 Tobias Grosser <tobias@grosser.es>
138
139 * configure: Regenerated.
140 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
141 both cloog.org and legacy versions. The only supported version will
142 be CLooG with the isl backend.
143
144 2011-07-21 Tobias Grosser <tobias@grosser.es>
145
146 * configure: Regenerated.
147 * configure.ac: Require cloog isl 0.17.0
148
149 2011-07-21 Tobias Grosser <tobias@grosser.es>
150
151 * configure: Regenerated.
152 * config/cloog.m4: Do not define CLOOG_ORG
153
154 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
155
156 * configure.ac: Skip C if explicitly selected.
157 * configure: Regenerate.
158
159 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
160
161 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
162 they contain -O2.
163 * configure: Regenerate.
164
165 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
166
167 PR debug/53740
168 * df.h, df-problems.c, dce.c: Revert last patch.
169
170 2012-06-25 Iain Sandoe <iain@codesourcery.com>
171
172 * MAINTAINERS (Write After Approval): Update my email address.
173
174 2012-06-21 Meador Inge <meadori@codesourcery.com>
175
176 * MAINTAINERS (Write After Approval): Add myself.
177
178 2012-06-20 Jason Merrill <jason@redhat.com>
179
180 * Makefile.tpl (check-target-libgomp-c++): New.
181 (check-target-libitm-c++): New.
182 * Makefile.def (c++): Add them.
183 * Makefile.in: Regenerate.
184
185 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
186
187 * MAINTAINERS (Write After Approval): Add myself.
188
189 2012-05-16 Olivier Hainque <hainque@adacore.com>
190
191 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
192 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
193 (install-no-fixedincludes): Adjust accordingly.
194 * Makefile.in: Regenerate.
195
196 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
197
198 Merge upstream change
199 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
200
201 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
202
203 * MAINTAINERS (Write After Approval): Add myself.
204
205 2012-05-09 Nick Clifton <nickc@redhat.com>
206 Paul Smith <psmith@gnu.org>
207
208 PR bootstrap/50461
209 * configure.ac (mpfr-dir): When using in-tree MPFR sources
210 allow for the fact that from release v3.1.0 of MPFR the source
211 files were moved into a src sub-directory.
212 * configure: Regenerate.
213
214 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
215
216 * configure.ac: Bump minimum MPFR version to 2.4.0.
217 * configure: Regenerated.
218
219 2012-05-01 Richard Henderson <rth@redhat.com>
220
221 * Makefile.def (libatomic): New target_module.
222 * configure.ac (target_libraries): Add libatomic.
223 (noconfigdirs): Check if libatomic is supported.
224 * Makefile.in, configure: Rebuild.
225
226 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
227
228 * MAINTAINERS (Write After Approval): Add myself.
229
230 2012-04-25 Joel Brobecker <brobecker@adacore.com>
231
232 * config.sub: Update to 2012-04-18 version from official repo.
233
234 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
235
236 * MAINTAINERS (Write After Approval): Add myself.
237
238 2012-04-11 Steve Ellcey <sellcey@mips.com>
239
240 * MAINTAINERS: Changed email address.
241
242 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
243
244 PR target/52737
245 * contrib/gcc_update (files_and_dependencies):
246 Remove gcc/config/avr/t-multilib from touch data.
247
248 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
249
250 * MAINTAINERS (OS Port Maintainers): Remove irix.
251 * configure.ac (enable_libgomp): Remove *-*-irix6*.
252 (unsupported_languages): Remove mips-sgi-irix6.*.
253 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
254 (with_stabs): Remove.
255 * configure: Regenerate.
256
257 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
258
259 * MAINTAINERS (OS Port Maintainers): Remove osf.
260 * configure.ac (enable_libgomp): Remove *-*-osf*.
261 (with_stabs): Remove alpha*-*-osf*.
262 * configure: Regenerate.
263
264 2012-03-05 Tristan Gingold <gingold@adacore.com>
265
266 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
267 * configure: Regenerate.
268
269 2012-02-17 Walter Lee <walt@tilera.com>
270
271 * MAINTAINERS: (Write After Approval): Delete myself.
272
273 2012-02-14 Walter Lee <walt@tilera.com>
274
275 * MAINTAINERS (tilegx port): Add myself.
276 (tilepro port): Add myself.
277 (Write After Approval): Add myself.
278
279 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
280
281 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
282 and Joseph Myers as docstring relicensing maintainers.
283
284 2012-02-09 Bin Cheng <bin.cheng@arm.com>
285
286 * MAINTAINERS (write-after-approval): Add myself.
287
288 2012-02-08 Ira Rosen <irar@il.ibm.com>
289
290 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
291 maintainer.
292
293 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
294
295 * MAINTAINERS (Write After Approval): Move myself to
296 maintain alphabetical order.
297
298 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
299
300 * MAINTAINERS (Write After Approval): Add myself.
301
302 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
303
304 * MAINTAINERS (Write After Approval): Add myself.
305
306 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
307 Jayant R Sonar <jayant.sonar@kpitcummins.com>
308
309 * configure.ac (cr16-*-*): Remove nonconfigdirs.
310 * configure: Regenerate.
311
312 2012-01-23 Harshit Chopra <harshit@google.com>
313
314 * MAINTAINERS (Write After Approval): Add myself.
315
316 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
317
318 * configure.ac: Remove reference to mh-interix.
319 * configure: Regenerate.
320
321 2012-01-05 Richard Henderson <rth@redhat.com>
322
323 PR bootstrap/51072
324 * configure.ac: Disable libitm if c++ is not enabled.
325 * configure: Rebuild.
326
327 * configure.ac: Fix regexp for same.
328 * configure: Rebuild.
329
330 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
331
332 * MAINTAINERS (Write After Approval): Add myself.
333
334 2012-01-02 Richard Guenther <rguenther@suse.de>
335
336 PR bootstrap/51686
337 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
338 * Makefile.in: Regenerate.
339
340 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
341
342 * MAINTAINERS (Write After Approval): Add myself.
343
344 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
345
346 * configure: Regenerate.
347
348 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
349
350 * MAINTAINERS (picochip): Changed email address.
351
352 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
353
354 * MAINTAINERS (write-after-approval): Add self.
355
356 2011-11-29 DJ Delorie <dj@redhat.com>
357
358 * configure.ac (rl78-*-*) New case.
359 * configure: Regenerate.
360 * MAINTAINERS: Add myself as RL78 maintainer.
361
362 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
363
364 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
365
366 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
367
368 * libtool.m4: Additional FreeBSD 10 fixes.
369
370 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
371
372 * MAINTAINERS: Move myself from Write After Approval to CPU Port
373 Maintainers section, as Epiphany maintainer.
374
375 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
376
377 PR target/49992
378 * configure.ac: Remove ranlib special-casing for Darwin.
379 * configure: Regenerate.
380
381 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
382
383 * MAINTAINERS (Reviewers): Keep the list sorted.
384
385 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
386
387 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
388
389 2011-11-09 Roland McGrath <mcgrathr@google.com>
390
391 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
392 * configure: Rebuild.
393 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
394 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
395 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
396 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
397 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
398 Add READELF.
399 * Makefile.in: Rebuild.
400
401 2011-11-09 Jason Merrill <jason@redhat.com>
402
403 * Makefile.def (language=c++): Remove check-c++0x.
404 * Makefile.in (check-gcc-c++): Regenerate.
405
406 2011-11-08 Richard Henderson <rth@redhat.com>
407
408 * configure.ac: Test for libitm directory present first.
409
410 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
411
412 * configure.ac: Test libitm/configure.tgt to disable libitm.
413 * configure: Rebuild.
414
415 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
416 Richard Henderson <rth@redhat.com>
417
418 Merged from transactional-memory.
419
420 * Makefile.def (lang_env_dependencies): libitm is c++.
421 Add libitm target module.
422 * configure.ac: Likewise.
423 * config/mmap.m4: New file.
424 * contrib/gcc_update: Add libitm to touch data.
425 * Makefile.in, configure: Rebuild.
426
427 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
428
429 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
430 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
431 * Makefile.in: Regenerate.
432
433 2011-11-01 DJ Delorie <dj@redhat.com>
434
435 * config.sub: Update to version 2011-10-29 (added rl78)
436
437 2011-10-27 Nick Clifton <nickc@redhat.com>
438
439 * config.sub: Import these changes from the config project:
440
441 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
442 Ben Elliston <bje@gnu.org>
443
444 * config.sub (epiphany): New.
445
446 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
447 Ben Elliston <bje@gnu.org>
448
449 * config.sub (hexagon, hexagon-*): New.
450
451 2011-08-23 Roland McGrath <mcgrathr@google.com>
452
453 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
454 64eb to be64.
455
456 2011-08-16 Roland McGrath <mcgrathr@google.com>
457
458 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
459 (nacl): Grok as alias for 32el-unknown-nacl.
460
461 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
462
463 * MAINTAINERS (Write After Approval): Add myself.
464
465 2011-10-24 Teresa Johnson <tejohnson@google.com>
466
467 * MAINTAINERS (Write After Approval): Add myself.
468
469 2011-09-21 Jakub Jelinek <jakub@redhat.com>
470
471 * MAINTAINERS (sparc port): Remove myself.
472
473 2011-09-14 Tom de Vries <tom@codesourcery.com>
474
475 * MAINTAINERS (Write After Approval): Add myself.
476
477 2011-08-14 Yao Qi <yao@codesourcery.com>
478
479 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
480 * configure: Regenerate.
481
482 2011-07-26 Ian Lance Taylor <iant@google.com>
483
484 * configure.ac: Set have_compiler based on whether gcc directory
485 exists, rather than on whether gcc is in configdirs.
486 * configure: Rebuild.
487
488 2011-07-21 Joseph Myers <joseph@codesourcery.com>
489
490 * MAINTAINERS (Global Reviewers): Add self.
491
492 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
493
494 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
495 link directories.
496 * Makefile.in: Rebuild.
497
498 2011-07-20 Ian Lance Taylor <iant@google.com>
499
500 PR bootstrap/49787
501 * configure.ac: Move --enable-bootstrap handling earlier in file.
502 If --enable-bootstrap and either --enable-build-with-cxx or
503 --enable-build-poststage1-with-cxx, enable C++ automatically.
504 * configure: Rebuild.
505
506 2011-07-19 Ian Lance Taylor <iant@google.com>
507
508 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
509 make C++ a boot_language. Set and substitute
510 POSTSTAGE1_CONFIGURE_FLAGS.
511 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
512 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
513 * configure, Makefile.in: Rebuild.
514
515 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
516
517 * MAINTAINERS (Register Allocation): Move myself from reviewers to
518 maintainers.
519
520 2011-07-18 Jakub Jelinek <jakub@redhat.com>
521
522 * MAINTAINERS (Global Reviewers): Add myself.
523
524 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
525
526 * configure: Regenerate.
527
528 2011-07-16 Jason Merrill <jason@redhat.com>
529
530 * Makefile.def (language=c++): Add check-c++0x and
531 check-target-libmudflap-c++.
532 * Makefile.tpl (check-target-libmudflap-c++): New.
533 * Makefile.in: Regenerate.
534
535 2011-07-16 Matthias Klose <doko@ubuntu.com>
536
537 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
538 * Makefile.def (target_modules/libjava): Pass
539 $(EXTRA_CONFIGARGS_LIBJAVA).
540 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
541 if not configured with --enable-static-libjava.
542 * Makefile.in: Regenerate.
543 * configure: Likewise.
544
545 2011-07-15 Jason Merrill <jason@redhat.com>
546
547 * Makefile.in (check-c++): Move check-gcc-c++0x after
548 check-target-libstdc++-v3.
549
550 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
551
552 * MAINTAINERS (c6x port): New entry.
553
554 2011-07-13 Jason Merrill <jason@redhat.com>
555
556 * Makefile.in (check-gcc-c++0x): New.
557 (check-c++): Depend on it.
558
559 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
560
561 PR target/39150
562 * configure.ac (i[3456789]86-*-solaris2*): Also accept
563 x86_64-*-solaris2.1[0-9]*.
564 * configure: Regenerate.
565
566 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
567
568 * MAINTAINERS (RTL optimizers): Add self.
569
570 2011-06-27 Gabriel Charette <gchare@google.com>
571
572 * MAINTAINERS (Write After Approval): Add myself.
573
574 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
575
576 PR regression/47836
577 PR bootstrap/23656
578 PR other/47733
579 PR bootstrap/49247
580 PR c/48825
581 * configure.ac (target_libraries): Remove target-libiberty.
582 Remove case-statement setting skipdirs=target-libiberty for
583 multiple targets. Remove checking target_configdirs and
584 removing target-libiberty but keeping target-libgcc if
585 otherwise empty.
586 * Makefile.def (target_modules): Don't add libiberty.
587 (dependencies): Remove all traces of target-libiberty.
588 * configure, Makefile.in: Regenerate.
589
590 2011-06-13 Walter Lee <walt@tilera.com>
591
592 * configure.ac (tilepro-*-*) New case.
593 (tilegx-*-*): Likewise.
594 * configure: Regenerate.
595
596 2011-06-06 Jing Yu <jingyu@google.com>
597
598 * configure.ac: Skip target-libiberty for
599 arm*-*-linux-androideabi.
600 * configure: Regenerated.
601
602 2011-06-06 Nick Clifton <nickc@redhat.com>
603
604 * config.sub: Sync from upstream.
605
606 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
607
608 * MAINTAINERS (Write After Approval): Add myself.
609
610 2011-06-01 Daniel Jacobowitz <drow@false.org>
611
612 * MAINTAINERS: Update my email address.
613
614 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
615
616 * MAINTAINERS (Write After Approval): Update my email address.
617
618 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
619
620 * MAINTAINERS (Write After Approval): Add myself.
621
622 2011-05-08 Doug Kwan <dougkwan@google.com>
623
624 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
625 * configure: Regenerated.
626 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
627 value from configure.
628 * Makefile.in: Regenerated.
629
630 2011-05-05 Joseph Myers <joseph@codesourcery.com>
631
632 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
633 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
634 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
635 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
636 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
637 *-*-vxworks*): Disable newlib and libgloss in separate case
638 statement.
639 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
640 to separate case statement.
641 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
642 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
643 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
644 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
645 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
646 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
647 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
648 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
649 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
650 i[[3456789]]86-*-rdos*, m32r-*-*,
651 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
652 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
653 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
654 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
655 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
656 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
657 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
658 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
659 and libgloss in main case over targets. Remove most empty cases
660 in main case over targets.
661 * configure: Regenerate.
662
663 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
664
665 * MAINTAINERS (Write After Approval): Add myself.
666
667 2011-05-04 Joseph Myers <joseph@codesourcery.com>
668
669 * configure.ac: Remove code setting special library locations for
670 hppa*64*-*-hpux11*. Remove code setting compiler for
671 sparc-sun-solaris2*.
672 * configure: Regenerate.
673
674 2011-05-04 Joseph Myers <joseph@codesourcery.com>
675
676 * configure.ac: Separate libgloss_dir settings from general case
677 over targets.
678 * configure: Regenerate.
679
680 2011-04-28 Joseph Myers <joseph@codesourcery.com>
681
682 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
683 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
684 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
685 cases in libgcj-disabling case statement.
686 (hppa*64*-*-linux*): Set unsupported_languages instead of
687 disabling target-zlib.
688 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
689 to hppa*64*-*-hpux*.
690 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
691 hppa*-*-hpux*.
692 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
693 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
694 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
695 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
696 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
697 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
698 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
699 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
700 libgcj-disabling case statement.
701 * configure: Regenerate.
702
703 2011-04-28 Joseph Myers <joseph@codesourcery.com>
704
705 * configure.ac: Disable Java for targets not supporting libffi.
706 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
707 Remove cases in Java-disabling statement.
708 (*arm-wince-pe): Change to arm-wince-pe.
709 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
710 cases in Java-disabling statement.
711 (bfin-*-*): Don't disable Java again.
712 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
713 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
714 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
715 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
716 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
717 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
718 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
719 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
720 Java-disabling statement.
721 (mmix-*-*): Don't disable Java again.
722 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
723 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
724 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
725 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
726 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
727 statement.
728 * configure: Regenerate.
729
730 2011-04-28 Joseph Myers <joseph@codesourcery.com>
731
732 * configure.ac: Separate cases disabling Java and Java libraries
733 from general case over targets.
734 * configure: Regenerate.
735
736 2011-04-21 Jie Zhang <jzhang918@gmail.com>
737
738 * MAINTAINERS: Update my email address.
739
740 2011-04-20 Easwaran Raman <eraman@google.com>
741
742 * MAINTAINERS (Write After Approval): Add myself.
743
744 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
745
746 PR lto/48086
747 * configure.ac: Re-enable LTO on *-apple-darwin9*.
748 * configure: Regenerate.
749
750 2011-04-16 Jim Meyering <meyering@redhat.com>
751
752 * MAINTAINERS (Write After Approval): Add myself.
753
754 2011-04-15 Dodji Seketeli <dodji@redhat.com>
755
756 * MAINTAINERS: Update my email address.
757
758 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
759
760 * MAINTAINERS (Write After Approval): Add myself.
761
762 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
763
764 * MAINTAINERS (Write After Approval): Add myself.
765
766 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
767
768 * MAINTAINERS (Write After Approval): Add myself.
769
770 2011-04-06 Joseph Myers <joseph@codesourcery.com>
771
772 * configure.ac (build_tools): Remove build-byacc.
773 (host_libs): Remove mmalloc.
774 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
775 autoconf automake libtool diff rcs fileutils shellutils time
776 textutils wdiff find uudecode hello tar gzip indent recode release
777 sed perl gawk findutils gettext zip.
778 (libgcj): Remove target-qthreads.
779 (target_tools): Remove target-examples target-gperf.
780 (YACC): Don't handle building byacc.
781 * configure: Regenerate.
782 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
783 dosutils, examples, fileutils, find, findutils, gawk, gettext,
784 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
785 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
786 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
787 handle building components.
788 * Makefile.in: Regenerate.
789
790 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
791
792 * MAINTAINERS: Update my email address as Xtensa maintainer.
793
794 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
795
796 * config.sub: Sync from upstream.
797
798 2011-04-01 Joseph Myers <joseph@codesourcery.com>
799
800 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
801 (microblaze*): Don't disable libssp.
802 * configure: Regenerate.
803
804 2011-04-01 Joseph Myers <joseph@codesourcery.com>
805
806 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
807 moveifchange.
808 * configure: Regenerate.
809 * Makefile.tpl: Use @SHELL@ not @config_shell@.
810 * Makefile.in: Regenerate.
811
812 2011-04-01 Joseph Myers <joseph@codesourcery.com>
813
814 * configure.ac (*-*-sysv4*): Don't enable libgomp.
815 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
816 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
817 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
818 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
819 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
820 md_exec_prefix cases.
821 * configure: Regenerate.
822
823 2011-04-01 Joseph Myers <joseph@codesourcery.com>
824
825 * configure.ac: Separate cases disabling target-libssp,
826 target-libiberty, target-libstdc++-v3 and Fortran from general
827 case over targets.
828 * configure: Regenerate.
829
830 2011-04-01 Joseph Myers <joseph@codesourcery.com>
831
832 * configure.ac (*-*-chorusos): Don't disable libgcj.
833 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
834 Remove case.
835 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
836 (arm-*-coff): Don't disable libgcj.
837 (arm*-*-linux-gnueabi): Remove useless assignment.
838 (arm-*-riscix*): Don't disable libgcj.
839 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
840 configuration.
841 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
842 (c54x*-*-*): Remove case.
843 (tic54x-*-*): Don't disable GCC or GCC libraries.
844 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
845 to *.
846 (d10v-*-*): Don't disable GCC libraries.
847 (d30v-*-*): Don't disable libgcj.
848 (h8500-*-*): Don't disable GCC libraries.
849 (i960-*-*): Don't disable libgcj.
850 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
851 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
852 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
853 libgcj.
854 (m68k-*-coff*): Remove case.
855 (mmix-*-*): Don't disable libgloss on host.
856 (mn10200-*-*, mn10300-*-*): Remove cases.
857 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
858 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
859 Don't disable libgcj.
860 (romp-*-*): Remove case.
861 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
862 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
863 case.
864 (v810-*-*): Don't disable GCC libraries.
865 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
866 (ip2k-*-*): Don't disable GCC libraries.
867 * configure: Regenerate.
868
869 2011-03-28 Joseph Myers <joseph@codesourcery.com>
870
871 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
872 libffi on host.
873 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
874 on host.
875 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
876 * configure: Regenerate.
877
878 2011-03-26 John Marino <binutils@marino.st>
879
880 * configure.ac: Add support for *-*-dragonfly*
881 * configure: Regenerate.
882
883 2011-03-25 Joseph Myers <joseph@codesourcery.com>
884
885 * configure.ac (native_only): Remove.
886 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
887 send-pr uudecode guile gnuserv on host.
888 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
889 send-pr rcs guile perl texinfo libtool on host.
890 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
891 automake send-pr rcs guile perl texinfo libtool on host.
892 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
893 (*-*-kaos*): Don't disable target-examples target-gperf on target.
894 (alpha*-dec-osf*): Don't disable fileutils on target.
895 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
896 texinfo send-pr expect dejagnu on target.
897 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
898 target-qthreads on target.
899 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
900 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
901 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
902 x86_64-*-mingw*): Don't disable expect on target.
903 (*-*-cygwin*): Don't disable target-gperf on target.
904 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
905 gnuserv on target.
906 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
907 target.
908 * configure: Regenerate.
909
910 2011-03-25 Joseph Myers <joseph@codesourcery.com>
911
912 * configure.ac (target_tools): Remove target-groff.
913 (native_only): Remove target-groff.
914 (hppa*64*-*-*): Don't disable byacc.
915 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
916 setting.
917 (*-*-kaos*): Don't skip target-librx and target-groff.
918 (*-*-netware*): Don't skip target-libmudflap.
919 (*-*-tpf*): Don't skip target-libmudflap.
920 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
921 directories on the host.
922 (ia64*-*-*vms*): Don't skip tix.
923 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
924 host.
925 * configure: Regenerate.
926
927 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
928
929 * configure.ac: Remove references to mt-mep, mt-netware,
930 mt-wince.
931 * Makefile.def: Add all-utils soft dependencies.
932 * Makefile.tpl: Remove GDB_NLM_DEPS.
933 * configure: Regenerate.
934 * Makefile.in: Regenerate.
935
936 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
937
938 * configure.ac: Do not include mh-x86omitfp.
939 * configure: Regenerate.
940
941 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
942
943 * configure.ac: Remove empty cases.
944 * configure: Regenerate.
945
946 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
947
948 * Makefile.def: Add dependency from termcap to gdb.
949 * Makefile.in: Regenerate.
950
951 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
952
953 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
954 * configure: Regenerate.
955 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
956 * Makefile.tpl: Likewise.
957 * Makefile.in: Regenerate.
958
959 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
960
961 * configure.ac: Remove all mentions of tentative_cc.
962 * configure: Regenerate.
963
964 2011-03-24 Joseph Myers <joseph@codesourcery.com>
965
966 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
967 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
968 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
969 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
970 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
971 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
972 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
973 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
974 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
975 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
976 *-*-rhapsody*): Remove host cases.
977 * configure: Regenerate.
978
979 2011-03-24 Joseph Myers <joseph@codesourcery.com>
980
981 * configure.ac (ppc*-*-pe): Remove host case.
982 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
983 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
984 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
985 cases.
986 * configure: Regenerate.
987
988 2011-03-24 Joseph Myers <joseph@codesourcery.com>
989
990 * config.sub: Update to version 2011-03-23.
991
992 2011-03-22 Joseph Myers <joseph@codesourcery.com>
993
994 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
995 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
996 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
997 * configure: Regenerate.
998
999 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1000
1001 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
1002 to Write After Approval.
1003 * config-ml.in: Don't handle arc-*-elf*.
1004 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1005 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1006 handle GCC libraries.
1007 * configure: Regenerate.
1008
1009 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1010
1011 PR bootstrap/48120:
1012 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1013 Add -lstdc++ -lm to LIBS.
1014 * configure: Regenerate.
1015
1016 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
1017
1018 * config.guess: Update to version 2011-02-02
1019 * config.sub: Update to version 2011-02-24
1020
1021 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1022
1023 PR lto/48086
1024 * configure.ac: Re-enable LTO on *-apple-darwin9.
1025 * configure: Regenerate.
1026
1027 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
1028
1029 PR lto/48086
1030 * configure.ac: Disable LTO on darwin due to an assembler change in
1031 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
1032 under 256.
1033 * configure: Regenerate.
1034
1035 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
1036
1037 * MAINTAINERS: Update myself as score backend maintainer,
1038 update my e-mail address.
1039
1040 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
1041
1042 * MAINTAINERS: Update my e-mail address.
1043
1044 2011-03-06 Joey Ye <joey.ye@arm.com>
1045
1046 * MAINTAINERS: Update my e-mail address.
1047
1048 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1049
1050 * configure.ac: Adjust test of with_ppl.
1051 * configure: Regenerated.
1052
1053 2011-03-02 Kai Tietz <ktietz@redhat.com>
1054
1055 * MAINTAINERS: Adjust my e-mail address.
1056
1057 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1058
1059 * configure.ac: Add -lpwl to ppllibs.
1060 * configure: Regenerated.
1061
1062 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1063
1064 * config/cloog.m4: Add -lisl to clooglibs.
1065 * configure: Regenerated.
1066
1067 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1068
1069 * MAINTAINERS (CPU Port maintainers): Add self.
1070
1071 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1072
1073 * MAINTAINERS: Add myself as testsuite maintainer.
1074
1075 2011-02-15 Mike Stump <mikestump@comcast.net>
1076
1077 * MAINTAINERS: Add myself as testsuite maintainer.
1078
1079 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1080
1081 Import from Libtool and gnulib:
1082
1083 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1084
1085 Prepare for supporting FreeBSD 10.
1086 * config.rpath: Remove handling of freebsd1* which soon would
1087 match FreeBSD 10.0.
1088
1089 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1090
1091 Remove support for FreeBSD 1.x.
1092 * libtool.m4 (_LT_LINKER_SHLIBS)
1093 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1094 soon would incorrectly match FreeBSD 10.0.
1095
1096 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1097
1098 PR binutils/12283
1099 * move-if-change: Import version from gnulib.
1100
1101 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1102
1103 PR lto/47225
1104 * Makefile.def (lto-plugin): Double dash for enable-shared.
1105 (configure-gcc): Depend on all-lto-plugin.
1106 * Makefile.in: Rebuilt.
1107
1108 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1109
1110 * configure.ac: Remove extra bracket.
1111 * configure: Regenerate.
1112
1113 2011-02-08 Tobias Burnus <burnus@net-b.de>
1114
1115 * MAINTAINERS: Add myself as libquadmath maintainer.
1116
1117 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
1118
1119 * MAINTAINERS: Update my email address.
1120
1121 2011-02-07 Joseph Myers <joseph@codesourcery.com>
1122
1123 * MAINTAINERS (option handling): Add self.
1124
1125 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1126
1127 PR lto/47225
1128 * Makefile.def: Add dependency for install-gcc
1129 on install-lto-plugin.
1130 * Makfile.in: Regenerated
1131
1132 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
1133
1134 * MAINTAINERS (CPU Port Maintainers): Add myself.
1135
1136 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
1137
1138 PR libgcj/44341
1139 * configure.ac: Discard --with-* flags for host when configuring
1140 target libraries for cross build.
1141 * configure: Rebuilt.
1142
1143 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1144
1145 * MAINTAINERS (linear loop transforms): Removed.
1146
1147 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1148
1149 * configure.ac: If with_ppl is no, move setting with_cloog=no
1150 after CLOOG_REQUESTED check.
1151 * configure: Regenerated.
1152
1153 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1154
1155 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1156 CLooG has been requested.
1157 * configure: Regenerated.
1158
1159 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1160
1161 * configure: Regenerated.
1162 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1163
1164 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1165
1166 * configure: Regenerated.
1167 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1168
1169 2011-01-21 Andreas Schwab <schwab@redhat.com>
1170
1171 * configure.ac: Use AS_HELP_STRING throughout.
1172 * configure: Regenerate.
1173
1174 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1175
1176 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1177 * configure: Regenerate.
1178
1179 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1180
1181 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1182
1183 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1184
1185 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1186 for ia64-hpux.
1187 * configure: Regenerate.
1188
1189 2011-01-07 Jan Hubicka <jh@suse.cz>
1190
1191 PR lto/47225
1192 * Makefile.in: Regenerate.
1193 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1194 configure.
1195
1196 2011-01-07 Jan Hubicka <jh@suse.cz>
1197
1198 * Makefile.in: Regenerate.
1199 * Makefile.def (gcc host module) and soft dependency on lto-plugin
1200 and configure dependency on lto-plugin configure.
1201 (lto-plugin module): Remove dependency on GCC; add dependency on
1202 liniberty.
1203
1204 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
1205
1206 * MAINTAINERS (Write After Approval): Add myself.
1207
1208 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
1209
1210 * configure: Regenerate.
1211
1212 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1213
1214 * configure.ac: (picochip): Disable libiberty.
1215
1216 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
1217
1218 * MAINTAINERS (Write After Approval): Add myself.
1219
1220 2010-12-10 Ian Lance Taylor <iant@google.com>
1221
1222 PR bootstrap/46819
1223 * configure.ac: For --disable-libgcj clear libgcj_saved.
1224 * configure: Rebuild.
1225
1226 2010-12-10 Tobias Burnus <burnus@net-b.de>
1227
1228 PR fortran/46540
1229 * configure.ac: Add --disable-libquadmath and
1230 --disable-libquadmath-support.
1231 * configure: Regenerate.
1232
1233 2010-12-03 Ian Lance Taylor <iant@google.com>
1234
1235 * MAINTAINERS: Add myself as libgo maintainer.
1236
1237 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
1238
1239 PR libffi/46792
1240 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1241 * configure: Regenerate.
1242
1243 2010-12-02 Ian Lance Taylor <iant@google.com>
1244
1245 * configure.ac: Always set default for poststage1_ldflags to
1246 -static-libstdc++ -static-libgcc.
1247
1248 2010-11-29 Andreas Schwab <schwab@redhat.com>
1249
1250 * configure.ac: Move comment to remove extra space in last argument
1251 of GCC_TARGET_TOOL.
1252
1253 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
1254
1255 PR other/46026
1256 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1257 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1258 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1259 (BASE_FLAGS_TO_PASS): Use it.
1260 * configure: Rebuilt.
1261 * Makefile.in: Rebuilt.
1262
1263 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1264
1265 PR binutils/12258
1266 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1267 Properly check default linker.
1268 * configure: Regnerated.
1269
1270 2010-11-23 Matthias Klose <doko@ubuntu.com>
1271
1272 * configure.ac: For --enable-gold, handle value `default' instead of
1273 `both*'. New configure option --{en,dis}able-ld.
1274 * configure: Regenerate.
1275
1276 2010-11-20 Ian Lance Taylor <iant@google.com>
1277
1278 * configure.ac: Only disable a language library if no language needs
1279 it. Don't let --disable-libgcj uncondtionally disable libffi.
1280 * configure: Rebuild.
1281
1282 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1283
1284 * Makefile.in: Regenerate.
1285
1286 PR other/46202
1287 * configure.ac: Fix just-built in-tree STRIP name to be
1288 binutils/strip-new.
1289 * configure: Regenerate.
1290 * Makefile.def (install-strip-gcc, install-strip-binutils)
1291 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1292 (install-strip-sid): Mirror dependencies on non-strip variants
1293 of these targets on the respective -strip prerequisites.
1294 * Makefile.tpl (install-strip, install-strip-host)
1295 (install-strip-target): New targets.
1296 (install-strip-[+module+], install-strip-target-[+module+]):
1297 New targets.
1298 * Makefile.in: Regenerate.
1299
1300 2010-11-19 Ian Lance Taylor <iant@google.com>
1301 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1302
1303 * configure.ac: Add target-libgo to target_libraries. Set
1304 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1305 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1306 (HOST_EXPORTS): Add GOC.
1307 (BASE_TARGET_EXPORTS): Add GOC.
1308 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1309 (GOCFLAGS_FOR_TARGET): New variable.
1310 (EXTRA_HOST_FLAGS): Add GOC.
1311 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1312 * Makefile.def (target_modules): Add libgo.
1313 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1314 (dependencies): Add dependency from configure-target-libgo to
1315 configure-target-libffi and all-target-libstdc++-v3. Add
1316 dependencies from all-target-libgo to all-target-libffi.
1317 (languages): Add go.
1318 * configure: Rebuild.
1319 * Makefile.in: Rebuild.
1320
1321 2010-11-19 Ian Lance Taylor <iant@google.com>
1322
1323 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1324 compiler/flag environment variables.
1325
1326 2010-11-18 Ian Lance Taylor <iant@google.com>
1327
1328 * configure.ac: Check for lang_requires_boot_languages in
1329 config-lang.in files.
1330 * configure: Rebuild.
1331
1332 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1333 Tobias Burnus <burnus@net-b.de>
1334
1335 PR fortran/32049
1336 * Makefile.def: Add libquadmath; build it with language=fortran.
1337 * configure.ac: Add libquadmath.
1338 * Makefile.tpl: Handle multiple libs in check-[+language+].
1339 * Makefile.in: Regenerate.
1340 * configure: Regenerate.
1341
1342 2010-11-16 Tom Tromey <tromey@redhat.com>
1343
1344 * MAINTAINERS: Moved myself to reviewers section.
1345
1346 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
1347
1348 * MAINTAINERS: Moved myself to reviewers section.
1349
1350 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1351
1352 * MAINTAINERS (Various Maintainers): Add self for build machinery.
1353 (Write After Approval): Remove self.
1354
1355 2010-11-15 Andreas Schwab <schwab@redhat.com>
1356
1357 * configure.ac: Fix spelling in option names.
1358 * configure: Regenerated.
1359
1360 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
1361
1362 PR bootstrap/39622
1363 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1364 * configure: Regenerated.
1365
1366 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
1367
1368 * MAINTAINERS: Update my email address.
1369
1370 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1371
1372 * configure: Regenerate.
1373
1374 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1375
1376 * configure: Regenerate.
1377
1378 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1379
1380 * configure: Regenerate.
1381
1382 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1383
1384 * configure: Regenerate.
1385
1386 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1387
1388 * configure.ac: Support official CLooG.org versions.
1389 * configure: Regenerate.
1390 * config/cloog.m4: New.
1391
1392 2010-11-10 François Dumont <francois.cppdevs@free.fr>
1393
1394 * MAINTAINERS (Write After Approval): Add myself.
1395
1396 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
1397
1398 * MAINTAINERS: Update my email address.
1399
1400 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1401
1402 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1403 * configure: Regenerate.
1404
1405 2010-11-03 Ian Lance Taylor <iant@google.com>
1406 Dave Korn <dave.korn.cygwin@gmail.com>
1407
1408 PR lto/46273
1409 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1410 and on other supported platforms whenever LTO is enabled.
1411 * configure: Rebuild.
1412
1413 2010-11-02 Alan Modra <amodra@gmail.com>
1414
1415 PR binutils/12110
1416 * configure.ac: Error when source path contains spaces.
1417 * configure: Regenerate.
1418
1419 2010-10-23 James E. Wilson <wilson@codesourcery.com>
1420
1421 * MAINTAINERS: Update my email address.
1422
1423 2010-10-20 Ian Lance Taylor <iant@google.com>
1424
1425 * Makefile.def (target_modules): Set lib_path to src/.libs for
1426 libstdc++-v3 module.
1427 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1428 * Makefile.in: Rebuild.
1429
1430 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1431
1432 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
1433 (Write After Approval): Remove myself.
1434
1435 2010-10-15 Tristan Gingold <gingold@adacore.com>
1436
1437 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1438
1439 2010-10-14 Douglas Rupp <rupp@gnat.com>
1440
1441 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1442
1443 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1444
1445 * configure.ac (build_lto_plugin): New shell variable.
1446 (--enable-lto): Turn on by default for all non-ELF platforms that
1447 have had LTO support added so far. Set build_lto_plugin appropriately
1448 for both ELF and non-ELF.
1449 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1450 * configure: Regenerate.
1451
1452 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1453
1454 Sync from src:
1455 * configure.ac (v850 support): Remove target-libgloss from
1456 noconfigdirs.
1457 * configure: Regenerate.
1458
1459 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1460
1461 PR bootstrap/45326
1462 PR bootstrap/45174
1463 * configure.ac: Honor initial values of $build_configargs,
1464 $host_configargs, $target_configargs. Mark the precious, so
1465 environment settings get recorded.
1466 * configure: Regenerate.
1467
1468 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1469
1470 PR bootstrap/45796
1471 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1472 Depend on all-build-libiberty.
1473 * Makefile.in: Regenerate.
1474
1475 2010-09-30 Michael Eager <eager@eagercon.com>
1476
1477 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1478 * configure: Regenerate.
1479
1480 2010-09-28 Michael Eager <eager@eagercon.com>
1481
1482 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
1483
1484 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1485
1486 PR bootstrap/44621
1487 * configure.ac: Fix unportable shell quoting.
1488 * configure: Regenerate.
1489
1490 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1491
1492 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1493 targets and amend comment.
1494 * configure: Regenerate.
1495
1496 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
1497
1498 * MAINTAINERS (Write After Approval): Add myself.
1499
1500 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
1501
1502 * configure.ac: Enable LTO by default on Darwin.
1503 * configure: Regenerate.
1504
1505 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
1506
1507 * MAINTAINERS (Write After Approval): Add myself.
1508
1509 2010-09-01 Ian Bolton <ian.bolton@arm.com>
1510
1511 * MAINTAINERS (Write After Approval): Add myself.
1512
1513 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
1514
1515 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
1516 ports
1517
1518 2010-07-28 David Yuste <david.yuste@gmail.com>
1519
1520 * MAINTAINERS (Write After Approval): Add myself.
1521
1522 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
1523
1524 * configure.ac: Support all v850 targets.
1525 * configure: Regenerate.
1526
1527 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
1528
1529 PR bootstrap/44455
1530 * configure.ac (extra_mpfr_configure_flags): Copy from
1531 extra_mpc_gmp_configure_flags.
1532 * configure: Re-generated.
1533
1534 2010-07-22 Andi Kleen <ak@linux.intel.com>
1535
1536 * MAINTAINERS (Write After Approval): Add myself.
1537
1538 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
1539
1540 * MAINTAINERS (Write After Approval): Add myself.
1541
1542 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
1543
1544 * MAINTAINERS (Write After Approval): Add myself.
1545
1546 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
1547
1548 PR target/44862
1549 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1550 Provide -B option to allow for link spec %s substitutions for
1551 libstdc++.a on darwin.
1552 * Makefile.in: Regenerate.
1553
1554 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
1555
1556 * MAINTAINERS (Reviewers): Update my e-mail address
1557
1558 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
1559
1560 * Makefile.def (configure-gcc): Depend on all-libelf.
1561 * Makefile.in: Rebuild.
1562
1563 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
1564
1565 * MAINTAINERS (Write After Approval): Add myself in the right place.
1566
1567 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
1568
1569 * MAINTAINERS (Write After Approval): Add myself.
1570
1571 2010-05-25 Sterling Augustine <sterling@tensilica.com>
1572
1573 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
1574
1575 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
1576
1577 * config.sub: Update to version 2010-05-21.
1578 * config.guess: Update to version 2010-04-03.
1579
1580 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1581
1582 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1583 * configure: Regenerate.
1584
1585 2010-05-12 Sriraman Tallam <tmsriram@google.com>
1586
1587 * MAINTAINERS (Write After Approval): Add myself.
1588
1589 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1590
1591 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1592 a platform that supports LTO.
1593 * configure: Regenerate.
1594
1595 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1596
1597 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1598 * configure: Regenerated.
1599
1600 2010-04-27 Roland McGrath <roland@redhat.com>
1601 H.J. Lu <hongjiu.lu@intel.com>
1602
1603 * configure.ac (--enable-gold): Support both, both/gold and
1604 both/bfd to add gold to configdirs without removing ld.
1605 * configure: Regenerated.
1606
1607 * Makefile.def: Add install-gold dependency to install-ld.
1608 * Makefile.in: Regenerated.
1609
1610 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1611
1612 PR lto/42776
1613 * configure.ac (--enable-lto): Refactor handling so libelf tests
1614 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1615 and allow LTO to be explicitly enabled on non-ELF platforms that
1616 are known to support it inside else-clause.
1617 * configure: Regenerate.
1618
1619 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1620
1621 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1622 * configure: Regenerate.
1623
1624 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
1625
1626 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1627 * configure: Regenerate.
1628
1629 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1630
1631 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1632 separately.
1633 * configure: Regenerate.
1634
1635 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
1636
1637 * MAINTAINERS (Write After Approval): Add myself.
1638
1639 2010-04-14 Tristan Gingold <gingold@adacore.com>
1640
1641 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1642 * configure: Regenerate.
1643
1644 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1645
1646 * configure: Regenerate after change to elf.m4.
1647
1648 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
1649
1650 * MAINTAINERS (Write After Approval): Add myself.
1651
1652 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1653
1654 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1655 * configure: Regenerated.
1656
1657 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1658
1659 * configure.ac: Print "buggy but acceptable" when CLooG
1660 revision is less than 9.
1661 * configure: Regenerated.
1662
1663 2010-04-01 Diego Novillo <dnovillo@google.com>
1664
1665 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
1666
1667 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1668
1669 PR bootstrap/43615
1670 PR bootstrap/43328
1671
1672 Revert:
1673
1674 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1675
1676 * configure.ac: Do not pass --enable-multilib nor
1677 --disable-multilib in baseargs. Accept explicitly passed
1678 --enable_multilib.
1679 * configure: Regenerate.
1680
1681 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
1682
1683 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
1684
1685 2010-03-31 Janis Johnson <janis187@us.ibm.com>
1686
1687 * MAINTAINERS: Remove myself.
1688
1689 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1690
1691 PR bootstrap/43328
1692 * configure.ac: Do not pass --enable-multilib nor
1693 --disable-multilib in baseargs. Accept explicitly passed
1694 --enable_multilib.
1695 * configure: Regenerate.
1696
1697 2010-03-28 Andrew Pinski <pinskia@gmail.com>
1698
1699 * MAINTAINERS (spu port): Remove me.
1700
1701 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1702
1703 * configure.ac (tic6x-*-*): New case.
1704 * configure: Regenerate.
1705
1706 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1707
1708 * config.sub: Update to version 2010-03-22.
1709 * config.guess: Update to version 2009-12-30.
1710
1711 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1712
1713 PR ada/42554
1714 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1715 * configure: Regenerate.
1716
1717 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1718
1719 * MAINTAINERS: Update my email address.
1720
1721 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
1722
1723 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
1724 (ghassan.shobaki@amd.com): Removed.
1725
1726 2010-03-17 Alan Modra <amodra@gmail.com>
1727
1728 * MAINTAINERS: Update my email address.
1729
1730 2010-03-16 Diego Novillo <dnovillo@google.com>
1731
1732 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
1733 Matthews.
1734
1735 2010-03-16 Joseph Myers <joseph@codesourcery.com>
1736
1737 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
1738 Gutson, Jeffrey D. Oldham and Mark Shinwell.
1739
1740 2010-03-16 Joseph Myers <joseph@codesourcery.com>
1741
1742 * MAINTAINERS: Update my email address.
1743
1744 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
1745
1746 * MAINTAINERS: Update my email address.
1747
1748 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
1749
1750 * MAINTAINERS: Update my email address.
1751
1752 2010-03-09 Jie Zhang <jie@codesourcery.com>
1753
1754 * MAINTAINERS: Update my email address.
1755
1756 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1757
1758 PR libstdc++/32499
1759 * configure.ac (RANLIB): Default to true.
1760 (STRIP): Likewise.
1761 (RANLIB_FOR_TARGET): Remove superfluous : argument.
1762 * configure: Regenerate.
1763
1764 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
1765
1766 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
1767 (Write After Approval): Update my email address.
1768
1769 2010-02-17 Nick Clifton <nickc@redhat.com>
1770
1771 PR 11238
1772 * Makefile.tpl (local-distclean): Also remove config.cache files in
1773 sub-directories as there may not be Makefiles present in the
1774 sub-directories.
1775 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1776 the config.cache files found by the find command.
1777
1778 * Makefile.in: Regenerate.
1779 * configure.ac: Revert previous delta.
1780 * configure: Regenerate.
1781
1782 2010-02-15 Nick Clifton <nickc@redhat.com>
1783
1784 PR 11238
1785 * configure.ac: Delete config.cache files in sub-directories when
1786 deleting Makefiles.
1787 * configure: Regenerate.
1788
1789 2010-02-12 Ben Elliston <bje@gnu.org>
1790
1791 * MAINTAINERS: Update my email address.
1792
1793 2010-02-08 Andrew Pinski <pinskia@gmail.com>
1794
1795 * MAINTAINERS (spu port): Update my email address.
1796
1797 2010-02-08 Jie Zhang <jie.zhang@analog.com>
1798
1799 * MAINTAINERS: Add myself as a maintainer for the bfin port.
1800
1801 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1802
1803 * configure.ac: Add "recommended" version checks for GMP/MPC.
1804 Update recommended GMP/MPFR/MPC versions.
1805 * configure: Regenerate.
1806
1807 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
1808
1809 * MAINTAINERS: Move my Embecosm email address into the
1810 write-after-approval section.
1811
1812 2010-01-26 Ian Lance Taylor <iant@google.com>
1813
1814 * MAINTAINERS: Add myself as Go frontend maintainer.
1815
1816 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
1817
1818 PR libstdc++/36101, PR libstdc++/42813
1819 * configure.ac (bootstrap_target_libs): Make inclusion of
1820 target-libgomp conditional on libgomb being in target_configdirs.
1821 * configure: Regenerate.
1822
1823 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
1824
1825 PR libstdc++/36101, PR libstdc++/42813
1826 * configure.ac (bootstrap_target_libs): Include target-libgomp.
1827 * configure: Regenerate.
1828
1829 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
1830
1831 PR libstdc++/36101, PR libstdc++/42813
1832 * configure.ac (target_configdirs): Substitute.
1833 * Makefile.def: Bootstrap target module libgomp.
1834 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1835 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1836 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1837 * configure, Makefile.in: Regenerate.
1838
1839 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
1840
1841 * MAINTAINERS: Adjust my details.
1842
1843 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
1844
1845 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
1846
1847 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
1848
1849 * MAINTAINERS: reindented my entry with tabs instead of spaces.
1850
1851 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
1852
1853 * MAINTAINERS (Write After Approval): Add myself.
1854
1855 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
1856
1857 * MAINTAINERS (Write After Approval): Add myself.
1858
1859 2010-01-11 Richard Guenther <rguenther@suse.de>
1860
1861 PR lto/41569
1862 * Makefile.def (all-lto-plugin): Depend on all-gcc.
1863 * Makefile.in: Regenerated.
1864
1865 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
1866
1867 * configure.ac: Enable libjava build on x86_64-*freebsd*.
1868 * configure: Regenerate.
1869
1870 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1871 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1872
1873 PR bootstrap/42424
1874 * configure.ac: Include libtool m4 files.
1875 (_LT_CHECK_OBJDIR): Call it.
1876 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1877 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1878
1879 * configure: Regenerate.
1880
1881 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1882
1883 PR bootstrap/41818
1884 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1885 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
1886 * Makefile.in: Regenerate.
1887
1888 2010-01-02 Richard Guenther <rguenther@suse.de>
1889
1890 PR lto/41529
1891 * configure.ac: Include config/elf.m4. Disable LTO if not
1892 builting for an elf target.
1893 * configure: Regenerate.
1894
1895 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
1896
1897 * MAINTAINERS: Change my email address.
1898
1899 2009-12-18 Ben Elliston <bje@au.ibm.com>
1900
1901 * config.sub, config.guess: Update from upstream sources.
1902
1903 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
1904
1905 * MAINTAINERS (Write After Approval): Add myself.
1906
1907 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1908
1909 PR middle-end/30447
1910 PR middle-end/30789
1911 PR other/40302
1912
1913 * configure.ac: Require MPC.
1914 * configure: Regenerate.
1915
1916 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1917
1918 PR target/38384
1919 PR bootstrap/40972
1920 * libtool.m4: Sync from git Libtool.
1921 * ltoptions.m4: Likewise.
1922 * ltversion.m4: Likewise.
1923 * lt~obsolete.m4: Likewise.
1924 * ltmain.sh: Likewise.
1925
1926 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1927
1928 * configure.ac: Update minimum MPC version to 0.8.
1929 * configure: Regenerate.
1930
1931 2009-11-21 Sebastian Pop <sebpop@gmail.com>
1932
1933 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
1934 * configure: Regenerated.
1935
1936 2009-11-21 Ian Lance Taylor <iant@google.com>
1937
1938 * configure.ac: Change default of poststage1_ldflags to be empty if
1939 poststage1_libs is set. When poststage1_libs is empty, and
1940 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
1941 * configure: Rebuild.
1942
1943 2009-11-21 Adam Nemet <adambnmet@gmail.com>
1944
1945 * MAINTAINERS (Write After Approval): Update my email address.
1946
1947 2009-11-20 Ben Elliston <bje@au.ibm.com>
1948
1949 * config.guess: Update from upstream sources.
1950
1951 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
1952
1953 * Makefile.def: Restore host and target settings for gmp.
1954 * Makefile.in: Rebuild.
1955
1956 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
1957
1958 * configure.ac: Add libelf to host_libs. Enable in-tree configury
1959 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
1960 Fix portability of test of C++ as bootstrap language. Add
1961 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1962 * configure: Rebuild.
1963 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1964 and cloog. Fix in-tree ppl configuration. Introduce libelf
1965 in-tree building.
1966 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1967 (POSTSTAGE1_HOST_EXPORTS): Use it.
1968 (STAGE[+id+]_CXXFLAGS): New.
1969 (BASE_FLAGS_TO_PASS): Pass it down.
1970 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
1971 extra_exports.
1972 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1973 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1974 extra_exports.
1975 * Makefile.in: Rebuild.
1976
1977 2009-11-17 Ben Elliston <bje@au.ibm.com>
1978
1979 * config.sub, config.guess: Update from upstream sources.
1980
1981 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1982
1983 * MAINTAINERS (Write After Approval): Add myself.
1984
1985 2009-11-09 Jon Beniston <jon@beniston.com>
1986
1987 * MAINTAINERS (Write After Approval): Add myself.
1988
1989 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
1990
1991 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
1992 paths for *-w64-mingw* and x86_64-*mingw*.
1993 * configure: Regenerated.
1994
1995 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
1996
1997 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
1998
1999 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
2000
2001 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
2002 Phil Edwards to Write-After Approval.
2003
2004 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
2005
2006 * configure.ac: Disable target-winsup & co for
2007 x86_64-*-mingw* and *-w64-mingw* targets.
2008 * configure: Regenerated.
2009
2010 2009-10-16 Nick Clifton <nickc@redhat.com>
2011
2012 * MAINTAINERS: Add myself as a maintainer for the RX port.
2013
2014 2009-10-26 Johannes Singler <singler@kit.edu>
2015
2016 * MAINTAINERS (Write After Approval): Update my e-mail address.
2017
2018 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2019
2020 * configure.ac (CLooG test): Use = with test.
2021 * configure: Regenerate.
2022
2023 2009-10-22 Richard Guenther <rguenther@suse.de>
2024
2025 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2026 cloog if the ppl version check failed. Move flags saving
2027 before setting in libelf check.
2028 * configure: Regenerate.
2029
2030 2009-10-21 Richard Guenther <rguenther@suse.de>
2031
2032 * configure.ac: Adjust the ppl and cloog configure to work as
2033 documented. Disable cloog if ppl was disabled. Omit the version
2034 checks if they were disabled.
2035 * configure: Re-generate.
2036
2037 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2038
2039 * configure.ac: Add 'lto' to enable_languages, not
2040 new_enable_languages, and only if not already present.
2041 * configure: Regenerate.
2042
2043 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
2044
2045 * README: Refer to the various COPYING* files instead of just
2046 COPYING.
2047 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
2048
2049 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
2050
2051 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2052
2053 2009-10-07 Richard Guenther <rguenther@suse.de>
2054
2055 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
2056 and Richard Guenther as reviewers.
2057 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
2058 as reviewers.
2059
2060 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
2061
2062 * config.sub: Update from upstream sources.
2063
2064 2009-10-06 Ian Lance Taylor <iant@google.com>
2065
2066 * Makefile.def: check-gold depends upon all-gas.
2067 * Makefile.in: Rebuild.
2068
2069 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
2070
2071 * MAINTAINERS (Write After Approval): Add myself.
2072
2073 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2074
2075 * Makefile.def: all-lto-plugin depends on all-libiberty.
2076 set bootstrap=true for lto-plugin.
2077 Add lto-plugin.
2078 * Makefile.in: Regenerate.
2079 * configure.ac (host_libs): Add lto-plugin.
2080 * configure: Regenerate.
2081
2082 2009-10-03 Diego Novillo <dnovillo@google.com>
2083
2084 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2085 (HOST_LIBELFLIBS): Define.
2086 (HOST_LIBELFINC): Define.
2087 * Makefile.in: Regenerate.
2088 * configure.ac: Add --enable-lto.
2089 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2090 If --enable-lto is used, add 'lto' to new_enable_languages.
2091 If --enable-lto is used and gold is enabled, add
2092 lto-plugin to configdirs.
2093 * configure: Regenerate.
2094
2095 2009-10-03 Simon Baldwin <simonb@google.com>
2096
2097 * configure.ac: If --with-system-zlib, suppress local zlib and
2098 pass --with-system-zlib to subdir configure scripts.
2099 * configure: Regenerate.
2100
2101 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
2102 Paolo Bonzini <bonzini@gnu.org>
2103
2104 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2105 $(srcdir).
2106 * Makefile.in: Rebuilt.
2107
2108 2009-09-26 Gary Funck <gary@intrepid.com>
2109
2110 * MAINTAINERS (Write After Approval): Add myself.
2111
2112 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2113
2114 * configure.ac: Update minimum MPC version to 0.7.
2115 * configure: Regenerate.
2116
2117 2009-09-25 Nick Clifton <nickc@redhat.com>
2118
2119 * configure.ac: Pass any --cache-file=/dev/null option on to
2120 subconfigures.
2121 * configure: Regenerate.
2122
2123 2009-09-23 Nick Clifton <nickc@redhat.com>
2124
2125 * config.sub, config.guess: Update from upstream sources.
2126
2127 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
2128
2129 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2130 * Makefile.in: Rebuilt.
2131
2132 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2133
2134 PR bootstrap/32272
2135 * configure.ac: Error out if $srcdir isn't '.' but contains
2136 host-${host_noncanonical}.
2137 * configure: Regenerate.
2138
2139 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2140
2141 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
2142 maintainer.
2143
2144 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2145
2146 * configure.ac: If bootstrapping a combined tree with
2147 --enable-gold, require c++ in stage1_languages.
2148 * configure: Regenerate.
2149
2150 * configure.ac: Also add target_libs of stage1_languages to
2151 bootstrap_target_libs.
2152 * configure: Regenerate.
2153
2154 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2155 with --enable-languages not containing c++.
2156 * configure: Regenerate.
2157
2158 2009-09-15 Jie Zhang <jie.zhang@analog.com>
2159
2160 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2161 * configure: Regenerate.
2162
2163 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
2164
2165 * MAINTAINERS (Write After Approval): Update my e-mail address,
2166 and move from from here...
2167 (Waiting for paperwork): To here.
2168
2169 2009-09-09 Joseph Myers <joseph@codesourcery.com>
2170
2171 * MAINTAINERS (Reviewers): Add self as driver reviewer.
2172
2173 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2174
2175 * configure.ac: Do not use $extrasub for replacing @if/@endif
2176 parts in Makefile; instead, use additional arguments to
2177 AC_CONFIG_COMMANDS to do the replacement manually, with several
2178 sed invocations, to avoid HP-UX sed command limits.
2179 * configure: Regenerate.
2180
2181 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
2182
2183 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
2184 blank before -L.
2185
2186 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
2187
2188 * configure.ac (with-build-config): Document. Handle without.
2189 Handle missing argument.
2190 * configure: Rebuilt.
2191
2192 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
2193
2194 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2195 Default to bootstrap-debug only if compare-debug works.
2196 * configure: Rebuilt.
2197 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2198 * Makefile.in: Rebuilt.
2199
2200 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2201
2202 * MAINTAINERS (OS Port Maintainers): Update my email address.
2203
2204 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
2205
2206 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2207 * Makefile.in: Rebuilt.
2208
2209 2009-09-01 Chris Demetriou <cgd@google.com>
2210
2211 * MAINTAINERS (Write After Approval): Add myself.
2212
2213 2009-08-31 Dodji Seketeli <dodji@redhat.com>
2214
2215 PR debug/30161
2216 * include/dwarf2.h (enum dwarf_tag): Added
2217 DW_TAG_GNU_template_template_param
2218 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
2219
2220 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
2221
2222 * Makefile.tpl (AWK): Fix typo.
2223 * Makefile.in: Regenerate.
2224
2225 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
2226
2227 * configure.ac: Detect awk and sed.
2228 * Makefile.def (flags_to_pass): Add AWK and SED.
2229 * Makefile.tpl (AWK, SED): New.
2230 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2231 * configure: Regenerate.
2232 * Makefile.in: Regenerate.
2233
2234 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
2235
2236 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
2237 (collapseslashes): Likewise.
2238
2239 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2240
2241 * configure.ac (AC_PREREQ): Bump to 2.64.
2242
2243 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2244
2245 * configure.ac: Remove --with-datarootdir, --with-docdir,
2246 --with-pdfdir, --with-htmldir switches.
2247 * configure: Regenerate.
2248
2249 * configure: Regenerate.
2250
2251 * compile: Sync from Automake 1.11.
2252 * depcomp: Likewise.
2253 * install-sh: Likewise.
2254 * missing: Likewise.
2255 * mkinstalldirs: Likewise.
2256 * ylwrap: Likewise.
2257
2258 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
2259
2260 * ltmain.sh (func_normal_abspath): New function.
2261 (func_relative_path): Likewise.
2262 (func_mode_help): Document new -bindir option for link mode.
2263 (func_mode_link): Add new -bindir option, and use it to place
2264 output DLL if specified.
2265
2266 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2267
2268 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2269 (baseargs): Add --disable-option-checking.
2270 * configure: Regenerate.
2271
2272 * Makefile.def (configure-target-libiberty): Depend on
2273 all-binutils and all-ld.
2274 (configure-target-newlib): Likewise.
2275 * Makefile.in: Regenerate.
2276
2277 2009-08-17 Ben Elliston <bje@au.ibm.com>
2278
2279 * config.sub, config.guess: Update from upstream sources.
2280
2281 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2282
2283 Sync from src, merge:
2284
2285 2009-07-02 Tristan Gingold <gingold@adacore.com>
2286
2287 * configure.ac: Do not exclude gas for i386-*-darwin.
2288 Add a case for x86_64-*-darwin.
2289 * configure: Regenerate.
2290
2291 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
2292
2293 * MAINTAINERS: Add my name to Write After Approval list.
2294
2295 2009-08-06 Michael Eager <eager@eagercon.com>
2296
2297 * configure.ac: Add Microblaze target.
2298 * configure: Regenerate.
2299
2300 2009-07-31 Christian Bruel <christian.bruel@st.com>
2301
2302 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2303 * configure: Regenerate.
2304
2305 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
2306
2307 * MAINTAINERS (Write After Approval): Update my e-mail address.
2308
2309 2009-07-06 Ian Lance Taylor <iant@google.com>
2310
2311 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2312 * configure: Rebuild.
2313
2314 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
2315
2316 * MAINTAINERS: Move myself to the Graphite Reviewers.
2317
2318 2009-06-30 Wei Guozhi <carrot@google.com>
2319
2320 * MAINTAINERS: Add my name to Write After Approval list.
2321
2322 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2323
2324 PR bootstrap/40338
2325 * configure.ac (comparestring): Create new variable.
2326 * Makefile.tpl (comparestring): Use to skip some comparisions.
2327 * configure: Regenerate.
2328 * Makefile.in: Regenerate.
2329
2330 2009-06-26 Doug Evans <dje@sebabeach.org>
2331
2332 * Makefile.def (host_modules): Add cgen.
2333 * Makefile.in: Regenerate.
2334 * configure.ac (host_tools): Add cgen.
2335 * configure: Regenerate.
2336
2337 2009-06-23 DJ Delorie <dj@redhat.com>
2338
2339 * MAINTAINERS: Add myself as mep maintainer.
2340
2341 2009-06-23 Ian Lance Taylor <iant@google.com>
2342
2343 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2344 boot_languages. Only bootstrap target libraries listed in
2345 target_libs for some boot language. Add --with-stage1-ldflags,
2346 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2347 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2348 if not building with C++.
2349 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2350 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2351 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2352 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2353 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2354 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2355 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2356 * configure, Makefile.in: Rebuild.
2357
2358 2009-06-23 Li Feng <nemokingdom@gmail.com>
2359
2360 * MAINTAINERS: Added my name to write-after-approval list.
2361
2362 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2363
2364 * configure.ac: Define is_elf for QNX Neutrino targets.
2365 * configure: Regenerate.
2366
2367 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
2368
2369 * MAINTAINERS: Added my name to the write-after-approval list
2370
2371 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2372
2373 * configure.ac: Detect MPC in default directory.
2374 * configure: Regenerate.
2375
2376 2009-06-03 Jerome Guitton <guitton@adacore.com>
2377 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2378
2379 * Makefile.tpl (all): Avoid a trailing backslash.
2380 * Makefile.in: Regenerate.
2381
2382 2009-06-03 Ben Elliston <bje@au.ibm.com>
2383
2384 * config.sub, config.guess: Update from upstream sources.
2385
2386 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2387
2388 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2389 to noconfdirs.
2390 * configure: Regenerate.
2391
2392 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
2393
2394 * Makefile.tpl ([+compare-target+]): Compare all stage
2395 directories, rather than just gcc.
2396 * Makefile.in: Rebuilt.
2397
2398 2009-06-01 Doug Kwan <dougkwan@google.com>
2399
2400 * configure.ac: Support gold for target arm*-*-*.
2401 * configure: Regenerate.
2402
2403 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2404
2405 * Makefile.def: Add MPC support and dependencies.
2406 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2407
2408 * Makefile.in, configure: Regenerate.
2409
2410 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
2411
2412 * Makefile.tpl (all): Avoid harmless warning in make all when
2413 gcc-bootstrap is enabled but stage_last does not exist.
2414 * Makefile.in: Rebuilt.
2415
2416 2009-05-24 Nicolas Roche <roche@adacore.com>
2417
2418 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2419 * Makefile.in: Regenerate.
2420
2421 2009-05-21 Denis Chertykov <chertykov@gmail.com>
2422
2423 * MAINTAINERS: Update my e-mail address.
2424
2425 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2426
2427 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2428 * configure: Regenerate.
2429
2430 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2431
2432 PR other/40159
2433 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2434 gcc-no-bootstrap are mutually exclusive.
2435 * Makefile.in: Rebuilt.
2436
2437 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2438
2439 PR other/40159
2440 * Makefile.tpl (all): Don't end with unconditional success.
2441 * Makefile.in: Rebuilt.
2442
2443 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
2444
2445 PR target/37137
2446 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2447 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2448 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2449 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2450 stage_configureflags, stage_cflags and stage_libcflags into
2451 explicit Makefile macros.
2452 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2453 GFORTRAN.
2454 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2455 CC. Set CC_FOR_BUILD from CC.
2456 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2457 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2458 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2459 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2460 and GFORTRAN.
2461 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2462 (_LIBCFLAGS): Renamed to _TFLAGS.
2463 (do-compare-debug, do-compare3-debug): Drop.
2464 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2465 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2466 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2467 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2468 (XGCC_FLAGS_FOR_TARGET): New.
2469 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2470 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2471 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2472 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2473 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2474 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2475 TFLAGS.
2476 (BUILD_CONFIG): Include if requested.
2477 (all): Set TFLAGS on bootstrap.
2478 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2479 (all-stageid-prefixmodule): Likewise.
2480 (do-clean, distclean-stageid): Set TFLAGS.
2481 (restrap): Fix whitespace.
2482 * Makefile.in: Rebuilt.
2483
2484 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
2485
2486 * config.guess: Sync with src.
2487
2488 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2489
2490 * configure.ac ($with_ppl): Default to no if not supplied.
2491 ($with_cloog): Likewise.
2492 configure: Regenerate.
2493
2494 2009-04-27 James E. Wilson <wilson@codesourcery.com>
2495
2496 * MAINTAINERS: Update my e-mail address.
2497
2498 2009-04-27 Nick Clifton <nickc@redhat.com>
2499
2500 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
2501
2502 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2503
2504 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2505 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2506 * Makefile.in: Regenerate.
2507
2508 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2509
2510 PR bootstrap/39739
2511 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2512 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2513
2514 * configure, Makefile.in: Regenerate.
2515
2516 2009-04-21 Taras Glek <tglek@mozilla.com>
2517
2518 * include/hashtab.h: Update GTY annotations to new syntax
2519 * include/splay-tree.h: Likewise
2520
2521 2009-04-17 Ben Elliston <bje@au.ibm.com>
2522
2523 * config.sub, config.guess: Update from upstream sources.
2524
2525 2009-04-15 Anthony Green <green@moxielogic.com>
2526
2527 * configure.ac: Add moxie support.
2528 * configure: Rebuilt.
2529
2530 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2531
2532 * configure.ac: Change copyright header to refer to version
2533 3 of the GNU General Public License and to point readers at the
2534 COPYING3 file and the FSF's license web page.
2535 * Makefile.def: Likewise.
2536 * Makefile.tpl: Likewise.
2537 * Makefile.in: Regenerate.
2538
2539 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2540
2541 * configure.ac: Restore match for darwin9 or later. Use double
2542 brackets since regeneration eats one pair.
2543 * configure: Regenerate.
2544
2545 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2546
2547 PR gas/10039
2548 * configure.ac: Require texinfo 4.7.
2549 * configure: Regenerated.
2550
2551 2009-04-09 Nick Clifton <nickc@redhat.com>
2552
2553 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
2554 the GCC Runtime Library Exception.
2555
2556 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2557
2558 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2559 * configure: Regenerate.
2560
2561 2009-04-01 Steve Ellcey <sje@cup.hp.com>
2562
2563 * Makefil.def (languages): New entries.
2564 * Makefile.tpl (check-gcc-*): New generic target.
2565 * Makefile.in: Regenerate.
2566
2567 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
2568
2569 * MAINTAINERS: Update my email address.
2570
2571 2009-03-18 Tom Tromey <tromey@redhat.com>
2572
2573 * configure: Rebuild.
2574 * configure.ac (host_libs): Add libiconv.
2575 * Makefile.in: Rebuild.
2576 * Makefile.def (host_modules): Add libiconv.
2577 (configure-gdb, all-gdb): Depend on libiconv.
2578
2579 2009-03-16 Tristan Gingold <gingold@adacore.com>
2580
2581 * configure.ac: Treat gdb as supported on x86_64-darwin.
2582 * configure: Regenerate.
2583
2584 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2585
2586 * configure.ac (--with-host-libstdcxx): New option.
2587 * configure: Regenerate.
2588
2589 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
2590
2591 * MAINTAINERS: Move myself into the write after approval list.
2592
2593 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
2594
2595 * MAINTAINERS: Update e-mail address.
2596
2597 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
2598
2599 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
2600
2601 2009-03-10 Ira Rosen <irar@il.ibm.com>
2602
2603 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
2604
2605 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2606
2607 Backport from git Libtool:
2608
2609 2009-01-19 Robert Millan <rmh@aybabtu.com>
2610 Support GNU/kOpenSolaris.
2611 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2612 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2613 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2614 GNU/kOpenSolaris.
2615
2616 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
2617
2618 * MAINTAINERS: Update e-mail address.
2619
2620 2009-02-24 Michael Eager <eager@eagercon.com>
2621
2622 * MAINTAINERS (Write After Approval): Add self.
2623
2624 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
2625
2626 * MAINTAINERS (Write After Approval): Add myself.
2627
2628 2009-02-05 Andreas Schwab <schwab@suse.de>
2629
2630 * Makefile.tpl (stage_last): Define $r and $s before using
2631 $(RECURSE_FLAGS_TO_PASS).
2632 * Makefile.in: Regenerate
2633
2634 2009-01-30 Ian Lance Taylor <iant@google.com>
2635
2636 * MAINTAINERS: Move myself to the Global Reviewers list.
2637
2638 2009-01-29 Robert Millan <rmh@aybabtu.com>
2639
2640 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2641 * configure: Regenerate.
2642
2643 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
2644
2645 * MAINTAINERS: Make whitespace consistent.
2646 Remove Robert Millan from Write After Approval.
2647
2648 2009-01-16 Alan Modra <amodra@bigpond.net.au>
2649
2650 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2651 (all-opcodes): Depend on all-libiberty.
2652 * Makefile.in: Regenerate.
2653
2654 2009-01-15 Douglas B Rupp <rupp@gnat.com>
2655
2656 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2657 * configure: Regenerate.
2658
2659 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
2660
2661 * MAINTAINERS (Write After Approval): Add myself.
2662
2663 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
2664
2665 * MAINTAINERS: Add myself to reviewers (Fortran).
2666
2667 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2668
2669 PR tree-optimization/38515
2670 * configure.ac (cloog-polylib): Removed.
2671 (with_ppl, with_cloog): Test for "no".
2672 * configure: Regenerated.
2673
2674 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
2675
2676 * MAINTAINERS: Moved myself to reviewers (Fortran).
2677
2678 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
2679
2680 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
2681 (Write After Approval): Remove myself.
2682
2683 2009-01-03 Diego Novillo <dnovillo@google.com>
2684
2685 * MAINTAINERS: Remove myself from alias maintainership.
2686
2687 2009-01-02 David Ayers <ayers@fsfe.org>
2688
2689 * MAINTAINERS: Update e-mail address.
2690
2691 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
2692
2693 * MAINTAINERS: Make whitespace consistent.
2694
2695 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2696
2697 Backport from upstream Libtool:
2698 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2699 Add cache variables to tests that require the linker to work.
2700 For shlibpath_overrides_runpath, this also changes the semantics
2701 to let the result from the C compiler take precedence.
2702
2703 2008-12-02 Ben Elliston <bje@au.ibm.com>
2704
2705 * config.sub, config.guess: Update from upstream sources.
2706
2707 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2708
2709 * configure.ac (ppllibs): Add by default the lib flags.
2710 * configure: Regenerate.
2711
2712 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
2713
2714 * MAINTAINERS: Add myself to the write after approval list.
2715
2716 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2717
2718 * configure.ac: Add double brackets on darwin[912].
2719 * configure: Regenerate.
2720
2721 2008-12-03 Daniel Kraft <d@domob.eu>
2722
2723 * MAINTAINERS: Moved myself and Mikael Morin from Write After
2724 Approval to Reviewer section (for Fortran front-end).
2725
2726 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2727
2728 * configure.ac: Expand to darwin10 and later.
2729 * configure: Regenerate.
2730
2731 2008-12-02 Andreas Schwab <schwab@suse.de>
2732
2733 * Makefile.def: configure-target-boehm-gc depends on
2734 all-target-libstdc++-v3.
2735 * Makefile.in: Regenerate.
2736
2737 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
2738
2739 * MAINTAINERS: Add myself as mingw maintainer.
2740
2741 2008-12-02 Ben Elliston <bje@au.ibm.com>
2742
2743 * config.sub, config.guess: Update from upstream sources.
2744
2745 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
2746
2747 * README.SCO: Remove.
2748
2749 2008-11-29 Fernando Pereira <pronesto@gmail.com>
2750
2751 * MAINTAINERS: Add myself to the write after approval list.
2752
2753 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
2754
2755 * MAINTAINERS: Update my email address in WAA section.
2756
2757 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
2758
2759 * MAINTAINERS: Update e-mail address.
2760
2761 2008-11-27 Toon Moene <toon@moene.org>
2762
2763 * MAINTAINERS: Change e-mail address.
2764
2765 2008-11-27 Tristan Gingold <gingold@adacore.com>
2766
2767 * configure.ac: Build gdb for i?86-*-darwin*
2768 * configure: Regenerated.
2769
2770 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
2771
2772 * MAINTAINERS: Added my full name.
2773
2774 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2775
2776 PR bootstrap/38014
2777 PR bootstrap/37923
2778
2779 Revert:
2780
2781 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2782
2783 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2784 * Makefile.in: Regenerated.
2785
2786 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2787
2788 PR gdb/921
2789 PR gdb/1646
2790 PR gdb/2175
2791 PR gdb/2176
2792
2793 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2794 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2795 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2796 (HOST_EXPORTS): Pass CPPFLAGS.
2797 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2798 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2799 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2800 * Makefile.in, configure: Regenerated.
2801 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2802 and CPPFLAGS_FOR_BUILD.
2803
2804 2008-11-06 Jeff Law <law@redhat.com>
2805
2806 * MAINTAINERS: Add myself as middle end maintainer.
2807
2808 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
2809
2810 * MAINTAINERS (Write after approval): Add myself.
2811
2812 2008-11-05 Diego Novillo <dnovillo@google.com>
2813
2814 * MAINTAINERS (Global Reviewers): Add myself.
2815 (Non-Algorithmic Maintainers): Remove myself.
2816
2817 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
2818
2819 * MAINTAINERS (Write after approval): Add myself.
2820
2821 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
2822
2823 * MAINTAINERS (Write after approval): Add myself.
2824
2825 2008-10-31 Ben Elliston <bje@au.ibm.com>
2826
2827 * configure.ac (spu-*-*): Remove special case.
2828 * configure: Regenerate.
2829
2830 2008-10-30 Catherine Moore <clm@codesourcery.com>
2831
2832 * MAINTAINERS (Write after approval): Update my email address.
2833
2834 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
2835
2836 * configure.ac [spu-*-*]: Do not set skipdirs.
2837 * configure: Re-generate.
2838
2839 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
2840
2841 * MAINTAINERS (Various Maintainers): Add myself to reload.
2842
2843 2008-10-25 Richard Guenther <rguenther@suse.de>
2844
2845 * MAINTAINERS (Various Maintainers): Add myself as middle-end
2846 maintainer. Remove myself as libgcc-math maintainer.
2847 (Non-Algorithmic Maintainers): Remove myself.
2848
2849 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2850
2851 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2852 * Makefile.in: Regenerated.
2853
2854 2008-10-23 Cary Coutant <ccoutant@google.com>
2855
2856 * MAINTAINERS (Write after approval): Add myself.
2857
2858 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2859
2860 PR gdb/921
2861 PR gdb/1646
2862 PR gdb/2175
2863 PR gdb/2176
2864
2865 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2866 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2867 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2868 (HOST_EXPORTS): Pass CPPFLAGS.
2869 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2870 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2871 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2872 * Makefile.in, configure: Regenerated.
2873 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2874 and CPPFLAGS_FOR_BUILD.
2875
2876 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
2877
2878 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
2879 Sebastian Pop.
2880
2881 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
2882
2883 * MAINTAINERS (Write After Approval): Added myself.
2884
2885 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2886
2887 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2888 recommended version to 2.3.2.
2889
2890 * configure: Regenerate.
2891
2892 2008-10-01 Mark Mitchell <mark@codesourcery.com>
2893
2894 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
2895
2896 2008-09-29 David Daney <david.daney@caviumnetworks.com>
2897
2898 * MAINTAINERS (Write After Approval): Update e-mail address.
2899
2900 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
2901
2902 * libtool.m4: Update to libtool 2.2.6.
2903 * lt~obsolete.m4: Update to libtool 2.2.6.
2904 * ltmain.sh: Update to libtool 2.2.6.
2905 * ltsugar.m4: Update to libtool 2.2.6.
2906 * ltversion.m4: Update to libtool 2.2.6.
2907 * ltoptions.m4: Update to libtool 2.2.6.
2908 * ltgcc.m4: Update to match changes from libtool 2.2.6.
2909
2910 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
2911
2912 * MAINTAINERS (Write After Approval): Add myself.
2913
2914 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2915
2916 * MAINTAINERS (Write After Approval): Update my name.
2917
2918 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
2919
2920 * MAINTAINERS: Add myself in "Write After Approval".
2921
2922 2008-09-18 Steve Ellcey <sje@cup.hp.com>
2923
2924 * MAINTAINERS: Add myself as ia64 maintainer.
2925
2926 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
2927
2928 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
2929 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
2930 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
2931 and Michael Tiemann from Write After Approval since they do not
2932 actually have access.
2933
2934 2008-09-05 Richard Guenther <rguenther@suse.de>
2935
2936 * configure.ac: Initialize clooglibs to -lcloog.
2937 * configure: Re-generate.
2938
2939 2008-09-04 Le-Chun Wu <lcwu@google.com>
2940
2941 * MAINTAINERS (Write After Approval): Add myself.
2942
2943 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2944
2945 * configure.ac (--with-cloog-polylib): New.
2946 (--disable-cloog-version-check): New.
2947 (--disable-ppl-version-check): New.
2948 * configure: Re-generate.
2949
2950 2008-09-03 Richard Guenther <rguenther@suse.de>
2951
2952 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2953 cloog test.
2954 * configure: Re-generate.
2955
2956 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
2957
2958 Add picoChip port.
2959 * MAINTAINERS: Add picoChip maintainers.
2960
2961 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2962 Tobias Grosser <grosser@fim.uni-passau.de>
2963 Jan Sjodin <jan.sjodin@amd.com>
2964 Harsha Jagasia <harsha.jagasia@amd.com>
2965 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2966 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2967 Adrien Eliche <aeliche@isty.uvsq.fr>
2968
2969 Merge from graphite branch.
2970 * configure: Regenerate.
2971 * Makefile.in: Regenerate.
2972 * configure.ac (host_libs): Add ppl and cloog.
2973 Add checks for PPL and CLooG.
2974 * Makefile.def (ppl, cloog): Added modules and dependences.
2975 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2976 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2977
2978 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2979
2980 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2981 (GCC_SHLIB_SUBDIR): New.
2982 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2983 * configure: Regenerate.
2984 * Makefile.in: Regenerate.
2985
2986 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
2987
2988 * MAINTAINERS: Consistently use tabs to separate columns.
2989
2990 2008-08-29 Tristan Gingold <gingold@adacore.com>
2991
2992 * MAINTAINERS (Write after Approval): Add myself.
2993
2994 2008-08-28 Tristan Gingold <gingold@adacore.com>
2995
2996 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2997 Enable bfd, binutils and opcodes.
2998 * configure: Regenerate.
2999
3000 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3001
3002 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
3003
3004 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
3005
3006 * MAINTAINERS: Use correct Umlaut for last name.
3007
3008 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3009
3010 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
3011
3012 2008-08-16 David Edelsohn <edelsohn@gnu.org>
3013
3014 * MAINTAINERS: Update my email address.
3015
3016 2008-08-16 Nicolas Roche <roche@adacore.com>
3017
3018 * Makefile.tpl: Add BOOT_ADAFLAGS.
3019 * Makefile.in: Regenerate.
3020
3021 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
3022
3023 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3024 * configure: Regenerate.
3025
3026 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3027
3028 * configure.ac: Add makefile fragments for hpux.
3029 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3030 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3031 * configure: Regenerate.
3032 * Makefile.in: Regenerate.
3033
3034 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
3035
3036 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
3037
3038 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
3039
3040 * MAINTAINERS (Write after Approval): Add myself.
3041
3042 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
3043
3044 * MAINTAINERS (Write After Approval): Add myself.
3045
3046 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
3047
3048 * MAINTAINERS (Write After Approval): Add myself.
3049
3050 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
3051
3052 * MAINTAINERS: Update my email address.
3053
3054 2008-06-25 Joey Ye <joey.ye@intel.com>
3055
3056 * MAINTAINERS (Write After Approval): Add myself.
3057
3058 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3059
3060 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3061 * Makefile.in: Regenerate.
3062 * configure: Regenerate.
3063
3064 2008-06-17 Daniel Kraft <d@domob.eu>
3065
3066 * MAINTAINERS (Write After Approval): Add myself.
3067
3068 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3069
3070 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3071 "$@" is still intact with both Autoconf 2.59 and 2.62.
3072 * configure: Regenerate.
3073
3074 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3075
3076 * Makefile.tpl: Fix comment errors.
3077 * Makefile.in: Regenerate.
3078
3079 2008-06-12 David S. Miller <davem@davemloft.net>
3080 David Edelsohn <edelsohn@gnu.org>
3081
3082 * configure.ac: Add powerpc*-*-* to gold supported targets.
3083 * configure: Regenerate.
3084
3085 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3086
3087 PR tree-optimization/36218
3088 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3089 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3090 (all prefix="build-"): Pass them to build-system sub-makes.
3091 * Makefile.in: Regenerate.
3092
3093 2008-06-07 Joseph Myers <joseph@codesourcery.com>
3094
3095 * MAINTAINERS (mt port): Remove.
3096 (sco5, unixware, sco udk): Remove.
3097 (Kean Johnston): Add to Write After Approval.
3098
3099 2008-05-30 Julian Brown <julian@codesourcery.com>
3100
3101 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3102 of libobjc for ARM EABI Linux.
3103 * configure: Regenerate.
3104
3105 2008-05-18 Xinliang David Li <davidxl@google.com>
3106
3107 * ChangeLog: Remove wrong ChangeLog entry.
3108
3109 2008-05-17 Xinliang David Li <davidxl@google.com>
3110
3111 * MAINTAINERS (Write After Approval): Add myself.
3112
3113 2008-05-15 Janus Weil <janus@gcc.gnu.org>
3114
3115 * MAINTAINERS (Write After Approval): Add myself.
3116
3117 2008-05-14 Rafael Espíndola <espindola@google.com>
3118
3119 * config-ml.in: don't handle --enable-shared and --enable-static.
3120
3121 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
3122
3123 * MAINTAINERS: Update my email address.
3124
3125 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
3126
3127 * MAINTAINERS: Update my email address.
3128
3129 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
3130
3131 * MAINTAINERS (Write After Approval): Add myself.
3132
3133 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
3134
3135 * MAINTAINERS (Write After Approval): Add myself.
3136
3137 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
3138
3139 * MAINTAINERS (crx): Add myself.
3140
3141 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3142
3143 Sync with src:
3144 2008-04-14 David S. Miller <davem@davemloft.net>
3145
3146 * configure.ac: Add sparc*-*-* to gold supported targets.
3147 * configure: Regenerate.
3148
3149 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3150
3151 PR bootstrap/35457
3152 * configure.ac: Include override.m4.
3153 * configure: Regenerate.
3154
3155 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3156
3157 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3158 * Makefile.in: Regenerate.
3159
3160 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3161
3162 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3163 as nonconfigurable directories list.
3164 * configure: Regenerate.
3165
3166 2008-04-14 Ben Elliston <bje@au.ibm.com>
3167
3168 * config.sub, config.guess: Update from upstream sources.
3169
3170 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
3171
3172 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3173 * Makefile.in: Regenerate.
3174
3175 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3176
3177 * configure.ac: Do not build libssp for the AVR.
3178 * configure: Regenerate.
3179
3180 2008-04-07 Ian Lance Taylor <iant@google.com>
3181
3182 * Makefile.def: check-gold depends upon all-binutils.
3183 * Makefile.in: Regenerate.
3184
3185 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
3186
3187 * MAINTAINERS (Write After Approval): Add myself.
3188
3189 2008-04-04 Nick Clifton <nickc@redhat.com>
3190
3191 PR binutils/4334
3192 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3193 builds.
3194 * configure: Regenerate.
3195
3196 2008-04-04 NightStrike <NightStrike@gmail.com>
3197
3198 PR other/35151
3199 * configure.ac: Combine rules for mingw32 and mingw64.
3200 * configure: Regenerate.
3201
3202 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
3203
3204 * MAINTAINERS (Write After Approval): Add myself.
3205
3206 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
3207
3208 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
3209 * Makefile.in (.NOTPARALLEL): Ditto.
3210
3211 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
3212
3213 * MAINTAINERS (Write After Approval): Add myself.
3214
3215 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
3216
3217 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
3218 * Makefile.in (.NOTPARALLEL): Regenerate.
3219
3220 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
3221
3222 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3223 * Makefile.in: Regenerate.
3224
3225 2008-03-26 Jakub Staszak <kuba@et.pl>
3226
3227 * MAINTAINERS (Write After Approval): Add myself.
3228
3229 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
3230
3231 * MAINTAINERS: Update e-mail address.
3232
3233 2008-03-20 Ian Lance Taylor <iant@google.com>
3234
3235 * configure.ac: Add support for --enable-gold.
3236 * Makefile.def: Add gold as a directory like ld.
3237 * configure, Makefile.in: Regenerate.
3238
3239 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3240
3241 * configure.ac: m4_include config/proginstall.m4.
3242 * configure: Regenerate.
3243
3244 Backport from upstream Libtool:
3245
3246 2007-10-12 Eric Blake <ebb9@byu.net>
3247
3248 Deal with Autoconf 2.62's semantic change in m4_append.
3249 * ltsugar.m4 (lt_append): Replace broken versions of
3250 m4_append.
3251 (lt_if_append_uniq): Don't require separator to be overquoted,
3252 and avoid broken m4_append.
3253 (lt_dict_add): Fix typo.
3254 * libtool.m4 (_LT_DECL): Don't overquote separator.
3255
3256 2008-03-13 David Edelsohn <edelsohn@gnu.org>
3257
3258 * config.rpath: Add AIX 6 support.
3259
3260 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
3261
3262 * Makefile.def (stageprofile). Remove -fprofile-generate
3263 from stage_libcflags.
3264 * Makefile.in: Regenerate.
3265
3266 2008-03-13 Ben Elliston <bje@au.ibm.com>
3267
3268 * config.sub, config.guess: Update from upstream sources.
3269
3270 2008-03-06 Tom Tromey <tromey@redhat.com>
3271
3272 * MAINTAINERS: Update for treelang deletion.
3273
3274 2008-03-03 James E. Wilson <wilson@tuliptree.org>
3275
3276 * MAINTAINERS: Update my email address.
3277
3278 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
3279
3280 * MAINTAINERS (darwin port): Add myself as a maintainer.
3281 (objective-c/c++): Add myself as a maintainer.
3282
3283 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
3284
3285 * MAINTAINERS (Write After Approval): Update my email address.
3286
3287 2008-02-25 Tomas Bily <tbily@suse.cz>
3288
3289 * MAINTAINERS (Write After Approval): Add myself.
3290
3291 2008-02-23 Jakub Jelinek <jakub@redhat.com>
3292
3293 * MAINTAINERS (OpenMP): Add myself.
3294
3295 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
3296
3297 PR bootstrap/32009
3298 PR bootstrap/32161
3299
3300 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3301 * configure: Regenerate.
3302
3303 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3304 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3305 STAGE4_LIBCFLAGS): New.
3306 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3307 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3308 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3309 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3310 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3311 for target modules. Don't export LIBCFLAGS.
3312 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3313 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3314 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3315 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3316 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3317 * Makefile.in: Regenerate.
3318
3319 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3320
3321 PR libgcj/33085
3322 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3323 Do not use -DDLL_EXPORT. Backport from upstream.
3324
3325 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3326
3327 * MAINTAINERS (Write After Approval): Add myself.
3328
3329 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
3330
3331 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3332 * configure: Regenerate.
3333
3334 2008-01-31 Marc Gauthier <marc@tensilica.com>
3335
3336 * configure.ac (xtensa*-*-*): Recognize processor variants.
3337 * configure: Regenerate.
3338
3339 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3340
3341 PR bootstrap/34922
3342 * configure.ac (PARSE_ARGS): Push suitable setting of
3343 ac_subdirs_all, for `./configure --help=recursive'.
3344 Handle `+' in generic toplevel directory disabling.
3345 * configure: Regenerate.
3346
3347 2008-01-28 Nick Clifton <nickc@redhat.com>
3348
3349 * MAINTAINERS (xstormy16): Take over maintainership.
3350
3351 2008-01-25 Joseph Myers <joseph@codesourcery.com>
3352
3353 * MAINTAINERS (c4x port): Remove.
3354
3355 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3356
3357 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3358
3359 2008-01-23 Ben Elliston <bje@au.ibm.com>
3360
3361 * config.sub, config.guess: Update from upstream sources.
3362
3363 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
3364
3365 * MAINTAINERS (Write After Approval): Add myself.
3366
3367 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
3368
3369 * MAINTAINERS: Update my email address.
3370
3371 2008-01-09 Raksit Ashok <raksit@google.com>
3372
3373 * MAINTAINERS (Write After Approval): Add myself.
3374
3375 2008-01-09 Raksit Ashok <raksit@google.com>
3376
3377 * MAINTAINERS (Write After Approval): Add myself.
3378
3379 2008-01-08 Ben Elliston <bje@au.ibm.com>
3380
3381 * config.sub, config.guess: Update from upstream sources.
3382
3383 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3384
3385 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3386 Change recommended MPFR from 2.2.1 -> 2.3.0.
3387 * configure: Regenerate.
3388
3389 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
3390
3391 * MAINTAINERS: Update my email address.
3392
3393 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
3394
3395 * MAINTAINERS: Update my email address.
3396
3397 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3398
3399 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3400 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3401 * Makefile.in: Regenerate.
3402
3403 2007-12-10 Mark Heffernan <meheff@google.com>
3404
3405 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
3406 misplaced entries.
3407
3408 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3409
3410 * configure.ac: Enable libjava for x86_64-*-darwin9.
3411 * configure: Regenerate.
3412
3413 2007-12-07 Bill Maddox <maddox@google.com>
3414
3415 * MAINTAINERS (Write After Approval): Add myself.
3416
3417 2007-12-05 Ben Elliston <bje@au.ibm.com>
3418
3419 * config.sub, config.guess: Update from upstream sources.
3420
3421 2007-12-02 Matthias Klose <doko@ubuntu.com>
3422
3423 * config-ml.in: Remove 64bit configure tests.
3424
3425 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3426
3427 * config-ml.in: Robustify against white space in absolute file
3428 names.
3429
3430 * config-ml.in (multi-clean): Substitute ${Makefile}.
3431 Remove superfluous ${Makefile} in list.
3432
3433 2007-11-19 Thiemo Seufer <ths@mips.com>
3434
3435 * config-ml.in: Don't hardcode the Makefile name.
3436
3437 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
3438
3439 * MAINTAINERS (Write After Approval): Add myself.
3440
3441 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
3442
3443 * MAINTAINERS (Write After Approval): Add myself.
3444
3445 2007-11-06 Doug Kwan <dougkwan@google.com>
3446
3447 * MAINTAINERS (Write After Approval): Add myself.
3448
3449 2007-10-25 Ben Elliston <bje@au.ibm.com>
3450
3451 * MAINTAINERS (mercury): Remove entry.
3452 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
3453
3454 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3455
3456 * Makefile.def (dependencies): Make configure-gdb depend on
3457 all-intl.
3458 * Makefile.in: Regenerated.
3459
3460 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
3461
3462 * MAINTAINERS (Fortran maintainer): Remove myself.
3463
3464 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3465
3466 * Makefile.def: To avoid problems running with parallel makes,
3467 build newlib before libgloss so that target specific header
3468 files are availble.
3469 * Makefile.in: Regenerate
3470
3471 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3472
3473 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3474 * Makefile.in: Regenerate.
3475
3476 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
3477
3478 * MAINTAINERS (Register allocation reviewer): Add myself.
3479
3480 2007-10-08 Mike Frysinger <vapier@gentoo.org>
3481
3482 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3483 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3484 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3485 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3486 * configure: Regenerate.
3487
3488 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
3489
3490 * MAINTAINERS (Register allocation reviewer): Add myself.
3491
3492 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
3493
3494 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3495 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3496 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3497 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3498 * configure.ac: Default them to host tools for $host = $build.
3499 Subst them.
3500
3501 * configure: Regenerate.
3502 * Makefile.in: Regenerate.
3503
3504 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
3505
3506 * MAINTAINERS (Register allocation reviewer): Add myself.
3507
3508 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
3509
3510 * MAINTAINERS (Register allocation reviewer): Add myself.
3511
3512 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
3513
3514 * MAINTAINERS (Write After Approval): Fix typo.
3515
3516 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3517
3518 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3519 * configure: Regenerate.
3520
3521 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
3522
3523 PR bootstrap/31906
3524 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
3525 they're already prefixed.
3526
3527 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3528
3529 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3530 libstdc++.
3531 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3532 * configure: Regenerate.
3533 * Makefile.in: Regenerate.
3534
3535 2007-09-17 Andreas Schwab <schwab@suse.de>
3536
3537 * configure.ac: Raise minimum makeinfo version to 4.6.
3538 * configure: Regenerate.
3539
3540 2007-09-17 Johannes Singler <singler@ira.uka.de>
3541
3542 * MAINTAINERS (write-after-approval) add myself
3543
3544 2007-09-15 Alan Modra <amodra@bigpond.net.au>
3545
3546 * configure.ac: Correct makeinfo version check.
3547 * configure: Regenerate.
3548
3549 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
3550
3551 * MAINTAINERS: Update my email address.
3552
3553 2007-09-14 Richard Sandiford <richard@codesourcery.com>
3554
3555 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3556 to $skipdirs and only disable gprof for newlib. Use the normal
3557 mips*-elf* handling in other respects.
3558 * configure: Regnerate.
3559
3560 2007-09-12 David Daney <ddaney@avtrex.com>
3561
3562 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3563 enabling libgcj.
3564 * configure: Regenerate.
3565
3566 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3567
3568 PR other/32154
3569 * configure.ac: For libgloss targets, point the linker to the linker
3570 script, startup code and simulator library.
3571 * configure: Regenerate.
3572
3573 2007-09-07 Andrew Haley <aph@redhat.com>
3574
3575 * configure.ac (noconfigdirs): Remove target-libffi and
3576 target-libjava.
3577 * configure: Regenerate.
3578
3579 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3580
3581 PR target/33281
3582 * configure.ac: Use config/mh-mingw on mingw.
3583 * configure: Regenerate.
3584
3585 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
3586
3587 * MAINTAINERS (Write After Approval): Add myself.
3588
3589 2007-09-05 Richard Guenther <rguenther@suse.de>
3590
3591 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3592 nor --disable-checking is provided also turn on yes and types
3593 checking for stage1.
3594 * configure: Re-generate.
3595
3596 2007-08-30 Krister Walfridsson <cato@df.lth.se>
3597
3598 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
3599 (Write After Approval): Remove myself.
3600
3601 2007-08-29 Nick Clifton <nickc@redhat.com>
3602
3603 * config.sub, config.guess: Update from upstream sources.
3604
3605 2007-08-22 Bud Davis <jmdavis@link.com>
3606
3607 * MAINTAINERS (Write After Approval): Added myself.
3608 * MAINTAINERS (Reviewers): Removed myself.
3609
3610 2007-08-18 Paul Brook <paul@codesourcery.com>
3611 Joseph Myers <joseph@codesourcery.com>
3612
3613 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3614 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3615 * Makefile.in: Regenerate.
3616 * configure.ac (--with-debug-prefix-map): New.
3617 * configure: Regenerate.
3618
3619 2007-08-17 Richard Sandiford <richard@codesourcery.com>
3620 Nigel Stephens <nigel@mips.com>
3621
3622 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3623 as target_makefile_frag.
3624 * configure: Regenerate.
3625
3626 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3627
3628 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3629 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3630 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3631 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3632 (do-compare, do-compare3, do-compare-debug): New.
3633 ([+compare-target+]): Use them.
3634
3635 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
3636
3637 * MAINTAINERS (Write After Approval): Change my email address.
3638
3639 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3640 Ben Elliston <bje@au.ibm.com>
3641
3642 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3643 --silent if $silent.
3644 * configure: Regenerate.
3645
3646 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
3647
3648 * MAINTAINERS (Various Maintainers): Add myself as
3649 loop infrastructure maintainer. Update my e-mail
3650 address.
3651
3652 2007-07-31 Diego Novillo <dnovillo@google.com>
3653
3654 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
3655 Adjust description.
3656
3657 2007-07-26 Richard Guenther <rguenther@suse.de>
3658
3659 * configure.ac: Add types checking to stage1 checking flags.
3660 * configure: Regenerate.
3661
3662 2007-07-17 Nick Clifton <nickc@redhat.com>
3663
3664 * COPYING3: New file. Contains version 3 of the GNU General
3665 Public License.
3666 * COPYING3.LIB: New file. Contains version 3 of the GNU
3667 Lesser General Public License.
3668
3669 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
3670
3671 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
3672
3673 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
3674
3675 * MAINTAINERS (S/390 co-maintainer): Add myself.
3676 (Write After Approval): Remove myself.
3677
3678 2007-07-13 Dan Hipschman <dsh@google.com>
3679
3680 * MAINTAINERS (Write After Approval): Add myself.
3681
3682 2007-07-11 Nick Clifton <nickc@redhat.com>
3683
3684 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
3685 WINDRES export.
3686 * Makefile.in: Regenerate.
3687
3688 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3689
3690 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
3691 maintainer.
3692
3693 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3694
3695 * lt~obsolete.m4: New. Import from 20070318 libtool.
3696
3697 2007-07-03 Julian Brown <julian@codesourcery.com>
3698
3699 * MAINTAINERS (Write After Approval): Add myself.
3700
3701 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3702
3703 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3704 * configure: Regenerate.
3705
3706 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3707
3708 * configure.ac: Add some missing m4 quotation.
3709 * configure: Regenerate.
3710
3711 2007-07-02 Simon Baldwin <simonb@google.com>
3712
3713 * MAINTAINERS (Write After Approval): Add myself.
3714
3715 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
3716
3717 * configure: Regenerate.
3718
3719 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
3720
3721 * Makefile.def: Add windmc tool to build.
3722 * Makefile.tpl: Likewise.
3723 * configure.ac: Likewise.
3724 * Makefile.in: Regenerate.
3725 * configure: Regenerate.
3726
3727 2007-06-28 DJ Delorie <dj@redhat.com>
3728
3729 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3730 not building newlib.
3731 * configure: Regenerated.
3732
3733 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
3734
3735 * MAINTAINERS (Write After Approval): Add myself.
3736
3737 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
3738
3739 * MAINTAINERS (Write After Approval): Add myself.
3740
3741 2007-06-19 Chris Matthews <chrismatthews@google.com>
3742
3743 * MAINTAINERS (Write After Approval): Add myself.
3744
3745 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
3746
3747 * MAINTAINERS (Write After Approval): Add myself.
3748
3749 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3750
3751 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3752 * Makefile.in: Regenerated.
3753
3754 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
3755
3756 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3757 bfin*-*-uclinux* targets.
3758 * configure: Regenerate.
3759
3760 2007-06-14 Ian Lance Taylor <iant@google.com>
3761
3762 * MAINTAINERS: Add myself as non-algorithmic global write
3763 maintainer.
3764
3765 2007-06-14 Diego Novillo <dnovillo@google.com>
3766
3767 * MAINTAINERS: Add self as middle-end maintainer and
3768 non-algorithmic global write maintainer.
3769
3770 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3771
3772 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
3773 Move all Fortran maintainers except Paul Brook into the
3774 Non-Autopoiesis section.
3775
3776 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
3777
3778 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3779 (distclean-stage[+id+]): Possibly delete stage_last.
3780 * Makefile.in: Regenerate.
3781
3782 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
3783
3784 * MAINTAINERS (Various Maintainer): Fix typo.
3785
3786 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
3787
3788 * MAINTAINERS (Various Maintainer): Add myself as
3789 dataflow maintainer.
3790
3791 2007-06-07 Ben Elliston <bje@au.ibm.com>
3792
3793 * config.sub, config.guess: Update from upstream sources.
3794
3795 2007-06-07 Ben Elliston <bje@au.ibm.com>
3796
3797 * Makefile.tpl: Fix spelling error.
3798 * Makefile.in: Regenerate.
3799
3800 2007-06-01 Steve Ellcey <sje@cup.hp.com>
3801
3802 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3803 lt_cv_sys_max_cmd_len.
3804
3805 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
3806
3807 * MAINTAINERS (Various Maintainers): Add myself as
3808 auto-vectorizer maintainer.
3809
3810 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
3811
3812 PR libjava/32098
3813 * libtool.m4: Revert previous change.
3814 * ltgcc.m4: Put it here.
3815
3816 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
3817
3818 * MAINTAINERS (Various Maintainers): Add myself as
3819 auto-vectorizer maintainer.
3820
3821 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
3822
3823 PR libjava/32098
3824 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
3825
3826 2007-05-30 Richard Guenther <rguenther@suse.de>
3827
3828 * MAINTAINERS (Various Maintainers): Add myself as
3829 auto-vectorizer maintainer.
3830
3831 2007-05-30 Jakub Jelinek <jakub@redhat.com>
3832
3833 PR bootstrap/29382
3834 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3835 * configure: Rebuilt.
3836
3837 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
3838
3839 * MAINTAINERS (Write After Approval): Removed my name.
3840
3841 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
3842
3843 * MAINTAINERS (Write After Approval): Remove myself.
3844
3845 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
3846
3847 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3848
3849 2007-05-23 Steve Ellcey <sje@cup.hp.com>
3850
3851 * ltmain.sh: Update from ToT Libtool.
3852 * libtool.m4: Update from ToT Libtool.
3853 * ltsugar.m4: New. Update from ToT Libtool.
3854 * ltversion.m4: New. Update from ToT Libtool.
3855 * ltoptions.m4: New. Update from ToT Libtool.
3856 * ltconfig: Remove.
3857 * ltcf-c.sh: Remove.
3858 * ltcf-cxx.sh: Remove.
3859 * ltcf-gcj.sh: Remove.
3860
3861 2007-05-22 Ollie Wild <aaw@google.com>
3862
3863 * MAINTAINERS (Write After Approval): Add myself.
3864
3865 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
3866
3867 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3868 stage_cflags.
3869 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3870 Remove CFLAGS/LIBCFLAGS.
3871 (configure-stage[+id+]-[+prefix+][+module+],
3872 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3873 * Makefile.in: Regenerate.
3874
3875 2007-05-15 Diego Novillo <dnovillo@google.com>
3876
3877 * MAINTAINERS: Update e-mail address.
3878
3879 2007-05-15 Revital Eres <eres@il.ibm.com>
3880
3881 * MAINTAINERS (Write After Approval): Add myself.
3882
3883 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
3884
3885 * MAINTAINERS (Write After Approval): Updated my address.
3886
3887 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
3888
3889 * MAINTAINERS (Write After Approval): Add myself.
3890
3891 2007-05-11 Silvius Rus <rus@google.com>
3892
3893 * MAINTAINERS (Write After Approval): Add myself.
3894
3895 2007-04-23 Tom Tromey <tromey@redhat.com>
3896
3897 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
3898
3899 2007-04-22 Mark Mitchell <mark@codesourcery.com>
3900
3901 * MAINTAINERS (cpplib): Rename to ...
3902 (libcpp): ... this. Add C/C++ front end maintainers.
3903
3904 2007-04-14 Steve Ellcey <sje@cup.hp.com>
3905
3906 * config-ml.in: Pass ${ml_config_env} to configure calls.
3907
3908 2007-04-04 Christian Bruel <christian.bruel@st.com>
3909
3910 * MAINTAINERS (Write After Approval): Add myself.
3911
3912 2007-04-02 Dave Korn <dave.korn@artimi.com>
3913
3914 * MAINTAINERS (Write After Approval): Add myself.
3915
3916 2007-03-31 Tobias Burnus <burnus@net-b.de>
3917
3918 * MAINTAINERS (fortran 95 front end): Add myself.
3919
3920 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3921
3922 * MAINTAINERS (Write After Approval): Add myself.
3923
3924 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
3925
3926 * MAINTAINERS (Modulo Scheduler): Add myself.
3927
3928 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
3929
3930 * MAINTAINERS (fortran 95 front end): Add myself.
3931 (c++ front end): whitespace fix.
3932
3933 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
3934
3935 * MAINTAINERS (Write After Approval): Add myself.
3936
3937 2007-03-21 Richard Sandiford <richard@codesourcery.com>
3938
3939 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3940 of glob. Quote arguments with single quotes too.
3941 * configure: Regenerate.
3942
3943 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
3944
3945 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3946 * Makefile.in: Regenerate
3947
3948 2007-03-07 Andreas Schwab <schwab@suse.de>
3949
3950 * configure: Regenerate.
3951
3952 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3953
3954 * configure.ac: Add "--with-pdfdir" configure option,
3955 which defines pdfdir variable.
3956 * Makefile.def (target=fixincludes): Add install-pdf to
3957 missing targets.
3958 (recursive_targets): Add install-pdf target.
3959 (flags_to_pass): Add pdfdir.
3960 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3961 target.
3962 * configure: Regenerate
3963 * Makefile.in: Regenerate
3964
3965 2007-02-28 Eric Christopher <echristo@apple.com>
3966
3967 Revert:
3968 2006-12-07 Mike Stump <mrs@apple.com>
3969
3970 * Makefile.def (dependencies): Add dependency for
3971 install-target-libssp and install-target-libgomp on
3972 install-gcc.
3973 * Makefile.in: Regenerate.
3974
3975 2007-02-27 Matt Kraai <kraai@ftbfs.org>
3976
3977 * configure: Regenerate.
3978 * configure.ac: Move statements after variable declarations.
3979
3980 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
3981
3982 * MAINTAINERS: Add myself as sh maintainer.
3983
3984 2007-02-19 Joseph Myers <joseph@codesourcery.com>
3985
3986 * configure.ac: Adjust for loop syntax.
3987 * configure: Regenerate.
3988
3989 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3990
3991 * configure: Rebuilt.
3992
3993 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3994
3995 * configure.ac: Drop multiple occurrences of --enable-languages,
3996 and fix its quoting.
3997 * configure: Rebuilt.
3998
3999 2007-02-17 Mark Mitchell <mark@codesourcery.com>
4000 Nathan Sidwell <nathan@codesourcery.com>
4001 Vladimir Prus <vladimir@codesourcery.com>
4002 Joseph Myers <joseph@codesourcery.com>
4003
4004 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4005 * configure: Regenerate.
4006
4007 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
4008
4009 * ltconfig (freebsd*): Default to elf.
4010
4011 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4012
4013 * configure.ac (target_libraries): Move libgcc before libiberty.
4014 * configure: Regenerated.
4015
4016 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4017 Paolo Bonzini <bonzini@gnu.org>
4018
4019 PR bootstrap/30753
4020 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4021 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4022 * configure: Regenerated.
4023
4024 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4025
4026 * MAINTAINERS (Language Front End Maintainers): Update my mail
4027 address.
4028
4029 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4030
4031 PR bootstrap/30748
4032 * configure.ac: Correct syntax for Solaris ksh.
4033 * configure: Regenerated.
4034
4035 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4036
4037 * configure.ac: Sync with src.
4038 * configure: Regenerate.
4039
4040 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4041
4042 * Makefile.in: Regenerate.
4043
4044 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4045
4046 * config.sub: Sync with src.
4047
4048 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4049
4050 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4051 noncanonical equivalents.
4052 * configure.in: Rename to...
4053 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4054 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4055 target_noncanonical. Use them. Rewrite removal of configure
4056 arguments for autoconf 2.59. Discard variable settings. Force
4057 program_transform_name for native tools.
4058
4059 * Makefile.in: Regenerated.
4060 * configure: Regenerated with autoconf 2.59.
4061
4062 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
4063
4064 * MAINTAINERS (Write After Approval): Add myself.
4065
4066 2007-01-31 Andreas Schwab <schwab@suse.de>
4067
4068 * Makefile.tpl (LDFLAGS): Substitute it.
4069 * Makefile.in: Regenerate.
4070
4071 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
4072
4073 * MAINTAINERS (Write After Approval): Add myself.
4074
4075 2007-01-28 David Edelsohn <edelsohn@gnu.org>
4076
4077 * MAINTAINERS (spu port): Add myself.
4078
4079 2007-01-23 Richard Guenther <rguenther@suse.de>
4080
4081 PR bootstrap/30541
4082 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
4083 * Makefile.tpl (GNATBIND): Substitute it.
4084 (GNATMAKE): Likewise.
4085 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
4086 of STAGE_PREFIX.
4087 * Makefile.in: Regenerate.
4088 * configure: Regenerate.
4089
4090 2007-01-18 Mike Stump <mrs@apple.com>
4091
4092 * configure.in: Re-enable -Werror for gcc builds.
4093
4094 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
4095
4096 * MAINTAINERS (Write After Approval): Add myself.
4097
4098 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4099
4100 * configure.in: Change == to = in test command.
4101 * configure: Regenerate.
4102
4103 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4104 Nick Clifton <nickc@redhat.com>
4105 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4106
4107 * configure.in (build_configargs, host_configargs, target_configargs):
4108 Remove build/host/target parameters.
4109 (host_libs): Add gmp and mpfr.
4110 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4111 * Makefile.def (gmp, mpfr): New.
4112 (gcc): Remove target.
4113 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4114 target_os, target_vendor): New.
4115 (configure): Add host_alias/target_alias arguments; adjust invocations.
4116 * configure: Regenerate.
4117 * Makefile.in: Regenerate.
4118
4119 2007-01-11 Matt Fago <fago@earthlink.net>
4120
4121 * configure.in: Try to link to functions only in mpfr 2.2.x
4122 to improve robustness of configure tests.
4123 * configure: Regenerate.
4124
4125 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
4126
4127 * MAINTAINERS: Add myself as i386 maintainer.
4128
4129 2007-01-08 Jan Hubicka <jh@suse.cz>
4130
4131 * MAINTAINERS: Add myself as i386 maintainer.
4132
4133 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4134
4135 * configure.in: Add support for an x86_64-mingw* target.
4136 * configure: Regenerate.
4137
4138 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4139
4140 * Makefile.tpl (all-target): Correct @if conditional for target
4141 modules.
4142 * configure.in: Omit libiberty if building only target libgcc.
4143 * configure, Makefile.in: Regenerated.
4144
4145 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4146
4147 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
4148 * configure: Regenerate.
4149
4150 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4151
4152 * Makefile.def (target_modules): Add libgcc.
4153 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4154 * Makefile.tpl (clean-target-libgcc): Delete.
4155 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4156 on gcc even for bootstrapped modules. Rewrite handling of
4157 lang_env_dependencies to loop over target_modules.
4158 * configure.in (target_libraries): Add target-libgcc.
4159 * Makefile.in, configure: Regenerated.
4160
4161 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4162
4163 * configure.in: Reorganize recognition of languages. Add
4164 --enable-stage1-languages. Show supported languages for the chosen
4165 target rather than all recognized languages.
4166 * configure: Regenerate.
4167
4168 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4169
4170 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4171 * Makefile.in: Regenerate.
4172
4173 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4174
4175 * configure.in: Warn that MPFR 2.2.0 is buggy.
4176 * configure: Regenerate.
4177
4178 2006-12-27 Ian Lance Taylor <iant@google.com>
4179
4180 * configure.in: When removing Makefiles to force a reconfigure, also
4181 remove prev-DIR*/Makefile.
4182 * configure: Regenerate.
4183
4184 2006-12-22 Andreas Schwab <schwab@suse.de>
4185
4186 * configure: Regenerate with correct autoconf version.
4187
4188 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
4189
4190 * configure.in: add AC_SUBST for *_FOR_TARGET.
4191 * configure: Regenerate.
4192
4193 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4194
4195 * configure.in: Simplify logic for rejecting languages that cannot
4196 be built. Separate the case when a language is unsupported,
4197 from the case when the user chooses not to build a language.
4198
4199 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4200
4201 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4202 it only affects bootstrap and could be tested on "$host" as well.
4203 * configure: Regenerate.
4204 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4205
4206 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4207
4208 PR bootstrap/29544
4209 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4210 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4211 move here comment from Makefile.tpl.
4212 * Makefile.tpl: Move some definitions higher in the file.
4213 (STAGE1_CHECKING): New.
4214 * configure.in: Add --enable-stage1-checking.
4215 * configure: Regenerate.
4216 * Makefile.in: Regenerate.
4217
4218 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4219
4220 * MAINTAINERS: Add myself as build system maintainer.
4221
4222 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
4223
4224 * MAINTAINERS (Write After Approval): Add myself.
4225
4226 2006-12-13 Eric Christopher <echristo@apple.com>
4227
4228 * MAINTAINERS: Add myself as darwin maintainer.
4229
4230 2006-12-11 Ian Lance Taylor <ian@airs.com>
4231
4232 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
4233
4234 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
4235
4236 MAINTAINERS: Update my entry.
4237
4238 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4239
4240 * configure.in: Handle spu makefile frag.
4241 * Makefile.tpl (MAINT): Define
4242 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4243 * configure: Regenerate.
4244 * Makefile.in: Regenerate.
4245
4246 2006-12-11 Ben Elliston <bje@au.ibm.com>
4247
4248 * config.guess: Import latest version.
4249 * config.sub: Likewise.
4250
4251 2006-12-11 Ben Elliston <bje@au.ibm.com>
4252
4253 * configure.in (spu-*-*): Don't skip target-libiberty.
4254 * configure: Regenerate.
4255
4256 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
4257
4258 PR bootstrap/30134
4259 * configure.in: Correct x86 darwin support for libjava to powerpc
4260 and i?86 only.
4261 * configure: Regenerate.
4262
4263 2006-12-08 Sandro Tolaini <tolaini@libero.it>
4264
4265 * configure.in: Add x86 darwin support for libjava.
4266 * configure: Regenerate.
4267
4268 2006-12-07 Mike Stump <mrs@apple.com>
4269
4270 * Makefile.def (dependencies): Add dependency for
4271 install-target-libssp and install-target-libgomp on
4272 install-gcc.
4273 * Makefile.in: Regenerate.
4274
4275 2006-12-04 Richard Guenther <rguenther@suse.de>
4276
4277 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
4278 (Non-Algorithmic Maintainers): Move over non-algorithmic
4279 loop optimizer maintainers, add myself as a non-algorithmic
4280 middle-end maintainer.
4281
4282 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
4283
4284 * MAINTAINERS (Write After Approval): Add myself.
4285
4286 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4287
4288 * configure.in: Update error message for missing GMP/MPFR.
4289
4290 * configure: Regenerate.
4291
4292 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4293
4294 * configure.in: Update MPFR version in error message.
4295
4296 * configure: Regenerate.
4297
4298 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4299
4300 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4301 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4302 --with-gmp-lib): New flags.
4303
4304 * configure: Regenerate.
4305
4306 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
4307
4308 * MAINTAINERS (Write After Approval): Change my email address.
4309
4310 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
4311
4312 * MAINTAINERS (Write After Approval): Add myself.
4313
4314 2006-11-22 Philipp Thomas <pth@suse.de>
4315
4316 * MAINTAINERS (i18n): Update e-mail address.
4317
4318 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4319
4320 * MAINTAINERS (spu port): Add myself as maintainer.
4321 (Write After Approval): Remove myself.
4322
4323 2006-11-22 Ben Elliston <bje@au.ibm.com>
4324
4325 * configure.in (skipdirs): Don't build libssp for SPU.
4326 * configure: Regenerate.
4327
4328 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
4329
4330 * MAINTAINERS (spu port): Add myself as maintainer.
4331 (libobjc): Update my email address.
4332
4333 2006-11-21 Andrea Bona <andrea.bona@st.com>
4334
4335 * MAINTAINERS (Write After Approval): Add myself.
4336
4337 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4338
4339 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
4340 * configure : Rebuilt.
4341
4342 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4343
4344 * MAINTAINERS (Write After Approval): Add myself.
4345
4346 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
4347
4348 * MAINTAINERS (Write After Approval): Add myself.
4349
4350 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4351
4352 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
4353 libmpfr.a.
4354 * configure: Regenerate.
4355
4356 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4357
4358 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4359 (unstage): Test for stage_last presence.
4360
4361 PR bootstrap/29802
4362 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
4363 STAGE_PREFIX.
4364 * Makefile.in: Regenerate.
4365
4366 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
4367
4368 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
4369 maintainers.
4370
4371 2006-11-14 Erven Rohou <erven.rohou@st.com>
4372
4373 * MAINTAINERS (Write After Approval): Add myself.
4374
4375 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
4376
4377 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
4378 and stageN-package/Makefile.
4379 * Makefile.in: Regenerated.
4380
4381 2006-11-14 Jie Zhang <jie.zhang@analog.com>
4382
4383 * configure.in: Remove target-libgloss from noconfigdirs for
4384 bfin-*-*.
4385 * configure: Regenerated.
4386
4387 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4388
4389 * configure.in (have_gmp): Only error if the gcc directory exists.
4390
4391 * configure: Regenerate.
4392
4393 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4394
4395 * configure.in: Robustify error message for missing GMP/MPFR.
4396
4397 * configure: Regenerate.
4398
4399 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
4400
4401 * MAINTAINERS (Write After Approval): Add myself.
4402
4403 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
4404
4405 * MAINTAINERS: Change email address.
4406
4407 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
4408
4409 * MAINTAINERS (Write After Approval): Add myself.
4410
4411 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
4412
4413 * MAINTAINERS (Write After Approval): Add myself.
4414
4415 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
4416
4417 * MAINTAINERS (Write After Approval): Move myself to
4418 Write After Approval section.
4419
4420 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4421
4422 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
4423 need_gmp anymore.
4424 * configure: Regenerate.
4425
4426 2006-10-16 Tobias Burnus <burnus@net-b.de>
4427
4428 * MAINTAINERS (Write After Approval): Add myself.
4429
4430 2006-10-16 Ben Elliston <bje@au.ibm.com>
4431
4432 * config.guess: Import latest version.
4433 * config.sub: Likewise.
4434
4435 2006-10-10 Brooks Moses <bmoses@stanford.edu>
4436
4437 * Makefile.def: Added pdf target handling.
4438 * Makefile.tpl: Added pdf target handling.
4439 * Makefile.in: Regenerated.
4440
4441 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
4442
4443 * MAINTAINERS: Add self as score port maintainer.
4444
4445 2006-10-04 Brooks Moses <bmoses@stanford.edu>
4446
4447 * MAINTAINERS (Write After Approval): Add myself.
4448
4449 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
4450
4451 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
4452 or newer.
4453 * configure: Regenerated.
4454
4455 2006-09-27 Dave Brolley <brolley@redhat.com>
4456
4457 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
4458 using $s instead of $r.
4459 * configure: Regenerated.
4460
4461 2006-09-26 Thiemo Seufer <ths@mips.com>
4462
4463 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4464 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4465 * configure: Regenerate.
4466
4467 2006-09-24 Graeme Peterson <gridly@gmail.com>
4468
4469 * MAINTAINERS (Write After Approval): Remove myself.
4470
4471 2006-09-22 Chao-ying Fu <fu@mips.com>
4472
4473 * MAINTAINERS (Write After Approval): Add myself.
4474
4475 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
4476
4477 * MAINTAINERS: Add self as soft-fp maintainer.
4478
4479 2006-09-09 Anatoly Sokolov <aesok@post.ru>
4480
4481 * MAINTAINERS: Add myself as avr maintainer.
4482 Remove Marek Michalkiewicz as avr maintainer.
4483
4484 2006-09-07 Roberto Costa <roberto.costa@st.com>
4485
4486 * MAINTAINERS (Write After Approval): Add myself.
4487
4488 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4489
4490 * configure.in: Never build newlib for a Mingw host.
4491 Never build newlib as Mingw target library.
4492 Test the existence of winsup/cygwin for building a Cygwin newlib,
4493 rather than just winsup.
4494 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4495 building a Mingw target.
4496 * configure: Regenerate.
4497
4498 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
4499
4500 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
4501
4502 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4503
4504 * config.guess: Import from src (was more updated).
4505 * config.sub: Likewise.
4506
4507 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4508
4509 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4510 * configure: Regenerated.
4511
4512 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4513
4514 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4515 for stages after the first.
4516
4517 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4518
4519 * Makefile.def: Add dependencies for configure-opcodes
4520 on configure-intl and all-opcodes on all-intl.
4521 * Makefile.in: Regenerated.
4522
4523 2006-07-13 Ben Elliston <bje@au.ibm.com>
4524
4525 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
4526
4527 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
4528
4529 Port to hosts whose 'sort' and 'tail' implementations
4530 treat operands with leading '+' as file names, as POSIX
4531 has required since 2001. However, make sure the code still
4532 works on pre-POSIX hosts.
4533 * ltmain.sh: Don't assume "sort +2" is equivalent to
4534 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
4535
4536 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
4537
4538 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
4539
4540 2006-07-04 Peter O'Gorman <peter@pogma.com>
4541
4542 * ltconfig: chmod 644 before ranlib during install.
4543
4544 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4545
4546 PR bootstrap/18058
4547 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4548 if the bootstrap compiler is a GCC version that supports it.
4549 * configure: Regenerate.
4550
4551 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4552
4553 * configure.in: Fix thinkos in previous check-in.
4554 * configure: Regenerate.
4555
4556 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4557
4558 PR other/27063
4559 * configure.in: Test subdir_requires and give an appropriate
4560 error message.
4561 * configure: Regenerate.
4562
4563 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
4564
4565 * MAINTAINERS (Write After Approval): Add myself.
4566
4567 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
4568
4569 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4570
4571 2006-06-22 Steve Ellcey <sje@cup.hp.com>
4572
4573 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4574
4575 2006-06-20 David Ayers <d.ayers@inode.at>
4576
4577 PR bootstrap/28072
4578 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4579 whether target-libjava is being configured instead of whether the
4580 java front end is enabled.
4581 * configure: Regenerate.
4582
4583 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4584
4585 PR target/27540
4586 * configure.in: Only enable libgomp on IRIX 6.
4587 * configure: Regenerate.
4588
4589 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4590
4591 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4592 too.
4593 * Makefile.in: Regenerate.
4594
4595 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
4596
4597 * config-ml.in: Alter CCASFLAGS to include special
4598 multilib options the same as is done for CFLAGS.
4599
4600 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4601
4602 * configure.in: Don't enable libgomp on hpux10.
4603 * configure: Rebuilt.
4604
4605 2006-06-12 David Ayers <d.ayers@inode.at>
4606
4607 PR bootstrap/27963
4608 PR target/19970
4609 * configure.in: Remove target-boehm-gc from noconfigdirs where
4610 ${libgcj} is specified.
4611 * configure: Regenerate.
4612
4613 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
4614
4615 Sync from src:
4616
4617 * configure.in: Sync.
4618 * configure: Regenerated.
4619
4620 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4621
4622 * Makefile.def: Added dependencies from sim and gdb on intl, and
4623 added configure dependencies to everything with an all dependency
4624 on intl.
4625 * Makefile.in: Regenerated.
4626
4627 2006-06-06 David Ayers <d.ayers@inode.at>
4628
4629 PR libobjc/13946
4630 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4631 * Makefile.in: Regenerate.
4632 * configure.in: Add --enable-objc-gc at toplevel and have it
4633 enable boehm-gc for Objective-C.
4634 Remove target-boehm-gc from libgcj.
4635 Add target-boehm-gc to target_libraries.
4636 Add target-boehm-gc to noconfigdirs where ${libgcj}
4637 is specified.
4638 Assert that boehm-gc is supported when requested for Objective-C.
4639 Only build boehm-gc if needed either for Java or Objective-C.
4640 * configure: Regenerate.
4641
4642 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
4643
4644 PR 27674
4645 * Makefile.tpl (configure-[+prefix+][+module+],
4646 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4647 Remove rule to unstage bootstrapped modules.
4648 (stage_current): New.
4649 * Makefile.in: Regenerate.
4650
4651 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
4652
4653 * MAINTAINERS (Write After Approval): Update my e-mail address.
4654
4655 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
4656
4657 * include/libiberty.h: Declare pex_run_in_environment.
4658
4659 2006-05-31 Asher Langton <langton2@llnl.gov>
4660
4661 * MAINTAINERS (Write After Approval): Add myself.
4662
4663 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
4664
4665 * Makefile.def (bfd, opcodes): Fix lib_path.
4666 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4667 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4668 * Makefile.in: Regenerate.
4669
4670 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
4671
4672 * Makefile.in: Regenerate.
4673
4674 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
4675
4676 * Makefile.def: Add install-html target. Add datarootdir
4677 docdir and htmldir to flags_to_pass.
4678 * Makefile.tpl: Add install-html target.
4679 * Makefile.in: Regenerate.
4680 * configure.in: Add --with-datarootdir, --with-docdir, and
4681 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
4682 * configure: Regenerate.
4683
4684 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4685
4686 * configure.in: Enable gprof for cross builds.
4687 * configure: Regenerate.
4688
4689 2006-05-22 Richard Guenther <rguenther@suse.de>
4690
4691 Revert
4692 2006-01-31 Richard Guenther <rguenther@suse.de>
4693 Paolo Bonzini <bonzini@gnu.org>
4694
4695 * Makefile.def (target_modules): Add libgcc-math target module.
4696 * configure.in (target_libraries): Add libgcc-math target library.
4697 (--enable-libgcc-math): New configure switch.
4698 * Makefile.in: Re-generate.
4699 * configure: Re-generate.
4700 * libgcc-math: New toplevel directory.
4701
4702 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4703 Andreas Tobler <a.tobler@schweiz.ch>
4704
4705 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4706 * configure: Rebuilt.
4707
4708 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
4709
4710 * MAINTAINERS (Write After Approval): Add myself.
4711
4712 2006-05-01 DJ Delorie <dj@redhat.com>
4713
4714 * configure.in: Restore CFLAGS if GMP isn't present.
4715 * configure: Regenerate.
4716
4717 2006-05-01 Richard Guenther <rguenther@suse.de>
4718
4719 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
4720 maintainer.
4721
4722 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
4723
4724 * MAINTAINERS (Write After Approval): Add myself.
4725
4726 2006-04-28 Jan Beulich <jbeulich@novell.com>
4727
4728 * MAINTAINERS (Write After Approval): Add myself.
4729
4730 2006-04-18 DJ Delorie <dj@redhat.com>
4731
4732 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4733 reference libgloss so that libssp can be built in a combined
4734 tree.
4735 * configure: Regenerate.
4736
4737 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
4738
4739 * MAINTAINERS (Write After Approval): Add myself.
4740
4741 2006-04-05 Ben Elliston <bje@au.ibm.com>
4742
4743 * configure.in: Require makeinfo 4.4 or higher.
4744 * configure: Regenerate.
4745
4746 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
4747
4748 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
4749 Rearrange the entries of other libraries to have them in one place.
4750
4751 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
4752
4753 * MAINTAINERS (Write After Approval): Remove myself.
4754 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4755
4756 2006-03-14 Richard Guenther <rguenther@suse.de>
4757
4758 * configure: Regenerate with autoconf 2.13.
4759
4760 2006-03-13 Jim Blandy <jimb@codesourcery.com>
4761
4762 * MAINTAINERS: Use my work address.
4763
4764 * MAINTAINERS: Update my E-mail address.
4765
4766 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4767
4768 * configure.in: Handle --disable-<component> generically.
4769 * configure: Regenerate.
4770
4771 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4772
4773 PR libgcj/17311
4774 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4775
4776 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
4777
4778 * MAINTAINERS (Write After Approval): Remove myself.
4779 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4780
4781 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
4782
4783 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4784 (TARGET_CONFIGDIRS): Remove.
4785 * configure.in: Remove AC_SUBST(target_configdirs).
4786 * Makefile.in, configure: Regenerated.
4787
4788 2006-02-20 Steven G. Kargl <kargls@comcast.net>
4789
4790 * MAINTAINERS (Write After Approval): Remove myself.
4791 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4792
4793 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
4794
4795 PR bootstrap/25670
4796
4797 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4798
4799 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4800 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4801 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4802 BUILD_PREFIX, BUILD_PREFIX_1.
4803 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4804
4805 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4806 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4807
4808 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4809 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4810 of `cat stage_current`. Always provide the `r' and `s' variables.
4811 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4812 a single shell execution.
4813 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4814 bootstrapped modules, make the stage1 module if the build was not
4815 started yet, else build the current stage.
4816 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4817 (all-build, all-host, all-target, [+make_target+]-host,
4818 [+make_target+]-target): Do not use \-continued lines.
4819 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4820 (current_stage, restrap, stage_last): New.
4821
4822 * Makefile.in: Regenerate.
4823 * configure: Regenerate.
4824
4825 2006-02-19 Bud Davis <jmdavis@link.com>
4826
4827 * MAINTAINERS (Write After Approval): Remove myself.
4828 (Language Front End Maintainers): Add myself as fortran 95
4829 maintainer and update e-mail address.
4830
4831 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
4832
4833 * MAINTAINERS (Write After Approval): Remove myself.
4834 (Language Front End Maintainers): Add myself as fortran 95
4835 maintainer.
4836
4837 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
4838
4839 * MAINTAINERS (Write After Approval): Add myself.
4840
4841 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
4842
4843 * MAINTAINERS (Write After Approval): Remove myself.
4844 (Language Front End Maintainers): Add myself as
4845 fortran 95 maintainer.
4846
4847 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4848
4849 Sync from src:
4850
4851 2005-12-27 Leif Ekblad <leif@rdos.net>
4852
4853 * configure.in: Add support for RDOS target.
4854 * configure: Regenerate.
4855
4856 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4857 Andreas Schwab <schwab@suse.de>
4858
4859 * configure: Regenerate.
4860
4861 2006-02-12 David Edelsohn <edelsohn@gnu.org>
4862
4863 * configure.in (enable_libgomp): Add AIX.
4864 * configure: Regenerate.
4865
4866 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
4867
4868 * MAINTAINERS (Write After Approval): Add myself.
4869
4870 2006-02-03 Lee Millward <lee.millward@gmail.com>
4871
4872 * MAINTAINERS (Write After Approval): Add myself.
4873
4874 2006-01-31 Richard Guenther <rguenther@suse.de>
4875 Paolo Bonzini <bonzini@gnu.org>
4876
4877 * Makefile.def (target_modules): Add libgcc-math target module.
4878 * configure.in (target_libraries): Add libgcc-math target library.
4879 (--enable-libgcc-math): New configure switch.
4880 * Makefile.in: Re-generate.
4881 * configure: Re-generate.
4882 * libgcc-math: New toplevel directory.
4883
4884 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
4885
4886 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4887 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4888 the assembler, linker and binutils.
4889 * configure: Regenerate.
4890
4891 2006-01-22 Dirk Mueller <dmueller@suse.de>
4892
4893 * MAINTAINERS (Write After Approval): Add myself.
4894
4895 2006-01-20 Diego Novillo <dnovillo@redhat.com>
4896
4897 * configure: Regenerate.
4898
4899 2006-01-18 Richard Henderson <rth@redhat.com>
4900 Jakub Jelinek <jakub@redhat.com>
4901 Diego Novillo <dnovillo@redhat.com>
4902
4903 * libgomp: New directory.
4904 * Makefile.def: Add target_module libgomp.
4905 * Makefile.in: Regenerate.
4906 * configure.in (target_libraries): Add target-libgomp.
4907 * configure: Regenerate.
4908
4909 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
4910
4911 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4912 @ from continuation.
4913 * Makefile.in: Rebuilt.
4914
4915 2006-01-04 Chris Lattner <sabre@gnu.org>
4916
4917 * MAINTAINERS (Write After Approval): Add myself.
4918
4919 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4920
4921 PR bootstrap/24252
4922
4923 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4924 * Makefile.tpl (OBJDUMP): New.
4925 (EXTRA_HOST_FLAGS): Add it.
4926 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4927
4928 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4929 to use symbolic links between directories. Avoid race conditions
4930 or make them harmless.
4931 * configure.in: Do not try to use symbolic links between directories.
4932
4933 * Makefile.def (LEAN): Pass.
4934 * Makefile.tpl (LEAN): Define.
4935 (stage[+id+]-start): Accept that the previous directory does not
4936 exist, if the bootstrap is lean.
4937 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4938 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4939 configure substitution.
4940 ([+compare-target+]): Likewise.
4941 ([+bootstrap-target+]-lean): New.
4942 * configure.in: Remove lean bootstrap support from here.
4943
4944 * Makefile.in: Regenerate.
4945 * configure: Regenerate.
4946
4947 2006-01-04 Ben Elliston <bje@au.ibm.com>
4948
4949 * MAINTAINERS (libdecnumber): Add myself.
4950
4951 2006-01-02 Mark Mitchell <mark@codesourcery.com>
4952
4953 * libtool-ldflags: New script.
4954
4955 2006-01-02 Andreas Schwab <schwab@suse.de>
4956
4957 * configure.in: When reconfiguring remove Makefile in
4958 all stage directories.
4959 * configure: Regenerate.
4960
4961 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
4962
4963 * MAINTAINERS: Update my email address.
4964
4965 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
4966
4967 Revert Ada-related part of the previous change.
4968
4969 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4970 Do not pass.
4971 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4972 * Makefile.in: Regenerate.
4973 * configure.in: Do not include mt-ppc-aix target fragment.
4974 * configure: Regenerate.
4975
4976 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
4977
4978 * configure.in: Select appropriate fragments for PowerPC/AIX.
4979 * configure: Regenerate.
4980
4981 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4982 BOOT_CFLAGS, BOOT_LDFLAGS.
4983 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4984 BOOT_CFLAGS, BOOT_LDFLAGS.
4985 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4986 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4987 (stage): Fail if we cannot complete the work.
4988 * Makefile.in: Regenerate.
4989
4990 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
4991
4992 * configure.in: Replace ms1 with mt.
4993 * configure: Rebuilt.
4994
4995 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
4996
4997 * MAINTAINERS: Update my email address.
4998
4999 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
5000
5001 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5002 install-host-nogcc): Don't invoke $(stage) at the end.
5003 * Makefile.in: Regenerate.
5004
5005 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
5006
5007 * configure.in: Flip the top-level bootstrap switch.
5008 * configure: Regenerate.
5009
5010 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5011
5012 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5013 $(stage) and $(unstage).
5014 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5015 (all): Remove stray semicolon.
5016 (local-distclean): Don't handle multilib.tmp and multilib.out.
5017 (install.all): Set $s for consistency.
5018 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5019 check_multilibs setting. Always make the install directory.
5020 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5021 Correct @if/@endif.
5022 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5023 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5024 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5025 (multilib.out): Remove.
5026 * Makefile.in: Regenerated.
5027
5028 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
5029
5030 * MAINTAINERS (Write After Approval): Add myself.
5031
5032 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5033
5034 * MAINTAINERS: Add myself as mt maintainer.
5035
5036 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
5037
5038 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
5039
5040 * MAINTAINERS: Change email address.
5041
5042 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5043
5044 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5045 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5046 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5047 Find in-tree tools if available.
5048 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5049 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5050 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5051 (COMPILER_*_FOR_TARGET): New.
5052 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5053 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5054 (CONFIGURED_*, USUAL_*): Remove.
5055 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5056 STRIP): Use autoconf substitutions.
5057 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5058 COMPILER_NM_FOR_TARGET): New.
5059 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5060
5061 (all): Make all-host and all-target in parallel.
5062 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5063 that $$r and $$s are set before invoking a recursive make.
5064 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5065 ([+bootstrap-target+]): Inline most of the `all' target.
5066
5067 2005-11-29 Ben Elliston <bje@au.ibm.com>
5068
5069 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5070 from the gcc build directory.
5071 * Makefile.in: Regenerate.
5072
5073 2005-11-29 Ben Elliston <bje@au.ibm.com>
5074
5075 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5076 depend on all-libdecnumber.
5077 * configure.in (host_libs): Include libdecnumber.
5078 * Makefile.in: Regenerate.
5079 * configure: Likewise.
5080
5081 2005-11-29 Ben Elliston <bje@au.ibm.com>
5082
5083 * libdecnumber: Import decNumber sources from the dfp-branch.
5084
5085 2005-11-21 Kean Johnston <jkj@sco.com>
5086
5087 * config.sub, config.guess: Sync from upstream sources.
5088
5089 2005-11-21 Ben Elliston <bje@au.ibm.com>
5090
5091 Import from Autoconf sources:
5092
5093 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5094 * config/move-if-change: Don't output "$2 is unchanged";
5095 suggested by Ben Elliston. Handle weird characters correctly.
5096
5097 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
5098
5099 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
5100 to match upstream libtool for darwin.
5101
5102 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5103
5104 * Makefile.def: Remove gdb dependencies for gdbtk.
5105 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5106 (configure-gdb, install-gdb): New rules.
5107 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5108 * Makefile.in, configure: Regenerated.
5109
5110 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
5111
5112 * MAINTAINERS (Write After Approval): Add myself.
5113
5114 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
5115
5116 * MAINTAINERS (Write After Approval): Add myself.
5117
5118 2005-10-24 Diego Novillo <dnovillo@redhat.com>
5119
5120 * MAINTAINERS (alias analysis): Add Daniel Berlin and
5121 Diego Novillo.
5122
5123 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
5124
5125 PR bootstrap/24297
5126 * Makefile.tpl (do-[+make-target+], do-check, install,
5127 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5128 are set before recursing.
5129 * Makefile.in: Regenerate.
5130
5131 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5132
5133 PR bootstrap/18939
5134 * Makefile.def (gcc) <target>: Fix thinko.
5135 * Makefile.in: Regenerate.
5136
5137 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5138
5139 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5140 * configure: Regenerate.
5141
5142 2005-10-15 Jie Zhang <jie.zhang@analog.com>
5143
5144 * MAINTAINERS (Write After Approval): Add self.
5145
5146 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
5147
5148 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5149 target-libffi, target-qthreads, target-libjava, and
5150 targetlibobjc.
5151 * configure: Regenerate.
5152
5153 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5154
5155 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5156 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5157 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5158 (USUAL_OBJDUMP_FOR_TARGET): New.
5159 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5160 * configure.in: Check for $OBJDUMP_FOR_TARGET.
5161 * configure, Makefile.in: Regenerated.
5162
5163 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5164
5165 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5166 before other host packages.
5167
5168 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
5169
5170 * MAINTAINERS: Add self as sh libraries/configury maintainer.
5171
5172 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5173
5174 PR bootstrap/22340
5175
5176 * configure.in (default_target): Remove.
5177 * Makefile.tpl (all): Do not use prerequisites as subroutines
5178 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5179 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5180 use prerequisites as subroutines.
5181 (check-host, check-target): New.
5182 (bootstrap configure & all targets): Do not use stage*-start
5183 if the directory layout is already ok.
5184 (non-bootstrap configure & all targets): Prepend a $(unstage).
5185 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5186 (NOTPARALLEL): Remove.
5187 (unstage, stage variables): New variables.
5188 (unstage, stage targets): Simply expand to those variables.
5189
5190 * configure: Regenerate.
5191 * Makefile.in: Regenerate.
5192
5193 2005-10-04 James E Wilson <wilson@specifix.com>
5194
5195 * Makefile.def (lang_env_dependencies): Add libmudflap.
5196 * Makefile.in: Regenerate.
5197
5198 2005-10-03 Andreas Schwab <schwab@suse.de>
5199
5200 Backport from libtool CVS:
5201 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
5202
5203 * ltmain.sh: add support for installing into temporary
5204 staging area (e.g. 'make install DESTDIR=...')
5205
5206 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
5207
5208 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5209 * configure: Regenerated.
5210
5211 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
5212
5213 * configure: Regenerate with the correct
5214 autoconf version.
5215
5216 2005-09-30 Catherine Moore <clm@cm00re.com>
5217
5218 * configure.in (bfin-*-*): New.
5219 * configure: Regenerated.
5220
5221 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5222
5223 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5224 (LIPO_FOR_TARGET): New.
5225 (CONFIGURED_LIPO_FOR_TARGET): New.
5226 (USUAL_LIPO_FOR_TARGET): New.
5227 (STRIP_FOR_TARGET): New.
5228 (CONFIGURED_STRIP_FOR_TARGET): New.
5229 (USUAL_STRIP_FOR_TARGET): New.
5230 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5231 STRIP_FOR_TARGET.
5232 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5233 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5234 * Makefile.in: Regenerate.
5235 * configure: Regenerate.
5236
5237 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5238
5239 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5240 (rs6000-*-aix*): Same.
5241 * configure: Regenerate.
5242
5243 2005-09-16 Tom Tromey <tromey@redhat.com>
5244
5245 * MAINTAINERS: Add self as java maintainer.
5246
5247 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5248
5249 * configure.in: Recognize f95 in the --enable-languages option,
5250 and substitute it for fortran, issuing a warning.
5251 * configure: Regenerate.
5252
5253 2005-08-30 Phil Edwards <phil@codesourcery.com>
5254
5255 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5256 * configure: Regenerated.
5257
5258 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
5259
5260 * MAINTAINERS: Add self as ms1 maintainer.
5261
5262 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5263
5264 * Makefile.def (libssp): Add to lang_env_dependencies.
5265 * Makefile.in: Regenerate.
5266
5267 2005-08-18 Ian Lance Taylor <ian@airs.com>
5268
5269 * MAINTAINERS: Add myself as middle-end maintainer.
5270
5271 2005-08-17 Christian Groessler <chris@groessler.org>
5272
5273 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5274 * Makefile.in: Regenerate.
5275
5276 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
5277
5278 * MAINTAINERS (write after approval): Added myself.
5279
5280 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
5281
5282 * MAINTAINERS (Write After Approval): Add myself.
5283
5284 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5285
5286 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5287 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5288 Look for alternate names of the target cc and c++
5289 * configure: Regenerate.
5290
5291 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5292
5293 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5294 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5295 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5296 tools; remove code to manually set them.
5297 (Target tools): Look in the environment for them.
5298 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5299 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5300 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5301 build directory.
5302 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5303 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5304 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5305 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5306 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5307 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5308 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5309 * configure: Regenerate.
5310 * Makefile.in: Regenerate.
5311
5312 2005-07-28 Ben Elliston <bje@au.ibm.com>
5313
5314 * MAINTAINERS: Update for removed CPU targets.
5315
5316 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5317
5318 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5319 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5320 * Makefile.in: Regenerated.
5321
5322 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5323
5324 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5325 (CFLAGS_FOR_TARGET): Use it.
5326 (CXXFLAGS_FOR_TARGET): Likewise.
5327 * Makefile.in: Regenerated.
5328 * configure.in (--with-build-sysroot): New option.
5329 * configure: Regenerated.
5330
5331 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5332
5333 * Makefile.tpl: Wrap install between unstage and stage
5334 * Makefile.in: Regenerate.
5335
5336 2005-07-21 Eric Christopher <echristo@apple.com>
5337
5338 * MAINTAINERS: Update affiliation.
5339
5340 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
5341
5342 * MAINTAINERS: Add self as crx port maintainer.
5343
5344 2005-07-20 DJ Delorie <dj@redhat.com>
5345
5346 * MAINTAINERS: Add self as m32c maintainer.
5347
5348 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5349
5350 * all files: Update FSF address.
5351
5352 2005-07-15 Eric Christopher <echristo@redhat.com>
5353
5354 * MAINTAINERS: Change affiliation.
5355
5356 2005-07-14 Jim Blandy <jimb@redhat.com>
5357
5358 * configure.in: Add cases for Renesas m32c.
5359 * configure: Regenerated.
5360
5361 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5362
5363 * COPYING.LIB: Update from fsf.org.
5364
5365 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5366
5367 * COPYING, compile, config.guess,
5368 config.sub, install-sh, missing, mkinstalldirs,
5369 symlink-tree, ylwrap: Sync from upstream sources.
5370 * config-ml.in: Update FSF address.
5371
5372 2005-07-13 Eric Christopher <echristo@redhat.com>
5373
5374 * configure.in: Add toplevel noconfigdir support for tpf.
5375 * configure: Regenerate.
5376
5377 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5378
5379 PR ada/22340
5380
5381 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5382 * Makefile.in: Regenerate.
5383
5384 2005-07-07 Mark Mitchell <mark@codesourcery.com>
5385
5386 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
5387 Brolley to write-after-approval.
5388
5389 2005-07-07 Andreas Schwab <schwab@suse.de>
5390
5391 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5392 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5393 * Makefile.in: Regenerated.
5394
5395 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5396
5397 * configure.in: Don't build sim or rda when targetting darwin.
5398 * configure: Regenerate.
5399
5400 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
5401
5402 * configure.in: Add --enable-libssp and --disable-libssp.
5403 * configure: Regenerate with autoconf-2.13.
5404
5405 2005-07-02 Jakub Jelinek <jakub@redhat.com>
5406
5407 * Makefile.def (target_modules): Add libssp.
5408 * configure.in (target_libraries): Add target-libssp.
5409 * configure: Rebuilt.
5410 * Makefile.in: Rebuilt.
5411
5412 2005-07-01 Zack Weinberg <zackw@panix.com>
5413
5414 * MAINTAINERS: Change email address. Resign from maintainership.
5415
5416 2005-07-01 Richard Guenther <rguenther@suse.de>
5417
5418 * MAINTAINERS: Change my e-mail address and affiliation.
5419
5420 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5421
5422 * Makefile.def (stagefeedback): Come after profile.
5423 Define profiledbootstrap target.
5424 * Makefile.tpl (profiledbootstrap): Remove.
5425 (stageprofile-end): Zap stagefeedback.
5426 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5427 * Makefile.in: Regenerate.
5428
5429 2005-06-13 Richard Sandiford <richard@codesourcery.com>
5430
5431 * MAINTAINERS: Update my email address.
5432
5433 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5434
5435 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5436 In 'cpp' stanza, support '#line' as well as '# '.
5437
5438 2005-06-08 Andreas Schwab <schwab@suse.de>
5439
5440 * MAINTAINERS: Move myself from 'Write After Approval' to
5441 'CPU Port Maintainers' section as m68k maintainer.
5442
5443 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5444
5445 * configure.in (unsupported_languages): New macro.
5446 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5447 non-ported target libraries in noconfigdirs.
5448 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5449 non-linux-gnu. Remove libgcj_ex_libffi.
5450 <lang_frag loop>: Set add_this_lang=no if the language is in
5451 unsupported_languages.
5452 * configure: Regenerate.
5453
5454 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5455
5456 * configure.in: Fix typo in handling of --with-mpfr-dir.
5457 * configure: Regenerate.
5458
5459 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
5460
5461 * MAINTAINERS: Update my email address.
5462
5463 2005-06-02 Jim Blandy <jimb@redhat.com>
5464
5465 * config.sub: Add cases for the Renesas m32c. (This patch has been
5466 accepted into the master sources.)
5467
5468 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5469 Michael Snyder <msnyder@redhat.com>
5470 Stan Cox <scox@redhat.com>
5471
5472 * configure.in: Set noconfigdirs for ms1.
5473
5474 * configure: Regenerate.
5475
5476 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
5477
5478 * MAINTAINERS (Write After Approval): Add self.
5479
5480 2005-06-01 Josh Conner <jconner@apple.com>
5481
5482 * MAINTAINERS (Write After Approval): Add self.
5483
5484 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
5485
5486 * MAINTAINERS: Update my email address.
5487
5488 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
5489
5490 * MAINTAINERS (Write After Approval): Add self.
5491
5492 2005-05-26 Chris Demetriou <cgd@broadcom.com>
5493
5494 * MAINTAINERS (Write After Approval): Remove self.
5495
5496 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5497
5498 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5499 (Dependencies): Consider target modules for bootstrap dependencies.
5500 Make target bootstrap modules depend on each stage's gcc.
5501 * Makefile.in: Regenerate.
5502
5503 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5504
5505 * Makefile.def (configure-gcc): Depend on binutils having been built.
5506 (all-gcc): No need to do it here.
5507 * Makefile.in: Regenerate.
5508
5509 2005-05-19 Paul Brook <paul@codesourcery.com>
5510
5511 * configure.in: Rewrite misleading error message when requested
5512 language cannot be built.
5513 * configure: Regenerate.
5514
5515 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5516
5517 * ylwrap: Import from Automake 1.9.5.
5518
5519 2005-05-13 David Ung <davidu@mips.com>
5520
5521 * MAINTAINERS (Write After Approval): Add self.
5522
5523 2005-05-09 Mike Stump <mrs@apple.com>
5524
5525 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
5526 lt_cv_sys_max_cmd_len for now.
5527
5528 2005-05-09 Stan Cox <scox@redhat.com>
5529
5530 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
5531
5532 2005-05-08 Matt Kraai <kraai@ftbfs.org>
5533
5534 * README.SCO: Update the URL.
5535
5536 2005-05-05 David Edelsohn <edelsohn@gnu.org>
5537
5538 * ltconfig: Define file_list_spec. Pass file_list_spec and
5539 with_gnu_ld to libtool.
5540 * ltcf-c.sh (aix[45]): Define file_list_spec.
5541 * ltcf-cxx.sh (aix[45]): Same.
5542 * ltcf-gcj.sh (aix[45]): Same.
5543 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
5544 exists, write list of input files to temporary file.
5545
5546 2005-05-04 Mike Stump <mrs@apple.com>
5547
5548 * configure.in: Always pass --target to target configures as
5549 otherwise rebuilds that do --recheck will fail.
5550 * confiugure: Rebuilt.
5551
5552 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5553
5554 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5555 STAGE_HOST_EXPORTS.
5556 (configure, all): Add bootstrap support.
5557 (Host modules, target modules): Pass post-stage1 flags and exports.
5558 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5559 * Makefile.in: Regenerate.
5560
5561 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5562
5563 * configure: Regenerate.
5564
5565 2005-04-27 Mike Stump <mrs@apple.com>
5566
5567 * MAINTAINERS: Add self as darwin maintainer.
5568
5569 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5570
5571 * config.sub: Update from master copy.
5572
5573 2005-04-21 Mike Stump <mrs@apple.com>
5574
5575 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
5576 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
5577
5578 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5579
5580 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5581 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5582 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5583 "*-*-elf" and "*-*-linux*".
5584 * configure: Regenerate.
5585
5586 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
5587
5588 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
5589
5590 2005-04-12 Mike Stump <mrs@apple.com>
5591
5592 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
5593
5594 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
5595
5596 * MAINTAINERS (Write After Approval): Add myself.
5597
5598 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
5599
5600 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
5601
5602 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5603
5604 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5605 (TARGET_CONFIGARGS): Include --with-target-subdir.
5606 (configure, all): New macros. Use them throughout.
5607 * Makefile.in: Regenerate.
5608
5609 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
5610
5611 * MAINTAINERS (Write After Approval): Add myself.
5612
5613 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5614
5615 * MAINTAINERS: Remove 'loop unrolling' maintainer.
5616
5617 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
5618
5619 * MAINTAINERS: Move John Carr to Write After Approval.
5620
5621 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5622
5623 * config/mh-mingw32: Delete.
5624 * configure.in: Don't use it.
5625 * configure: Regenerate.
5626
5627 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5628
5629 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5630 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5631 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
5632 (HOST_LIB_PATH): Generate from Makefile.def.
5633 (TARGET_LIB_PATH): Likewise.
5634 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5635 * Makefile.in: Regenerate.
5636 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5637 (RPATH_ENVVAR): Include Darwin case.
5638 * configure: Regenerate.
5639
5640 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
5641
5642 * MAINTAINERS (Various Maintainers): Remove self.
5643 (Write After Approval): Add self.
5644
5645 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
5646
5647 * MAINTAINERS (Various Maintainers): Add self.
5648
5649 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5650
5651 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5652 * configure: Regenerate.
5653
5654 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5655
5656 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5657 gcc_version, and gcc_version_trigger from set of flags to pass.
5658 * Makefile.tpl: Remove definitions of above variables.
5659 (config.status): Remove dependency on $(gcc_version_trigger).
5660 * Makefile.in: Regenerate.
5661 * configure.in: Do not reference config/gcc-version.m4 nor
5662 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5663 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5664 * configure: Regenerate.
5665
5666 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5667 Andrew Pinski <pinskia@physics.uc.edu>
5668
5669 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5670 * Makefile.in: Regenerate.
5671
5672 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
5673
5674 * MAINTAINERS (Write After Approval): Add myself.
5675
5676 2005-03-03 David Ayers <d.ayers@inode.at>
5677
5678 * MAINTAINERS (Write After Approval): Add myself.
5679
5680 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5681
5682 PR libgcj/20160
5683 * ltmain.sh: Avoid creating archives with components that have
5684 duplicate basenames.
5685
5686 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5687
5688 PR bootstrap/20250
5689 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5690 instead of check.
5691 * Makefile.in: Regenerate.
5692
5693 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5694
5695 * Makefile.in: Regenerate to fix conflict between the previous two
5696 patches.
5697
5698 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5699
5700 PR bootstrap/17383
5701 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5702 * Makefile.tpl (HOST_SUBDIR): New substitution.
5703 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5704 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5705 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5706 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5707 (Host modules, Bootstrapped modules): Use it.
5708 (Build modules, Target modules): Do not create symlink trees,
5709 always configure out-of-srcdir.
5710 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5711 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5712 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5713 $(HOST_SUBDIR). Create a symlink for host_subdir.
5714
5715 * Makefile.in: Regenerate.
5716 * configure: Regenerate.
5717
5718 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5719
5720 Merged from libada-gnattools-branch:
5721 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5722
5723 * gnattools: New directory.
5724 * Makefile.def: Add gnattools as a module, depending on target-libada.
5725 * Makefile.in: Regenerate.
5726 * configure.in: Include gnattools in host_tools; disable it if ada
5727 is disabled.
5728 * configure: Regenerate.
5729
5730 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
5731
5732 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
5733 treelang maintainer.
5734 (Write After Approval): Remove myself.
5735
5736 2005-02-23 Paul Schlie <schlie@comcast.net>
5737
5738 * configure.in: Allow darwin targeted ports to build tk, itcl and
5739 libgui.
5740 * configure: Regenerate.
5741
5742 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5743
5744 PR libgcj/10353
5745 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5746 * configure: Regenerate.
5747
5748 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
5749
5750 * MAINTAINERS (Write After Approval): Add myself.
5751
5752 2005-02-10 Ian Lance Taylor <ian@airs.com>
5753
5754 * MAINTAINERS: Update my e-mail address.
5755
5756 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
5757
5758 * MAINTAINERS (Write After Approval): Add myself.
5759
5760 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
5761
5762 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5763 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5764 target-libgloss when not *-*-elf and *-*-aout.
5765 * configure: Regenerate.
5766
5767 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
5768
5769 * MAINTAINERS: Remove obsolete entries.
5770
5771 * MAINTAINERS (Write After Approval): Add Michael Matz.
5772
5773 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
5774
5775 * MAINTAINERS: Remove self as cpplib maintainer.
5776
5777 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5778
5779 * install-sh, config.sub: Import from upstream.
5780
5781 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5782
5783 PR bootstrap/18222
5784 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5785 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5786 * Makefile.in: Regenerate.
5787
5788 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
5789
5790 * MAINTAINERS: Update my email address.
5791
5792 2005-01-12 David Edelsohn <edelsohn@gnu.org>
5793 Andreas Schwab <schwab@suse.de>
5794
5795 PR bootstrap/18033
5796 * config-ml.in: Eval option if surrounded by single quotes.
5797
5798 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
5799
5800 Revert 2004-12-28 Makefile changes, a better fix will be
5801 applied to mainline and src after GCC 4.0 branches.
5802
5803 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
5804
5805 PR bootstrap/17383
5806
5807 * Makefile.def (target_modules): Remove stage parameter,
5808 it is always true now.
5809 * Makefile.tpl (configure-build-[+module+],
5810 configure-target-[+module+]): Always build symlink tree
5811 for the directory and for include. BUILD_SUBDIR and
5812 TARGET_SUBDIR cannot be . anymore.
5813 * Makefile.in: Regenerate.
5814
5815 2004-12-25 David Edelsohn <edelsohn@gnu.org>
5816
5817 Revert 2004-12-08 Makefile changes.
5818
5819 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
5820
5821 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
5822 cygwin, mingw.
5823
5824 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5825
5826 * configure.in (sh64-*-*): Reenable gprof.
5827 * configure: Regenerate.
5828
5829 2004-12-08 David Edelsohn <edelsohn@gnu.org>
5830
5831 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5832 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5833 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5834 * Makefile.in: Regenerate.
5835
5836 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
5837
5838 * MAINTAINERS: Update my email address.
5839
5840 2004-12-07 Matt Kraai <kraai@ftbfs.org>
5841
5842 * Makefile.tpl: Generate normal dependencies if the LHS module is
5843 not bootstrapped.
5844 * Makefile.in: Regenerate.
5845
5846 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5847
5848 * configure.in: Include config/gxx-include-dir.m4. Use
5849 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5850 * configure: Regenerate.
5851
5852 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5853
5854 * config.if: Delete.
5855 * configure.in: Set libstdcxx_incdir directly.
5856 * configure: Regenerate.
5857
5858 2004-12-02 Eric Christopher <echristo@redhat.com>
5859
5860 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
5861 * Makefile.in: Regenerate.
5862
5863 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5864
5865 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5866 * configure: Regenerate.
5867
5868 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5869
5870 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5871 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5872 * configure: Regenerate.
5873
5874 2004-12-01 Eric Christopher <echristo@redhat.com>
5875
5876 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
5877 of things to remove.
5878
5879 2004-11-29 Matt Kraai <kraai@ftbfs.org>
5880
5881 * MAINTAINERS (Write After Approval): Update my e-mail address.
5882
5883 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
5884
5885 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
5886 from CVS libtool to always pass_all.
5887
5888 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5889
5890 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5891 (hppa*64*-*-*): Delete incorrect comment.
5892 * configure: Rebuilt.
5893
5894 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
5895
5896 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
5897
5898 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
5899
5900 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
5901 from CVS libtool to always pass_all.
5902
5903 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5904
5905 * install-sh, compile: Import from automake.
5906
5907 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5908
5909 * config.guess, config.sub: Import from savannnah.
5910
5911 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
5912
5913 * MAINTAINERS (Write After Approval): Add myself
5914
5915 2004-11-12 Mike Stump <mrs@apple.com>
5916
5917 * Makefile.def: Add html support.
5918 * Makefile.tpl: Likewise.
5919 * Makefile.in: Regenerate.
5920
5921 2004-11-11 Geoffrey Keating <geoffk@apple.com>
5922
5923 PR 18423
5924 * configure.in: Remove all instances of build-fixincludes from
5925 noconfigdirs.
5926 (build_configargs): Supply --target to subdirectories.
5927 * configure: Regenerate.
5928
5929 * Makefile.def: Make gcc install depend on fixincludes install.
5930 * Makefile.in: Regenerate.
5931
5932 2004-11-10 Janis Johnson <janis187@us.ibm.com>
5933
5934 * MAINTAINERS: Add myself as gcc testsuite maintainer.
5935
5936 2004-11-11 Paul Brook <paul@codesourcery.com>
5937
5938 * MAINTAINERS: Add self as arm maintainer. Update email address.
5939
5940 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5941
5942 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5943 target-libgfortran.
5944 * configure: Regenerate.
5945
5946 2004-11-07 David Edelsohn <edelsohn@gnu.org>
5947
5948 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5949 like CC.
5950
5951 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
5952
5953 * Makefile.def (host fixincludes): Specify missing targets.
5954 * Makefile.in: Regenerate.
5955
5956 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
5957
5958 * MAINTAINERS: Add myself
5959
5960 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
5961
5962 * MAINTAINERS (Write After Approval): Add myself.
5963
5964 2004-11-04 Geoffrey Keating <geoffk@apple.com>
5965
5966 * Makefile.def: Build fixincludes for the host, too.
5967 * Makefile.in: Regenerate.
5968 * configure.in (host_tools): Add fixincludes.
5969 * configure: Regenerate.
5970
5971 2004-11-04 Daniel Jacobowitz <dan@debian.org>
5972
5973 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5974 * configure: Regenerated.
5975
5976 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5977
5978 PR other/17783
5979 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5980 * configure: Regenerated.
5981
5982 2004-10-31 Mark Mitchell <mark@codesourcery.com>
5983
5984 * README.SCO: Update per FSF instructions.
5985
5986 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
5987
5988 PR target/18151
5989 * configure.in (case ${target}): Do not build fixincludes for avr.
5990 * configure: Regenerated.
5991
5992 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
5993
5994 * configure.in (case ${target}): Do not build fixincludes
5995 on platforms where it is not used.
5996 * configure: Regenerated.
5997
5998 2004-10-23 Daniel Jacobowitz <dan@debian.org>
5999
6000 * configure.in: Use an absolute path to install-sh.
6001 * configure: Regenerated.
6002
6003 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
6004
6005 * MAINTAINERS (Write After Approval): Add myself.
6006
6007 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
6008
6009 * MAINTAINERS: Remove from Write After Approval those that are
6010 already maintainers.
6011
6012 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
6013
6014 * MAINTAINERS: Update my email address.
6015
6016 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6017
6018 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6019 * configure: Regenerate.
6020
6021 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
6022
6023 * MAINTAINERS: Update my email address.
6024
6025 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
6026
6027 * MAINTAINERS (Language Front Ends Maintainers): New. Move
6028 entries belonging to this category.
6029
6030 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
6031
6032 * MAINTAINERS: Update my e-mail address.
6033
6034 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
6035
6036 Fix wrong conflict resolution in:
6037
6038 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6039
6040 * Makefile.in: Regenerate.
6041 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6042 in the recursive `make', instead of hardwiring `all'.
6043 (Autogenerated TARGET-* variables): New.
6044
6045 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
6046
6047 * configure.in: Enable target-libgloss for crx-*-*.
6048 * configure: Regenerate.
6049
6050 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6051
6052 * MAINTAINERS (Various Maintainers): Move the "windows,
6053 cygwin, mingw" maintainer to ...
6054 (OS Port Maintainers): ... here.
6055
6056 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6057
6058 * MAINTAINERS (Write After Approval): Remove those that are
6059 maintainers of some subsystem.
6060
6061 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6062
6063 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6064 * ltcf-cxx.sh (tpf*): Likewise.
6065 * ltconfig (tpf*): Add TPF OS configuration support.
6066
6067 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
6068
6069 * MAINTAINERS: Change my email address to my new work account.
6070
6071 2004-09-24 Michael Roth <mroth@nessie.de>
6072
6073 * configure.in (--without-headers): Add missing double quotes.
6074 * configure: Regenerate.
6075
6076 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6077
6078 * ylwrap: Revert to previous version.
6079
6080 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6081
6082 PR bootstrap/17369
6083 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6084 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6085 SET_GCC_LIB_PATH_CMD.
6086 (BASE_TARGET_EXPORTS): Likewise.
6087 * Makefile.in: Regenerated.
6088
6089 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6090 * configure: Regenerated.
6091
6092 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6093
6094 * config.guess: New upstream version
6095 * compile, depcomp, install-sh, ylwrap: Likewise.
6096
6097 2004-09-19 Roger Sayle <roger@eyesopen.com>
6098
6099 * config/mh-x86omitfp: New host makefile fragment. Add
6100 -fomit-frame-pointer to the default BOOT_CFLAGS.
6101 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6102 * configure: Regenerate.
6103
6104 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6105
6106 PR target/11572
6107 * configure.in (*-*-darwin*): Renable libobjc.
6108 * configure: Regenerate.
6109
6110 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
6111
6112 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
6113
6114 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
6115
6116 * Makefile.def: Remove libbanshee.
6117 * Makefile.tpl: Ditto.
6118 * configure.in: Ditto.
6119 * Makefile.in: Regen.
6120 * configure: Ditto.
6121
6122 2004-09-08 David Edelsohn <edelsohn@gnu.org>
6123
6124 * ltmain.sh: Use $pic_object as $non_pic_object if
6125 $non_pic_object=none.
6126
6127 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
6128
6129 * missing: Import latest version from master repository.
6130
6131 2004-09-06 Nick Clifton <nickc@redhat.com>
6132
6133 * config.sub: Import latest version from master repository.
6134 * config.guess: Likewise.
6135 This includes these changes:
6136
6137 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6138
6139 * config.sub: Handle crisv32, alias etraxfs.
6140 * config.guess (crisv32:Linux:*:*): Handle.
6141
6142 2004-08-13 Brad Smith <brad@comstyle.com>
6143
6144 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6145 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6146
6147 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6148
6149 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6150 assume the processor is a powerpc. This is because coreutils
6151 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6152 in this case, due to a MacOS X bug that causes
6153 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6154 to return a negative number.
6155 Problem reported by Petter Reinholdtsen in:
6156 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6157
6158 2004-07-19 Ben Elliston <bje@gnu.org>
6159
6160 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6161
6162 2004-06-24 Ben Elliston <bje@gnu.org>
6163
6164 * config.guess: Update copyright years.
6165 * config.sub: Likewise.
6166
6167 2004-06-22 Robert Millan <robertmh@gnu.org>
6168
6169 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6170 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6171
6172 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6173
6174 * config.guess (*:*VMS:*:*): New entry. Replaces
6175 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6176 manufacturer.
6177
6178 2004-06-22 Ben Elliston <bje@gnu.org>
6179
6180 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6181 * config.sub: Likewise.
6182
6183 2004-06-22 Ben Elliston <bje@gnu.org>
6184
6185 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6186 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6187
6188 2004-06-11 Ben Elliston <bje@gnu.org>
6189
6190 * config.guess (pegasos:OpenBSD:*:*): Remove.
6191
6192 2004-06-11 Ben Elliston <bje@gnu.org>
6193
6194 From Wouter Verhelst <wouter@grep.be>:
6195 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6196
6197 2004-06-11 Ben Elliston <bje@gnu.org>
6198
6199 * config.guess (luna88k:OpenBSD:*:*): New.
6200
6201 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6202
6203 * config.guess (m32r*:Linux:*:*): New case.
6204 * config.sub: Handle m32rle.
6205
6206 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6207
6208 From Jens Petersen <petersen@redhat.com>:
6209 * config.sub: Handle sparcv8.
6210
6211 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6212
6213 From Tom Smith <smith@cag.lkg.hp.com>:
6214 * config.guess: Version suffixes are equally significant on Tru64
6215 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6216 prefix of "P" (patched kernel).
6217
6218 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6219
6220 * config.sub: Add support for National Semiconductor CRX target.
6221
6222 2004-09-03 Janis Johnson <janis187@us.ibm.com>
6223
6224 * MAINTAINERS (Various Maintainers): Remove myself as web page
6225 maintainer, add myself as maintainer of build status lists.
6226
6227 2004-09-03 Jan Beulich <jbeulich@novell.com>
6228
6229 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6230 *-*-netware, but add target-libmudflap.
6231 Consolidate *-*-netware targets (of which really only i?86 exists)
6232 into a single entry.
6233 * configure: Likewise.
6234
6235 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
6236
6237 * Makefile.tpl (sorry): Remove.
6238 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6239 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6240 (do-clean): Clean per-stage directories too.
6241 (do-distclean): Run distclean-stage1 too.
6242 (.NOTPARALLEL): Enable during toplevel bootstrap.
6243 (stage[+id+]-bubble): Enable parallel execution during
6244 the recursive invocation.
6245 * Makefile.in: Regenerate.
6246
6247 Fix previous checkin:
6248
6249 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6250 include.
6251 * configure.in: Fix indentation.
6252 * configure: Regenerate.
6253
6254 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6255
6256 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6257 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6258 * configure: regenerate
6259 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6260 -mdynamic-no-pic
6261
6262 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6263
6264 * Makefile.def (build_modules): Add fixincludes.
6265 (dependencies): Make gcc depend on fixincludes.
6266 * configure.in (build_tools): Add fixincludes.
6267 (build_configdirs): Always include build_libs.
6268 * Makefile.in: Regenerate.
6269 * configure: Regenerate.
6270
6271 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
6272
6273 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6274 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6275 phony targets; do not generate timestamp files.
6276 (distclean-stageN): Remove references to their timestamp files.
6277 (restageN, touch-stageN): Remove.
6278 (stageN-bubble): Rewritten.
6279 (compare): Support lean bootstraps.
6280 * Makefile.in: Regenerate.
6281
6282 * configure.in: Only warn when bootstrapping but
6283 build != host or build != target. Support lean bootstraps.
6284 * configure: Regenerate.
6285
6286 2004-08-26 Phil Edwards <phil@codesourcery.com>
6287
6288 * configure.in: Give a better error message if GMP/MPFR are missing
6289 and a language needing them has been requested.
6290 * configure: Regenerated.
6291
6292 2004-08-25 Phil Edwards <phil@codesourcery.com>
6293
6294 * configure.in: Print a list of available language front-ends if
6295 a requested one is missing. Tidy stray tab characters.
6296 * configure: Regenerated.
6297
6298 2004-08-19 Michael Koch <konqueror@gmx.de>
6299
6300 * gcc/doc/install.texi: Update entry about automake for libjava.
6301
6302 2004-08-17 Robert Millan <robertmh@gnu.org>
6303
6304 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6305 (instead of FreeBSD).
6306 * configure: Regenerate.
6307
6308 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6309
6310 * Makefile.in: Regenerate.
6311 * configure: Regenerate.
6312
6313 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6314 stage_*_flags.
6315 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6316 for bootstrapped modules if toplevel bootstrap is going.
6317 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6318 modules. Adjust for changes in Makefile.def. Enable several
6319 rules even in non-bootstrap mode, just to avoid peppering the
6320 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6321 (stage-[+prev+]-bubble): Remove.
6322
6323 * Makefile.def (Dependencies): Depend on all-build-bison,
6324 all-build-flex, all-build-byacc, all-build-texinfo, rather
6325 than the host variations.
6326 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6327 with BUILD_SUBDIR.
6328 (BISON): Update for recent Bisons.
6329 (YACC): Fix typo.
6330 (cross): Depend on all-build.
6331 (all): Do not depend on all-build.
6332 (prebootstrap): Remove.
6333 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6334 (Prebootstrap dependencies): Add them to the per-stage targets
6335 and to all-prebootstrap.
6336 * configure.in (build_configdirs): Always enable build_tools.
6337 (BUILD_DIR_PREFIX): Remove.
6338
6339 * Makefile.def (gcc): Add target variable.
6340 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6341 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6342 in the recursive `make', instead of hardwiring `all'.
6343 (Autogenerated TARGET-* variables): New.
6344
6345 2004-08-13 Brian Booth <bbooth@redhat.com>
6346
6347 * MAINTAINERS: Remove myself from write-after-approval.
6348
6349 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6350
6351 * src-release: Stop distributing mmalloc with gdb (which doesn't
6352 use it).
6353 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6354 * Makefile.in: Regenerate.
6355
6356 2004-08-09 Mark Mitchell <mark@codesourcery.com>
6357
6358 * configure.in (arm*-*-eabi*): New target.
6359 * configure: Regenerate.
6360
6361 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
6362
6363 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6364 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6365 (Dependencies): New section.
6366 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6367 (configure-target-[+module+]): Depend on maybe-all-gcc
6368 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6369 (toplevel profiledbootstrap): Fix dependencies.
6370 * Makefile.in: Regenerate.
6371
6372 2004-08-03 Mark Mitchell <mark@codesourcery.com>
6373
6374 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6375 target-libiberty to noconfigdirs.
6376 * configure: Regenerate.
6377
6378 2004-08-03 Paul Brook <paul@codesourcery.com>
6379
6380 * configure.in: Check for MPFR as well as GMP.
6381 * configure: Regenerate.
6382
6383 2004-08-01 Robert Millan <robertmh@gnu.org>
6384
6385 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6386 libmudflap for all GNU-based systems (with Glibc).
6387 * configure: Regenerate.
6388
6389 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
6390
6391 * Makefile.def (host-modules): Add gcc.
6392 * Makefile.in: Regenerate.
6393 * Makefile.tpl (sorry): New rule.
6394 (configure-host, all-host, [+make_target+]-host, do-check,
6395 install-host): Do not add gcc as a special case.
6396 (host modules): Add a small special-casing for gcc. Export
6397 extra_make_flags through the environment.
6398 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6399 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6400 other recursive targets for gcc): Remove.
6401
6402 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6403 (stage, unstage): New rules.
6404 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6405 distclean-stage[+id+]): Use stage_current.
6406 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6407 the stage*-start rules.
6408
6409 2004-08-02 Geoffrey Keating <geoffk@apple.com>
6410
6411 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
6412 use -all_load flag.
6413
6414 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
6415
6416 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
6417 * configure: Regenerate.
6418
6419 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
6420
6421 * maintainer-scripts/gcc_release: Revert yesterday's change.
6422
6423 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
6424
6425 * MAINTAINERS: Add myself to write-after-approval.
6426
6427 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
6428
6429 * libf2c: Removed.
6430 * gcc/gccbug.in: Updated because of libf2c removal.
6431 * maintainer-scripts/gcc_release: Ditto.
6432
6433 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6434
6435 * configure.in: Build libmudflap by default on FreeBSD.
6436 * configure: Regenerated.
6437
6438 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6439
6440 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6441 systems.
6442 * configure: Regenerated.
6443
6444 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6445
6446 PR target/16344
6447 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6448 feedback based compiler.
6449 * Makefile.in: Rebuilt.
6450
6451 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
6452
6453 * Makefile.def (host_modules): Set bootstrap=true for flex.
6454 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6455 * Makefile.in: Rebuilt.
6456
6457 2004-07-07 Jan Hubicka <jh@suse.cz>
6458
6459 * MAINTAINERS: Add self as a profile feedback maintainer.
6460
6461 2004-07-05 Phil Edwards <phil@codesourcery.com>
6462
6463 * configure.in: Do not prepend $srcdir to /dev/null in
6464 makefile fragments.
6465 * configure: Regenerate.
6466
6467 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
6468
6469 * Makefile.def (build_modules): Add bison, byacc, flex,
6470 m4, texinfo.
6471 (flags_to_pass): Add FLEX.
6472 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6473 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6474 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6475 DEFAULT_MAKEINFO): Remove.
6476 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6477 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6478 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6479 objdir or else use configured tool.
6480 (all-build): New.
6481 (all): Depend on it.
6482 (Build module dependencies): Add.
6483 * Makefile.in: Regenerate.
6484 * configure.in: Better support for multiple build modules,
6485 matching what is done for host/target modules. Do not look
6486 for "plausible" locations of build tools if Canadian cross.
6487 Use autoconf's AC_PROG_CC to find a C compiler. Define
6488 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6489 * configure: Regenerate.
6490
6491 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6492
6493 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6494 * Makefile.in: Regenerate.
6495
6496 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6497
6498 * Makefile.tpl (configure-build-[+module+],
6499 configure-[+module+], configure-target-[+module+]): Pass
6500 [+extra_configure_args+].
6501 (all-build-[+module+], all-[+module+], check-[+module+],
6502 install-[+module+], [+make_target+]-[+module+],
6503 all-target-[+module+], check-target-[+module+],
6504 install-target-[+module+], [+make_target+]-target-[+module+]):
6505 Pass [+extra_make_args+].
6506 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6507 (GCC_HOST_EXPORTS): Remove.
6508 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6509 cross, check-gcc, check-gcc-c++, install-gcc,
6510 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6511 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6512 * Makefile.in: Regenerate.
6513
6514 2004-06-21 Matthew Sachs <msachs@apple.com>
6515
6516 * MAINTAINERS: Added self to write-after-approval.
6517
6518 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6519
6520 * configure.in: Check for srcdir/winsup rather than build directory
6521 winsup.
6522 * configure: Regenerate.
6523
6524 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6525
6526 * configure.in: Don't build Cygwin native newlib if winsup
6527 directory is missing. Emit warning instead.
6528 * configure: Regenerate.
6529
6530 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6531
6532 * Makefile.tpl (touch-stage[+id+]): New.
6533 (restage[+prev+]): Depend on touch-stage[+id+].
6534
6535 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6536 Use it throughout.
6537
6538 * Makefile.def: Add profile and feedback bootstrap stages.
6539 Remove next field from bootstrap stages.
6540 * Makefile.tpl (LN, LN_S): Substitute.
6541 (stageN-start, stageN-end): Use double-colon rules, to
6542 provide a hook for additional setup commands.
6543 (distclean-stageN-gcc, restageN): Create dependencies from
6544 [+prev+], not from [+next+].
6545 (stageN-bubble): Add commands for successive stages from
6546 [+prev+], using double-colon rules.
6547 (all-stageN-gcc): Fix typo.
6548 (stagefeedback-start, profiledbootstrap): New.
6549 * Makefile.in: Regenerate.
6550 * configure.in: Call ACX_PROG_LN.
6551 * configure: Regenerate.
6552
6553 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
6554
6555 * MAINTAINERS (Write After Approval): Add myself.
6556
6557 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
6558
6559 * MAINTAINERS (Write After Approval): Add myself.
6560
6561 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6562
6563 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6564 without gcc.
6565 * configure: Regenerate.
6566
6567 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6568
6569 * Makefile.tpl: Fix typo.
6570 * Makefile.in: Regenerate.
6571
6572 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6573
6574 * configure.in: Remove new- prefix from toplevel
6575 bootstrap targets.
6576 * configure: Regenerate.
6577
6578 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6579
6580 * Makefile.tpl (all.normal): Rename to all.
6581 (all): Replace with a rule to pick the default
6582 target from configure.
6583 (all-gcc, configure-gcc): Use conditionals to
6584 do nothing when toplevel bootstrap is going on.
6585 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6586 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6587 * configure.in: Support --enable-bootstrap.
6588
6589 * Makefile.def: Remove new- prefix from toplevel
6590 bootstrap targets.
6591 * Makefile.tpl: Likewise.
6592
6593 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6594 target.
6595
6596 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6597 $(RECURSE_FLAGS) to recursive invocation of make.
6598
6599 * Makefile.in: Regenerate.
6600 * configure: Regenerate.
6601
6602 2004-05-30 Andreas Jaeger <aj@suse.de>
6603 Jim Wilson <wilson@specifixinc.com>
6604
6605 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6606 like CC.
6607
6608 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6609
6610 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6611 * configure: Regenerate.
6612
6613 2004-05-25 Daniel Jacobowitz <drow@false.org>
6614
6615 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6616 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6617 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6618 targets.
6619 * Makefile.in: Regenerate.
6620
6621 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
6622
6623 * configure.in: Test the ability to symlink directories.
6624 * configure: Regenerate.
6625
6626 * Makefile.def (bootstrap-stage): New definitions.
6627 * Makefile.tpl (configure-stage1-gcc,
6628 configure-stage2-gcc, configure-stage3-gcc,
6629 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6630 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6631 new-restage3, compare): Autogenerate, see Makefile.in
6632 entry for behavioral changes.
6633 (distclean-stage1, new-stage1-start, new-stage1-end,
6634 new-stage1-bubble, distclean-stage2, new-stage2-start,
6635 new-stage2-end, new-stage2-bubble, distclean-stage3,
6636 new-stage3-start, new-stage3-end): New autogenerated targets.
6637 (objext, prebootstrap, BOOT_CFLAGS,
6638 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6639 targets.
6640
6641 * Makefile.in: Regenerate.
6642 (distclean-stage1, new-stage1-start, new-stage1-end,
6643 new-stage1-bubble, distclean-stage2, new-stage2-start,
6644 new-stage2-end, new-stage2-bubble, distclean-stage3,
6645 new-stage3-start, new-stage3-end): New targets.
6646 (all-stage1-gcc): Move prebootstrap dependency from here...
6647 (configure-stage1-gcc): ...to here.
6648 (new-bootstrap): Use bubble targets.
6649 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6650 Use per-stage distclean targets.
6651 (configure-stage1-gcc, configure-stage2-gcc,
6652 configure-stage3-gcc, all-stage1-gcc,
6653 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6654 Use new-stageN-start to prepare the tree.
6655
6656 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6657
6658 * Makefile.def (host_modules): add libcpp.
6659 * Makefile.tpl: Add dependencies on and for libcpp.
6660 * Makefile.in: Regenerate.
6661 * configure.in: Add libcpp host module.
6662 * configure: Regenerate.
6663
6664 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
6665
6666 * Makefile.tpl: Whenever a recursive target is defined, wrap
6667 it in a special @if/@endif block, and prepare its maybe
6668 dependency in the @if/@endif block
6669 * configure.in: Instead of writing maybe dependencies, remove
6670 the @if/@endif statements, and remove the @if/@endif blocks
6671 that remain.
6672 * configure: Regenerate.
6673 * Makefile.in: Regenerate.
6674
6675 2004-05-20 Janis Johnson <janis187@us.ibm.com>
6676
6677 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
6678
6679 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
6680
6681 PR bootstrap/15120
6682 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
6683 * */configure: Rebuilt.
6684
6685 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6686
6687 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6688 of libf2c.
6689 * configure, Makefile.in: Regenerate.
6690
6691 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
6692
6693 * MAINTAINERS (Write After Approval): Add myself.
6694
6695 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6696
6697 Merge from tree-ssa-20020619-branch.
6698
6699 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6700 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6701 (HOST_GMPLIBS): Define.
6702 (HOST_GMPINC): Define.
6703 (TARGET_LIB_PATH): Add libmudflap.
6704 (GFORTRAN_FOR_TARGET): Define.
6705 (configure-build*): Export GFORTRAN.
6706 (configure-gcc): Export GMPLIBS and GMPINC.
6707 (all-gcc): Add maybe-all-libbanshee.
6708 (configure-target-libgfortran): Define.
6709 * Makefile.in: Regenerate.
6710 * configure.in (host_libs): Add libbanshee.
6711 (target_libraries): Add target-libmudflap and target-libgfortran.
6712 Add --with-libbanshee.
6713 Handle --disable-libmudflap.
6714 (*-*-freebsd*): Use with_gmp.
6715 Add $(libgcj) to noconfigdirs.
6716 * configure: Regenerate.
6717 * depcomp: New file.
6718 * MAINTAINERS: Add tree-ssa maintainers.
6719
6720 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
6721
6722 * MAINTAINERS (Various Maintainers): Add myself.
6723
6724 2004-04-30 Brian Ford <ford@vss.fsi.com>
6725
6726 * MAINTAINERS (Write After Approval): Add myself.
6727
6728 2004-04-29 Uros Bizjak <uros@kss-loka.si>
6729
6730 * MAINTAINERS (Write After Approval): Add myself.
6731
6732 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6733
6734 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6735 * configure: Regenerate.
6736
6737 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6738
6739 Revert:
6740 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6741
6742 * Makefile.def (flags_to_pass): Remove *dir variables that
6743 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6744 as well as prefix and exec_prefix.
6745 * Makefile.in: Regenerate.
6746
6747 2004-04-26 Robert Millan <robertmh@gnu.org>
6748
6749 Add patches from libtool CVS.
6750 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6751 * ltconfig: Likewise.
6752 * ltcf-c.sh: Likewise.
6753 * ltcf-cxx.sh: Likewise.
6754 * ltcf-gcj.sh: Likewise.
6755
6756 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6757
6758 * Makefile.def (host_modules): Mark with the bootstrap
6759 flag packages on which gcc depends.
6760 * Makefile.tpl (all-bootstrap): Use it.
6761 * Makefile.in: Regenerate.
6762
6763 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6764
6765 * Makefile.def (flags_to_pass): Remove *dir variables that
6766 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6767 as well as prefix and exec_prefix.
6768 * Makefile.in: Regenerate.
6769
6770 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6771
6772 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6773 * configure: Regenerate.
6774 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6775 * gcc/Makefile.tpl (compare): Use the result of the test.
6776 * gcc/Makefile.in: Regenerate.
6777
6778 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6779
6780 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6781 Always relocate gcc and prev-gcc to the original names, even
6782 if the build fails.
6783 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6784 New targets.
6785
6786 2004-04-23 Laurent GUERBY <laurent@guerby.net>
6787
6788 * MAINTAINERS: Update my email address.
6789
6790 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6791
6792 * configure.in (mips*-*-irix5*): Enable ld.
6793 * configure: Regenerate.
6794
6795 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6796
6797 * configure: Regenerate.
6798
6799 2004-04-15 James E Wilson <wilson@specifixinc.com>
6800
6801 * Makefile.tpl (configure-[+module+], configure-gcc,
6802 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6803 Set and export LDFLAGS.
6804 * Makefile.in: Regenerate.
6805
6806 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
6807
6808 * MAINTAINERS: Add myself to write-after-approval.
6809
6810 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6811
6812 PR bootstrap/14871
6813 * Makefile.tpl: If we don't have built-in-tree target tools,
6814 use the ones found by configure rather than hacking around with
6815 program_transform_name.
6816 * configure.in: Give Makefile.tpl the information necessary
6817 to do that.
6818 * Makefile.in: Regenerate.
6819 * configure: Regenerate.
6820
6821 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6822
6823 PR bootstrap/14760
6824 * configure.in: When computing baseargs, strip *all* copies of
6825 offending options. Also, don't match/substitute the trailing space,
6826 so that this actually works when two similar options are separated by
6827 only one space.
6828 * configure: Regenerate.
6829
6830 2004-04-06 David Edelsohn <edelsohn@gnu.org>
6831
6832 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6833 (rs6000-*-aix*): Same.
6834 * configure: Regenerate.
6835
6836 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
6837
6838 * MAINTAINERS: Add myself to write-after-approval.
6839
6840 2004-04-03 Bud Davis <bdavis9659@comcast.net>
6841
6842 * MAINTAINERS: Add myself to write-after-approval.
6843
6844 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6845
6846 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6847 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6848 * Makefile.in: Regenerate.
6849
6850 * configure.in (top level bootstrap support): Rework --enable-werror
6851 to set @stage2_werror_flag@.
6852 * configure: Regenerate.
6853 * Makefile.tpl (top level bootstrap support): Pass
6854 @stage2_werror_flag@ down to configure in stages 2 and 3.
6855 * Makefile.in: Regenerate.
6856
6857 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6858
6859 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6860 for stages 2 and 3 as well as in make. As a consequence, remove
6861 OUTPUT_OPTION (now detected by configure) from the flags passed down
6862 to make.
6863 * Makefile.in: Regenerate.
6864
6865 * Makefile.tpl (new-bootstrap): Fix typo.
6866 * Makefile.in: Regenerate.
6867
6868 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6869
6870 * Makefile.tpl: Rearrange by moving recursive_targets rules
6871 into their proper sections.
6872 * Makefile.tpl (top level bootstrap support): Move disabling
6873 of coverage flags from 'make' to 'configure'; improve comments.
6874 * Makefile.in: Regenerate.
6875
6876 * Makefile.tpl (experimental top level bootstrap) Move stage1
6877 language setting from all- target to configure- target; disable
6878 intermodule optimization in stage 1; prevent gratuitous rebuilds
6879 of stage 1.
6880 * Makefile.in: Regenerate.
6881 * configure.in: Comma-separate stage 1 language list for top
6882 level bootstrap.
6883 * configure: Regenerate.
6884
6885 * Makefile.tpl: Clean up experimental top level bootstrap support:
6886 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6887 prev-gcc in configure- targets as well as all- targets.
6888 * Makefile.in: Regenerate.
6889
6890 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
6891
6892 * compile: New file imported from automake.
6893
6894 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6895
6896 * configure.in: Remove symbolic link section.
6897 * configure: Regenerate.
6898 * Makefile.tpl (links): Remove.
6899 * Makefile.in: Regenerate.
6900
6901 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6902 Nathanael Nerode <neroden@gcc.gnu.org>
6903
6904 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6905 Set with AC_CHECK_PROGS.
6906 * configure.in: Fix comment typo from last patch.
6907 * configure: Regenerate.
6908
6909 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6910
6911 * Makefile.tpl: Introduce experimental top level bootstrap support.
6912 * Makefile.in: Regenerate.
6913 * configure.in: Introduce support for top level bootstrap.
6914 * configure: Regenerate.
6915
6916 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6917 Paolo Bonzini <bonzini@gnu.org>
6918
6919 PR bootstrap/14522
6920 * configure.in: Cope with shells that do not support unquoted ^
6921 * configure: Regenerate.
6922
6923 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6924 Paolo Bonzini <bonzini@gnu.org>
6925
6926 PR bootstrap/14522
6927 * configure.in: Cope with shells that do not support nesting
6928 quotes inside quoted backquote substitutions.
6929 * configure: Regenerate.
6930
6931 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6932
6933 PR bootstrap/14522
6934 * configure.in: Fix escaping of $.
6935 * configure: Regenerate.
6936
6937 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6938
6939 * configure: Regenerate, since I forgot to while committing Paolo's
6940 changes.
6941
6942 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
6943
6944 PR ada/14131
6945 Move language detection to the top level.
6946 * configure.in: Find default values for the tools as
6947 soon as possible. Disable ada if GNAT is not found.
6948 Emit error message about missing languages. Expand
6949 --enable-languages=all for the gcc subdirectory.
6950
6951 2004-03-10 Ben Elliston <bje@gnu.org>
6952
6953 * MAINTAINERS: Update my email address.
6954
6955 2004-03-05 David Edelsohn <edelsohn@gnu.org>
6956
6957 * ltconfig: Disable building static libraries if building shared
6958 libraries on AIX 5L.
6959
6960 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
6961
6962 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6963 and disable libgcj.
6964 * configure: Regenerated.
6965
6966 2004-03-01 Brian Booth <bbooth@redhat.com>
6967
6968 * MAINTAINERS: Add myself to write-after-approval.
6969
6970 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
6971
6972 * MAINTAINERS: Add myself to write-after-approval.
6973
6974 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6975
6976 PR bootstrap/7087
6977 * Makefile.tpl: Guard XFOO sed statements better.
6978 * Makefile.tpl: Add dependency for configure-target-libada.
6979 * Makefile.in: Regenerate (incidentally fixes broken
6980 commit when libada-branch was merged).
6981
6982 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
6983
6984 * MAINTAINERS: Add myself to write-after-approval.
6985
6986 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
6987
6988 * MAINTAINERS: Add Nicola Pero and myself as libobjc
6989 maintainers.
6990
6991 2004-02-20 Andrew Cagney <cagney@redhat.com>
6992
6993 * config.guess: Update from version 2003-10-16 to 2004-02-16.
6994 * config.sub: Update from version 2003-11-03 to 2004-02-16.
6995
6996 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6997
6998 PR bootstrap/11932
6999 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7000
7001 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
7002
7003 * MAINTAINERS: Added myself to write-after-approval.
7004
7005 2004-02-14 Michael Koch <konqueror@gmx.de>
7006
7007 * MAINTAINERS: Added myself to write-after-approval.
7008
7009 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
7010
7011 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
7012 some OS port maintainers to OS port maintainers section.
7013
7014 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
7015
7016 * MAINTAINERS: Add self.
7017
7018 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
7019
7020 * MAINTAINERS: Alphabetize.
7021
7022 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
7023
7024 * MAINTAINERS: Remove myself.
7025
7026 2004-02-11 David Edelsohn <edelsohn@gnu.org>
7027
7028 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7029 (rs6000-*-aix*): Same.
7030 * configure: Regenerate.
7031
7032 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
7033
7034 * configure.in (host): Add in missing $noconfigdirs to defines.
7035 * configure: Regenerate.
7036
7037 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
7038 Nathanael Nerode <neroden@gcc.gnu.org>
7039
7040 PR ada/6637, PR ada/5911
7041 Merge with libada-branch:
7042 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7043 with appropriate dependencies. Add --enable-libada configure switch.
7044 * configure, Makefile.in: Regenerate.
7045
7046 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
7047
7048 * MAINTAINERS: Add myself to write-after-approval.
7049
7050 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7051
7052 * configure.in: Don't pass --with-stabs on IRIX 5 either.
7053 * configure: Regenerate.
7054
7055 2004-02-04 Geoffrey Keating <geoffk@apple.com>
7056
7057 Merge from upstream:
7058
7059 * ltmain.in: When setting IFS to '~', be careful about user
7060 arguments that contain '~'.
7061
7062 2004-02-04 Peter O'Gorman <peter@pogma.com>
7063
7064 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
7065 Also test $base_compile against $CC with escaped arguments. Bug
7066 reported by Geoff Keating <geoffk@apple.com>.
7067
7068 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
7069
7070 * MAINTAINERS: Remove i960 port.
7071
7072 2004-01-23 DJ Delorie <dj@redhat.com>
7073
7074 * Makefile.def (target_modules) [libiberty]: Don't stage.
7075 * Makefile.in: Rebuilt.
7076
7077 2004-01-20 Caroline Tice <ctice@apple.com>
7078
7079 * MAINTAINERS: Add myself to write-after-approval.
7080
7081 2004-01-19 Paolo Carlini <pcarlini@suse.de>
7082
7083 * MAINTAINERS: Update my email address.
7084
7085 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
7086
7087 * MAINTAINERS: Add myself to write-after-approval.
7088
7089 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
7090
7091 * MAINTAINERS: Remove entries without email address.
7092
7093 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
7094
7095 * MAINTAINERS: Add myself to write-after-approval.
7096
7097 2004-01-15 Steven Bosscher <stevenb@suse.de>
7098
7099 * MAINTAINERS: Update my email address.
7100
7101 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
7102
7103 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7104 * Makefile.tpl (configure-target-[+module+]): Support stage.
7105 * Makefile.in: Rebuilt.
7106
7107 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
7108
7109 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
7110
7111 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
7112
7113 * MAINTAINERS: Add myself as a MIPS maintainer.
7114
7115 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
7116
7117 * configure.in: Use ./config.cache, not config.cache.
7118 * configure: Regenerate.
7119 * Makefile.tpl: Special-casing not needed for GCC any more.
7120 * Makefile.in: Regenerate.
7121
7122 * configure.in: Don't share a cache file for host dirs.
7123 * configure: Regenerate.
7124
7125 * config-ml.in: Don't mess with the cache file.
7126
7127 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
7128
7129 * MAINTAINERS: Move myself from 'Write After Approval' to
7130 'CPU Port Maintainers' section as SPARC maintainer.
7131
7132 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
7133
7134 * Makefile.tpl: Make GCC use a separate config.cache.
7135 * Makefile.in: Regenerate.
7136
7137 PR bootstrap/11932, PR bootstrap/11933
7138 (I don't know if it will fix either of them, but it relates
7139 to them.)
7140 * configure.in: Don't use shared config.cache for target
7141 directories.
7142 * configure: Regenerate.
7143
7144 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
7145
7146 * MAINTAINERS: Add myself to 'Write After Approval' section.
7147
7148 2003-12-31 Roger Sayle <roger@eyesopen.com>
7149
7150 * configure.in (ia64*-*-hpux*): Disable building java libraries.
7151 * configure: Regenerated.
7152
7153 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
7154
7155 * MAINTAINERS: Remove the mn10200 maintainer.
7156
7157 2003-12-21 Bernardo Innocenti <bernie@develer.com>
7158
7159 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7160 * configure: Regenerated.
7161
7162 2003-12-16 Jan Hubicka <jh@suse.cz>
7163
7164 * MAINTAINERS: Add myself as callgraph maintainer.
7165
7166 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
7167
7168 * configure.in (raw_libstdcxx_flags): Remove the leading space.
7169 * configure: Regenerate.
7170
7171 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7172
7173 * MAINTAINERS: Move myself from 'Bug database only accounts' to
7174 'Write After Approval' section. Update email.
7175
7176 2003-12-01 James Lemke <jim@wasabisystems.com>
7177
7178 * MAINTAINERS (Write After Approval): Add myself.
7179
7180 2003-11-20 Matt Thomas <matt@3am-software.com>
7181
7182 * MAINTAINERS: Add myself as a vax port maintainer.
7183
7184 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
7185
7186 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7187 (configure-build-[+module+], configure-[+module+]): Likewise.
7188 (configure-target-[+module+], configure-gcc, config.status): Likewise.
7189 * Makefile.in: Regenerate.
7190
7191 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
7192
7193 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
7194 shared/dylibed libraries.
7195 * ltmain.sh: Likewise.
7196 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
7197 * ltcf-cxx.sh: Likewise.
7198 * ltcf-gcj.sh: Likewise.
7199 * ltconfig: Likewise.
7200
7201 2003-11-17 Stan Cox <scox@redhat.com>
7202
7203 * MAINTAINERS: Add myself as iq2000 port maintainer.
7204
7205 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
7206
7207 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7208 * Makefile.in: Regenerate.
7209
7210 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
7211
7212 * config.sub: Update to 2003-11-03 version.
7213
7214 2003-10-20 Phil Edwards <phil@codesourcery.com>
7215
7216 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7217 * configure: Regenerate.
7218
7219 2003-10-20 Nicolas Pitre <nico@cam.org>
7220
7221 * MAINTAINERS: Add myself to 'Write After Approval' section.
7222
7223 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
7224
7225 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7226
7227 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
7228
7229 * MAINTAINERS: Update my email address.
7230
7231 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7232
7233 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
7234
7235 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
7236
7237 * MAINTAINERS: Add myself to 'Write After Approval' section.
7238
7239 2003-10-16 Bernardo Innocenti <bernie@develer.com>
7240
7241 * config.guess: Update to 2003-10-16 version.
7242 * config.sub: Update to 2003-10-16 version.
7243
7244 2003-10-15 David Daney <ddaney@avtrex.com>
7245
7246 * MAINTAINERS: Added myself to 'Write After Approval' section.
7247
7248 2003-10-15 Falk Hueffner <falk@debian.org>
7249
7250 * MAINTAINERS: Move myself from 'Bug database only accounts' to
7251 'Write After Approval' section. Update email.
7252
7253 2003-10-14 Roger Sayle <roger@eyesopen.com>
7254
7255 * MAINTAINERS: Move myself from 'Write After Approval' to
7256 'Various Maintainers' section as middle-end maintainer.
7257
7258 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
7259
7260 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7261 HOST_FLAGS_TO_PASS.
7262 * Makefile.in: Regenerate.
7263
7264 2003-10-11 Bernardo Innocenti <bernie@develer.com>
7265
7266 * config.guess: Update to 2003-10-07 version.
7267 * config.sub: Update to 2003-10-07 version.
7268
7269 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7270
7271 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
7272 * ltconfig (irix5*, irix6*): Don't override version_type.
7273
7274 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7275
7276 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7277 * configure: Rebuilt
7278 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7279 * Makefile.in: Rebuilt
7280
7281 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7282
7283 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7284
7285 2003-09-30 Carlo Wood <carlo@alinoe.com>
7286
7287 * MAINTAINERS (Write After Approval): Add myself.
7288
7289 2003-09-29 Paul Koning <ni1d@arrl.net>
7290
7291 * MAINTAINERS: Move myself from "Write After Approval"
7292 to CPU platform maintainers for pdp11 platform.
7293
7294 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
7295
7296 * MAINTAINERS: Move myself from 'Write After Approval' to
7297 'Various Maintainers' section as libffi testsuite maintainer.
7298
7299 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
7300
7301 * configure.in: Pass a computed --program-transform-name
7302 to subconfigures.
7303 * configure: Regenerated.
7304
7305 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7306
7307 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7308 * Makefile.in: Regenerate.
7309
7310 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7311 * Makefile.in: Regenerate.
7312
7313 2003-09-19 Ziemowit Laski <zlaski@apple.com>
7314
7315 * MAINTAINERS: Move myself from 'Write After Approval'
7316 to 'Various Maintainers' (objective-c) section.
7317
7318 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
7319
7320 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7321 quoting.
7322 * configure: Regenerated.
7323
7324 2003-09-16 Joel Brobecker <brobecker@gnat.com>
7325
7326 * MAINTAINERS (Write After Approval): Add myself to write after
7327 approval list.
7328
7329 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
7330
7331 * MAINTAINERS (Write After Approval): Add myself.
7332
7333 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
7334
7335 * MAINTAINERS: Update my e-mail address.
7336
7337 2003-09-09 Alan Modra <amodra@bigpond.net.au>
7338
7339 * libtool.m4 (LD): Correct powerpc64 host match.
7340
7341 2003-09-06 James E Wilson <wilson@tuliptree.org>
7342
7343 * MAINTAINTERS: Update my affiliation and email address.
7344
7345 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7346
7347 * MAINTAINERS (Write After Approval): Add myself.
7348
7349 2003-09-04 DJ Delorie <dj@redhat.com>
7350
7351 * configure: Regenerate.
7352
7353 2003-09-04 Robert Millan <robertmh@gnu.org>
7354
7355 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7356
7357 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7358
7359 * configure.in: Ensure arguments to sed are properly spaced.
7360 * configure: Regenerate.
7361
7362 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
7363
7364 * MAINTAINERS: Update my e-mail address.
7365
7366 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
7367
7368 * MAINTAINERS (Write After Approval): Add myself.
7369
7370 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
7371
7372 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7373 * configure: Regenerated.
7374
7375 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
7376
7377 * MAINTAINERS: Update my email address.
7378
7379 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
7380
7381 * configure.in: Use newline instead of semicolon when assuming
7382 shell arguments in a for loop.
7383 * configure: Regenerated.
7384
7385 2003-08-22 Jason Eckhardt <jle@rice.edu>
7386
7387 * MAINTAINERS: Resurrect the i860 maintainer.
7388
7389 2003-08-20 Geoffrey Keating <geoffk@apple.com>
7390
7391 PR 8180
7392 * configure.in: When testing with_libs and with_headers, treat
7393 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7394 * configure: Regenerate.
7395
7396 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7397 make, shell, etc.
7398 (baseargs): Likewise.
7399 * configure: Regenerate.
7400
7401 2003-08-20 Bernardo Innocenti <bernie@develer.com>
7402
7403 * MAINTAINERS (Write After Approval): Add myself.
7404
7405 2003-08-19 Geoffrey Keating <geoffk@apple.com>
7406
7407 * configure.in: Disable libgcj for darwin not on powerpc.
7408 * configure: Rebuild.
7409
7410 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7411
7412 * config-ml.in, symlink-tree: Add license.
7413
7414 2003-08-03 Richard Stallman <rms@gnu.org>
7415 Eben Moglen <moglen@columbia.edu>
7416
7417 * README.SCO: New file.
7418
7419 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7420
7421 * Makefile.tpl (check, check-c++): Express dependencies using
7422 dependencies rather than commands.
7423 * Makefile.in: Regenerate.
7424
7425 2003-08-01 Andrew Cagney <cagney@redhat.com>
7426
7427 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7428 * configure: Ditto.
7429
7430 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7431
7432 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7433 * Makefile.in: Update.
7434
7435 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7436
7437 * configure.in: Enable libgcj for darwin.
7438 * configure: Rebuild.
7439
7440 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
7441
7442 * config-ml.in: Use ac_configure_args directly instead of
7443 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7444 actually seen.
7445
7446 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7447
7448 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7449 creating target and build subdirs to build all parent dirs as needed.
7450 * Makefile.in: Rebuild.
7451 * configure.in: Don't build dirs explicitly here.
7452 * configure: Rebuild.
7453
7454 2003-07-26 Paul Brook <paul@nowt.org>
7455
7456 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
7457
7458 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
7459
7460 * Makefile.tpl (all-make): Depend on intl.
7461 * Makefile.in: Rebuilt.
7462
7463 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7464
7465 * install-sh: Update to newer upstream versions (associated with
7466 aclocal 1.7).
7467 * mkinstalldirs: Likewise.
7468 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7469
7470 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
7471
7472 * MAINTAINERS: Move self from Bug database only accounts
7473 to write-after-approval.
7474
7475 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7476
7477 * config.if: Remove unused libc_interface determination.
7478
7479 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7480
7481 * MAINTAINERS: Move self from write-after-approval to
7482 build machinery (*.in).
7483
7484 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7485
7486 PR bootstrap/11273
7487 PR bootstrap/11408
7488 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7489 unused INSTALL_PROGRAM_ARGS.
7490 * configure.in: Use AC_PROG_INSTALL.
7491 * Makefile.in: Regenerate.
7492 * configure: Regenerate.
7493
7494 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
7495
7496 * MAINTAINERS: Alphabetize.
7497
7498 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
7499
7500 * configure: Rebuilt.
7501 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7502 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7503 newlib nor libgloss.
7504 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7505 * configure.in (am33_2.0-*-linux*): Added.
7506
7507 2003-07-09 Bob Wilson <bob.wilson@acm.org>
7508
7509 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7510 * configure: Regenerate.
7511
7512 2003-07-07 Zack Weinberg <zack@codesourcery.com>
7513
7514 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
7515 * Makefile.in: Regenerate.
7516
7517 2003-07-04 Zack Weinberg <zack@codesourcery.com>
7518
7519 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
7520 * Makefile.in: Regenerate.
7521
7522 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
7523
7524 * Makefile.tpl: Replace PWD with PWD_COMMAND.
7525 * Makefile.in: Regenerated.
7526
7527 * config-ml.in: Replace PWD with PWD_COMMAND.
7528
7529 2003-07-04 Zack Weinberg <zack@codesourcery.com>
7530
7531 * intl: New directory; see intl/ChangeLog for details.
7532 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
7533 * Makefile.tpl: all-gcc depends on maybe-all-intl.
7534 * Makefile.in: Regenerate.
7535
7536 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7537
7538 * configure.in: Clean up config-lang.in handling. Delete
7539 useless assignment to "subdirs".
7540 * configure: Regenerate.
7541
7542 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7543
7544 * configure.in: Rename 'target_libs' to 'target_libraries'.
7545 Remove useless reference to 'target_libs'.
7546 * configure: Regenerate.
7547
7548 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7549
7550 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7551 * Makefile.in: Regenerate.
7552
7553 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7554
7555 * Makefile.def: Introduce flags_to_pass.
7556 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7557 * Makefile.in: Regenerate.
7558
7559 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7560
7561 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7562 and target-libgloss.
7563 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7564 <h8300*-*-*>: Disable libf2c and ${libgcj}.
7565 * configure: Regenerate.
7566
7567 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7568
7569 * configure.in: Update testsuite_flags to new location.
7570 * configure. Regenerate.
7571
7572 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7573
7574 * Makefile.tpl: Remove BUILD_CC stuff.
7575 * Makefile.in: Regenerate.
7576
7577 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
7578
7579 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
7580
7581 2003-06-16 Graeme Peterson <gp@qnx.com>
7582
7583 * MAINTAINERS (Write After Approval): Add myself.
7584
7585 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
7586
7587 * config.guess: Update to 2003-06-12 version.
7588 * config.sub: Update to 2003-06-13 version.
7589
7590 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
7591
7592 * config.guess: Update to 2003-06-06 version.
7593 * config.sub: Update to 2003-06-06 version.
7594
7595 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7596
7597 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7598 * configure. Regenerate.
7599
7600 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7601
7602 * configure.in: Disable serial configure by default.
7603 * configure: Regenerate.
7604 * Makefile.tpl: Abolish .NOTPARALLEL.
7605 * Makefile.in: Regenerate.
7606
7607 * Makefile.tpl: Replace {build,host,target}_canonical by
7608 {build,host,target}.
7609 * Makefile.in: Regenerate.
7610
7611 * Makefile.tpl: Fix stupid pasto.
7612 * Makefile.in: Regenerate.
7613
7614 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7615
7616 * Makefile.tpl: Remove bogus conditional.
7617 * Makefile.in: Regenerate.
7618
7619 2003-06-05 Jan Hubicka <jh@suse.cz>
7620
7621 * Makefile.tpl (profiledbootstrap): New target.
7622 * Makefile.in (profiledbootstrap): New target.
7623
7624 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
7625
7626 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
7627 Pinski. Remove user names from other bugzilla-only maintainers.
7628
7629 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7630
7631 * Makefile.tpl: Make 'recursive targets' using autogen rather
7632 than shell loop. Remove duplicate 'clean' targets and false
7633 comments.
7634 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7635 Add systematic method of specifying missing targets in subdirs.
7636 Add copyright boilerplate.
7637 * Makefile.in: Regenerate.
7638 * configure.in: Add 'recursive targets' to maybe list.
7639 * configure: Regenerate.
7640
7641 * MAINTAINERS: "GNATS only" -> "Bug database only".
7642
7643 * Makefile.tpl: Rename [+target+] to [+make_target+].
7644 * Makefile.def: Rename 'target' to 'make_target'.
7645
7646 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
7647
7648 * MAINTAINERS: Add self as options handling maintainer.
7649
7650 2003-05-28 Michael Meissner <gnu@the-meissners.org>
7651
7652 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
7653 been too long since I touched those ports.
7654
7655 2003-05-28 DJ Delorie <dj@redhat.com>
7656
7657 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7658 * Makefile.in: Regenerate.
7659
7660 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7661
7662 * configure.in: Use curly braces in the definition of tooldir.
7663 * configure: Regenerate.
7664
7665 2003-05-21 DJ Delorie <dj@redhat.com>
7666
7667 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7668 newlib or libgloss.
7669 * Makefile.in: Regenerate.
7670
7671 2003-05-21 DJ Delorie <dj@redhat.com>
7672
7673 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7674 * Makefile.in: Regenerate.
7675
7676 2003-05-20 Ian Lance Taylor <ian@airs.com>
7677
7678 * MAINTAINERS: Update my e-mail address.
7679
7680 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7681
7682 * configure.in: Switch more things to use maybe dependencies.
7683 * Makefile.tpl: Switch more things to use maybe dependencies.
7684 Factor out common code from autogen IF statements.
7685 * configure: Regenerate.
7686 * Makefile.in: Regenerate.
7687
7688 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7689
7690 * configure.in: Accept i[3456789]86 for machine type.
7691 * configure: Regenerate.
7692
7693 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7694
7695 * configure.in: Switch more things to use maybe dependencies.
7696 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7697 * configure: Regenerate.
7698 * Makefile.tpl: Switch more things to use maybe dependencies.
7699 * Makefile.in: Regenerate.
7700
7701 2003-05-16 Andreas Schwab <schwab@suse.de>
7702
7703 * Makefile.tpl (install-opcodes): Define.
7704 * Makefile.in: Rebuild.
7705
7706 2003-05-13 Andreas Jaeger <aj@suse.de>
7707
7708 * config.guess: Update to 2003-05-09 version.
7709 * config.sub: Update to 2003-05-09 version.
7710
7711 2003-05-13 Michael Eager <eager@mvista.com>
7712
7713 * configure.in: Correct sed script so that options in quotes are not
7714 deleted.
7715 * configure: Rebuild.
7716
7717 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
7718
7719 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7720 and $$s/newlib/libc/sys/cygwin32 include paths.
7721 * configure: Ditto.
7722
7723 2003-05-12 Michael Meissner <gnu@the-meissners.org>
7724
7725 * MAINTAINERS: Update my email addresses.
7726
7727 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
7728
7729 * config-ml.in: Propagate INSTALL variables.
7730
7731 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7732
7733 * MAINTAINERS: Remove duplicate entries in Write After Approval.
7734
7735 2003-05-02 Chris Demetriou <cgd@broadcom.com>
7736
7737 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7738 * Makefile.in: Regenerate.
7739
7740 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
7741
7742 * MAINTAINERS (GNATS only): Add Falk Hueffner.
7743
7744 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
7745
7746 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
7747
7748 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7749
7750 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7751 * Makefile.in: Regenerated.
7752
7753 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
7754
7755 * MAINTAINERS (Write After Approval): Upgrade myself from
7756 GNATS only to write-after-approval. Update my mail address.
7757
7758 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
7759
7760 (OS Port Maintainers: freebsd): Add myself.
7761
7762 2003-04-22 Mark Mitchell <mark@codesourcery.com>
7763
7764 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
7765
7766 2003-04-22 Kean Johnston <jkj@sco.com>
7767
7768 * MAINTAINERS (SCO ports): Added myself.
7769
7770 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
7771
7772 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
7773
7774 2003-04-19 Kean Johnston <jkj@sco.com>
7775
7776 * MAINTAINERS (Write After Approval): Add myself.
7777
7778 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7779
7780 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7781 * Makefile.in: Regenerate.
7782
7783 2003-04-18 Jakub Jelinek <jakub@redhat.com>
7784
7785 * configure.in (powerpc64*-*-linux*): Remove.
7786 * configure: Rebuilt.
7787
7788 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
7789
7790 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7791 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7792 and restrap.
7793 * Makefile.in: Regenerate.
7794
7795 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
7796
7797 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7798 * configure: Regenerated.
7799
7800 2003-04-15 DJ Delorie <dj@redhat.com>
7801
7802 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
7803
7804 2003-04-13 Nick Clifton <nickc@redhat.com>
7805
7806 * config-ml.in: Remove support for --disable-aix removing
7807 call-aix multilibs.
7808
7809 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
7810
7811 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7812 * */configure: Rebuilt.
7813
7814 2003-04-08 Joel Sherrill <joel@oarcorp.com>
7815
7816 * MAINTAINERS: Add my email address.
7817
7818 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
7819
7820 * MAINTAINERS (Write After Approval): Add myself.
7821
7822 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7823
7824 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7825 * Makefile.in: Regenerate.
7826
7827 2003-03-14 Michael Chastain <mec@shout.net>
7828
7829 * Makefile.in: Regenerate with correct Makefile.def.
7830
7831 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7832
7833 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7834 Make macro.
7835 * Makefile.in: Regenerate.
7836 * configure.in: Clean up gxx_include_dir logic.
7837 * configure: Regenerate.
7838
7839 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
7840
7841 * MAINTAINERS (Write After Approval): Add myself.
7842
7843 2003-03-10 Ben Elliston <bje@wasabisystems.com>
7844
7845 * MAINTAINERS: Update my mail address.
7846
7847 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7848
7849 * configure.in (gxx_include_dir): Fix typo.
7850 * configure: Regenerated.
7851
7852 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7853
7854 * Makefile.tpl: Reindent.
7855 * Makefile.in: Regenerate.
7856 * configure.in: Reindent. Don't set unused variables.
7857 * configure: Regenerate.
7858
7859 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
7860
7861 * configure.in: Include $(build_tooldir)/sys-include in
7862 FLAGS_FOR_TARGET.
7863 * configure: Regenerated.
7864
7865 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7866
7867 * Makefile.tpl: Always pass down RANLIB.
7868 * Makefile.in: Regenerate.
7869
7870 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7871 * Makefile.in: Regenerate.
7872 * configure.in: Remove unused logic relating to --enable-shared
7873 and --enable-threads. Remove bogus comments. Remove redundant
7874 noconfigdirs.
7875 * configure: Regenerate.
7876
7877 * configure.in: Replace ${libstdcxx_version} by its value.
7878 Remove reference to mh-dgux.
7879 * configure: Regenerate.
7880
7881 2003-03-03 Kevin Buettner <kevinb@redhat.com>
7882
7883 * MAINTAINERS (Write After Approval): Add myself.
7884
7885 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7886
7887 * Makefile.tpl: Rearrange.
7888 * Makefile.in: Regenerate.
7889
7890 2003-02-25 Uwe Stieber <uwe@wwws.de>
7891
7892 * configure.in: Add support for kaOS as cross build target system.
7893 * configure: Regenerated.
7894
7895 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
7896
7897 * MAINTAINERS (Write after approval): Add myself.
7898
7899 2003-02-21 James E Wilson <wilson@tuliptree.org>
7900
7901 * MAINTAINERS: Update my email address.
7902
7903 2003-02-21 Zack Weinberg <zack@codesourcery.com>
7904
7905 * MAINTAINERS: Add self to blanket write privs. section.
7906
7907 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
7908
7909 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7910 configure-target-* as some target builds may require additional
7911 flags for preprocessor tests.
7912 * Makefile.in: Regenerated.
7913
7914 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7915
7916 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7917 * ltconfig: Handle it.
7918 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7919 auto-detecting it.
7920
7921 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7922 it is used as argument to $CC.
7923 * ltcf-gcj.sh: Likewise.
7924
7925 * configure.in: Introduce --enable-maintainer-mode.
7926 * configure: Rebuilt.
7927 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7928 for maintainer mode.
7929 * Makefile.in: Rebuilt.
7930
7931 2003-02-18 Jason Merrill <jason@redhat.com>
7932
7933 * Makefile.tpl (check-c++): Allow parallelism.
7934
7935 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7936
7937 * MAINTAINERS: Remove John Carr (who never actually had access to
7938 gcc.gnu.org).
7939
7940 2003-02-15 Geoffrey Keating <geoffk@apple.com>
7941
7942 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7943 don't configure target-libobjc.
7944 * configure: Regenerate.
7945
7946 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7947
7948 * Makefile.tpl (RANLIB): Define.
7949 * Makefile.in: Regenerate.
7950
7951 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
7952
7953 * MAINTAINERS: Update my email.
7954
7955 2003-02-06 Keith R Seitz <keiths@redhat.com>
7956
7957 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7958 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7959 * Makefile.in: Regenerated.
7960 * configure.in: Remove all traces of snavigator, db, and grep.
7961 * configure: Regenerated.
7962
7963 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7964
7965 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
7966 After Approval.
7967
7968 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7969
7970 * MAINTAINERS (Write after approval): Add myself.
7971
7972 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
7973
7974 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7975 * Makefile.in: Regenerated.
7976
7977 2003-01-30 Roger Sayle <roger@eyesopen.com>
7978
7979 * config.guess: Updated to 2003-01-30's version.
7980 * config.sub: Updated to 2003-01-28's version.
7981
7982 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
7983
7984 * config.if: If gcc_version is already set, just use it. Don't set
7985 gcc_version_trigger if it's already set, otherwise set it to
7986 gcc/version.c, but only if the file exists. If it is not set and
7987 gcc/version.c does not exist, try to extract the version number from
7988 $CC.
7989
7990 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
7991
7992 * MAINTAINERS: Add myself to write-after-approval list.
7993
7994 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
7995
7996 * configure.in: Revert 24Jan change.
7997 * configure: Regenerate.
7998
7999 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8000
8001 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
8002 entry of HJ Lu.
8003
8004 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
8005
8006 * configure.in: Revert previous change.
8007 * configure: Regenerate.
8008
8009 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
8010
8011 * configure.in: Make rda native-only.
8012 * configure: Regenerate.
8013
8014 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
8015
8016 * MAINTAINERS: Move myself from GNATS-only-accounts to
8017 write-after-approval.
8018
8019 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
8020
8021 * configure.in: Add missing \.
8022 * configure: Rebuilt.
8023
8024 2003-01-17 Jakub Jelinek <jakub@redhat.com>
8025
8026 * configure.in (baseargs): Avoid using \| in sed regular
8027 expressions.
8028 * configure: Rebuilt.
8029
8030 2003-01-16 Jakub Jelinek <jakub@redhat.com>
8031
8032 * configure.in (baseargs): Remove all supported forms of
8033 --cache-file, --srcdir, --host, --build and --target options
8034 from argument lists.
8035 * configure: Rebuilt.
8036
8037 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
8038
8039 * MAINTAINERS: Add myself to write-after-approval list.
8040
8041 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
8042
8043 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
8044 * configure: Rebuilt.
8045
8046 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
8047
8048 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
8049 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
8050 * Makefile.in: Regenerate.
8051 * configure: Regenerate.
8052
8053 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
8054
8055 * configure.in: Remove Makefile in build, host and target modules
8056 unless configure was run with --no-recursion.
8057 * configure: Rebuilt.
8058
8059 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
8060
8061 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
8062 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
8063 * Makefile.in: Regenerate.
8064
8065 2003-01-08 Chris Demetriou <cgd@broadcom.com>
8066
8067 * config.guess: Update to 2003-01-03 version.
8068 * config.sub: Update to 2003-01-03 version.
8069
8070 2003-01-07 Christopher Faylor <cgf@redhat.com>
8071
8072 * configure: Regenerate with proper autoconf 2.13.
8073
8074 2003-01-07 Christopher Faylor <cgf@redhat.com>
8075
8076 * configure.in: Add AC_PREREQ for consistency.
8077 * configure: Regenerate.
8078
8079 2003-01-06 Andrew Cagney <ac131313@redhat.com>
8080
8081 * configure.in (GDB_TK): Add tcl directories conditional on
8082 gdb/gdbtk directory being present.
8083 * configure: Regenerate.
8084
8085 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
8086
8087 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
8088 used by gcc if LD is not defined and we are not doing a Canadian Cross.
8089 * configure: Rebuilt.
8090
8091 2002-12-31 Tom Tromey <tromey@redhat.com>
8092
8093 * Makefile.in: Rebuilt.
8094 * Makefile.def (target_modules) [libffi]: Allow installation.
8095
8096 2002-12-31 Andreas Schwab <schwab@suse.de>
8097
8098 * configure.in: Fix use of $program_transform_name.
8099 * configure: Regenerated.
8100
8101 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
8102
8103 * configure.in (baseargs): Don't remove first configure argument.
8104 * configure: Regenerated.
8105
8106 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
8107
8108 * Makefile.tpl (local-distclean): Don't remove...
8109 (multilib.ts): ... this. Moved into...
8110 (multilib.out): ... this. Don't use sub-make.
8111 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
8112 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
8113 (configure-build-[+module+], configure-[+module+],
8114 configure-target-[+module+], configure-gcc): ... these. Test
8115 for Makefile existence. Drop config.status from dependencies.
8116 * Makefile.in: Rebuilt.
8117 * configure.in: Move gcc-version-trigger to the end of
8118 ac_configure_args. Add comments to maybedep.tmp and
8119 serdep.tmp. Introduce --disable-serial-configure. Remove
8120 nonopt from baseargs, matching and removing corresponding
8121 whitespace while at it.
8122 * configure: Rebuilt.
8123
8124 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
8125
8126 * configure.in (host_configargs): Replace reference to
8127 no-longer-defined buildopts with --build=${build_alias}.
8128 * configure: Rebuilt.
8129
8130 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
8131 program_transform_name to standard idiom.
8132 (AUTOGEN, AUTOCONF): Define.
8133 (Makefile.in): Use $(AUTOGEN).
8134 (Makefile): Depend on config.status, and use autoconf-style rule to
8135 build it. Move original commands to...
8136 (config.status): ... this new target.
8137 (configure): Add $(srcdir). Depend on config/acx.m4. Use
8138 $(AUTOCONF).
8139 * Makefile.in: Rebuilt.
8140
8141 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
8142
8143 * Makefile.tpl: Fix dramatic bustage due to change in
8144 program_transform_name.
8145 * Makefile.in: Regenerate.
8146
8147 * configure.in: Remove unnecessary PATH setting.
8148 * configure: Regnerate.
8149
8150 * configure.in: Don't default to unprefixed tools unless
8151 the native tools will work.
8152 * configure: Regenerate.
8153
8154 * configure.in: Convert to autoconf script. Blow away lots
8155 of now-redundant Makefile fragments.
8156 * configure: Generate using Autoconf.
8157 * Makefile.tpl: Rewrite to reflect autoconfiscation.
8158 * Makefile.in: Regenerate.
8159
8160 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
8161
8162 * configure: Fix stupid bug where RANLIB was mistakenly included.
8163
8164 * configure.in: Rename (buildargs, hostargs, targargs) to
8165 (build_configargs, host_configargs, target_configargs).
8166
8167 * configure.in: Move logic out of sed statement.
8168
8169 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
8170 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
8171
8172 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
8173
8174 * config.sub: Import from master repository
8175 * config.guess: Ditto
8176
8177 2002-12-24 Andreas Schwab <schwab@suse.de>
8178
8179 * Makefile.tpl (multilib.out): Fix missing space.
8180 * Makefile.in: Regenerate.
8181
8182 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
8183
8184 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
8185 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
8186 * Makefile.in: Regenerate.
8187 * configure.in: Remove unnecessary leftovers.
8188
8189 2002-12-21 Geoffrey Keating <geoffk@apple.com>
8190
8191 * configure.in (extra_ranlibflags_for_target): New variable.
8192 (*-*-darwin): Add -c to ranlib commands.
8193 * configure (tooldir): Handle extra_ranlibflags_for_target.
8194
8195 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
8196
8197 * Makefile.tpl: Revert HJL's change.
8198 * Makefile.in: Regenerated.
8199 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
8200 always.
8201
8202 2002-12-19 Andreas Schwab <schwab@suse.de>
8203
8204 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
8205 * Makefile.in: Regenerate.
8206
8207 2002-12-18 H.J. Lu <hjl@gnu.org>
8208
8209 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
8210 * Makefile.in: Regenerated.
8211
8212 * configure.in (build_prefix): New. Substitute.
8213
8214 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
8215
8216 * Makefile.tpl: Don't let real targets depend on phony targets.
8217 * Makefile.in: Regenerate.
8218
8219 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
8220 * Makefile.in: Regenerate.
8221
8222 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
8223
8224 * config.sub: Import from master repository
8225 * config.guess: Ditto
8226
8227 2002-12-16 Jason Merrill <jason@redhat.com>
8228
8229 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
8230 previous 'make bootstrap'.
8231 * Makefile.in: Regenerate.
8232
8233 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
8234
8235 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
8236
8237 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
8238
8239 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
8240 * Makefile.in: Regenerate.
8241
8242 2002-12-13 Jason Merrill <jason@redhat.com>
8243
8244 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
8245 library tests.
8246 (check-c++): Just depend on it and check-target-libstdc++-v3.
8247 * Makefile.in: Regenerate.
8248
8249 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
8250
8251 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
8252 * Makefile.in: Rebuilt.
8253
8254 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
8255
8256 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
8257
8258 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
8259
8260 * configure: Fix bug put in by gremlins.
8261
8262 * Makefile.tpl: Substitute more autoconfily.
8263 * configure: Substitute more autoconfily.
8264 * Makefile.in: Regenerate.
8265
8266 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
8267
8268 * config.sub: Import from master repository
8269 * config.guess: Ditto
8270 * MAINTAINERS: Added Svein Seldal under write after approval
8271
8272 2002-12-08 Andrew Cagney <ac131313@redhat.com>
8273
8274 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
8275 * Makefile.in (all-sim): Ditto.
8276
8277 2002-12-06 DJ Delorie <dj@redhat.com>
8278
8279 * Makefile.tpl: Change configure dependencies to not have real
8280 targets depend on phony targets.
8281
8282 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
8283
8284 * configure.in: Revert unintentional change.
8285
8286 * Makefile.tpl: Change dependency for */multilib.out so that
8287 it works when gcc isn't in the tree.
8288
8289 * configure.in: Substitute more.
8290 * configure: Run subconfigures from the Makefile.
8291 * Makefile.tpl: Run subconfigures from the Makefile; add a few
8292 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
8293
8294 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8295
8296 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
8297
8298 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
8299
8300 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8301 and corresponding dependencies.
8302 * Makefile.in: Regenerate.
8303
8304 * configure.in (host_tools): Order binutils, gas and ld for
8305 convenience in running the testsuites.
8306
8307 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8308 * Makefile.in: Regenerate.
8309 * configure.in: Introduce rules to serialize subconfigure runs.
8310
8311 * configure.in: Introduce BASE_CC_FOR_TARGET.
8312 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
8313 Realize configure-build-* targets. Realize configure-target-* targets.
8314 * Makefile.in: Regenerate.
8315
8316 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8317
8318 * configure: Move gcc_version_trigger stuff from here...
8319 * configure.in: ...to here.
8320
8321 * configure.in: Separate subconfigure options added by this file from
8322 options given by the user. Add machinery to put args for host
8323 subconfigures into the Makefile.
8324
8325 * Makefile.tpl: Remove 'vault' targets.
8326 * Makefile.tpl: Reorder and comment dependencies.
8327 * Makefile.in: Regenerate.
8328
8329 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
8330 * configure.in: Fix my broken commit of previous patch. (sigh)
8331
8332 2002-11-28 Geoffrey Keating <geoffk@apple.com>
8333
8334 * configure.in: Move host-specific darwin noconfigdirs into
8335 the host-specific section.
8336
8337 2002-11-28 Geoffrey Keating <geoffk@apple.com>
8338
8339 * configure.in: Move host-specific darwin noconfigdirs into
8340 the host-specific section.
8341
8342 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
8343
8344 * configure: Remove skip-this-dir support.
8345 * Makefile.tpl: Remove skip-this-dir support.
8346
8347 * Makefile.tpl: Remove leftover support for non-autoconfiscated
8348 subdirectories.
8349 * Makefile.in: Regenerate.
8350
8351 * Makefile.tpl: Strip out useless setting of 'dir'.
8352 * Makefile.in: Regenerate.
8353
8354 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
8355
8356 * configure.in: Fix deeply stupid bug.
8357
8358 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8359 shell code in CXX_FOR_TARGET
8360 * Makefile.def: Introduce raw_cxx.
8361 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8362 RAW_CXX_FOR_TARGET.
8363 * Makefile.in: Regenerate.
8364
8365 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
8366
8367 * Makefile.tpl: Remove unnecessary ifs.
8368 * Makefile.in: Regenerate.
8369
8370 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
8371 dependencies. Maybe-ize build-libiberty. Create dummy install
8372 targets for 'no_install' modules.
8373 * configure: Move GDB_TK substitution to configure.in. Move
8374 build_modules stuff to configure.in.
8375 * configure.in: Implement soft dependency machinery. Maybe-ize
8376 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
8377 * Makefile.in: Regenerate.
8378
8379 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
8380
8381 * Makefile.tpl: Make all-target, install-target behave similarly
8382 to all, install (only hitting configured targets). Eliminate
8383 unused macro defintions.
8384
8385 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8386 build != host.
8387
8388 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8389
8390 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8391
8392 * configure.in: Produce lists of subdir targets we're actually
8393 configuring. Remove references to "dosrel".
8394 * Makefile.tpl: Let configure set which subdir targets are hit.
8395 Remove install-cross; clean up install; remove ALL. Remove
8396 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
8397 Autogenerate host module targets. Remove empty dependency lines
8398 and redundant dependency; rearrange slightly.
8399 * Makefile.def: Add host-side libtermcap, utils.
8400
8401 * Makefile.in: Regenerate.
8402
8403 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8404
8405 * ltconfig (osf[345]): Append $major to soname_spec.
8406 Reflect this in library_names_spec.
8407 * ltmain.sh (osf): Prefix $major with . for use as extension.
8408
8409 2002-11-19 Andreas Jaeger <aj@suse.de>
8410
8411 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
8412 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
8413 and sparc64 GNU/Linux systems.
8414
8415 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
8416
8417 * MAINTAINERS: Update email.
8418
8419 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8420
8421 * MAINTAINERS: Complete James Dennett's entry.
8422
8423 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
8424
8425 * MAINTAINERS (Write After Approval): Add myself.
8426
8427 2002-11-13 Bruce Korb <bkorb@gnu.org>
8428
8429 * Makefile.tpl: syntactic cleanup
8430
8431 2002-11-13 Stuart Hastings <stuart@apple.com>
8432
8433 * MAINTAINERS: Add myself to write-after-approval list.
8434
8435 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
8436
8437 * Makefile.def: Add list of recursive targets to autogenerate.
8438 Add build_modules.
8439 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
8440 targets. Autogenerate *-build-* targets.
8441 * Makefile.in: Regenerate.
8442
8443 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
8444
8445 * configure: More autoconf-style substitutions.
8446 * Makefile.tpl: More autoconf-style substitutions.
8447 * Makefile.in: Regenerate.
8448
8449 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
8450
8451 * configure: Substitute more variables in a more autoconf-friendly
8452 way. Simplify slightly.
8453 * Makefile.tpl: Make more variables substitutable in an
8454 autoconf-friendly way.
8455 * Makefile.in: Regenerate.
8456
8457 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
8458
8459 * MAINTAINERS (Write After Approval): Add myself.
8460
8461 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
8462
8463 * configure.in (v810*): Remove special setting of tools.
8464
8465 * configure: Add support for extra required flags for ar or nm.
8466 * configure.in (aix4.3+): Use above support for target-specific
8467 issues, rather than using config/mt-aix43.
8468
8469 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
8470
8471 * configure: Remove 'removing', which doesn't work. Replace $subdir
8472 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
8473 with $srcdir. Reformat indentation. Substitute some variables
8474 formerly hard-coded in the Makefile for build=host.
8475 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8476 * Makefile.def: Autogenerate more.
8477 * Makefile.in: Regenerate.
8478
8479 2002-11-04 Adam Nemet <anemet@lnxw.com>
8480
8481 * MAINTAINERS (Write After Approval): Add myself.
8482
8483 2002-11-04 Kevin Buettner <kevinb@redhat.com>
8484
8485 * Makefile.def (host_modules): Add rda.
8486 * Makefile.in: Regenerate.
8487 * configure.in (target_tool): Add target-rda to list.
8488
8489 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8490
8491 * MAINTAINERS: Remove "co-maintainer" note for web pages.
8492
8493 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
8494
8495 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
8496 and restrap targets to this rule.
8497 * Makefile.in: Regenerate.
8498
8499 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8500
8501 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
8502 GNATS only accounts.
8503
8504 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8505
8506 * configure.in (i[3456]86-*-linux*): Add check to disable
8507 ${libgcj} for glibc1.
8508
8509 2002-10-24 Denis Chertykov <denisc@overta.ru>
8510
8511 * MAINTAINERS: Add myself as ip2k port maintainer.
8512
8513 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8514
8515 * configure.in: Add tic4x target.
8516
8517 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8518
8519 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8520 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8521 * Makefile.in: Regenerate.
8522
8523 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8524 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8525 * Makefile.in: Regenerate.
8526
8527 2002-10-02 Janis Johnson <janis187@us.ibm.com>
8528
8529 * MAINTAINERS: Add myself as web pages co-maintainer.
8530
8531 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8532
8533 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8534 * Makefile.in: Regenerate.
8535
8536 2002-10-02 Zack Weinberg <zack@codesourcery.com>
8537
8538 * MAINTAINERS: Add myself and Nathan Sidwell
8539 <nathan@codesourcery.com> as VxWorks maintainers.
8540
8541 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8542
8543 * Makefile.def: Remove order dependency comments.
8544 * Makefile.tpl: Add explicit install-install dependencies.
8545 * Makefile.in: Regenerate.
8546
8547 * Makefile.tpl: Remove material now in src-release. (Finally!)
8548 * Makefile.in: Regenerate.
8549
8550 * Makefile.tpl: Add configure-target (for src-release in src)
8551 * Makefile.in: Regenerate.
8552
8553 2002-09-30 Nick Clifton <nickc@redhat.com>
8554
8555 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8556
8557 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8558
8559 * configure.in (s390*-*-linux*): Enable libgcj.
8560
8561 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8562
8563 * configure: Revert accidentally applied changes.
8564
8565 * Makefile.tpl: Make more autoconf-friendly.
8566 * Makefile.in: Regenerate.
8567 * configure: Make substitution more autoconf-like.
8568
8569 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
8570
8571 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8572 single entry to handle all these.
8573 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8574 libjava on arm-*-elf.
8575
8576 2002-09-27 Geoffrey Keating <geoffk@apple.com>
8577
8578 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8579 things that depend on them.
8580
8581 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8582
8583 * Makefile.tpl: Make subsituted variables more autoconfy.
8584 * Makefile.in: Regenerate.
8585 * configure: Make seds more autoconfy.
8586
8587 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8588
8589 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8590 * Makefile.in: Regenerate.
8591 * configure.in: Rewrite sed statements to look autoconfy.
8592
8593 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8594 all-target-foo on configure-target-foo.
8595 * Makefile.def: Ditto.
8596 * Makefile.in: Rebuild.
8597
8598 2002-09-25 Andrew Haley <aph@redhat.com>
8599
8600 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
8601
8602 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8603
8604 * Makefile.def: New file.
8605 * Makefile.tpl: New file.
8606 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8607 * contrib/gcc_update: Note that Makefile.in is a generated file.
8608
8609 * configure.in: Minor rearrangement. Simplify tests.
8610
8611 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
8612
8613 * configure.in (with_headers): Skip copy if value is "yes".
8614 (with_libs): Likewise.
8615
8616 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8617
8618 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8619 * configure.in (sh*-*-pe*): Ditto.
8620 * configure.in (mips*-*-pe*): Ditto.
8621 * configure.in (*arm-wince-pe): Ditto.
8622
8623 * configure.in: Rearrange.
8624
8625 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
8626
8627 * MAINTAINERS: Update my email address.
8628
8629 2002-08-30 Paul Koning <pkoning@equallogic.com>
8630
8631 * MAINTAINERS: (Write After Approval): Add myself.
8632
8633 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
8634
8635 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
8636
8637 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
8638
8639 * MAINTAINERS: Change my mailing address.
8640
8641 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
8642
8643 * MAINTAINERS (Write After Approval): Remove myself.
8644 (Various Maintainers: c++ runtime libs): Add myself.
8645
8646 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
8647
8648 * MAINTAINERS (Write After Approval): Remove myself.
8649 (Various Maintainers: c++ runtime libs): Add myself.
8650
8651 2002-08-15 Eric Christopher <echristo@redhat.com>
8652
8653 * config.sub: Import from master repository.
8654 * config.guess: Ditto.
8655
8656 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
8657
8658 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8659 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8660 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8661
8662 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
8663
8664 * MAINTAINERS: Add self to rs6000 vector extensions.
8665
8666 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
8667
8668 * libiberty/configure: Reverted unintended yesterday's check in.
8669
8670 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
8671
8672 * boehm-gc/configure, libf2c/configure: Rebuilt.
8673 * libffi/configure, libiberty/configure: Ditto.
8674 * libjava/configure, libobjc/configure: Ditto.
8675 * libstdc++-v3/configure, zlib/configure: Ditto.
8676 Merged from binutils:
8677 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8678 From Steve Ellcey <sje@cup.hp.com>:
8679 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8680 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8681 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8682 IA64.
8683 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8684 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8685 soname_spec, sys_lib_search_path_spec): Ditto.
8686
8687 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8688
8689 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8690
8691 2002-08-04 H.J. Lu (hjl@gnu.org)
8692
8693 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8694
8695 2002-08-02 Krister Walfridsson <cato@df.lth.se>
8696
8697 * MAINTAINERS (Write After Approval): Add myself.
8698
8699 2002-07-31 Alan Modra <amodra@bigpond.net.au>
8700
8701 * configure.in: Move generic linux case to end. Copy generic
8702 linux noconfigdirs to mips*-*-linux* entry and new
8703 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8704
8705 2002-07-19 Michael Matz <matz@suse.de>
8706
8707 * MAINTAINERS: Add myself as ra* maintainer.
8708
8709 2002-07-16 Chris Demetriou <cgd@broadcom.com>
8710
8711 * config.guess: Update to 2002-07-09 version.
8712 * config.sub: Update to 2002-07-03 version.
8713
8714 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
8715
8716 * MAINTAINERS: Fix typo in a maintainer email address.
8717
8718 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8719
8720 * configure.in: Remove two redundant tests.
8721
8722 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8723
8724 * configure.in (mips*-*-irix6*o32): Enable stabs.
8725
8726 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8727
8728 * configure.in: Don't build grez.
8729 * Makefile.in: Ditto.
8730
8731 * Makefile.in: Remove references to bsp, cygmon, libstub.
8732 * configure.in: Ditto.
8733
8734 * configure.in: Remove leftover reference to gdbtest.
8735
8736 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
8737
8738 * configure.in (gxx_include_dir): Change to match versioned
8739 C++ headers if --enable-version-specific-runtime-libs is used.
8740
8741 2002-07-04 Steve Ellcey <sje@cup.hp.com>
8742
8743 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8744
8745 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8746
8747 * configure.in: Make --without-x work.
8748
8749 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8750
8751 * configure.in: Rearrange target Makefile fragment collection.
8752
8753 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8754 cvs[src].
8755 * configure.in: Ditto.
8756
8757 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
8758
8759 * MAINTAINERS (Write After Approval): Update my e-mail address.
8760
8761 2002-06-24 Ben Elliston <bje@redhat.com>
8762
8763 * configure.in (host_tools): Remove cgen.
8764
8765 * Makefile.in (all-cgen): Remove; runs from its source directory.
8766 (check-cgen, install-cgen, clean-cgen): Likewise.
8767 (all-opcodes): Do not depend on all-cgen.
8768 (all-sim): Likewise.
8769
8770 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8771
8772 * Makefile.in: Eliminate 'apache' targets.
8773 * configure.in: Eliminate 'apache' targets.
8774
8775 * configure.in: Eliminate redundant tests. Reorganize.
8776
8777 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8778
8779 * config-ml.in: Eliminate references to Cygnus configure.
8780
8781 * Makefile.in: Eliminate references to building emacs.
8782
8783 2002-06-28 Graham Stott <graham.stott@btinternet.com>
8784
8785 * MAINTAINERS: Update my email address.
8786
8787 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
8788
8789 * config.if (libstdcxx_incdir): Version C++ headers.
8790 (cxx_incdir): Remove.
8791
8792 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
8793
8794 * MAINTAINERS (Write After Approval): Add self.
8795
8796 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
8797
8798 * configure.in: Add support for ip2k.
8799
8800 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8801
8802 * configure.in: Fix AIX configury bug.
8803
8804 2002-06-20 Steve Ellcey <sje@cup.hp.com>
8805
8806 * MAINTAINERS (Write After Approval): Add self.
8807
8808 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8809
8810 * configure.in: replace ${topsrcdir} with ${srcdir}
8811
8812 * configure.in: Move definition of libstdcxx_flags
8813 right above usage, rather than waaay earlier.
8814
8815 * configure.in: Pull definition of is_cross_compiler earlier.
8816
8817 * configure.in: Rearrange a little.
8818
8819 * configure.in: Remove references to librx.
8820 * Makefile.in: Remove references to librx.
8821
8822 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
8823
8824 * config.sub: Add support for avr target.
8825 Import from master sources, rev 1.255
8826
8827 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
8828
8829 * configure, .cvsignore: Revert previous change...
8830 * Makefile: ...delete.
8831
8832 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8833
8834 * configure.in: Eliminate ${gasdir} variable.
8835
8836 2002-06-18 Dave Brolley <brolley@redhat.com>
8837
8838 * configure.in: Add support for frv.
8839 * config.sub: Add support for frv.
8840
8841 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
8842
8843 * configure: Remove garbage from previous commit.
8844
8845 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
8846
8847 * configure: For in-source builds, make a subdir and re-exec there.
8848 * Makefile: New file. Pass targets through to build directory.
8849 * .cvsignore: No longer ignore "Makefile".
8850
8851 2002-06-16 Douglas Rupp <rupp@gnat.com>
8852
8853 * MAINTAINERS (Write After Approval): Add self.
8854
8855 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8856
8857 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8858
8859 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8860
8861 * configure.in (vax-*-netbsd*): Re-enable gas.
8862
8863 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8864
8865 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8866 BUILD_PREFIX_1, to correct nomenclature.
8867 * configure: Likewise.
8868
8869 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8870 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8871
8872 2002-05-31 Olaf Hering <olh@suse.de>
8873
8874 * config-ml.in: Propogate DESTDIR also.
8875
8876 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8877
8878 * configure.in (vax-*-netbsd*): Don't build gas for this
8879 platform.
8880
8881 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8882
8883 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8884 and libgcj for AVR.
8885
8886 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
8887
8888 * MAINTAINERS (Write After Approval): Add myself.
8889
8890 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8891
8892 * config.guess: Update to 2002-05-22 version.
8893 * config.sub: Likewise.
8894
8895 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8896
8897 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8898 * config-ml.in: Likewise.
8899 * configure: Likewise.
8900 * configure.in: Likewise.
8901
8902 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
8903
8904 * MAINTAINERS: Update my email address.
8905
8906 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8907
8908 * configure.in: Simplify makefile fragment collection.
8909
8910 * configure.in: Remove code to build emacs.
8911
8912 * configure.in : Remove --srcdir argument from targargs and buildargs
8913 (it's always overridden in the Makefile anyway). Rearrange a bit.
8914
8915 * configure: Move some logic to configure.in.
8916 * configure.in: Move some logic from configure.
8917
8918 2002-05-11 Tom Tromey <tromey@redhat.com>
8919
8920 * MAINTAINERS: Reflect libgcj reality.
8921
8922 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
8923
8924 * Makefile.in: Honour DESTDIR.
8925
8926 2002-05-08 Mark Mitchell <mark@codesourcery.com>
8927
8928 * config.guess: Import 2002-03-20 version.
8929 * config.sub: Import 2002-04-26 version.
8930
8931 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8932
8933 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
8934
8935 2002-05-07 Tim Josling <tej@melbpc.org.au>
8936
8937 * MAINTAINERS: Add self.
8938
8939 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
8940
8941 * ltmain.sh: Detect and handle object name conflicts
8942 while piecewise linking a static library.
8943
8944 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8945
8946 * configure.in (noconfigdirs): Don't disable libgcj on
8947 sparc64-*-solaris* and sparcv9-*-solaris*.
8948
8949 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
8950
8951 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8952
8953 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8954
8955 * configure.in (FLAGS_FOR_TARGET): Do not add
8956 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8957 on i[3456]86-*-linux*.
8958
8959 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8960
8961 * configure.in (noconfigdirs): Replace [ ] with test.
8962
8963 * configure.in (noconfigdirs): Do not add target-newlib if
8964 target == i[3456]86-*-linux*, and host == target.
8965
8966 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8967
8968 * configure.in: delete reference to absent file
8969
8970 * configure.in: replace '[' with 'test'
8971
8972 * configure.in: Eliminate references to gash.
8973 * Makefile.in: Eliminate references to gash.
8974
8975 * configure.in: remove useless references to 'pic' makefile fragments.
8976
8977 * configure.in: (*-*-windows*) Finish removing.
8978
8979 * configure.in: Eliminate redundant test for libgui.
8980
8981 2002-04-29 Roger Sayle <roger@eyesopen.com>
8982
8983 * MAINTAINERS: Add self and realphabetize. Update entries
8984 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
8985 entry for a29k port maintainer.
8986
8987 2002-04-26 Joel Sherrill <joel@OARcorp.com>
8988
8989 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8990 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8991
8992 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8993
8994 * configure.in: remove references to dead files
8995
8996 2002-04-19 Mark Mitchell <mark@codesourcery.com>
8997
8998 * MAINTAINERS: Add information about purpose of this file.
8999
9000 2002-04-18 Tom Tromey <tromey@redhat.com>
9001
9002 * configure.in: Disallow configuring libgcj when it is already
9003 installed and we're using Solaris 2.8 linker. Do enable libgcj on
9004 Solaris 2.8 by default. For PR libgcj/6158.
9005
9006 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
9007
9008 * configure.in: Move default CC setting out of config/mh-* fragments
9009 directly into here.
9010
9011 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
9012
9013 * configure.in: don't even try to configure or make a subdirectory
9014 if there's no configure script for it.
9015
9016 2002-04-15 Mark Mitchell <mark@codesourcery.com>
9017
9018 * MAINTAINERS: Remove chill maintainers.
9019 * Makefile.in (CHILLFLAGS): Remove.
9020 (CHILL_LIB): Remove.
9021 (TARGET_CONFIGDIRS): Remove libchill.
9022 (CHILL_FOR_TARGET): Remove.
9023 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
9024 CHILL_LIB.
9025 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
9026 (CHECK_TARGET_MODULES): Likewise.
9027 (INSTALL_TARGET_MODULES): Likewise.
9028 (CLEAN_TARGET_MODULES): Likewise.
9029 (configure-target-libchill): Remove.
9030 (all-target-libchill): Remove.
9031 * configure.in (target_libs): Remove target-libchill.
9032 Do not compute CHILL_FOR_TARGET.
9033 * libchill: Remove directory.
9034
9035 2002-04-11 DJ Delorie <dj@redhat.com>
9036
9037 * Makefile.in, configure.in: Sync with binutils, entries
9038 follow...
9039
9040 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9041
9042 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
9043 (do-tar, do-bz2): New rules.
9044 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
9045 (gdb-tar): New rule.
9046 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
9047 (insight_dejagnu.tar): New rule.
9048 (insight.tar): New rule.
9049 (gdb+dejagnu.tar): New rule.
9050 (gdb.tar): New rule.
9051
9052 2002-02-01 Mo DeJong <supermo@bayarea.net>
9053
9054 * Makefile.in: Add all-tix to deps for all-snavigator
9055 so that tix is built when building snavigator.
9056
9057 2002-01-11 Steve Ellcey <sje@cup.hp.com>
9058
9059 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9060 ld and gdb are not supported.
9061
9062 2002-01-07 Mark Salter <msalter@redhat.com>
9063
9064 * configure.in: Remove target-bsp and target-cygmon from arm builds.
9065 Allow target-libgloss to be built for arm, strongarm, and xscale.
9066
9067 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
9068
9069 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9070 options for i[3456]86-pc-linux* native builds.
9071
9072 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
9073
9074 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9075 files from .po files for a distribution.
9076
9077 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
9078
9079 * configure.in: Enable libstdc++-v3 for h8300 targets.
9080
9081 2001-06-19 Alan Modra <amodra@bigpond.net.au>
9082
9083 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
9084 version from bfd/.
9085
9086 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9087
9088 * Makefile.in (VER): When present, extract the version number from
9089 the file version.in.
9090
9091 2001-05-24 Tom Rix <trix@redhat.com>
9092
9093 * configure.in : enable ld for aix
9094
9095 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9096
9097 * config.guess: Add linux target for S/390.
9098
9099 2000-11-07 Philip Blundell <pb@futuretv.com>
9100
9101 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9102
9103 2000-11-03 Philip Blundell <pb@futuretv.com>
9104
9105 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9106 files.
9107
9108 2001-01-15 Ben Elliston <bje@redhat.com>
9109
9110 * configure.in (host_tools): Add sid.
9111 Always configure cgen.
9112
9113 2000-11-24 Nick Clifton <nickc@redhat.com>
9114
9115 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
9116
9117
9118 2000-08-20 Doug Evans <dje@casey.transmeta.com>
9119
9120 * Makefile.in (ALL_MODULES): Add all-cgen.
9121 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9122 (all-cgen): New target.
9123 (all-opcodes,all-sim): Depend on all-cgen.
9124 * configure.in (host_tools): Add cgen.
9125 Only configure cgen if --enable-cgen-maint.
9126
9127 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
9128
9129 * configure.in: Add *-*-freebsd* configurations.
9130
9131 2002-04-08 Tom Tromey <tromey@redhat.com>
9132
9133 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
9134 Fixes PR libgcj/6068.
9135
9136 2002-03-30 Krister Walfridsson <cato@df.lth.se>
9137
9138 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
9139
9140 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9141
9142 * configure.in (alpha*-dec-osf*): Enable libgcj.
9143
9144 2003-03-27 Matthew Gingell <gingell@gnat.com>
9145
9146 * MAINTAINERS (Write After Approval): Add myself.
9147
9148 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
9149
9150 Fix for: PR bootstrap/3591, target/5676
9151 * configure.in (mcore-pe): Disable the configuration of
9152 libstdc++-v3 since exceptions are not supported.
9153
9154 2002-03-20 Anthony Green <green@redhat.com>
9155
9156 * configure.in: Enable libgcj for xscale-elf target.
9157
9158 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
9159
9160 * MAINTAINERS: Update my email address.
9161
9162 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
9163
9164 * ltmain.sh (relink_command): Fix typo in previous change.
9165
9166 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
9167
9168 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
9169 (relink_command): Added --tag flags.
9170 (mode=install): If relinking fails; error out.
9171
9172 2002-03-12 Richard Henderson <rth@redhat.com>
9173
9174 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
9175 .NOTPARALLEL tag.
9176 (do-check): Rename from check.
9177 (check): Allow parallel check.
9178
9179 2002-03-12 Bob Wilson <bob.wilson@acm.org>
9180
9181 * MAINTAINERS: Add myself as maintainer for xtensa port.
9182 Fix alphabetical order in CPU port maintainer list.
9183 Remove myself from Write After Approval list.
9184
9185 2002-03-11 Richard Henderson <rth@redhat.com>
9186
9187 * Makefile.in (.NOTPARALLEL): Add fake tag.
9188
9189 2002-03-07 H.J. Lu (hjl@gnu.org)
9190
9191 * configure.in: Enable gprof for mips*-*-linux*.
9192
9193 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
9194
9195 * MAINTAINERS (Write After Approval): Add myself.
9196
9197 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
9198
9199 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9200 libjava.
9201 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
9202
9203 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
9204
9205 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9206 because its Makefile is there; test for the executable instead.
9207
9208 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
9209
9210 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
9211 libstdc++-v3 and libjava.
9212
9213 2002-02-11 Adam Megacz <adam@xwt.org>
9214
9215 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
9216 boehm-gc
9217
9218 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
9219
9220 * config.guess: Updated to 2002-01-30's version.
9221 * config.sub: Updated to 2002-02-01's version.
9222 Contribute sh64-elf.
9223 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
9224 * configure.in: Added sh64-*-*.
9225
9226 2002-02-08 Chris Demetriou <cgd@broadcom.com>
9227
9228 * MAINTAINERS: Belatedly add myself to write after approval list.
9229
9230 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
9231
9232 * MAINTAINERS: Put self in as maintainer for x86-64 port.
9233 Remove self as Write After Approval.
9234
9235 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
9236
9237 * MAINTAINERS: Put self in as maintainer for contrib/regression
9238 directory.
9239
9240 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
9241
9242 * MAINTAINERS: Update my email address.
9243
9244 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
9245
9246 * configure.in (*-*-netbsd*): New. Skip target-newlib,
9247 target-libiberty, and target-libgloss. Skip Java-related
9248 libraries if not supported for NetBSD on target CPU.
9249
9250 2002-01-25 Douglas B Rupp <rupp@gnat.com>
9251
9252 * install-sh: Use _inst.$$_ for temp file name.
9253
9254 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
9255
9256 * MAINTAINERS (Write After Approval): Move my contact info
9257 from here...
9258 (OS Port Maintainers): ...to here (netbsd).
9259
9260 2002-01-22 Bob Wilson <bob.wilson@acm.org>
9261
9262 * MAINTAINERS (Write After Approval): Add myself.
9263
9264 2002-01-17 H.J. Lu <hjl@gnu.org>
9265
9266 * Makefile.in (all-fastjar): Also depend on all-libiberty.
9267 (all-target-fastjar): Also depend on all-target-libiberty.
9268
9269 2002-01-16 H.J. Lu (hjl@gnu.org)
9270
9271 * config.guess: Import from master sources, rev 1.225.
9272 * config.sub: Import from master sources, rev 1.238.
9273
9274 2002-01-16 Kazu Hirata <kazu@hxi.com>
9275
9276 * MAINTAINERS (Write After Approval): Remove myself.
9277
9278 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
9279
9280 * MAINTAINERS (Write After Approval): Add myself.
9281
9282 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
9283
9284 * MAINTAINERS: Add self as docs co-maintainer.
9285
9286 2001-12-11 Matthias Klose <doko@debian.org>
9287
9288 * MAINTAINERS (Write After Approval): Add myself.
9289
9290 2001-12-09 Zack Weinberg <zack@codesourcery.com>
9291
9292 * MAINTAINERS: Update my email address.
9293
9294 2001-12-07 Turly O'Connor <turly@apple.com>
9295 * MAINTAINERS (Write After Approval): Add myself.
9296 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
9297 (rs6000_initialize_trampoline): Call __trampoline_setup for
9298 ABI_DARWIN too.
9299 * darwin-tramp.asm: New file, implements __trampoline_setup.
9300 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
9301
9302 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
9303
9304 * MAINTAINERS (Write After Approval): Add myself.
9305
9306 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
9307
9308 * configure, configure.in: Use temp file for long sed commands.
9309
9310 2001-12-03 Laurent Guerby <guerby@acm.org>
9311
9312 * config.sub: Update to version 1.232 on subversion.
9313
9314 2001-12-03 Ben Elliston <bje@redhat.com>
9315
9316 * MAINTAINERS: Update mail address for config.* patches.
9317
9318 2001-11-27 DJ Delorie <dj@redhat.com>
9319 Zack Weinberg <zack@codesourcery.com>
9320
9321 When build != host, create libiberty for the build machine.
9322
9323 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9324 CONFIG_ARGUMENTS.
9325 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9326 New variables.
9327 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9328 and rules.
9329 (all.normal): Depend on ALL_BUILD_MODULES.
9330 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9331 (all-build-libiberty): Depend on configure-build-libiberty.
9332
9333 * configure: Calculate and substitute proper value for
9334 ALL_BUILD_MODULES.
9335 * configure.in: Create the build subdirectory.
9336 Calculate and substitute TARGET_CONFIGARGS (formerly
9337 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9338
9339 2001-11-26 Ziemowit Laski <zlaski@apple.com>
9340
9341 * MAINTAINERS (write-after-approval): Add self.
9342
9343 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
9344
9345 * MAINTAINERS (GNATS only accounts): Remove self.
9346
9347 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
9348
9349 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
9350 libf2c.
9351
9352 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
9353
9354 * MAINTAINERS (Write After Approval): Add self.
9355
9356 2001-11-12 David O'Brien <obrien@FreeBSD.org>
9357
9358 * MAINTAINERS: mips and s390 are also CPU ports.
9359
9360 2001-11-12 David O'Brien <obrien@FreeBSD.org>
9361
9362 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
9363
9364 2001-11-11 David O'Brien <obrien@FreeBSD.org>
9365
9366 * MAINTAINERS: Alphabetize.
9367
9368 2001-11-09 Kazu Hirata <kazu@hxi.com>
9369
9370 * MAINTAINERS (Various maintainers: h8 port): Add myself.
9371
9372 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
9373
9374 * MAINTAINERS (Various maintainers: hppa port): Added myself.
9375
9376 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9377
9378 * configure.in (--enable-languages): Be more permissive about
9379 syntax. Check for empty lists better. Warn about $LANGUAGES.
9380
9381 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
9382
9383 * config.sub: Import from master sources, rev. 1.230.
9384 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
9385
9386 2001-11-07 Laurent Guerby <guerby@acm.org>
9387
9388 * MAINTAINERS (Write After Approval): Add self.
9389
9390 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9391
9392 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9393
9394 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
9395
9396 * config.sub: Import from master sources, rev 1.226.
9397 * config.guess: Import from master sources, rev 1.216.
9398
9399 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
9400
9401 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
9402 * MAINTAINERS: Add self as maintainer of MMIX port.
9403 Remove old after-approval entry.
9404
9405 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
9406
9407 * ChangeLog, configure: Fix spelling errors.
9408
9409 2001-10-20 Brendan Kehoe <brendan@zen.org>
9410
9411 * MAINTAINERS: Tweak my address.
9412
9413 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
9414
9415 * MAINTAINERS: Update my email address.
9416
9417 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
9418
9419 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
9420 * MAINTAINERS: Add self as maintainer of CRIS port.
9421
9422 2001-10-10 Geert Bosch <bosch@gnat.com>
9423
9424 * MAINTAINERS (Various maintainers: Ada front end):
9425 Added Robert Dewar.
9426
9427 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
9428
9429 * MAINTAINERS (Write After Approval): Added self
9430
9431 2001-10-02 Geert Bosch <bosch@gnat.com>
9432
9433 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9434
9435 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
9436
9437 * configure: Handle temporary files securely using mkdir.
9438
9439 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
9440
9441 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9442
9443 2001-09-26 Will Cohen <wcohen@redhat.com>
9444
9445 * configure.in (*-*-linux*): Disable configuration of target-newlib
9446 and target-libgloss.
9447
9448 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
9449
9450 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
9451 RANLIB.
9452
9453 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
9454
9455 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9456 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9457 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9458 avoid quotes nesting problems.
9459 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9460 (DO_X): Export only variables that are set.
9461
9462 2001-09-19 Ben Elliston <bje@redhat.com>
9463
9464 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9465 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9466 semantics. Use the shell built-in "type" command instead.
9467
9468 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
9469
9470 Merged from gcc-3_0-branch:
9471 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
9472 * ltcf-c.sh: Use $objext, not $ac_objext.
9473 2001-07-27 Mark Kettenis <kettenis@gnu.org>
9474 * ltcf-cxx.sh: Add support for GNU.
9475 2001-07-22 Timothy Wall <twall@redhat.com>
9476 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
9477 default settings if using GNU tools with that configuration.
9478 * ltcf-cxx.sh: Ditto.
9479 * ltcf-gcj.sh: Ditto.
9480 2001-07-21 Michael Chastain <chastain@redhat.com>
9481 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9482 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
9483 * ltmain.sh: Mark as gcc-local.
9484
9485 2001-08-30 Eric Christopher <echristo@redhat.com>
9486 Jason Eckhardt <jle@redhat.com>
9487
9488 * config.guess: Merge from master sources.
9489 * config.sub: Merge from master sources, add support for mipsisa32.
9490
9491 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
9492 * config.sub: Merge from master sources, rev 1.219.
9493 * MAINTAINERS: Add self as contact for stormy16 port.
9494
9495 2001-08-14 Zack Weinberg <zackw@panix.com>
9496
9497 * config.sub: Merge from master sources, rev 1.218.
9498 * config.guess: Merge from master sources, rev 1.209.
9499
9500 2001-08-11 Graham Stott <grahams@redhat.com>
9501
9502 * Makefile.in (check-c++): Add missing semicolon.
9503
9504 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
9505
9506 * MAINTAINERS (Various maitainers: predict.def): Added myself.
9507
9508 2001-07-30 Eric Christopher <echristo@redhat.com>
9509
9510 * MAINTAINERS (Various maintainers: mips port): Added myself.
9511
9512 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
9513
9514 * configure.in (sh-*-linux*): New.
9515
9516 2001-07-27 Richard Henderson <rth@redhat.com>
9517
9518 * .cvsignore: Add LAST_UPDATED.
9519
9520 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
9521
9522 * MAINTAINERS (Various maintainers: s390 port): Added myself.
9523
9524 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
9525
9526 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
9527
9528 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
9529
9530 * MAINTAINERS (Write After Approval): Added myself.
9531
9532 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9533
9534 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9535 and libgcj on m68hc11/m68hc12.
9536
9537 2001-06-27 H.J. Lu (hjl@gnu.org)
9538
9539 * Makefile (CFLAGS_FOR_BUILD): New.
9540 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
9541
9542 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
9543
9544 * README: Remove version number.
9545
9546 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9547
9548 * INSTALL/README: Update wrt. to the installation instructions now
9549 residing in gcc/doc/install.texi.
9550
9551 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
9552
9553 * README: Replace with a cut-down and updated version of gcc/README.
9554
9555 2001-06-12 David Edelsohn <edelsohn@gnu.org>
9556
9557 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
9558 multilibs to be disabled.
9559
9560 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
9561
9562 * MAINTAINERS (Write After Approval): Add myself.
9563
9564 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
9565
9566 * config.guess: Import CVS version 1.195.
9567 * config.sub: Import CVS version 1.212.
9568
9569 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9570
9571 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9572 gcc/xgcc is built, use -print-prog-name to find out the program
9573 name to use.
9574
9575 2001-06-04 Phil Edwards <pme@sources.redhat.com>
9576
9577 * config.guess: Import CVS version 1.194. All gcc-local changes
9578 appear to also be in the master copy.
9579 * config.sub: Import CVS version 1.211.
9580
9581 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
9582
9583 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9584 with_gcc]: Use `gcc -shared' to build a shared library.
9585
9586 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
9587
9588 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9589 archives.
9590
9591 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9592
9593 * MAINTAINERS (Write After Approval): Add myself.
9594
9595 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
9596
9597 * configure.in (libstdcxx_flags): Do not try to execute
9598 libstdc++-v3/testsuite_flags until it exists.
9599
9600 2001-06-01 Alan Modra <amodra@bigpond.net.au>
9601
9602 * MAINTAINERS: Update my email address.
9603
9604 2001-05-31 Graham Stott <grahams@redhat.com>
9605
9606 * MAINTAINERS (Write After Approval): Add myself.
9607
9608 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
9609
9610 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9611 libraries when using g++ with native linker.
9612
9613 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
9614
9615 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9616
9617 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
9618
9619 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9620 [aix4*|aix5*]: Prepend blank.
9621
9622 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
9623
9624 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9625 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9626 of subdir/configure scripts to use the new libtool.m4.
9627
9628 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
9629
9630 * MAINTAINERS (Write After Approval): Add myself.
9631
9632 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
9633
9634 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
9635
9636 2001-05-11 Ben Elliston <bje@redhat.com>
9637
9638 * Makefile.in (all-sid): New target.
9639 (check-sid, clean-sid, install-sid): Likewise.
9640
9641 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
9642
9643 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
9644
9645 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9646
9647 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9648 libgcj.
9649
9650 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9651
9652 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9653 gcc/xgcc is built, use -print-prog-name to find out the program
9654 name to use.
9655
9656 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9657
9658 * configure.in (noconfigdirs): Don't reset it from scratch in the
9659 target case; only append to it.
9660
9661 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9662 sparc-*-solaris2.8]: Disable ${libgcj}.
9663
9664 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
9665
9666 * configure.in (libgcj_saved): Copy from $libgcj.
9667 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9668 --disable-libgcj.
9669
9670 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
9671
9672 * MAINTAINERS: Remove self as MIPS maintainer and
9673 C front end maintainer.
9674
9675 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
9676
9677 * configure.in: Move *-chorusos target case to the proper switch.
9678 Disable libgcj.
9679
9680 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9681
9682 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9683 1.641.2.228.
9684
9685 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9686
9687 * Makefile.in (STAGE1_CFLAGS): Pass down.
9688
9689 2001-04-13 Alan Modra <amodra@one.net.au>
9690
9691 * config.guess: Add hppa64-linux support. Note for next import that
9692 this is already in the master file.
9693 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
9694
9695 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9696
9697 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9698 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9699
9700 2001-04-11 Stan Shebs <shebs@apple.com>
9701
9702 * MAINTAINERS: Add self as Darwin port maintainer.
9703
9704 2001-04-11 Alan Modra <amodra@one.net.au>
9705
9706 * MAINTAINERS: Update my email address.
9707
9708 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
9709
9710 * ltcf-cxx.sh: Support creation of C++ shared libraries on
9711 recent versions of FreeBSD (release 3 or later).
9712 * ltconfig: On FreeBSD, -lc must not be provided when building
9713 a shared library or else the standard -pthread gcc option is
9714 rendered worthless to later users of the built library.
9715
9716 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
9717
9718 * MAINTAINERS: Add self and RTH as C front end maintainers.
9719
9720 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
9721
9722 * config.sub: Make sure to match an already-canonicalized
9723 machine name (eg. mn10300-unknown-elf).
9724
9725 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
9726
9727 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9728 New macros.
9729 (bootstrap, cross): Use RECURSE_FLAGS.
9730 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9731
9732 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
9733
9734 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9735
9736 2001-03-22 Colin Howell <chowell@redhat.com>
9737
9738 * Makefile.in (DO_X): Do not backslash single-quotes in
9739 backquotes (two places).
9740
9741 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9742
9743 Re-installed:
9744 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9745 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9746 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9747 * ltcf-cxx.sh: Likewise.
9748 * ltcf-gcj.sh: Likewise.
9749
9750 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9751
9752 * MAINTAINERS: Add myself as "documentation co-maintainer".
9753
9754 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9755
9756 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9757 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9758
9759 2001-03-19 Tom Tromey <tromey@redhat.com>
9760
9761 * config-ml.in: Handle GCJ and GCJFLAGS.
9762
9763 2001-03-21 Michael Chastain <chastain@redhat.com>
9764
9765 * Makefile.in: all-m4 depends on all-texinfo.
9766
9767 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
9768
9769 * MAINTAINERS: Add myself to write after approval list.
9770
9771 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
9772
9773 * Makefile.in (DO_X): Quote nested quotes.
9774
9775 2001-03-18 Alan Modra <alan@linuxcare.com.au>
9776
9777 * MAINTAINERS: Add myself to write after approval list.
9778
9779 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
9780
9781 * Makefile.in (DO_X): Use double quotes for quoting
9782 "RANLIB=$${RANLIB}".
9783
9784 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
9785
9786 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
9787
9788 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
9789
9790 * configure.in: Only use `lang_requires' for languages athat are
9791 actually enabled.
9792
9793 2001-03-08 Phil Edwards <pme@sources.redhat.com>
9794
9795 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
9796
9797 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
9798
9799 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9800
9801 2001-03-07 Tom Tromey <tromey@redhat.com>
9802
9803 * configure.in: Allow config-lang.in to set `lang_requires' to list
9804 of other required languages.
9805
9806 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
9807
9808 * Makefile.in: Remove RANLIB definition. Use RANLIB
9809 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
9810 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
9811
9812 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
9813 Alexandre Oliva <aoliva@redhat.com>
9814
9815 * Makefile.in (check-c++): Use tabs, not spaces.
9816
9817 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
9818
9819 * MAINTAINERS: add myself to Write After Approval list.
9820
9821 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
9822
9823 * Makefile.in (check-c++): New rule.
9824
9825 * configure.in (target_libs): Remove libg++.
9826 (noconfigdirs): Remove libg++.
9827 (noconfigdirs): Same.
9828 (noconfigdirs): Same.
9829 (noconfigdirs): Same.
9830
9831 * config-ml.in: Remove libg++ references.
9832
9833 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
9834 (ALL_TARGET_MODULES): Same.
9835 (configure-target-libg++): Remove.
9836 (all-target-libg++): Remove.
9837 (configure-target-libio): Remove.
9838 (all-target-libio): Remove.
9839 (check-target-libio): Remove.
9840 (.PHONY): Remove.
9841 (libg++.tar.bz2): Remove.
9842 (all-target-cygmon): Remove libio.
9843 (all-target-libstdc++): Remove.
9844 (configure-target-libstdc++): Remove.
9845 (TARGET_LIB_PATH): Remove libstdc++.
9846 (ALL_GCC_CXX): Remove libstdc++.
9847 (all-target-gperf): Correct.
9848
9849 2001-02-16 Nick Clifton <nickc@redhat.com>
9850
9851 * configure.in (noconfigdirs): Allow configuration of texinfo
9852 for Cygwin hosts.
9853
9854 2001-02-15 Anthony Green <green@redhat.com>
9855
9856 * configure: Introduce GCJ_FOR_TARGET.
9857 * configure.in: Ditto.
9858 * Makefile.in: Ditto.
9859
9860 2001-02-13 Andreas Schwab <schwab@suse.de>
9861
9862 * MAINTAINERS: Update mail address.
9863
9864 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9865
9866 * config.guess: Add linux target for S/390.
9867 * config.sub: Likewise.
9868
9869 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
9870
9871 * configure.in: for *-chorusos, don't config target-newlib and
9872 target-libgloss.
9873
9874 2001-02-06 Ben Elliston <bje@redhat.com>
9875
9876 * configure: Output host type to stdout, not stderr.
9877
9878 2001-02-05 Mark Mitchell <mark@codesourcery.com>
9879
9880 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
9881 * ltcf-cxx.sh: Likewise.
9882
9883 * config.if: Assume enable_libstdcxx_v3 is defined.
9884
9885 2001-02-04 Mark Mitchell <mark@codesourcery.com>
9886
9887 Remove V2 C++ library.
9888 * configure.in: Remove --enable-libstdcxx_v3 support.
9889
9890 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
9891
9892 * include/demangle.h: Add prototype for java_demangle_v3.
9893
9894 2001-01-29 Phil Edwards <pme@sources.redhat.com>
9895
9896 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
9897
9898 2001-01-27 Richard Henderson <rth@redhat.com>
9899
9900 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
9901
9902 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9903
9904 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9905 Don't unset, it's non-portable and no longer necessary, set to empty
9906 instead.
9907
9908 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9909
9910 * ltconfig: Shell portability fix for the tagname validity check.
9911
9912 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
9913
9914 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9915 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9916
9917 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9918
9919 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9920
9921 2001-01-26 Tom Tromey <tromey@redhat.com>
9922
9923 * configure.in: Allow libgcj to be built on Sparc Solaris.
9924
9925 2001-01-25 David Edelsohn <edelsohn@gnu.org>
9926
9927 * ltcf-c.sh: Add aix5 case.
9928 * ltcf-cxx.sh: Likewise.
9929 * ltconfig: Likewise.
9930
9931 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9932
9933 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9934 keep at least one of build_libtool_libs or build_old_libs set to
9935 yes.
9936
9937 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9938 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9939
9940 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
9941
9942 * configure.in: Enable libgcj on several additional platforms.
9943
9944 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
9945
9946 * configure.in: Enable libgcj for linux targets.
9947
9948 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9949
9950 * MAINTAINERS (Write After Approval): Add myself.
9951
9952 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
9953
9954 * MAINTAINERS: Add myself as vax port maintainer.
9955
9956 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
9957
9958 * MAINTAINERS: Add myself as Mercury front-end maintainer.
9959
9960 2001-01-09 Mike Stump <mrs@wrs.com>
9961
9962 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
9963 failures of subdirectories.
9964
9965 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9966
9967 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9968 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9969 * ltcf-cxx.sh: Likewise.
9970 * ltcf-gcj.sh: Likewise.
9971 * ltconfig.sh: Fix typo.
9972
9973 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9974
9975 * configure: handle DOS-style absolute paths.
9976
9977 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9978
9979 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
9980
9981 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
9982
9983 * MAINTAINERS: Add myself as avr port co-maintainer.
9984
9985 2000-12-28 Ben Elliston <bje@redhat.com>
9986
9987 * MAINTAINERS: Add myself under ``Write After Approval''.
9988
9989 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
9990
9991 * texinfo: Remove directory from GCC.
9992
9993 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
9994
9995 * COPYING: Update to current
9996 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
9997 to 19yy as example year in copyright notice).
9998
9999 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
10000
10001 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
10002 (libstdcxx_incdir): Pass down.
10003 * config.if: Remove expired bits for cxx_interface, add stub.
10004 (libstdcxx_incdir): Add variable for g++ include directory.
10005 * configure.in (gxx_include_dir): Use it.
10006
10007 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
10008
10009 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
10010 with old-email address from ``Write After Approval''.
10011
10012 2000-12-15 Andreas Jaeger <aj@suse.de>
10013
10014 * configure.in: Handle lang_dirs.
10015
10016 2000-12-14 Tom Tromey <tromey@redhat.com>
10017
10018 * MAINTAINERS: Removed brads.
10019
10020 * MAINTAINERS: Added gcj developers.
10021
10022 2000-12-13 Anthony Green <green@redhat.com>
10023
10024 * configure.in: Disable libgcj for any target not specifically
10025 listed. Disable libgcj for x86 and Alpha Linux until compatible
10026 with g++ abi.
10027
10028 2000-12-13 Mike Stump <mrs@wrs.com>
10029
10030 * Makefile.in (local-distclean): Also remove fastjar.
10031
10032 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
10033
10034 * contrib/gcc_update: Add fastjar --touch entries.
10035
10036 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
10037
10038 * configure.in: Disable language-specific target libraries for
10039 languages that aren't enabled.
10040
10041 2000-12-10 Anthony Green <green@redhat.com>
10042
10043 * configure.in: Define libgcj. Disable libgcj target libraries for
10044 most targets.
10045
10046 2000-12-10 Neil Booth <neilb@earthling.net>
10047
10048 * MAINTAINERS: Update mail address, remove from WAA list.
10049
10050 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10051
10052 * libjava: Imported from /cvs/java.
10053 * libffi: Likewise.
10054 * Boehm-gc: Likewise.
10055
10056 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10057
10058 * configure.in (target_libs): Revert 2000-12-08 patch.
10059 (noconfigdirs): Added target-libjava.
10060
10061 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
10062
10063 * djunpack.bat: removed.
10064
10065 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
10066
10067 * Makefile.in: handle DOS-style absolute paths.
10068 * config-ml.in: likewise.
10069 * symlink-tree: likewise.
10070
10071 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10072
10073 * fastjar: Imported.
10074
10075 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10076
10077 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
10078 libjava.
10079 * configure.in (target_libs): Removed `target-libjava'.
10080
10081 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10082
10083 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
10084 (ALL_MODULES): Added fastjar.
10085 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
10086 (all-target-libjava): all-fastjar replaces all-zip.
10087 (all-fastjar): Added.
10088 (configure-target-fastjar, all-target-fastjar): Likewise.
10089 * configure.in (host_tools): Added fastjar.
10090
10091 2000-12-07 Mike Stump <mrs@wrs.com>
10092
10093 * Makefile.in (local-distclean): Remove leftover built files.
10094
10095 2000-11-24 Nick Clifton <nickc@redhat.com>
10096
10097 * configure.in (xscale-elf): Add target.
10098 (xscale-coff): Add target.
10099
10100 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
10101
10102 * ltcf-cxx.sh: Support creation of C++ shared libraries on
10103 recent versions of FreeBSD (release 3 or later).
10104 * ltconfig: On FreeBSD, -lc must not be provided when building
10105 a shared library or else the standard -pthread gcc option is
10106 rendered worthless to later users of the built library.
10107
10108 2000-11-16 Fred Fish <fnf@be.com>
10109
10110 * configure.in (enable_libstdcxx_v3): Fix typo,
10111 libstd++ -> libstdc++.
10112
10113 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10114
10115 * MAINTAINERS: Add self to Write After Approval list.
10116
10117 2000-11-21 Bernd Schmidt <bernds@redhat.com>
10118
10119 * MAINTAINERS: Update my email address. Add myself to global write
10120 privs list.
10121
10122 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
10123
10124 * Makefile.in: Merge with src and libgcj.
10125 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
10126 configure-target-<library> when their configure scripts need the C
10127 or C++ library to have already been built to work properly.
10128 (do_proto_toplev): Set them to an empty string.
10129
10130 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
10131 (REALLY_SET_LIB_PATH): Use them.
10132
10133 2000-11-17 Stan Shebs <shebs@apple.com>
10134
10135 * MAINTAINERS: Add self to Write After Approval list.
10136
10137 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
10138
10139 * configure: Provide the original toplevel configure arguments
10140 (including $0) to subprocesses in the environment rather than
10141 through gcc/configargs.h.
10142
10143 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
10144
10145 * MAINTAINERS: Remove references to cccp. Change C9X reference to
10146 C99. Alphabetise "Write After Approval" list.
10147
10148 2000-11-12 Mark Mitchell <mark@codesourcery.com>
10149
10150 * configure: Turn on libstdc++ V3 by default.
10151
10152 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
10153 if we've got GCC.
10154
10155 2000-11-11 Philip Blundell <philb@gnu.org>
10156
10157 * MAINTAINERS: Add self to Write After Approval list.
10158
10159 2000-11-09 David Edelsohn <edelsohn@gnu.org>
10160
10161 * ltcf-c.sh (aix4): Improve shared library configuration; require
10162 exporting symbols.
10163 * ltcf-cxx.sh (aix4): Define.
10164 * ltconfig (aix4): Define library and soname specs appropriate for
10165 AIX. Define command to create export symbols list.
10166
10167 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
10168
10169 * config.sub: Add support for Sun Chorus
10170
10171 2000-10-31 Nick Clifton <nickc@redhat.com>
10172
10173 * MAINTAINERS: Rename <name>@cygnus.com addresses to
10174 <name>@redhat.com. Also installed new email address for Clint
10175 Popetz.
10176
10177 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
10178
10179 * etc: Remove directory from GCC.
10180
10181 2000-10-16 Michael Meissner <meissner@redhat.com>
10182
10183 * configure (gcc/configargs.h): Only create if there is a build GCC
10184 directory created.
10185
10186 2000-10-16 Matthias Klose <doko@debian.org>
10187
10188 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
10189 when configured for libstdc++-v3.
10190
10191 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
10192
10193 * configure: Save configure arguments to gcc/configargs.h.
10194
10195 2000-10-04 Philipp Thomas <pthomas@suse.de>
10196
10197 * config.guess: Import CVS version 1.157.
10198 * config.sub: Import CVS version 1.181.
10199
10200 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
10201
10202 * Makefile.in (bootstrap): avoid recursion if subdir missing
10203 (cross): ditto
10204 (do-proto-toplev): ditto
10205
10206 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
10207
10208 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
10209 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
10210
10211 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
10212 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
10213 all affected `configure' scripts.
10214
10215 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
10216
10217 * MAINTAINERS: Add self as cpplib co-maintainer.
10218
10219 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
10220
10221 * MAINTAINERS: Add self to Write After Approval list.
10222
10223 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10224
10225 * INSTALL/README: egcs -> GCC update.
10226
10227 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
10228
10229 * MAINTAINERS: Add myself to Write After Approval list.
10230
10231 2000-09-15 Kazu Hirata <kazu@hxi.com>
10232
10233 * MAINTAINERS: Add myself to Write After Approval list.
10234
10235 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
10236
10237 * configure.in: Do not build byacc for hppa64. Provide paths to the
10238 X11 libraries for hppa64.
10239
10240 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10241
10242 * MAINTAINERS: Add myself as 68hc11 port maintainer.
10243
10244 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
10245
10246 * Makefile.in (all-zlib): Added dummy target.
10247
10248 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10249 ltcf-gcj.sh: Updated from libtool multi-language branch.
10250
10251 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
10252
10253 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
10254 (bootstrap*): Depend on all-bootstrap.
10255
10256 2000-09-05 Philipp Thomas <pthomas@suse.de>
10257
10258 * config.guess: Import CVS version 1.156.
10259 * config.sub: Import CVS version 1.179.
10260
10261 2000-09-02 Anthony Green <green@cygnus.com>
10262
10263 * Makefile.in (all-gcc): Depend on all-zlib.
10264 (CLEAN_MODULES): Add clean-zlib.
10265 (ALL_MODULES): Add all-zlib.
10266 * configure.in (host_libs): Add zlib.
10267
10268 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
10269
10270 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
10271 crosses, but add gcc/include to the header search path for them.
10272
10273 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
10274
10275 * MAINTAINERS: Add self to Write After Approval list.
10276
10277 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10278
10279 * config.guess: Import CVS version 1.152.
10280 * config.sub: Import CVS version 1.177.
10281
10282 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
10283
10284 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
10285 $targargs to tell whether newlib is going to be built.
10286
10287 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
10288 $$r/TARGET_SUBDIR/libio for _G_config.h.
10289
10290 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
10291
10292 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
10293
10294 2000-08-22 DJ Delorie <dj@redhat.com>
10295
10296 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
10297
10298 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
10299
10300 * config-ml.in (CC, CXX): Avoid trailing whitespace.
10301 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
10302 sub-configures.
10303
10304 2000-08-21 DJ Delorie <dj@redhat.com>
10305
10306 * MAINTAINERS: Add self as a libiberty maintainer
10307
10308 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
10309
10310 * configure.in (libstdcxx_flags): Use
10311 libstdc++-v3/src/libstdc++.INC.
10312
10313 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
10314
10315 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
10316
10317 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
10318
10319 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
10320
10321 * configure: Make enable_threads and enable_shared defaults
10322 explicit. Substitute enable_threads into generated Makefiles.
10323 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10324 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
10325
10326 2000-08-13 Geoff Keating <geoffk@cygnus.com>
10327
10328 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
10329
10330 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
10331
10332 * config-ml.in (CC): Remove bogus duplicate quotation mark from
10333 previous delta.
10334
10335 2000-08-11 Jason Merrill <jason@redhat.com>
10336
10337 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
10338 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
10339 (FLAGS_FOR_TARGET): Not here.
10340 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
10341
10342 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
10343
10344 * config-ml.in (CC, CXX): Don't introduce a leading space.
10345
10346 2000-08-07 DJ Delorie <dj@delorie.com>
10347
10348 * MAINTAINERS: Add self as a DJGPP maintainer
10349
10350 2000-08-07 DJ Delorie <dj@redhat.com>
10351
10352 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
10353 "if we're also building gcc, and it's a gcc that will run on the
10354 build machine, we want to use its includes instead of the system's
10355 default includes".
10356
10357 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
10358
10359 * MAINTAINERS: Add self to Write After Approval list.
10360
10361 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
10362
10363 * configure.in (libstdcxx_flags): Don't use `"'.
10364
10365 * config-ml.in: Adjust multilib search paths to the
10366 appropriate multilib tree.
10367
10368 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
10369
10370 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
10371 commas in $LANGUAGES.
10372
10373 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
10374
10375 * configure.in: Re-enable all references to libg++ and librx.
10376
10377 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
10378
10379 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
10380 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
10381 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
10382 * ltcf-cxx.sh (need_lc): Set based on postdeps.
10383
10384 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
10385
10386 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
10387
10388 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
10389 CXX_FOR_TARGET for sed.
10390
10391 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
10392
10393 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
10394 Do not override if already set in the environment or in configure.
10395 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
10396 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
10397
10398 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
10399
10400 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
10401 the libtool CVS tree multi-language branch.
10402 * ltconfig, ltmain.sh: Updated.
10403
10404 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
10405
10406 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
10407 (clean-target): Depend on it.
10408
10409 * Makefile.in (FLAGS_FOR_TARGET): New macro.
10410 (GCC_FOR_TARGET): Use it.
10411 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
10412 * configure.in: ... here.
10413 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
10414 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
10415
10416 2000-07-24 Eric Christopher <echristo@cygnus.com>
10417
10418 * MAINTAINERS: Add self to Write After Approval list.
10419
10420 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
10421
10422 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
10423 (configure-target-libchill, configure-target-libobjc): Likewise.
10424
10425 * configure.in: Use the same cache file for all target libs.
10426 * config-ml.in: But different cache files per multilib variant.
10427
10428 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10429
10430 * configure (topsrcdir): Don't use dirname.
10431
10432 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
10433
10434 * MAINTAINERS: Add self to Write After Approval list.
10435
10436 2000-07-20 Jason Merrill <jason@redhat.com>
10437
10438 * configure.in: Remove all references to libg++ and librx.
10439
10440 * configure, configure.in, Makefile.in: Unify gcc and binutils.
10441
10442 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
10443
10444 * config.sub: Update to subversions version 2000-07-06.
10445
10446 2000-07-12 Andrew Haley <aph@cygnus.com>
10447
10448 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
10449 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
10450
10451 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
10452
10453 * symlink-tree: Check number of arguments.
10454
10455 2000-07-05 Jim Wilson <wilson@cygnus.com>
10456
10457 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
10458 search path for a g++ extracted from the build tree. This
10459 will allow link tests run by configure scripts in
10460 subdirectories to succeed.
10461
10462 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
10463
10464 * ltconfig: Add support for mips-dde-sysv4.2MP
10465
10466 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10467
10468 * MAINTAINERS: Add myself as loop discovery maintainer.
10469
10470 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
10471
10472 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
10473 `os2'. Force ac_cv_exeext to be ".exe" in that case.
10474
10475 2000-06-19 Timothy Wall <twall@cygnus.com>
10476
10477 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
10478 * config.sub: Add tic54x target.
10479
10480 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
10481
10482 * MAINTAINERS: Add self as Fortran maintainer,
10483 remove Craig Burley.
10484
10485 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
10486
10487 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
10488 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
10489
10490 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
10491
10492 * MAINTAINERS: Add self as i18n maintainer
10493
10494 20000-05-21 H.J. Lu (hjl@gnu.org)
10495
10496 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
10497 directory are used if they exist. Make sure
10498 $(build_tooldir)/include is searched for header files,
10499 $(build_tooldir)/lib/ for library files.
10500 (GCC_FOR_TARGET): Likewise.
10501 (CXX_FOR_TARGET): Likewise.
10502
10503 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
10504
10505 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
10506
10507 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
10508
10509 * Makefile.in (configure-target-libiberty): Depend on
10510 configure-target-newlib.
10511
10512 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
10513
10514 * configure.in, Makefile.in: Merge all libffi-related
10515 configury stuff from the libgcj tree.
10516
10517 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
10518
10519 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10520 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
10521
10522 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10523
10524 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10525 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
10526 current version information. Add to proto-toplev directory.
10527 (gdb-taz): Build do-djunpack.
10528
10529 2000-05-15 David Edelsohn <edelsohn@gnu.org>
10530
10531 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
10532
10533 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
10534
10535 * MAINTAINERS: Add self to Write After Approval list.
10536
10537 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10538
10539 * ltmain.sh: Preserve in relink_command any environment
10540 variables that may affect the linker behavior.
10541
10542 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
10543
10544 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
10545
10546 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
10547
10548 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
10549
10550 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10551
10552 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
10553 with the version name.
10554
10555 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
10556
10557 * MAINTAINERS: Add self as bb-reorder maintainer.
10558
10559 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
10560
10561 * config.if: Tweak.
10562
10563 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
10564
10565 * djunpack.bat: New file.
10566
10567 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
10568
10569 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
10570 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
10571 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
10572 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
10573
10574 2000-04-16 Dave Pitts <dpitts@cozx.com>
10575
10576 * config.sub (case $basic_machine): Change default for "ibm-*"
10577 to "openedition".
10578
10579 2000-04-13 Andreas Jaeger <aj@suse.de>
10580
10581 * MAINTAINERS: Added myself.
10582
10583 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10584
10585 * Makefile.in (gdb-taz): New target. GDB specific archive.
10586 (do-md5sum): New target.
10587 (MD5PROG): Define.
10588 (PACKAGE): Default to TOOL.
10589 (VER): Default to a shell script.
10590 (taz): Rewrite target. Move real work to do-proto-toplev. Include
10591 md5 checksum generation.
10592 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
10593 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
10594 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
10595 insight.tar.bz2): Use gdb-taz to create archive.
10596
10597 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
10598
10599 * configure (warn_cflags): Delete.
10600
10601 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
10602
10603 * MAINTAINERS: Added myself.
10604
10605 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
10606 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
10607
10608 * configure.in (enable_libstdcxx_v3): Add.
10609 (target_libs): Add bits here to switch between libstdc++-v2 and
10610 libstdc++-v3.
10611 * config.if: And this file too.
10612 * Makefile.in: Add libstdc++-v3 targets.
10613
10614 2000-04-05 Michael Meissner <meissner@redhat.com>
10615
10616 * config.sub (d30v): Add d30v as a basic machine type.
10617
10618 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
10619
10620 * configure.in: -linux-gnu*, not -linux-gnu.
10621
10622 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
10623
10624 * MAINTAINERS: Add self in write-after-approval section.
10625
10626 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
10627
10628 * MAINTAINERS: Add self as ia64 port maintainer.
10629
10630 2000-03-08 Neil Booth <NeilB@earthling.net>
10631
10632 * MAINTAINERS: Add self in write-after-approval section.
10633
10634 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
10635
10636 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
10637 (do-tar-bz2): Replace TOOL with PACKAGE.
10638 (gdb.tar.bz2): Remove GDBTK from GDB package.
10639 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
10640 dejagnu.tar.bz2): New packages.
10641
10642 2000-02-27 Andreas Jaeger <aj@suse.de>
10643
10644 * configure.in: Add entry for mips*-*-linux*, move catch all
10645 *-*-*linux* entry below this one.
10646
10647 2000-02-27 Ian Lance Taylor <ian@zembu.com>
10648
10649 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
10650
10651 2000-02-24 Nick Clifton <nickc@cygnus.com>
10652
10653 * config.sub: Support an OS of "wince".
10654
10655 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
10656
10657 * config.guess, config.sub: Updated to match config's 2000-02-15
10658 version.
10659
10660 2000-02-23 Linas Vepstas <linas@linas.org>
10661
10662 * config.sub: Add support for Linux/IBM 370.
10663 * configure.in: Likewise.
10664
10665 2000-02-22 Nick Clifton <nickc@cygnus.com>
10666
10667 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
10668
10669 2000-02-20 Christopher Faylor <cgf@cygnus.com>
10670
10671 * config.guess: Guess "cygwin" rather than "cygwin32".
10672
10673 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10674
10675 * configure (gcc_version): When setting, narrow search to
10676 lines containing `version_string'.
10677
10678 2000-02-15 Denis Chertykov <denisc@overta.ru>
10679
10680 * config.sub: Add support for avr target.
10681
10682 2000-02-14 Nick Clifton <nickc@cygnus.com>
10683
10684 * MAINTAINERS: Add maintainers for MCore port.
10685
10686 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
10687
10688 * config.sub: Add mmix-knuth-mmixware.
10689
10690 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10691
10692 * MAINTAINERS: Pair cccp with cpplib maintainership.
10693
10694 2000-01-27 Christopher Faylor <cgf@redhat.com>
10695
10696 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
10697 structure stuff to -L library search.
10698 (CXX_FOR_TARGET): Ditto.
10699 (CROSS_CHECK_MODULES): Fix spelling mistake.
10700
10701 2000-01-24 Mark Mitchell <mark@codesourcery.com>
10702
10703 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
10704 the C++ compiler.
10705
10706 2000-01-12 Richard Henderson <rth@cygnus.com>
10707
10708 * configure.in: Don't build some bits for beos.
10709
10710 2000-01-12 Joel Sherrill (joel@OARcorp.com)
10711
10712 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
10713 as include files.
10714
10715 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
10716
10717 * Add self as cpplib maintainer, as requested by Jason
10718 Merrill. Correct my e-mail address.
10719
10720 2000-01-06 Geoff Keating <geoffk@cygnus.com>
10721
10722 * configure.in: Use mt-aix43 to handle *_TARGET defs,
10723 not mh-aix43.
10724
10725 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
10726
10727 * MAINTAINERS: Add myself to "write after approval" list.
10728
10729 1999-12-14 Richard Henderson <rth@cygnus.com>
10730
10731 * config.guess (alpha-osf, alpha-linux): Detect ev67.
10732 * config.sub: Accept alphaev[78], alphaev8.
10733
10734 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10735
10736 * config.guess, config.sub: Update from autoconf.
10737
10738 1999-11-29 Bruce Korb <autogen@linuxbox.com>
10739
10740 * MAINTAINERS: update my playtime e-address.
10741
10742 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10743
10744 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
10745 necessary libraries are missing.
10746
10747 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
10748
10749 * MAINTAINERS: Add new 'write after approval' maintainer.
10750
10751 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
10752
10753 * MAINTAINERS: Add new Java maintainer.
10754
10755 1999-10-25 Andreas Schwab <schwab@suse.de>
10756
10757 * configure: Fix quoting inside arguments of eval.
10758
10759 1999-10-21 Nick Clifton <nickc@cygnus.com>
10760
10761 * config-ml.in: Allow suppression of some ARM multilibs.
10762
10763 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
10764
10765 * config.guess: Add OS/390 match pattern.
10766 * config.sub: Add mvs, openedition targets.
10767 * configure.in (i370-ibm-opened*): New.
10768
10769 1999-09-04 Steve Chamberlain <sac@pobox.com>
10770
10771 * config.sub: Add support for configuring for pj.
10772
10773 1999-08-31 Nick Clifton <nickc@cygnus.com>
10774
10775 * config.sub (maybe_os): Add support for configuring for fr30.
10776
10777 1999-08-25 Nick Clifton <nickc@cygnus.com>
10778
10779 * configure.in: Do not configure or build ld for AIX
10780 platforms. ld is known to be broken on these platforms.
10781
10782 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10783
10784 * config-ml.in: Pass compiler flag corresponding to multidirs to
10785 subdir configures.
10786
10787 1999-08-09 Ian Lance Taylor <ian@zembu.com>
10788
10789 * Makefile.in (LDFLAGS): Define.
10790
10791 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
10792
10793 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
10794 noconfigdirs.
10795 (*-*-cygwin*): Likewise.
10796
10797 1999-08-08 Ian Lance Taylor <ian@zembu.com>
10798
10799 * mkdep: New file.
10800 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
10801 (BINUTILS_SUPPORT_DIRS): Add mkdep.
10802
10803 From Eli Zaretskii <eliz@is.elta.co.il>:
10804 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
10805 long file name when using DJGPP on MS-DOS.
10806
10807 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
10808
10809 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
10810
10811 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
10812
10813 * Makefile.in (check-target-libio): Remove all-target-libstdc++
10814 dependency as this causes "make check" to globally "make all"
10815
10816 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
10817
10818 * configure.in (target_libs): Added target-zlib.
10819 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
10820 (CONFIGURE_TARGET_MODULES): Likewise.
10821 (CHECK_TARGET_MODULES): Likewise.
10822 (INSTALL_TARGET_MODULES): Likewise.
10823 (CLEAN_TARGET_MODULES): Likewise.
10824 (configure-target-zlib): New target.
10825 (all-target-zlib): Likewise.
10826 (all-target-libjava): Depend on all-target-zlib.
10827 (configure-target-libjava): Depend on configure-target-zlib.
10828
10829 * Makefile.in (configure-target-libjava): Depend on
10830 configure-target-newlib.
10831 (configure-target-boehm-gc): New target.
10832 (configure-target-qthreads): New target.
10833
10834 * configure.in (target_libs): Added target-qthreads.
10835 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
10836 (CONFIGURE_TARGET_MODULES): Likewise.
10837 (CHECK_TARGET_MODULES): Likewise.
10838 (INSTALL_TARGET_MODULES): Likewise.
10839 (CLEAN_TARGET_MODULES): Likewise.
10840 (all-target-qthreads): New target.
10841 (configure-target-libjava): Depend on configure-target-qthreads.
10842 (all-target-libjava): Depend on all-target-qthreads.
10843
10844 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
10845 (CONFIGURE_TARGET_MODULES): Likewise.
10846 (CHECK_TARGET_MODULES): Likewise.
10847 (INSTALL_TARGET_MODULES): Likewise.
10848 (CLEAN_TARGET_MODULES): Likewise.
10849 (all-target-libjava): New target.
10850 (all-target-boehm-gc): Likewise.
10851 * configure.in (target_libs): Added libjava, boehm-gc.
10852
10853 1999-07-22 Ian Lance Taylor <ian@zembu.com>
10854
10855 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10856 configure.bat in SUPPORT_FILES.
10857 (gas+binutils.tar.bz2): Likewise.
10858
10859 * makeall.bat: Remove; obsolete.
10860
10861 1999-07-21 Ian Lance Taylor <ian@zembu.com>
10862
10863 From Mark Elbrecht:
10864 * configure.bat: Remove; obsolete.
10865
10866 1999-07-11 Ian Lance Taylor <ian@zembu.com>
10867
10868 * configure: Add -W -Wall to the default CFLAGS when compiling with
10869 gcc.
10870
10871 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
10872
10873 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10874
10875 1999-06-30 Mark Mitchell <mark@codesourcery.com>
10876
10877 * configure.in: Build ld on IRIX6.
10878
10879 1999-06-12 Ian Lance Taylor <ian@zembu.com>
10880
10881 * Makefile.in: Change distribution targets to use bzip2 instead of
10882 gzip.
10883 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
10884 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
10885
10886 1999-06-04 Nick Clifton <nickc@cygnus.com>
10887
10888 * config.sub: Add mcore target.
10889
10890 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
10891
10892 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10893
10894 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
10895
10896 * config.guess (dummy): Changed to $dummy.
10897
10898 1999-05-24 Nick Clifton <nickc@cygnus.com>
10899
10900 * config.sub: Tidied up case statements.
10901
10902 1999-05-22 Ben Elliston <bje@cygnus.com>
10903
10904 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10905 <jiro@din.or.jp>.
10906
10907 * config.guess: Merge with FSF version. Future changes will be
10908 more accurately recorded in this ChangeLog.
10909 * config.sub: Likewise.
10910
10911 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
10912
10913 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
10914
10915 1999-04-30 Tom Tromey <tromey@cygnus.com>
10916
10917 * ltmain.sh: [mode link] Always use CC given by ltconfig.
10918
10919 1999-04-23 Tom Tromey <tromey@cygnus.com>
10920
10921 * ltconfig, ltmain.sh: Update to libtool 1.2f.
10922
10923 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
10924
10925 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
10926 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
10927 Bad merge removed these two changes.
10928
10929 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
10930 Martin Heller (Ing.-Buero_Heller@t-online.de)
10931
10932 * config.guess (interix Alpha): Add.
10933
10934 1999-04-11 Richard Henderson <rth@cygnus.com>
10935
10936 * configure.in (i?86-*-beos*): Do config gperf; don't config
10937 gdb, newlib, or libgloss.
10938
10939 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
10940
10941 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
10942 link a trivial program with -mabi=64. If it fails, remove mabi=64
10943 from multidirs.
10944
10945 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
10946
10947 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
10948
10949 1999-04-08 Nick Clifton <nickc@cygnus.com>
10950
10951 * config.sub: Add support for mcore targets.
10952
10953 1999-04-07 Michael Meissner <meissner@cygnus.com>
10954
10955 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
10956 not mt-ospace, in order to shut up assembler warning about using
10957 symbols that are named the same as registers.
10958
10959 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
10960
10961 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10962 dependency list for all-target-cygmon.
10963
10964 1999-04-05 Doug Evans <devans@casey.cygnus.com>
10965
10966 * config-ml.in: Check $host, not $target, for selective multilibs.
10967 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10968 thumb interworking, and underscore prefix multilibs.
10969
10970 1999-04-04 Ian Lance Taylor <ian@zembu.com>
10971
10972 * missing: Update to version from current automake.
10973
10974 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
10975
10976 * configure (gxx_include_dir): Removed.
10977
10978 * configure.in (gxx_include_dir): Handle it.
10979 * Makefile.in: Likewise.
10980
10981 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
10982
10983 * config.sub (mips64vr4111,mips64vr4111el) Add.
10984
10985 1999-03-21 Ben Elliston <bje@cygnus.com>
10986
10987 * config.guess: Correct typo for detecting ELF on FreeBSD.
10988
10989 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
10990
10991 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10992 config/mh-djgpp.
10993
10994 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
10995
10996 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10997 all-target-newlib to dependency list for all-target-bsp.
10998
10999 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
11000
11001 * config.sub: Add i386-uwin support.
11002 * config.guess: Likewise.
11003
11004 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11005
11006 * configure.in: cleanup, add mh-*pic handling for arm, special
11007 case powerpc*-*-aix*
11008
11009 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
11010
11011 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
11012 can be built.
11013
11014 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
11015
11016 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
11017 targets.
11018
11019 1999-03-02 Nick Clifton <nickc@cygnus.com>
11020
11021 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
11022
11023 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
11024
11025 * config.sub: Check for "cygwin*" rather than "cygwin32*"
11026
11027 1999-02-24 Nick Clifton <nickc@cygnus.com>
11028
11029 * config.sub: Fix typo in arm recognition.
11030
11031 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
11032
11033 * configure.in (noconfigdirs): Changed target_configdirs to
11034 include target-bsp only for m68k-*-elf* and m68k-*-coff*
11035 rather than m68k-*-* since it is not known to work on
11036 m68k-aout. Ditto for arm-*-*oabi.
11037
11038 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
11039
11040 * configure.in (*-*-windows*): Remove, no longer used.
11041
11042 1999-02-19 Ben Elliston <bje@cygnus.com>
11043
11044 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
11045 Smart and improved by Andrew Cagney.
11046
11047 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
11048
11049 * config.guess: Recognize openbsd-*-hppa.
11050
11051 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
11052
11053 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
11054 only if it is not empty.
11055
11056 1999-02-17 Nick Clifton <nickc@cygnus.com>
11057
11058 Patch from: Scott Bambrough <scottb@corelcomputer.com>
11059
11060 * config.guess: Modified to recognize uname's armv* syntax.
11061
11062 * config.sub: Modified to recognize uname's armv* syntax.
11063
11064 1999-02-17 Mark Salter <msalter@cygnus.com>
11065
11066 * configure.in: Added target-bsp for sparclite.
11067
11068 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
11069
11070 * config.sub: Recognize alphapca5[67] and up to alphaev8.
11071
11072 1999-02-08 Nick Clifton <nickc@cygnus.com>
11073
11074 * configure.in: Add support for strongarm port.
11075 * config.sub: Add support for strongarm target.
11076
11077 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
11078
11079 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
11080 the old name config/mh-cygwin32.
11081 Enable texinfo.
11082
11083 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
11084
11085 * configure.in: Do build ld for ix86 Solaris.
11086
11087 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
11088
11089 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
11090 $AR_FOR_TARGET. Likewise for RANLIB.
11091
11092 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
11093
11094 * config.sub (oabi): Recognize.
11095 * configure.in (arm-*-oabi): Handle.
11096
11097 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
11098
11099 * config.guess: Improve detection of i686 on UnixWare 7.
11100
11101 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
11102
11103 * config.guess: Add support for i386-pc-interix.
11104 * config.sub: Likewise.
11105 * configure.in: Likewise.
11106
11107 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
11108
11109 * Makefile.in: Remove unneeded all-target-libio from
11110 from all-target-winsup target since it is now unneeded.
11111 Add all-target-libtermcap in its place since it is now
11112 needed.
11113
11114 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
11115
11116 * configure.in: makefile stub for cygwin target is probably
11117 unnecessary. Remove it for now.
11118
11119 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
11120
11121 * configure.in: libtermcap.a should be built when cygwin is the
11122 target as well as the host.
11123 * config.guess: Allow mixed case in cygwin uname output.
11124 * Makefile.in: Add libtermcap target.
11125
11126 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
11127
11128 * config.sub: Clean up handling of hppa2.0.
11129
11130 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
11131
11132 * config.guess: Use C code to identify more HP machines.
11133
11134 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
11135
11136 * config.sub: Handle hppa2.0.
11137
11138 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
11139
11140 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
11141 cygmon for all sparclite targets, regardless of object format.
11142
11143 1998-12-15 Mark Salter <msalter@cygnus.com>
11144
11145 * configure.in: Added target-bsp for several target architectures.
11146
11147 * Makefile.in: Added rules for bsp.
11148
11149 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
11150
11151 * config.guess: Improve detection of hppa2.0 processors.
11152
11153 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
11154
11155 * config.guess: Recognize FreeBSD using ELF automatically.
11156
11157 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
11158
11159 * configure (skip-this-dir): Add handling for new shell script, which
11160 might be created by a sub-directory's configure to indicate, this particular
11161 directory is "unwanted".
11162 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
11163
11164 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
11165
11166 * ltconfig: import from libtool, after changing libtool to
11167 account for the cygwin name change.
11168
11169 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
11170
11171 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
11172 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
11173
11174 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
11175
11176 * configure.in: Add libtermcap to list of cygwin dependencies.
11177
11178 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
11179
11180 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
11181 they include winsup/include when it's a cygwin target.
11182
11183 1998-11-12 Tom Tromey <tromey@cygnus.com>
11184
11185 * configure.in (host_tools): Added zip.
11186 * Makefile.in (all-target-libjava): Depend on all-zip.
11187 (all-zip): New target.
11188 (ALL_MODULES): Added all-zip.
11189 (NATIVE_CHECK_MODULES): Added check-zip.
11190 (INSTALL_MODULES): Added install-zip.
11191 (CLEAN_MODULES): Added clean-zip.
11192
11193 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
11194
11195 * Makefile.in: lose "32" from comment about cygwin.
11196
11197 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
11198
11199 * configure.in: Use -Os to build target libraries for the fr30.
11200
11201 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
11202
11203 * config.sub: Add fr30.
11204
11205 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
11206
11207 * configure.in: drop "32" from config/mh-cygwin32. Check
11208 cygwin* instead of cygwin32*.
11209 * config.sub: Check cygwin* instead of cygwin32*.
11210
11211 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
11212
11213 * config.guess: Match any version of Unixware7.
11214
11215 1998-10-20 Syd Polk <spolk@cygnus.com>
11216
11217 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
11218 if desired.
11219
11220 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
11221
11222 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
11223 these if the appropriate directories and files to not exist.
11224
11225 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
11226
11227 * Makefile.in (DEVO_SUPPORT): Add config.if.
11228
11229 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
11230
11231 * configure: Add pattern to replace "build_tooldir"'s
11232 definition in the generated Makefile with "tooldir"'s
11233 actual value.
11234
11235 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
11236
11237 * config.sub: Bring back lost sparcv9.
11238
11239 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
11240
11241 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
11242
11243 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
11244 CC_FOR_TARGET and friends.
11245
11246 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11247
11248 * Makefile.in (build_tooldir): New variable, same as tooldir.
11249 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
11250 -B$(build_tooldir)/bin/.
11251 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
11252
11253 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11254
11255 * README: Remove installation instructions and refer to the
11256 INSTALL directory instead.
11257
11258 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
11259
11260 * config.sub: Add support for i[34567]86-pc-udk.
11261 * configure.in: Likewise.
11262
11263 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
11264
11265 * Makefile.in: add bzip2 package building bits for user
11266 tools module
11267 * configure.in: ditto
11268
11269 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
11270
11271 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
11272 (ALL_TARGET_MODULES): Add all-target-libobjc.
11273 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11274 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11275 (all-target-libchill): Add dependencies.
11276 * configure.in (target_libs): Add libchill.
11277
11278 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
11279
11280 * configure.in (target_subdir): Remove duplicate line.
11281
11282 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
11283
11284 * Makefile.in (all-automake): fix dependencies.
11285
11286 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
11287
11288 * configure.in: Minor cleanups for building in the $(target_alias)
11289 subdir.
11290
11291 1998-09-22 Jim Wilson <wilson@cygnus.com>
11292
11293 * Makefile.in (bootstrap): Set r and s before make all. Use
11294 BASE_FLAGS_TO_PASS in make all.
11295 (cross): Likewise.
11296
11297 1998-09-20 Mark Mitchell <mark@markmitchell.com>
11298
11299 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
11300
11301 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
11302
11303 * config.sub: Fix typo in last change.
11304
11305 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11306
11307 * config.sub: Add support for C4x target.
11308 * configure.in: Likewise.
11309
11310 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
11311
11312 * config.sub: Recognize sparcv9 just like sparc64.
11313
11314 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
11315
11316 * config.guess: Match "Pent II" or "PentII" for OpenServer.
11317
11318 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
11319
11320 * config.guess: Correctly identify Pentium II sco boxes.
11321
11322 * config.guess: Fix "tr" code. From Weiwen Liu.
11323
11324 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
11325
11326 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
11327 stabs.
11328
11329 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
11330
11331 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
11332 (ALL_TARGET_MODULES): Add all-target-libchill.
11333 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11334 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11335 (all-target-libchill): Add dependencies.
11336 * configure.in (target_libs): Add libchill.
11337
11338 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
11339
11340 * config.guess: Avoid assumptions about "tr" behaves when
11341 LANG is set to something other than English.
11342
11343 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
11344
11345 * configure (gxx_include_dir): Changed to
11346 '${prefix}/include/g++'-${libstdcxx_interface}.
11347
11348 * config.if: New to determine the interfaces.
11349
11350 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
11351
11352 * config.guess: Detect and handle MPE/IX.
11353 * config.sub: Deal with MPE/IX.
11354
11355 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
11356
11357 * configure.in: Use mh-aix43.
11358
11359 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
11360
11361 * configure: Fix --without/--disable cases for gxx-include-dir.
11362
11363 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
11364
11365 * mdata-sh: Imported. Needed for automake support.
11366
11367 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
11368
11369 * Makefile.in (taz): Try "chmod -R og=u ." before
11370 "chmod og=u `find . -print`".
11371
11372 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
11373
11374 * configure.in: Add arm-elf and thumb-elf support.
11375
11376 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
11377
11378 * Makefile.in: Undo previous patch.
11379
11380 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
11381
11382 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
11383 to here ...
11384 (install-no-fixedincludes): and here
11385 (INSTALL_MODULES): ... from here.
11386
11387 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
11388
11389 * config.sub: Merge with FSF.
11390
11391 * config.guess: Merge with FSF.
11392
11393 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
11394
11395 * configure (extraconfigdirs): New variable.
11396 (SUBDIRS): Add extraconfigdirs and recurse on them too.
11397 * Makefile.in (all): Move higher in file.
11398 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
11399 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
11400 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
11401 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
11402 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
11403
11404 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
11405
11406 * Makefile.in (all-target-libjava): Depend on all-gcc and
11407 all-target-newlib.
11408 (configure-target-libjava): Depend on $(ALL_GCC).
11409
11410 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
11411
11412 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
11413 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
11414
11415 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
11416
11417 * INSTALL/README: Fix typo.
11418
11419 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
11420
11421 * ylwrap: Change absolute path checks to check for DOS style path
11422 names.
11423
11424 * ylwrap: Don't use a full path name if the source file is in the
11425 same directory. From hjl@lucon.org (H.J. Lu).
11426
11427 * config-ml.in: Default to being verbose, to match Feb 18 change to
11428 configure.
11429
11430 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
11431
11432 Brought over from egcs:
11433
11434 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
11435
11436 * configure.in (target_subdir): Set to ${target_alias} instead
11437 of "libraries".
11438
11439 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11440
11441 * configure.in (target_subdir): Set to libraries if enable_multilib.
11442
11443 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
11444
11445 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
11446 multilibs, force reconfiguration the first time we create
11447 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
11448
11449 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
11450
11451 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
11452 avoid confusion with --no-recursion.
11453
11454 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
11455
11456 * configure.in: Win32 hosts shouldn't use install -x
11457 * install-sh: remove -x option, and special .exe-handling
11458 hack.
11459
11460 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
11461
11462 * config.guess: Recognize i586-pc-beos.
11463 * configure.in: Don't build some bits for beos.
11464
11465 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
11466
11467 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
11468 CFLAGS default to -O2.
11469
11470 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
11471 when using GNU ld.
11472
11473 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
11474
11475 * ltmain.sh: Correct install when using a different shell.
11476
11477 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
11478
11479 * ltconfig, ltmain.sh: Update to libtool 1.2b.
11480
11481 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
11482
11483 * makefile.vms: Update to build binutils/makefile.vms. Add install
11484 target.
11485
11486 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
11487
11488 * ltconfig: Update to correct AIX handling.
11489
11490 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
11491
11492 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
11493
11494 * configure.in (target_subdir): Set to ${target_alias} instead
11495 of "libraries".
11496
11497 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
11498
11499 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
11500 (Makefile): Depend on $(gcc_version_trigger).
11501
11502 * configure (gcc_version): Change default initializer to empty
11503 string.
11504 (gcc_version_trigger): New variable; pass this variable down
11505 to subdir configures to enable them checking gcc's version
11506 themselves. Emit make macros for both gcc_version vars.
11507 (topsrcdir): Initialize reliably.
11508 (recursion line): Remove --with-gcc-version=${gcc_version}.
11509
11510 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
11511
11512 * configure (enable_version_specific_runtime_libs): Implement new flag
11513 --enable-version-specific-runtime-libs which installs C++ runtime stuff
11514 in $(libsubdir); emit definition in each generated Makefile.
11515 (gxx_include_dir): Initialize depending on
11516 $enable_version_specific_runtime_libs.
11517
11518 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
11519
11520 * configure (gcc_version): Initialize properly depending on
11521 how and where configure is started.
11522 (recursion line): Pass a --with-gcc-version=${gcc_version}
11523 to configures in subdirs.
11524
11525 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
11526
11527 * configure.in (noconfigdirs): Add configure pattern for mips tx39
11528 cygmon
11529
11530 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
11531
11532 * configure.in: Add cygmon and libstub support for mn10200.
11533
11534 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
11535
11536 * configure (gcc_version): Add new variable describing the
11537 particular gcc version we're building.
11538 * Makefile.in (libsubdir): Add new macro for the directory
11539 in which the compiler finds executables, libraries, etc.
11540 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
11541 and libsubdir.
11542
11543 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11544
11545 * Makefile.in (local-clean): Remove *.log.
11546 (warning.log): Built with warn_summary from build.log.
11547 (mail-report.log): Run test_summary.
11548 (mail-report-with-warnings.log): Run test_summary including
11549 warning.log in the report.
11550
11551 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
11552
11553 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
11554
11555 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
11556
11557 * Makefile.in (grep): Grep no longer depends on libiberty.
11558
11559 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
11560
11561 * Makefile.in: all-snavigator needs all-libgui.
11562
11563 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
11564
11565 * configure.in: Add cygmon and libstub support for mn10300.
11566
11567 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
11568
11569 * missing: Update to version from automake 1.3.
11570
11571 * ltmain.sh: On installation, don't get confused if the same name
11572 appears more than once in the list of library names.
11573
11574 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
11575
11576 * config.sub: Accept m68060 and m5200 as CPU names.
11577
11578 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
11579
11580 * configure: Use && rather than using -a in test, because odd
11581 strings can confuse test.
11582 * configure.in: Likewise.
11583
11584 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
11585
11586 * ltconfig, ltmain.sh: Bring in Visual C++ support.
11587
11588 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11589
11590 * Makefile.in (boostrap2-lean, bootstrap3-lean,
11591 bootstrap4-lean): New targets.
11592
11593 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
11594
11595 * mpw-* Delete. Not used.
11596
11597 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
11598
11599 * COPYING.LIB: Update FSF address.
11600
11601 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
11602
11603 * ltconfig, ltmain.sh: Update to libtool 1.2a.
11604
11605 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
11606 GAS_SUPPORT_DIRS.
11607
11608 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
11609
11610 * ltconfig, ltmain.sh: Avoid producing a version number if
11611 -version-info was not used.
11612
11613 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
11614
11615 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
11616 building with newlib.
11617
11618 1998-04-30 Paul Eggert <eggert@twinsun.com>
11619
11620 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
11621 Solaris `make' causes it to continue to next definition.
11622
11623 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
11624
11625 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
11626 the right GUI libraries and files are installed along with GDB.
11627
11628 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
11629
11630 * configure.in: Change alpha to alpha* in several places.
11631
11632 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
11633
11634 * config.sub: Recognize sparc86x.
11635
11636 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
11637
11638 * configure.in (--enable-target-optspace): Remove debug echo.
11639
11640 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
11641
11642 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
11643
11644 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
11645
11646 * ltconfig: Update cygwin32 support.
11647
11648 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
11649 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
11650 (GDB_SUPPORT_DIRS): Likewise.
11651
11652 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
11653
11654 * configure.in (target_makefile_frag): If --enable-target-optspace,
11655 use -Os to compile target libraries rather than -O2. Default to
11656 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
11657 not used.
11658 * configure.in (target_cflags): Ditto for d30v.
11659
11660 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
11661
11662 * Makefile.in (all-bfd): Depend on all-intl.
11663 (all-binutils): Likewise.
11664 (all-gas): Likewise.
11665 (all-gprof): Likewise.
11666 (all-ld): Likewise.
11667
11668 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
11669
11670 * configure.in (host_tools): Fix typo, lbtool -> libtool.
11671
11672 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
11673
11674 * Makefile.in (all-bfd): Depend upon all-libiberty.
11675
11676 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
11677
11678 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
11679
11680 * Makefile.in: Add libstub.
11681
11682 * configure.in: Ditto. Build libstub for targets that have cygmon
11683 support.
11684
11685 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
11686
11687 * configure.in: Don't set PICFLAG on ix86-cygwin32.
11688
11689 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
11690
11691 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
11692 use mh-sysv5 if specified. Support gprof on SCO Open Server.
11693
11694 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
11695
11696 * configure: Define DEFAULT_M4 by searching PATH.
11697 * Makfile.in: Use DEFAULT_M4.
11698
11699 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
11700
11701 * ltconfig: Add cygwin32 support.
11702
11703 * Makefile.in, configure.in: Add libtool as a native only directory
11704 to configure and build.
11705
11706 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
11707
11708 * Makefile.in (INSTALL_MODULES): Remove texinfo.
11709
11710 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
11711
11712 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
11713
11714 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
11715
11716 * Makefile.in: add ash make rules
11717 * configure.in: add ash to native_only and host_tools lists
11718
11719 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
11720
11721 * Makefile.in (all-gettext, all-intl): New targets.
11722 (ALL_MODULES): Added all-gettext, all-intl.
11723 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
11724 (INSTALL_MODULES): Added install-gettext, install-intl.
11725 (CLEAN_MODULES): Added clean-gettext, clean-intl.
11726
11727 * configure.in (host_tools): Added gettext.
11728 (native_only): Likewise.
11729 (noconfigdirs) [various cases]: Likewise.
11730 (host_libs): Added intl.
11731
11732 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
11733
11734 * configure: Do not disable building gdbtk for cygwin32 hosts.
11735
11736 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
11737
11738 * configure.in: Add thumb-coff target.
11739 * config.sub: Add thumb-coff target.
11740
11741 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
11742
11743 * Makefile.in: Revert yesterday's change.
11744 (all-target-winsup): all-target-librx stays out of here.
11745
11746 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
11747
11748 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
11749 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
11750 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
11751 Remove references to librx and libg++.
11752
11753 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
11754
11755 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
11756 recursive makes
11757
11758 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
11759
11760 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
11761 for newlib directory.
11762 (CXX_FOR_TARGET): Likewise.
11763
11764 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
11765
11766 * ltconfig: Update after libtool/ltconfig.in change for
11767 hpux11.
11768
11769 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
11770
11771 * ltconfig, ltmain.sh: Update to libtool 1.2.
11772
11773 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
11774
11775 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
11776 (install-gcc-cross): Instead, override LANGUAGES here.
11777
11778 1998-03-18 Dave Love <d.love@dl.ac.uk>
11779
11780 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
11781 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
11782
11783 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
11784
11785 * configure.in: Add Thumb-pe target.
11786
11787 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
11788
11789 * Makefile.in - changed sn targets to snavigator
11790 * configure.in - changed sn targets to snavigator
11791
11792 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
11793
11794 * config-ml.in: After building symlink tree call make distclean
11795 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
11796 to be the case for libiberty.
11797
11798 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
11799
11800 * configure: When making link, also check the current
11801 directory. The configure scripts may create one.
11802
11803 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
11804
11805 * config.sub: Accept alphapca56 and alphaev6 properly.
11806
11807 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11808
11809 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
11810
11811 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
11812
11813 * config.sub (sco5): Fix typo.
11814
11815 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
11816
11817 * Makefile.in (INSTALL_MODULES): Move install-tcl before
11818 install-itcl.
11819 (install-itcl): Remove dependency on install-tcl.
11820
11821 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
11822
11823 * configure.in: Remove libgloss from noconfigdirs for MN10300.
11824
11825 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
11826
11827 * configure.in: Don't build libgui for a cygwin32 target when not on
11828 a cygwin32 host.
11829
11830 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
11831
11832 * configure (redirect): Set to null, so default behavior of
11833 configure is now --verbose.
11834
11835 1998-02-16 Dave Love <d.love@dl.ac.uk>
11836
11837 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
11838 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
11839
11840 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
11841
11842 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
11843 this change to sync Makefile.in with its ChangeLog entries.
11844
11845 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
11846
11847 * ltmain.sh (mkdir): Check that the directory doesn't exist
11848 before we exit with error, so that we don't get races during
11849 parallel builds.
11850
11851 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
11852
11853 * ltconfig, ltmain.sh: Update from libtool 1.0i.
11854
11855 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
11856
11857 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
11858 PICFLAG_FOR_TARGET.
11859 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
11860
11861 * configure: Emit a definition for the new macro enable_shared
11862 into each Makefile.
11863
11864 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
11865
11866 * configure.in (host_tools, native_only): Add libtool.
11867
11868 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
11869
11870 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11871 Fix typo in ming config comment.
11872
11873 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
11874
11875 * ltconfig, ltmain.sh: Update from libtool 1.0h.
11876
11877 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
11878
11879 * config.sub: Add tic30 cases, and map c30 to tic30.
11880
11881 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
11882
11883 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11884 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11885 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11886 (CLEAN_TARGET_MODULES): Similarly
11887 (all-target-libf2c): Add dependences.
11888 * configure.in (target_libs): Add libf2c.
11889
11890 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
11891
11892 * configure.in: Remove expect from noconfigdirs when target
11893 is cygwin32. OK to build expect and dejagnu with Canadian
11894 Cross.
11895
11896 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
11897
11898 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11899 host.
11900
11901 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11902 and mingw32.
11903
11904 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
11905
11906 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11907 here as it is not defined in the toplevel Makefile.
11908
11909 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
11910
11911 * configure (package_makefile_rules_frag): New variable, which names
11912 a file with generic rules, ...
11913 Change comment to mention we now have FIVE parts.
11914 * configure: Undo last change.
11915
11916 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
11917
11918 * config.guess: More accurate determination of HP processor types.
11919 * config.sub: More accurate determination of HP processor types.
11920
11921 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
11922
11923 * configure (package_makefile_frag): Move inserting the
11924 ${package_makefile_frag} to where it should be according
11925 to the comment.
11926
11927 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
11928
11929 * config.guess: Add support for Linux/ARM.
11930
11931 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
11932
11933 * .cvsignore: Remove *-info and *-install since they match
11934 release-info and mpw-install, which we don't want to just ignore.
11935
11936 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
11937
11938 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
11939
11940 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
11941
11942 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
11943 local_prefix to sub-make invocations.
11944
11945 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
11946
11947 * configure.in: Check makefile fragments in the source
11948 directory.
11949
11950 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11951
11952 * configure.in: Check whether host and target makefile
11953 fragments exist before adding them to *_makefile_frag.
11954
11955 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
11956
11957 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
11958
11959 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
11960
11961 * configure.in: Make sure we only replace RPATH_ENVVAR on
11962 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
11963 regexp to sed.
11964
11965 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11966 to sub-makes.
11967
11968 1998-01-13 Lee Iverson (leei@ai.sri.com)
11969
11970 * config-ml.in (multi-do): LDFLAGS must include multilib
11971 designator.
11972
11973 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
11974
11975 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11976
11977 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
11978
11979 * config.sub: Add mingw32 support.
11980 * configure.in: Likewise.
11981
11982 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11983
11984 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11985
11986 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
11987
11988 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11989 * configure (gxx_include_dir): Provide a definition for subdirs
11990 which do not use autoconf.
11991
11992 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
11993
11994 * config.guess: Sync with egcs. Picks up new alpha support,
11995 BeOS & some additional linux support.
11996
11997 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
11998
11999 * config.guess: HP 9000/803 is a PA1.1 machine.
12000
12001 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
12002
12003 * configure.in: It's alpha*-...
12004
12005 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
12006
12007 * configure.in (host_makefile_frag, target_makefile_frag):
12008 Handle multiple config files.
12009 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
12010 alpha-*-*.
12011
12012 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
12013
12014 * mkdep: New file.
12015
12016 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
12017
12018 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
12019
12020 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
12021
12022 * Makefile.in: Add libgui directory.
12023 (GDB_TK): Add all-libgui.
12024 * configure.in: Add libgui directory.
12025 * configure: Add all-libgui to GDB_TK.
12026
12027 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
12028
12029 * config-ml.in (multidirs): Add m32r to multilib list.
12030
12031 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
12032
12033 * Makefile.in (all-target-gperf): Change dependency to
12034 all-target-libstdc++.
12035
12036 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
12037
12038 * config.guess: Add BeOS support.
12039
12040 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
12041
12042 Source directory cvs renamed to cvssrc:
12043 * configure.in (host_tools): Change cvs to cvssrc.
12044 (native_only): Likewise.
12045 (noconfigdirs) [various cases]: Likewise.
12046 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
12047 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
12048 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
12049 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
12050 (all-cvssrc): Rename target from all-cvs.
12051
12052 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
12053
12054 * configure (gxx_include_dir): Fix thinko.
12055
12056 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
12057
12058 * Makefile.in (INSTALL_TARGET_CROSS): Define.
12059 (install-cross, install-gcc-cross): New targets.
12060
12061 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
12062
12063 * configure.in (noconfigdirs): Add support for Thumb target.
12064
12065 * config.sub (maybe_os): Add support for Thumb target.
12066
12067 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
12068
12069 * Makefile.in: Add rules for cygmon.
12070
12071 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
12072
12073 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
12074
12075 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12076 * configure (gxx_include_dir): Provide a definition for subdirs
12077 which do not use autoconf.
12078
12079 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
12080
12081 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
12082 11/18/97 build
12083
12084 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
12085
12086 * From Franz Sirl.
12087 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
12088 found on RedHat Linux systems.
12089
12090 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
12091
12092 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
12093 guesses.
12094
12095 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
12096
12097 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
12098
12099 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
12100
12101 * ltmain.sh: If mkdir fails, check whether the directory was created
12102 anyhow by some other process.
12103
12104 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
12105
12106 * configure.in (d30v-*-*): Configure all directories.
12107
12108 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
12109
12110 * configure.in (d30v-*-*): Configure newlib, libiberty directories
12111 for the D30V.
12112
12113 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
12114
12115 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
12116
12117 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
12118
12119 * include/libiberty.h: Add extern "C" { so it can be used with C++
12120 progrms.
12121 * include/remote-sim.h: Add extern "C" { so it can be used with C++
12122 programs.
12123
12124 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
12125
12126 * configure.in (d30v-*-*): Configure GCC now.
12127
12128 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
12129
12130 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
12131 is no longer needed.
12132
12133 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
12134
12135 * Makefile.in: check-target-libio depends on all-target-libstdc++.
12136
12137 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
12138
12139 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
12140 targets using "$@" to provide support for similar but not identical
12141 targets without having to duplicate code.
12142
12143 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
12144
12145 * makefile.vms: Fix to work with DEC C.
12146
12147 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
12148
12149 * config.sub: Add mips-tx39-elf to marketing names.
12150
12151 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
12152
12153 * ltmain.sh: Handle symlinks in generated script.
12154
12155 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
12156
12157 * configure: Handle autoconf style directory options: --bindir,
12158 --datadir, --includedir, --infodir, --libdir, --libexecdir,
12159 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
12160 --sysconfdir.
12161 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
12162 (sharedstatedir, localstatedir, oldincludedir): New variables.
12163 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
12164 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
12165 sbindir, sharedstatedir, and sysconfdir.
12166
12167 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
12168
12169 * Makefile.in (bootstrap-lean): New target.
12170
12171 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
12172
12173 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
12174 sn, and gnuserv from noconfigdirs.
12175
12176 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
12177
12178 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
12179
12180 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
12181
12182 * Makefile.in (cross): New target.
12183
12184 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
12185 Jeff Law <law@cygnus.com>
12186
12187 * Makefile.in (bootstrap2, bootstrap3): New targets.
12188 (all-bootstrap): Remove outdated and confusing target.
12189 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
12190
12191 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
12192
12193 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
12194 windows. Consistent with gdb/configure.
12195
12196 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
12197
12198 * configure.in: Name Linux target fragment.
12199
12200 * configure: Rewrite so that project Makefile fragment is inserted
12201 first and appears last in the resulting Makefile.
12202
12203 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
12204
12205 * Makefile.in (install-itcl): Install tcl first.
12206
12207 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
12208
12209 * configure.in: remove bison from noconfigdirs for Cygwin32 host
12210
12211 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
12212
12213 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
12214
12215 * configure.in (skipdirs): Add target-librx for Linux.
12216 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
12217
12218 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
12219
12220 * Makefile.in (bootstrap): New target.
12221
12222 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
12223
12224 * config.sub: Accept 'amigados' for backward compatibility.
12225
12226 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
12227
12228 * config.guess: Merge with FSF.
12229
12230 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
12231
12232 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
12233
12234 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
12235
12236 * config.sub: Add "marketing-names" patch.
12237
12238 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
12239
12240 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
12241
12242 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
12243
12244 * config.sub: Handle v850-elf.
12245
12246 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
12247
12248 * .cvsignore (*-install): Remove.
12249
12250 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
12251
12252 * ltconfig: Set CONFIG_SHELL in libtool.
12253 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
12254
12255 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
12256
12257 * configure.in (target_subdir): Set to libraries if enable_multilib.
12258
12259 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
12260
12261 * config.guess: Update from gcc directory.
12262
12263 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
12264
12265 * Makefile.in (all-sim): Depends on all-readline.
12266
12267 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
12268
12269 * Makefile.in (BISON, YACC): Use $$s.
12270 (all-bison): Depend on all-texinfo.
12271
12272 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
12273
12274 * Makefile.in (BISON): Add -L flag.
12275 (YACC): Likewise.
12276
12277 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
12278
12279 * configure.in (noconfigdirs): Add support for v850e target.
12280
12281 * config.sub (maybe_os): Add support for v850e target.
12282
12283 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
12284
12285 * configure.in (noconfigdirs): Add support for v850ea target.
12286
12287 * config.sub (maybe_os): Add support for v850ea target.
12288
12289 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
12290
12291 * config.sub: Add mipstx39. Delete r3900.
12292
12293 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
12294
12295 * Makefile.in (all-autoconf): Depends on all-texinfo.
12296
12297 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
12298
12299 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
12300 eabi targets.
12301
12302 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
12303
12304 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
12305
12306 * configure: When handling a Canadian Cross, handle YACC as well as
12307 BISON. Just set BISON to bison. When setting YACC, prefer bison.
12308 * Makefile.in (all-bison): Depend upon all-texinfo.
12309
12310 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
12311
12312 * Makefile.in (BISON): bison, not byacc or bison -y.
12313 (YACC): bison -y or byacc or yacc.
12314 (various): Add *-bison as appropriate.
12315 (taz): No need to mess with BISON anymore.
12316
12317 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
12318
12319 * configure: If OSTYPE matches *win32*, try to find a good value for
12320 CONFIG_SHELL.
12321
12322 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
12323
12324 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
12325 configure.in if it is present.
12326
12327 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
12328
12329 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
12330
12331 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
12332
12333 * config.sub: Recognize `arc' cpu.
12334 * configure.in: Likewise.
12335 * config-ml.in: Likewise.
12336
12337 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
12338
12339 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
12340
12341 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
12342
12343 * configure: Changed sed delimiter from ':' to '|' when
12344 attempting to substitute ${config_shell} for SHELL. On
12345 NT ${config_shell} may contain a ':' in it.
12346
12347 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
12348
12349 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
12350
12351 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
12352
12353 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
12354
12355 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
12356
12357 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
12358
12359 * ylwrap: If the program is a relative path, force it to be
12360 absolute.
12361
12362 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
12363
12364 * configure (tooldir): Set BISON to `bison -y' and not just bison.
12365
12366 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
12367
12368 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
12369 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
12370 for libraries.
12371
12372 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
12373
12374 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
12375 separated by spaces.
12376
12377 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
12378
12379 * ylwrap: New file.
12380 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
12381
12382 * ltmain.sh: Handle /bin/sh at start of install program.
12383
12384 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
12385
12386 * ltconfig, ltmain.sh: New files, from libtool 1.0.
12387 * missing: New file, from automake 1.2.
12388
12389 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
12390
12391 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
12392 check-tk to CHECK_X11_MODULES.
12393
12394 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
12395
12396 * config.sub: Merge with FSF.
12397
12398 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
12399
12400 * config.guess: Merge with FSF.
12401
12402 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
12403
12404 * configure: Treat msdosdjgpp like go32.
12405 * configure.in: Likewise. Don't remove gprof for go32.
12406
12407 * configure: Change Makefile.tem2 to Makefile.tm2.
12408
12409 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
12410
12411 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
12412
12413 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12414
12415 * install-sh (chmodcmd): Set to null if the DST directory already
12416 exists. Same as Nov 11th change.
12417
12418 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
12419
12420 * configure (GDB_TK): Needs itcl and tix.
12421
12422 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
12423
12424 * config.guess: Update from FSF.
12425
12426 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
12427
12428 * Makefile.in (GDB_TK): Depend on itcl and tix.
12429
12430 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
12431
12432 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
12433 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
12434 (INSTALL_SCRIPT): New variable.
12435 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
12436 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
12437 to -x.
12438 * install-sh: Add support for -x option.
12439
12440 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
12441
12442 * configure.in, Makefile.in: Treat tix like itcl.
12443
12444 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
12445
12446 * Makefile.in (WINDRES): New variable.
12447 (WINDRES_FOR_TARGET): New variable.
12448 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
12449 (EXTRA_HOST_FLAGS): Add WINDRES.
12450 (EXTRA_TARGET_FLAGS): Add WINDRES.
12451 (EXTRA_GCC_FLAGS): Add WINDRES.
12452 ($(DO_X)): Pass down WINDRES.
12453 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
12454 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
12455 DLLTOOL_FOR_TARGET.
12456
12457 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
12458
12459 * configure.in: configure sim before gdb for win32-x-ppc
12460
12461 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12462
12463 Move gperf into the toplevel, from libg++.
12464 * configure.in (target_tools): Add target-gperf.
12465 (native_only): Add target-gperf.
12466 * Makefile.in (all-target-gperf): New target, depend on
12467 all-target-libg++.
12468 (configure-target-gperf): Empty rule.
12469 (ALL_TARGET_MODULES): Add all-target-gperf.
12470 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
12471 (CHECK_TARGET_MODULES): Add check-target-gperf.
12472 (INSTALL_TARGET_MODULES): Add install-target-gperf.
12473 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
12474
12475 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
12476
12477 * config.sub (mn10200): Recognize new basic machine.
12478
12479 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12480
12481 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
12482 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
12483
12484 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12485
12486 * configure.in: If we're building mips-sgi-irix6* native, turn on
12487 ENABLE_MULTILIB and set TARGET_SUBDIR.
12488
12489 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
12490
12491 * Makefile.in (all-sn): Depend on all-grep.
12492
12493 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
12494
12495 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
12496
12497 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
12498 Makefile. From Jeff Makey <jeff@cts.com>.
12499 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
12500
12501 * Makefile.in (DISTBISONFILES): Remove.
12502 (taz): Don't futz with DISTBISONFILES. Change BISON to use
12503 $(DEFAULT_YACC).
12504
12505 * configure.in: Build itl, db, sn, etc., when building for native
12506 cygwin32.
12507
12508 * Makefile.in (LD): New variable.
12509 (EXTRA_HOST_FLAGS): Pass down LD.
12510 ($(DO_X)): Likewise.
12511
12512 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
12513
12514 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
12515
12516 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
12517
12518 * configure.in (targargs): Strip out any supplied --build argument
12519 before adding our own. Always add --build.
12520
12521 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
12522
12523 * configure.in (targargs): Pass --build if we're doing
12524 a cross-compile.
12525
12526 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
12527
12528 * configure: Use '|' instead of ":" as the separator in
12529 sed. Otherwise sed chokes on NT path names with drive
12530 designators. Also look for "?:*" as the leading characters in an
12531 absolute pathname.
12532
12533 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
12534
12535 * config.sub: Support for r3900.
12536
12537 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
12538
12539 * configure.in: Use install-sh, not install.sh.
12540
12541 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
12542
12543 * Makefile.in (taz): Improve check for BISON so it doesn't try to
12544 apply it twice.
12545
12546 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
12547
12548 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
12549 install-binutils.
12550
12551 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
12552
12553 * Makefile.in: Add automake targets.
12554 * configure.in (host_tools): Add automake.
12555
12556 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
12557
12558 * configure: Default CXX to c++, not gcc.
12559 * Makefile.in (CXX): Set to c++, not gcc.
12560 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
12561
12562 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
12563
12564 * install-sh: try appending a .exe if source file doesn't
12565 exist
12566
12567 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
12568
12569 * configure.in: Turn on multilib by default.
12570 (cross_only): Remove target-libiberty.
12571
12572 * Makefile.in (all-gcc): Don't depend on libiberty.
12573
12574 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
12575
12576 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
12577
12578 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
12579
12580 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
12581 (DISTBISONFILES): Add ld/Makefile.in
12582
12583 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
12584
12585 * configure.in: if target is cygwin32 but host isn't cygwin32,
12586 don't configure gdb tcl tk expect, not just gdb.
12587
12588 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
12589
12590 * configure.in: Added gnuserv everywhere sn appears.
12591
12592 * Makefile.in (ALL_MODULES): Added all-gnuserv.
12593 (CROSS_CHECK_MODULES): Added check-gnuserv.
12594 (INSTALL_MODULES): Added install-gnuserv.
12595 (CLEAN_MODULES): Added clean-gnuserv.
12596 (all-gnuserv): New target.
12597
12598 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
12599
12600 * config.guess: Fixes for MIPS OpenBSD systems.
12601
12602 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
12603
12604 * Makefile.in (INSTALL_XFORM): Remove.
12605 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
12606
12607 * mkinstalldirs: New file, copied from automake.
12608 * Makefile.in (installdirs): Rename from install-dirs. Use
12609 mkinstalldirs. Change all users.
12610 (DEVO_SUPPORT): Add mkinstalldirs.
12611
12612 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
12613
12614 * install-sh: Rename from install.sh.
12615 * Makefile.in (INSTALL): Change install.sh to install-sh.
12616 (DEVO_SUPPORT): Likewise.
12617
12618 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
12619 Graichen <graichen@rzpd.de>.
12620
12621 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
12622
12623 * config.guess: Recognize OpenBSD systems correctly.
12624
12625 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
12626
12627 * README, Makefile.in (ETC_SUPPORT): Remove references to
12628 cfg-paper*, configure.{texi,man,info*}._
12629
12630 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
12631
12632 * Makefile.in (all.normal): Ensure that gcc is built after all
12633 the x11 - ie gdb - targets.
12634
12635 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
12636
12637 * makefile.vms: Don't run conf-a-gas.
12638
12639 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
12640
12641 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
12642
12643 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
12644
12645 * configure.in: Remove noconfigdirs case since gdb also
12646 configures and builds for tic80-coff.
12647
12648 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
12649
12650 * configure: Set cache_file to config.cache.
12651 * Makefile.in (local-distclean): Remove config.cache.
12652
12653 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
12654
12655 * COPYING: Update FSF address.
12656
12657 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
12658
12659 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
12660 noconfigdirs.
12661
12662 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
12663
12664 * Makefile.in (install-dirs): Don't crash if prefix, and hence
12665 MAKEDIRS, is empty.
12666
12667 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
12668
12669 * config.sub: Tweak mn10300 entry.
12670
12671 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
12672
12673 * configure.in (host_tools): Put sim before gdb, so gdb's
12674 configure.tgt can determine if the simulator was configured.
12675
12676 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
12677
12678 * config.sub: Move BeOS $os case to be with other Cygnus
12679 local cases.
12680
12681 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
12682
12683 * config.sub: Remove misplaced comment that broke Linux.
12684
12685 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
12686
12687 * config.sub: Add BeOS support.
12688
12689 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
12690
12691 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
12692
12693 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
12694
12695 * configure.in (noconfigdirs): Remove tcl and tk from
12696 noconfigdirs for cygwin32 builds.
12697
12698 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
12699
12700 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
12701
12702 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
12703
12704 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
12705 make-all.com, use makefile.vms instead.
12706
12707 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
12708
12709 * config.sub: Accept -lnews*.
12710
12711 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
12712
12713 * configure.in (noconfigdirs): Disable target-newlib,
12714 target-examples and target-libiberty for d30v.
12715
12716 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
12717
12718 * configure.in (noconfigdirs): Enable ld for d30v.
12719
12720 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
12721
12722 * configure.in (tic80-*-*): Build compiler.
12723
12724 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
12725
12726 * configure.in (d30v-*): Remove sim directory from list of
12727 unsupported d30v directories
12728
12729 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
12730
12731 * config.sub, configure.in: Add d30v target cpu.
12732
12733 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
12734
12735 * makefile.vms: New file.
12736 * make-all.com: Remove.
12737
12738 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
12739
12740 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
12741
12742 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
12743
12744 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
12745
12746 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
12747
12748 * Makefile.in (ALL_MODULES): Added all-db.
12749 (CROSS_CHECK_MODULES): Addec check-db.
12750 (INSTALL_MODULES): Added install-db.
12751 (CLEAN_MODULES): Added clean-db.
12752
12753 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
12754
12755 * config.guess: Merge with latest FSF sources.
12756
12757 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
12758
12759 * Makefile.in (ALL_MODULES): Added all-itcl.
12760 (CROSS_CHECK_MODULES): Added check-itcl.
12761 (INSTALL_MODULES): Added install-itcl.
12762 (CLEAN_MODULES): Added clean-itcl.
12763
12764 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
12765
12766 * configure.in: build gdb for mn10200
12767
12768 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
12769
12770 * Makefile.in (all-target-winsup): Depend on all-target-libio.
12771
12772 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
12773
12774 * configure.in (tic80-*-*): Turn off most targets right now.
12775
12776 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
12777
12778 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
12779 rather than the makeinfo program.
12780 (do-info): Depend upon all-texinfo.
12781
12782 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
12783
12784 * configure.in: Remove uses of config/mh-linux.
12785
12786 * config.sub, config.guess: Merge with latest FSF sources.
12787
12788 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
12789
12790 * config.sub (case $basic_machine): Add tic80 entries.
12791
12792 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
12793
12794 * config.sub, config.guess: Merge with latest FSF sources.
12795
12796 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12797
12798 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
12799 * mpw-config.in: Test for NewFolderRecursive.
12800 * mpw-install: Use symbolic name for startup filename.
12801 * mpw-README: Add various additional details.
12802
12803 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
12804
12805 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
12806
12807 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
12808
12809 * configure.in: Do build gcc and the target libraries for
12810 the mn10200.
12811
12812 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
12813
12814 * configure.in: don't avoid building gdb for mn10300 any more
12815 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
12816 instead of single-quoting it.
12817
12818 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
12819
12820 * configure.in: Don't use --with-stabs on IRIX 6.
12821
12822 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
12823
12824 * configure.in (m32r): Build gdb, libg++ now.
12825
12826 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12827
12828 * configure.in (mips*-sgi-irix6*): Remove gdb and related
12829 directories from noconfigdirs.
12830
12831 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
12832
12833 * config.sub (basic_machine): added mips16 configuration
12834
12835 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12836
12837 * config.sub: Handle d10v-unknown.
12838
12839 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
12840
12841 * config.sub: Handle v850-unknown.
12842
12843 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
12844
12845 * Makefile.in: add findutils
12846 * configure.in: add findutils to list of host_tools
12847
12848 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
12849
12850 * config.sub: Handle mn10200 and mn10300.
12851
12852 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12853
12854 * configure.in (d10v-*): Do not build librx.
12855
12856 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
12857
12858 * configure.in (mn10300): Build everything except gdb & libgloss.
12859
12860 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
12861
12862 * config.guess: Patch for Dansk Data Elektronik servers,
12863 from Niels Skou Olsen <nso@dde.dk>.
12864
12865 For ncr, use /bin/uname rather than uname, since GNU uname does not
12866 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
12867
12868 Patch for MIPS R4000 running System V,
12869 from Eric S. Raymond <esr@snark.thyrsus.com>.
12870
12871 Fix thinko for nextstep.
12872
12873 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12874
12875 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
12876 * config.guess: Guess mips-dec-mach_bsd4.3.
12877
12878 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
12879 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
12880 release numbers.
12881 * config.guess (mips-mips-riscos*): Emit just enough of the
12882 release number.
12883
12884 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
12885 * config.guess (sparc-auspex-sunos*): Added.
12886 (f300-fujitsu-*): Added.
12887
12888 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
12889 * config.guess: Recognize a Tadpole as a sparc.
12890
12891 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12892
12893 * config.guess: Don't assume that NextStep version is either 2 or
12894 3. NextStep 4 (aka OpenStep 4) has come out now.
12895
12896 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12897
12898 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12899 From Rik Faith <faith@cs.unc.edu>.
12900
12901 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
12902
12903 * config.sub: Contributions from bug-gnu-utils to:
12904 Support plain "hppa" (no version given) architecture, reported by
12905 OpenStep.
12906 OpenBSD like NetBSD.
12907 LynxOs is not a hardware supplier.
12908
12909 * config.guess: Contributions from bug-gnu-utils to add support for:
12910 OpenBSD like NetBSD.
12911 Stratus systems.
12912 More Pyramid systems.
12913 i[n>4]86 Intel chips.
12914 M680[n>4]0 Motorola chips.
12915 Use unknown instead of lynx for hardware manufacturer.
12916
12917 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12918
12919 * install.sh (chmodcmd): Set to null if the DST directory already
12920 exists.
12921
12922 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12923
12924 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12925 not use mt-ppc target Makefile fragment any more.
12926
12927 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12928
12929 * configure.in (*-*-windows): Exclude everything but those dirs
12930 needed to build windows.
12931
12932 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
12933
12934 * Makefile.in (all-target-winsup): Depend on all-target-librx.
12935
12936 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12937
12938 * configure.in: Exclude mmalloc from i386-windows.
12939
12940 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12941
12942 * Undo my previous change.
12943
12944 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
12945
12946 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
12947 unconditionally.
12948 (MAKEOVERRIDES): Define (revert this part of October 18 change).
12949
12950 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12951
12952 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
12953 host to add it's own flags.
12954
12955 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
12956
12957 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
12958
12959 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
12960
12961 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
12962 (CXX_FOR_TARGET): Likewise.
12963 (GCC_FOR_TARGET): Define.
12964 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
12965 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
12966 CC_FOR_TARGET was specified on the command line.
12967 (MAKEOVERRIDES): Don't define.
12968
12969 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
12970
12971 * configure.in (m32r): Fix spelling of libg++ libs.
12972
12973 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
12974
12975 * config.sub (-apple*): Remove, now redundant.
12976
12977 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
12978
12979 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12980
12981 * configure: Rework yesterday's sed script patch.
12982
12983 * config.sub: Merge with FSF.
12984
12985 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
12986
12987 * config.guess: Merge from FSF.
12988
12989 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
12990 * config.guess: Use pc instead of unknown, for pc clone systems.
12991 Change linux to linux-gnu.
12992
12993 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12994 * config.guess: Avoid non-portable tr syntax.
12995
12996 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
12997
12998 * test-build.mk (HOLES): Add "xargs" for gdb.
12999
13000 * configure: Avoid hpux10.20 sed bug.
13001
13002 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
13003
13004 * configure.in: Add support for windows host
13005 (that is a build done under the Microsoft build environment).
13006
13007 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
13008
13009 * Makefile.in: Replace all uses of srcroot with s, to shrink
13010 command line lengths.
13011
13012 Patches from Geoffrey Noer <noer@cygnus.com>:
13013 * configure.in: If configuring for newlib, pass --with-newlib to
13014 subdirectories.
13015 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
13016 -Bnewlib/ and -Lwinsup to gcc.
13017 (CXX_FOR_TARGET): Likewise.
13018
13019 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
13020
13021 * Makefile.in (ETC_SUPPORT): Add configure.
13022
13023 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
13024
13025 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
13026 host configuration file.
13027
13028 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
13029
13030 * configure.in: Break mn10x00 support into separate
13031 mn10200 and mn10300 configurations.
13032 * config.sub: Likewise.
13033
13034 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
13035
13036 * configure.in: Add lots of stuff to noconfigdirs for
13037 the mn10x00 targets.
13038
13039 * config.sub, configure.in: Add mn10x00 support.
13040
13041 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
13042
13043 * make-all.com: Call conf-a-gas, not config-a-gas.
13044
13045 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
13046
13047 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
13048 targets.
13049
13050 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
13051
13052 * mpw-README: Add much more detail for native PowerMac.
13053 * mpw-install: New file.
13054 * mpw-configure: Add --norecursion and --help options.
13055 * mpw-config.in: Translate readme and install files when
13056 copying to objdir.
13057 * mpw-build.in: Don't always depend on byacc and flex.
13058 (install-only-top): New action.
13059
13060 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
13061
13062 * configure.in: You can now configure GDB for the v850.
13063
13064 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
13065
13066 * configure.in (noconfigdirs): Don't configure any C++ dirs
13067 if targeting D10V.
13068
13069 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
13070
13071 * config.sub: Recognize mips64vr5000.
13072
13073 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
13074
13075 * configure.in: Use a single line for host_tools and native_only.
13076
13077 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
13078
13079 * config.sub, configure.in: Add entries for m32r.
13080
13081 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
13082
13083 * Makefile.in (inet-install): Don't run install-gzip.
13084
13085 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
13086
13087 * configure.in: Don't config lots of things for *-*-windows*.
13088
13089 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
13090
13091 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
13092 (host_libs, host_tools): Copy from configure.in.
13093 * mpw-configure: Don't complain about directories not found.
13094
13095 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13096
13097 * configure.in (i[345]86): Recognize i686 for pentium pro.
13098 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
13099 file.
13100
13101 * config.guess (i[345]86): Ditto.
13102
13103 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13104
13105 * configure.in (noconfigdirs): Removed gdb for D10V.
13106
13107 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
13108
13109 * configure.in: Remove ld, target-libio, target-libg++, and
13110 target-libstdc++ from noconfigdirs.
13111
13112 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
13113
13114 * configure: Fix three locations where shell scripts were
13115 being run directly rather than with config_shell.
13116
13117 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
13118
13119 * configure.in (v850-*-*): Set up initial $noconfigdirs.
13120 * config.sub (basic_machine): Recognize v850.
13121
13122 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
13123
13124 * mpw-configure: Handle multiple enable/disable options and
13125 pass them down recursively, handle -c and -s flags appropriately
13126 depending on choice of compiler, add escape mechanism for
13127 quoted arguments to gC.
13128
13129 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13130
13131 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
13132 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
13133 so that -mrelocatable-lib and -mno-eabi are used.
13134
13135 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
13136 not support --print-multi-lib, don't abort.
13137
13138 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
13139
13140 * make-all.com: Run config-a-gas.
13141 * setup.com: Don't copy subdirectory files around.
13142
13143 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
13144
13145 * configure.in (*-*-ose): Remove exclusion of libgloss for this
13146 target, it now compiles correctly.
13147
13148 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
13149
13150 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
13151
13152 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13153
13154 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
13155
13156 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13157
13158 * configure.in (native_only): Add prms.
13159
13160 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
13161
13162 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
13163 (BINUTILS_SUPPORT_DIRS): Likewise.
13164
13165 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13166
13167 * configure.in (d10v-*-*): Don't configure ld or gdb until the
13168 d10v support is added.
13169
13170 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13171
13172 * configure.in (d10v-*-*): New target.
13173
13174 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
13175
13176 * config.guess (HP 9000/811): Recognize this as a PA1.1
13177 machine.
13178
13179 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
13180
13181 * Makefile.in (do-tar-gz): New target, split out from tail end of
13182 taz target. Run each command separately, don't use pipes.
13183 (taz): Use it.
13184
13185 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
13186
13187 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
13188 * mpw-build.in: No builds should depend on building byacc or flex,
13189 they are assumed to be installed already.
13190
13191 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13192
13193 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
13194 variable that CC_FOR_TARGET needs.
13195
13196 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13197
13198 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
13199 options have changed since the last time the subdirectory was
13200 configured, and if it has, reconfigure.
13201 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
13202 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
13203
13204 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
13205
13206 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
13207 CLEAN_MODULES): Add bash.
13208 (all-bash): New target.
13209
13210 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
13211
13212 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
13213
13214 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13215
13216 * config.sub (basic_machine): Recognize d10v as a valid processor.
13217
13218 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
13219
13220 * mpw-configure: Add support for --bindir.
13221 * mpw-build.in: Use a GCC-specific build script for GCC actions.
13222
13223 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
13224
13225 * configure.in: add bash, time, gawk to list of hosttools and things
13226 to only build for native toolchains
13227
13228 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13229
13230 * Makefile.in (docdir): Remove.
13231
13232 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13233
13234 * Makefile.in (datadir): Set to $(prefix)/share.
13235
13236 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
13237
13238 * configure.in: build diff and patch for cygwin32-hosted
13239 toolchains.
13240
13241 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
13242
13243 * config.sub: Accept -rtems*.
13244
13245 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
13246
13247 * configure.in: enable dosrel for cygwin32-hosted builds,
13248 remove diff from the list of things not buildable
13249 via Canadian Cross
13250
13251 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
13252
13253 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
13254 don't get ". ".
13255
13256 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
13257
13258 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
13259
13260 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
13261
13262 * Makefile.in (taz): Handle case where tex3patch didn't even get
13263 checked out. Also, if it was found, put the symlink in a new util
13264 subdirectory.
13265
13266 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13267
13268 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
13269
13270 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
13271
13272 * config.sub: Recognize -openvms.
13273 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
13274 * make-all.com, setup.com: New files.
13275
13276 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
13277
13278 * Makefile.in (taz): tex3patch moved to texinfo/util.
13279
13280 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
13281
13282 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
13283 * configure.in: remove make from disable-if-Can-Cross list
13284 enable gdb if ${host} and ${target} are cygwin32
13285
13286 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
13287
13288 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
13289 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
13290
13291 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
13292
13293 * config.guess: Combine mips-mips-riscos cases, and use cpp to
13294 distinguish sysv/svr4/bsd variants.
13295 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
13296
13297 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
13298
13299 * configure.in: Added copyright notice.
13300 * move-if-change: Added copyright notice.
13301
13302 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13303
13304 * configure.in (powerpcle-*-solaris*): Until we get shared
13305 libraries working, don't build gdb, sim, make, tcl, tk, or
13306 expect.
13307
13308 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
13309
13310 * config.guess: Merge with FSF:
13311
13312 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
13313 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
13314
13315 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
13316 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
13317
13318 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
13319 * config.guess: Combine two OSF1 rules.
13320 Also recognize field test versions. From mjr@zk3.dec.com.
13321 * config.guess (dgux): Use /usr/bin/uname rather than uname,
13322 because GNU uname does not support -p. From pmr@pajato.com.
13323
13324 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
13325
13326 * Makefile.in (MAKEDIRS): Removed $(tooldir).
13327
13328 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
13329
13330 * mpw-README: Document GCCIncludes.
13331
13332 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
13333
13334 * configure.in (alpha-*-linux*): Set enable_shared to yes.
13335
13336 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
13337
13338 * mpw-configure: Handle --enable-FOO and --disable-FOO.
13339
13340 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
13341
13342 * configure.in (*-*-cygwin32): Configure make.
13343
13344 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
13345
13346 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
13347
13348 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
13349
13350 * Makefile.in (all-inet): Depend on all-perl.
13351
13352 * Makefile.in (inet-install): New target.
13353
13354 * Makefile.in (all-inet): Depend on all-tcl.
13355 (all-inet): Depend on all-send-pr.
13356
13357 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13358
13359 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
13360 temporarily.
13361
13362 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
13363
13364 * configure.in: Don't configure --with-gnu-ld on AIX.
13365
13366 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
13367
13368 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
13369
13370 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
13371
13372 * Makefile.in (ALL_MODULES): Added all-inet.
13373 (CROSS_CHECK_MODULES): Added check-inet.
13374 (INSTALL_MODULES): Added install-inet.
13375 (CLEAN_MODULES): Added clean-inet.
13376 (all-indent): New target.
13377
13378 * configure.in (host_tools): Added inet.
13379 (native_only): Added inet.
13380 (noconfigdirs): Added inet.
13381
13382 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
13383
13384 * configure.in: Don't configure libgloss if we are not configuring
13385 newlib.
13386
13387 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
13388
13389 * configure.in: Don't configure libgloss for unsupported
13390 architectures.
13391
13392 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13393
13394 * Makefile.in (CLEAN_MODULES): Add clean-apache.
13395
13396 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
13397
13398 * Makefile.in (ALL_MODULES): Include all-apache.
13399 (CROSS_CHECK_MODULES): Include check-apache.
13400 (INSTALL_MODULES): Include install-apache.
13401 (all-apache): New target.
13402
13403 * configure.in: Added apache everywhere perl is seen.
13404
13405 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13406
13407 * Makefile.in: Add support for clean-{module} and
13408 clean-target-{module} rules.
13409
13410 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
13411
13412 * configure.in (*-*-ose) do not build libgloss.
13413
13414 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13415
13416 * config.guess (prep*:SunOS:5.*:*): Turn into
13417 powerpele-unknown-solaris2.
13418
13419 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
13420
13421 * configure.in: Permit --enable-shared to specify a list of
13422 directories.
13423
13424 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
13425
13426 * configure.in (host==solaris): Pass only the first word of $CC
13427 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
13428
13429 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
13430
13431 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
13432
13433 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
13434
13435 * Makefile.in (ALL_MODULES): Include all-perl.
13436 (CROSS_CHECK_MODULES): Include check-perl.
13437 (INSTALL_MODULES): Include install-perl.
13438 (ALL_X11_MODULES): Include all-guile.
13439 (CHECK_X11_MODULES): Include check-guile.
13440 (INSTALL_X11_MODULES): Include install-guile.
13441 (all-perl): New target.
13442 (all-guile): New target.
13443
13444 * configure.in (host_tools): Include perl and guile.
13445 (native_only): Include perl and guile.
13446 (noconfigdirs): Don't build guile and perl; no ports have been
13447 done.
13448
13449 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
13450
13451 * configure (--enable-*): Handle quoted option lists such as
13452 --enable-sim-cflags='-g0 -O' better.
13453
13454 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13455
13456 * Makefile.in ({,inst}all-target): New rule so we can make and
13457 install all of the target directories easily.
13458
13459 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13460
13461 * configure.in: Add missing global flag in sed substitution when
13462 deleting `target-' from ${configdirs}.
13463
13464 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
13465
13466 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
13467 option.
13468
13469 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
13470 config/mh-necv4.
13471
13472 * install.sh: Correct misspelling of transformbasename.
13473
13474 * config.guess: Recognize mips-*-sysv*.
13475
13476 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
13477
13478 * config.sub: Recognize mon960.
13479
13480 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
13481
13482 * configure: Restore Canadian Cross handling of BISON and LEX,
13483 removed in Feb 20 change.
13484
13485 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
13486
13487 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
13488 Mention make install. Remove the old copyright date as well the
13489 clumsy and rather pointless copyright on the README file.
13490
13491 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
13492
13493 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
13494 Makefile after running symlink-tree, then run `make distclean' to
13495 avoid clobbering any generated files in srcdir.
13496
13497 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
13498
13499 * configure.in (m68k-*-netbsd*): Build everything now.
13500
13501 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
13502
13503 * Makefile.in (taz): Fix quoting.
13504
13505 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
13506
13507 * configure.in (sparclet-*-*): Build everything now.
13508
13509 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13510
13511 * configure.in (m68k-*-linux*): New host.
13512
13513 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
13514
13515 * configure: Check for bison before byacc.
13516
13517 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
13518
13519 * Makefile.in configure: Change the way LEX and BISON/YACC are
13520 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
13521 searching PATH. These are used as fallbacks by Makefile.in if
13522 flex/bison/byacc aren't in objdir.
13523
13524 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
13525
13526 * Makefile.in: Make everything which depends upon all-bfd also
13527 depend upon all-opcodes, in case --with-commonbfdlib is used.
13528
13529 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13530
13531 * configure.in (host *-*-cygwin32): Don't build gdb if we are
13532 building NT native compilers on Unix.
13533
13534 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
13535
13536 * configure.in: Don't get CC from the host Makefile fragment if we
13537 can find gcc in PATH, or if this is a Canadian Cross. Move the
13538 Solaris test for /usr/ucb/cc to the post target script, just after
13539 the compiler sanity test.
13540
13541 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
13542
13543 * config.sub: Merge with FSF.
13544
13545 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
13546
13547 * Makefile.in (RPATH_ENVVAR): New variable.
13548 (REALLY_SET_LIB_PATH): Use it.
13549 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
13550
13551 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
13552
13553 * config.sub, configure.in: Recognize sparclet cpu.
13554
13555 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
13556
13557 * config.guess: Support m68k-cbm-sysv4.
13558
13559 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13560
13561 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
13562 m68k-unknown-linuxaout from linker help string. Put quotes around
13563 $ld_help_string.
13564
13565 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
13566
13567 * config.guess (powerpc-harris-powerunix): Add guess for port
13568 to new target.
13569
13570 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13571
13572 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
13573
13574 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
13575
13576 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
13577 $(REALLY_SET_LIB_PATH) in Makefile.
13578 * Makefile.in (SET_LIB_PATH): New variable.
13579 (REALLY_SET_LIB_PATH): New variable.
13580 ($(DO_X)): Use $(SET_LIB_PATH).
13581 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
13582 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
13583 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
13584 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
13585 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
13586 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
13587 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
13588 (install-dosrel): Likewise.
13589 (all-opcodes): Depend upon all-libiberty.
13590
13591 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
13592
13593 * config.guess (*:CYGWIN*): New
13594
13595 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13596
13597 * Makefile.in (all-target-winsup): All all-target-libiberty.
13598
13599 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13600
13601 * configure.in (noconfigdirs): Add missing # in front of comment.
13602
13603 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
13604
13605 * configure.in: add second pass to things added to noconfigdirs
13606 so *-gm-magic can exclude libgloss properly.
13607
13608 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
13609
13610 * mpw-configure (extralibs_name, rez_name): Set correctly
13611 for MWC68K compiler.
13612
13613 * mpw-README: Add more info on the necessary build tools.
13614
13615 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
13616
13617 * configure.in, config.sub: Recognize cygwin32.
13618
13619 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
13620
13621 * config.guess, config.sub: Recognize A/UX.
13622
13623 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
13624
13625 * config.sub: Merge with gcc/config.sub.
13626
13627 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
13628
13629 * mpw-build.in (do-binutils): Add build of stamps.
13630
13631 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
13632
13633 * config.sub: Add recognition for mips64vr4100*-* targets.
13634
13635 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13636
13637 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
13638 Add creation of gconfigargs with `--enable-shared' turned on.
13639 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
13640 ($(host)-stamp-stage3-configured): Likewise.
13641 (HOLES): Add chatr and ldd.
13642 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
13643
13644 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
13645
13646 * configure: Pass --nfp to recursive configures.
13647
13648 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
13649
13650 * Makefile.in (DLLTOOL): New.
13651 (DLLTOOL_FOR_TARGET): New.
13652 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
13653 (EXTRA_TARGET_FLAGS): Ditto.
13654 (EXTRA_GCC_FLAGS): Ditto.
13655 (CONFIGURE_TARGET_MODULES): Ditto.
13656 (DO_X): Ditto.
13657 * configure: Add DLLTOOL.
13658
13659 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
13660
13661 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
13662 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
13663 mh-sco, since old workarounds no longer needed, and don't
13664 build ld, since libraries have weak symbols in COFF.
13665
13666 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
13667
13668 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
13669
13670 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
13671
13672 * configure.in: Make sure that ${CC} can be used to compile an
13673 executable.
13674
13675 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
13676
13677 * Makefile.in (all-gdb): Depend on $(GDB_TK).
13678 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
13679 nothing depending on whether gdbtk is being built.
13680
13681 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
13682
13683 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
13684
13685 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
13686
13687 * configure.in (noconfigdirs): Put ld or gas in this early, if the
13688 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
13689
13690 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
13691
13692 * config-ml.in: Add support for
13693 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
13694 Simplify setting of multidirs from --disable-foo.
13695
13696 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13697
13698 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
13699 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
13700 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
13701 non-empty, pass them on to the GCC make.
13702 (all-bootstrap): New rule that is like all-gcc, except it executes
13703 the GCC bootstrap rule instead of the GCC all rule.
13704
13705 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
13706
13707 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
13708
13709 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13710
13711 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
13712 DG/UX support.
13713
13714 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
13715
13716 * config.sub (i*86*) Change [345] to [3456]
13717
13718 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13719
13720 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
13721 --with-gnu-ld=no.
13722
13723 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13724
13725 * config-ml.in (rs6000*, powerpc*): Add switches to control which
13726 AIX multilibs get built.
13727
13728 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13729
13730 * configure.in (i386-win32): Don't build expect if we're not
13731 building the tcl subdir.
13732
13733 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
13734
13735 * Makefile.in: (configure-target-examples, all-target-examples):
13736 New targets, configure and build example programs.
13737
13738 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
13739
13740 * mpw-configure: If an mpw-config.in generated a file mk.sed,
13741 use it as input to sedit the generated MPW makefile.
13742 * mpw-README: Add a suggestion about Gestalt.h.
13743
13744 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
13745
13746 * config.sub: Accept *-*-ieee*.
13747
13748 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
13749
13750 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
13751 Ronald F. Guilmette <rfg@monkeys.com>.
13752
13753 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13754
13755 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
13756 for powerpc-pe native.
13757 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
13758 (target==powerpc-pe): duplicate i386-win32 entry.
13759
13760 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13761
13762 * configure.in (noconfigdirs): Exclude target-newlib for all versions
13763 of vxworks, not just vxworks5.1.
13764
13765 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
13766
13767 * mpw-configure: Add support for exec-prefix.
13768
13769 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13770
13771 * config.guess: Recognize HP model 816 machines as having
13772 a PA1.1 processor.
13773
13774 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
13775
13776 * configure: Ignore new autoconf configure options.
13777
13778 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
13779
13780 * config.guess: Recognize Pentium under SCO.
13781 From Robert Lipe <robertl@arnet.com>.
13782
13783 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13784
13785 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
13786
13787 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
13788
13789 * configure.in: Don't configure gas for alpha-dec-osf*.
13790
13791 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
13792
13793 * configure.in: Default to --with-stabs for some targets for which
13794 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
13795 i[345]86*-*-unixware*.
13796
13797 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
13798
13799 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
13800 rather than basing it on the target. Simplify handling of options
13801 controlling which directories to configure. Remove extraneous
13802 slash in multi-clean target.
13803
13804 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
13805
13806 * config-ml.in: Prefix more variables with ml_ so they don't collide
13807 with configure's.
13808
13809 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
13810
13811 * configure: Don't turn -v into --v.
13812
13813 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
13814
13815 * configure.in (targargs): Fix typo.
13816
13817 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
13818
13819 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
13820
13821 * configure.in: Strip --host and --target options from
13822 CONFIG_ARGUMENTS, and always configure for --host only. Add
13823 --with-cross-host option when building with a cross-compiler.
13824 * configure: Canonicalize the arguments put into config.status by
13825 always using `=' for an option with an argument. Pass a presumed
13826 --host or --target explicitly.
13827
13828 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
13829
13830 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
13831 into general OS recognition case.
13832
13833 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13834
13835 * configure.in (target_configdirs): add target-winsup only
13836 for win32 target systems.
13837
13838 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
13839
13840 * Makefile.in (all-target-libgloss): Depend upon
13841 configure-target-newlib, since when libgloss is built it looks to
13842 see if the newlib directory exists.
13843
13844 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
13845
13846 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
13847 cfg-ml-*.in.
13848
13849 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
13850
13851 * configure: Handle LD and LD_FOR_TARGET when configuring a
13852 Canadian Cross.
13853
13854 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13855
13856 * configure.in (target_libs): add target-winsup.
13857 (target==i386-win32): add patch diff flex make to $noconfigdirs.
13858 (target==ppcle-pe): remove ld from $noconfigdirs.
13859
13860 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
13861
13862 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
13863 Preserve relative path names in $srcdir. Build symlink tree if
13864 configuring cross target dir and srcdir=. (= no VPATH support).
13865 (configure-target-libg++): Depend on configure-target-librx.
13866 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
13867 * config-ml.in: New file.
13868 * symlink-tree: New file.
13869 * configure: Ensure srcdir="." if that's what it is.
13870
13871 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
13872
13873 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
13874 includes and FLEX_SKELETON setting.
13875 * mpw-configure (--with-gnu-ld): New option, controls whether
13876 to use PPCLink or ld with PowerMac GCC.
13877 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
13878 * mpw-config.in: Configure grez if targeting Mac.
13879
13880 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
13881 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
13882 just macos.
13883 * configure.in: Configure grez resource compiler if targeting Mac.
13884 * Makefile.in (all-grez, install-grez): New targets.
13885
13886 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
13887
13888 * configure: CXX defaults to gcc, not g++. If we find
13889 gcc in the path, set CC to gcc -O2.
13890
13891 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
13892
13893 * configure: Default ${build} correctly. Avoid picking up extra
13894 spaces when reading CC and CXX from Makefile. When doing a
13895 Canadian Cross, use plausible default values for numerous
13896 variables.
13897 * configure.in: When doing a Canadian Cross, don't try to
13898 configure tools whose configure script can't handle it.
13899
13900 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13901
13902 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13903
13904 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
13905
13906 * configure: Remove dubious bug reporting address.
13907
13908 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
13909
13910 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
13911 configure script, run that instead of this directory's configure.
13912 In either case, print a message that we're configuring the sub-dir.
13913
13914 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
13915
13916 * configure.in: Before checking for the existence of various files,
13917 use sed to filter out "target-".
13918
13919 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
13920
13921 * Makefile.in (DO_X): Split rule to decrease command line length
13922 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
13923 (Philippe De Muyter).
13924
13925 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13926
13927 * Makefile.in (all-patch): depend on all-libiberty.
13928
13929 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
13930
13931 * configure.in: If the only directory in target_configdirs which
13932 actually exists is libiberty, then set target_configdirs to empty,
13933 to avoid trying to build a target libiberty in a gas or gdb
13934 distribution.
13935
13936 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
13937
13938 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
13939 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
13940 systems.
13941
13942 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13943
13944 * configure.in (copy_dirs): Use sys-include instead of include
13945 for --with-headers option.
13946
13947 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
13948
13949 * Makefile.in, configure.in: Make winsup builds work with
13950 new scheme.
13951
13952 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
13953
13954 * configure.in: Build the linker on AIX.
13955
13956 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
13957
13958 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
13959 where needed.
13960
13961 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
13962
13963 * Makefile.in (all-gcc): Fix typo.
13964
13965 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
13966
13967 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
13968
13969 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
13970
13971 * configure.in: Rename libFOO to target-libFOO, and xiberty
13972 to target-xiberty, to provide more flexibility.
13973 (target_subdir): Define. Create if cross.
13974 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13975 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
13976 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13977 check-libFOO -> check-target-libFOO, etc.
13978 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13979 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13980 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13981 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
13982 allow ALL_GCC="" to only configure.
13983 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
13984 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
13985 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
13986
13987 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
13988
13989 * Makefile.in (taz): Build "info" in etc explicitly.
13990
13991 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
13992
13993 * configure.in: Make sure that CC is undefined (as opposed to
13994 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
13995 problem with autoconf trying to configure on a host without GCC.
13996
13997 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13998
13999 * mpw-configure: Set host alias from choice of host compiler,
14000 only use generic MPW Makefile sed if present, edit a file
14001 named "hacked_Makefile.in" instead of "Makefile.in" if present.
14002 * mpw-README: Add problem notes about CW6 and CW7.
14003
14004 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
14005
14006 * Makefile.in (taz): Use ";" instead of ";;".
14007
14008 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
14009
14010 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
14011 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
14012 DISTDOCDIRS.
14013 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
14014 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
14015
14016 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
14017
14018 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
14019 and gnats, because they are now subsumed by DISTSTUFFDIRS.
14020 Move bfd to DISTSTUFFDIRS.
14021
14022 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14023
14024 * Makefile.in (X11_LIB): Removed.
14025 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
14026
14027 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
14028
14029 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14030
14031 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
14032 names.
14033
14034 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14035
14036 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
14037
14038 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
14039
14040 * configure.in (i[345]86-*-win32): Always build newlib.
14041 Don't configure cvs, autoconf or texinfo.
14042 * Makefile.in (LD_FOR_TARGET): New.
14043 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
14044 Pass down LD_FOR_TARGET.
14045
14046 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
14047
14048 * winsup: New directory.
14049 * Makefile.in: Build winsup.
14050 * configure.in: Winsup is configured when target is win32.
14051 Can only build win32 target GDB when native.
14052
14053 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
14054
14055 * config.guess: Recognize HP model 819 machines as having
14056 a PA 1.1 processor.
14057
14058 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
14059
14060 * configure: Fix sed loop which substitutes for CC and CXX to
14061 avoid bug found in various sed implementations.
14062
14063 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14064
14065 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
14066 simulator. Use standard powerpc-*-eabi*.
14067
14068 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
14069
14070 * configure.in: Stop putting gas and binutils in noconfigdirs for
14071 powerpc-*-aix* and rs6000-*-*.
14072
14073 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
14074
14075 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
14076 -mcall-aixdesc libraries.
14077
14078 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
14079
14080 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14081
14082 * config.sub (arm | armel | armeb): Fix shell syntax.
14083
14084 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14085
14086 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
14087 -msoft-float and -mcpu=common support.
14088 (powerpc*-*-eabisim*): Add support for building -mcall-aix
14089 libraries.
14090
14091 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14092
14093 * configure.in: Allow configuration and build of emacs19 for the alpha.
14094
14095 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14096
14097 * configure.in (CC): Get ^CC, not just any old CC, from
14098 ${host_makefile_frag}.
14099
14100 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14101
14102 * configure.in (CC): Try to get CC from
14103 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
14104
14105 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14106
14107 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
14108 only if it exists in $(srcdir).
14109
14110 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
14111
14112 * configure: If CC and CXX are not set in the environment, set
14113 them, based on either an existing Makefile or on searching for gcc
14114 in PATH. Substitute for CC and CXX in Makefile.
14115 * configure.in: Remove libm from target_libs. Separate
14116 target_configdirs from configdirs. If CC is not set in
14117 environment, try to get it from a host Makefile fragment. Rewrite
14118 changes of configdirs to use skipdirs instead. A few minor
14119 tweaks. Take directories out of target_configdirs as they are
14120 taken out of configdirs. Remove existing Makefile files from
14121 subdirectories. Substitute for TARGET_CONFIGDIRS and
14122 CONFIG_ARGUMENTS in Makefile.
14123 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
14124 by configure.in.
14125 (CONFIG_ARGUMENTS): Likewise.
14126 (CONFIGURE_TARGET_MODULES): New variable.
14127 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
14128 ($(CONFIGURE_TARGET_MODULES)): New target.
14129 (configure-libg++, configure-libio): New targets.
14130 (all-libg++): Depend upon configure-libg++.
14131 (all-libio): Depend upon configure-libio.
14132 (configure-libgloss, all-libgloss): New targets.
14133 (configure-libstdc++): New target.
14134 (all-libstdc++): Depend upon configure-libstdc++.
14135 (configure-librx, all-librx): New targets.
14136 (configure-newlib): New target.
14137 (all-newlib): Depend upon configure-newlib
14138 (configure-xiberty): New target.
14139 (all-xiberty): Depend upon configure-xiberty.
14140
14141 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14142
14143 * configure.in (host i[345]86-*-win32): Expand the
14144 noconfigdirs again.
14145
14146 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
14147
14148 * mpw-configure: Fix sed command file name.
14149
14150 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
14151
14152 * configure.in (host i[345]86-*-win32): Reduce the
14153 noconfigdirs again.
14154
14155 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
14156
14157 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
14158 or powerpc*-*-pe*, since they are not yet supported.
14159
14160 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
14161
14162 Add PowerMac support and many other enhancements.
14163 * mpw-configure: New option --cc to select compiler to use,
14164 paste options set according to --cc into the generated
14165 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
14166 if mpw-make.sed is present.
14167 * mpw-config.in: Don't test for gC1, test for mpw-touch,
14168 add forward includes for PowerPC include files.
14169 * mpw-build.in: Build using Makefile.PPC if present.
14170 (do-byacc, etc): Remove separate version resource builds.
14171 (do-gas): Build "stamps" before "all".
14172 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
14173 * mpw-README: Update to reflect --cc option, PowerMac support,
14174 and recently-reported compatibility problems.
14175
14176 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
14177
14178 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
14179 embedded m68k systems (-aout, -coff, -elf, -vxworks).
14180 (--with-multilib-top): Pass to recursive invocations.
14181
14182 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
14183
14184 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
14185 v810-*-*.
14186
14187 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14188
14189 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
14190 gdb, ld and opcodes on v810-*-*.
14191
14192 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
14193
14194 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
14195 (local-maintainer-clean): New target.
14196 (maintainer-clean): New target.
14197 (realclean): Just depend upon maintainer-clean.
14198
14199 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14200
14201 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
14202
14203 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
14204
14205 * configure.in: Build ld in mips*-*-bsd* case.
14206
14207 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
14208
14209 * config.sub: Accept -lites* OS. From Ian Dall.
14210
14211 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
14212
14213 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
14214 targets.
14215
14216 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14217
14218 * configure.in: treat i386-win32 canadian cross the same as
14219 i386-go32 canadian cross.
14220
14221 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14222
14223 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
14224 running under the simulator to build a reduced set of libraries.
14225 (powerpc-*-eabiaix): Add fine grained multilib support added to
14226 other powerpc targets yesterday.
14227
14228 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14229
14230 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
14231 -disable-softfloat, -disable-relocatable, -disable-aix, and
14232 -disable-sysv to control which multilib libraries get built.
14233
14234 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
14235
14236 * configure: Add Makefile.tem to list of files to remove in trap
14237 handler.
14238
14239 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
14240
14241 * config.guess (*Linux*): Add missing "exit"s.
14242 Also, need specific check for alpha-unknown-linux (uses COFF).
14243
14244 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
14245
14246 * config.guess: Merge with FSF:
14247
14248 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
14249 * config.guess (AIX4): More robust release numbering discovery.
14250
14251 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
14252 * config.guess (i386-sequent-ptx): Properly get version number.
14253
14254 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
14255 * config.guess (mips:*:4*:UMIPS): New case.
14256
14257 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
14258
14259 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
14260 (i386-win32 host): Likewise. Don't build readline.
14261
14262 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
14263
14264 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
14265 SUPPORT_FILES to submakes.
14266
14267 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
14268
14269 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
14270 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
14271 mpw-configure.
14272
14273 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
14274
14275 * configure.in (appdirs): Use =, not ==, in test expression when
14276 trying to build the text to print in the warning message for
14277 Solaris users.
14278
14279 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
14280
14281 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
14282
14283 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14284
14285 * config.guess: Recognize lynx-2.3.
14286
14287 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
14288
14289 * config.sub (z8ksim): Deleted
14290 (z8k-*-coff): New, this is the one true name of the target.
14291
14292 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
14293
14294 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
14295
14296 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
14297
14298 * config.guess (*:Linux:*:*): First try asking the linker what the
14299 default object file format is (elf, aout, or coff). Then if this
14300 fails, try previous methods.
14301
14302 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14303
14304 * configure.in: Don't build newlib for *-*-vxworks5.1.
14305
14306 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14307
14308 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
14309 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
14310
14311 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
14312
14313 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
14314
14315 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
14316
14317 * cfg-ml-com.in: New file.
14318 * cfg-ml-pos.in: New file.
14319
14320 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14321
14322 * COPYING.NEWLIB: Add HP free copyright to list.
14323
14324 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14325
14326 * config.sub: Recognize -eabi* for the system, not just -eabi.
14327
14328 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
14329
14330 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
14331 * config.sub, configure.in (win32): New target and host.
14332
14333 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
14334
14335 * configure.in: Add i386-pe configuration.
14336
14337 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
14338
14339 * mpw-build.in (install): Install GDB after LD.
14340
14341 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
14342
14343 * mpw-config.in (elf/mips.h): Always forward-include, needed
14344 for GDB to build.
14345
14346 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
14347
14348 * testsuite: New directory for customer acceptance and whole tool
14349 chain tests.
14350
14351 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
14352
14353 * configure: If per-host line isn't found, but AC_OUTPUT is found
14354 and a configure script exists, run it instead.
14355
14356 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
14357
14358 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
14359
14360 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
14361
14362 * configure: Set build_{cpu,vendor,os,alias} to host values when
14363 --build isn't specified.
14364
14365 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14366
14367 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
14368 (FLAGS_TO_PASS): Pass them.
14369 (EXTRA_TARGET_FLAGS): Ditto.
14370
14371 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14372
14373 * Makefile.in (all-libg++): Depend on all-libstdc++.
14374
14375 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14376
14377 * configure.in (noconfigdirs): Enable all packages for
14378 i386-unknown-netbsd.
14379
14380 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
14381
14382 * configure.in (noconfigdirs): Don't configure tk for i386-go32
14383 hosted builds (DOS builds)
14384
14385 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
14386
14387 Changes for ARM based on patches from Richard Earnshaw:
14388 * config.sub: Handle armeb and armel.
14389 * configure.in: Omit arm linker only for riscix.
14390
14391 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
14392
14393 * config.guess: Update from FSF.
14394
14395 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
14396
14397 * config.sub: Recognize powerpcle as the little endian variant of
14398 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
14399 powerpcle variant. Convert pentium into i586, not i486. Add p5
14400 alias for i586. Map new x86 variants p6, k5, nexgen into i586
14401 temporarily.
14402
14403 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
14404
14405 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
14406
14407 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
14408
14409 * config.sub: Accept -lites* as a basic system type.
14410
14411 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
14412
14413 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
14414 installed, and if so return linuxoldld as the system name.
14415
14416 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
14417
14418 * config.guess: Add hppa1.1-hp-lites support.
14419
14420 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
14421
14422 * configure.in: Don't build newlib for m68k-vxworks5.1.
14423
14424 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14425
14426 * configure.in (mips-sgi-irix6): Use mh-irix5.
14427
14428 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
14429
14430 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
14431
14432 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14433
14434 * test-build.mk: Enable building of shared libraries on IRIX 5 and
14435 OSF/1. Fix compiler flags.
14436 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
14437
14438 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
14439
14440 * configure.in: Recognize --with-newlib.
14441 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
14442
14443 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14444
14445 * Makefile.in: move {all,check,install}-gdb from *_MODULES
14446 to *_X11_MODULES due to gdbtk needing X include files et al.
14447
14448 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
14449
14450 Merge in support for Mac MPW as a host.
14451 (Old change descriptions retained for informational value.)
14452
14453 * mpw-config.in: Add generic include forwards for cpu-specific
14454 include files in aout and elf directories.
14455
14456 * mpw-configure: Added copyright.
14457 * mpw-config.in: Check for presence of required build tools.
14458 (target_libs): Add newlib.
14459 (target_tools): Add examples.
14460 (Read Me): Generate as "Read Me for MPW" instead.
14461 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
14462 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
14463 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
14464
14465 * mpw-configure: Remove subdir-specific makefile hackery,
14466 delete mk.tmp after using it.
14467
14468 * mpw-build.in (all): Display start and end times.
14469
14470 * mpw-configure (host_canonical): Set.
14471 (target_cpu): Always add to makefiles.
14472 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
14473 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
14474 (mpw-mh-mpw): Look for in srcdir and srcroot.
14475 Use sed instead of mpw-edit-prefix to edit prefix definitions.
14476
14477 * mpw-build.in: (install-only): New target.
14478
14479 * mpw-configure (host_alias, target_alias): Rename from hostalias
14480 and targetalias, add into generated Makefile.
14481 (mk.tmp): If present, add into generated Makefile.
14482 * mpw-build.in (all-gas): Build config.h first before gas proper.
14483
14484 * mpw-configure (config.status): Write only if changed.
14485 * mpw-config.in (readline): Configure it (not built, just used for
14486 definitions).
14487
14488 * mpw-config.in (elf/mips.h): Add a forward include.
14489
14490 * mpw-config.in: Forward-include most .h files in include into
14491 extra-include.
14492 (readline): Don't build.
14493 mpw-build.in (install): Install GDB.
14494
14495 * mpw-configure (prefix, mpw_prefix): Handle it.
14496 * mpw-config.in (mmalloc, readline): Don't configure.
14497 * mpw-build.in (thisscript): Rename to ThisScript.
14498 Use mpw-build instead of BuildProgram everywhere.
14499 (mmalloc, readline): Don't build.
14500 * mpw-README: New file, basic documentation about the MPW port.
14501
14502 * mpw-config.in: Use forward-include to create include files.
14503
14504 * mpw-configure: Add more things to the top of each configured
14505 Makefile, including contents of config/mpw-mh-mpw.
14506 * mpw-config.in (extra-include): Create this directory and fill it
14507 with Posix-like include files when configuring.
14508
14509 * config.sub (apple, mac, mpw): Add various aliases.
14510
14511 * mpw-build.in: New file, top-level build script fragment for MPW.
14512 * mpw-configure: New file, configure script for MPW.
14513 * mpw-config.in: New file, config fragment for MPW.
14514
14515 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14516
14517 * configure.in (host_libs): Remove glob, since it is gone from the
14518 sources.
14519
14520 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14521
14522 * Makefile.in: define empty GDB_NLM_DEPS var.
14523
14524 * configure.in(target_makefile_frag): use config/mt-netware
14525 for netware targets.
14526
14527 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
14528
14529 * config.sub: Merge in recent FSF changes. Remove linux special
14530 cases.
14531
14532 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14533
14534 Revert this change:
14535
14536 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14537
14538 * build-all.mk: Use CC=cc -Xs on Solaris.
14539
14540 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14541
14542 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
14543 stop using it.
14544 * Makefile.in: Nuke all references to glob subdirectory.
14545
14546 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14547
14548 * configure.in: Fix --enable-shared logic in per-host.
14549
14550 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
14551
14552 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
14553
14554 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14555
14556 * configure.in (noconfigdirs): Don't build gas on AIX, for
14557 powerpc*-*-aix* as well as for rs6000*-*-aix*.
14558
14559 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
14560
14561 * configure: Fix --cache-file to work if the file argument is a
14562 relative path.
14563
14564 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
14565
14566 * configure: If the --cache-file is used, pass it down to
14567 configure in subdirectories.
14568
14569 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
14570
14571 * config.sub: add vxworks29k configuration.
14572
14573 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
14574
14575 * Makefile.in (taz): Do "diststuff" part quietly.
14576
14577 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
14578
14579 * config.sub: Mini-merge with gcc/config.sub.
14580
14581 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14582
14583 * config.guess (IRIX): Sed - to _.
14584
14585 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14586
14587 * Makefile.in (source-vault, binary-vault): New targets.
14588
14589 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
14590
14591 * config.sub: Recognize -eabi as a basic system type.
14592
14593 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14594
14595 * configure.in (enable_shared stuff): Fix typo.
14596
14597 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
14598
14599 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
14600
14601 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14602
14603 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
14604
14605 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14606
14607 * configure.in (rs6000-*-*): Don't build gas.
14608
14609 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
14610
14611 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
14612 reduce command line length.
14613 (AS_FOR_TARGET): Check for as.new, not Makefile.
14614 (NM_FOR_TARGET): Check for nm.new, not Makefile.
14615
14616 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
14617
14618 * config.guess: Merge from FSF.
14619
14620 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14621
14622 * configure: Don't use $ when handling program_suffix.
14623
14624 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
14625
14626 * configure.in: Configure tk for hppa/hpux.
14627
14628 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
14629
14630 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
14631
14632 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
14633
14634 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
14635 to LIBCXXFLAGS. Tests are better run without it.
14636
14637 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
14638
14639 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
14640
14641 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
14642
14643 * configure.in (*-*-netware*): Don't configure xiberty.
14644
14645 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
14646
14647 * configure.in: Remove tk from native_only list.
14648
14649 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
14650
14651 * build-all.mk: Add mips-ncd-elf target to sun4 targets
14652 for special NCD build.
14653
14654 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14655
14656 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
14657 makeall.bat, they're only useful for binutils snapshots.
14658 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
14659 makeall.bat to specified SUPPORT_FILES.
14660
14661 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
14662
14663 * build-all.mk: Add Ericsson targets to sun4 and solaris
14664 hosts. Add BNR's sun4 target to solaris host, so their
14665 build-from-source will be tested in-house first.
14666
14667 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14668
14669 * Makefile.in (LIBCFLAGS): New variable.
14670 (CFLAGS_FOR_TARGET): Ditto.
14671 (LIBCFLAGS_FOR_TARGET): Ditto.
14672 (LIBCXXFLAGS): Ditto.
14673 (CXXFLAGS_FOR_TARGET): Ditto.
14674 (LIBCXXFLAGS_FOR_TARGET): Ditto.
14675 (BASE_FLAGS_TO_PASS): Pass them.
14676 (EXTRA_TARGET_FLAGS): Ditto.
14677
14678 * configure.in: Support --enable-shared.
14679
14680 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
14681
14682 * configure.in (target_libs): Include libstdc++ again.
14683 * config.guess: Update from FSF (for FreeBSD).
14684
14685 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14686
14687 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
14688 makeall.bat.
14689 (DISTDOCDIRS): Add `etc'.
14690 (ETC_SUPPORT_PFX): New variable.
14691 (taz): Include anything from etc starting with a word in
14692 ETC_SUPPORT_PFX.
14693
14694 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14695
14696 * config.sub: Update for recent FSF changes. Remove obsolete
14697 h8300hds entry. Add -windows* and -osx as basic os. Minor
14698 spacing changes.
14699
14700 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
14701
14702 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
14703
14704 * config.guess: Merge with FSF.
14705 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
14706
14707 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14708
14709 * configure: Since the "trap 0" handler will override the exit
14710 status on many systems, only use it for "exit 1", and make it set
14711 a non-zero exit status; reset it before "exit 0". Also, check
14712 exit status of config.sub, and error out if it failed.
14713
14714 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
14715
14716 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
14717 and install libgloss.
14718
14719 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14720
14721 * Makefile.in (all-binutils): Depend upon all-byacc.
14722
14723 * configure.in: Don't build emacs on Irix 5.
14724
14725 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14726
14727 * configure.in (*-*-netware*): Add libio.
14728
14729 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14730
14731 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
14732 (CHECK_TARGET_MODULES): Ditto.
14733 (INSTALL_TARGET_MODULES): Ditto.
14734 (TARGET_LIBS): Ditto.
14735 (all-libstdc++): Note dependencies.
14736
14737 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14738
14739 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
14740
14741 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14742
14743 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
14744 -fexternal-templates.
14745
14746 * configure.in (target_libs): Add libstdc++.
14747 (noconfigdirs): Add libstdc++ as appropriate.
14748
14749 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14750
14751 * config.guess: Update from FSF.
14752
14753 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14754
14755 * configure: Use ${config_shell} when running ${configsub}.
14756
14757 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
14758
14759 * config.sub: No longer recognize h8300h.
14760
14761 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14762
14763 * config.sub: Remove extraneous differences between config.sub and
14764 gcc/config.sub.
14765
14766 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14767
14768 * Makefile.in (DISTSTUFFDIRS): Add gas.
14769
14770 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
14771
14772 * COPYING.NEWLIB: New file.
14773
14774 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
14775
14776 * config.guess (HP-UX): Patch from Harlan Stenn
14777 <harlan@landmark.com> to also emit release level.
14778
14779 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14780
14781 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
14782
14783 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
14784
14785 * config.sub: Merge nextstep cleanup from FSF.
14786
14787 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14788
14789 * configure.in (arm-*-*): Don't configure ld for this target.
14790
14791 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14792
14793 * configure.in (*-*-netware): don't configure libg++, libio,
14794 librx, or newlib.
14795
14796 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14797
14798 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
14799 configure ld--it works, but it doesn't support shared libraries.
14800
14801 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
14802
14803 * config.guess (*-unknown-freebsd*): Get rid of possible
14804 trailing "(Release)" in version string.
14805 Patch from Paul Richards <paul@isl.cf.ac.uk>.
14806
14807 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
14808
14809 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
14810 Fix type: *-next-neststep -> *-next-nextstep.
14811
14812 * config.guess: Merge from FSF:
14813
14814 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
14815
14816 * config.guess: Recognize powerpc-ibm-aix3.2.5.
14817
14818 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
14819
14820 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
14821 instead of UNIX_SV for UnixWare 1.0).
14822
14823 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
14824
14825 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
14826 to make gdb/nlm/* build after the compiler and linker.
14827
14828 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
14829
14830 * config.guess (netbsd, freebsd, linux): Accept any machine,
14831 not just i[34]86.
14832 (m68k-atari-sysv4): Relocate to match FSF version.
14833
14834 * config.guess: More merges from the FSF:
14835
14836 Add a space before function call or macro invocation.
14837
14838 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14839
14840 * config.guess: Add trap cmd to remove dummy.c and dummy when
14841 interrupted.
14842
14843 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14844
14845 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
14846 (dummy): Redirect stderr from compilation of dummy.c.
14847
14848 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
14849
14850 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
14851
14852 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
14853
14854 * configure: Accept and ignore --cache*, for compatibility with
14855 new autoconf.
14856
14857 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
14858
14859 * config.guess: Merge from FSF:
14860
14861 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
14862
14863 * config.guess (Pyramid*:OSx*:*:*): New case.
14864 (PATH): Add /.attbin at end for finding uname.
14865 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
14866
14867 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
14868
14869 * config.guess (M88*:DolphinOS:*:*): New case.
14870
14871 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
14872
14873 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14874 to select whether to use ELF or COFF.
14875
14876 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
14877
14878 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
14879
14880 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14881
14882 * config.guess: Guess the OS version for HPUX.
14883
14884 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
14885
14886 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14887
14888 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14889
14890 * configure.in: Recognize --with-headers, --with-libs, and
14891 --without-newlib.
14892 * Makefile.in (all-xiberty): Depend upon all-ld.
14893
14894 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14895
14896 * configure.in: Change i[34]86 to i[345]86.
14897
14898 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14899
14900 * configure (version): A few more tweaks to help message.
14901
14902 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
14903
14904 * Makefile.in: Remove (for now) librx as a host library,
14905 now that we're building it for target.
14906
14907 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14908
14909 * configure: Fix up help message; from karl@owl.hq.ileaf.com
14910 (Karl Berry).
14911
14912 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
14913
14914 * configure.in: Also configure librx.
14915
14916 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
14917
14918 * Makefile.in: Update various rules to reflect that librx
14919 is now needed for libg++.
14920
14921 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14922
14923 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14924
14925 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
14926
14927 * configure.in: Configure the examples directory.
14928
14929 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14930
14931 * configure: Simplify Jun 2 1994 change.
14932
14933 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14934
14935 * change CC to /usr/latest/bin/gcc for lynx host builds, since
14936 /bin/gcc isn't good enough to build gcc.
14937
14938 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
14939
14940 * Makefile.in (GDB_SUPPORT_FILES): Remove
14941 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
14942 (gdb.tar.gz): Add new rule to use standard distribution building
14943 mechanism.
14944
14945 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14946
14947 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
14948 Bill Cox <bill@cygnus.com>.
14949
14950 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
14951
14952 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
14953
14954 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
14955
14956 * configure: Search current dir first in .gdbinit.
14957
14958 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
14959
14960 * config.sub: Recognize freebsd (merged from gcc config.sub).
14961
14962 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
14963
14964 * config.sub: Refer to NeXT's operating system as nextstep.
14965
14966 * config.sub (case $basic_machine): Re-order the cases, to match
14967 the order in the FSF version (which is mostly alphabethical).
14968 Merge in some additions and changes from the FSF.
14969
14970 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
14971
14972 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14973 * config.sub: Recognize cxux7.
14974 * configure.in: Use mh-cxux for m88k-harris-cxux*.
14975
14976 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14977
14978 * config.sub: Fix typo powerpc -> powerpc-*.
14979
14980 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
14981
14982 * Makefile.in: `all-emacs19' depends on `all-byacc'.
14983
14984 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14985 parallel with all-emacs and install-emacs). Top-level command
14986 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14987
14988 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14989
14990 * test-build.mk ($(host)-stamp-stage2-installed): Remove
14991 $(relbindir)/make before doing ``make install'', and use
14992 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
14993 installing over running make binary.
14994 ($(host)-stamp-stage3-installed): Likewise.
14995
14996 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14997
14998 * config.guess: Recognize Mach.
14999
15000 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15001
15002 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
15003 see whether --exec-prefix was used.
15004
15005 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15006
15007 * README: Explicitly mention libg++/README. (Zoo's idea.)
15008
15009 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15010
15011 * Makefile.in: Add all-librx target similar to all-libproc.
15012
15013 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
15014
15015 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
15016 with post 1.2 uname bogosity.
15017
15018 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15019
15020 * configure: Remove temporary files on receipt of a signal.
15021
15022 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
15023
15024 * configure: If there is a package_makefile_frag, remove
15025 ${subdir}/Makefile.tem after copying it in.
15026
15027 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15028
15029 * build_all.mk: support rs6000 lynx identifies itself as
15030 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
15031 since /bin/gcc is too feeble to compile a modern gcc.
15032
15033 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
15034
15035 * brought devo/test-build.mk update-to-date with progressive/
15036 test-build.mk. Add lynx targets and hppa flag info.
15037
15038 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15039
15040 * configure.in: Use mh-ncrsvr43. Patch from
15041 Tom McConnell <tmcconne@sedona.intel.com>.
15042
15043 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
15044
15045 * config.guess (i386-unknown-bsdi): No longer need to
15046 check #if defined(__bsdi__) && defined(__i386__).
15047
15048 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15049
15050 * configure: Set program_transform_nameoption correctly.
15051
15052 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
15053
15054 * brought build-all.mk update-to-date with progressive build-all.mk,
15055 added new targets and hppa info.
15056
15057 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15058
15059 * configure: If config.guess result is a prefix of the user
15060 specified target, assume a native build and use the user specified
15061 target as the host alias. Remove SunOS patch suffix removal hack.
15062 * configure.in: Remove SunOS patch suffix removal hack.
15063
15064 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
15065 in NATIVE_CHECK_MODULES.
15066
15067 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
15068
15069 * Makefile.in: Rename HOST_ONLY to NATIVE.
15070 * configure: Delete SunOs patch suffix from host_canonical
15071 and build_canonical variables that are prepended to Makefiles.
15072 * configure.in: Add comments for easier maintenance.
15073
15074 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15075
15076 * Makefile.in: Add all-libproc target similar to all-gui.
15077
15078 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
15079
15080 * Makefile.in (CHECK_MODULES): split into
15081 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
15082
15083 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
15084
15085 * config.guess (i386-unknown-bsdi): New system to guess.
15086
15087 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15088
15089 * Makefile.in: Add all-gui target (but not yet build by "all").
15090
15091 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
15092
15093 * config.sub: Move deletion of patch suffix from here...
15094 * configure.in: To here, at Ian's suggestion. The top-
15095 level scripts might need to know of a patch level.
15096
15097 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
15098
15099 * config.sub: Strip off patch suffix so rtl is recognized
15100 as a sunos4.1.3 machine, even though it's been patched.
15101
15102 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
15103
15104 * Makefile.in (INSTALL_LAST): Delete.
15105 (INSTALL_DOSREL): New.
15106
15107 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15108
15109 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
15110 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
15111 whether we pass down --with-gnu-ld anyhow.
15112
15113 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
15114
15115 * Makefile.in (INSTALL_LAST): Change operation so it works
15116 on more flavors of make.
15117 * configure.in (go32): Don't build libg++ or libio.
15118
15119 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
15120
15121 * Makefile.in (Move HOST_PREFIX_1 and friends up so
15122 they can be overriden by templates.
15123
15124 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
15125
15126 * configure.in (target==go32): Don't build gdb.
15127 * dosrel: New directory.
15128
15129 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
15130
15131 * configure.in (host==go32): Configure dosrel too.
15132 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
15133 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
15134 be set by incoming names or templates.
15135 (INSTALL_LAST): New rule.
15136
15137 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
15138
15139 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
15140
15141 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15142
15143 * configure.in (appdirs): New variable. Currently empty, but will
15144 be used in gas distribution. If nonempty, lists a set of
15145 directories at least one of which must get configured, or top
15146 level configuration is considered to have failed.
15147 (rs6000-*-lynxos*): Use new file name.
15148
15149 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15150
15151 Eliminate XTRAFLAGS.
15152 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
15153 newlib include files using -idirafter, and also use -nostdinc.
15154 (CXX_FOR_TARGET): Likewise.
15155 (XTRAFLAGS): Removed.
15156 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
15157 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
15158 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
15159 ($(DO_X)): Don't pass down XTRAFLAGS.
15160
15161 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15162
15163 * configure.in (mips*-dec-bsd*): New target; do build linker.
15164 (mips*-*-bsd*): New target; don't build linker.
15165
15166 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15167
15168 * configure.in: support rs6000-*-lynxos* configuration.
15169 support sunos4 as a cross target.
15170
15171 * config.sub: look for lynx*, not lynx since the OS version may
15172 legitimately be part of the name.
15173
15174 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15175
15176 * configure.in (i[34]86-*-sco*): Move to be with other i386
15177 targets.
15178 (romp-*-*): New target. Skip various binary utilities.
15179 (vax-*-*): New target. Don't build newlib.
15180 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
15181
15182 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15183
15184 * configure.in: Only set host_makefile_frag if config
15185 directory exists.
15186
15187 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15188
15189 * install.sh: If $dstdir exists, don't check whether each
15190 component does.
15191
15192 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15193
15194 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
15195
15196 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
15197
15198 * configure.in (*-*-lynxos*): Don't configure newlib for either
15199 native or cross Lynx.
15200
15201 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
15202
15203 * config.sub (sparc64-elf): Fix os.
15204 (z8k): Remove duplicate.
15205
15206 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15207
15208 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
15209 gcc/stmp-fixproto, to try to prevent fixproto from being run.
15210
15211 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
15212
15213 * configure: Make file links cleanly even if Lynx fails on
15214 an NFS symlink (at least fail cleanly).
15215
15216 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
15217
15218 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
15219 -XNh2000.
15220
15221 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15222
15223 * configure: Unknown options are fatal again.
15224
15225 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
15226
15227 * configure: Ignore --x-includes and --x-libraries, for Autoconf
15228 compatibility.
15229
15230 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
15231
15232 * build-all.mk: Add `clean' target.
15233
15234 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15235
15236 * config.guess: Add SINIX support.
15237 * configure.in: Add mips-*-sysv4* support.
15238
15239 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
15240
15241 * build-all.mk: Document all useful targets.
15242 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
15243 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
15244
15245 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15246
15247 * configure: Support --silent, --quiet.
15248
15249 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15250
15251 * configure: Support --disable-FEATURE.
15252
15253 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15254
15255 * config.guess: Recognize NCR running SVR4.3.
15256
15257 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
15258
15259 * config.guess: Make BSDI generate i386-unknown-bsd386.
15260 Patch from Paul Eggert <eggert@twinsun.com>.
15261
15262 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15263
15264 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
15265
15266 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15267
15268 * configure: Make unrecognized options give nonfatal warnings
15269 instead of fatal errors, and pass them to any subdirectory
15270 configures in case they recognize them.
15271 Make --x equivalent to --with-x.
15272
15273 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15274
15275 * configure: Add --enable-* options. Clean up usage message and
15276 some comments.
15277
15278 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
15279
15280 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
15281
15282 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15283
15284 * configure.in (hppa*-*-*): Enable binutils.
15285
15286 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15287
15288 * config.sub: Recognize cisco.
15289
15290 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
15291
15292 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
15293
15294 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15295
15296 * config.guess: about target *-hitachi-hiuxwe2, don't print more
15297 than one configuration name. Add comment.
15298
15299 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
15300
15301 * config.guess: about target *-hitachi-hiuxwe2, fixed
15302 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
15303 macro is incorrect.]
15304
15305 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15306
15307 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
15308 than the "make ls" stuff which used to be here.
15309
15310 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
15311
15312 * config.guess: Recognize i[34]86-unknown-freebsd.
15313 From Shawn M Carey <smcarey@rodan.syr.edu>.
15314
15315 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
15316
15317 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
15318
15319 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
15320
15321 * config.guess: Check for ptx.
15322
15323 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
15324
15325 * config.sub: Add os9k checking.
15326
15327 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15328
15329 * config.guess: Handle OSF1 running on HPPA processors
15330
15331 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
15332
15333 * configure: If subdir configure fails, print out a message with
15334 subdirectory name, in case subdir's configure code didn't identify
15335 itself.
15336
15337 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
15338
15339 * configure.in: Remove embedded newlines from configdirs.
15340 Avoid mismatches of substrings. Fix matching strings at end
15341 of configdirs.
15342
15343 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
15344
15345 * config.guess: Add Lynx/rs6000 config support.
15346
15347 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
15348
15349 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
15350
15351 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
15352
15353 * configure.in (hppa*-*-osf*): Treat this just like most other
15354 PA configurations (eg no binutils or ld).
15355 (hppa*-*-*elf*): These configurations have binutils and ld.
15356
15357 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15358
15359 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
15360
15361 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15362
15363 * configure.in (rs6000-*-*): Build gas.
15364
15365 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15366
15367 * Makefile.in: Avoid bug in losing hpux sed.
15368
15369 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15370
15371 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
15372 for GDB and GDB has been fixed to not need it.
15373
15374 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15375
15376 * config.guess: Recognize vax hosts.
15377
15378 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15379
15380 * configure (while loop): Don't use "break 2" inside case
15381 statement -- the case statement isn't an enclosing loop.
15382
15383 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
15384
15385 * config.guess: Clean up NeXT support, to allow nextstep
15386 on Intel machines. Make OS be nextstep.
15387
15388 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
15389
15390 * config.guess: Add alternate forms for Convex.
15391
15392 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
15393
15394 * configure: Completely rewrite option processing. Take
15395 advantage of pattern-matching to avoid invoking test frequently.
15396 Also clean up host and target defaulting logic.
15397
15398 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15399
15400 * Makefile.in: Replace all occurrances of "rootme" with "r" and
15401 "$${rootme}" with "$$r", to increase the likelihood that the do-*
15402 commands (plus user environment) will fit SCO limits.
15403
15404 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15405
15406 * configure.in: Don't issue warnings about directories which are
15407 not being configured if -norecursion is set. Correct test for
15408 --with-gnu-as and --with-gnu-ld to not get confused by substring
15409 matches.
15410
15411 * configure.in: Don't build gas for alpha-dec-osf1*.
15412
15413 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
15414
15415 * configure: Back out Per's change of 12/19/1993. It changes the
15416 behavior of configure in unexpected and confusing ways.
15417
15418 Also, use different delim char when calculating
15419 program_transform_name so that the name can contain slashes.
15420
15421 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
15422
15423 * configure.in, config.sub: Add support for VSTa micro-kernel.
15424
15425 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
15426
15427 * configure.in: Nuke hacks which were used to get a special
15428 version of GAS for HPPA configurations.
15429
15430 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
15431
15432 * configure: If only ${target_alias} is given, use that
15433 as the default for ${host_alias}.
15434 * configure: Add missing back-slashes before nested quotes.
15435
15436 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
15437
15438 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
15439
15440 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
15441
15442 * config.guess: Recognize some Tektronix configurations.
15443 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
15444
15445 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15446
15447 * config.sub: Match any flavor of SH.
15448
15449 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
15450
15451 * configure.in: Don't try to configure newlib for Alpha.
15452
15453 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15454
15455 * configure.in: Don't build ld for Irix 5. Don't build gas,
15456 libg++ or libio for any Alpha target.
15457
15458 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
15459
15460 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
15461
15462 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
15463 default arguments -- so it tried to compress itself.
15464
15465 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
15466
15467 * configure.in (notsupp): ensure that a space is always at the end
15468 of the configdirs list, since the grep checks for an explicit space
15469
15470 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15471
15472 * configure.in (target i386-sysv4.2): don't build ld, since static
15473 versions of many libraries are not available.
15474
15475 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15476
15477 * config.guess: Recognize Apollos (using environment variables).
15478 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
15479
15480 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15481
15482 * config.guess: Recognize Sony news mips running newsos.
15483
15484 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
15485
15486 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
15487 "fi ; else" for bash.
15488
15489 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
15490
15491 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
15492
15493 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
15494
15495 * config.sub: accept unixware as an alias for svr4.2.
15496 Fix some inconsistancies with the gcc version.
15497
15498 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15499
15500 * Makefile.in (DISTDOCDIRS): Add gdb.
15501
15502 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
15503
15504 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
15505
15506 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15507
15508 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
15509 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
15510 this now.
15511
15512 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15513
15514 * config.sub: Accept hiux* as an OS name.
15515
15516 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
15517 etc/make-stds.texi. The underscore came from gcc, and dje now
15518 agrees that RUNTESTFLAGS is the correct name.
15519
15520 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
15521
15522 * install.sh: Remove 'set -e'. It makes any conditionals
15523 in the script useless.
15524
15525 * config.guess: Automatically recognize arm-acorn-riscix
15526 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
15527
15528 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
15529
15530 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
15531
15532 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15533
15534 * Makefile.in (DISTDOCDIRS): New variable.
15535 (taz): Edit local Makefile.in sooner, instead of proto-toplev
15536 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
15537
15538 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15539
15540 * configure.in (hppa target): check the source directory for the
15541 pagas sub-directory
15542
15543 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
15544
15545 * config.sub: Allow -aout* and -elf*.
15546
15547 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15548
15549 * configure.in: Don't build ld on i386-solaris2, same as for
15550 sparc-solaris2.
15551
15552 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
15553
15554 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
15555
15556 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15557
15558 * configure.in: Configure gdb for alpha.
15559
15560 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15561
15562 * Makefile.in (CXXFLAGS): Add -O.
15563
15564 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15565
15566 * config.guess: added support for DG Aviion
15567
15568 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15569
15570 * configure.in: Produce warning message for subdirectories not
15571 configurable for this host/target combination. Don't try to
15572 configure gdb for vms.
15573
15574 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15575
15576 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
15577 appropriate files before making "diststuff".
15578 (DISTBISONFILES): New var: list of files to be edited.
15579 (DISTSTUFFDIRS): Add binutils.
15580
15581 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15582
15583 * config.sub: also handle mipsel and mips64el (for little endian mips)
15584
15585 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15586
15587 * configure.in: Add * to end of all OS names.
15588
15589 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
15590
15591 * configure.in: Build newlib for LynxOS native.
15592
15593 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15594
15595 * config.guess: Add support for delta 88k running SVR3.
15596
15597 * configure.in: Add comment about HP compiler vs. emacs.
15598
15599 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15600
15601 * configure.in: don't build ld on solaris2 (not a viable option
15602 due to bugs in getpwnam & getpwuid)
15603
15604 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15605
15606 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
15607 config.guess will produce a full version number.
15608
15609 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15610
15611 * configure.in: Build linker and binutils for alpha-dec-osf1.
15612
15613 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15614
15615 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
15616 and gdb/testsuite/Makefile.in.
15617
15618 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15619
15620 * configure.in: recognize mips*- instead of mips-
15621
15622 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
15623
15624 * config.sub: Accept linux*coff and linux*elf as operating
15625 systems.
15626
15627 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15628
15629 * config.sub: Recognize mips64, and mips3 as an alias for it.
15630
15631 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15632
15633 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
15634 gdb knows how to handle OSF/1 shared libraries.
15635
15636 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15637
15638 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
15639 * config.guess: Recognize Hitachi's HIUX.
15640 * config.sub: Recognize h3050r* and hppahitachi.
15641 Remove redundant cases for hp9k[23]*.
15642
15643 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15644
15645 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
15646 if gas and ld are in the source tree and are in ${configdirs}.
15647 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
15648 --with options (but still pass them down on the command line,
15649 if they were explicitly specified).
15650
15651 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15652
15653 * configure: substitute SHELL value in Makefile.in with
15654 ${CONFIG_SHELL}
15655
15656 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15657
15658 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
15659 *-*-solaris2* targets.
15660
15661 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15662
15663 * Makefile.in: define M4, and pass it down to sub-makes;
15664 all-autoconf now depends on all-m4
15665
15666 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15667
15668 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
15669 presence of {ar,ranlib} instead of a configured directory
15670
15671 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
15672
15673 * config.guess: Accept 34?? as well as 33?? for NCR.
15674
15675 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15676
15677 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
15678 of 'gas' in sed commands, since 'gash' is now in the tree as well.
15679
15680 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15681
15682 * configure: grab values for $(CC) and $(CXX) from the
15683 environment, so that someone can do "CC=gcc configure; make" and
15684 have it work right (matching the way that autoconf works now)
15685
15686 * configure.in, Makefile.in: add support for gash, the tcl
15687 interface to Galaxy
15688
15689 * config.guess: add NetBSD variants (hp300, x86)
15690
15691 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
15692
15693 * install.sh: Support -d option (in the manner of SunOS 4 install,
15694 as it is more deterministic than that of GNU install)
15695 (chmodcmd): Set file to mode 755 by default (should also do default
15696 chgrp and chown, but I don't feel like dealing with that now)
15697
15698 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
15699
15700 * config.sub: Remove h8300hhms alias.
15701
15702 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15703
15704 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
15705
15706 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15707
15708 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
15709 as stmp-fixinc
15710
15711 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
15712
15713 * config.sub: recognize m88110-bug-coff.
15714
15715 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15716
15717 * Makefile.in (all-libio): all dependencies on the toolchain used
15718 to build this (gcc, gas, ld, etc)
15719
15720 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15721
15722 * config.guess: Deal with OSF/1 1.3 on alpha.
15723
15724 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15725
15726 * install.sh: add some 'else true' clauses for portability
15727
15728 * configure.in: don't build libio for h8[35]00-*-* targets
15729
15730 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
15731
15732 * Makefile.in: Add support for new libio.
15733
15734 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15735
15736 * install.sh: If one command fails, don't try the rest. Don't try
15737 to remove $dsttmp (via trap) unless we have already created it.
15738 If $src doesn't exist, detect it and exit with an error.
15739
15740 * config.guess: Recognize BSD on hp300.
15741
15742 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
15743
15744 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
15745 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
15746
15747 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
15748
15749 * Makefile.in (all-send-pr): depends on all-prms
15750
15751 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15752
15753 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
15754
15755 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15756
15757 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
15758 Added test for mips-mips-riscos5.
15759
15760 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15761
15762 * configure.in: use mh-hp300 for 68k HP hosts
15763
15764 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15765
15766 * configure: add support for CONFIG_SHELL, so that you can use
15767 some alternate shell for evaluating configure scripts
15768
15769 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
15770
15771 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
15772 in configure script to bug-gdb@prep.ai.mit.edu when building
15773 distribution archive.
15774 * Makefile.in (COMPRESS): Remove def.
15775 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
15776 gdb.tar.Z and make-gdb.tar.Z respectively.
15777 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
15778 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
15779 to convergence with 'taz' target in Makefile.in.
15780
15781 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15782
15783 * install.sh (dsttmp): use trap to ensure that tmp files go
15784 away on error conditions
15785
15786 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15787
15788 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
15789
15790 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15791
15792 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
15793 its parent is '/' not ''.
15794
15795 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
15796
15797 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
15798
15799 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
15800 that ${newsrcdir}/configure.in does.
15801
15802 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15803
15804 * test-build.mk: support for CONFIG_SHELL
15805
15806 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
15807
15808 * config.sub (netware): Add as a basic system type.
15809
15810 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
15811
15812 * Makefile.in (Makefile): depend on configure.in. Also drop the
15813 $(srcdir)/ from the dependency on Makefile.in.
15814
15815 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
15816
15817 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
15818 (h8300hhms is temporary until multi-libraries are implemented).
15819 * configure.in: Handle h8300h too.
15820
15821 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15822
15823 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
15824
15825 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
15826
15827 * configure: Remove extraneous output when guessing host type.
15828 * config.guess: Remove extraneous output when guessing using C
15829 compiler rather than uname, or when guessing fails.
15830
15831 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
15832
15833 * Makefile.in: remove all.cross and install.cross targets
15834
15835 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
15836 definitions
15837
15838 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
15839
15840 * configure.in (target sh): Build gprof.
15841
15842 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15843
15844 * config.sub: change -solaris to -solaris2
15845
15846 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15847
15848 * configure.in: Use config/mh-riscos for mips-*-sysv*.
15849
15850 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
15851
15852 * configure: Correct error message for missing Makefile.in to
15853 print correct directory.
15854
15855 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15856
15857 * install.sh: kludge around 386BSD shell bug
15858
15859 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
15860
15861 * config.guess: Recognize NeXT.
15862 * config.guess: Recognize i486-ncr-sysv4.
15863 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
15864
15865 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
15866
15867 * Makefile.in (MAKEINFOFLAGS): New variable.
15868 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
15869 * build-all.mk, test-build.mk: Pass down --no-split as
15870 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
15871
15872 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
15873
15874 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
15875
15876 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
15877
15878 * Makefile.in (libg++.tar.z): New rule.
15879 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
15880 * Makefile.in (taz): Only do a single chmod.
15881
15882 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15883
15884 * install.sh: don't use dirname anymore (replaced with sed usage)
15885
15886 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
15887
15888 * Makefile.in: Change extension for gzip'd files from '.z' to
15889 '.gz' per new FSF standard usage.
15890
15891 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15892
15893 * configure: put quotes around the final value of program_transform_name
15894
15895 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15896
15897 * Makefile.in: new install.sh support; update install-info rules
15898
15899 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
15900
15901 * configure.in: Build diff for crosses, but not for go32 host.
15902
15903 * configure.in: Build gprof only for native, and don't build it
15904 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15905
15906 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
15907
15908 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15909
15910 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15911
15912 * configure.in (host_tools): Add prms.
15913
15914 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15915
15916 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15917 with $(FLAGS_TO_PASS) on the command line
15918
15919 * config.sub: Recognize lynx and lynxos
15920
15921 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
15922
15923 * config.sub: Accept -ecoff*, not just -ecoff.
15924
15925 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15926
15927 * Makefile.in (taz): Use .gz suffix instead of .z.
15928 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15929 names.
15930
15931 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15932
15933 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15934
15935 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15936
15937 * Makefile.in (install-no-fixedincludes): install gcc last, so
15938 that rebuilds that might happen during 'make install' don't get
15939 bogus gcc include files
15940
15941 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15942
15943 Change from Utah for HPPA support:
15944 * config.guess: Recognize hppa1.x-hp-bsd.
15945
15946 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
15947
15948 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
15949 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
15950
15951 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
15952
15953 * config.sub: Add support for rom68k and bug boot monitors.
15954
15955 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
15956
15957 * Makefile.in: Make all-opcodes depend on all-bfd.
15958
15959 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
15960
15961 * config.guess: Added special check for i[34]86-univel-sysv4*.
15962
15963 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
15964
15965 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15966 the processor rather than assuming i486.
15967
15968 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15969
15970 * config.guess: Recognize SunOS6 as Solaris3.
15971
15972 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
15973
15974 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
15975 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15976
15977 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
15978
15979 * build-all.mk (all-cross): New target for Canadian Cross.
15980 Added Q2 go32 targets.
15981 * test-build.mk: Configure go32 cross sparclite-aout and
15982 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
15983 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15984
15985 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15986
15987 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15988 GO32 hosted toolchains
15989
15990 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
15991
15992 * configure: change so "-exec-prefix" gets passed down rather
15993 than "-exec_prefix" so autoconf generated Makefiles get the
15994 exec_prefix set right.
15995
15996 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15997
15998 * config.guess: get the Solaris2 minor version number
15999
16000 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
16001
16002 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16003
16004 * config.guess: Recognize some Sequent platforms.
16005
16006 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16007
16008 * Makefile.in: added the vault-install target
16009
16010 * configure.in: actually use the Sun3 makefile fragment that's in
16011 config, also added the release dir to configdirs
16012
16013 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16014
16015 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
16016
16017 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16018
16019 * configure.in: remove some program from Alpha targetted toolchains
16020
16021 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
16022
16023 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
16024 gprof.
16025 (taz): Run "make diststuff" in those directories instead of "make
16026 proto-dir". Look for "VERSION=" only at start of line in subdir
16027 Makefile. Use "gzip -9" for compression.
16028 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
16029 (binutils.tar.z): New target.
16030
16031 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16032
16033 * Makefile.in (taz): Include gpl.texinfo.
16034
16035 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16036
16037 * Makefile.in (setup-dirs): Merged into "taz" target.
16038 (taz): Only do `proto-dir' stuff if a directory is actually needed
16039 for this target.
16040
16041 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
16042
16043 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
16044 (FLAGS_TO_PASS): Pass down MUNCH_NM.
16045 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
16046 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
16047 (gcc-no-fixedincludes): Correct for current gcc Makefile.
16048
16049 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
16050
16051 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
16052 config.sub, and move-if-change to gdb testsuite distribution
16053 archive, so the testsuite can be extracted, configured, and
16054 run separately from the gdb distribution. Blow away the Chill
16055 tests that require a Chill compiled executable, since GNU Chill
16056 is not yet publically available.
16057
16058 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16059
16060 * test-build.mk: set environment variables in a single command,
16061 instead of a list of assignments and exports
16062
16063 * config.guess: recognize Alpha/OSF1 systems
16064
16065 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16066
16067 * configure: Change help message to prefer --options rather than
16068 -options.
16069
16070 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16071
16072 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
16073 zippy@ecst.csuchico.edu.
16074 * config.guess: Recognize miniframe.
16075
16076 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
16077
16078 * Makefile.in: Use srcroot to find runtest rather than rootme.
16079 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
16080
16081 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
16082
16083 * test-build.mk: Extensive additions to support building on a
16084 machine other than the host.
16085
16086 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16087
16088 * configure (tooldir): Fix for i386-aix again.
16089
16090 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
16091
16092 * configure, Makefile.in: Change definition of $(tooldir)
16093 to match the FSF.
16094
16095 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
16096
16097 * config.guess: Recognize i[34]86/SVR4.
16098
16099 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16100
16101 * Makefile.in (all-gdb): gdb depends on sim.
16102
16103 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
16104
16105 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
16106 at the same time we make the prototype gdb directory.
16107 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
16108 files at the same time as the gdb base release distribution.
16109
16110 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
16111
16112 * Makefile.in (check): Use individual check targets rather than
16113 DO_X rule.
16114 (check-gcc): Added.
16115
16116 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
16117
16118 * config.sub: Use sysv3.2 not sysv32 for canonical OS
16119 for System V release 3.2.
16120
16121 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16122
16123 * config.sub: Recognize hppaosf.
16124 * configure.in: Do configure ld/binutils/gas for it.
16125
16126 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16127
16128 * configure (tooldir): Alter syntax used to set this, for systems
16129 where "\$" isn't handled right, like i386-aix.
16130
16131 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
16132
16133 * configure: Pass program-transform-name, not
16134 program_transform_name, to recursive configures.
16135
16136 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
16137
16138 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
16139 of gas+ld+binutils.
16140
16141 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
16142
16143 * config.guess: Recognize AIX3.2 as distinct from 3.1.
16144
16145 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16146
16147 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
16148
16149 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16150
16151 * Makefile.in (PRMS): Set back to all-prms.
16152
16153 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
16154
16155 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
16156 targets, rather than for MIPS hosts.
16157
16158 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16159
16160 * configure.in: add comment for --with-x default values
16161
16162 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
16163
16164 * Makefile.in: add check-* targets for each of the directories in
16165 the tree. Add a definition of RUNTEST that will use the one we
16166 just built, if it exists. Pass this down via FLAGS_TO_PASS.
16167
16168 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
16169
16170 * configure.in: Removed obsolete references to bfd_target and
16171 target_makefile_frag.
16172
16173 * build-all.mk: Set assorted targets for Q2.
16174 * config.sub: Recognize z8k-sim and h8300-hms.
16175 * test-build.mk: Really don't pass host to configure.
16176 (HOLES): Added uname.
16177
16178 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
16179
16180 * configure: Handle an empty program-prefix, program-suffix or
16181 program-transform-name correctly.
16182
16183 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
16184
16185 * build-all.mk: -G 8 no longer required for MIPS targets.
16186 * test-build.mk: Don't pass host argument to configure; make it
16187 guess.
16188
16189 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
16190
16191 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
16192 * Makefile.in (COMPRESS): New macro, like GZIP.
16193
16194 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
16195
16196 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
16197
16198 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
16199 with gas currently defaults to -G 0.
16200
16201 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
16202
16203 * Makefile.in (all-flex): flex depends on byacc.
16204
16205 * build-all.mk: If host not specified, use config.guess. Pass TAG
16206 to test-build.mk as RELEASE_TAG.
16207 * test-build.mk (configargs): New variable containing arguments to
16208 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
16209 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
16210
16211 * config.guess: Use /bin/uname when checking -X argument on SCO,
16212 to avoid invoking GNU uname which doesn't understand -X.
16213
16214 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
16215
16216 * configure.in: Build gas for mips-*-*.
16217
16218 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16219
16220 * Makefile.in (all.normal): insert missing backslash.
16221
16222 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
16223
16224 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
16225
16226 * Makefile.in: Complete overhaul to merge many almost identical
16227 targets.
16228
16229 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16230
16231 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
16232 (gdb.tar.Z): Adjusted.
16233
16234 * Makefile.in (setup-dirs, taz): New targets; should be general
16235 enough to adapt for gdb sometime. Build only .z file.
16236 (gas.tar.z): New target.
16237
16238 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
16239
16240 * build-all.mk: Use CC=cc -Xs on Solaris.
16241
16242 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
16243
16244 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
16245 for handling BISON for FSF releases.
16246
16247 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16248
16249 * configure: Actually implement the change zoo just documented.
16250
16251 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
16252
16253 * configure: when using config.guess, only set target_alias when
16254 it's not already been set (ie, on the command line)
16255
16256 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16257
16258 * Makefile.in: add installcheck target, set PRMS to install-prms
16259
16260 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16261
16262 * configure: add support for package_makefile_fragment, handle the
16263 case where a directory has a configure.in file but no Makefile.in
16264 more gracefully (with an actual understandable error message, even);
16265 add support for --without (and add this to the usage message); also
16266 explicitly add a --host=${host_alias} to the command line when
16267 config.guess is used
16268
16269 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16270
16271 * configure: Must use both --host and --target in recursive calls.
16272
16273 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
16274
16275 * Makefile.in: Change deja-gnu to dejagnu.
16276
16277 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
16278
16279 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
16280
16281 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16282
16283 * configure.in: canonicalize all instances to *-*-solaris2*,
16284 also strip out a number of tools to not build for go32 host
16285
16286 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16287
16288 * config.guess: add GPL.
16289
16290 * Makefile.in, config.guess, config.sub, configure: bump
16291 copyrights to 93.
16292
16293 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
16294
16295 * Makefile.in (do-info): Removed obsolete check for existence of
16296 localenv file.
16297
16298 * Makefile.in (MAKEOVERRIDES): Define to be empty.
16299
16300 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16301
16302 * Makefile.in: a couple of 'else true' for decstation,
16303 support for TclX
16304
16305 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
16306
16307 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
16308
16309 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
16310
16311 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
16312
16313 * config.guess: Recognize i386-ibm-aix (PS/2).
16314 * configure.in: Use config/mh-aix386 file for it.
16315
16316 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
16317
16318 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
16319 CC_FOR_TARGET instead.
16320 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
16321
16322 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
16323
16324 * Makefile.in: Add sim to list of directories sent with gdb
16325
16326 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
16327
16328 * configure.in: Put back mips-dec-bsd* case.
16329
16330 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
16331
16332 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
16333 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
16334 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
16335
16336 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16337
16338 * configure.in: remove no-op mips-dec-bsd* in "case $target"
16339
16340 * Makefile.in (dir.info): only run gen-info-dir if it exists,
16341 (install-info): install dir.info only if it exists,
16342 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
16343
16344 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
16345
16346 * configure.in: For vms target, skip bfd, ld, binutils. Do build
16347 gas for mips-dec-bsd.
16348
16349 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
16350
16351 * configure (makesrcdir): If ${srcdir} is relative and not ".",
16352 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
16353
16354 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
16355
16356 * configure.in: Added "dejagnu" to hosttools list.
16357
16358 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
16359
16360 * config.sub, configure.in, config.guess: Add support
16361 for Bosx, an AIX variant from Bull.
16362 Patches from F.Pierresteguy@frcl.bull.fr.
16363
16364 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
16365
16366 * devo/dejagnu: Initial creation of devo/dejagnu.
16367 Migrated dejagnu testcases and support files for testing software
16368 tools to reside as subdirectories, currently called "testsuite",
16369 within the directory of the software tool. Migrated all programs,
16370 support libraries, etc. beloging to dejagnu proper from
16371 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
16372 with no modifications. The changes to these files which will
16373 allow them to configure, build, and execute properly will be made
16374 in a future update.
16375
16376 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16377
16378 * Makefile.in: Change send_pr to send-pr.
16379 * configure.in: Likewise.
16380 * send_pr: Renamed directory to send-pr.
16381
16382 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
16383
16384 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
16385
16386 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
16387
16388 * README: Update for gdb-4.8 release.
16389 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
16390 gdb-xxx.tar.z (gzip'd) file also.
16391
16392 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16393
16394 * Makefile.in: make all-diff depend on all-libiberty
16395
16396 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
16397
16398 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
16399
16400 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16401
16402 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
16403
16404 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
16405
16406 * Makefile.in (DEVO_SUPPORT): Remove etc directory
16407 (ETC_SUPPORT): Only add the files GDB wants from etc/.
16408 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
16409
16410 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16411
16412 * Makefile.in: makeinfo binary is in a new location
16413
16414 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
16415
16416 * config.sub: Accept -ecoff as an OS.
16417
16418 * Makefile.in: Various changes to eliminate a level of make
16419 recursion and reduce the required command line length.
16420 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
16421 sub-makes.
16422 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
16423 variables holding settings for specific sub-makes.
16424 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
16425 in terms of BASE_FLAGS_TO_PASS.
16426 (TARGET_LIBS): New variable listing directories which use
16427 TARGET_FLAGS_TO_PASS.
16428 (subdir_do): Eliminated.
16429 (do-*): New set of targets to replace subdir_do.
16430 (various): All targets which used subdir_do now depend on do-*.
16431 (local-clean): Renamed from do_clean.
16432 (local-distclean): New target, dependency of distclean and
16433 realclean.
16434 (install-info): Don't create directories. Depend on dir.info
16435 rather than calling make recursively.
16436 (install-dir.info): Eliminated.
16437 (install-info-dirs): Create all info directories here.
16438 (dir.info): Depend upon do-install-info.
16439
16440 * test-build.mk (HOLES): Added false.
16441
16442 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
16443
16444 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
16445
16446 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16447
16448 * Makefile.in (info): remove dependency on all-texinfo. The
16449 problem was really in texinfo/C, not at this level.
16450
16451 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
16452
16453 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
16454
16455 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
16456
16457 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
16458 GDB releases.
16459
16460 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16461
16462 * configure: Include srcdir in message about target of link not
16463 being found. Don't convert `-' to `_' in `with' options being
16464 passed to subdirs.
16465
16466 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16467
16468 * configure.in: add uudecode to host_tools
16469
16470 * Makefile.in: added {all,install}-uudecode targets, added them to
16471 the appropriate lists
16472
16473 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
16474
16475 * Makefile.in (all-gcc): Added dependency on all-gas.
16476
16477 * configure.in (mips-*-*): Build ld and binutils.
16478
16479 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16480
16481 * configure: check return code from mkdir, print error message and
16482 exit on failure.
16483
16484 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
16485
16486 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
16487
16488 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
16489
16490 * test-build.mk (HOLES): Added tar, cpio and uudecode.
16491
16492 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16493
16494 * config.sub (h8500): Recognize this as a cpu type.
16495
16496 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16497
16498 * configure: source directory missing is no longer a warning
16499
16500 * configure.in: recognize irix[34]* instead of irix[34]
16501
16502 * Makefile.in: define and pass down X11_LIB
16503
16504 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
16505
16506 * guess-systype: Renamed to ...
16507 * config.guess: ... by popular request.
16508 * configure.in, Makefile.in: Update accordingly.
16509
16510 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
16511
16512 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
16513 + Add Convex, Cray/Unicos, and Encore/Multimax support.
16514 + Execute ./dummy instead of assuming . is in PATH.
16515
16516 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
16517
16518 * guess-systype: New shell script. Attempts to guess the
16519 canonical host name of the executing host.
16520 Only a few hosts are supported so far.
16521 * configure: Call guess-systype if no host is specified.
16522
16523 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
16524
16525 * Makefile.in (gcc-no-fixedincludes): Made to work with current
16526 gcc Makefile.
16527
16528
16529 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
16530
16531 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
16532 (all-gcc, install-gcc, subdir_do): Use it.
16533
16534 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16535
16536 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
16537
16538 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
16539
16540 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
16541 set exclusively by configure, using configure.in .
16542
16543 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16544
16545 * test-build.mk: set $PATH for all builds
16546
16547 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
16548
16549 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
16550
16551 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
16552 the one used in gcc/Makefile.in, so that a null expansion doesn't
16553 override the one needed to build gcc with a native cc.
16554
16555
16556 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16557
16558 * configure: Accept -with arguments.
16559
16560 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16561
16562 * Makefile.in: added h8300sim
16563
16564 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
16565
16566 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
16567 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
16568 (all-cygnus, native, build-cygnus): Make
16569 $(canonhost)-stamp-3stage-done, not $(host)....
16570 * test-build.mk (stamp-3stage-compared): Use tail +10c for
16571 i386-sco3.2v4. Added else true to if command.
16572
16573 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
16574
16575 * config.sub: (from FSF) Sequent uses a BSD-like OS.
16576
16577 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
16578
16579 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
16580
16581 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16582
16583 * configure.in: don't remove binutils from Solaris builds
16584
16585 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
16586
16587 * Makefile.in: get rid of earlier definitions for *clean,
16588 also handle the recursive info rule better
16589
16590 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
16591
16592 * Makefile.in (mostlyclean, distclean, realclean): Fix to
16593 do more-or-less the right thing.
16594
16595 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
16596
16597 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
16598 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
16599
16600 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16601
16602 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
16603 $(host_canonical).
16604
16605 * configure.in: split the configdirs list into 4 categories (native
16606 v. cross, library v. tool) and handle the cross-only and native-
16607 only in more reasonable (and correct!) way.
16608
16609 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
16610
16611 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
16612 configdirs anymore.
16613
16614 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16615
16616 * Makefile.in: extensive cleanup:: removed all of the explicit
16617 clean-* targets, collapsed many wrappers around subdir_do into
16618 one, added additional targets to satisfy standards.texi, deleted
16619 some old targets, some changes for consistency
16620
16621 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16622
16623 * configure.in: handle some programs as cross-only, and others as
16624 native only
16625
16626 * test-build.mk: handle partial holes in a more generic manner
16627
16628 * Makefile.in: m4 depends on libiberty
16629
16630 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16631
16632 * configure.in: add m4, textutils, fileutils, sed, shellutils,
16633 time, wdiff, and find to configdirs
16634
16635 * Makefile.in: all, clean, and install rules for the new programs
16636 added to configure.in
16637
16638 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16639
16640 * configure.in: use mh-sun for all *-sun-* hosts
16641
16642 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16643
16644 * Makefile.in: define flags for X11 include files and library file
16645 locations, pass them down to the programs that need this info
16646
16647 * build-all.mk: added a 'native' target, to 3stage the native toolchain
16648
16649 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16650
16651 * configure.in: start building libg++ for HP-UX targets
16652
16653 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
16654
16655 * README: Update references to files moved into etc/.
16656
16657 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
16658
16659 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
16660 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
16661
16662 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
16663
16664 * configure: accept dash as well as underscore in long option
16665 names for FSF compatibility.
16666
16667 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
16668
16669 * config.sub: added -sco3.2v4 support from FSF.
16670
16671 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16672
16673 * configure.in: expand the section that adds or removes
16674 directories from the list of programs to build, to handle native
16675 vs. cross in addition to host v. native
16676
16677 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
16678
16679 * Makefile.in: Replace C++ in macro names with CXX.
16680 This is less likely to break ...
16681
16682 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16683
16684 * test-build.mk: add -w to GNU_MAKE
16685
16686 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16687
16688 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
16689 add 'sparc' to list of recognized cpus. This needed to make
16690 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
16691 Delete some redundant ose68 variants. Recognize -wrs as an os,
16692 then changes that into $CPU-wrs-vxworks.
16693
16694 * configure.in: remove most references to gdbtest, regularize
16695 target based program removal
16696
16697 * test-build.mk: import from p3 tree (many fixes and changes)
16698
16699 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
16700
16701 * Makefile.in: added rules to handle tcl, tk, and expect
16702
16703 * configure.in: handle those directories if they exist
16704
16705 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16706
16707 * config.sub: removed bogus hppabsd and hppahpux names, since
16708 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
16709
16710 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16711
16712 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
16713 depends upon all-xiberty
16714
16715 * Makefile.in: changes from p3, including:
16716
16717 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
16718
16719 * Makefile.in (XTRAFLAGS): include newlib directories if
16720 newlib/Makefile exists, rather than if host != target.
16721
16722 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
16723
16724 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16725 from the same source tree and not building a cross-compiler. This
16726 matters for the libg++ configuration if reconfiguring a tree that
16727 has already been installed.
16728
16729 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
16730
16731 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16732 pick up the machine and system specific header files.
16733
16734 * Makefile.in: added AS_FOR_TARGET, passed down in
16735 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
16736 the C compiler to use to create programs which are run in the
16737 build environment, set it to default to $(CC), and passed it down
16738 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16739
16740 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
16741
16742 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
16743 We need them for unusual native builds, like systems without
16744 ranlib.
16745
16746 * configure: also define $(host_canonical) and
16747 $(target_canonical), which are the full, canonical names for the
16748 given host and target
16749
16750 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
16751
16752 * Makefile.in: Added separate definitions for C++.
16753
16754 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
16755
16756 * configure.in (configdirs): Add deja-gnu.
16757
16758 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
16759
16760 * README: Update for configure.texi and gdb-4.7 release.
16761
16762 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
16763
16764 * Makefile.in: Move "all" target to top of file.
16765 Previously, first target was ".PHONY" which caused BSD4.4 make
16766 to build .PHONY when make was run without arguments.
16767
16768 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
16769
16770 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
16771 Library-copylefted code in libiberty.
16772
16773 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
16774
16775 * config.sub: Replace m68kmote with plain old m68k.
16776
16777 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
16778
16779 * Makefile.in: Remove space from blank line, avoid Make complaints.
16780
16781 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
16782
16783 * config.sub: Complain if no argument is given. Added support for
16784 386bsd as OS and target alias.
16785
16786 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
16787
16788 * Makefile.in (XTRAFLAGS): include newlib directories if
16789 newlib/Makefile exists, rather than if host != target.
16790
16791 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
16792
16793 * config.sub: recognize sparclite-wrs-vxworks.
16794
16795 * Makefile.in (install-xiberty): added *-xiberty make rules (from
16796 p3.) Added clean-xiberty to clean.
16797
16798 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16799
16800 * configure.in: use *-*-* instead of nested cases for host and target
16801
16802 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
16803
16804 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16805 from the same source tree and not building a cross-compiler. This
16806 matters for the libg++ configuration if reconfiguring a tree that
16807 has already been installed.
16808
16809 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
16810
16811 * config.sub (i486v/i486v4): Merge in from FSF version.
16812
16813 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
16814
16815 * configure: only set PWD if it is already set.
16816
16817 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
16818
16819 * configure: just set PWD=`pwd` at the top, since Ultrix sh
16820 doesn't have unset and all success paths (and most error paths)
16821 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
16822 to just ${PWD} to avoid confusion.)
16823
16824 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
16825
16826 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
16827 even for a native compilation.
16828
16829 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
16830
16831 Changes to make the gdb.tar.Z rule work better.
16832
16833 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
16834 (DEVO_SUPPORT): Add configure.texi.
16835 (bfd-ilrt.tar.Z): Remove ancient rule.
16836
16837 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
16838
16839 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16840 pick up the machine and system specific header files.
16841
16842 * configure.in, config.sub: added new target m68010-adobe-scout,
16843 with alias of adobe68k. Changed configure.in to check for
16844 -scout before -sco* to avoid a false match.
16845
16846 * Makefile.in: added AS_FOR_TARGET, passed down in
16847 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
16848 the C compiler to use to create programs which are run in the
16849 build environment, set it to default to $(CC), and passed it down
16850 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16851
16852 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
16853
16854 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
16855 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
16856 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
16857 FOR_TARGET variants, to newlib and libg++.
16858
16859 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
16860
16861 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
16862 first.
16863
16864 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
16865
16866 * config.sub: Accept `elf' as an environment.
16867
16868 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16869
16870 * Makefile.in (all-opcodes): cd into the right directory
16871
16872 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
16873
16874 * configure: added -program_transform_name option, used as
16875 argument to sed when installing programs.
16876 configure.texi: added documentation for -program_prefix,
16877 -program_suffix and -program_transform_name.
16878
16879 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
16880
16881 * config.sub: Accept i486 where i386 ok.
16882
16883 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
16884
16885 * config.sub: accept we32k
16886
16887 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
16888
16889 * config.sub, configure.in: accept OSE68000 and OSE68k.
16890
16891 * Makefile.in: don't create all directories for ``make install'';
16892 let the subdirectories create the ones they need.
16893
16894 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16895
16896 * COPYING: new file, GPL v2
16897
16898 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16899
16900 * Makefile.in: use the new gen-info-dir, which needs a template
16901 argument (which also lives in texinfo)
16902
16903 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16904
16905 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
16906
16907 * config.sub (ncr3000): Change i386 to i486.
16908
16909 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16910
16911 * Makefile.in: add install-rcs, install-grep to
16912 install-no-fixedincludes, removed install-bison and install-libgcc
16913
16914 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
16915
16916 * configure.in: grab the HPUX makefile fragment if on HPUX
16917
16918 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16919
16920 * Makefile.in: eradicate bison spoor (ditto libgcc).
16921 configure.in: recognise m68{k,000}-ericsson-OSE.
16922 es1800 is alias for m68k-ericsson-OSE
16923
16924 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16925
16926 * configure.in: rearrange the parts that remove programs from
16927 configdirs, based now on HOST==TARGET or by canonical triple.
16928
16929 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16930
16931 * test-build.mk: recurse explicitly with -f test-build.mk when
16932 appropriate. predicate stage3 and comparison on the existence
16933 of gcc. That is, if gcc isn't around, we aren't three-staging.
16934 On very clean, also remove ...stamp-co. Build in-place before
16935 doing other builds.
16936
16937 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16938
16939 * Makefile.in, configure.in: add tgas
16940
16941 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16942
16943 * Makefile.in: a number of changes merged in from progressive.
16944
16945 * configure.in: add libm.
16946
16947 * .cvsignore: ignore some stuff that comes from test-build.mk.
16948
16949 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
16950
16951 * config.sub: Add es1800 (m68k-ericsson-es1800).
16952
16953 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16954
16955 * configure: Add program_suffix (parallel to program_prefix)
16956 * Makefile.in: adjust directory-creating script for losing decstation
16957
16958 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
16959
16960 * configure: Minor $subdir-related fixes.
16961
16962 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16963
16964 * configure: fix various problems with propogating
16965 makefile_target_frag in subdirs.
16966 * configure.in: config libgcc if its there
16967
16968 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
16969
16970 * config.sub: HPPA merge.
16971
16972 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
16973
16974 * Makefile.in: Replace all-bison with all-byacc in all
16975 dependency lines for other tools (which now use byacc).
16976
16977 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
16978
16979 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
16980
16981 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
16982
16983 * Makefile.in: make gprof rules similar to byacc rules (instead of
16984 vestigal $(unsubdir) that didn't work...)
16985
16986 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
16987
16988 * config.sub: Add support for Linux.
16989 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
16990 (at least for libg++).
16991
16992 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
16993
16994 * configure.texi: fix doc for the -nfp option to configure
16995
16996 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
16997
16998 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16999
17000 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
17001
17002 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
17003 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
17004 * configure.in: added solaris* host_makefile_frag hook.
17005
17006 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17007
17008 * config.sub: changed recognition of m68000 so that various
17009 m68k types can be specified via m680[01234]0
17010
17011 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17012
17013 * config.sub (basic_machine): fix sed so that '-foo' isn't
17014 completely substituted out while .+'-foo' loses the '-foo'
17015
17016 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
17017
17018 * config.sub ($os): Add -aout.
17019
17020 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
17021
17022 * configure: If host_makefile_frag is absolute, don't
17023 prefix ${invsubdir} (relevant to libg++ auto-configure).
17024
17025 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
17026
17027 * Makefile.in (tooldir): Define it.
17028 (all-ld): Depend on all-flex.
17029
17030 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
17031
17032 * Makefile.in (check): Fix libg++ special case.
17033
17034 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
17035
17036 * configure: do not bury `pwd` into config.status, thus do fewer
17037 pwd's.
17038
17039 * configure: print the "Building in" message only when building in
17040 other than "." AND verbose.
17041
17042 * configure: remove -s, rework -v to better accommodate guested
17043 configures.
17044
17045 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
17046
17047 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
17048
17049 * Makefile.in: macroize flags passed on recursion. remove
17050 fileutils.
17051
17052 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
17053
17054 * configure: get makesrcdir right for subdirs deeper than 1.
17055
17056 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
17057 install.
17058
17059 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
17060
17061 * Makefile.in: don't print subdir_do or recursion lines.
17062
17063 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
17064
17065 * standards.texi: added menu item.
17066
17067 * Makefile.in: build and install standards.info.
17068
17069 * standards.texi: new file.
17070
17071 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17072
17073 * configure: test for and move config.status pieces from
17074 ${subdir}/.
17075
17076 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
17077
17078 * configure: Test for existance of files before trying to mv
17079 them, to avoid numerous non-existance messages.
17080
17081 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
17082
17083 * configure: correct final line of config.status.
17084
17085 * configure: patch from eggert. Avoids a protection problem if
17086 the original Makefile.in is read only.
17087
17088 * configure: use move-if-change from gcc to create config.status.
17089 Some makefiles depend on config.status to tell if a directory
17090 has been reconfigured for a different host. This change
17091 prevents those directories from remaking everything in the case
17092 where the reconfig was only intended to rebuild a Makefile.
17093
17094 * configure: test for config.sub with "config.sub sun4" rather
17095 than "config.sub ${host_alias}". Otherwise we can't tell a bad
17096 host alias from a missing config.sub.
17097
17098 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17099
17100 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
17101 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
17102
17103 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
17104
17105 * configure: mkdir ${subdir} as needed.
17106
17107 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
17108
17109 * Makefile.in,configure.in: added autoconf.
17110
17111 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17112
17113 * Makefile.in: no longer pass against on recursion.
17114
17115 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
17116 definitions are not inherited.
17117
17118 * configure: correct makesrcdir when subdir is .
17119
17120 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
17121
17122 * configure: Add support for 'subdirs' variable, which is
17123 like 'configdirs', except that configure doesn't re-invoke
17124 itself for subdirs, it just creates a Makefile for each subdir.
17125 * configure.texi: Document subdirs.
17126
17127 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17128
17129 * configure.in: added flex to configdirs
17130
17131 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
17132
17133 * Makefile.in: remove clean-stamps from clean.
17134
17135 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
17136
17137 * configure.in: Add gdbtest to configdirs.
17138
17139 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
17140
17141 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
17142 to recursive makes.
17143 * configure.in: Recognize new ncr3000 config.
17144
17145 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
17146
17147 * Makefile.in, configure.in: removed references to gdbm.
17148
17149 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
17150
17151 * config.sub: Don't canonicalize os value
17152 newsos* to bsd (readline needs to check for newsos).
17153 (This fix was earlier made Jan 31, but got re-broken.)
17154
17155 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
17156
17157 * configure.in: sco is an os, not a vendor!
17158
17159 * configure: Quote $( better. Keep various shells happy.
17160
17161 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
17162
17163 * Makefile.in: eliminate stamp-files.
17164
17165 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
17166
17167 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
17168 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
17169
17170 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
17171
17172 * config.sub: fix iris/iris3.
17173
17174 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
17175
17176 * configure: re-add -rm.
17177
17178 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
17179
17180 * Maskefile.in: add .stmp-rcs to all.
17181
17182 * configure.in: remove gas from rs6000 build, use aix host fragment.
17183
17184 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
17185
17186 * configure: pass down site_option during recursion.
17187
17188 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
17189
17190 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
17191
17192 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
17193
17194 * configure: Change exec_prefix so that it really defaults to prefix.
17195
17196 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
17197
17198 * Makefile.in, configure.in: Add support for mmalloc library.
17199
17200 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
17201
17202 * Makefile.in: add stmp dependencies for a few more things.
17203
17204 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
17205
17206 * configure: adjusted error message on objdir/srcdir configure
17207 collision, per john's suggestion.
17208
17209 * Makefile.in: add libiberty stmp to all and all.cross.
17210
17211 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
17212
17213 * Makefile.in: remove force dependencies, add grep to all.
17214
17215 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
17216
17217 * Makefile.in: drop flex. make stamp files work.
17218
17219 * configure: added test for conflicting configuration in srcdir,
17220 remove trailing slashes from srcdir. Otherwise emacs gdb mode
17221 gets cranky. use relative paths for configure and srcdir
17222 whenever possible. Send some error messages to stderr that were
17223 going to stdout.
17224
17225 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
17226
17227 * Makefile.in: Fix libg++ rule to check for gcc directory
17228 before using gcc/gcc. Also pass XTRAFLAGS.
17229
17230 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
17231
17232 * Makefile.in: added stmp-files so that directories aren't polled
17233 when they are already built.
17234
17235 * configure.texi: fixed a node pointer problem.
17236
17237 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
17238
17239 * config.sub configure.in gdb/configure.in
17240 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
17241 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
17242 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
17243
17244 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17245
17246 * configure: -recurring becomes -silent. corrected help message
17247 for -site= option.
17248
17249 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
17250
17251 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17252
17253 * configure: when building Makefile for crosses, replace
17254 tooldir and program_prefix. default srcdir from location of
17255 config.sub. remove "for host in hosts" and "for target in
17256 targets" loops.
17257
17258 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17259
17260 * Makefile.in: Do not pass bindir or mandir to cvs.
17261
17262 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
17263
17264 * Makefile.in, configure.in: removed traces of namesubdir,
17265 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
17266 copyrights to '92, changed some from Cygnus to FSF.
17267
17268 * configure.texi: remove most references to multiple hosts,
17269 multiple targets, subdirs, etc.
17270
17271 * configure.man: removed rcsid. reference config.sub not
17272 config.subr.
17273
17274 * Makefile.in: mkdir $(infodir) on install-info.
17275
17276 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
17277
17278 * configure.texi: Explain better about .gdbinit and about
17279 the environment that configure.in sections run in.
17280
17281 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
17282
17283 * configure.in: Ultrix is only a decstation if it's a MIPS.
17284
17285 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
17286
17287 * README: DOC.configure => cfg-paper.texi.
17288
17289 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
17290
17291 * config.sub (near case $os): Don't convert newsos* to bsd!
17292
17293 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
17294
17295 * Makefile.in: Reinstall change from gdb-4.3 that reduces
17296 the number of copies of COPYING that go into the GDB tar file.
17297
17298 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
17299
17300 * bfd/configure.in, gdb/config/mh-i386sco,
17301 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
17302 Fix SCO configuration stuff.
17303
17304 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
17305
17306 * Makefile.in: For libg++, make sure the -I pointing
17307 to the gcc directory goes *after* all the libg++-local -I flags.
17308 Also, move just-gcc dependency from just-libg++ to all-libg++.
17309
17310 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
17311
17312 * configure: Change -x to -f to keep Ultrix /bin/test happy.
17313
17314 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
17315
17316 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
17317
17318 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
17319
17320 * config.sub: Add stratus configuration frags. Also
17321 submitted to FSF.
17322
17323 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
17324
17325 * Makefile.in (DEV_SUPPORT): add configure.man.
17326
17327 * config.sub(Decode manufacturer-specific): add -none*.
17328
17329 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
17330
17331 * Makefile.in: remove form feeds to make Sun's make happy.
17332 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
17333
17334 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
17335
17336 * Makefile.in (AR_FLAGS): Make quieter.
17337
17338 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
17339
17340 * configure.in: Add libg++.
17341 * configure: When verbose, don't output the command line at each
17342 level; it will be unremarkably the same as the previous version,
17343 which will be the same as what the user typed.
17344
17345 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
17346
17347 * configure.in, Makefile.in: fix clean-info, add flex. add
17348 fileutils.
17349
17350 * configure: be less sensitive to spaces in Makefile.in. Do not
17351 look for sources in "..". Doing so breaks subdirectories that
17352 might have their own configure. If a subdir has it's own
17353 configure script, use it.
17354
17355 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
17356
17357 * cfg-paper.texi: some changes suggested by rms.
17358
17359 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
17360
17361 * config.sub: Merge in some small additions from the FSF version,
17362 taken from the gcc distribution, to bring the Cygnus and FSF
17363 versions into closer sync.
17364
17365 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
17366
17367 * configure.in: Changed svr4 references to sysv4.
17368
17369 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
17370
17371 * configure: added -V for version number option.
17372
17373 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
17374
17375 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
17376 renamed from DOC.configure to cfg-paper.texi.
17377
17378 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17379
17380 * configure, config.subr, config.sub: config.subr is now
17381 config.sub again.
17382
17383 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
17384
17385 * configure.texi: new file, in progress.
17386
17387 * Makefile.in: build info file and install the man page for
17388 configure.
17389
17390 * configure.man: new file, first cut.
17391
17392 * configure: find config.subr again now that configuration "none"
17393 has gone. removed all traces of the -ansi option. removed all
17394 traces of the -languages option.
17395
17396 * config.subr: resync from rms.
17397
17398 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17399
17400 * configure, config.sub, config.subr: merge config.sub into
17401 config.subr, call the result config.subr, remove config.sub, use
17402 config.subr.
17403
17404 * Makefile.in: revised install for dir.info.
17405
17406 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17407
17408 * configure.in: add decstation host makefile frag.
17409
17410 * Makefile.in: BISON now bison -y again. also install-gcc on
17411 install. clean-gdbm on clean. infodir belongs in datadir.
17412 Make directories for info install. Build dir.info here then
17413 install it.
17414
17415 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17416
17417 * Makefile.in: fix for bad directory tests.
17418
17419 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17420
17421 * configure: \{1,2\} appears to be a sysv'ism. Use a different
17422 regexp. -srcdir relative was being handled incorrectly.
17423
17424 * Makefile.in: unwrapped some for loops so that parallel makes
17425 work again and so one can focus one's attention on a particular
17426 package.
17427
17428 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17429
17430 * configure: added PWD as a stand in for `pwd` (for speed). use
17431 elif wherever possible. make -srcdir work without -objdir.
17432 -objdir= commented out.
17433
17434 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17435
17436 * configure: +options become --options. -subdirs commented out.
17437 added -host, -datadir. Renamed -destdir to -prefix. Comment in
17438 Makefile now at top of generated Makefile. Removed cvs log
17439 entries. added -srcdir. create .gdbinit only if there is one
17440 in ${srcdir}.
17441
17442 * Makefile.in: idestdir and ddestdir go away. Added copyrights
17443 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
17444 and mandir now keyed off datadir by default.
17445
17446 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17447
17448 * Freshly created ChangeLog.
17449
17450 \f
17451 Local Variables:
17452 mode: change-log
17453 left-margin: 8
17454 fill-column: 76
17455 version-control: never
17456 End:
This page took 0.759597 seconds and 6 git commands to generate.