OSDN Git Service

compiler: Simple statement in type switch is in different block.
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2012-01-23  Harshit Chopra  <harshit@google.com>
2
3         * MAINTAINERS (Write After Approval): Add myself.
4
5 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
6
7         * configure.ac: Remove reference to mh-interix.
8         * configure: Regenerate.
9
10 2012-01-05  Richard Henderson  <rth@redhat.com>
11
12         PR bootstrap/51072
13         * configure.ac: Disable libitm if c++ is not enabled.
14         * configure: Rebuild.
15
16         * configure.ac: Fix regexp for same.
17         * configure: Rebuild.
18
19 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
20
21         * MAINTAINERS (Write After Approval): Add myself.
22
23 2012-01-02  Richard Guenther  <rguenther@suse.de>
24
25         PR bootstrap/51686
26         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
27         * Makefile.in: Regenerate.
28
29 2011-12-28  Oleg Endo <olegendo@gcc.gnu.org>
30
31         * MAINTAINERS (Write After Approval): Add myself.
32
33 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
34
35         * configure: Regenerate.
36
37 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
38
39         * MAINTAINERS (picochip): Changed email address.
40
41 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
42
43         * MAINTAINERS (write-after-approval): Add self.
44
45 2011-11-29  DJ Delorie  <dj@redhat.com>
46
47         * configure.ac (rl78-*-*) New case.
48         * configure: Regenerate.
49         * MAINTAINERS: Add myself as RL78 maintainer.
50
51 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
52
53         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
54
55 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
56
57         * libtool.m4: dditional FreeBSD 10 fixes.
58
59 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
60
61         * MAINTAINERS: Move myself from Write After Approval to CPU Port
62         Maintainers section, as Epiphany maintainer.
63
64 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
65
66         PR target/49992
67         * configure.ac: Remove ranlib special-casing for Darwin.
68         * configure: Regenerate.
69
70 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
71
72         * MAINTAINERS (Reviewers): Keep the list sorted.
73
74 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
75
76         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
77
78 2011-11-09  Roland McGrath  <mcgrathr@google.com>
79
80         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
81         * configure: Rebuild.
82         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
83         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
84         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
85         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
86         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
87         Add READELF.
88         * Makefile.in: Rebuild.
89
90 2011-11-09  Jason Merrill  <jason@redhat.com>
91
92         * Makefile.def (language=c++): Remove check-c++0x.
93         * Makefile.in (check-gcc-c++): Regenerate.
94
95 2011-11-08  Richard Henderson  <rth@redhat.com>
96
97         * configure.ac: Test for libitm directory present first.
98
99         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
100
101         * configure.ac: Test libitm/configure.tgt to disable libitm.
102         * configure: Rebuild.
103
104 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
105             Richard Henderson  <rth@redhat.com>
106
107         Merged from transactional-memory.
108
109         * Makefile.def (lang_env_dependencies): libitm is c++.
110         Add libitm target module.
111         * configure.ac: Likewise.
112         * config/mmap.m4: New file.
113         * contrib/gcc_update: Add libitm to touch data.
114         * Makefile.in, configure: Rebuild.
115
116 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
117
118         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
119         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
120         * Makefile.in: Regenerate.
121
122 2011-11-01  DJ Delorie  <dj@redhat.com>
123
124         * config.sub: Update to version 2011-10-29 (added rl78)
125
126 2011-10-27  Nick Clifton  <nickc@redhat.com>
127
128         * config.sub: Import these changes from the config project:
129
130         2011-10-08  Joern Rennecke <joern.rennecke@embecosm.com>
131             Ben Elliston  <bje@gnu.org>
132
133         * config.sub (epiphany): New.
134
135         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
136             Ben Elliston  <bje@gnu.org>
137
138         * config.sub (hexagon, hexagon-*): New.
139
140         2011-08-23  Roland McGrath  <mcgrathr@google.com>
141
142         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
143         64eb to be64.
144
145         2011-08-16  Roland McGrath  <mcgrathr@google.com>
146
147         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
148         (nacl): Grok as alias for 32el-unknown-nacl.
149
150 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
151
152         * MAINTAINERS (Write After Approval): Add myself.
153
154 2011-10-24  Teresa Johnson  <tejohnson@google.com>
155
156         * MAINTAINERS (Write After Approval): Add myself.
157
158 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
159
160         * MAINTAINERS (sparc port): Remove myself.
161
162 2011-09-14  Tom de Vries  <tom@codesourcery.com>
163
164         * MAINTAINERS (Write After Approval): Add myself.
165
166 2011-08-14  Yao Qi  <yao@codesourcery.com>
167
168         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
169         * configure: Regenerate.
170
171 2011-07-26  Ian Lance Taylor  <iant@google.com>
172
173         * configure.ac: Set have_compiler based on whether gcc directory
174         exists, rather than on whether gcc is in configdirs.
175         * configure: Rebuild.
176
177 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
178
179         * MAINTAINERS (Global Reviewers): Add self.
180
181 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
182
183         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
184         link directories.
185         * Makefile.in: Rebuild.
186
187 2011-07-20  Ian Lance Taylor  <iant@google.com>
188
189         PR bootstrap/49787
190         * configure.ac: Move --enable-bootstrap handling earlier in file.
191         If --enable-bootstrap and either --enable-build-with-cxx or
192         --enable-build-poststage1-with-cxx, enable C++ automatically.
193         * configure: Rebuild.
194
195 2011-07-19  Ian Lance Taylor  <iant@google.com>
196
197         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
198         make C++ a boot_language.  Set and substitute
199         POSTSTAGE1_CONFIGURE_FLAGS.
200         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
201         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
202         * configure, Makefile.in: Rebuild.
203
204 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
205
206         * MAINTAINERS (Register Allocation): Move myself from reviewers to
207         maintainers.
208
209 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
210
211         * MAINTAINERS (Global Reviewers): Add myself.
212
213 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
214
215         * configure: Regenerate.
216
217 2011-07-16  Jason Merrill  <jason@redhat.com>
218
219         * Makefile.def (language=c++): Add check-c++0x and
220         check-target-libmudflap-c++.
221         * Makefile.tpl (check-target-libmudflap-c++): New.
222         * Makefile.in: Regenerate.
223
224 2011-07-16  Matthias Klose  <doko@ubuntu.com>
225
226         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
227         * Makefile.def (target_modules/libjava): Pass
228         $(EXTRA_CONFIGARGS_LIBJAVA).
229         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
230         if not configured with --enable-static-libjava.
231         * Makefile.in: Regenerate.
232         * configure: Likewise.
233
234 2011-07-15  Jason Merrill  <jason@redhat.com>
235
236         * Makefile.in (check-c++): Move check-gcc-c++0x after
237         check-target-libstdc++-v3.
238
239 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
240
241         * MAINTAINERS (c6x port): New entry.
242
243 2011-07-13  Jason Merrill  <jason@redhat.com>
244
245         * Makefile.in (check-gcc-c++0x): New.
246         (check-c++): Depend on it.
247
248 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
249
250         PR target/39150
251         * configure.ac (i[3456789]86-*-solaris2*): Also accept
252         x86_64-*-solaris2.1[0-9]*.
253         * configure: Regenerate.
254
255 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
256
257         * MAINTAINERS (RTL optimizers): Add self.
258
259 2011-06-27  Gabriel Charette  <gchare@google.com>
260
261         * MAINTAINERS (Write After Approval): Add myself.
262
263 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
264
265         PR regression/47836
266         PR bootstrap/23656
267         PR other/47733
268         PR bootstrap/49247
269         PR c/48825
270         * configure.ac (target_libraries): Remove target-libiberty.
271         Remove case-statement setting skipdirs=target-libiberty for
272         multiple targets.  Remove checking target_configdirs and
273         removing target-libiberty but keeping target-libgcc if
274         otherwise empty.
275         * Makefile.def (target_modules): Don't add libiberty.
276         (dependencies): Remove all traces of target-libiberty.
277         * configure, Makefile.in: Regenerate.
278
279 2011-06-13  Walter Lee <walt@tilera.com>
280
281         * configure.ac (tilepro-*-*) New case.
282         (tilegx-*-*): Likewise.
283         * configure: Regenerate.
284
285 2011-06-06  Jing Yu  <jingyu@google.com>
286
287         * configure.ac: Skip target-libiberty for
288         arm*-*-linux-androideabi.
289         * configure: Regenerated.
290
291 2011-06-06  Nick Clifton  <nickc@redhat.com>
292
293         * config.sub: Sync from upstream.
294
295 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
296
297         * MAINTAINERS (Write After Approval): Add myself.
298
299 2011-06-01  Daniel Jacobowitz  <drow@false.org>
300
301         * MAINTAINERS: Update my email address.
302
303 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
304
305         * MAINTAINERS (Write After Approval): Update my email address.
306
307 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
308
309         * MAINTAINERS (Write After Approval): Add myself.
310
311 2011-05-08  Doug Kwan  <dougkwan@google.com>
312
313         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
314         * configure: Regenerated.
315         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
316         value from configure.
317         * Makefile.in: Regenerated.
318
319 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
320
321         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
322         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
323         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
324         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
325         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
326         *-*-vxworks*): Disable newlib and libgloss in separate case
327         statement.
328         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
329         to separate case statement.
330         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
331         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
332         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
333         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
334         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
335         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
336         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
337         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
338         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
339         i[[3456789]]86-*-rdos*, m32r-*-*,
340         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
341         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
342         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
343         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
344         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
345         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
346         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
347         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
348         and libgloss in main case over targets.  Remove most empty cases
349         in main case over targets.
350         * configure: Regenerate.
351
352 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
353
354         * MAINTAINERS (Write After Approval): Add myself.
355
356 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
357
358         * configure.ac: Remove code setting special library locations for
359         hppa*64*-*-hpux11*.  Remove code setting compiler for
360         sparc-sun-solaris2*.
361         * configure: Regenerate.
362
363 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
364
365         * configure.ac: Separate libgloss_dir settings from general case
366         over targets.
367         * configure: Regenerate.
368
369 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
370
371         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
372         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
373         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
374         cases in libgcj-disabling case statement.
375         (hppa*64*-*-linux*): Set unsupported_languages instead of
376         disabling target-zlib.
377         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
378         to hppa*64*-*-hpux*.
379         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
380         hppa*-*-hpux*.
381         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
382         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
383         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
384         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
385         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
386         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
387         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
388         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
389         libgcj-disabling case statement.
390         * configure: Regenerate.
391
392 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
393
394         * configure.ac: Disable Java for targets not supporting libffi.
395         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
396         Remove cases in Java-disabling statement.
397         (*arm-wince-pe): Change to arm-wince-pe.
398         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
399         cases in Java-disabling statement.
400         (bfin-*-*): Don't disable Java again.
401         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
402         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
403         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
404         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
405         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
406         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
407         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
408         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
409         Java-disabling statement.
410         (mmix-*-*): Don't disable Java again.
411         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
412         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
413         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
414         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
415         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
416         statement.
417         * configure: Regenerate.
418
419 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
420
421         * configure.ac: Separate cases disabling Java and Java libraries
422         from general case over targets.
423         * configure: Regenerate.
424
425 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
426
427         * MAINTAINERS: Update my email address.
428
429 2011-04-20  Easwaran Raman  <eraman@google.com>
430
431         * MAINTAINERS (Write After Approval): Add myself.
432
433 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
434
435         PR lto/48086
436         * configure.ac: Re-enable LTO on *-apple-darwin9*.
437         * configure: Regenerate.
438
439 2011-04-16  Jim Meyering  <meyering@redhat.com>
440
441         * MAINTAINERS (Write After Approval): Add myself.
442
443 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
444
445         * MAINTAINERS: Update my email address.
446
447 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
448
449         * MAINTAINERS (Write After Approval): Add myself.
450
451 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
452
453         * MAINTAINERS (Write After Approval): Add myself.
454
455 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
456
457         * MAINTAINERS (Write After Approval): Add myself.
458
459 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
460
461         * configure.ac (build_tools): Remove build-byacc.
462         (host_libs): Remove mmalloc.
463         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
464         autoconf automake libtool diff rcs fileutils shellutils time
465         textutils wdiff find uudecode hello tar gzip indent recode release
466         sed perl gawk findutils gettext zip.
467         (libgcj): Remove target-qthreads.
468         (target_tools): Remove target-examples target-gperf.
469         (YACC): Don't handle building byacc.
470         * configure: Regenerate.
471         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
472         dosutils, examples, fileutils, find, findutils, gawk, gettext,
473         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
474         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
475         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
476         handle building components.
477         * Makefile.in: Regenerate.
478
479 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
480
481         * MAINTAINERS: Update my email address as Xtensa maintainer.
482
483 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
484
485         * config.sub: Sync from upstream.
486
487 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
488
489         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
490         (microblaze*): Don't disable libssp.
491         * configure: Regenerate.
492
493 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
494
495         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
496         moveifchange.
497         * configure: Regenerate.
498         * Makefile.tpl: Use @SHELL@ not @config_shell@.
499         * Makefile.in: Regenerate.
500
501 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
502
503         * configure.ac (*-*-sysv4*): Don't enable libgomp.
504         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
505         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
506         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
507         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
508         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
509         md_exec_prefix cases.
510         * configure: Regenerate.
511
512 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
513
514         * configure.ac: Separate cases disabling target-libssp,
515         target-libiberty, target-libstdc++-v3 and Fortran from general
516         case over targets.
517         * configure: Regenerate.
518
519 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
520
521         * configure.ac (*-*-chorusos): Don't disable libgcj.
522         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
523         Remove case.
524         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
525         (arm-*-coff): Don't disable libgcj.
526         (arm*-*-linux-gnueabi): Remove useless assignment.
527         (arm-*-riscix*): Don't disable libgcj.
528         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
529         configuration.
530         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
531         (c54x*-*-*): Remove case.
532         (tic54x-*-*): Don't disable GCC or GCC libraries.
533         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
534         to *.
535         (d10v-*-*): Don't disable GCC libraries.
536         (d30v-*-*): Don't disable libgcj.
537         (h8500-*-*): Don't disable GCC libraries.
538         (i960-*-*): Don't disable libgcj.
539         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
540         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
541         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
542         libgcj.
543         (m68k-*-coff*): Remove case.
544         (mmix-*-*): Don't disable libgloss on host.
545         (mn10200-*-*, mn10300-*-*): Remove cases.
546         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
547         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
548         Don't disable libgcj.
549         (romp-*-*): Remove case.
550         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
551         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
552         case.
553         (v810-*-*): Don't disable GCC libraries.
554         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
555         (ip2k-*-*): Don't disable GCC libraries.
556         * configure: Regenerate.
557
558 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
559
560         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
561         libffi on host.
562         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
563         on host.
564         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
565         * configure: Regenerate.
566
567 2011-03-26  John Marino  <binutils@marino.st>
568
569         * configure.ac: Add support for *-*-dragonfly*
570         * configure: Regenerate.
571
572 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
573
574         * configure.ac (native_only): Remove.
575         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
576         send-pr uudecode guile gnuserv on host.
577         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
578         send-pr rcs guile perl texinfo libtool on host.
579         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
580         automake send-pr rcs guile perl texinfo libtool on host.
581         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
582         (*-*-kaos*): Don't disable target-examples target-gperf on target.
583         (alpha*-dec-osf*): Don't disable fileutils on target.
584         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
585         texinfo send-pr expect dejagnu on target.
586         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
587         target-qthreads on target.
588         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
589         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
590         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
591         x86_64-*-mingw*): Don't disable expect on target.
592         (*-*-cygwin*): Don't disable target-gperf on target.
593         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
594         gnuserv on target.
595         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
596         target.
597         * configure: Regenerate.
598
599 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
600
601         * configure.ac (target_tools): Remove target-groff.
602         (native_only): Remove target-groff.
603         (hppa*64*-*-*): Don't disable byacc.
604         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
605         setting.
606         (*-*-kaos*): Don't skip target-librx and target-groff.
607         (*-*-netware*): Don't skip target-libmudflap.
608         (*-*-tpf*): Don't skip target-libmudflap.
609         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
610         directories on the host.
611         (ia64*-*-*vms*): Don't skip tix.
612         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
613         host.
614         * configure: Regenerate.
615
616 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
617
618         * configure.ac: Remove references to mt-mep, mt-netware,
619         mt-wince.
620         * Makefile.def: Add all-utils soft dependencies.
621         * Makefile.tpl: Remove GDB_NLM_DEPS.
622         * configure: Regenerate.
623         * Makefile.in: Regenerate.
624
625 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
626
627         * configure.ac: Do not include mh-x86omitfp.
628         * configure: Regenerate.
629
630 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
631
632         * configure.ac: Remove empty cases.
633         * configure: Regenerate.
634
635 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
636
637         * Makefile.def: Add dependency from termcap to gdb.
638         * Makefile.in: Regenerate.
639
640 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
641
642         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
643         * configure: Regenerate.
644         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
645         * Makefile.tpl: Likewise.
646         * Makefile.in: Regenerate.
647
648 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
649
650         * configure.ac: Remove all mentions of tentative_cc.
651         * configure: Regenerate.
652
653 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
654
655         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
656         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
657         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
658         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
659         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
660         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
661         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
662         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
663         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
664         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
665         *-*-rhapsody*): Remove host cases.
666         * configure: Regenerate.
667
668 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
669
670         * configure.ac (ppc*-*-pe): Remove host case.
671         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
672         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
673         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
674         cases.
675         * configure: Regenerate.
676
677 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
678
679         * config.sub: Update to version 2011-03-23.
680
681 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
682
683         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
684         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
685         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
686         * configure: Regenerate.
687
688 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
689
690         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
691         to Write After Approval.
692         * config-ml.in: Don't handle arc-*-elf*.
693         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
694         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
695         handle GCC libraries.
696         * configure: Regenerate.
697
698 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
699
700         PR bootstrap/48120:
701         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
702         Add -lstdc++ -lm to LIBS.
703         * configure: Regenerate.
704
705 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
706
707         * config.guess: Update to version 2011-02-02
708         * config.sub: Update to version 2011-02-24
709
710 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
711
712         PR lto/48086
713         * configure.ac: Re-enable LTO on *-apple-darwin9.
714         * configure: Regenerate.
715
716 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
717
718         PR lto/48086
719         * configure.ac: Disable LTO on darwin due to an assembler change in
720         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
721         under 256.
722         * configure: Regenerate.
723
724 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
725
726         * MAINTAINERS: Update myself as score backend maintainer, update my e-mail address.
727
728 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
729
730         * MAINTAINERS: Update my e-mail address.
731
732 2011-03-06  Joey Ye  <joey.ye@arm.com>
733
734         * MAINTAINERS: Update my e-mail address.
735
736 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
737
738         * configure.ac: Adjust test of with_ppl.
739         * configure: Regenerated.
740
741 2011-03-02  Kai Tietz  <ktietz@redhat.com>
742
743         * MAINTAINERS: Adjust my e-mail address.
744
745 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
746
747         * configure.ac: Add -lpwl to ppllibs.
748         * configure: Regenerated.
749
750 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
751
752         * config/cloog.m4: Add -lisl to clooglibs.
753         * configure: Regenerated.
754
755 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
756
757         * MAINTAINERS (CPU Port maintainers): Add self.
758
759 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
760
761         * MAINTAINERS: Add myself as testsuite maintainer.
762
763 2011-02-15  Mike Stump  <mikestump@comcast.net>
764
765         * MAINTAINERS: Add myself as testsuite maintainer.
766
767 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
768
769         Import from Libtool and gnulib:
770
771         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
772
773         Prepare for supporting FreeBSD 10.
774         * config.rpath: Remove handling of freebsd1* which soon would
775         match FreeBSD 10.0.
776
777         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
778
779         Remove support for FreeBSD 1.x.
780         * libtool.m4 (_LT_LINKER_SHLIBS)
781         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
782         soon would incorrectly match FreeBSD 10.0.
783
784 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
785
786         PR binutils/12283
787         * move-if-change: Import version from gnulib.
788
789 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
790
791         PR lto/47225
792         * Makefile.def (lto-plugin): Double dash for enable-shared.
793         (configure-gcc): Depend on all-lto-plugin.
794         * Makefile.in: Rebuilt.
795
796 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
797
798         * configure.ac: Remove extra bracket.
799         * configure: Regenerate.
800
801 2011-02-08  Tobias Burnus  <burnus@net-b.de>
802
803         * MAINTAINERS: Add myself as libquadmath maintainer.
804
805 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
806
807         * MAINTAINERS: Update my email address.
808
809 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
810
811         * MAINTAINERS (option handling): Add self.
812
813 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
814
815         PR lto/47225
816         * Makefile.def: Add dependency for install-gcc
817         on install-lto-plugin.
818         * Makfile.in: Regenerated
819
820 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
821
822         * MAINTAINERS (CPU Port Maintainers): Add myself.
823
824 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
825
826         PR libgcj/44341
827         * configure.ac: Discard --with-* flags for host when configuring
828         target libraries for cross build.
829         * configure: Rebuilt.
830
831 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
832
833         * MAINTAINERS (linear loop transforms): Removed.
834
835 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
836
837         * configure.ac: If with_ppl is no, move setting with_cloog=no
838         after CLOOG_REQUESTED check.
839         * configure: Regenerated.
840
841 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
842
843         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
844         CLooG has been requested.
845         * configure: Regenerated.
846
847 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
848
849         * configure: Regenerated.
850         * configure.ac: Check for version 0.11 (or later revision) of PPL.
851
852 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
853
854         * configure: Regenerated.
855         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
856
857 2011-01-21  Andreas Schwab  <schwab@redhat.com>
858
859         * configure.ac: Use AS_HELP_STRING throughout.
860         * configure: Regenerate.
861
862 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
863
864         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
865         * configure: Regenerate.
866
867 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
868
869         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
870
871 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
872
873         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
874         for ia64-hpux.
875         * configure: Regenerate.
876
877 2011-01-07  Jan Hubicka  <jh@suse.cz>
878
879         PR lto/47225
880         * Makefile.in: Regenerate.
881         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
882         configure.
883
884 2011-01-07  Jan Hubicka  <jh@suse.cz>
885
886         * Makefile.in: Regenerate.
887         * Makefile.def (gcc host module) and soft dependency on lto-plugin
888         and configure dependency on lto-plugin configure.
889         (lto-plugin module): Remove dependency on GCC; add dependency on
890         liniberty.
891
892 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
893
894         * MAINTAINERS (Write After Approval): Add myself.
895
896 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
897
898         * configure: Regenerate.
899
900 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
901
902         * configure.ac: (picochip): Disable libiberty.
903
904 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
905
906         * MAINTAINERS (Write After Approval): Add myself.
907
908 2010-12-10  Ian Lance Taylor  <iant@google.com>
909
910         PR bootstrap/46819
911         * configure.ac: For --disable-libgcj clear libgcj_saved.
912         * configure: Rebuild.
913
914 2010-12-10  Tobias Burnus  <burnus@net-b.de>
915
916         PR fortran/46540
917         * configure.ac: Add --disable-libquadmath and
918         --disable-libquadmath-support.
919         * configure: Regenerate.
920
921 2010-12-03  Ian Lance Taylor  <iant@google.com>
922
923         * MAINTAINERS: Add myself as libgo maintainer.
924
925 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
926
927         PR libffi/46792
928         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
929         * configure: Regenerate.
930
931 2010-12-02  Ian Lance Taylor  <iant@google.com>
932
933         * configure.ac: Always set default for poststage1_ldflags to
934         -static-libstdc++ -static-libgcc.
935
936 2010-11-29  Andreas Schwab  <schwab@redhat.com>
937
938         * configure.ac: Move comment to remove extra space in last argument
939         of GCC_TARGET_TOOL.
940
941 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
942
943         PR other/46026
944         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
945         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
946         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
947         (BASE_FLAGS_TO_PASS): Use it.
948         * configure: Rebuilt.
949         * Makefile.in: Rebuilt.
950
951 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
952
953         PR binutils/12258
954         * configure.ac: Correct comments for --enable-gold/--enable-ld.
955         Properly check default linker.
956         * configure: Regnerated.
957
958 2010-11-23  Matthias Klose  <doko@ubuntu.com>
959
960         * configure.ac: For --enable-gold, handle value `default' instead of
961         `both*'.   New configure option --{en,dis}able-ld.
962         * configure: Regenerate.
963
964 2010-11-20  Ian Lance Taylor  <iant@google.com>
965
966         * configure.ac: Only disable a language library if no language needs
967         it.  Don't let --disable-libgcj uncondtionally disable libffi.
968         * configure: Rebuild.
969
970 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
971
972         * Makefile.in: Regenerate.
973
974         PR other/46202
975         * configure.ac: Fix just-built in-tree STRIP name to be
976         binutils/strip-new.
977         * configure: Regenerate.
978         * Makefile.def (install-strip-gcc, install-strip-binutils)
979         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
980         (install-strip-sid): Mirror dependencies on non-strip variants
981         of these targets on the respective -strip prerequisites.
982         * Makefile.tpl (install-strip, install-strip-host)
983         (install-strip-target): New targets.
984         (install-strip-[+module+], install-strip-target-[+module+]):
985         New targets.
986         * Makefile.in: Regenerate.
987
988 2010-11-19  Ian Lance Taylor  <iant@google.com>
989             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
990
991         * configure.ac: Add target-libgo to target_libraries.  Set
992         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
993         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
994         (HOST_EXPORTS): Add GOC.
995         (BASE_TARGET_EXPORTS): Add GOC.
996         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
997         (GOCFLAGS_FOR_TARGET): New variable.
998         (EXTRA_HOST_FLAGS): Add GOC.
999         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1000         * Makefile.def (target_modules): Add libgo.
1001         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1002         (dependencies): Add dependency from configure-target-libgo to
1003         configure-target-libffi and all-target-libstdc++-v3.  Add
1004         dependencies from all-target-libgo to all-target-libffi.
1005         (languages): Add go.
1006         * configure: Rebuild.
1007         * Makefile.in: Rebuild.
1008
1009 2010-11-19  Ian Lance Taylor  <iant@google.com>
1010
1011         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1012         compiler/flag environment variables.
1013
1014 2010-11-18  Ian Lance Taylor  <iant@google.com>
1015
1016         * configure.ac: Check for lang_requires_boot_languages in
1017         config-lang.in files.
1018         * configure: Rebuild.
1019
1020 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1021             Tobias Burnus  <burnus@net-b.de>
1022
1023         PR fortran/32049
1024         * Makefile.def: Add libquadmath; build it with language=fortran.
1025         * configure.ac: Add libquadmath.
1026         * Makefile.tpl: Handle multiple libs in check-[+language+].
1027         * Makefile.in: Regenerate.
1028         * configure: Regenerate.
1029
1030 2010-11-16  Tom Tromey  <tromey@redhat.com>
1031
1032         * MAINTAINERS: Moved myself to reviewers section.
1033
1034 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
1035
1036         * MAINTAINERS: Moved myself to reviewers section.
1037
1038 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1039
1040         * MAINTAINERS (Various Maintainers): Add self for build machinery.
1041         (Write After Approval): Remove self.
1042
1043 2010-11-15  Andreas Schwab  <schwab@redhat.com>
1044
1045         * configure.ac: Fix spelling in option names.
1046         * configure: Regenerated.
1047
1048 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
1049
1050         PR bootstrap/39622
1051         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1052         * configure: Regenerated.
1053
1054 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
1055
1056         * MAINTAINERS: Update my email address.
1057
1058 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1059
1060         * configure: Regenerate.
1061
1062 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1063
1064         * configure: Regenerate.
1065
1066 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1067
1068         * configure: Regenerate.
1069
1070 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1071
1072         * configure: Regenerate.
1073
1074 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1075
1076         * configure.ac: Support official CLooG.org versions.
1077         * configure: Regenerate.
1078         * config/cloog.m4: New.
1079
1080 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
1081
1082         * MAINTAINERS (Write After Approval): Add myself.
1083
1084 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
1085
1086         * MAINTAINERS: Update my email address.
1087
1088 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
1089
1090         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1091         * configure: Regenerate.
1092
1093 2010-11-03  Ian Lance Taylor  <iant@google.com>
1094             Dave Korn  <dave.korn.cygwin@gmail.com>
1095
1096         PR lto/46273
1097         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
1098         and on other supported platforms whenever LTO is enabled.
1099         * configure: Rebuild.
1100
1101 2010-11-02  Alan Modra  <amodra@gmail.com>
1102
1103         PR binutils/12110
1104         * configure.ac: Error when source path contains spaces.
1105         * configure: Regenerate.
1106
1107 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
1108
1109         * MAINTAINERS: Update my email address.
1110
1111 2010-10-20  Ian Lance Taylor  <iant@google.com>
1112
1113         * Makefile.def (target_modules): Set lib_path to src/.libs for
1114         libstdc++-v3 module.
1115         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1116         * Makefile.in: Rebuild.
1117
1118 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1119
1120         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
1121         (Write After Approval): Remove myself.
1122
1123 2010-10-15  Tristan Gingold  <gingold@adacore.com>
1124
1125         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1126
1127 2010-10-14  Douglas Rupp  <rupp@gnat.com>
1128
1129         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1130
1131 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1132
1133         * configure.ac (build_lto_plugin): New shell variable.
1134         (--enable-lto): Turn on by default for all non-ELF platforms that
1135         have had LTO support added so far.  Set build_lto_plugin appropriately
1136         for both ELF and non-ELF.
1137         (configdirs): Add lto-plugin or not based on build_lto_plugin.
1138         * configure: Regenerate.
1139
1140 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1141
1142         Sync from src:
1143         * configure.ac (v850 support): Remove target-libgloss from
1144         noconfigdirs.
1145         * configure: Regenerate.
1146
1147 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1148
1149         PR bootstrap/45326
1150         PR bootstrap/45174
1151         * configure.ac: Honor initial values of $build_configargs,
1152         $host_configargs, $target_configargs.  Mark the precious, so
1153         environment settings get recorded.
1154         * configure: Regenerate.
1155
1156 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1157
1158         PR bootstrap/45796
1159         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1160         Depend on all-build-libiberty.
1161         * Makefile.in: Regenerate.
1162
1163 2010-09-30  Michael Eager  <eager@eagercon.com>
1164
1165         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1166         * configure: Regenerate.
1167
1168 2010-09-28  Michael Eager  <eager@eagercon.com>
1169
1170         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
1171
1172 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1173
1174         PR bootstrap/44621
1175         * configure.ac: Fix unportable shell quoting.
1176         * configure: Regenerate.
1177
1178 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
1179
1180         * configure.ac (enable-lto): Add Darwin to the list of supported lto
1181         targets and amend comment.
1182         * configure: Regenerate.
1183
1184 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
1185
1186         * MAINTAINERS (Write After Approval): Add myself.
1187
1188 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
1189
1190         * configure.ac: Enable LTO by default on Darwin.
1191         * configure: Regenerate.
1192
1193 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
1194
1195         * MAINTAINERS (Write After Approval): Add myself.
1196
1197 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
1198
1199         * MAINTAINERS (Write After Approval): Add myself.
1200
1201 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
1202
1203         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
1204         ports
1205
1206 2010-07-28  David Yuste  <david.yuste@gmail.com>
1207
1208         * MAINTAINERS (Write After Approval): Add myself.
1209
1210 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
1211
1212         * configure.ac: Support all v850 targets.
1213         * configure: Regenerate.
1214
1215 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
1216
1217         PR bootstrap/44455
1218         * configure.ac (extra_mpfr_configure_flags): Copy from
1219         extra_mpc_gmp_configure_flags.
1220         * configure: Re-generated.
1221
1222 2010-07-22  Andi Kleen  <ak@linux.intel.com>
1223
1224         * MAINTAINERS (Write After Approval): Add myself.
1225
1226 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
1227
1228         * MAINTAINERS (Write After Approval): Add myself.
1229
1230 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
1231
1232         * MAINTAINERS (Write After Approval): Add myself.
1233
1234 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
1235
1236         PR target/44862
1237         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1238         Provide -B option to allow for link spec %s substitutions for
1239         libstdc++.a on darwin.
1240         * Makefile.in: Regenerate.
1241
1242 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
1243
1244         * MAINTAINERS (Reviewers): Update my e-mail address
1245
1246 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
1247
1248         * Makefile.def (configure-gcc): Depend on all-libelf.
1249         * Makefile.in: Rebuild.
1250
1251 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
1252
1253         * MAINTAINERS (Write After Approval): Add myself in the right place.
1254
1255 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
1256
1257         * MAINTAINERS (Write After Approval): Add myself.
1258
1259 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
1260
1261         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
1262
1263 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
1264
1265         * config.sub: Update to version 2010-05-21.
1266         * config.guess: Update to version 2010-04-03.
1267
1268 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
1269
1270         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1271         * configure: Regenerate.
1272
1273 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
1274
1275         * MAINTAINERS (Write After Approval): Add myself.
1276
1277 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
1278
1279         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1280         a platform that supports LTO.
1281         * configure: Regenerate.
1282
1283 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
1284
1285         * configure.ac: Allow all the versions greater than 0.10 of PPL.
1286         * configure: Regenerated.
1287
1288 2010-04-27  Roland McGrath  <roland@redhat.com>
1289             H.J. Lu  <hongjiu.lu@intel.com>
1290
1291         * configure.ac (--enable-gold): Support both, both/gold and
1292         both/bfd to add gold to configdirs without removing ld.
1293         * configure: Regenerated.
1294
1295         * Makefile.def: Add install-gold dependency to install-ld.
1296         * Makefile.in: Regenerated.
1297
1298 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
1299
1300         PR lto/42776
1301         * configure.ac (--enable-lto): Refactor handling so libelf tests
1302         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1303         and allow LTO to be explicitly enabled on non-ELF platforms that
1304         are known to support it inside else-clause.
1305         * configure: Regenerate.
1306
1307 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
1308
1309         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1310         * configure: Regenerate.
1311
1312 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
1313
1314         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1315         * configure: Regenerate.
1316
1317 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1318
1319         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1320         separately.
1321         * configure: Regenerate.
1322
1323 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
1324
1325         * MAINTAINERS (Write After Approval): Add myself.
1326
1327 2010-04-14  Tristan Gingold  <gingold@adacore.com>
1328
1329         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1330         * configure: Regenerate.
1331
1332 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
1333
1334         * configure: Regenerate after change to elf.m4.
1335
1336 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
1337
1338         * MAINTAINERS (Write After Approval): Add myself.
1339
1340 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1341
1342         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1343         * configure: Regenerated.
1344
1345 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1346
1347         * configure.ac: Print "buggy but acceptable" when CLooG
1348         revision is less than 9.
1349         * configure: Regenerated.
1350
1351 2010-04-01  Diego Novillo  <dnovillo@google.com>
1352
1353         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
1354
1355 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1356
1357         PR bootstrap/43615
1358         PR bootstrap/43328
1359
1360         Revert:
1361
1362         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1363
1364         * configure.ac: Do not pass --enable-multilib nor
1365         --disable-multilib in baseargs.  Accept explicitly passed
1366         --enable_multilib.
1367         * configure: Regenerate.
1368
1369 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
1370
1371         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
1372
1373 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
1374
1375         * MAINTAINERS: Remove myself.
1376
1377 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1378
1379         PR bootstrap/43328
1380         * configure.ac: Do not pass --enable-multilib nor
1381         --disable-multilib in baseargs.  Accept explicitly passed
1382         --enable_multilib.
1383         * configure: Regenerate.
1384
1385 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
1386
1387         * MAINTAINERS (spu port): Remove me.
1388
1389 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1390
1391         * configure.ac (tic6x-*-*): New case.
1392         * configure: Regenerate.
1393
1394 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1395
1396         * config.sub: Update to version 2010-03-22.
1397         * config.guess: Update to version 2009-12-30.
1398
1399 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
1400
1401         PR ada/42554
1402         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1403         * configure: Regenerate.
1404
1405 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1406
1407         * MAINTAINERS: Update my email address.
1408
1409 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
1410
1411         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
1412         (ghassan.shobaki@amd.com): Removed.
1413
1414 2010-03-17  Alan Modra  <amodra@gmail.com>
1415
1416         * MAINTAINERS: Update my email address.
1417
1418 2010-03-16  Diego Novillo  <dnovillo@google.com>
1419
1420         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
1421         Matthews.
1422
1423 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1424
1425         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
1426         Gutson, Jeffrey D. Oldham and Mark Shinwell.
1427
1428 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1429
1430         * MAINTAINERS: Update my email address.
1431
1432 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
1433
1434         * MAINTAINERS: Update my email address.
1435
1436 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
1437
1438         * MAINTAINERS: Update my email address.
1439
1440 2010-03-09  Jie Zhang  <jie@codesourcery.com>
1441
1442         * MAINTAINERS: Update my email address.
1443
1444 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1445
1446         PR libstdc++/32499
1447         * configure.ac (RANLIB): Default to true.
1448         (STRIP): Likewise.
1449         (RANLIB_FOR_TARGET): Remove superfluous : argument.
1450         * configure: Regenerate.
1451
1452 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
1453
1454         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
1455         (Write After Approval): Update my email address.
1456
1457 2010-02-17  Nick Clifton  <nickc@redhat.com>
1458
1459         PR 11238
1460         * Makefile.tpl (local-distclean): Also remove config.cache files in
1461         sub-directories as there may not be Makefiles present in the
1462         sub-directories.
1463         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1464         the config.cache files found by the find command.
1465
1466         * Makefile.in: Regenerate.
1467         * configure.ac: Revert previous delta.
1468         * configure: Regenerate.
1469
1470 2010-02-15  Nick Clifton  <nickc@redhat.com>
1471
1472         PR 11238
1473         * configure.ac: Delete config.cache files in sub-directories when
1474         deleting Makefiles.
1475         * configure: Regenerate.
1476
1477 2010-02-12  Ben Elliston  <bje@gnu.org>
1478
1479         * MAINTAINERS: Update my email address.
1480
1481 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
1482
1483         * MAINTAINERS (spu port): Update my email address.
1484
1485 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
1486
1487         * MAINTAINERS: Add myself as a maintainer for the bfin port.
1488
1489 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1490
1491         * configure.ac: Add "recommended" version checks for GMP/MPC.
1492         Update recommended GMP/MPFR/MPC versions.
1493         * configure: Regenerate.
1494
1495 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
1496
1497         * MAINTAINERS: Move my Embecosm email address into the
1498         write-after-approval section.
1499
1500 2010-01-26  Ian Lance Taylor  <iant@google.com>
1501
1502         * MAINTAINERS: Add myself as Go frontend maintainer.
1503
1504 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
1505
1506         PR libstdc++/36101, PR libstdc++/42813
1507         * configure.ac (bootstrap_target_libs): Make inclusion of
1508         target-libgomp conditional on libgomb being in target_configdirs.
1509         * configure: Regenerate.
1510
1511 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
1512
1513         PR libstdc++/36101, PR libstdc++/42813
1514         * configure.ac (bootstrap_target_libs): Include target-libgomp.
1515         * configure: Regenerate.
1516
1517 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
1518
1519         PR libstdc++/36101, PR libstdc++/42813
1520         * configure.ac (target_configdirs): Substitute.
1521         * Makefile.def: Bootstrap target module libgomp.
1522         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1523         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1524         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1525         * configure, Makefile.in: Regenerate.
1526
1527 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1528
1529         * MAINTAINERS: Adjust my details.
1530
1531 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
1532
1533         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
1534
1535 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
1536
1537         * MAINTAINERS: reindented my entry with tabs instead of spaces.
1538
1539 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
1540
1541         * MAINTAINERS (Write After Approval): Add myself.
1542
1543 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1544
1545         * MAINTAINERS (Write After Approval): Add myself.
1546
1547 2010-01-11  Richard Guenther  <rguenther@suse.de>
1548
1549         PR lto/41569
1550         * Makefile.def (all-lto-plugin): Depend on all-gcc.
1551         * Makefile.in: Regenerated.
1552
1553 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
1554
1555         * configure.ac: Enable libjava build on x86_64-*freebsd*.
1556         * configure: Regenerate.
1557
1558 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1559             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1560
1561         PR bootstrap/42424
1562         * configure.ac: Include libtool m4 files.
1563         (_LT_CHECK_OBJDIR): Call it.
1564         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1565         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1566
1567         * configure: Regenerate.
1568
1569 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1570
1571         PR bootstrap/41818
1572         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1573         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
1574         * Makefile.in: Regenerate.
1575
1576 2010-01-02  Richard Guenther  <rguenther@suse.de>
1577
1578         PR lto/41529
1579         * configure.ac: Include config/elf.m4.  Disable LTO if not
1580         builting for an elf target.
1581         * configure: Regenerate.
1582
1583 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
1584
1585         * MAINTAINERS: Change my email address.
1586
1587 2009-12-18  Ben Elliston  <bje@au.ibm.com>
1588
1589         * config.sub, config.guess: Update from upstream sources.
1590
1591 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
1592
1593         * MAINTAINERS (Write After Approval): Add myself.
1594
1595 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1596
1597         PR middle-end/30447
1598         PR middle-end/30789
1599         PR other/40302
1600
1601         * configure.ac: Require MPC.
1602         * configure: Regenerate.
1603
1604 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1605
1606         PR target/38384
1607         PR bootstrap/40972
1608         * libtool.m4: Sync from git Libtool.
1609         * ltoptions.m4: Likewise.
1610         * ltversion.m4: Likewise.
1611         * lt~obsolete.m4: Likewise.
1612         * ltmain.sh: Likewise.
1613
1614 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1615
1616         * configure.ac: Update minimum MPC version to 0.8.
1617         * configure: Regenerate.
1618
1619 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
1620
1621         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
1622         * configure: Regenerated.
1623
1624 2009-11-21  Ian Lance Taylor  <iant@google.com>
1625
1626         * configure.ac: Change default of poststage1_ldflags to be empty if
1627         poststage1_libs is set.  When poststage1_libs is empty, and
1628         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
1629         * configure: Rebuild.
1630
1631 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
1632
1633         * MAINTAINERS (Write After Approval): Update my email address.
1634
1635 2009-11-20  Ben Elliston  <bje@au.ibm.com>
1636
1637         * config.guess: Update from upstream sources.
1638
1639 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1640
1641         * Makefile.def: Restore host and target settings for gmp.
1642         * Makefile.in: Rebuild.
1643
1644 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1645
1646         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
1647         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
1648         Fix portability of test of C++ as bootstrap language.  Add
1649         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1650         * configure: Rebuild.
1651         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1652         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
1653         in-tree building.
1654         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1655         (POSTSTAGE1_HOST_EXPORTS): Use it.
1656         (STAGE[+id+]_CXXFLAGS): New.
1657         (BASE_FLAGS_TO_PASS): Pass it down.
1658         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
1659         extra_exports.
1660         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1661         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1662         extra_exports.
1663         * Makefile.in: Rebuild.
1664
1665 2009-11-17  Ben Elliston  <bje@au.ibm.com>
1666
1667         * config.sub, config.guess: Update from upstream sources.
1668
1669 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1670
1671         * MAINTAINERS (Write After Approval): Add myself.
1672
1673 2009-11-09  Jon Beniston  <jon@beniston.com>
1674
1675         * MAINTAINERS (Write After Approval): Add myself.
1676
1677 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
1678
1679         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
1680         paths for *-w64-mingw* and x86_64-*mingw*.
1681         * configure: Regenerated.
1682
1683 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
1684
1685         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
1686
1687 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
1688
1689         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
1690         Phil Edwards to Write-After Approval.
1691
1692 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
1693
1694         * configure.ac: Disable target-winsup & co for
1695         x86_64-*-mingw* and *-w64-mingw* targets.
1696         * configure: Regenerated.
1697
1698 2009-10-16  Nick Clifton  <nickc@redhat.com>
1699
1700         * MAINTAINERS: Add myself as a maintainer for the RX port.
1701
1702 2009-10-26  Johannes Singler  <singler@kit.edu>
1703
1704         * MAINTAINERS (Write After Approval): Update my e-mail address.
1705
1706 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1707
1708         * configure.ac (CLooG test): Use = with test.
1709         * configure: Regenerate.
1710
1711 2009-10-22  Richard Guenther  <rguenther@suse.de>
1712
1713         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
1714         cloog if the ppl version check failed.  Move flags saving
1715         before setting in libelf check.
1716         * configure: Regenerate.
1717
1718 2009-10-21  Richard Guenther  <rguenther@suse.de>
1719
1720         * configure.ac: Adjust the ppl and cloog configure to work as
1721         documented.  Disable cloog if ppl was disabled.  Omit the version
1722         checks if they were disabled.
1723         * configure: Re-generate.
1724
1725 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1726
1727         * configure.ac: Add 'lto' to enable_languages, not
1728         new_enable_languages, and only if not already present.
1729         * configure: Regenerate.
1730
1731 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
1732
1733         * README: Refer to the various COPYING* files instead of just
1734         COPYING.
1735         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
1736
1737 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
1738
1739         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
1740         
1741 2009-10-07  Richard Guenther  <rguenther@suse.de>
1742
1743         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
1744         and Richard Guenther as reviewers.
1745         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
1746         as reviewers.
1747
1748 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
1749
1750         * config.sub: Update from upstream sources.
1751
1752 2009-10-06  Ian Lance Taylor  <iant@google.com>
1753
1754         * Makefile.def: check-gold depends upon all-gas.
1755         * Makefile.in: Rebuild.
1756
1757 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
1758
1759         * MAINTAINERS (Write After Approval): Add myself.
1760
1761 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
1762
1763         * Makefile.def: all-lto-plugin depends on all-libiberty.
1764         set bootstrap=true for lto-plugin.
1765         Add lto-plugin.
1766         * Makefile.in: Regenerate.
1767         * configure.ac (host_libs): Add lto-plugin.
1768         * configure: Regenerate.
1769
1770 2009-10-03  Diego Novillo  <dnovillo@google.com>
1771
1772         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1773         (HOST_LIBELFLIBS): Define.
1774         (HOST_LIBELFINC): Define.
1775         * Makefile.in: Regenerate.
1776         * configure.ac: Add --enable-lto.
1777         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1778         If --enable-lto is used, add 'lto' to new_enable_languages.
1779         If --enable-lto is used and gold is enabled, add
1780         lto-plugin to configdirs.
1781         * configure: Regenerate.
1782
1783 2009-10-03  Simon Baldwin  <simonb@google.com>
1784
1785         * configure.ac: If --with-system-zlib, suppress local zlib and
1786         pass --with-system-zlib to subdir configure scripts.
1787         * configure: Regenerate.
1788
1789 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
1790             Paolo Bonzini  <bonzini@gnu.org>
1791
1792         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1793         $(srcdir).
1794         * Makefile.in: Rebuilt.
1795
1796 2009-09-26  Gary Funck  <gary@intrepid.com>
1797
1798         * MAINTAINERS (Write After Approval): Add myself.
1799
1800 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1801
1802         * configure.ac: Update minimum MPC version to 0.7.
1803         * configure: Regenerate.
1804
1805 2009-09-25  Nick Clifton  <nickc@redhat.com>
1806
1807         * configure.ac: Pass any --cache-file=/dev/null option on to
1808         subconfigures.
1809         * configure: Regenerate.
1810
1811 2009-09-23  Nick Clifton  <nickc@redhat.com>
1812
1813         * config.sub, config.guess: Update from upstream sources.
1814
1815 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
1816
1817         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1818         * Makefile.in: Rebuilt.
1819
1820 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1821
1822         PR bootstrap/32272
1823         * configure.ac: Error out if $srcdir isn't '.' but contains
1824         host-${host_noncanonical}.
1825         * configure: Regenerate.
1826
1827 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1828
1829         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
1830         maintainer.
1831
1832 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1833
1834         * configure.ac: If bootstrapping a combined tree with
1835         --enable-gold, require c++ in stage1_languages.
1836         * configure: Regenerate.
1837
1838         * configure.ac: Also add target_libs of stage1_languages to
1839         bootstrap_target_libs.
1840         * configure: Regenerate.
1841
1842         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1843         with --enable-languages not containing c++.
1844         * configure: Regenerate.
1845
1846 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
1847
1848         * configure.ac: Disable java and boehm-gc for bfin-*-*.
1849         * configure: Regenerate.
1850
1851 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
1852
1853         * MAINTAINERS (Write After Approval): Update my e-mail address,
1854         and move from from here...
1855         (Waiting for paperwork): To here.
1856
1857 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
1858
1859         * MAINTAINERS (Reviewers): Add self as driver reviewer.
1860
1861 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1862
1863         * configure.ac: Do not use $extrasub for replacing @if/@endif
1864         parts in Makefile; instead, use additional arguments to
1865         AC_CONFIG_COMMANDS to do the replacement manually, with several
1866         sed invocations, to avoid HP-UX sed command limits.
1867         * configure: Regenerate.
1868
1869 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
1870
1871         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
1872         blank before -L.
1873
1874 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
1875
1876         * configure.ac (with-build-config): Document.  Handle without.
1877         Handle missing argument.
1878         * configure: Rebuilt.
1879
1880 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
1881
1882         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
1883         Default to bootstrap-debug only if compare-debug works.
1884         * configure: Rebuilt.
1885         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1886         * Makefile.in: Rebuilt.
1887
1888 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1889
1890         * MAINTAINERS (OS Port Maintainers): Update my email address.
1891
1892 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
1893
1894         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1895         * Makefile.in: Rebuilt.
1896
1897 2009-09-01  Chris Demetriou  <cgd@google.com>
1898
1899         * MAINTAINERS (Write After Approval): Add myself.
1900
1901 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
1902
1903         PR debug/30161
1904         * include/dwarf2.h (enum dwarf_tag): Added
1905         DW_TAG_GNU_template_template_param
1906         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
1907
1908 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1909
1910         * Makefile.tpl (AWK): Fix typo.
1911         * Makefile.in: Regenerate.
1912
1913 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1914
1915         * configure.ac: Detect awk and sed.
1916         * Makefile.def (flags_to_pass): Add AWK and SED.
1917         * Makefile.tpl (AWK, SED): New.
1918         (BASE_FLAGS_TO_PASS): Add AWK and SED.
1919         * configure: Regenerate.
1920         * Makefile.in: Regenerate.
1921
1922 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
1923
1924         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
1925         (collapseslashes): Likewise.
1926
1927 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1928
1929         * configure.ac (AC_PREREQ): Bump to 2.64.
1930
1931 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1932
1933         * configure.ac: Remove --with-datarootdir, --with-docdir,
1934         --with-pdfdir, --with-htmldir switches.
1935         * configure: Regenerate.
1936
1937         * configure: Regenerate.
1938
1939         * compile: Sync from Automake 1.11.
1940         * depcomp: Likewise.
1941         * install-sh: Likewise.
1942         * missing: Likewise.
1943         * mkinstalldirs: Likewise.
1944         * ylwrap: Likewise.
1945
1946 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
1947
1948         * ltmain.sh (func_normal_abspath): New function.
1949         (func_relative_path): Likewise.
1950         (func_mode_help): Document new -bindir option for link mode.
1951         (func_mode_link): Add new -bindir option, and use it to place
1952         output DLL if specified.
1953
1954 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1955
1956         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1957         (baseargs): Add --disable-option-checking.
1958         * configure: Regenerate.
1959
1960         * Makefile.def (configure-target-libiberty): Depend on
1961         all-binutils and all-ld.
1962         (configure-target-newlib): Likewise.
1963         * Makefile.in: Regenerate.
1964
1965 2009-08-17  Ben Elliston  <bje@au.ibm.com>
1966
1967         * config.sub, config.guess: Update from upstream sources.
1968
1969 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1970
1971         Sync from src, merge:
1972
1973         2009-07-02  Tristan Gingold  <gingold@adacore.com>
1974
1975         * configure.ac: Do not exclude gas for i386-*-darwin.
1976         Add a case for x86_64-*-darwin.
1977         * configure: Regenerate.
1978
1979 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
1980
1981         * MAINTAINERS: Add my name to Write After Approval list.
1982
1983 2009-08-06  Michael Eager  <eager@eagercon.com>
1984
1985         * configure.ac: Add Microblaze target.
1986         * configure: Regenerate.
1987
1988 2009-07-31  Christian Bruel  <christian.bruel@st.com>
1989
1990         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1991         * configure: Regenerate.
1992         
1993 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
1994
1995         * MAINTAINERS (Write After Approval): Update my e-mail address.
1996
1997 2009-07-06  Ian Lance Taylor  <iant@google.com>
1998
1999         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2000         * configure: Rebuild.
2001
2002 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
2003
2004         * MAINTAINERS: Move myself to the Graphite Reviewers.
2005
2006 2009-06-30  Wei Guozhi  <carrot@google.com>
2007
2008         * MAINTAINERS: Add my name to Write After Approval list.
2009
2010 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
2011
2012         PR bootstrap/40338
2013         * configure.ac (comparestring): Create new variable.
2014         * Makefile.tpl (comparestring): Use to skip some comparisions.
2015         * configure: Regenerate.
2016         * Makefile.in: Regenerate.
2017
2018 2009-06-26  Doug Evans  <dje@sebabeach.org>
2019
2020         * Makefile.def (host_modules): Add cgen.
2021         * Makefile.in: Regenerate.
2022         * configure.ac (host_tools): Add cgen.
2023         * configure: Regenerate.
2024
2025 2009-06-23  DJ Delorie  <dj@redhat.com>
2026
2027         * MAINTAINERS: Add myself as mep maintainer.
2028
2029 2009-06-23  Ian Lance Taylor  <iant@google.com>
2030
2031         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
2032         boot_languages.  Only bootstrap target libraries listed in
2033         target_libs for some boot language.  Add --with-stage1-ldflags,
2034         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
2035         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
2036         if not building with C++.
2037         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2038         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2039         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2040         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
2041         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
2042         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
2043         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2044         * configure, Makefile.in: Rebuild.
2045
2046 2009-06-23  Li Feng  <nemokingdom@gmail.com>
2047
2048         * MAINTAINERS: Added my name to write-after-approval list.
2049
2050 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
2051
2052         * configure.ac: Define is_elf for QNX Neutrino targets.
2053         * configure: Regenerate.
2054
2055 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
2056
2057         * MAINTAINERS: Added my name to the write-after-approval list
2058
2059 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2060
2061         * configure.ac: Detect MPC in default directory.
2062         * configure: Regenerate.
2063
2064 2009-06-03  Jerome Guitton  <guitton@adacore.com>
2065             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2066
2067         * Makefile.tpl (all): Avoid a trailing backslash.
2068         * Makefile.in: Regenerate.
2069
2070 2009-06-03  Ben Elliston  <bje@au.ibm.com>
2071
2072         * config.sub, config.guess: Update from upstream sources.
2073
2074 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
2075
2076         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2077         to noconfdirs.
2078         * configure: Regenerate.
2079
2080 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
2081
2082         * Makefile.tpl ([+compare-target+]): Compare all stage
2083         directories, rather than just gcc.
2084         * Makefile.in: Rebuilt.
2085
2086 2009-06-01  Doug Kwan  <dougkwan@google.com>
2087
2088         * configure.ac: Support gold for target arm*-*-*.
2089         * configure: Regenerate.
2090
2091 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2092
2093         * Makefile.def: Add MPC support and dependencies.
2094         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
2095
2096         * Makefile.in, configure: Regenerate.
2097
2098 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
2099
2100         * Makefile.tpl (all): Avoid harmless warning in make all when
2101         gcc-bootstrap is enabled but stage_last does not exist.
2102         * Makefile.in: Rebuilt.
2103
2104 2009-05-24  Nicolas Roche  <roche@adacore.com>
2105
2106         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2107         * Makefile.in: Regenerate.
2108
2109 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
2110
2111         * MAINTAINERS: Update my e-mail address.
2112
2113 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
2114
2115         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
2116         * configure:  Regenerate.
2117
2118 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2119
2120         PR other/40159
2121         * Makefile.tpl (all): Don't assume gcc-bootstrap and
2122         gcc-no-bootstrap are mutually exclusive.
2123         * Makefile.in: Rebuilt.
2124
2125 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2126
2127         PR other/40159
2128         * Makefile.tpl (all): Don't end with unconditional success.
2129         * Makefile.in: Rebuilt.
2130
2131 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
2132
2133         PR target/37137
2134         * Makefile.def (flags_to_pass): Remove redundant and incomplete
2135         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2136         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2137         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
2138         stage_configureflags, stage_cflags and stage_libcflags into
2139         explicit Makefile macros.
2140         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2141         GFORTRAN.
2142         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2143         CC.  Set CC_FOR_BUILD from CC.
2144         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2145         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2146         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2147         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
2148         and GFORTRAN.
2149         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2150         (_LIBCFLAGS): Renamed to _TFLAGS.
2151         (do-compare-debug, do-compare3-debug): Drop.
2152         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2153         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2154         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2155         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2156         (XGCC_FLAGS_FOR_TARGET): New.
2157         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2158         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2159         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2160         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2161         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
2162         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
2163         TFLAGS.
2164         (BUILD_CONFIG): Include if requested.
2165         (all): Set TFLAGS on bootstrap.
2166         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2167         (all-stageid-prefixmodule): Likewise.
2168         (do-clean, distclean-stageid): Set TFLAGS.
2169         (restrap): Fix whitespace.
2170         * Makefile.in: Rebuilt.
2171
2172 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
2173
2174         * config.guess: Sync with src.
2175
2176 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
2177
2178         * configure.ac ($with_ppl):  Default to no if not supplied.
2179         ($with_cloog):  Likewise.
2180         configure:  Regenerate.
2181
2182 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
2183
2184         * MAINTAINERS: Update my e-mail address.
2185
2186 2009-04-27  Nick Clifton  <nickc@redhat.com>
2187
2188         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
2189
2190 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
2191
2192         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2193         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2194         * Makefile.in: Regenerate.
2195
2196 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2197
2198         PR bootstrap/39739
2199         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2200         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2201
2202         * configure, Makefile.in: Regenerate.
2203
2204 2009-04-21  Taras Glek  <tglek@mozilla.com>
2205
2206         * include/hashtab.h: Update GTY annotations to new syntax
2207         * include/splay-tree.h: Likewise
2208
2209 2009-04-17  Ben Elliston  <bje@au.ibm.com>
2210
2211         * config.sub, config.guess: Update from upstream sources.
2212
2213 2009-04-15  Anthony Green  <green@moxielogic.com>
2214
2215         * configure.ac: Add moxie support.
2216         * configure: Rebuilt.
2217
2218 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
2219
2220         * configure.ac: Change copyright header to refer to version
2221         3 of the GNU General Public License and to point readers at the
2222         COPYING3 file and the FSF's license web page.
2223         * Makefile.def: Likewise.
2224         * Makefile.tpl: Likewise.
2225         * Makefile.in: Regenerate.
2226
2227 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
2228
2229         * configure.ac: Restore match for darwin9 or later. Use double
2230         brackets since regeneration eats one pair.
2231         * configure: Regenerate.
2232
2233 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
2234
2235         PR gas/10039
2236         * configure.ac: Require texinfo 4.7.
2237         * configure: Regenerated.
2238
2239 2009-04-09  Nick Clifton  <nickc@redhat.com>
2240
2241         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
2242         the GCC Runtime Library Exception.
2243
2244 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2245
2246         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2247         * configure: Regenerate.
2248
2249 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
2250
2251         * Makefil.def (languages): New entries.
2252         * Makefile.tpl (check-gcc-*): New generic target.
2253         * Makefile.in: Regenerate.
2254
2255 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
2256
2257         * MAINTAINERS:  Update my email address.
2258
2259 2009-03-18  Tom Tromey  <tromey@redhat.com>
2260
2261         * configure: Rebuild.
2262         * configure.ac (host_libs): Add libiconv.
2263         * Makefile.in: Rebuild.
2264         * Makefile.def (host_modules): Add libiconv.
2265         (configure-gdb, all-gdb): Depend on libiconv.
2266
2267 2009-03-16  Tristan Gingold  <gingold@adacore.com>
2268
2269         * configure.ac: Treat gdb as supported on x86_64-darwin.
2270         * configure: Regenerate.
2271
2272 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
2273
2274         * configure.ac (--with-host-libstdcxx): New option.
2275         * configure: Regenerate.
2276
2277 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
2278
2279         * MAINTAINERS:  Move myself into the write after approval list.
2280
2281 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
2282
2283         * MAINTAINERS: Update e-mail address.
2284         
2285 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
2286
2287         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
2288
2289 2009-03-10  Ira Rosen  <irar@il.ibm.com>
2290
2291         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
2292
2293 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2294
2295         Backport from git Libtool:
2296
2297         2009-01-19  Robert Millan  <rmh@aybabtu.com>
2298         Support GNU/kOpenSolaris.
2299         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2300         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2301         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2302         GNU/kOpenSolaris.
2303
2304 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
2305
2306         * MAINTAINERS: Update e-mail address.
2307
2308 2009-02-24  Michael Eager  <eager@eagercon.com>
2309
2310         * MAINTAINERS (Write After Approval): Add self.
2311
2312 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
2313
2314         * MAINTAINERS (Write After Approval): Add myself.
2315
2316 2009-02-05  Andreas Schwab  <schwab@suse.de>
2317
2318         * Makefile.tpl (stage_last): Define $r and $s before using
2319         $(RECURSE_FLAGS_TO_PASS).
2320         * Makefile.in: Regenerate
2321
2322 2009-01-30  Ian Lance Taylor  <iant@google.com>
2323
2324         * MAINTAINERS: Move myself to the Global Reviewers list.
2325
2326 2009-01-29  Robert Millan  <rmh@aybabtu.com>
2327
2328         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2329         * configure: Regenerate.
2330
2331 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
2332
2333         * MAINTAINERS: Make whitespace consistent.
2334         Remove Robert Millan from Write After Approval.
2335
2336 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
2337
2338         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2339         (all-opcodes): Depend on all-libiberty.
2340         * Makefile.in: Regenerate.
2341
2342 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
2343
2344         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2345         * configure: Regenerate.
2346
2347 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
2348
2349         * MAINTAINERS (Write After Approval): Add myself.
2350
2351 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
2352
2353         * MAINTAINERS: Add myself to reviewers (Fortran).
2354
2355 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
2356
2357         PR tree-optimization/38515
2358         * configure.ac (cloog-polylib): Removed.
2359         (with_ppl, with_cloog): Test for "no".
2360         * configure: Regenerated.
2361
2362 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
2363
2364         * MAINTAINERS: Moved myself to reviewers (Fortran).
2365
2366 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
2367
2368         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
2369         (Write After Approval): Remove myself.
2370
2371 2009-01-03  Diego Novillo  <dnovillo@google.com>
2372
2373         * MAINTAINERS: Remove myself from alias maintainership.
2374
2375 2009-01-02  David Ayers  <ayers@fsfe.org>
2376
2377         * MAINTAINERS: Update e-mail address.
2378
2379 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
2380
2381         * MAINTAINERS: Make whitespace consistent.
2382
2383 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2384
2385         Backport from upstream Libtool:
2386         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2387         Add cache variables to tests that require the linker to work.
2388         For shlibpath_overrides_runpath, this also changes the semantics
2389         to let the result from the C compiler take precedence.
2390
2391 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2392
2393         * config.sub, config.guess: Update from upstream sources.
2394
2395 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
2396
2397         * configure.ac (ppllibs): Add by default the lib flags.
2398         * configure: Regenerate.
2399
2400 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
2401
2402         * MAINTAINERS:  Add myself to the write after approval list.
2403
2404 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2405
2406         * configure.ac: Add double brackets on darwin[912].
2407         * configure: Regenerate.
2408
2409 2008-12-03  Daniel Kraft  <d@domob.eu>
2410
2411         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
2412         Approval to Reviewer section (for Fortran front-end).
2413
2414 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
2415
2416         * configure.ac: Expand to darwin10 and later.
2417         * configure: Regenerate.
2418
2419 2008-12-02  Andreas Schwab  <schwab@suse.de>
2420
2421         * Makefile.def: configure-target-boehm-gc depends on
2422         all-target-libstdc++-v3.
2423         * Makefile.in: Regenerate.
2424
2425 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
2426
2427         * MAINTAINERS:  Add myself as mingw maintainer.
2428
2429 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2430
2431         * config.sub, config.guess: Update from upstream sources.
2432
2433 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
2434
2435         * README.SCO: Remove.
2436
2437 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
2438
2439         * MAINTAINERS:  Add myself to the write after approval list.
2440
2441 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
2442
2443         * MAINTAINERS:  Update my email address in WAA section.
2444
2445 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
2446
2447         * MAINTAINERS: Update e-mail address.
2448
2449 2008-11-27  Toon Moene  <toon@moene.org>
2450
2451         * MAINTAINERS: Change e-mail address.
2452
2453 2008-11-27  Tristan Gingold  <gingold@adacore.com>
2454
2455         * configure.ac: Build gdb for i?86-*-darwin*
2456         * configure: Regenerated.
2457
2458 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
2459
2460         * MAINTAINERS: Added my full name.
2461
2462 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
2463
2464         PR bootstrap/38014
2465         PR bootstrap/37923
2466
2467         Revert:
2468
2469         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2470
2471         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2472         * Makefile.in: Regenerated.
2473
2474         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2475
2476         PR gdb/921
2477         PR gdb/1646
2478         PR gdb/2175
2479         PR gdb/2176
2480
2481         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2482         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2483         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2484         (HOST_EXPORTS): Pass CPPFLAGS.
2485         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2486         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2487         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2488         * Makefile.in, configure: Regenerated.
2489         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2490         and CPPFLAGS_FOR_BUILD.
2491
2492 2008-11-06  Jeff Law  <law@redhat.com>
2493
2494         * MAINTAINERS: Add myself as middle end maintainer.
2495
2496 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
2497
2498         * MAINTAINERS (Write after approval): Add myself.
2499
2500 2008-11-05  Diego Novillo  <dnovillo@google.com>
2501
2502         * MAINTAINERS (Global Reviewers): Add myself.
2503         (Non-Algorithmic Maintainers): Remove myself.
2504
2505 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
2506
2507         * MAINTAINERS (Write after approval): Add myself.
2508
2509 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
2510
2511         * MAINTAINERS (Write after approval): Add myself.
2512
2513 2008-10-31  Ben Elliston  <bje@au.ibm.com>
2514
2515         * configure.ac (spu-*-*): Remove special case.
2516         * configure: Regenerate.
2517
2518 2008-10-30  Catherine Moore  <clm@codesourcery.com>
2519
2520         * MAINTAINERS (Write after approval): Update my email address.
2521
2522 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
2523
2524         * configure.ac [spu-*-*]: Do not set skipdirs.
2525         * configure: Re-generate.
2526
2527 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
2528
2529         * MAINTAINERS (Various Maintainers): Add myself to reload.
2530
2531 2008-10-25  Richard Guenther  <rguenther@suse.de>
2532
2533         * MAINTAINERS (Various Maintainers): Add myself as middle-end
2534         maintainer.  Remove myself as libgcc-math maintainer.
2535         (Non-Algorithmic Maintainers): Remove myself.
2536
2537 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2538
2539         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2540         * Makefile.in: Regenerated.
2541
2542 2008-10-23  Cary Coutant  <ccoutant@google.com>
2543
2544         * MAINTAINERS (Write after approval): Add myself.
2545
2546 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2547
2548         PR gdb/921
2549         PR gdb/1646
2550         PR gdb/2175
2551         PR gdb/2176
2552
2553         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2554         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2555         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2556         (HOST_EXPORTS): Pass CPPFLAGS.
2557         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2558         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2559         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2560         * Makefile.in, configure: Regenerated.
2561         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2562         and CPPFLAGS_FOR_BUILD.
2563
2564 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
2565
2566         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
2567         Sebastian Pop.
2568
2569 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
2570
2571         * MAINTAINERS (Write After Approval): Added myself.
2572
2573 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2574
2575         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2576         recommended version to 2.3.2.
2577
2578         * configure: Regenerate.
2579
2580 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
2581
2582         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
2583
2584 2008-09-29  David Daney <david.daney@caviumnetworks.com>
2585
2586         * MAINTAINERS (Write After Approval): Update e-mail address.
2587
2588 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
2589
2590         * libtool.m4: Update to libtool 2.2.6.
2591         * lt~obsolete.m4: Update to libtool 2.2.6.
2592         * ltmain.sh: Update to libtool 2.2.6.
2593         * ltsugar.m4: Update to libtool 2.2.6.
2594         * ltversion.m4: Update to libtool 2.2.6.
2595         * ltoptions.m4: Update to libtool 2.2.6.
2596         * ltgcc.m4: Update to match changes from libtool 2.2.6.
2597
2598 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
2599
2600         * MAINTAINERS (Write After Approval): Add myself.
2601
2602 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2603
2604         * MAINTAINERS (Write After Approval): Update my name.
2605
2606 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
2607
2608         * MAINTAINERS: Add myself in "Write After Approval".
2609
2610 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
2611
2612         * MAINTAINERS: Add myself as ia64 maintainer.
2613
2614 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
2615
2616         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
2617         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
2618         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
2619         and Michael Tiemann from Write After Approval since they do not
2620         actually have access.
2621
2622 2008-09-05  Richard Guenther  <rguenther@suse.de>
2623
2624         * configure.ac: Initialize clooglibs to -lcloog.
2625         * configure: Re-generate.
2626
2627 2008-09-04  Le-Chun Wu  <lcwu@google.com>
2628
2629         * MAINTAINERS (Write After Approval): Add myself.
2630
2631 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
2632
2633         * configure.ac (--with-cloog-polylib): New.
2634         (--disable-cloog-version-check): New.
2635         (--disable-ppl-version-check): New.
2636         * configure: Re-generate.
2637
2638 2008-09-03  Richard Guenther  <rguenther@suse.de>
2639
2640         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2641         cloog test.
2642         * configure: Re-generate.
2643
2644 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
2645
2646         Add picoChip port.
2647         * MAINTAINERS: Add picoChip maintainers.
2648
2649 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
2650             Tobias Grosser  <grosser@fim.uni-passau.de>
2651             Jan Sjodin  <jan.sjodin@amd.com>
2652             Harsha Jagasia  <harsha.jagasia@amd.com>
2653             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2654             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
2655             Adrien Eliche  <aeliche@isty.uvsq.fr>
2656
2657         Merge from graphite branch.
2658         * configure: Regenerate.
2659         * Makefile.in: Regenerate.
2660         * configure.ac (host_libs): Add ppl and cloog.
2661         Add checks for PPL and CLooG.
2662         * Makefile.def (ppl, cloog): Added modules and dependences.
2663         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2664         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2665
2666 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2667
2668         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2669         (GCC_SHLIB_SUBDIR): New.
2670         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2671         * configure: Regenerate.
2672         * Makefile.in: Regenerate.
2673
2674 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
2675
2676         * MAINTAINERS: Consistently use tabs to separate columns.
2677
2678 2008-08-29  Tristan Gingold  <gingold@adacore.com>
2679
2680         * MAINTAINERS (Write after Approval): Add myself.
2681
2682 2008-08-28  Tristan Gingold  <gingold@adacore.com>
2683
2684         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2685         Enable bfd, binutils and opcodes.
2686         * configure: Regenerate.
2687
2688 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2689
2690         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
2691
2692 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2693
2694         * MAINTAINERS:  Use correct Umlaut for last name.
2695
2696 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2697
2698         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
2699
2700 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
2701
2702         * MAINTAINERS: Update my email address.
2703
2704 2008-08-16  Nicolas Roche  <roche@adacore.com>
2705
2706         * Makefile.tpl: Add BOOT_ADAFLAGS.
2707         * Makefile.in: Regenerate.
2708
2709 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
2710
2711         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2712         * configure: Regenerate.
2713
2714 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
2715
2716         * configure.ac: Add makefile fragments for hpux.
2717         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2718         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2719         * configure: Regenerate.
2720         * Makefile.in: Regenerate.
2721
2722 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
2723
2724         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
2725
2726 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
2727
2728         * MAINTAINERS (Write after Approval): Add myself.
2729
2730 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
2731
2732         * MAINTAINERS (Write After Approval):  Add myself.
2733
2734 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
2735
2736         * MAINTAINERS (Write After Approval):  Add myself.
2737
2738 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
2739
2740         * MAINTAINERS: Update my email address.
2741
2742 2008-06-25  Joey Ye  <joey.ye@intel.com>
2743
2744         * MAINTAINERS (Write After Approval):  Add myself.
2745
2746 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2747
2748         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2749         * Makefile.in: Regenerate.
2750         * configure: Regenerate.
2751
2752 2008-06-17  Daniel Kraft  <d@domob.eu>
2753
2754         * MAINTAINERS (Write After Approval):  Add myself.
2755
2756 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2757
2758         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2759         "$@" is still intact with both Autoconf 2.59 and 2.62.
2760         * configure: Regenerate.
2761
2762 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2763
2764         * Makefile.tpl: Fix comment errors.
2765         * Makefile.in: Regenerate.
2766
2767 2008-06-12  David S. Miller  <davem@davemloft.net>
2768             David Edelsohn  <edelsohn@gnu.org>
2769
2770         * configure.ac: Add powerpc*-*-* to gold supported targets.
2771         * configure: Regenerate.
2772
2773 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
2774
2775         PR tree-optimization/36218
2776         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2777         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2778         (all prefix="build-"): Pass them to build-system sub-makes.
2779         * Makefile.in: Regenerate.
2780
2781 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
2782
2783         * MAINTAINERS (mt port): Remove.
2784         (sco5, unixware, sco udk): Remove.
2785         (Kean Johnston): Add to Write After Approval.
2786
2787 2008-05-30  Julian Brown  <julian@codesourcery.com>
2788
2789         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2790         of libobjc for ARM EABI Linux.
2791         * configure: Regenerate.
2792
2793 2008-05-18  Xinliang David Li   <davidxl@google.com>
2794
2795         * ChangeLog: Remove wrong ChangeLog entry.
2796
2797 2008-05-17  Xinliang David Li   <davidxl@google.com>
2798
2799         * MAINTAINERS (Write After Approval): Add myself.
2800
2801 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
2802
2803         * MAINTAINERS (Write After Approval): Add myself.
2804
2805 2008-05-14  Rafael Espíndola  <espindola@google.com>
2806
2807         * config-ml.in: don't handle --enable-shared and --enable-static.
2808
2809 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
2810
2811         * MAINTAINERS: Update my email address.
2812
2813 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
2814
2815         * MAINTAINERS: Update my email address.
2816
2817 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
2818
2819         * MAINTAINERS (Write After Approval): Add myself.
2820
2821 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
2822
2823         * MAINTAINERS (Write After Approval): Add myself.
2824
2825 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
2826
2827         * MAINTAINERS (crx): Add myself.
2828
2829 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2830
2831         Sync with src:
2832         2008-04-14  David S. Miller  <davem@davemloft.net>
2833
2834         * configure.ac: Add sparc*-*-* to gold supported targets.
2835         * configure: Regenerate.
2836
2837 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2838
2839         PR bootstrap/35457
2840         * configure.ac: Include override.m4.
2841         * configure: Regenerate.
2842
2843 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2844
2845         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2846         * Makefile.in: Regenerate.
2847
2848 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
2849
2850         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2851         as nonconfigurable directories list.
2852         * configure: Regenerate.
2853
2854 2008-04-14  Ben Elliston  <bje@au.ibm.com>
2855
2856         * config.sub, config.guess: Update from upstream sources.
2857
2858 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
2859
2860         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2861         * Makefile.in: Regenerate.
2862
2863 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
2864
2865         * configure.ac: Do not build libssp for the AVR.
2866         * configure: Regenerate.
2867
2868 2008-04-07  Ian Lance Taylor  <iant@google.com>
2869
2870         * Makefile.def: check-gold depends upon all-binutils.
2871         * Makefile.in: Regenerate.
2872
2873 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
2874
2875         * MAINTAINERS (Write After Approval): Add myself.
2876
2877 2008-04-04  Nick Clifton  <nickc@redhat.com>
2878
2879         PR binutils/4334
2880         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2881         builds.
2882         * configure: Regenerate.
2883
2884 2008-04-04  NightStrike  <NightStrike@gmail.com>
2885
2886         PR other/35151
2887         * configure.ac: Combine rules for mingw32 and mingw64.
2888         * configure: Regenerate.
2889
2890 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
2891
2892         * MAINTAINERS (Write After Approval): Add myself.
2893
2894 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
2895
2896         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
2897         * Makefile.in (.NOTPARALLEL): Ditto.
2898
2899 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
2900
2901         * MAINTAINERS (Write After Approval): Add myself.
2902
2903 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
2904
2905         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
2906         * Makefile.in (.NOTPARALLEL): Regenerate.
2907
2908 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
2909
2910         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2911         * Makefile.in: Regenerate.
2912
2913 2008-03-26  Jakub Staszak  <kuba@et.pl>
2914
2915         * MAINTAINERS (Write After Approval): Add myself.
2916
2917 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2918
2919         * MAINTAINERS:  Update e-mail address.
2920
2921 2008-03-20  Ian Lance Taylor  <iant@google.com>
2922
2923         * configure.ac: Add support for --enable-gold.
2924         * Makefile.def: Add gold as a directory like ld.
2925         * configure, Makefile.in: Regenerate.
2926
2927 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2928
2929         * configure.ac: m4_include config/proginstall.m4.
2930         * configure: Regenerate.
2931
2932         Backport from upstream Libtool:
2933
2934         2007-10-12  Eric Blake  <ebb9@byu.net>
2935
2936         Deal with Autoconf 2.62's semantic change in m4_append.
2937         * ltsugar.m4 (lt_append): Replace broken versions of
2938         m4_append.
2939         (lt_if_append_uniq): Don't require separator to be overquoted,
2940         and avoid broken m4_append.
2941         (lt_dict_add): Fix typo.
2942         * libtool.m4 (_LT_DECL): Don't overquote separator.
2943
2944 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
2945
2946         * config.rpath: Add AIX 6 support.
2947
2948 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
2949
2950         * Makefile.def (stageprofile).  Remove -fprofile-generate
2951         from stage_libcflags.
2952         * Makefile.in: Regenerate.
2953
2954 2008-03-13  Ben Elliston  <bje@au.ibm.com>
2955
2956         * config.sub, config.guess: Update from upstream sources.
2957
2958 2008-03-06  Tom Tromey  <tromey@redhat.com>
2959
2960         * MAINTAINERS: Update for treelang deletion.
2961
2962 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
2963
2964         * MAINTAINERS: Update my email address.
2965
2966 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
2967
2968         * MAINTAINERS (darwin port): Add myself as a maintainer.
2969         (objective-c/c++): Add myself as a maintainer.
2970
2971 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
2972
2973         * MAINTAINERS (Write After Approval): Update my email address.
2974
2975 2008-02-25  Tomas Bily  <tbily@suse.cz>
2976
2977         * MAINTAINERS (Write After Approval): Add myself.
2978
2979 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
2980
2981         * MAINTAINERS (OpenMP): Add myself.
2982
2983 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
2984
2985         PR bootstrap/32009
2986         PR bootstrap/32161
2987
2988         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2989         * configure: Regenerate.
2990
2991         * Makefile.def: Define stage_libcflags for all bootstrap stages.
2992         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2993         STAGE4_LIBCFLAGS): New.
2994         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2995         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2996         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2997         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2998         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2999         for target modules.  Don't export LIBCFLAGS.
3000         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3001         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3002         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3003         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3004         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3005         * Makefile.in: Regenerate.
3006
3007 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3008
3009         PR libgcj/33085
3010         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3011         Do not use -DDLL_EXPORT.  Backport from upstream.
3012
3013 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3014
3015         * MAINTAINERS (Write After Approval): Add myself.
3016
3017 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
3018
3019         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3020         * configure: Regenerate.
3021
3022 2008-01-31  Marc Gauthier  <marc@tensilica.com>
3023
3024         * configure.ac (xtensa*-*-*): Recognize processor variants.
3025         * configure: Regenerate.
3026
3027 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3028
3029         PR bootstrap/34922
3030         * configure.ac (PARSE_ARGS): Push suitable setting of
3031         ac_subdirs_all, for `./configure --help=recursive'.
3032         Handle `+' in generic toplevel directory disabling.
3033         * configure: Regenerate.
3034
3035 2008-01-28  Nick Clifton  <nickc@redhat.com>
3036
3037         * MAINTAINERS (xstormy16): Take over maintainership.
3038
3039 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
3040
3041         * MAINTAINERS (c4x port): Remove.
3042
3043 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
3044
3045         * libtool.m4: Backport AIX 6 support from ToT Libtool.
3046
3047 2008-01-23  Ben Elliston  <bje@au.ibm.com>
3048
3049         * config.sub, config.guess: Update from upstream sources.
3050
3051 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
3052
3053         * MAINTAINERS (Write After Approval): Add myself.
3054
3055 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
3056
3057         * MAINTAINERS: Update my email address.
3058
3059 2008-01-09  Raksit Ashok  <raksit@google.com>
3060
3061         * MAINTAINERS (Write After Approval): Add myself.
3062
3063 2008-01-09  Raksit Ashok  <raksit@google.com>
3064
3065         * MAINTAINERS (Write After Approval): Add myself.
3066
3067 2008-01-08  Ben Elliston  <bje@au.ibm.com>
3068
3069         * config.sub, config.guess: Update from upstream sources.
3070
3071 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3072
3073         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3074         Change recommended MPFR from 2.2.1 -> 2.3.0.
3075         * configure: Regenerate.
3076
3077 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
3078
3079         * MAINTAINERS: Update my email address.
3080
3081 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
3082
3083         * MAINTAINERS: Update my email address.
3084
3085 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
3086
3087         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3088         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3089         * Makefile.in: Regenerate.
3090
3091 2007-12-10  Mark Heffernan  <meheff@google.com>
3092
3093         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
3094         misplaced entries.
3095
3096 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3097
3098         * configure.ac: Enable libjava for x86_64-*-darwin9.
3099         * configure: Regenerate.
3100
3101 2007-12-07  Bill Maddox  <maddox@google.com>
3102
3103         * MAINTAINERS (Write After Approval): Add myself.
3104
3105 2007-12-05  Ben Elliston  <bje@au.ibm.com>
3106
3107         * config.sub, config.guess: Update from upstream sources.
3108
3109 2007-12-02  Matthias Klose  <doko@ubuntu.com>
3110
3111         * config-ml.in: Remove 64bit configure tests.
3112
3113 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3114
3115         * config-ml.in: Robustify against white space in absolute file
3116         names.
3117
3118         * config-ml.in (multi-clean): Substitute ${Makefile}.
3119         Remove superfluous ${Makefile} in list.
3120
3121 2007-11-19  Thiemo Seufer  <ths@mips.com>
3122
3123         * config-ml.in: Don't hardcode the Makefile name.
3124
3125 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
3126
3127         * MAINTAINERS (Write After Approval): Add myself.
3128
3129 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
3130
3131         * MAINTAINERS (Write After Approval): Add myself.
3132
3133 2007-11-06  Doug Kwan  <dougkwan@google.com>
3134
3135         * MAINTAINERS (Write After Approval): Add myself.
3136
3137 2007-10-25  Ben Elliston  <bje@au.ibm.com>
3138
3139         * MAINTAINERS (mercury): Remove entry.
3140         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
3141
3142 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
3143
3144         * Makefile.def (dependencies): Make configure-gdb depend on
3145         all-intl.
3146         * Makefile.in: Regenerated.
3147
3148 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
3149
3150         * MAINTAINERS (Fortran maintainer): Remove myself.
3151
3152 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
3153
3154         * Makefile.def: To avoid problems running with parallel makes,
3155         build newlib before libgloss so that target specific header
3156         files are availble.
3157         * Makefile.in: Regenerate
3158
3159 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
3160
3161         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3162         * Makefile.in: Regenerate.
3163
3164 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
3165
3166         * MAINTAINERS (Register allocation reviewer): Add myself.
3167
3168 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
3169
3170         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3171         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3172         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
3173         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3174         * configure: Regenerate.
3175
3176 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
3177
3178         * MAINTAINERS (Register allocation reviewer): Add myself.
3179
3180 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
3181
3182         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3183         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3184         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3185         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3186         * configure.ac: Default them to host tools for $host = $build.
3187         Subst them.
3188
3189         * configure: Regenerate.
3190         * Makefile.in: Regenerate.
3191
3192 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
3193
3194         * MAINTAINERS (Register allocation reviewer): Add myself.
3195
3196 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
3197
3198         * MAINTAINERS (Register allocation reviewer): Add myself.
3199
3200 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
3201
3202         * MAINTAINERS (Write After Approval): Fix typo.
3203
3204 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
3205
3206         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3207         * configure: Regenerate.
3208
3209 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
3210
3211         PR bootstrap/31906
3212         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
3213         they're already prefixed.
3214
3215 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
3216
3217         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3218         libstdc++.
3219         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3220         * configure: Regenerate.
3221         * Makefile.in: Regenerate.
3222
3223 2007-09-17  Andreas Schwab  <schwab@suse.de>
3224
3225         * configure.ac: Raise minimum makeinfo version to 4.6.
3226         * configure: Regenerate.
3227
3228 2007-09-17  Johannes Singler  <singler@ira.uka.de>
3229
3230         * MAINTAINERS (write-after-approval) add myself
3231
3232 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
3233
3234         * configure.ac: Correct makeinfo version check.
3235         * configure: Regenerate.
3236
3237 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
3238
3239         * MAINTAINERS: Update my email address.
3240
3241 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
3242
3243         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
3244         to $skipdirs and only disable gprof for newlib.  Use the normal
3245         mips*-elf* handling in other respects.
3246         * configure: Regnerate.
3247
3248 2007-09-12  David Daney  <ddaney@avtrex.com>
3249
3250         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3251         enabling libgcj.
3252         * configure: Regenerate.
3253
3254 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3255
3256         PR other/32154
3257         * configure.ac: For libgloss targets, point the linker to the linker
3258         script, startup code and simulator library.
3259         * configure: Regenerate.
3260
3261 2007-09-07  Andrew Haley  <aph@redhat.com>
3262
3263         * configure.ac (noconfigdirs): Remove target-libffi and
3264         target-libjava.
3265         * configure: Regenerate.
3266
3267 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3268
3269         PR target/33281
3270         * configure.ac: Use config/mh-mingw on mingw.
3271         * configure: Regenerate.
3272
3273 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
3274
3275         * MAINTAINERS (Write After Approval): Add myself.
3276
3277 2007-09-05  Richard Guenther  <rguenther@suse.de>
3278
3279         * configure.ac (--enable-stage1-checking): If neither --enable-checking
3280         nor --disable-checking is provided also turn on yes and types
3281         checking for stage1.
3282         * configure: Re-generate.
3283
3284 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
3285
3286         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
3287         (Write After Approval): Remove myself.
3288
3289 2007-08-29  Nick Clifton  <nickc@redhat.com>
3290
3291         * config.sub, config.guess: Update from upstream sources.
3292
3293 2007-08-22  Bud Davis  <jmdavis@link.com>
3294
3295         * MAINTAINERS (Write After Approval): Added myself.
3296         * MAINTAINERS (Reviewers): Removed myself.
3297
3298 2007-08-18  Paul Brook  <paul@codesourcery.com>
3299             Joseph Myers  <joseph@codesourcery.com>
3300
3301         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3302         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3303         * Makefile.in: Regenerate.
3304         * configure.ac (--with-debug-prefix-map): New.
3305         * configure: Regenerate.
3306
3307 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
3308             Nigel Stephens  <nigel@mips.com>
3309
3310         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
3311         as target_makefile_frag.
3312         * configure: Regenerate.
3313
3314 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
3315
3316         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3317         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
3318         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3319         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3320         (do-compare, do-compare3, do-compare-debug): New.
3321         ([+compare-target+]): Use them.
3322
3323 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
3324
3325         * MAINTAINERS (Write After Approval): Change my email address.
3326
3327 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3328             Ben Elliston  <bje@au.ibm.com>
3329
3330         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3331         --silent if $silent.
3332         * configure: Regenerate.
3333
3334 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
3335
3336         * MAINTAINERS (Various Maintainers): Add myself as
3337         loop infrastructure maintainer.  Update my e-mail
3338         address.
3339
3340 2007-07-31  Diego Novillo  <dnovillo@google.com>
3341
3342         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
3343         Adjust description.
3344
3345 2007-07-26  Richard Guenther  <rguenther@suse.de>
3346
3347         * configure.ac: Add types checking to stage1 checking flags.
3348         * configure: Regenerate.
3349
3350 2007-07-17  Nick Clifton  <nickc@redhat.com>
3351
3352         * COPYING3: New file.  Contains version 3 of the GNU General
3353         Public License.
3354         * COPYING3.LIB: New file.  Contains version 3 of the GNU
3355         Lesser General Public License.
3356
3357 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3358
3359         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
3360
3361 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3362
3363         * MAINTAINERS (S/390 co-maintainer): Add myself.
3364         (Write After Approval): Remove myself.
3365
3366 2007-07-13  Dan Hipschman  <dsh@google.com>
3367
3368         * MAINTAINERS (Write After Approval): Add myself.
3369
3370 2007-07-11  Nick Clifton  <nickc@redhat.com>
3371
3372         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
3373         WINDRES export.
3374         * Makefile.in: Regenerate.
3375
3376 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3377
3378         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
3379         maintainer.
3380
3381 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
3382
3383         * lt~obsolete.m4: New. Import from 20070318 libtool.
3384
3385 2007-07-03  Julian Brown  <julian@codesourcery.com>
3386
3387         * MAINTAINERS (Write After Approval): Add myself.
3388
3389 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3390
3391         * configure.ac: Rewrite 'configure --help' strings to look nicer.
3392         * configure: Regenerate.
3393
3394 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3395
3396         * configure.ac: Add some missing m4 quotation.
3397         * configure: Regenerate.
3398
3399 2007-07-02  Simon Baldwin  <simonb@google.com>
3400
3401         * MAINTAINERS (Write After Approval): Add myself.
3402
3403 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
3404
3405         * configure: Regenerate.
3406
3407 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
3408
3409         * Makefile.def: Add windmc tool to build.
3410         * Makefile.tpl: Likewise.
3411         * configure.ac: Likewise.
3412         * Makefile.in: Regenerate.
3413         * configure: Regenerate.
3414
3415 2007-06-28  DJ Delorie  <dj@redhat.com>
3416
3417         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3418         not building newlib.
3419         * configure: Regenerated.
3420
3421 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
3422
3423         * MAINTAINERS (Write After Approval): Add myself.
3424
3425 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
3426
3427         * MAINTAINERS (Write After Approval): Add myself.
3428
3429 2007-06-19  Chris Matthews  <chrismatthews@google.com>
3430
3431         * MAINTAINERS (Write After Approval): Add myself.
3432
3433 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3434
3435         * MAINTAINERS (Write After Approval): Add myself.
3436
3437 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
3438
3439         * Makefile.def: Add dependency from configure-gdb to all-bfd.
3440         * Makefile.in: Regenerated.
3441
3442 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
3443
3444         * configure.ac: Don't add target-libmudflap to noconfigdirs for
3445         bfin*-*-uclinux* targets.
3446         * configure: Regenerate.
3447
3448 2007-06-14  Ian Lance Taylor  <iant@google.com>
3449
3450         * MAINTAINERS: Add myself as non-algorithmic global write
3451         maintainer.
3452
3453 2007-06-14  Diego Novillo  <dnovillo@google.com>
3454
3455         * MAINTAINERS: Add self as middle-end maintainer and
3456         non-algorithmic global write maintainer.
3457
3458 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3459
3460         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
3461         Move all Fortran maintainers except Paul Brook into the
3462         Non-Autopoiesis section.
3463
3464 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
3465
3466         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3467         (distclean-stage[+id+]): Possibly delete stage_last.
3468         * Makefile.in: Regenerate.
3469
3470 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
3471
3472         * MAINTAINERS (Various Maintainer): Fix typo.
3473
3474 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
3475
3476         * MAINTAINERS (Various Maintainer): Add myself as
3477         dataflow maintainer.
3478
3479 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3480
3481         * config.sub, config.guess: Update from upstream sources.
3482
3483 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3484
3485         * Makefile.tpl: Fix spelling error.
3486         * Makefile.in: Regenerate.
3487
3488 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
3489
3490         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3491         lt_cv_sys_max_cmd_len.
3492
3493 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
3494
3495         * MAINTAINERS (Various Maintainers): Add myself as
3496         auto-vectorizer maintainer.
3497
3498 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
3499
3500         PR libjava/32098
3501         * libtool.m4: Revert previous change.
3502         * ltgcc.m4: Put it here.
3503
3504 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
3505
3506         * MAINTAINERS (Various Maintainers): Add myself as
3507         auto-vectorizer maintainer.
3508
3509 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
3510
3511         PR libjava/32098
3512         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
3513
3514 2007-05-30  Richard Guenther  <rguenther@suse.de>
3515
3516         * MAINTAINERS (Various Maintainers): Add myself as
3517         auto-vectorizer maintainer.
3518
3519 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
3520
3521         PR bootstrap/29382
3522         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3523         * configure: Rebuilt.
3524
3525 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
3526
3527         * MAINTAINERS (Write After Approval): Removed my name.
3528
3529 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
3530
3531         * MAINTAINERS (Write After Approval): Remove myself.
3532
3533 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
3534
3535         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3536
3537 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
3538
3539         * ltmain.sh: Update from ToT Libtool.
3540         * libtool.m4: Update from ToT Libtool.
3541         * ltsugar.m4: New. Update from ToT Libtool.
3542         * ltversion.m4: New. Update from ToT Libtool.
3543         * ltoptions.m4: New. Update from ToT Libtool.
3544         * ltconfig: Remove.
3545         * ltcf-c.sh: Remove.
3546         * ltcf-cxx.sh: Remove.
3547         * ltcf-gcj.sh: Remove.
3548
3549 2007-05-22  Ollie Wild  <aaw@google.com>
3550
3551         * MAINTAINERS (Write After Approval): Add myself.
3552
3553 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
3554
3555         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3556         stage_cflags.
3557         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3558         Remove CFLAGS/LIBCFLAGS.
3559         (configure-stage[+id+]-[+prefix+][+module+],
3560         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3561         * Makefile.in: Regenerate.
3562
3563 2007-05-15  Diego Novillo  <dnovillo@google.com>
3564
3565         * MAINTAINERS: Update e-mail address.
3566
3567 2007-05-15  Revital Eres  <eres@il.ibm.com>
3568
3569         * MAINTAINERS (Write After Approval): Add myself.
3570
3571 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
3572
3573         * MAINTAINERS (Write After Approval): Updated my address.
3574
3575 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
3576
3577         * MAINTAINERS (Write After Approval): Add myself.
3578
3579 2007-05-11  Silvius Rus  <rus@google.com>
3580
3581         * MAINTAINERS (Write After Approval): Add myself.
3582
3583 2007-04-23  Tom Tromey  <tromey@redhat.com>
3584
3585         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
3586
3587 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
3588
3589         * MAINTAINERS (cpplib): Rename to ...
3590         (libcpp): ... this.  Add C/C++ front end maintainers.
3591
3592 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
3593
3594         * config-ml.in: Pass ${ml_config_env} to configure calls.
3595
3596 2007-04-04  Christian Bruel  <christian.bruel@st.com>
3597
3598         * MAINTAINERS (Write After Approval): Add myself.
3599
3600 2007-04-02  Dave Korn  <dave.korn@artimi.com>
3601
3602         * MAINTAINERS (Write After Approval): Add myself.
3603
3604 2007-03-31  Tobias Burnus  <burnus@net-b.de>
3605
3606         * MAINTAINERS (fortran 95 front end): Add myself.
3607
3608 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
3609
3610         * MAINTAINERS (Write After Approval): Add myself.
3611
3612 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
3613
3614         * MAINTAINERS (Modulo Scheduler): Add myself.
3615
3616 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
3617
3618         * MAINTAINERS (fortran 95 front end): Add myself.
3619         (c++ front end): whitespace fix.
3620
3621 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
3622
3623         * MAINTAINERS (Write After Approval): Add myself.
3624
3625 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
3626
3627         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3628         of glob.  Quote arguments with single quotes too.
3629         * configure: Regenerate.
3630
3631 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
3632
3633         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3634         * Makefile.in: Regenerate
3635
3636 2007-03-07  Andreas Schwab  <schwab@suse.de>
3637
3638         * configure: Regenerate.
3639
3640 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
3641
3642         * configure.ac: Add "--with-pdfdir" configure option,
3643         which defines pdfdir variable.
3644         * Makefile.def (target=fixincludes): Add install-pdf to
3645         missing targets.
3646         (recursive_targets): Add install-pdf target.
3647         (flags_to_pass): Add pdfdir.
3648         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3649         target.
3650         * configure: Regenerate
3651         * Makefile.in: Regenerate
3652
3653 2007-02-28  Eric Christopher  <echristo@apple.com>
3654
3655         Revert:
3656         2006-12-07  Mike Stump  <mrs@apple.com>
3657
3658         * Makefile.def (dependencies): Add dependency for
3659         install-target-libssp and install-target-libgomp on
3660         install-gcc.
3661         * Makefile.in: Regenerate.
3662
3663 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
3664
3665         * configure: Regenerate.
3666         * configure.ac: Move statements after variable declarations.
3667
3668 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
3669
3670         * MAINTAINERS: Add myself as sh maintainer.
3671
3672 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
3673
3674         * configure.ac: Adjust for loop syntax.
3675         * configure: Regenerate.
3676
3677 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3678
3679         * configure: Rebuilt.
3680
3681 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3682
3683         * configure.ac: Drop multiple occurrences of --enable-languages,
3684         and fix its quoting.
3685         * configure: Rebuilt.
3686
3687 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
3688             Nathan Sidwell  <nathan@codesourcery.com>
3689             Vladimir Prus  <vladimir@codesourcery.com>
3690             Joseph Myers  <joseph@codesourcery.com>
3691
3692         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3693         * configure: Regenerate.
3694
3695 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
3696
3697         * ltconfig (freebsd*): Default to elf.
3698
3699 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3700
3701         * configure.ac (target_libraries): Move libgcc before libiberty.
3702         * configure: Regenerated.
3703
3704 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3705             Paolo Bonzini  <bonzini@gnu.org>
3706
3707         PR bootstrap/30753
3708         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
3709         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
3710         * configure: Regenerated.
3711
3712 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3713
3714         * MAINTAINERS (Language Front End Maintainers): Update my mail
3715         address.
3716
3717 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3718
3719         PR bootstrap/30748
3720         * configure.ac: Correct syntax for Solaris ksh.
3721         * configure: Regenerated.
3722
3723 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3724
3725         * configure.ac: Sync with src.
3726         * configure: Regenerate.
3727
3728 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3729
3730         * Makefile.in: Regenerate.
3731
3732 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3733
3734         * config.sub: Sync with src.
3735
3736 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3737
3738         * Makefile.tpl (build_alias, host_alias, target_alias): Use
3739         noncanonical equivalents.
3740         * configure.in: Rename to...
3741         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
3742         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
3743         target_noncanonical.  Use them.  Rewrite removal of configure
3744         arguments for autoconf 2.59.  Discard variable settings.  Force
3745         program_transform_name for native tools.
3746
3747         * Makefile.in: Regenerated.
3748         * configure: Regenerated with autoconf 2.59.
3749
3750 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
3751
3752         * MAINTAINERS (Write After Approval): Add myself.
3753
3754 2007-01-31  Andreas Schwab  <schwab@suse.de>
3755
3756         * Makefile.tpl (LDFLAGS): Substitute it.
3757         * Makefile.in: Regenerate.
3758
3759 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
3760
3761         * MAINTAINERS (Write After Approval): Add myself.
3762
3763 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
3764
3765         * MAINTAINERS (spu port): Add myself.
3766
3767 2007-01-23  Richard Guenther  <rguenther@suse.de>
3768
3769         PR bootstrap/30541
3770         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
3771         * Makefile.tpl (GNATBIND): Substitute it.
3772         (GNATMAKE): Likewise.
3773         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
3774         of STAGE_PREFIX.
3775         * Makefile.in: Regenerate.
3776         * configure: Regenerate.
3777
3778 2007-01-18  Mike Stump  <mrs@apple.com>
3779
3780         * configure.in: Re-enable -Werror for gcc builds.
3781
3782 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
3783
3784         * MAINTAINERS (Write After Approval): Add myself.
3785
3786 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3787
3788         * configure.in: Change == to = in test command.
3789         * configure: Regenerate.
3790
3791 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3792             Nick Clifton  <nickc@redhat.com>
3793             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
3794
3795         * configure.in (build_configargs, host_configargs, target_configargs):
3796         Remove build/host/target parameters.
3797         (host_libs): Add gmp and mpfr.
3798         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3799         * Makefile.def (gmp, mpfr): New.
3800         (gcc): Remove target.
3801         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3802         target_os, target_vendor): New.
3803         (configure): Add host_alias/target_alias arguments; adjust invocations.
3804         * configure: Regenerate.
3805         * Makefile.in: Regenerate.
3806
3807 2007-01-11  Matt Fago  <fago@earthlink.net>
3808
3809         * configure.in: Try to link to functions only in mpfr 2.2.x
3810         to improve robustness of configure tests.
3811         * configure: Regenerate.
3812
3813 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
3814
3815         * MAINTAINERS: Add myself as i386 maintainer.
3816
3817 2007-01-08  Jan Hubicka  <jh@suse.cz>
3818
3819         * MAINTAINERS: Add myself as i386 maintainer.
3820
3821 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
3822
3823         * configure.in: Add support for an x86_64-mingw* target.
3824         * configure: Regenerate.
3825
3826 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
3827
3828         * Makefile.tpl (all-target): Correct @if conditional for target
3829         modules.
3830         * configure.in: Omit libiberty if building only target libgcc.
3831         * configure, Makefile.in: Regenerated.
3832
3833 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
3834
3835         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3836         * configure: Regenerate.
3837
3838 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
3839
3840         * Makefile.def (target_modules): Add libgcc.
3841         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
3842         * Makefile.tpl (clean-target-libgcc): Delete.
3843         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3844         on gcc even for bootstrapped modules.  Rewrite handling of
3845         lang_env_dependencies to loop over target_modules.
3846         * configure.in (target_libraries): Add target-libgcc.
3847         * Makefile.in, configure: Regenerated.
3848
3849 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3850
3851         * configure.in: Reorganize recognition of languages.  Add
3852         --enable-stage1-languages.  Show supported languages for the chosen
3853         target rather than all recognized languages.
3854         * configure: Regenerate.
3855
3856 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3857
3858         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3859         * Makefile.in: Regenerate.
3860
3861 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3862
3863         * configure.in: Warn that MPFR 2.2.0 is buggy.
3864         * configure: Regenerate.
3865
3866 2006-12-27  Ian Lance Taylor  <iant@google.com>
3867
3868         * configure.in: When removing Makefiles to force a reconfigure, also
3869         remove prev-DIR*/Makefile.
3870         * configure: Regenerate.
3871
3872 2006-12-22  Andreas Schwab  <schwab@suse.de>
3873
3874         * configure: Regenerate with correct autoconf version.
3875
3876 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
3877
3878         * configure.in: add AC_SUBST for *_FOR_TARGET.
3879         * configure: Regenerate.
3880
3881 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3882
3883         * configure.in: Simplify logic for rejecting languages that cannot
3884         be built.  Separate the case when a language is unsupported,
3885         from the case when the user chooses not to build a language.
3886
3887 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3888
3889         * configure.in: Remove "$build" case for powerpc-*-darwin* since
3890         it only affects bootstrap and could be tested on "$host" as well.
3891         * configure: Regenerate.
3892         * config/mh-ppc-darwin: Add to the stage1 cflags here.
3893
3894 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3895
3896         PR bootstrap/29544
3897         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3898         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3899         move here comment from Makefile.tpl.
3900         * Makefile.tpl: Move some definitions higher in the file.
3901         (STAGE1_CHECKING): New.
3902         * configure.in: Add --enable-stage1-checking.
3903         * configure: Regenerate.
3904         * Makefile.in: Regenerate.
3905
3906 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3907
3908         * MAINTAINERS: Add myself as build system maintainer.
3909
3910 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
3911
3912         * MAINTAINERS (Write After Approval): Add myself.
3913
3914 2006-12-13  Eric Christopher  <echristo@apple.com>
3915
3916         * MAINTAINERS: Add myself as darwin maintainer.
3917
3918 2006-12-11  Ian Lance Taylor  <ian@airs.com>
3919
3920         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
3921
3922 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
3923
3924         MAINTAINERS: Update my entry.
3925
3926 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
3927
3928         * configure.in:  Handle spu makefile frag.
3929         * Makefile.tpl (MAINT): Define
3930         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3931         * configure: Regenerate.
3932         * Makefile.in: Regenerate.
3933
3934 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3935
3936         * config.guess: Import latest version.
3937         * config.sub: Likewise.
3938
3939 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3940
3941         * configure.in (spu-*-*): Don't skip target-libiberty.
3942         * configure: Regenerate.
3943
3944 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3945
3946         PR bootstrap/30134
3947         * configure.in: Correct x86 darwin support for libjava to powerpc
3948         and i?86 only.
3949         * configure: Regenerate.
3950
3951 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
3952
3953         * configure.in: Add x86 darwin support for libjava.
3954         * configure: Regenerate.
3955
3956 2006-12-07  Mike Stump  <mrs@apple.com>
3957
3958         * Makefile.def (dependencies): Add dependency for
3959         install-target-libssp and install-target-libgomp on
3960         install-gcc.
3961         * Makefile.in: Regenerate.
3962
3963 2006-12-04  Richard Guenther  <rguenther@suse.de>
3964
3965         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
3966         (Non-Algorithmic Maintainers): Move over non-algorithmic
3967         loop optimizer maintainers, add myself as a non-algorithmic
3968         middle-end maintainer.
3969
3970 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
3971
3972         * MAINTAINERS (Write After Approval): Add myself.
3973
3974 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3975
3976         * configure.in: Update error message for missing GMP/MPFR.
3977
3978         * configure: Regenerate.
3979
3980 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3981
3982         * configure.in: Update MPFR version in error message.
3983
3984         * configure: Regenerate.
3985
3986 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3987
3988         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3989         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3990         --with-gmp-lib): New flags.
3991
3992         * configure: Regenerate.
3993
3994 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
3995
3996         * MAINTAINERS (Write After Approval): Change my email address.
3997
3998 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3999
4000         * MAINTAINERS (Write After Approval): Add myself.
4001
4002 2006-11-22  Philipp Thomas  <pth@suse.de>
4003
4004         * MAINTAINERS (i18n): Update e-mail address.
4005
4006 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4007
4008         * MAINTAINERS (spu port): Add myself as maintainer.
4009         (Write After Approval): Remove myself.
4010
4011 2006-11-22  Ben Elliston  <bje@au.ibm.com>
4012
4013         * configure.in (skipdirs): Don't build libssp for SPU.
4014         * configure: Regenerate.
4015
4016 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
4017
4018         * MAINTAINERS (spu port): Add myself as maintainer.
4019         (libobjc): Update my email address.
4020
4021 2006-11-21  Andrea Bona  <andrea.bona@st.com>
4022
4023         * MAINTAINERS (Write After Approval): Add myself.
4024
4025 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4026
4027         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
4028         * configure : Rebuilt.
4029
4030 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4031
4032         * MAINTAINERS (Write After Approval): Add myself.
4033
4034 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
4035
4036         * MAINTAINERS (Write After Approval): Add myself.
4037
4038 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4039
4040         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
4041         libmpfr.a.
4042         * configure: Regenerate.
4043
4044 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
4045
4046         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4047         (unstage): Test for stage_last presence.
4048
4049         PR bootstrap/29802
4050         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
4051         STAGE_PREFIX.
4052         * Makefile.in: Regenerate.
4053
4054 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
4055
4056         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
4057         maintainers.
4058
4059 2006-11-14  Erven Rohou  <erven.rohou@st.com>
4060
4061         * MAINTAINERS (Write After Approval): Add myself.
4062
4063 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
4064
4065         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
4066         and stageN-package/Makefile.
4067         * Makefile.in: Regenerated.
4068
4069 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
4070
4071         * configure.in: Remove target-libgloss from noconfigdirs for
4072         bfin-*-*.
4073         * configure: Regenerated.
4074
4075 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4076
4077         * configure.in (have_gmp): Only error if the gcc directory exists.
4078
4079         * configure: Regenerate.
4080
4081 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4082
4083         * configure.in: Robustify error message for missing GMP/MPFR.
4084
4085         * configure: Regenerate.
4086
4087 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
4088
4089         * MAINTAINERS (Write After Approval): Add myself.
4090
4091 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
4092
4093         * MAINTAINERS: Change email address.
4094
4095 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
4096
4097         * MAINTAINERS (Write After Approval): Add myself.
4098
4099 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
4100
4101         * MAINTAINERS (Write After Approval): Add myself.
4102
4103 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
4104
4105         * MAINTAINERS (Write After Approval): Move myself to
4106         Write After Approval section.
4107
4108 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4109
4110         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
4111         need_gmp anymore.
4112         * configure: Regenerate.
4113
4114 2006-10-16  Tobias Burnus  <burnus@net-b.de>
4115
4116         * MAINTAINERS (Write After Approval): Add myself.
4117
4118 2006-10-16  Ben Elliston  <bje@au.ibm.com>
4119
4120         * config.guess: Import latest version.
4121         * config.sub: Likewise.
4122
4123 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
4124
4125         * Makefile.def: Added pdf target handling.
4126         * Makefile.tpl: Added pdf target handling.
4127         * Makefile.in: Regenerated.
4128
4129 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
4130
4131         * MAINTAINERS: Add self as score port maintainer.
4132
4133 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
4134
4135         * MAINTAINERS (Write After Approval): Add myself.
4136
4137 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
4138
4139         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
4140         or newer.
4141         * configure: Regenerated.
4142
4143 2006-09-27  Dave Brolley  <brolley@redhat.com>
4144
4145         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
4146         using $s instead of $r.
4147         * configure: Regenerated.
4148
4149 2006-09-26  Thiemo Seufer  <ths@mips.com>
4150
4151         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4152         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4153         * configure: Regenerate.
4154
4155 2006-09-24  Graeme Peterson  <gridly@gmail.com>
4156
4157         * MAINTAINERS (Write After Approval): Remove myself.
4158
4159 2006-09-22  Chao-ying Fu  <fu@mips.com>
4160
4161         * MAINTAINERS (Write After Approval): Add myself.
4162
4163 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
4164
4165         * MAINTAINERS: Add self as soft-fp maintainer.
4166
4167 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
4168
4169         * MAINTAINERS: Add myself as avr maintainer.
4170         Remove Marek Michalkiewicz as avr maintainer.
4171
4172 2006-09-07  Roberto Costa  <roberto.costa@st.com>
4173
4174         * MAINTAINERS (Write After Approval): Add myself.
4175
4176 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
4177
4178         * configure.in: Never build newlib for a Mingw host.
4179         Never build newlib as Mingw target library.
4180         Test the existence of winsup/cygwin for building a Cygwin newlib,
4181         rather than just winsup.
4182         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4183         building a Mingw target.
4184         * configure: Regenerate.
4185
4186 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
4187
4188         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
4189
4190 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
4191
4192         * config.guess: Import from src (was more updated).
4193         * config.sub: Likewise.
4194
4195 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
4196
4197         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4198         * configure: Regenerated.
4199
4200 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
4201
4202         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4203         for stages after the first.
4204
4205 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
4206
4207         * Makefile.def: Add dependencies for configure-opcodes
4208         on configure-intl and all-opcodes on all-intl.
4209         * Makefile.in: Regenerated.
4210
4211 2006-07-13  Ben Elliston  <bje@au.ibm.com>
4212
4213         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
4214
4215 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4216
4217         Port to hosts whose 'sort' and 'tail' implementations
4218         treat operands with leading '+' as file names, as POSIX
4219         has required since 2001.  However, make sure the code still
4220         works on pre-POSIX hosts.
4221         * ltmain.sh: Don't assume "sort +2" is equivalent to
4222         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
4223
4224 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
4225
4226         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
4227
4228 2006-07-04  Peter O'Gorman  <peter@pogma.com>
4229
4230         * ltconfig: chmod 644 before ranlib during install.
4231
4232 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4233
4234         PR bootstrap/18058
4235         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4236         if the bootstrap compiler is a GCC version that supports it.
4237         * configure: Regenerate.
4238
4239 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4240
4241         * configure.in: Fix thinkos in previous check-in.
4242         * configure: Regenerate.
4243
4244 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4245
4246         PR other/27063
4247         * configure.in: Test subdir_requires and give an appropriate
4248         error message.
4249         * configure: Regenerate.
4250
4251 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
4252
4253         * MAINTAINERS (Write After Approval): Add myself.
4254
4255 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
4256
4257         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4258
4259 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
4260
4261         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4262
4263 2006-06-20  David Ayers  <d.ayers@inode.at>
4264
4265         PR bootstrap/28072
4266         * configure.in: Add target-boehm-gc to noconfigdirs depending on
4267         whether target-libjava is being configured instead of whether the
4268         java front end is enabled.
4269         * configure: Regenerate.
4270
4271 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4272
4273         PR target/27540
4274         * configure.in: Only enable libgomp on IRIX 6.
4275         * configure: Regenerate.
4276
4277 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
4278
4279         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4280         too.
4281         * Makefile.in: Regenerate.
4282
4283 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
4284
4285         * config-ml.in: Alter CCASFLAGS to include special
4286         multilib options the same as is done for CFLAGS.
4287
4288 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4289
4290         * configure.in: Don't enable libgomp on hpux10.
4291         * configure: Rebuilt.
4292
4293 2006-06-12  David Ayers  <d.ayers@inode.at>
4294
4295         PR bootstrap/27963
4296         PR target/19970
4297         * configure.in: Remove target-boehm-gc from noconfigdirs where
4298         ${libgcj} is specified.
4299         * configure: Regenerate.
4300
4301 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
4302
4303         Sync from src:
4304
4305         * configure.in: Sync.
4306         * configure: Regenerated.
4307
4308         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
4309
4310         * Makefile.def: Added dependencies from sim and gdb on intl, and
4311         added configure dependencies to everything with an all dependency
4312         on intl.
4313         * Makefile.in: Regenerated.
4314
4315 2006-06-06  David Ayers  <d.ayers@inode.at>
4316
4317         PR libobjc/13946
4318         * Makefile.def: Add dependencies for libobjc which boehm-gc.
4319         * Makefile.in: Regenerate.
4320         * configure.in: Add --enable-objc-gc at toplevel and have it
4321         enable boehm-gc for Objective-C.
4322         Remove target-boehm-gc from libgcj.
4323         Add target-boehm-gc to target_libraries.
4324         Add target-boehm-gc to noconfigdirs where ${libgcj}
4325         is specified.
4326         Assert that boehm-gc is supported when requested for Objective-C.
4327         Only build boehm-gc if needed either for Java or Objective-C.
4328         * configure: Regenerate.
4329
4330 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
4331
4332         PR 27674
4333         * Makefile.tpl (configure-[+prefix+][+module+],
4334         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4335         Remove rule to unstage bootstrapped modules.
4336         (stage_current): New.
4337         * Makefile.in: Regenerate.
4338
4339 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4340
4341         * MAINTAINERS (Write After Approval): Update my e-mail address.
4342
4343 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
4344
4345         * include/libiberty.h: Declare pex_run_in_environment.
4346
4347 2006-05-31  Asher Langton  <langton2@llnl.gov>
4348
4349         * MAINTAINERS (Write After Approval): Add myself.
4350
4351 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
4352
4353         * Makefile.def (bfd, opcodes): Fix lib_path.
4354         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4355         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
4356         * Makefile.in: Regenerate.
4357
4358 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4359
4360         * Makefile.in: Regenerate.
4361
4362 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4363
4364         * Makefile.def: Add install-html target. Add datarootdir
4365         docdir and htmldir to flags_to_pass.
4366         * Makefile.tpl: Add install-html target.
4367         * Makefile.in: Regenerate.
4368         * configure.in: Add --with-datarootdir, --with-docdir, and
4369         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
4370         * configure: Regenerate.
4371
4372 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
4373
4374         * configure.in: Enable gprof for cross builds.
4375         * configure: Regenerate.
4376
4377 2006-05-22  Richard Guenther  <rguenther@suse.de>
4378
4379         Revert
4380         2006-01-31  Richard Guenther  <rguenther@suse.de>
4381         Paolo Bonzini  <bonzini@gnu.org>
4382
4383         * Makefile.def (target_modules): Add libgcc-math target module.
4384         * configure.in (target_libraries): Add libgcc-math target library.
4385         (--enable-libgcc-math): New configure switch.
4386         * Makefile.in: Re-generate.
4387         * configure: Re-generate.
4388         * libgcc-math: New toplevel directory.
4389
4390 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4391             Andreas Tobler  <a.tobler@schweiz.ch>
4392
4393         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
4394         * configure: Rebuilt.
4395
4396 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
4397
4398         * MAINTAINERS (Write After Approval): Add myself.
4399
4400 2006-05-01  DJ Delorie  <dj@redhat.com>
4401
4402         * configure.in: Restore CFLAGS if GMP isn't present.
4403         * configure: Regenerate.
4404
4405 2006-05-01  Richard Guenther  <rguenther@suse.de>
4406
4407         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
4408         maintainer.
4409
4410 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
4411
4412         * MAINTAINERS (Write After Approval): Add myself.
4413
4414 2006-04-28  Jan Beulich  <jbeulich@novell.com>
4415
4416         * MAINTAINERS (Write After Approval): Add myself.
4417
4418 2006-04-18  DJ Delorie  <dj@redhat.com>
4419
4420         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
4421         reference libgloss so that libssp can be built in a combined
4422         tree.
4423         * configure: Regenerate.
4424
4425 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
4426
4427         * MAINTAINERS (Write After Approval): Add myself.
4428
4429 2006-04-05  Ben Elliston  <bje@au.ibm.com>
4430
4431         * configure.in: Require makeinfo 4.4 or higher.
4432         * configure: Regenerate.
4433
4434 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
4435
4436         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
4437         Rearrange the entries of other libraries to have them in one place.
4438
4439 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
4440
4441         * MAINTAINERS (Write After Approval): Remove myself.
4442         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4443
4444 2006-03-14  Richard Guenther  <rguenther@suse.de>
4445
4446         * configure: Regenerate with autoconf 2.13.
4447
4448 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
4449
4450         * MAINTAINERS: Use my work address.
4451
4452         * MAINTAINERS: Update my E-mail address.
4453
4454 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
4455
4456         * configure.in: Handle --disable-<component> generically.
4457         * configure: Regenerate.
4458
4459 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
4460
4461         PR libgcj/17311
4462         * ltmain.sh: Don't use "$finalize_rpath" for compile.
4463
4464 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
4465
4466         * MAINTAINERS (Write After Approval):  Remove myself.
4467         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4468
4469 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
4470
4471         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
4472         (TARGET_CONFIGDIRS): Remove.
4473         * configure.in: Remove AC_SUBST(target_configdirs).
4474         * Makefile.in, configure: Regenerated.
4475
4476 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
4477
4478         * MAINTAINERS (Write After Approval):  Remove myself.
4479         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4480
4481 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
4482
4483         PR bootstrap/25670
4484
4485         * Makefile.tpl ([+compare-target+]): Print explanation messages.
4486
4487         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4488         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4489         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4490         BUILD_PREFIX, BUILD_PREFIX_1.
4491         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4492
4493         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4494         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4495
4496         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4497         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4498         of `cat stage_current`.  Always provide the `r' and `s' variables.
4499         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4500         a single shell execution.
4501         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4502         bootstrapped modules, make the stage1 module if the build was not
4503         started yet, else build the current stage.
4504         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4505         (all-build, all-host, all-target, [+make_target+]-host,
4506         [+make_target+]-target): Do not use \-continued lines.
4507         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4508         (current_stage, restrap, stage_last): New.
4509
4510         * Makefile.in: Regenerate.
4511         * configure: Regenerate.
4512
4513 2006-02-19  Bud Davis  <jmdavis@link.com>
4514
4515         * MAINTAINERS (Write After Approval):  Remove myself.
4516         (Language Front End Maintainers):  Add myself as fortran 95
4517         maintainer and update e-mail address.
4518
4519 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4520
4521         * MAINTAINERS (Write After Approval):  Remove myself.
4522         (Language Front End Maintainers):  Add myself as fortran 95
4523         maintainer.
4524
4525 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
4526
4527         * MAINTAINERS (Write After Approval): Add myself.
4528
4529 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
4530
4531         * MAINTAINERS (Write After Approval):  Remove myself.
4532         (Language Front End Maintainers):  Add myself as
4533         fortran 95 maintainer.
4534
4535 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4536
4537         Sync from src:
4538
4539         2005-12-27  Leif Ekblad  <leif@rdos.net>
4540
4541         * configure.in: Add support for RDOS target.
4542         * configure: Regenerate.
4543
4544 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4545             Andreas Schwab  <schwab@suse.de>
4546
4547         * configure: Regenerate.
4548
4549 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
4550
4551         * configure.in (enable_libgomp): Add AIX.
4552         * configure: Regenerate.
4553
4554 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
4555
4556         * MAINTAINERS (Write After Approval): Add myself.
4557
4558 2006-02-03  Lee Millward  <lee.millward@gmail.com>
4559
4560         * MAINTAINERS (Write After Approval): Add myself.
4561
4562 2006-01-31  Richard Guenther  <rguenther@suse.de>
4563         Paolo Bonzini  <bonzini@gnu.org>
4564
4565         * Makefile.def (target_modules): Add libgcc-math target module.
4566         * configure.in (target_libraries): Add libgcc-math target library.
4567         (--enable-libgcc-math): New configure switch.
4568         * Makefile.in: Re-generate.
4569         * configure: Re-generate.
4570         * libgcc-math: New toplevel directory.
4571
4572 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
4573
4574         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4575         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4576         the assembler, linker and binutils.
4577         * configure: Regenerate.
4578
4579 2006-01-22  Dirk Mueller  <dmueller@suse.de>
4580
4581         * MAINTAINERS (Write After Approval): Add myself.
4582
4583 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
4584
4585         * configure: Regenerate.
4586
4587 2006-01-18  Richard Henderson  <rth@redhat.com>
4588             Jakub Jelinek  <jakub@redhat.com>
4589             Diego Novillo  <dnovillo@redhat.com>
4590
4591         * libgomp: New directory.
4592         * Makefile.def: Add target_module libgomp.
4593         * Makefile.in: Regenerate.
4594         * configure.in (target_libraries): Add target-libgomp.
4595         * configure: Regenerate.
4596
4597 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
4598
4599         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4600         @ from continuation.
4601         * Makefile.in: Rebuilt.
4602
4603 2006-01-04  Chris Lattner  <sabre@gnu.org>
4604
4605         * MAINTAINERS (Write After Approval): Add myself.
4606
4607 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
4608
4609         PR bootstrap/24252
4610
4611         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4612         * Makefile.tpl (OBJDUMP): New.
4613         (EXTRA_HOST_FLAGS): Add it.
4614         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4615
4616         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4617         to use symbolic links between directories.  Avoid race conditions
4618         or make them harmless.
4619         * configure.in: Do not try to use symbolic links between directories.
4620
4621         * Makefile.def (LEAN): Pass.
4622         * Makefile.tpl (LEAN): Define.
4623         (stage[+id+]-start): Accept that the previous directory does not
4624         exist, if the bootstrap is lean.
4625         (stage[+id+]-bubble): Invoke lean bootstrap commands after
4626         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
4627         configure substitution.
4628         ([+compare-target+]): Likewise.
4629         ([+bootstrap-target+]-lean): New.
4630         * configure.in: Remove lean bootstrap support from here.
4631
4632         * Makefile.in: Regenerate.
4633         * configure: Regenerate.
4634
4635 2006-01-04  Ben Elliston  <bje@au.ibm.com>
4636
4637         * MAINTAINERS (libdecnumber): Add myself.
4638
4639 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
4640
4641         * libtool-ldflags: New script.
4642
4643 2006-01-02  Andreas Schwab  <schwab@suse.de>
4644
4645         * configure.in: When reconfiguring remove Makefile in
4646         all stage directories.
4647         * configure: Regenerate.
4648
4649 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
4650
4651         * MAINTAINERS: Update my email address.
4652
4653 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
4654
4655         Revert Ada-related part of the previous change.
4656
4657         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4658         Do not pass.
4659         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4660         * Makefile.in: Regenerate.
4661         * configure.in: Do not include mt-ppc-aix target fragment.
4662         * configure: Regenerate.
4663
4664 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
4665
4666         * configure.in: Select appropriate fragments for PowerPC/AIX.
4667         * configure: Regenerate.
4668
4669         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4670         BOOT_CFLAGS, BOOT_LDFLAGS.
4671         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4672         BOOT_CFLAGS, BOOT_LDFLAGS.
4673         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4674         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4675         (stage): Fail if we cannot complete the work.
4676         * Makefile.in: Regenerate.
4677
4678 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
4679
4680         * configure.in: Replace ms1 with mt.
4681         * configure: Rebuilt.
4682
4683 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
4684
4685         * MAINTAINERS: Update my email address.
4686
4687 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
4688
4689         * Makefile.tpl (all, do-[+make_target+], do-check, install,
4690         install-host-nogcc): Don't invoke $(stage) at the end.
4691         * Makefile.in: Regenerate.
4692
4693 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
4694
4695         * configure.in: Flip the top-level bootstrap switch.
4696         * configure: Regenerate.
4697
4698 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
4699
4700         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4701         $(stage) and $(unstage).
4702         (EXTRA_TARGET_FLAGS): Correct double-quoting.
4703         (all): Remove stray semicolon.
4704         (local-distclean): Don't handle multilib.tmp and multilib.out.
4705         (install.all): Set $s for consistency.
4706         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4707         check_multilibs setting.  Always make the install directory.
4708         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4709         Correct @if/@endif.
4710         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4711         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4712         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4713         (multilib.out): Remove.
4714         * Makefile.in: Regenerated.
4715
4716 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
4717
4718         * MAINTAINERS (Write After Approval): Add myself.
4719
4720 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
4721
4722         * MAINTAINERS: Add myself as mt maintainer.
4723
4724         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
4725
4726 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
4727
4728         * MAINTAINERS: Change email address.
4729
4730 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
4731
4732         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4733         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4734         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
4735         Find in-tree tools if available.
4736         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4737         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4738         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4739         (COMPILER_*_FOR_TARGET): New.
4740         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4741         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4742         (CONFIGURED_*, USUAL_*): Remove.
4743         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4744         STRIP): Use autoconf substitutions.
4745         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4746         COMPILER_NM_FOR_TARGET): New.
4747         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4748
4749         (all): Make all-host and all-target in parallel.
4750         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4751         that $$r and $$s are set before invoking a recursive make.
4752         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4753         ([+bootstrap-target+]): Inline most of the `all' target.
4754
4755 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4756
4757         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4758         from the gcc build directory.
4759         * Makefile.in: Regenerate.
4760
4761 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4762
4763         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
4764         depend on all-libdecnumber.
4765         * configure.in (host_libs): Include libdecnumber.
4766         * Makefile.in: Regenerate.
4767         * configure: Likewise.
4768
4769 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4770
4771         * libdecnumber: Import decNumber sources from the dfp-branch.
4772
4773 2005-11-21  Kean Johnston  <jkj@sco.com>
4774
4775         * config.sub, config.guess: Sync from upstream sources.
4776
4777 2005-11-21  Ben Elliston  <bje@au.ibm.com>
4778
4779         Import from Autoconf sources:
4780
4781         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
4782         * config/move-if-change: Don't output "$2 is unchanged";
4783         suggested by Ben Elliston.  Handle weird characters correctly.
4784
4785 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
4786
4787         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
4788         to match upstream libtool for darwin.
4789
4790 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
4791
4792         * Makefile.def: Remove gdb dependencies for gdbtk.
4793         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4794         (configure-gdb, install-gdb): New rules.
4795         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4796         * Makefile.in, configure: Regenerated.
4797
4798 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
4799
4800         * MAINTAINERS (Write After Approval): Add myself.
4801
4802 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
4803
4804         * MAINTAINERS (Write After Approval): Add myself.
4805
4806 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
4807
4808         * MAINTAINERS (alias analysis): Add Daniel Berlin and
4809         Diego Novillo.
4810
4811 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
4812
4813         PR bootstrap/24297
4814         * Makefile.tpl (do-[+make-target+], do-check, install,
4815         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4816         are set before recursing.
4817         * Makefile.in: Regenerate.
4818
4819 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
4820
4821         PR bootstrap/18939
4822         * Makefile.def (gcc) <target>: Fix thinko.
4823         * Makefile.in: Regenerate.
4824
4825 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
4826
4827         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4828         * configure: Regenerate.
4829
4830 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
4831
4832         * MAINTAINERS (Write After Approval): Add self.
4833
4834 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
4835
4836         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4837         target-libffi, target-qthreads, target-libjava, and
4838         targetlibobjc.
4839         * configure: Regenerate.
4840
4841 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
4842
4843         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4844         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4845         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4846         (USUAL_OBJDUMP_FOR_TARGET): New.
4847         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4848         * configure.in: Check for $OBJDUMP_FOR_TARGET.
4849         * configure, Makefile.in: Regenerated.
4850
4851 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4852
4853         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4854         before other host packages.
4855
4856 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
4857
4858         * MAINTAINERS: Add self as sh libraries/configury maintainer.
4859
4860 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4861
4862         PR bootstrap/22340
4863
4864         * configure.in (default_target): Remove.
4865         * Makefile.tpl (all): Do not use prerequisites as subroutines
4866         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4867         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4868         use prerequisites as subroutines.
4869         (check-host, check-target): New.
4870         (bootstrap configure & all targets): Do not use stage*-start
4871         if the directory layout is already ok.
4872         (non-bootstrap configure & all targets): Prepend a $(unstage).
4873         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
4874         (NOTPARALLEL): Remove.
4875         (unstage, stage variables): New variables.
4876         (unstage, stage targets): Simply expand to those variables.
4877
4878         * configure: Regenerate.
4879         * Makefile.in: Regenerate.
4880
4881 2005-10-04  James E Wilson  <wilson@specifix.com>
4882
4883         * Makefile.def (lang_env_dependencies): Add libmudflap.
4884         * Makefile.in: Regenerate.
4885
4886 2005-10-03  Andreas Schwab  <schwab@suse.de>
4887
4888         Backport from libtool CVS:
4889         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
4890
4891         * ltmain.sh: add support for installing into temporary
4892         staging area (e.g. 'make install DESTDIR=...')
4893
4894 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
4895
4896         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4897         * configure: Regenerated.
4898
4899 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
4900
4901         * configure: Regenerate with the correct
4902         autoconf version.
4903
4904 2005-09-30  Catherine Moore  <clm@cm00re.com>
4905
4906         * configure.in (bfin-*-*): New.
4907         * configure: Regenerated.
4908
4909 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
4910
4911         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4912         (LIPO_FOR_TARGET): New.
4913         (CONFIGURED_LIPO_FOR_TARGET): New.
4914         (USUAL_LIPO_FOR_TARGET): New.
4915         (STRIP_FOR_TARGET): New.
4916         (CONFIGURED_STRIP_FOR_TARGET): New.
4917         (USUAL_STRIP_FOR_TARGET): New.
4918         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4919         STRIP_FOR_TARGET.
4920         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4921         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4922         * Makefile.in: Regenerate.
4923         * configure: Regenerate.
4924
4925 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
4926
4927         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4928         (rs6000-*-aix*): Same.
4929         * configure: Regenerate.
4930
4931 2005-09-16  Tom Tromey  <tromey@redhat.com>
4932
4933         * MAINTAINERS: Add self as java maintainer.
4934
4935 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4936
4937         * configure.in: Recognize f95 in the --enable-languages option,
4938         and substitute it for fortran, issuing a warning.
4939         * configure: Regenerate.
4940
4941 2005-08-30  Phil Edwards  <phil@codesourcery.com>
4942
4943         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
4944         * configure:  Regenerated.
4945
4946 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
4947
4948         * MAINTAINERS: Add self as ms1 maintainer.
4949
4950 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
4951
4952         * Makefile.def (libssp): Add to lang_env_dependencies.
4953         * Makefile.in: Regenerate.
4954
4955 2005-08-18  Ian Lance Taylor  <ian@airs.com>
4956
4957         * MAINTAINERS: Add myself as middle-end maintainer.
4958
4959 2005-08-17  Christian Groessler  <chris@groessler.org>
4960
4961         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4962         * Makefile.in: Regenerate.
4963
4964 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
4965
4966         * MAINTAINERS (write after approval): Added myself.
4967
4968 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
4969
4970         * MAINTAINERS (Write After Approval): Add myself.
4971
4972 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
4973
4974         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4975         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4976         Look for alternate names of the target cc and c++
4977         * configure: Regenerate.
4978
4979 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
4980
4981         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4982         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4983         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4984         tools; remove code to manually set them.
4985         (Target tools): Look in the environment for them.
4986         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4987         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4988         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4989         build directory.
4990         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4991         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4992         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4993         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4994         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4995         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4996         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4997         * configure: Regenerate.
4998         * Makefile.in: Regenerate.
4999
5000 2005-07-28  Ben Elliston  <bje@au.ibm.com>
5001
5002         * MAINTAINERS: Update for removed CPU targets.
5003
5004 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
5005
5006         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5007         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5008         * Makefile.in: Regenerated.
5009
5010 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
5011
5012         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5013         (CFLAGS_FOR_TARGET): Use it.
5014         (CXXFLAGS_FOR_TARGET): Likewise.
5015         * Makefile.in: Regenerated.
5016         * configure.in (--with-build-sysroot): New option.
5017         * configure: Regenerated.
5018
5019 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
5020
5021         * Makefile.tpl: Wrap install between unstage and stage
5022         * Makefile.in: Regenerate.
5023
5024 2005-07-21  Eric Christopher  <echristo@apple.com>
5025
5026         * MAINTAINERS: Update affiliation.
5027
5028 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
5029
5030         * MAINTAINERS: Add self as crx port maintainer.
5031
5032 2005-07-20  DJ Delorie  <dj@redhat.com>
5033
5034         * MAINTAINERS: Add self as m32c maintainer.
5035
5036 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
5037
5038         * all files: Update FSF address.
5039
5040 2005-07-15  Eric Christopher  <echristo@redhat.com>
5041
5042         * MAINTAINERS: Change affiliation.
5043
5044 2005-07-14  Jim Blandy  <jimb@redhat.com>
5045
5046         * configure.in: Add cases for Renesas m32c.
5047         * configure: Regenerated.
5048
5049 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5050
5051         * COPYING.LIB: Update from fsf.org.
5052
5053 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5054
5055         * COPYING, compile, config.guess,
5056         config.sub, install-sh, missing, mkinstalldirs,
5057         symlink-tree, ylwrap: Sync from upstream sources.
5058         * config-ml.in: Update FSF address.
5059
5060 2005-07-13  Eric Christopher  <echristo@redhat.com>
5061
5062         * configure.in: Add toplevel noconfigdir support for tpf.
5063         * configure: Regenerate.
5064
5065 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
5066
5067         PR ada/22340
5068
5069         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5070         * Makefile.in: Regenerate.
5071
5072 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
5073
5074         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
5075         Brolley to write-after-approval.
5076
5077 2005-07-07  Andreas Schwab  <schwab@suse.de>
5078
5079         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5080         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5081         * Makefile.in: Regenerated.
5082
5083 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
5084
5085         * configure.in: Don't build sim or rda when targetting darwin.
5086         * configure: Regenerate.
5087
5088 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
5089
5090         * configure.in: Add --enable-libssp and --disable-libssp.
5091         * configure: Regenerate with autoconf-2.13.
5092
5093 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
5094
5095         * Makefile.def (target_modules): Add libssp.
5096         * configure.in (target_libraries): Add target-libssp.
5097         * configure: Rebuilt.
5098         * Makefile.in: Rebuilt.
5099
5100 2005-07-01  Zack Weinberg  <zackw@panix.com>
5101
5102         * MAINTAINERS: Change email address.  Resign from maintainership.
5103
5104 2005-07-01  Richard Guenther  <rguenther@suse.de>
5105
5106         * MAINTAINERS: Change my e-mail address and affiliation.
5107
5108 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
5109
5110         * Makefile.def (stagefeedback): Come after profile.
5111         Define profiledbootstrap target.
5112         * Makefile.tpl (profiledbootstrap): Remove.
5113         (stageprofile-end): Zap stagefeedback.
5114         (stagefeedback-start): Copy all .gcda files, not only GCC's.
5115         * Makefile.in: Regenerate.
5116
5117 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
5118
5119         * MAINTAINERS: Update my email address.
5120
5121 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
5122
5123         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
5124         In 'cpp' stanza, support '#line' as well as '# '.
5125
5126 2005-06-08  Andreas Schwab  <schwab@suse.de>
5127
5128         * MAINTAINERS: Move myself from 'Write After Approval' to
5129         'CPU Port Maintainers' section as m68k maintainer.
5130
5131 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
5132
5133         * configure.in (unsupported_languages): New macro.
5134         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
5135         non-ported target libraries in noconfigdirs.
5136         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5137         non-linux-gnu.  Remove libgcj_ex_libffi.
5138         <lang_frag loop>: Set add_this_lang=no if the language is in
5139         unsupported_languages.
5140         * configure: Regenerate.
5141
5142 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
5143
5144         * configure.in: Fix typo in handling of --with-mpfr-dir.
5145         * configure: Regenerate.
5146
5147 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
5148
5149         * MAINTAINERS: Update my email address.
5150
5151 2005-06-02  Jim Blandy  <jimb@redhat.com>
5152
5153         * config.sub: Add cases for the Renesas m32c.  (This patch has been
5154         accepted into the master sources.)
5155
5156 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
5157             Michael Snyder  <msnyder@redhat.com>
5158             Stan Cox  <scox@redhat.com>
5159
5160         * configure.in: Set noconfigdirs for ms1.
5161
5162         * configure: Regenerate.
5163
5164 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
5165
5166         * MAINTAINERS (Write After Approval): Add self.
5167
5168 2005-06-01  Josh Conner  <jconner@apple.com>
5169
5170         * MAINTAINERS (Write After Approval): Add self.
5171
5172 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
5173
5174         * MAINTAINERS: Update my email address.
5175
5176 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
5177
5178         * MAINTAINERS (Write After Approval): Add self.
5179
5180 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
5181
5182         * MAINTAINERS (Write After Approval): Remove self.
5183
5184 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
5185
5186         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5187         (Dependencies): Consider target modules for bootstrap dependencies.
5188         Make target bootstrap modules depend on each stage's gcc.
5189         * Makefile.in: Regenerate.
5190
5191 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
5192
5193         * Makefile.def (configure-gcc): Depend on binutils having been built.
5194         (all-gcc): No need to do it here.
5195         * Makefile.in: Regenerate.
5196
5197 2005-05-19  Paul Brook  <paul@codesourcery.com>
5198
5199         * configure.in: Rewrite misleading error message when requested
5200         language cannot be built.
5201         * configure: Regenerate.
5202
5203 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
5204
5205         * ylwrap: Import from Automake 1.9.5.
5206
5207 2005-05-13  David Ung  <davidu@mips.com>
5208
5209         * MAINTAINERS (Write After Approval): Add self.
5210
5211 2005-05-09  Mike Stump  <mrs@apple.com>
5212
5213         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
5214         lt_cv_sys_max_cmd_len for now.
5215
5216 2005-05-09  Stan Cox  <scox@redhat.com>
5217
5218         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
5219
5220 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
5221
5222         * README.SCO: Update the URL.
5223
5224 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
5225
5226         * ltconfig: Define file_list_spec.  Pass file_list_spec and
5227         with_gnu_ld to libtool.
5228         * ltcf-c.sh (aix[45]): Define file_list_spec.
5229         * ltcf-cxx.sh (aix[45]): Same.
5230         * ltcf-gcj.sh (aix[45]): Same.
5231         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
5232         exists, write list of input files to temporary file.
5233
5234 2005-05-04  Mike Stump  <mrs@apple.com>
5235
5236         * configure.in: Always pass --target to target configures as
5237         otherwise rebuilds that do --recheck will fail.
5238         * confiugure: Rebuilt.
5239
5240 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
5241
5242         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5243         STAGE_HOST_EXPORTS.
5244         (configure, all): Add bootstrap support.
5245         (Host modules, target modules): Pass post-stage1 flags and exports.
5246         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5247         * Makefile.in: Regenerate.
5248
5249 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
5250
5251         * configure: Regenerate.
5252
5253 2005-04-27  Mike Stump  <mrs@apple.com>
5254
5255         * MAINTAINERS: Add self as darwin maintainer.
5256
5257 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
5258
5259         * config.sub: Update from master copy.
5260
5261 2005-04-21  Mike Stump  <mrs@apple.com>
5262
5263         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
5264         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
5265
5266 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
5267
5268         * configure.in <crisv32-*-*, cris-*-*>: New local variable
5269         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
5270         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
5271         "*-*-elf" and "*-*-linux*".
5272         * configure: Regenerate.
5273
5274 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
5275
5276         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
5277
5278 2005-04-12  Mike Stump  <mrs@apple.com>
5279
5280         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
5281
5282 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
5283
5284         * MAINTAINERS (Write After Approval): Add myself.
5285
5286 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
5287
5288         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
5289
5290 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
5291
5292         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5293         (TARGET_CONFIGARGS): Include --with-target-subdir.
5294         (configure, all): New macros.  Use them throughout.
5295         * Makefile.in: Regenerate.
5296
5297 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
5298
5299         * MAINTAINERS (Write After Approval): Add myself.
5300
5301 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5302
5303         * MAINTAINERS: Remove 'loop unrolling' maintainer.
5304
5305 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
5306
5307         * MAINTAINERS: Move John Carr to Write After Approval.
5308
5309 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
5310
5311         * config/mh-mingw32: Delete.
5312         * configure.in: Don't use it.
5313         * configure: Regenerate.
5314
5315 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
5316
5317         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5318         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5319         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
5320         (HOST_LIB_PATH): Generate from Makefile.def.
5321         (TARGET_LIB_PATH): Likewise.
5322         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5323         * Makefile.in: Regenerate.
5324         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5325         (RPATH_ENVVAR): Include Darwin case.
5326         * configure: Regenerate.
5327
5328 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
5329
5330         * MAINTAINERS (Various Maintainers): Remove self.
5331         (Write After Approval): Add self.
5332
5333 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
5334
5335         * MAINTAINERS (Various Maintainers): Add self.
5336
5337 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
5338
5339         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5340         * configure: Regenerate.
5341
5342 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
5343
5344         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5345         gcc_version, and gcc_version_trigger from set of flags to pass.
5346         * Makefile.tpl: Remove definitions of above variables.
5347         (config.status): Remove dependency on $(gcc_version_trigger).
5348         * Makefile.in: Regenerate.
5349         * configure.in: Do not reference config/gcc-version.m4 nor
5350         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
5351         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
5352         * configure: Regenerate.
5353
5354 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
5355             Andrew Pinski  <pinskia@physics.uc.edu>
5356
5357         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5358         * Makefile.in: Regenerate.
5359
5360 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
5361
5362         * MAINTAINERS (Write After Approval): Add myself.
5363
5364 2005-03-03  David Ayers  <d.ayers@inode.at>
5365
5366         * MAINTAINERS (Write After Approval): Add myself.
5367
5368 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
5369
5370         PR libgcj/20160
5371         * ltmain.sh: Avoid creating archives with components that have
5372         duplicate basenames.
5373
5374 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
5375
5376         PR bootstrap/20250
5377         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5378         instead of check.
5379         * Makefile.in: Regenerate.
5380
5381 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5382
5383         * Makefile.in: Regenerate to fix conflict between the previous two
5384         patches.
5385
5386 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5387
5388         PR bootstrap/17383
5389         * Makefile.def (target_modules): Remove "stage", now unnecessary.
5390         * Makefile.tpl (HOST_SUBDIR): New substitution.
5391         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5392         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5393         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5394         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5395         (Host modules, Bootstrapped modules): Use it.
5396         (Build modules, Target modules): Do not create symlink trees,
5397         always configure out-of-srcdir.
5398         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5399         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5400         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5401         $(HOST_SUBDIR).  Create a symlink for host_subdir.
5402
5403         * Makefile.in: Regenerate.
5404         * configure: Regenerate.
5405
5406 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5407
5408         Merged from libada-gnattools-branch:
5409         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5410
5411         * gnattools: New directory.
5412         * Makefile.def: Add gnattools as a module, depending on target-libada.
5413         * Makefile.in: Regenerate.
5414         * configure.in: Include gnattools in host_tools; disable it if ada
5415         is disabled.
5416         * configure: Regenerate.
5417
5418 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
5419
5420         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
5421         treelang maintainer.
5422         (Write After Approval): Remove myself.
5423
5424 2005-02-23  Paul Schlie  <schlie@comcast.net>
5425
5426         * configure.in: Allow darwin targeted ports to build tk, itcl and
5427         libgui.
5428         * configure: Regenerate.
5429
5430 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5431
5432         PR libgcj/10353
5433         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5434         * configure: Regenerate.
5435
5436 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
5437
5438         * MAINTAINERS (Write After Approval): Add myself.
5439
5440 2005-02-10  Ian Lance Taylor  <ian@airs.com>
5441
5442         * MAINTAINERS: Update my e-mail address.
5443
5444 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
5445
5446         * MAINTAINERS (Write After Approval): Add myself.
5447
5448 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
5449
5450         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5451         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5452         target-libgloss when not *-*-elf and *-*-aout.
5453         * configure: Regenerate.
5454
5455 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
5456
5457         * MAINTAINERS: Remove obsolete entries.
5458
5459         * MAINTAINERS (Write After Approval): Add Michael Matz.
5460
5461 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
5462
5463         * MAINTAINERS: Remove self as cpplib maintainer.
5464
5465 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5466
5467         * install-sh, config.sub: Import from upstream.
5468
5469 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5470
5471         PR bootstrap/18222
5472         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5473         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5474         * Makefile.in: Regenerate.
5475
5476 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
5477
5478         * MAINTAINERS: Update my email address.
5479
5480 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
5481             Andreas Schwab  <schwab@suse.de>
5482
5483         PR bootstrap/18033
5484         * config-ml.in: Eval option if surrounded by single quotes.
5485
5486 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
5487
5488         Revert 2004-12-28 Makefile changes, a better fix will be
5489         applied to mainline and src after GCC 4.0 branches.
5490
5491 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
5492
5493         PR bootstrap/17383
5494
5495         * Makefile.def (target_modules): Remove stage parameter,
5496         it is always true now.
5497         * Makefile.tpl (configure-build-[+module+],
5498         configure-target-[+module+]): Always build symlink tree
5499         for the directory and for include.  BUILD_SUBDIR and
5500         TARGET_SUBDIR cannot be . anymore.
5501         * Makefile.in: Regenerate.
5502
5503 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
5504
5505         Revert 2004-12-08 Makefile changes.
5506
5507 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
5508
5509         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
5510         cygwin, mingw.
5511
5512 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
5513
5514         * configure.in (sh64-*-*): Reenable gprof.
5515         * configure: Regenerate.
5516
5517 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
5518
5519         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5520         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5521         (EXTRA_TARGET_FLAGS): Add PICFLAG.
5522         * Makefile.in: Regenerate.
5523
5524 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
5525
5526         * MAINTAINERS: Update my email address.
5527
5528 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
5529
5530         * Makefile.tpl: Generate normal dependencies if the LHS module is
5531         not bootstrapped.
5532         * Makefile.in: Regenerate.
5533
5534 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5535
5536         * configure.in: Include config/gxx-include-dir.m4.  Use
5537         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
5538         * configure: Regenerate.
5539
5540 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5541
5542         * config.if: Delete.
5543         * configure.in: Set libstdcxx_incdir directly.
5544         * configure: Regenerate.
5545
5546 2004-12-02  Eric Christopher  <echristo@redhat.com>
5547
5548         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
5549         * Makefile.in: Regenerate.
5550
5551 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5552
5553         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5554         * configure: Regenerate.
5555
5556 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5557
5558         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
5559         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
5560         * configure: Regenerate.
5561
5562 2004-12-01  Eric Christopher  <echristo@redhat.com>
5563
5564         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
5565         of things to remove.
5566
5567 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
5568
5569         * MAINTAINERS (Write After Approval): Update my e-mail address.
5570
5571 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
5572
5573         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
5574         from CVS libtool to always pass_all.
5575
5576 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5577
5578         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5579         (hppa*64*-*-*): Delete incorrect comment.
5580         * configure: Rebuilt.
5581
5582 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5583
5584         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
5585
5586 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5587
5588         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
5589         from CVS libtool to always pass_all.
5590
5591 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5592
5593         * install-sh, compile: Import from automake.
5594
5595 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5596
5597         * config.guess, config.sub:  Import from savannnah.
5598
5599 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
5600
5601         * MAINTAINERS (Write After Approval): Add myself
5602
5603 2004-11-12  Mike Stump  <mrs@apple.com>
5604
5605         * Makefile.def: Add html support.
5606         * Makefile.tpl: Likewise.
5607         * Makefile.in: Regenerate.
5608
5609 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
5610
5611         PR 18423
5612         * configure.in: Remove all instances of build-fixincludes from
5613         noconfigdirs.
5614         (build_configargs): Supply --target to subdirectories.
5615         * configure: Regenerate.
5616
5617         * Makefile.def: Make gcc install depend on fixincludes install.
5618         * Makefile.in: Regenerate.
5619
5620 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
5621
5622         * MAINTAINERS: Add myself as gcc testsuite maintainer.
5623
5624 2004-11-11  Paul Brook  <paul@codesourcery.com>
5625
5626         * MAINTAINERS: Add self as arm maintainer.  Update email address.
5627
5628 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
5629
5630         * configure.in (noconfigdirs) [mmix-*-*]: Disable
5631         target-libgfortran.
5632         * configure: Regenerate.
5633
5634 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
5635
5636         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5637         like CC.
5638
5639 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
5640
5641         * Makefile.def (host fixincludes): Specify missing targets.
5642         * Makefile.in: Regenerate.
5643
5644 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
5645
5646         * MAINTAINERS: Add myself
5647
5648 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
5649
5650         * MAINTAINERS (Write After Approval): Add myself.
5651
5652 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
5653
5654         * Makefile.def: Build fixincludes for the host, too.
5655         * Makefile.in: Regenerate.
5656         * configure.in (host_tools): Add fixincludes.
5657         * configure: Regenerate.
5658
5659 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
5660
5661         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5662         * configure: Regenerated.
5663
5664 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
5665
5666         PR other/17783
5667         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5668         * configure: Regenerated.
5669
5670 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
5671
5672         * README.SCO: Update per FSF instructions.
5673
5674 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
5675
5676         PR target/18151
5677         * configure.in (case ${target}): Do not build fixincludes for avr.
5678         * configure: Regenerated.
5679
5680 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
5681
5682         * configure.in (case ${target}): Do not build fixincludes
5683         on platforms where it is not used.
5684         * configure: Regenerated.
5685
5686 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
5687
5688         * configure.in: Use an absolute path to install-sh.
5689         * configure: Regenerated.
5690
5691 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
5692
5693         * MAINTAINERS (Write After Approval): Add myself.
5694
5695 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
5696
5697         * MAINTAINERS: Remove from Write After Approval those that are
5698         already maintainers.
5699
5700 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
5701
5702         * MAINTAINERS:  Update my email address.
5703
5704 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
5705
5706         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5707         * configure: Regenerate.
5708
5709 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
5710
5711         * MAINTAINERS:  Update my email address.
5712
5713 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
5714
5715         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
5716         entries belonging to this category.
5717
5718 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
5719
5720         * MAINTAINERS: Update my e-mail address.
5721
5722 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
5723
5724         Fix wrong conflict resolution in:
5725
5726         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5727
5728         * Makefile.in: Regenerate.
5729         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5730         in the recursive `make', instead of hardwiring `all'.
5731         (Autogenerated TARGET-* variables): New.
5732
5733 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
5734
5735         * configure.in: Enable target-libgloss for crx-*-*.
5736         * configure: Regenerate.
5737
5738 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
5739
5740         * MAINTAINERS (Various Maintainers): Move the "windows,
5741         cygwin, mingw" maintainer to ...
5742         (OS Port Maintainers): ... here.
5743
5744 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
5745
5746         * MAINTAINERS (Write After Approval): Remove those that are
5747         maintainers of some subsystem.
5748
5749 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
5750
5751         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5752         * ltcf-cxx.sh (tpf*): Likewise.
5753         * ltconfig (tpf*): Add TPF OS configuration support.
5754
5755 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
5756
5757         * MAINTAINERS: Change my email address to my new work account.
5758
5759 2004-09-24  Michael Roth  <mroth@nessie.de>
5760
5761         * configure.in (--without-headers): Add missing double quotes.
5762         * configure: Regenerate.
5763
5764 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
5765
5766         * ylwrap: Revert to previous version.
5767
5768 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
5769
5770         PR bootstrap/17369
5771         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5772         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5773         SET_GCC_LIB_PATH_CMD.
5774         (BASE_TARGET_EXPORTS): Likewise.
5775         * Makefile.in: Regenerated.
5776
5777         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5778         * configure: Regenerated.
5779
5780 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
5781
5782         * config.guess: New upstream version
5783         * compile, depcomp, install-sh, ylwrap: Likewise.
5784
5785 2004-09-19  Roger Sayle  <roger@eyesopen.com>
5786
5787         * config/mh-x86omitfp: New host makefile fragment.  Add
5788         -fomit-frame-pointer to the default BOOT_CFLAGS.
5789         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5790         * configure: Regenerate.
5791
5792 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
5793
5794         PR target/11572
5795         * configure.in (*-*-darwin*): Renable libobjc.
5796         * configure: Regenerate.
5797
5798 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
5799
5800         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
5801
5802 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
5803
5804         * Makefile.def: Remove libbanshee.
5805         * Makefile.tpl: Ditto.
5806         * configure.in: Ditto.
5807         * Makefile.in: Regen.
5808         * configure: Ditto.
5809
5810 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
5811
5812         * ltmain.sh: Use $pic_object as $non_pic_object if
5813         $non_pic_object=none.
5814
5815 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
5816
5817         * missing: Import latest version from master repository.
5818
5819 2004-09-06  Nick Clifton  <nickc@redhat.com>
5820
5821         * config.sub: Import latest version from master repository.
5822         * config.guess: Likewise.
5823         This includes these changes:
5824
5825         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
5826
5827         * config.sub: Handle crisv32, alias etraxfs.
5828         * config.guess (crisv32:Linux:*:*): Handle.
5829
5830         2004-08-13  Brad Smith  <brad@comstyle.com>
5831
5832         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5833         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5834
5835         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
5836
5837         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5838         assume the processor is a powerpc.  This is because coreutils
5839         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5840         in this case, due to a MacOS X bug that causes
5841         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5842         to return a negative number.
5843         Problem reported by Petter Reinholdtsen in:
5844         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5845
5846         2004-07-19  Ben Elliston  <bje@gnu.org>
5847
5848         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5849
5850         2004-06-24  Ben Elliston  <bje@gnu.org>
5851
5852         * config.guess: Update copyright years.
5853         * config.sub: Likewise.
5854
5855         2004-06-22  Robert Millan  <robertmh@gnu.org>
5856
5857         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5858         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5859
5860         2004-06-22  Stanley F. Quayle <stan@stanq.com>
5861
5862         * config.guess (*:*VMS:*:*): New entry. Replaces
5863         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5864         manufacturer.
5865
5866         2004-06-22  Ben Elliston  <bje@gnu.org>
5867
5868         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5869         * config.sub: Likewise.
5870
5871         2004-06-22  Ben Elliston  <bje@gnu.org>
5872
5873         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5874         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5875
5876         2004-06-11  Ben Elliston  <bje@gnu.org>
5877
5878         * config.guess (pegasos:OpenBSD:*:*): Remove.
5879
5880         2004-06-11  Ben Elliston  <bje@gnu.org>
5881
5882         From Wouter Verhelst <wouter@grep.be>:
5883         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5884
5885         2004-06-11  Ben Elliston  <bje@gnu.org>
5886
5887         * config.guess (luna88k:OpenBSD:*:*): New.
5888
5889         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
5890
5891         * config.guess (m32r*:Linux:*:*): New case.
5892         * config.sub: Handle m32rle.
5893
5894         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
5895
5896         From Jens Petersen  <petersen@redhat.com>:
5897         * config.sub: Handle sparcv8.
5898
5899         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
5900
5901         From Tom Smith <smith@cag.lkg.hp.com>:
5902         * config.guess: Version suffixes are equally significant on Tru64
5903         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
5904         prefix of "P" (patched kernel).
5905
5906         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
5907
5908         * config.sub: Add support for National Semiconductor CRX target.
5909
5910 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
5911
5912         * MAINTAINERS (Various Maintainers): Remove myself as web page
5913         maintainer, add myself as maintainer of build status lists.
5914
5915 2004-09-03  Jan Beulich  <jbeulich@novell.com>
5916
5917         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5918         *-*-netware, but add target-libmudflap.
5919         Consolidate *-*-netware targets (of which really only i?86 exists)
5920         into a single entry.
5921         * configure: Likewise.
5922
5923 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
5924
5925         * Makefile.tpl (sorry): Remove.
5926         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5927         (cleanstrap targets): Depend on distclean, not distclean-stage1.
5928         (do-clean): Clean per-stage directories too.
5929         (do-distclean): Run distclean-stage1 too.
5930         (.NOTPARALLEL): Enable during toplevel bootstrap.
5931         (stage[+id+]-bubble): Enable parallel execution during
5932         the recursive invocation.
5933         * Makefile.in: Regenerate.
5934
5935         Fix previous checkin:
5936
5937         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5938         include.
5939         * configure.in: Fix indentation.
5940         * configure: Regenerate.
5941
5942 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
5943
5944         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5945         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5946         * configure: regenerate
5947         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5948         -mdynamic-no-pic
5949
5950 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
5951
5952         * Makefile.def (build_modules): Add fixincludes.
5953         (dependencies): Make gcc depend on fixincludes.
5954         * configure.in (build_tools): Add fixincludes.
5955         (build_configdirs): Always include build_libs.
5956         * Makefile.in: Regenerate.
5957         * configure: Regenerate.
5958
5959 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
5960
5961         * Makefile.def (bootstrap stages): Add 'lean' parameter.
5962         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5963         phony targets; do not generate timestamp files.
5964         (distclean-stageN): Remove references to their timestamp files.
5965         (restageN, touch-stageN): Remove.
5966         (stageN-bubble): Rewritten.
5967         (compare): Support lean bootstraps.
5968         * Makefile.in: Regenerate.
5969
5970         * configure.in: Only warn when bootstrapping but
5971         build != host or build != target.  Support lean bootstraps.
5972         * configure: Regenerate.
5973
5974 2004-08-26  Phil Edwards  <phil@codesourcery.com>
5975
5976         * configure.in:  Give a better error message if GMP/MPFR are missing
5977         and a language needing them has been requested.
5978         * configure:  Regenerated.
5979
5980 2004-08-25  Phil Edwards  <phil@codesourcery.com>
5981
5982         * configure.in:  Print a list of available language front-ends if
5983         a requested one is missing.  Tidy stray tab characters.
5984         * configure:  Regenerated.
5985
5986 2004-08-19  Michael Koch  <konqueror@gmx.de>
5987
5988         * gcc/doc/install.texi: Update entry about automake for libjava.
5989
5990 2004-08-17  Robert Millan  <robertmh@gnu.org>
5991
5992         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5993         (instead of FreeBSD).
5994         * configure: Regenerate.
5995
5996 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5997
5998         * Makefile.in: Regenerate.
5999         * configure: Regenerate.
6000
6001         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6002         stage_*_flags.
6003         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6004         for bootstrapped modules if toplevel bootstrap is going.
6005         (GCC bootstrap): Generate per-stage targets for all bootstrapped
6006         modules.  Adjust for changes in Makefile.def.  Enable several
6007         rules even in non-bootstrap mode, just to avoid peppering the
6008         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6009         (stage-[+prev+]-bubble): Remove.
6010
6011         * Makefile.def (Dependencies): Depend on all-build-bison,
6012         all-build-flex, all-build-byacc, all-build-texinfo, rather
6013         than the host variations.
6014         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
6015         with BUILD_SUBDIR.
6016         (BISON): Update for recent Bisons.
6017         (YACC): Fix typo.
6018         (cross): Depend on all-build.
6019         (all): Do not depend on all-build.
6020         (prebootstrap): Remove.
6021         (dep-kind): Accept separate prefixes for MODULE and ON variables.
6022         (Prebootstrap dependencies): Add them to the per-stage targets
6023         and to all-prebootstrap.
6024         * configure.in (build_configdirs): Always enable build_tools.
6025         (BUILD_DIR_PREFIX): Remove.
6026
6027         * Makefile.def (gcc): Add target variable.
6028         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6029         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6030         in the recursive `make', instead of hardwiring `all'.
6031         (Autogenerated TARGET-* variables): New.
6032
6033 2004-08-13  Brian Booth  <bbooth@redhat.com>
6034
6035         * MAINTAINERS: Remove myself from write-after-approval.
6036
6037 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6038
6039         * src-release: Stop distributing mmalloc with gdb (which doesn't
6040         use it).
6041         * Makefile.def: GDB doesn't depend on mmalloc anymore.
6042         * Makefile.in: Regenerate.
6043
6044 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
6045
6046         * configure.in (arm*-*-eabi*): New target.
6047         * configure: Regenerate.
6048
6049 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
6050
6051         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6052         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6053         (Dependencies): New section.
6054         * Makefile.tpl (Dependencies): Generate from Makefile.def.
6055         (configure-target-[+module+]): Depend on maybe-all-gcc
6056         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
6057         (toplevel profiledbootstrap): Fix dependencies.
6058         * Makefile.in: Regenerate.
6059
6060 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
6061
6062         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6063         target-libiberty to noconfigdirs.
6064         * configure: Regenerate.
6065
6066 2004-08-03  Paul Brook  <paul@codesourcery.com>
6067
6068         * configure.in: Check for MPFR as well as GMP.
6069         * configure: Regenerate.
6070
6071 2004-08-01  Robert Millan  <robertmh@gnu.org>
6072
6073         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6074         libmudflap for all GNU-based systems (with Glibc).
6075         * configure: Regenerate.
6076
6077 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
6078
6079         * Makefile.def (host-modules): Add gcc.
6080         * Makefile.in: Regenerate.
6081         * Makefile.tpl (sorry): New rule.
6082         (configure-host, all-host, [+make_target+]-host, do-check,
6083         install-host): Do not add gcc as a special case.
6084         (host modules): Add a small special-casing for gcc.  Export
6085         extra_make_flags through the environment.
6086         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6087         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6088         other recursive targets for gcc): Remove.
6089
6090         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6091         (stage, unstage): New rules.
6092         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6093         distclean-stage[+id+]): Use stage_current.
6094         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6095         the stage*-start rules.
6096
6097 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
6098
6099         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
6100         use -all_load flag.
6101
6102 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
6103
6104         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
6105         * configure: Regenerate.
6106
6107 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
6108
6109         * maintainer-scripts/gcc_release: Revert yesterday's change.
6110
6111 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
6112
6113         * MAINTAINERS: Add myself to write-after-approval.
6114
6115 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
6116
6117         * libf2c: Removed.
6118         * gcc/gccbug.in: Updated because of libf2c removal.
6119         * maintainer-scripts/gcc_release: Ditto.
6120
6121 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
6122
6123         * configure.in: Build libmudflap by default on FreeBSD.
6124         * configure: Regenerated.
6125
6126 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
6127
6128         * configure.in: Do not build libmudflap by default on non-GNU/Linux
6129         systems.
6130         * configure: Regenerated.
6131
6132 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6133
6134         PR target/16344
6135         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6136         feedback based compiler.
6137         * Makefile.in: Rebuilt.
6138
6139 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
6140
6141         * Makefile.def (host_modules): Set bootstrap=true for flex.
6142         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6143         * Makefile.in: Rebuilt.
6144
6145 2004-07-07  Jan Hubicka  <jh@suse.cz>
6146
6147         * MAINTAINERS: Add self as a profile feedback maintainer.
6148
6149 2004-07-05  Phil Edwards  <phil@codesourcery.com>
6150
6151         * configure.in:  Do not prepend $srcdir to /dev/null in
6152         makefile fragments.
6153         * configure:  Regenerate.
6154
6155 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
6156
6157         * Makefile.def (build_modules): Add bison, byacc, flex,
6158         m4, texinfo.
6159         (flags_to_pass): Add FLEX.
6160         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6161         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6162         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6163         DEFAULT_MAKEINFO): Remove.
6164         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6165         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6166         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6167         objdir or else use configured tool.
6168         (all-build): New.
6169         (all): Depend on it.
6170         (Build module dependencies): Add.
6171         * Makefile.in: Regenerate.
6172         * configure.in: Better support for multiple build modules,
6173         matching what is done for host/target modules.  Do not look
6174         for "plausible" locations of build tools if Canadian cross.
6175         Use autoconf's AC_PROG_CC to find a C compiler.  Define
6176         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
6177         * configure: Regenerate.
6178
6179 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6180
6181         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6182         * Makefile.in: Regenerate.
6183
6184 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6185
6186         * Makefile.tpl (configure-build-[+module+],
6187         configure-[+module+], configure-target-[+module+]): Pass
6188         [+extra_configure_args+].
6189         (all-build-[+module+], all-[+module+], check-[+module+],
6190         install-[+module+], [+make_target+]-[+module+],
6191         all-target-[+module+], check-target-[+module+],
6192         install-target-[+module+], [+make_target+]-target-[+module+]):
6193         Pass [+extra_make_args+].
6194         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6195         (GCC_HOST_EXPORTS): Remove.
6196         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6197         cross, check-gcc, check-gcc-c++, install-gcc,
6198         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6199         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6200         * Makefile.in: Regenerate.
6201
6202 2004-06-21  Matthew Sachs  <msachs@apple.com>
6203
6204         * MAINTAINERS: Added self to write-after-approval.
6205
6206 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
6207
6208         * configure.in: Check for srcdir/winsup rather than build directory
6209         winsup.
6210         * configure: Regenerate.
6211
6212 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
6213
6214         * configure.in: Don't build Cygwin native newlib if winsup
6215         directory is missing.  Emit warning instead.
6216         * configure: Regenerate.
6217
6218 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
6219
6220         * Makefile.tpl (touch-stage[+id+]): New.
6221         (restage[+prev+]): Depend on touch-stage[+id+].
6222
6223         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6224         Use it throughout.
6225
6226         * Makefile.def: Add profile and feedback bootstrap stages.
6227         Remove next field from bootstrap stages.
6228         * Makefile.tpl (LN, LN_S): Substitute.
6229         (stageN-start, stageN-end): Use double-colon rules, to
6230         provide a hook for additional setup commands.
6231         (distclean-stageN-gcc, restageN): Create dependencies from
6232         [+prev+], not from [+next+].
6233         (stageN-bubble): Add commands for successive stages from
6234         [+prev+], using double-colon rules.
6235         (all-stageN-gcc): Fix typo.
6236         (stagefeedback-start, profiledbootstrap): New.
6237         * Makefile.in: Regenerate.
6238         * configure.in: Call ACX_PROG_LN.
6239         * configure: Regenerate.
6240
6241 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
6242
6243         * MAINTAINERS (Write After Approval): Add myself.
6244
6245 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
6246
6247         * MAINTAINERS (Write After Approval): Add myself.
6248
6249 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
6250
6251         * configure.in: Fix --enable-bootstrap breakage introduced in trees
6252         without gcc.
6253         * configure: Regenerate.
6254
6255 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6256
6257         * Makefile.tpl: Fix typo.
6258         * Makefile.in: Regenerate.
6259
6260 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6261
6262         * configure.in: Remove new- prefix from toplevel
6263         bootstrap targets.
6264         * configure: Regenerate.
6265
6266 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6267
6268         * Makefile.tpl (all.normal): Rename to all.
6269         (all): Replace with a rule to pick the default
6270         target from configure.
6271         (all-gcc, configure-gcc): Use conditionals to
6272         do nothing when toplevel bootstrap is going on.
6273         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6274         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6275         * configure.in: Support --enable-bootstrap.
6276
6277         * Makefile.def: Remove new- prefix from toplevel
6278         bootstrap targets.
6279         * Makefile.tpl: Likewise.
6280
6281         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
6282         target.
6283
6284         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6285         $(RECURSE_FLAGS) to recursive invocation of make.
6286
6287         * Makefile.in: Regenerate.
6288         * configure: Regenerate.
6289
6290 2004-05-30  Andreas Jaeger  <aj@suse.de>
6291             Jim Wilson  <wilson@specifixinc.com>
6292
6293         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6294         like CC.
6295
6296 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
6297
6298         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6299         * configure: Regenerate.
6300
6301 2004-05-25  Daniel Jacobowitz  <drow@false.org>
6302
6303         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6304         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6305         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
6306         targets.
6307         * Makefile.in: Regenerate.
6308
6309 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
6310
6311         * configure.in: Test the ability to symlink directories.
6312         * configure: Regenerate.
6313
6314         * Makefile.def (bootstrap-stage): New definitions.
6315         * Makefile.tpl (configure-stage1-gcc,
6316         configure-stage2-gcc, configure-stage3-gcc,
6317         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6318         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6319         new-restage3, compare): Autogenerate, see Makefile.in
6320         entry for behavioral changes.
6321         (distclean-stage1, new-stage1-start, new-stage1-end,
6322         new-stage1-bubble, distclean-stage2, new-stage2-start,
6323         new-stage2-end, new-stage2-bubble, distclean-stage3,
6324         new-stage3-start, new-stage3-end): New autogenerated targets.
6325         (objext, prebootstrap, BOOT_CFLAGS,
6326         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6327         targets.
6328
6329         * Makefile.in: Regenerate.
6330         (distclean-stage1, new-stage1-start, new-stage1-end,
6331         new-stage1-bubble, distclean-stage2, new-stage2-start,
6332         new-stage2-end, new-stage2-bubble, distclean-stage3,
6333         new-stage3-start, new-stage3-end): New targets.
6334         (all-stage1-gcc): Move prebootstrap dependency from here...
6335         (configure-stage1-gcc): ...to here.
6336         (new-bootstrap): Use bubble targets.
6337         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6338         Use per-stage distclean targets.
6339         (configure-stage1-gcc, configure-stage2-gcc,
6340         configure-stage3-gcc, all-stage1-gcc,
6341         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6342         Use new-stageN-start to prepare the tree.
6343
6344 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
6345
6346         * Makefile.def (host_modules): add libcpp.
6347         * Makefile.tpl: Add dependencies on and for libcpp.
6348         * Makefile.in: Regenerate.
6349         * configure.in: Add libcpp host module.
6350         * configure: Regenerate.
6351
6352 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
6353
6354         * Makefile.tpl: Whenever a recursive target is defined, wrap
6355         it in a special @if/@endif block, and prepare its maybe
6356         dependency in the @if/@endif block
6357         * configure.in: Instead of writing maybe dependencies, remove
6358         the @if/@endif statements, and remove the @if/@endif blocks
6359         that remain.
6360         * configure: Regenerate.
6361         * Makefile.in: Regenerate.
6362
6363 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
6364
6365         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
6366
6367 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
6368
6369         PR bootstrap/15120
6370         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
6371         * */configure: Rebuilt.
6372
6373 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
6374
6375         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6376         of libf2c.
6377         * configure, Makefile.in: Regenerate.
6378
6379 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
6380
6381         * MAINTAINERS (Write After Approval): Add myself.
6382
6383 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
6384
6385         Merge from tree-ssa-20020619-branch.
6386
6387         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6388         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6389         (HOST_GMPLIBS): Define.
6390         (HOST_GMPINC): Define.
6391         (TARGET_LIB_PATH): Add libmudflap.
6392         (GFORTRAN_FOR_TARGET): Define.
6393         (configure-build*): Export GFORTRAN.
6394         (configure-gcc): Export GMPLIBS and GMPINC.
6395         (all-gcc): Add maybe-all-libbanshee.
6396         (configure-target-libgfortran): Define.
6397         * Makefile.in: Regenerate.
6398         * configure.in (host_libs): Add libbanshee.
6399         (target_libraries): Add target-libmudflap and target-libgfortran.
6400         Add --with-libbanshee.
6401         Handle --disable-libmudflap.
6402         (*-*-freebsd*): Use with_gmp.
6403         Add $(libgcj) to noconfigdirs.
6404         * configure: Regenerate.
6405         * depcomp: New file.
6406         * MAINTAINERS: Add tree-ssa maintainers.
6407
6408 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
6409
6410         * MAINTAINERS (Various Maintainers): Add myself.
6411
6412 2004-04-30  Brian Ford  <ford@vss.fsi.com>
6413
6414         * MAINTAINERS (Write After Approval): Add myself.
6415
6416 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
6417
6418         * MAINTAINERS (Write After Approval): Add myself.
6419
6420 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
6421
6422         * config/acx.m4: Fix fastcompare support for new-bootstrap.
6423         * configure: Regenerate.
6424
6425 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
6426
6427         Revert:
6428         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6429
6430         * Makefile.def (flags_to_pass): Remove *dir variables that
6431         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6432         as well as prefix and exec_prefix.
6433         * Makefile.in: Regenerate.
6434
6435 2004-04-26  Robert Millan  <robertmh@gnu.org>
6436
6437         Add patches from libtool CVS.
6438         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6439         * ltconfig: Likewise.
6440         * ltcf-c.sh: Likewise.
6441         * ltcf-cxx.sh: Likewise.
6442         * ltcf-gcj.sh: Likewise.
6443
6444 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6445
6446         * Makefile.def (host_modules): Mark with the bootstrap
6447         flag packages on which gcc depends.
6448         * Makefile.tpl (all-bootstrap): Use it.
6449         * Makefile.in: Regenerate.
6450
6451 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6452
6453         * Makefile.def (flags_to_pass): Remove *dir variables that
6454         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6455         as well as prefix and exec_prefix.
6456         * Makefile.in: Regenerate.
6457
6458 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6459
6460         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6461         * configure: Regenerate.
6462         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6463         * gcc/Makefile.tpl (compare): Use the result of the test.
6464         * gcc/Makefile.in: Regenerate.
6465
6466 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
6467
6468         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6469         Always relocate gcc and prev-gcc to the original names, even
6470         if the build fails.
6471         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6472         New targets.
6473
6474 2004-04-23  Laurent GUERBY <laurent@guerby.net>
6475
6476         * MAINTAINERS: Update my email address.
6477
6478 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6479
6480         * configure.in (mips*-*-irix5*): Enable ld.
6481         * configure: Regenerate.
6482
6483 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6484
6485         * configure: Regenerate.
6486
6487 2004-04-15  James E Wilson  <wilson@specifixinc.com>
6488
6489         * Makefile.tpl (configure-[+module+], configure-gcc,
6490         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6491         Set and export LDFLAGS.
6492         * Makefile.in: Regenerate.
6493
6494 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
6495
6496         * MAINTAINERS: Add myself to write-after-approval.
6497
6498 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6499
6500         PR bootstrap/14871
6501         * Makefile.tpl: If we don't have built-in-tree target tools,
6502         use the ones found by configure rather than hacking around with
6503         program_transform_name.
6504         * configure.in: Give Makefile.tpl the information necessary
6505         to do that.
6506         * Makefile.in: Regenerate.
6507         * configure: Regenerate.
6508
6509 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
6510
6511         PR bootstrap/14760
6512         * configure.in: When computing baseargs, strip *all* copies of
6513         offending options.  Also, don't match/substitute the trailing space,
6514         so that this actually works when two similar options are separated by
6515         only one space.
6516         * configure: Regenerate.
6517
6518 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
6519
6520         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6521         (rs6000-*-aix*): Same.
6522         * configure: Regenerate.
6523
6524 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
6525
6526         * MAINTAINERS: Add myself to write-after-approval.
6527
6528 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
6529
6530         * MAINTAINERS: Add myself to write-after-approval.
6531
6532 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
6533
6534         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6535         STRICT_WARN, WARN_CFLAGS flags passed down to make.
6536         * Makefile.in: Regenerate.
6537
6538         * configure.in (top level bootstrap support): Rework --enable-werror
6539         to set @stage2_werror_flag@.
6540         * configure: Regenerate.
6541         * Makefile.tpl (top level bootstrap support): Pass
6542         @stage2_werror_flag@ down to configure in stages 2 and 3.
6543         * Makefile.in: Regenerate.
6544
6545 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6546
6547         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6548         for stages 2 and 3 as well as in make.  As a consequence, remove
6549         OUTPUT_OPTION (now detected by configure) from the flags passed down
6550         to make.
6551         * Makefile.in: Regenerate.
6552
6553         * Makefile.tpl (new-bootstrap): Fix typo.
6554         * Makefile.in: Regenerate.
6555
6556 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6557
6558         * Makefile.tpl: Rearrange by moving recursive_targets rules
6559         into their proper sections.
6560         * Makefile.tpl (top level bootstrap support): Move disabling
6561         of coverage flags from 'make' to 'configure'; improve comments.
6562         * Makefile.in: Regenerate.
6563
6564         * Makefile.tpl (experimental top level bootstrap) Move stage1
6565         language setting from all- target to configure- target; disable
6566         intermodule optimization in stage 1; prevent gratuitous rebuilds
6567         of stage 1.
6568         * Makefile.in: Regenerate.
6569         * configure.in: Comma-separate stage 1 language list for top
6570         level bootstrap.
6571         * configure: Regenerate.
6572
6573         * Makefile.tpl: Clean up experimental top level bootstrap support:
6574         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6575         prev-gcc in configure- targets as well as all- targets.
6576         * Makefile.in: Regenerate.
6577
6578 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
6579
6580         * compile: New file imported from automake.
6581
6582 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
6583
6584         * configure.in: Remove symbolic link section.
6585         * configure: Regenerate.
6586         * Makefile.tpl (links): Remove.
6587         * Makefile.in: Regenerate.
6588
6589 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
6590             Nathanael Nerode  <neroden@gcc.gnu.org>
6591
6592         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6593         Set with AC_CHECK_PROGS.
6594         * configure.in: Fix comment typo from last patch.
6595         * configure: Regenerate.
6596
6597 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
6598
6599         * Makefile.tpl: Introduce experimental top level bootstrap support.
6600         * Makefile.in: Regenerate.
6601         * configure.in: Introduce support for top level bootstrap.
6602         * configure: Regenerate.
6603
6604 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6605             Paolo Bonzini  <bonzini@gnu.org>
6606
6607         PR bootstrap/14522
6608         * configure.in: Cope with shells that do not support unquoted ^
6609         * configure: Regenerate.
6610
6611 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6612             Paolo Bonzini  <bonzini@gnu.org>
6613
6614         PR bootstrap/14522
6615         * configure.in: Cope with shells that do not support nesting
6616         quotes inside quoted backquote substitutions.
6617         * configure: Regenerate.
6618
6619 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
6620
6621         PR bootstrap/14522
6622         * configure.in: Fix escaping of $.
6623         * configure: Regenerate.
6624
6625 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6626
6627         * configure: Regenerate, since I forgot to while committing Paolo's
6628         changes.
6629
6630 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
6631
6632         PR ada/14131
6633         Move language detection to the top level.
6634         * configure.in: Find default values for the tools as
6635         soon as possible.  Disable ada if GNAT is not found.
6636         Emit error message about missing languages.  Expand
6637         --enable-languages=all for the gcc subdirectory.
6638
6639 2004-03-10  Ben Elliston  <bje@gnu.org>
6640
6641         * MAINTAINERS: Update my email address.
6642
6643 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
6644
6645         * ltconfig: Disable building static libraries if building shared
6646         libraries on AIX 5L.
6647
6648 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
6649
6650         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6651         and disable libgcj.
6652         * configure: Regenerated.
6653
6654 2004-03-01  Brian Booth  <bbooth@redhat.com>
6655
6656         * MAINTAINERS: Add myself to write-after-approval.
6657
6658 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
6659
6660         * MAINTAINERS: Add myself to write-after-approval.
6661
6662 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6663
6664         PR bootstrap/7087
6665         * Makefile.tpl: Guard XFOO sed statements better.
6666         * Makefile.tpl: Add dependency for configure-target-libada.
6667         * Makefile.in: Regenerate (incidentally fixes broken
6668         commit when libada-branch was merged).
6669
6670 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
6671
6672         * MAINTAINERS: Add myself to write-after-approval.
6673
6674 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
6675
6676         * MAINTAINERS: Add Nicola Pero and myself as libobjc
6677         maintainers.
6678
6679 2004-02-20  Andrew Cagney  <cagney@redhat.com>
6680
6681         * config.guess: Update from version 2003-10-16 to 2004-02-16.
6682         * config.sub: Update from version 2003-11-03 to 2004-02-16.
6683
6684 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6685
6686         PR bootstrap/11932
6687         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6688
6689 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
6690
6691         * MAINTAINERS: Added myself to write-after-approval.
6692
6693 2004-02-14  Michael Koch  <konqueror@gmx.de>
6694
6695         * MAINTAINERS: Added myself to write-after-approval.
6696
6697 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
6698
6699         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
6700         some OS port maintainers to OS port maintainers section.
6701
6702 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
6703
6704         * MAINTAINERS: Add self.
6705
6706 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
6707
6708         * MAINTAINERS: Alphabetize.
6709
6710 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
6711
6712         * MAINTAINERS: Remove myself.
6713
6714 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
6715
6716         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6717         (rs6000-*-aix*): Same.
6718         * configure: Regenerate.
6719
6720 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
6721
6722         * configure.in (host): Add in missing $noconfigdirs to defines.
6723         * configure: Regenerate.
6724
6725 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
6726             Nathanael Nerode  <neroden@gcc.gnu.org>
6727
6728         PR ada/6637, PR ada/5911
6729         Merge with libada-branch:
6730         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6731         with appropriate dependencies. Add --enable-libada configure switch.
6732         * configure, Makefile.in: Regenerate.
6733
6734 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
6735
6736         * MAINTAINERS: Add myself to write-after-approval.
6737
6738 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6739
6740         * configure.in: Don't pass --with-stabs on IRIX 5 either.
6741         * configure: Regenerate.
6742
6743 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
6744
6745         Merge from upstream:
6746
6747         * ltmain.in: When setting IFS to '~', be careful about user
6748         arguments that contain '~'.
6749
6750         2004-02-04  Peter O'Gorman  <peter@pogma.com>
6751
6752         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
6753         Also test $base_compile against $CC with escaped arguments. Bug
6754         reported by Geoff Keating <geoffk@apple.com>.
6755
6756 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6757
6758         * MAINTAINERS: Remove i960 port.
6759
6760 2004-01-23  DJ Delorie  <dj@redhat.com>
6761
6762         * Makefile.def (target_modules) [libiberty]: Don't stage.
6763         * Makefile.in: Rebuilt.
6764
6765 2004-01-20  Caroline Tice  <ctice@apple.com>
6766
6767         * MAINTAINERS: Add myself to write-after-approval.
6768
6769 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
6770
6771         * MAINTAINERS: Update my email address.
6772
6773 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
6774
6775         * MAINTAINERS: Add myself to write-after-approval.
6776
6777 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6778
6779         * MAINTAINERS: Remove entries without email address.
6780
6781 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
6782
6783         * MAINTAINERS: Add myself to write-after-approval.
6784
6785 2004-01-15  Steven Bosscher  <stevenb@suse.de>
6786
6787         * MAINTAINERS: Update my email address.
6788
6789 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
6790
6791         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6792         * Makefile.tpl (configure-target-[+module+]): Support stage.
6793         * Makefile.in: Rebuilt.
6794
6795 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
6796
6797         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
6798
6799 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
6800
6801         * MAINTAINERS: Add myself as a MIPS maintainer.
6802
6803 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6804
6805         * configure.in: Use ./config.cache, not config.cache.
6806         * configure: Regenerate.
6807         * Makefile.tpl: Special-casing not needed for GCC any more.
6808         * Makefile.in: Regenerate.
6809
6810         * configure.in: Don't share a cache file for host dirs.
6811         * configure: Regenerate.
6812
6813         * config-ml.in: Don't mess with the cache file.
6814
6815 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6816
6817         * MAINTAINERS: Move myself from 'Write After Approval' to
6818         'CPU Port Maintainers' section as SPARC maintainer.
6819
6820 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6821
6822         * Makefile.tpl: Make GCC use a separate config.cache.
6823         * Makefile.in: Regenerate.
6824
6825         PR bootstrap/11932, PR bootstrap/11933
6826         (I don't know if it will fix either of them, but it relates
6827         to them.)
6828         * configure.in: Don't use shared config.cache for target
6829         directories.
6830         * configure: Regenerate.
6831
6832 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
6833
6834         * MAINTAINERS: Add myself to 'Write After Approval' section.
6835
6836 2003-12-31  Roger Sayle  <roger@eyesopen.com>
6837
6838         * configure.in (ia64*-*-hpux*): Disable building java libraries.
6839         * configure: Regenerated.
6840
6841 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
6842
6843         * MAINTAINERS: Remove the mn10200 maintainer.
6844
6845 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
6846
6847         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6848         * configure: Regenerated.
6849
6850 2003-12-16  Jan Hubicka  <jh@suse.cz>
6851
6852         * MAINTAINERS: Add myself as callgraph maintainer.
6853
6854 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
6855
6856         * configure.in (raw_libstdcxx_flags): Remove the leading space.
6857         * configure: Regenerate.
6858
6859 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6860
6861         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6862         'Write After Approval' section. Update email.
6863
6864 2003-12-01  James Lemke  <jim@wasabisystems.com>
6865
6866         * MAINTAINERS (Write After Approval): Add myself.
6867
6868 2003-11-20  Matt Thomas  <matt@3am-software.com>
6869
6870         * MAINTAINERS: Add myself as a vax port maintainer.
6871
6872 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
6873
6874         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6875         (configure-build-[+module+], configure-[+module+]): Likewise.
6876         (configure-target-[+module+], configure-gcc, config.status): Likewise.
6877         * Makefile.in: Regenerate.
6878
6879 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
6880
6881         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
6882         shared/dylibed libraries.
6883         * ltmain.sh: Likewise.
6884         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
6885         * ltcf-cxx.sh: Likewise.
6886         * ltcf-gcj.sh: Likewise.
6887         * ltconfig: Likewise.
6888
6889 2003-11-17  Stan Cox  <scox@redhat.com>
6890
6891         * MAINTAINERS: Add myself as iq2000 port maintainer.
6892
6893 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
6894
6895         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6896         * Makefile.in: Regenerate.
6897
6898 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
6899
6900         * config.sub: Update to 2003-11-03 version.
6901
6902 2003-10-20  Phil Edwards  <phil@codesourcery.com>
6903
6904         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
6905         * configure:  Regenerate.
6906
6907 2003-10-20  Nicolas Pitre  <nico@cam.org>
6908
6909         * MAINTAINERS: Add myself to 'Write After Approval' section.
6910
6911 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
6912
6913         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
6914
6915 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
6916
6917         * MAINTAINERS: Update my email address.
6918
6919 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6920
6921         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
6922
6923 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
6924
6925         * MAINTAINERS: Add myself to 'Write After Approval' section.
6926
6927 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
6928
6929         * config.guess: Update to 2003-10-16 version.
6930         * config.sub: Update to 2003-10-16 version.
6931
6932 2003-10-15  David Daney  <ddaney@avtrex.com>
6933
6934         * MAINTAINERS: Added myself to 'Write After Approval' section.
6935
6936 2003-10-15  Falk Hueffner  <falk@debian.org>
6937
6938         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6939         'Write After Approval' section. Update email.
6940
6941 2003-10-14  Roger Sayle  <roger@eyesopen.com>
6942
6943         * MAINTAINERS: Move myself from 'Write After Approval' to
6944         'Various Maintainers' section as middle-end maintainer.
6945
6946 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6947
6948         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6949         HOST_FLAGS_TO_PASS.
6950         * Makefile.in: Regenerate.
6951
6952 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
6953
6954         * config.guess: Update to 2003-10-07 version.
6955         * config.sub: Update to 2003-10-07 version.
6956
6957 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6958
6959         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
6960         * ltconfig (irix5*, irix6*): Don't override version_type.
6961
6962 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
6963
6964         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6965         * configure: Rebuilt
6966         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6967         * Makefile.in: Rebuilt
6968
6969 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
6970
6971         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6972
6973 2003-09-30  Carlo Wood  <carlo@alinoe.com>
6974
6975         * MAINTAINERS (Write After Approval): Add myself.
6976
6977 2003-09-29  Paul Koning  <ni1d@arrl.net>
6978
6979         * MAINTAINERS: Move myself from "Write After Approval"
6980         to CPU platform maintainers for pdp11 platform.
6981
6982 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
6983
6984         * MAINTAINERS: Move myself from 'Write After Approval' to
6985         'Various Maintainers' section as libffi testsuite maintainer.
6986
6987 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
6988
6989         * configure.in: Pass a computed --program-transform-name
6990         to subconfigures.
6991         * configure: Regenerated.
6992
6993 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6994
6995         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6996         * Makefile.in: Regenerate.
6997
6998         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6999         * Makefile.in: Regenerate.
7000
7001 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
7002
7003         * MAINTAINERS: Move myself from 'Write After Approval'
7004         to 'Various Maintainers' (objective-c) section.
7005
7006 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
7007
7008         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7009         quoting.
7010         * configure: Regenerated.
7011
7012 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
7013
7014         * MAINTAINERS (Write After Approval): Add myself to write after
7015         approval list.
7016
7017 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
7018
7019         * MAINTAINERS (Write After Approval): Add myself.
7020
7021 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
7022
7023         * MAINTAINERS: Update my e-mail address.
7024
7025 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
7026
7027         * libtool.m4 (LD): Correct powerpc64 host match.
7028
7029 2003-09-06  James E Wilson  <wilson@tuliptree.org>
7030
7031         * MAINTAINTERS: Update my affiliation and email address.
7032
7033 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7034
7035         * MAINTAINERS (Write After Approval): Add myself.
7036
7037 2003-09-04  DJ Delorie  <dj@redhat.com>
7038
7039         * configure: Regenerate.
7040
7041 2003-09-04  Robert Millan  <robertmh@gnu.org>
7042
7043         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7044
7045 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7046
7047         * configure.in: Ensure arguments to sed are properly spaced.
7048         * configure: Regenerate.
7049
7050 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
7051
7052         * MAINTAINERS: Update my e-mail address.
7053
7054 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
7055
7056         * MAINTAINERS (Write After Approval): Add myself.
7057
7058 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
7059
7060         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7061         * configure: Regenerated.
7062
7063 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7064
7065         * MAINTAINERS: Update my email address.
7066
7067 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
7068
7069         * configure.in:  Use newline instead of semicolon when assuming
7070         shell arguments in a for loop.
7071         * configure:  Regenerated.
7072
7073 2003-08-22  Jason Eckhardt  <jle@rice.edu>
7074
7075         * MAINTAINERS: Resurrect the i860 maintainer.
7076
7077 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
7078
7079         PR 8180
7080         * configure.in: When testing with_libs and with_headers, treat
7081         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
7082         * configure: Regenerate.
7083
7084         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7085         make, shell, etc.
7086         (baseargs): Likewise.
7087         * configure: Regenerate.
7088
7089 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
7090
7091         * MAINTAINERS (Write After Approval): Add myself.
7092
7093 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
7094
7095         * configure.in: Disable libgcj for darwin not on powerpc.
7096         * configure: Rebuild.
7097
7098 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
7099
7100         * config-ml.in, symlink-tree: Add license.
7101
7102 2003-08-03  Richard Stallman  <rms@gnu.org>
7103             Eben Moglen  <moglen@columbia.edu>
7104
7105         * README.SCO: New file.
7106
7107 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
7108
7109         * Makefile.tpl (check, check-c++): Express dependencies using
7110         dependencies rather than commands.
7111         * Makefile.in: Regenerate.
7112
7113 2003-08-01  Andrew Cagney  <cagney@redhat.com>
7114
7115         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7116         * configure: Ditto.
7117
7118 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
7119
7120         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7121         * Makefile.in: Update.
7122
7123 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
7124
7125         * configure.in: Enable libgcj for darwin.
7126         * configure: Rebuild.
7127
7128 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
7129
7130         * config-ml.in:  Use ac_configure_args directly instead of
7131         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
7132         actually seen.
7133
7134 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7135
7136         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7137         creating target and build subdirs to build all parent dirs as needed.
7138         * Makefile.in: Rebuild.
7139         * configure.in: Don't build dirs explicitly here.
7140         * configure: Rebuild.
7141
7142 2003-07-26  Paul Brook  <paul@nowt.org>
7143
7144         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
7145
7146 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
7147
7148         * Makefile.tpl (all-make): Depend on intl.
7149         * Makefile.in: Rebuilt.
7150
7151 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
7152
7153         * install-sh:  Update to newer upstream versions (associated with
7154         aclocal 1.7).
7155         * mkinstalldirs:  Likewise.
7156         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
7157
7158 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
7159
7160         * MAINTAINERS: Move self from Bug database only accounts
7161         to write-after-approval.
7162
7163 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
7164
7165         * config.if: Remove unused libc_interface determination.
7166
7167 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7168
7169         * MAINTAINERS: Move self from write-after-approval to
7170         build machinery (*.in).
7171
7172 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7173
7174         PR bootstrap/11273
7175         PR bootstrap/11408
7176         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
7177         unused INSTALL_PROGRAM_ARGS.
7178         * configure.in: Use AC_PROG_INSTALL.
7179         * Makefile.in: Regenerate.
7180         * configure: Regenerate.
7181
7182 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
7183
7184         * MAINTAINERS: Alphabetize.
7185
7186 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
7187
7188         * configure: Rebuilt.
7189         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
7190         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7191         newlib nor libgloss.
7192         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
7193         * configure.in (am33_2.0-*-linux*): Added.
7194
7195 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
7196
7197         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7198         * configure: Regenerate.
7199
7200 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
7201
7202         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
7203         * Makefile.in: Regenerate.
7204
7205 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7206
7207         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
7208         * Makefile.in: Regenerate.
7209
7210 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
7211
7212         * Makefile.tpl: Replace PWD with PWD_COMMAND.
7213         * Makefile.in: Regenerated.
7214
7215         * config-ml.in: Replace PWD with PWD_COMMAND.
7216
7217 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7218
7219         * intl: New directory; see intl/ChangeLog for details.
7220         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
7221         * Makefile.tpl: all-gcc depends on maybe-all-intl.
7222         * Makefile.in: Regenerate.
7223
7224 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7225
7226         * configure.in: Clean up config-lang.in handling.  Delete
7227         useless assignment to "subdirs".
7228         * configure: Regenerate.
7229
7230 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7231
7232         * configure.in: Rename 'target_libs' to 'target_libraries'.
7233         Remove useless reference to 'target_libs'.
7234         * configure: Regenerate.
7235
7236 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
7237
7238         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7239         * Makefile.in: Regenerate.
7240
7241 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7242
7243         * Makefile.def: Introduce flags_to_pass.
7244         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7245         * Makefile.in: Regenerate.
7246
7247 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
7248
7249         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7250         and target-libgloss.
7251         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7252         <h8300*-*-*>: Disable libf2c and ${libgcj}.
7253         * configure: Regenerate.
7254
7255 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
7256
7257         * configure.in: Update testsuite_flags to new location.
7258         * configure. Regenerate.
7259
7260 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7261
7262         * Makefile.tpl: Remove BUILD_CC stuff.
7263         * Makefile.in: Regenerate.
7264
7265 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
7266
7267         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
7268
7269 2003-06-16  Graeme Peterson  <gp@qnx.com>
7270
7271         * MAINTAINERS (Write After Approval): Add myself.
7272
7273 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
7274
7275         * config.guess: Update to 2003-06-12 version.
7276         * config.sub: Update to 2003-06-13 version.
7277
7278 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
7279
7280         * config.guess: Update to 2003-06-06 version.
7281         * config.sub: Update to 2003-06-06 version.
7282
7283 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7284
7285         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7286         * configure. Regenerate.
7287
7288 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7289
7290         * configure.in: Disable serial configure by default.
7291         * configure: Regenerate.
7292         * Makefile.tpl: Abolish .NOTPARALLEL.
7293         * Makefile.in: Regenerate.
7294
7295         * Makefile.tpl: Replace {build,host,target}_canonical by
7296         {build,host,target}.
7297         * Makefile.in: Regenerate.
7298
7299         * Makefile.tpl: Fix stupid pasto.
7300         * Makefile.in: Regenerate.
7301
7302 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7303
7304         * Makefile.tpl: Remove bogus conditional.
7305         * Makefile.in: Regenerate.
7306
7307 2003-06-05  Jan Hubicka  <jh@suse.cz>
7308
7309         * Makefile.tpl (profiledbootstrap): New target.
7310         * Makefile.in (profiledbootstrap): New target.
7311
7312 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
7313
7314         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
7315         Pinski. Remove user names from other bugzilla-only maintainers.
7316
7317 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7318
7319         * Makefile.tpl: Make 'recursive targets' using autogen rather
7320         than shell loop.  Remove duplicate 'clean' targets and false
7321         comments.
7322         * Makefile.def: Add systematic dependencies to 'recursive' targets.
7323         Add systematic method of specifying missing targets in subdirs.
7324         Add copyright boilerplate.
7325         * Makefile.in: Regenerate.
7326         * configure.in: Add 'recursive targets' to maybe list.
7327         * configure: Regenerate.
7328
7329         * MAINTAINERS: "GNATS only" -> "Bug database only".
7330
7331         * Makefile.tpl: Rename [+target+] to [+make_target+].
7332         * Makefile.def: Rename 'target' to 'make_target'.
7333
7334 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
7335
7336         * MAINTAINERS: Add self as options handling maintainer.
7337
7338 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
7339
7340         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
7341         been too long since I touched those ports.
7342
7343 2003-05-28  DJ Delorie  <dj@redhat.com>
7344
7345         * Makefile.tpl: Make maybe-check-gcc .PHONY.
7346         * Makefile.in: Regenerate.
7347
7348 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
7349
7350         * configure.in: Use curly braces in the definition of tooldir.
7351         * configure: Regenerate.
7352
7353 2003-05-21  DJ Delorie  <dj@redhat.com>
7354
7355         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7356         newlib or libgloss.
7357         * Makefile.in: Regenerate.
7358
7359 2003-05-21  DJ Delorie  <dj@redhat.com>
7360
7361         * Makefile.tpl: Add missing empty maybe-check-gcc target.
7362         * Makefile.in: Regenerate.
7363
7364 2003-05-20  Ian Lance Taylor  <ian@airs.com>
7365
7366         * MAINTAINERS: Update my e-mail address.
7367
7368 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7369
7370         * configure.in: Switch more things to use maybe dependencies.
7371         * Makefile.tpl: Switch more things to use maybe dependencies.
7372         Factor out common code from autogen IF statements.
7373         * configure: Regenerate.
7374         * Makefile.in: Regenerate.
7375
7376 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
7377
7378         * configure.in: Accept i[3456789]86 for machine type.
7379         * configure: Regenerate.
7380
7381 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7382
7383         * configure.in: Switch more things to use maybe dependencies.
7384         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
7385         * configure: Regenerate.
7386         * Makefile.tpl: Switch more things to use maybe dependencies.
7387         * Makefile.in: Regenerate.
7388
7389 2003-05-16  Andreas Schwab  <schwab@suse.de>
7390
7391         * Makefile.tpl (install-opcodes): Define.
7392         * Makefile.in: Rebuild.
7393
7394 2003-05-13  Andreas Jaeger  <aj@suse.de>
7395
7396         * config.guess: Update to 2003-05-09 version.
7397         * config.sub: Update to 2003-05-09 version.
7398
7399 2003-05-13  Michael Eager  <eager@mvista.com>
7400
7401         * configure.in: Correct sed script so that options in quotes are not
7402         deleted.
7403         * configure: Rebuild.
7404
7405 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
7406
7407         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7408         and $$s/newlib/libc/sys/cygwin32 include paths.
7409         * configure: Ditto.
7410
7411 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
7412
7413         * MAINTAINERS: Update my email addresses.
7414
7415 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
7416
7417         * config-ml.in: Propagate INSTALL variables.
7418
7419 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7420
7421         * MAINTAINERS: Remove duplicate entries in Write After Approval.
7422
7423 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
7424
7425         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7426         * Makefile.in: Regenerate.
7427
7428 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
7429
7430         * MAINTAINERS (GNATS only): Add Falk Hueffner.
7431
7432 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
7433
7434         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
7435
7436 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
7437
7438         * Makefile.tpl: Clean $(BUILD_SUBDIR).
7439         * Makefile.in: Regenerated.
7440
7441 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
7442
7443         * MAINTAINERS (Write After Approval): Upgrade myself from
7444         GNATS only to write-after-approval. Update my mail address.
7445
7446 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
7447
7448         (OS Port Maintainers: freebsd): Add myself.
7449
7450 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
7451
7452         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
7453
7454 2003-04-22  Kean Johnston  <jkj@sco.com>
7455
7456         * MAINTAINERS (SCO ports): Added myself.
7457
7458 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
7459
7460         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
7461
7462 2003-04-19  Kean Johnston  <jkj@sco.com>
7463
7464         * MAINTAINERS (Write After Approval): Add myself.
7465
7466 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7467
7468         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7469         * Makefile.in: Regenerate.
7470
7471 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
7472
7473         * configure.in (powerpc64*-*-linux*): Remove.
7474         * configure: Rebuilt.
7475
7476 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
7477
7478         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
7479         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7480         and restrap.
7481         * Makefile.in:  Regenerate.
7482
7483 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
7484
7485         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7486         * configure: Regenerated.
7487
7488 2003-04-15  DJ Delorie  <dj@redhat.com>
7489
7490         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
7491
7492 2003-04-13  Nick Clifton  <nickc@redhat.com>
7493
7494         * config-ml.in: Remove support for --disable-aix removing
7495         call-aix multilibs.
7496
7497 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
7498
7499         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7500         * */configure: Rebuilt.
7501
7502 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
7503
7504         * MAINTAINERS: Add my email address.
7505
7506 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
7507
7508         * MAINTAINERS (Write After Approval): Add myself.
7509
7510 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7511
7512         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7513         * Makefile.in: Regenerate.
7514
7515 2003-03-14  Michael Chastain  <mec@shout.net>
7516
7517         * Makefile.in: Regenerate with correct Makefile.def.
7518
7519 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7520
7521         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
7522         Make macro.
7523         * Makefile.in: Regenerate.
7524         * configure.in: Clean up gxx_include_dir logic.
7525         * configure: Regenerate.
7526
7527 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
7528
7529         * MAINTAINERS (Write After Approval): Add myself.
7530
7531 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
7532
7533         * MAINTAINERS: Update my mail address.
7534
7535 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7536
7537         * configure.in (gxx_include_dir): Fix typo.
7538         * configure: Regenerated.
7539
7540 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7541
7542         * Makefile.tpl: Reindent.
7543         * Makefile.in: Regenerate.
7544         * configure.in: Reindent.  Don't set unused variables.
7545         * configure: Regenerate.
7546
7547 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
7548
7549         * configure.in: Include $(build_tooldir)/sys-include in
7550         FLAGS_FOR_TARGET.
7551         * configure: Regenerated.
7552
7553 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7554
7555         * Makefile.tpl: Always pass down RANLIB.
7556         * Makefile.in: Regenerate.
7557
7558         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7559         * Makefile.in: Regenerate.
7560         * configure.in: Remove unused logic relating to --enable-shared
7561         and --enable-threads.  Remove bogus comments.  Remove redundant
7562         noconfigdirs.
7563         * configure: Regenerate.
7564
7565         * configure.in: Replace ${libstdcxx_version} by its value.
7566         Remove reference to mh-dgux.
7567         * configure: Regenerate.
7568
7569 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
7570
7571         * MAINTAINERS (Write After Approval): Add myself.
7572
7573 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7574
7575         * Makefile.tpl: Rearrange.
7576         * Makefile.in: Regenerate.
7577
7578 2003-02-25  Uwe Stieber  <uwe@wwws.de>
7579
7580         * configure.in: Add support for kaOS as cross build target system.
7581         * configure: Regenerated.
7582
7583 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
7584
7585         * MAINTAINERS (Write after approval): Add myself.
7586
7587 2003-02-21  James E Wilson  <wilson@tuliptree.org>
7588
7589         * MAINTAINERS: Update my email address.
7590
7591 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
7592
7593         * MAINTAINERS: Add self to blanket write privs. section.
7594
7595 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
7596
7597         * Makefile.tpl: Add definition of CPPFLAGS to pass into
7598         configure-target-* as some target builds may require additional
7599         flags for preprocessor tests.
7600         * Makefile.in: Regenerated.
7601
7602 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
7603
7604         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7605         * ltconfig: Handle it.
7606         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7607         auto-detecting it.
7608
7609         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7610         it is used as argument to $CC.
7611         * ltcf-gcj.sh: Likewise.
7612
7613         * configure.in: Introduce --enable-maintainer-mode.
7614         * configure: Rebuilt.
7615         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7616         for maintainer mode.
7617         * Makefile.in: Rebuilt.
7618
7619 2003-02-18  Jason Merrill  <jason@redhat.com>
7620
7621         * Makefile.tpl (check-c++): Allow parallelism.
7622
7623 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7624
7625         * MAINTAINERS: Remove John Carr (who never actually had access to
7626         gcc.gnu.org).
7627
7628 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
7629
7630         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7631         don't configure target-libobjc.
7632         * configure: Regenerate.
7633
7634 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7635
7636         * Makefile.tpl (RANLIB): Define.
7637         * Makefile.in: Regenerate.
7638
7639 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
7640
7641         * MAINTAINERS: Update my email.
7642
7643 2003-02-06  Keith R Seitz  <keiths@redhat.com>
7644
7645         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7646         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7647         * Makefile.in: Regenerated.
7648         * configure.in: Remove all traces of snavigator, db, and grep.
7649         * configure: Regenerated.
7650
7651 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7652
7653         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
7654         After Approval.
7655
7656 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7657
7658         * MAINTAINERS (Write after approval): Add myself.
7659
7660 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
7661
7662         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7663         * Makefile.in: Regenerated.
7664
7665 2003-01-30  Roger Sayle  <roger@eyesopen.com>
7666
7667         * config.guess: Updated to 2003-01-30's version.
7668         * config.sub: Updated to 2003-01-28's version.
7669
7670 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
7671
7672         * config.if: If gcc_version is already set, just use it.  Don't set
7673         gcc_version_trigger if it's already set, otherwise set it to
7674         gcc/version.c, but only if the file exists.  If it is not set and
7675         gcc/version.c does not exist, try to extract the version number from
7676         $CC.
7677
7678 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
7679
7680         * MAINTAINERS: Add myself to write-after-approval list.
7681
7682 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
7683
7684         * configure.in:  Revert 24Jan change.
7685         * configure:  Regenerate.
7686
7687 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7688
7689         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
7690         entry of HJ Lu.
7691
7692 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7693
7694         * configure.in: Revert previous change.
7695         * configure: Regenerate.
7696
7697 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7698
7699         * configure.in: Make rda native-only.
7700         * configure: Regenerate.
7701
7702 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7703
7704         * MAINTAINERS: Move myself from GNATS-only-accounts to
7705         write-after-approval.
7706
7707 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7708
7709         * configure.in: Add missing \.
7710         * configure: Rebuilt.
7711
7712 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
7713
7714         * configure.in (baseargs): Avoid using \| in sed regular
7715         expressions.
7716         * configure: Rebuilt.
7717
7718 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
7719
7720         * configure.in (baseargs): Remove all supported forms of
7721         --cache-file, --srcdir, --host, --build and --target options
7722         from argument lists.
7723         * configure: Rebuilt.
7724
7725 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
7726
7727         * MAINTAINERS: Add myself to write-after-approval list.
7728
7729 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
7730
7731         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7732         * configure: Rebuilt.
7733
7734 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7735
7736         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7737         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7738         * Makefile.in: Regenerate.
7739         * configure: Regenerate.
7740
7741 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
7742
7743         * configure.in: Remove Makefile in build, host and target modules
7744         unless configure was run with --no-recursion.
7745         * configure: Rebuilt.
7746
7747 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7748
7749         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7750         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7751         * Makefile.in: Regenerate.
7752
7753 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
7754
7755         * config.guess: Update to 2003-01-03 version.
7756         * config.sub: Update to 2003-01-03 version.
7757
7758 2003-01-07  Christopher Faylor  <cgf@redhat.com>
7759
7760         * configure: Regenerate with proper autoconf 2.13.
7761
7762 2003-01-07  Christopher Faylor  <cgf@redhat.com>
7763
7764         * configure.in: Add AC_PREREQ for consistency.
7765         * configure: Regenerate.
7766
7767 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
7768
7769         * configure.in (GDB_TK): Add tcl directories conditional on
7770         gdb/gdbtk directory being present.
7771         * configure: Regenerate.
7772
7773 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
7774
7775         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
7776         used by gcc if LD is not defined and we are not doing a Canadian Cross.
7777         * configure: Rebuilt.
7778
7779 2002-12-31  Tom Tromey  <tromey@redhat.com>
7780
7781         * Makefile.in: Rebuilt.
7782         * Makefile.def (target_modules) [libffi]: Allow installation.
7783
7784 2002-12-31  Andreas Schwab  <schwab@suse.de>
7785
7786         * configure.in: Fix use of $program_transform_name.
7787         * configure: Regenerated.
7788
7789 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
7790
7791         * configure.in (baseargs): Don't remove first configure argument.
7792         * configure: Regenerated.
7793
7794 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
7795
7796         * Makefile.tpl (local-distclean): Don't remove...
7797         (multilib.ts): ... this.  Moved into...
7798         (multilib.out): ... this.  Don't use sub-make.
7799         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7800         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7801         (configure-build-[+module+], configure-[+module+],
7802         configure-target-[+module+], configure-gcc): ... these.  Test
7803         for Makefile existence.  Drop config.status from dependencies.
7804         * Makefile.in: Rebuilt.
7805         * configure.in: Move gcc-version-trigger to the end of
7806         ac_configure_args.  Add comments to maybedep.tmp and
7807         serdep.tmp.  Introduce --disable-serial-configure.  Remove
7808         nonopt from baseargs, matching and removing corresponding
7809         whitespace while at it.
7810         * configure: Rebuilt.
7811
7812 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
7813
7814         * configure.in (host_configargs): Replace reference to
7815         no-longer-defined buildopts with --build=${build_alias}.
7816         * configure: Rebuilt.
7817
7818         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
7819         program_transform_name to standard idiom.
7820         (AUTOGEN, AUTOCONF): Define.
7821         (Makefile.in): Use $(AUTOGEN).
7822         (Makefile): Depend on config.status, and use autoconf-style rule to
7823         build it.  Move original commands to...
7824         (config.status): ... this new target.
7825         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
7826         $(AUTOCONF).
7827         * Makefile.in: Rebuilt.
7828
7829 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7830
7831         * Makefile.tpl: Fix dramatic bustage due to change in
7832         program_transform_name.
7833         * Makefile.in: Regenerate.
7834
7835         * configure.in: Remove unnecessary PATH setting.
7836         * configure: Regnerate.
7837
7838         * configure.in: Don't default to unprefixed tools unless
7839         the native tools will work.
7840         * configure: Regenerate.
7841
7842         * configure.in: Convert to autoconf script.  Blow away lots
7843         of now-redundant Makefile fragments.
7844         * configure: Generate using Autoconf.
7845         * Makefile.tpl: Rewrite to reflect autoconfiscation.
7846         * Makefile.in: Regenerate.
7847
7848 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7849
7850         * configure: Fix stupid bug where RANLIB was mistakenly included.
7851
7852         * configure.in: Rename (buildargs, hostargs, targargs) to
7853         (build_configargs, host_configargs, target_configargs).
7854
7855         * configure.in: Move logic out of sed statement.
7856
7857         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
7858         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7859
7860 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
7861
7862         * config.sub: Import from master repository
7863         * config.guess: Ditto
7864
7865 2002-12-24  Andreas Schwab  <schwab@suse.de>
7866
7867         * Makefile.tpl (multilib.out): Fix missing space.
7868         * Makefile.in: Regenerate.
7869
7870 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7871
7872         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
7873         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
7874         * Makefile.in: Regenerate.
7875         * configure.in: Remove unnecessary leftovers.
7876
7877 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
7878
7879         * configure.in (extra_ranlibflags_for_target): New variable.
7880         (*-*-darwin): Add -c to ranlib commands.
7881         * configure (tooldir): Handle extra_ranlibflags_for_target.
7882
7883 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7884
7885         * Makefile.tpl: Revert HJL's change.
7886         * Makefile.in: Regenerated.
7887         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7888         always.
7889
7890 2002-12-19  Andreas Schwab  <schwab@suse.de>
7891
7892         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7893         * Makefile.in: Regenerate.
7894
7895 2002-12-18  H.J. Lu  <hjl@gnu.org>
7896
7897         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7898         * Makefile.in: Regenerated.
7899
7900         * configure.in (build_prefix): New. Substitute.
7901
7902 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7903
7904         * Makefile.tpl: Don't let real targets depend on phony targets.
7905         * Makefile.in: Regenerate.
7906
7907         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7908         * Makefile.in: Regenerate.
7909
7910 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
7911
7912         * config.sub: Import from master repository
7913         * config.guess: Ditto
7914
7915 2002-12-16  Jason Merrill  <jason@redhat.com>
7916
7917         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7918         previous 'make bootstrap'.
7919         * Makefile.in: Regenerate.
7920
7921 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
7922
7923         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7924
7925 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7926
7927         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7928         * Makefile.in: Regenerate.
7929
7930 2002-12-13  Jason Merrill  <jason@redhat.com>
7931
7932         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
7933         library tests.
7934         (check-c++): Just depend on it and check-target-libstdc++-v3.
7935         * Makefile.in: Regenerate.
7936
7937 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7938
7939         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7940         * Makefile.in: Rebuilt.
7941
7942 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7943
7944         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
7945
7946 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7947
7948         * configure: Fix bug put in by gremlins.
7949
7950         * Makefile.tpl: Substitute more autoconfily.
7951         * configure: Substitute more autoconfily.
7952         * Makefile.in: Regenerate.
7953
7954 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
7955
7956         * config.sub: Import from master repository
7957         * config.guess: Ditto
7958         * MAINTAINERS: Added Svein Seldal under write after approval
7959
7960 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
7961
7962         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7963         * Makefile.in (all-sim): Ditto.
7964
7965 2002-12-06  DJ Delorie  <dj@redhat.com>
7966
7967         * Makefile.tpl: Change configure dependencies to not have real
7968         targets depend on phony targets.
7969
7970 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
7971
7972         * configure.in: Revert unintentional change.
7973
7974         * Makefile.tpl: Change dependency for */multilib.out so that
7975         it works when gcc isn't in the tree.
7976
7977         * configure.in: Substitute more.
7978         * configure: Run subconfigures from the Makefile.
7979         * Makefile.tpl: Run subconfigures from the Makefile; add a few
7980         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
7981
7982 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7983
7984         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
7985
7986 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7987
7988         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7989         and corresponding dependencies.
7990         * Makefile.in: Regenerate.
7991
7992         * configure.in (host_tools): Order binutils, gas and ld for
7993         convenience in running the testsuites.
7994
7995         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7996         * Makefile.in: Regenerate.
7997         * configure.in: Introduce rules to serialize subconfigure runs.
7998
7999         * configure.in: Introduce BASE_CC_FOR_TARGET.
8000         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
8001         Realize configure-build-* targets.  Realize configure-target-* targets.
8002         * Makefile.in: Regenerate.
8003
8004 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8005
8006         * configure: Move gcc_version_trigger stuff from here...
8007         * configure.in: ...to here.
8008
8009         * configure.in: Separate subconfigure options added by this file from
8010         options given by the user.  Add machinery to put args for host
8011         subconfigures into the Makefile.
8012
8013         * Makefile.tpl: Remove 'vault' targets.
8014         * Makefile.tpl: Reorder and comment dependencies.
8015         * Makefile.in: Regenerate.
8016
8017 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8018         * configure.in: Fix my broken commit of previous patch. (sigh)
8019
8020 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
8021
8022         * configure.in: Move host-specific darwin noconfigdirs into
8023         the host-specific section.
8024
8025 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
8026
8027         * configure.in: Move host-specific darwin noconfigdirs into
8028         the host-specific section.
8029
8030 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
8031
8032         * configure: Remove skip-this-dir support.
8033         * Makefile.tpl: Remove skip-this-dir support.
8034
8035         * Makefile.tpl: Remove leftover support for non-autoconfiscated
8036         subdirectories.
8037         * Makefile.in: Regenerate.
8038
8039         * Makefile.tpl: Strip out useless setting of 'dir'.
8040         * Makefile.in: Regenerate.
8041
8042 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8043
8044         * configure.in: Fix deeply stupid bug.
8045
8046         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8047         shell code in CXX_FOR_TARGET
8048         * Makefile.def: Introduce raw_cxx.
8049         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8050         RAW_CXX_FOR_TARGET.
8051         * Makefile.in: Regenerate.
8052
8053 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
8054
8055         * Makefile.tpl: Remove unnecessary ifs.
8056         * Makefile.in: Regenerate.
8057
8058         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
8059         dependencies.  Maybe-ize build-libiberty.  Create dummy install
8060         targets for 'no_install' modules.
8061         * configure: Move GDB_TK substitution to configure.in.  Move
8062         build_modules stuff to configure.in.
8063         * configure.in: Implement soft dependency machinery.  Maybe-ize
8064         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
8065         * Makefile.in: Regenerate.
8066
8067 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8068
8069         * Makefile.tpl: Make all-target, install-target behave similarly
8070         to all, install (only hitting configured targets).  Eliminate
8071         unused macro defintions.
8072
8073         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8074         build != host.
8075
8076         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8077
8078         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8079
8080         * configure.in: Produce lists of subdir targets we're actually
8081         configuring.  Remove references to "dosrel".
8082         * Makefile.tpl: Let configure set which subdir targets are hit.
8083         Remove install-cross; clean up install; remove ALL.  Remove
8084         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
8085         Autogenerate host module targets.  Remove empty dependency lines
8086         and redundant dependency; rearrange slightly.
8087         * Makefile.def: Add host-side libtermcap, utils.
8088
8089         * Makefile.in: Regenerate.
8090
8091 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8092
8093         * ltconfig (osf[345]): Append $major to soname_spec.
8094         Reflect this in library_names_spec.
8095         * ltmain.sh (osf): Prefix $major with . for use as extension.
8096
8097 2002-11-19  Andreas Jaeger  <aj@suse.de>
8098
8099         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
8100         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
8101         and sparc64 GNU/Linux systems.
8102
8103 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
8104
8105         * MAINTAINERS: Update email.
8106
8107 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8108
8109         * MAINTAINERS: Complete James Dennett's entry.
8110
8111 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
8112
8113         * MAINTAINERS (Write After Approval): Add myself.
8114
8115 2002-11-13  Bruce Korb  <bkorb@gnu.org>
8116
8117         * Makefile.tpl: syntactic cleanup
8118
8119 2002-11-13  Stuart Hastings  <stuart@apple.com>
8120
8121         * MAINTAINERS: Add myself to write-after-approval list.
8122
8123 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8124
8125         * Makefile.def: Add list of recursive targets to autogenerate.
8126         Add build_modules.
8127         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
8128         targets.  Autogenerate *-build-* targets.
8129         * Makefile.in: Regenerate.
8130
8131 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8132
8133         * configure: More autoconf-style substitutions.
8134         * Makefile.tpl: More autoconf-style substitutions.
8135         * Makefile.in: Regenerate.
8136
8137 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8138
8139         * configure: Substitute more variables in a more autoconf-friendly
8140         way.  Simplify slightly.
8141         * Makefile.tpl: Make more variables substitutable in an
8142         autoconf-friendly way.
8143         * Makefile.in: Regenerate.
8144
8145 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
8146
8147         * MAINTAINERS (Write After Approval): Add myself.
8148
8149 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8150
8151         * configure.in (v810*): Remove special setting of tools.
8152
8153         * configure: Add support for extra required flags for ar or nm.
8154         * configure.in (aix4.3+): Use above support for target-specific
8155         issues, rather than using config/mt-aix43.
8156
8157 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8158
8159         * configure: Remove 'removing', which doesn't work.  Replace $subdir
8160         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
8161         with $srcdir.  Reformat indentation.  Substitute some variables
8162         formerly hard-coded in the Makefile for build=host.
8163         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8164         * Makefile.def: Autogenerate more.
8165         * Makefile.in: Regenerate.
8166
8167 2002-11-04  Adam Nemet  <anemet@lnxw.com>
8168
8169         * MAINTAINERS (Write After Approval): Add myself.
8170
8171 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
8172
8173         * Makefile.def (host_modules): Add rda.
8174         * Makefile.in: Regenerate.
8175         * configure.in (target_tool): Add target-rda to list.
8176
8177 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8178
8179         * MAINTAINERS: Remove "co-maintainer" note for web pages.
8180
8181 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
8182
8183         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
8184         and restrap targets to this rule.
8185         * Makefile.in:  Regenerate.
8186
8187 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8188
8189         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
8190         GNATS only accounts.
8191
8192 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
8193
8194         * configure.in (i[3456]86-*-linux*): Add check to disable
8195         ${libgcj} for glibc1.
8196
8197 2002-10-24  Denis Chertykov  <denisc@overta.ru>
8198
8199         * MAINTAINERS: Add myself as ip2k port maintainer.
8200
8201 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
8202
8203         * configure.in: Add tic4x target.
8204
8205 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8206
8207         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8208         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8209         * Makefile.in: Regenerate.
8210
8211         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8212         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8213         * Makefile.in: Regenerate.
8214
8215 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
8216
8217         * MAINTAINERS: Add myself as web pages co-maintainer.
8218
8219 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8220
8221         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8222         * Makefile.in: Regenerate.
8223
8224 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
8225
8226         * MAINTAINERS: Add myself and Nathan Sidwell
8227         <nathan@codesourcery.com> as VxWorks maintainers.
8228
8229 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8230
8231         * Makefile.def: Remove order dependency comments.
8232         * Makefile.tpl: Add explicit install-install dependencies.
8233         * Makefile.in: Regenerate.
8234
8235         * Makefile.tpl: Remove material now in src-release.  (Finally!)
8236         * Makefile.in: Regenerate.
8237
8238         * Makefile.tpl: Add configure-target (for src-release in src)
8239         * Makefile.in: Regenerate.
8240
8241 2002-09-30  Nick Clifton  <nickc@redhat.com>
8242
8243         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8244
8245 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
8246
8247         * configure.in (s390*-*-linux*): Enable libgcj.
8248
8249 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
8250
8251         * configure: Revert accidentally applied changes.
8252
8253         * Makefile.tpl: Make more autoconf-friendly.
8254         * Makefile.in: Regenerate.
8255         * configure: Make substitution more autoconf-like.
8256
8257 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
8258
8259         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8260         single entry to handle all these.
8261         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
8262         libjava on arm-*-elf.
8263
8264 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
8265
8266         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8267         things that depend on them.
8268
8269 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8270
8271         * Makefile.tpl: Make subsituted variables more autoconfy.
8272         * Makefile.in: Regenerate.
8273         * configure: Make seds more autoconfy.
8274
8275 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8276
8277         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8278         * Makefile.in: Regenerate.
8279         * configure.in: Rewrite sed statements to look autoconfy.
8280
8281         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8282         all-target-foo on configure-target-foo.
8283         * Makefile.def: Ditto.
8284         * Makefile.in: Rebuild.
8285
8286 2002-09-25  Andrew Haley  <aph@redhat.com>
8287
8288         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
8289
8290 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8291
8292         * Makefile.def: New file.
8293         * Makefile.tpl: New file.
8294         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8295         * contrib/gcc_update: Note that Makefile.in is a generated file.
8296
8297         * configure.in: Minor rearrangement.  Simplify tests.
8298
8299 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
8300
8301         * configure.in (with_headers): Skip copy if value is "yes".
8302         (with_libs): Likewise.
8303
8304 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
8305
8306         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8307         * configure.in (sh*-*-pe*): Ditto.
8308         * configure.in (mips*-*-pe*): Ditto.
8309         * configure.in (*arm-wince-pe): Ditto.
8310
8311         * configure.in: Rearrange.
8312
8313 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
8314
8315         * MAINTAINERS: Update my email address.
8316
8317 2002-08-30  Paul Koning  <pkoning@equallogic.com>
8318
8319         * MAINTAINERS: (Write After Approval): Add myself.
8320
8321 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
8322
8323         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
8324
8325 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
8326
8327         * MAINTAINERS: Change my mailing address.
8328
8329 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
8330
8331         * MAINTAINERS (Write After Approval): Remove myself.
8332         (Various Maintainers: c++ runtime libs): Add myself.
8333
8334 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
8335
8336         * MAINTAINERS (Write After Approval): Remove myself.
8337         (Various Maintainers: c++ runtime libs): Add myself.
8338
8339 2002-08-15  Eric Christopher  <echristo@redhat.com>
8340
8341         * config.sub: Import from master repository.
8342         * config.guess: Ditto.
8343
8344 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
8345
8346         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8347         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8348         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8349
8350 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
8351
8352         * MAINTAINERS: Add self to rs6000 vector extensions.
8353
8354 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
8355
8356         * libiberty/configure: Reverted unintended yesterday's check in.
8357
8358 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
8359
8360         * boehm-gc/configure, libf2c/configure: Rebuilt.
8361         * libffi/configure, libiberty/configure: Ditto.
8362         * libjava/configure, libobjc/configure: Ditto.
8363         * libstdc++-v3/configure, zlib/configure: Ditto.
8364         Merged from binutils:
8365         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
8366         From Steve Ellcey <sje@cup.hp.com>:
8367         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8368         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8369         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8370         IA64.
8371         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8372         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8373         soname_spec, sys_lib_search_path_spec): Ditto.
8374
8375 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
8376
8377         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8378
8379 2002-08-04  H.J. Lu  (hjl@gnu.org)
8380
8381         * configure.in (mips*-*-linux*): Don't skip target-libffi.
8382
8383 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
8384
8385         * MAINTAINERS (Write After Approval): Add myself.
8386
8387 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
8388
8389         * configure.in: Move generic linux case to end.  Copy generic
8390         linux noconfigdirs to mips*-*-linux* entry and new
8391         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
8392
8393 2002-07-19  Michael Matz  <matz@suse.de>
8394
8395         * MAINTAINERS: Add myself as ra* maintainer.
8396
8397 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
8398
8399         * config.guess: Update to 2002-07-09 version.
8400         * config.sub: Update to 2002-07-03 version.
8401
8402 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
8403
8404         * MAINTAINERS: Fix typo in a maintainer email address.
8405
8406 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8407
8408         * configure.in: Remove two redundant tests.
8409
8410 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8411
8412         * configure.in (mips*-*-irix6*o32): Enable stabs.
8413
8414 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
8415
8416         * configure.in: Don't build grez.
8417         * Makefile.in: Ditto.
8418
8419         * Makefile.in: Remove references to bsp, cygmon, libstub.
8420         * configure.in: Ditto.
8421
8422         * configure.in: Remove leftover reference to gdbtest.
8423
8424 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
8425
8426         * configure.in (gxx_include_dir):  Change to match versioned
8427         C++ headers if --enable-version-specific-runtime-libs is used.
8428
8429 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
8430
8431         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8432
8433 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8434
8435         * configure.in: Make --without-x work.
8436
8437 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8438
8439         * configure.in: Rearrange target Makefile fragment collection.
8440
8441         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8442         cvs[src].
8443         * configure.in: Ditto.
8444
8445 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
8446
8447         * MAINTAINERS (Write After Approval): Update my e-mail address.
8448
8449 2002-06-24  Ben Elliston  <bje@redhat.com>
8450
8451         * configure.in (host_tools): Remove cgen.
8452
8453         * Makefile.in (all-cgen): Remove; runs from its source directory.
8454         (check-cgen, install-cgen, clean-cgen): Likewise.
8455         (all-opcodes): Do not depend on all-cgen.
8456         (all-sim): Likewise.
8457
8458 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8459
8460         * Makefile.in: Eliminate 'apache' targets.
8461         * configure.in: Eliminate 'apache' targets.
8462
8463         * configure.in: Eliminate redundant tests.  Reorganize.
8464
8465         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8466
8467         * config-ml.in: Eliminate references to Cygnus configure.
8468
8469         * Makefile.in: Eliminate references to building emacs.
8470
8471 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
8472
8473         * MAINTAINERS: Update my email address.
8474
8475 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
8476
8477         * config.if (libstdcxx_incdir): Version C++ headers.
8478         (cxx_incdir): Remove.
8479
8480 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8481
8482         * MAINTAINERS (Write After Approval): Add self.
8483
8484 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
8485
8486         * configure.in: Add support for ip2k.
8487
8488 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
8489
8490         * configure.in: Fix AIX configury bug.
8491
8492 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
8493
8494         * MAINTAINERS (Write After Approval): Add self.
8495
8496 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8497
8498         * configure.in: replace ${topsrcdir} with ${srcdir}
8499
8500         * configure.in: Move definition of libstdcxx_flags
8501         right above usage, rather than waaay earlier.
8502
8503         * configure.in: Pull definition of is_cross_compiler earlier.
8504
8505         * configure.in: Rearrange a little.
8506
8507         * configure.in: Remove references to librx.
8508         * Makefile.in: Remove references to librx.
8509
8510 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
8511
8512         * config.sub: Add support for avr target.
8513         Import from master sources, rev 1.255
8514
8515 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
8516
8517         * configure, .cvsignore:  Revert previous change...
8518         * Makefile:  ...delete.
8519
8520 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8521
8522         * configure.in: Eliminate ${gasdir} variable.
8523
8524 2002-06-18  Dave Brolley  <brolley@redhat.com>
8525
8526         * configure.in: Add support for frv.
8527         * config.sub: Add support for frv.
8528
8529 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8530
8531         * configure:  Remove garbage from previous commit.
8532
8533 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8534
8535         * configure:  For in-source builds, make a subdir and re-exec there.
8536         * Makefile:  New file.  Pass targets through to build directory.
8537         * .cvsignore:  No longer ignore "Makefile".
8538
8539 2002-06-16  Douglas Rupp  <rupp@gnat.com>
8540
8541         * MAINTAINERS (Write After Approval): Add self.
8542
8543 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8544
8545         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8546
8547 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
8548
8549         * configure.in (vax-*-netbsd*): Re-enable gas.
8550
8551 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
8552
8553         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8554         BUILD_PREFIX_1, to correct nomenclature.
8555         * configure: Likewise.
8556
8557         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8558         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8559
8560 2002-05-31  Olaf Hering  <olh@suse.de>
8561
8562         * config-ml.in: Propogate DESTDIR also.
8563
8564 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
8565
8566         * configure.in (vax-*-netbsd*): Don't build gas for this
8567         platform.
8568
8569 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
8570
8571         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8572         and libgcj for AVR.
8573
8574 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
8575
8576         * MAINTAINERS (Write After Approval): Add myself.
8577
8578 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
8579
8580         * config.guess: Update to 2002-05-22 version.
8581         * config.sub: Likewise.
8582
8583 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8584
8585         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8586         * config-ml.in: Likewise.
8587         * configure: Likewise.
8588         * configure.in: Likewise.
8589
8590 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
8591
8592         * MAINTAINERS: Update my email address.
8593
8594 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
8595
8596         * configure.in: Simplify makefile fragment collection.
8597
8598         * configure.in: Remove code to build emacs.
8599
8600         * configure.in : Remove --srcdir argument from targargs and buildargs
8601         (it's always overridden in the Makefile anyway).  Rearrange a bit.
8602
8603         * configure: Move some logic to configure.in.
8604         * configure.in: Move some logic from configure.
8605
8606 2002-05-11  Tom Tromey  <tromey@redhat.com>
8607
8608         * MAINTAINERS: Reflect libgcj reality.
8609
8610 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
8611
8612         * Makefile.in: Honour DESTDIR.
8613
8614 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
8615
8616         * config.guess: Import 2002-03-20 version.
8617         * config.sub: Import 2002-04-26 version.
8618
8619 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8620
8621         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
8622
8623 2002-05-07  Tim Josling  <tej@melbpc.org.au>
8624
8625         * MAINTAINERS: Add self.
8626
8627 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
8628
8629         * ltmain.sh: Detect and handle object name conflicts
8630         while piecewise linking a static library.
8631
8632 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
8633
8634         * configure.in (noconfigdirs): Don't disable libgcj on
8635         sparc64-*-solaris* and sparcv9-*-solaris*.
8636
8637 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
8638
8639         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8640
8641 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
8642
8643         * configure.in (FLAGS_FOR_TARGET): Do not add
8644         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8645         on i[3456]86-*-linux*.
8646
8647 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
8648
8649         * configure.in (noconfigdirs): Replace [ ] with test.
8650
8651         * configure.in (noconfigdirs): Do not add target-newlib if
8652         target == i[3456]86-*-linux*, and host == target.
8653
8654 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
8655
8656         * configure.in: delete reference to absent file
8657
8658         * configure.in: replace '[' with 'test'
8659
8660         * configure.in: Eliminate references to gash.
8661         * Makefile.in: Eliminate references to gash.
8662
8663         * configure.in: remove useless references to 'pic' makefile fragments.
8664
8665         * configure.in: (*-*-windows*) Finish removing.
8666
8667         * configure.in: Eliminate redundant test for libgui.
8668
8669 2002-04-29  Roger Sayle  <roger@eyesopen.com>
8670
8671         * MAINTAINERS: Add self and realphabetize.  Update entries
8672         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
8673         entry for a29k port maintainer.
8674
8675 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
8676
8677         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8678         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8679
8680 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
8681
8682         * configure.in: remove references to dead files
8683
8684 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
8685
8686         * MAINTAINERS: Add information about purpose of this file.
8687
8688 2002-04-18  Tom Tromey  <tromey@redhat.com>
8689
8690         * configure.in: Disallow configuring libgcj when it is already
8691         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
8692         Solaris 2.8 by default.  For PR libgcj/6158.
8693
8694 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8695
8696         * configure.in:  Move default CC setting out of config/mh-* fragments
8697         directly into here.
8698
8699 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8700
8701         * configure.in: don't even try to configure or make a subdirectory
8702         if there's no configure script for it.
8703
8704 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
8705
8706         * MAINTAINERS: Remove chill maintainers.
8707         * Makefile.in (CHILLFLAGS): Remove.
8708         (CHILL_LIB): Remove.
8709         (TARGET_CONFIGDIRS): Remove libchill.
8710         (CHILL_FOR_TARGET): Remove.
8711         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8712         CHILL_LIB.
8713         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8714         (CHECK_TARGET_MODULES): Likewise.
8715         (INSTALL_TARGET_MODULES): Likewise.
8716         (CLEAN_TARGET_MODULES): Likewise.
8717         (configure-target-libchill): Remove.
8718         (all-target-libchill): Remove.
8719         * configure.in (target_libs): Remove target-libchill.
8720         Do not compute CHILL_FOR_TARGET.
8721         * libchill: Remove directory.
8722
8723 2002-04-11  DJ Delorie  <dj@redhat.com>
8724
8725         * Makefile.in, configure.in: Sync with binutils, entries
8726         follow...
8727
8728 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8729
8730         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
8731         (do-tar, do-bz2): New rules.
8732         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
8733         (gdb-tar): New rule.
8734         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
8735         (insight_dejagnu.tar): New rule.
8736         (insight.tar): New rule.
8737         (gdb+dejagnu.tar): New rule.
8738         (gdb.tar): New rule.
8739
8740 2002-02-01  Mo DeJong  <supermo@bayarea.net>
8741
8742         * Makefile.in: Add all-tix to deps for all-snavigator
8743         so that tix is built when building snavigator.
8744
8745 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
8746
8747         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8748         ld and gdb are not supported.
8749
8750 2002-01-07  Mark Salter  <msalter@redhat.com>
8751
8752         * configure.in: Remove target-bsp and target-cygmon from arm builds.
8753         Allow target-libgloss to be built for arm, strongarm, and xscale.
8754
8755 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
8756
8757         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8758         options for i[3456]86-pc-linux* native builds.
8759
8760 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
8761
8762         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8763         files from .po files for a distribution.
8764
8765 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
8766
8767         * configure.in: Enable libstdc++-v3 for h8300 targets.
8768
8769 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
8770
8771         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
8772         version from bfd/.
8773
8774 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
8775
8776         * Makefile.in (VER): When present, extract the version number from
8777         the file version.in.
8778
8779 2001-05-24  Tom Rix  <trix@redhat.com>
8780
8781         * configure.in : enable ld for aix
8782
8783 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8784
8785         * config.guess: Add linux target for S/390.
8786
8787 2000-11-07  Philip Blundell  <pb@futuretv.com>
8788
8789         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8790
8791 2000-11-03  Philip Blundell  <pb@futuretv.com>
8792
8793         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8794         files.
8795
8796 2001-01-15  Ben Elliston  <bje@redhat.com>
8797
8798         * configure.in (host_tools): Add sid.
8799         Always configure cgen.
8800
8801 2000-11-24  Nick Clifton  <nickc@redhat.com>
8802
8803         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
8804
8805
8806 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
8807
8808         * Makefile.in (ALL_MODULES): Add all-cgen.
8809         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8810         (all-cgen): New target.
8811         (all-opcodes,all-sim): Depend on all-cgen.
8812         * configure.in (host_tools): Add cgen.
8813         Only configure cgen if --enable-cgen-maint.
8814
8815 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
8816
8817         * configure.in: Add *-*-freebsd* configurations.
8818
8819 2002-04-08  Tom Tromey  <tromey@redhat.com>
8820
8821         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8822         Fixes PR libgcj/6068.
8823
8824 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
8825
8826         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8827
8828 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8829
8830         * configure.in (alpha*-dec-osf*): Enable libgcj.
8831
8832 2003-03-27  Matthew Gingell  <gingell@gnat.com>
8833
8834         * MAINTAINERS (Write After Approval): Add myself.
8835
8836 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
8837
8838         Fix for: PR bootstrap/3591, target/5676
8839         * configure.in (mcore-pe): Disable the configuration of
8840         libstdc++-v3 since exceptions are not supported.
8841
8842 2002-03-20  Anthony Green  <green@redhat.com>
8843
8844         * configure.in: Enable libgcj for xscale-elf target.
8845
8846 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
8847
8848         * MAINTAINERS:  Update my email address.
8849
8850 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
8851
8852         * ltmain.sh (relink_command): Fix typo in previous change.
8853
8854 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
8855
8856         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
8857         (relink_command): Added --tag flags.
8858         (mode=install): If relinking fails; error out.
8859
8860 2002-03-12  Richard Henderson  <rth@redhat.com>
8861
8862         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
8863         .NOTPARALLEL tag.
8864         (do-check): Rename from check.
8865         (check): Allow parallel check.
8866
8867 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
8868
8869         * MAINTAINERS: Add myself as maintainer for xtensa port.
8870         Fix alphabetical order in CPU port maintainer list.
8871         Remove myself from Write After Approval list.
8872
8873 2002-03-11  Richard Henderson  <rth@redhat.com>
8874
8875         * Makefile.in (.NOTPARALLEL): Add fake tag.
8876
8877 2002-03-07  H.J. Lu  (hjl@gnu.org)
8878
8879         * configure.in: Enable gprof for mips*-*-linux*.
8880
8881 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
8882
8883         * MAINTAINERS (Write After Approval): Add myself.
8884
8885 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
8886
8887         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8888         libjava.
8889         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8890
8891 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
8892
8893         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8894         because its Makefile is there; test for the executable instead.
8895
8896 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
8897
8898         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8899         libstdc++-v3 and libjava.
8900
8901 2002-02-11  Adam Megacz  <adam@xwt.org>
8902
8903         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8904         boehm-gc
8905
8906 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
8907
8908         * config.guess: Updated to 2002-01-30's version.
8909         * config.sub: Updated to 2002-02-01's version.
8910         Contribute sh64-elf.
8911         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
8912         * configure.in: Added sh64-*-*.
8913
8914 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
8915
8916         * MAINTAINERS: Belatedly add myself to write after approval list.
8917
8918 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
8919
8920         * MAINTAINERS: Put self in as maintainer for x86-64 port.
8921         Remove self as Write After Approval.
8922
8923 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
8924
8925         * MAINTAINERS: Put self in as maintainer for contrib/regression
8926         directory.
8927
8928 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
8929
8930         * MAINTAINERS:  Update my email address.
8931
8932 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
8933
8934         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
8935         target-libiberty, and target-libgloss.  Skip Java-related
8936         libraries if not supported for NetBSD on target CPU.
8937
8938 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
8939
8940         * install-sh: Use _inst.$$_ for temp file name.
8941
8942 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
8943
8944         * MAINTAINERS (Write After Approval): Move my contact info
8945         from here...
8946         (OS Port Maintainers): ...to here (netbsd).
8947
8948 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
8949
8950         * MAINTAINERS (Write After Approval): Add myself.
8951
8952 2002-01-17  H.J. Lu  <hjl@gnu.org>
8953
8954         * Makefile.in (all-fastjar): Also depend on all-libiberty.
8955         (all-target-fastjar): Also depend on all-target-libiberty.
8956
8957 2002-01-16  H.J. Lu  (hjl@gnu.org)
8958
8959         * config.guess: Import from master sources, rev 1.225.
8960         * config.sub: Import from master sources, rev 1.238.
8961
8962 2002-01-16  Kazu Hirata  <kazu@hxi.com>
8963
8964         * MAINTAINERS (Write After Approval): Remove myself.
8965
8966 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
8967
8968         * MAINTAINERS (Write After Approval): Add myself.
8969
8970 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8971
8972         * MAINTAINERS: Add self as docs co-maintainer.
8973
8974 2001-12-11  Matthias Klose  <doko@debian.org>
8975
8976         * MAINTAINERS (Write After Approval): Add myself.
8977
8978 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
8979
8980         * MAINTAINERS: Update my email address.
8981
8982 2001-12-07  Turly O'Connor  <turly@apple.com>
8983         * MAINTAINERS (Write After Approval): Add myself.
8984         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
8985         (rs6000_initialize_trampoline): Call __trampoline_setup for
8986         ABI_DARWIN too.
8987         * darwin-tramp.asm: New file, implements __trampoline_setup.
8988         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
8989
8990 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
8991
8992         * MAINTAINERS (Write After Approval): Add myself.
8993
8994 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
8995
8996         * configure, configure.in: Use temp file for long sed commands.
8997
8998 2001-12-03  Laurent Guerby  <guerby@acm.org>
8999
9000         * config.sub: Update to version 1.232 on subversion.
9001
9002 2001-12-03  Ben Elliston  <bje@redhat.com>
9003
9004         * MAINTAINERS: Update mail address for config.* patches.
9005
9006 2001-11-27  DJ Delorie  <dj@redhat.com>
9007             Zack Weinberg  <zack@codesourcery.com>
9008
9009         When build != host, create libiberty for the build machine.
9010
9011         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9012         CONFIG_ARGUMENTS.
9013         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9014         New variables.
9015         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9016         and rules.
9017         (all.normal): Depend on ALL_BUILD_MODULES.
9018         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9019         (all-build-libiberty): Depend on configure-build-libiberty.
9020
9021         * configure: Calculate and substitute proper value for
9022         ALL_BUILD_MODULES.
9023         * configure.in: Create the build subdirectory.
9024         Calculate and substitute TARGET_CONFIGARGS (formerly
9025         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9026
9027 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
9028
9029         * MAINTAINERS (write-after-approval): Add self.
9030
9031 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
9032
9033         * MAINTAINERS (GNATS only accounts): Remove self.
9034
9035 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
9036
9037         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
9038         libf2c.
9039
9040 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
9041
9042         * MAINTAINERS (Write After Approval): Add self.
9043
9044 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
9045
9046         * MAINTAINERS: mips and s390 are also CPU ports.
9047
9048 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
9049
9050         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
9051
9052 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
9053
9054         * MAINTAINERS: Alphabetize.
9055
9056 2001-11-09  Kazu Hirata  <kazu@hxi.com>
9057
9058         * MAINTAINERS (Various maintainers: h8 port): Add myself.
9059
9060 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9061
9062         * MAINTAINERS (Various maintainers: hppa port): Added myself.
9063
9064 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
9065
9066         * configure.in (--enable-languages): Be more permissive about
9067         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
9068
9069 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
9070
9071         * config.sub: Import from master sources, rev. 1.230.
9072         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
9073
9074 2001-11-07  Laurent Guerby  <guerby@acm.org>
9075
9076         * MAINTAINERS (Write After Approval): Add self.
9077
9078 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
9079
9080         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9081
9082 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
9083
9084         * config.sub: Import from master sources, rev 1.226.
9085         * config.guess: Import from master sources, rev 1.216.
9086
9087 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
9088
9089         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
9090         * MAINTAINERS: Add self as maintainer of MMIX port.
9091         Remove old after-approval entry.
9092
9093 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
9094
9095         * ChangeLog, configure: Fix spelling errors.
9096
9097 2001-10-20  Brendan Kehoe  <brendan@zen.org>
9098
9099         * MAINTAINERS: Tweak my address.
9100
9101 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
9102
9103         * MAINTAINERS: Update my email address.
9104
9105 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
9106
9107         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
9108         * MAINTAINERS: Add self as maintainer of CRIS port.
9109
9110 2001-10-10  Geert Bosch  <bosch@gnat.com>
9111
9112         * MAINTAINERS (Various maintainers: Ada front end):
9113         Added Robert Dewar.
9114
9115 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
9116
9117         * MAINTAINERS (Write After Approval): Added self
9118
9119 2001-10-02  Geert Bosch  <bosch@gnat.com>
9120
9121         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9122
9123 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9124
9125         * configure: Handle temporary files securely using mkdir.
9126
9127 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
9128
9129         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9130
9131 2001-09-26  Will Cohen  <wcohen@redhat.com>
9132
9133         * configure.in (*-*-linux*): Disable configuration of target-newlib
9134         and target-libgloss.
9135
9136 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
9137
9138         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
9139         RANLIB.
9140
9141 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
9142
9143         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9144         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9145         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9146         avoid quotes nesting problems.
9147         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9148         (DO_X): Export only variables that are set.
9149
9150 2001-09-19  Ben Elliston  <bje@redhat.com>
9151
9152         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9153         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9154         semantics.  Use the shell built-in "type" command instead.
9155
9156 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
9157
9158         Merged from gcc-3_0-branch:
9159         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
9160         * ltcf-c.sh: Use $objext, not $ac_objext.
9161         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
9162         * ltcf-cxx.sh: Add support for GNU.
9163         2001-07-22  Timothy Wall  <twall@redhat.com>
9164         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
9165         default settings if using GNU tools with that configuration.
9166         * ltcf-cxx.sh: Ditto.
9167         * ltcf-gcj.sh: Ditto.
9168         2001-07-21  Michael Chastain  <chastain@redhat.com>
9169         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9170         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
9171         * ltmain.sh: Mark as gcc-local.
9172
9173 2001-08-30  Eric Christopher  <echristo@redhat.com>
9174             Jason Eckhardt  <jle@redhat.com>
9175
9176         * config.guess: Merge from master sources.
9177         * config.sub: Merge from master sources, add support for mipsisa32.
9178
9179 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
9180         * config.sub: Merge from master sources, rev 1.219.
9181         * MAINTAINERS: Add self as contact for stormy16 port.
9182
9183 2001-08-14  Zack Weinberg  <zackw@panix.com>
9184
9185         * config.sub: Merge from master sources, rev 1.218.
9186         * config.guess: Merge from master sources, rev 1.209.
9187
9188 2001-08-11  Graham Stott  <grahams@redhat.com>
9189
9190         * Makefile.in (check-c++): Add missing semicolon.
9191
9192 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
9193
9194         * MAINTAINERS (Various maitainers: predict.def): Added myself.
9195
9196 2001-07-30  Eric Christopher  <echristo@redhat.com>
9197
9198         * MAINTAINERS (Various maintainers: mips port): Added myself.
9199
9200 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
9201
9202         * configure.in (sh-*-linux*): New.
9203
9204 2001-07-27  Richard Henderson  <rth@redhat.com>
9205
9206         * .cvsignore: Add LAST_UPDATED.
9207
9208 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
9209
9210         * MAINTAINERS (Various maintainers: s390 port): Added myself.
9211
9212 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
9213
9214         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
9215
9216 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
9217
9218         * MAINTAINERS (Write After Approval): Added myself.
9219
9220 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9221
9222         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9223         and libgcj on m68hc11/m68hc12.
9224
9225 2001-06-27  H.J. Lu  (hjl@gnu.org)
9226
9227         * Makefile (CFLAGS_FOR_BUILD): New.
9228         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
9229
9230 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9231
9232         * README: Remove version number.
9233
9234 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9235
9236         * INSTALL/README: Update wrt. to the installation instructions now
9237         residing in gcc/doc/install.texi.
9238
9239 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9240
9241         * README: Replace with a cut-down and updated version of gcc/README.
9242
9243 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
9244
9245         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
9246         multilibs to be disabled.
9247
9248 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
9249
9250         * MAINTAINERS (Write After Approval): Add myself.
9251
9252 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
9253
9254         * config.guess: Import CVS version 1.195.
9255         * config.sub: Import CVS version 1.212.
9256
9257 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
9258
9259         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9260         gcc/xgcc is built, use -print-prog-name to find out the program
9261         name to use.
9262
9263 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
9264
9265         * config.guess:  Import CVS version 1.194.  All gcc-local changes
9266         appear to also be in the master copy.
9267         * config.sub:  Import CVS version 1.211.
9268
9269 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
9270
9271         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9272         with_gcc]: Use `gcc -shared' to build a shared library.
9273
9274 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9275
9276         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9277         archives.
9278
9279 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9280
9281         * MAINTAINERS (Write After Approval): Add myself.
9282
9283 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
9284
9285         * configure.in (libstdcxx_flags): Do not try to execute
9286         libstdc++-v3/testsuite_flags until it exists.
9287
9288 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
9289
9290         * MAINTAINERS: Update my email address.
9291
9292 2001-05-31  Graham Stott  <grahams@redhat.com>
9293
9294         * MAINTAINERS (Write After Approval): Add myself.
9295
9296 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
9297
9298         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
9299         libraries when using g++ with native linker.
9300
9301 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
9302
9303         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9304
9305 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
9306
9307         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9308         [aix4*|aix5*]: Prepend blank.
9309
9310 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
9311
9312         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9313         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
9314         of subdir/configure scripts to use the new libtool.m4.
9315
9316 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
9317
9318         * MAINTAINERS (Write After Approval): Add myself.
9319
9320 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
9321
9322         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
9323
9324 2001-05-11  Ben Elliston  <bje@redhat.com>
9325
9326         * Makefile.in (all-sid): New target.
9327         (check-sid, clean-sid, install-sid): Likewise.
9328
9329 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
9330
9331         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
9332
9333 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9334
9335         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9336         libgcj.
9337
9338 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9339
9340         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9341         gcc/xgcc is built, use -print-prog-name to find out the program
9342         name to use.
9343
9344 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
9345
9346         * configure.in (noconfigdirs): Don't reset it from scratch in the
9347         target case; only append to it.
9348
9349         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9350         sparc-*-solaris2.8]: Disable ${libgcj}.
9351
9352 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
9353
9354         * configure.in (libgcj_saved): Copy from $libgcj.
9355         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9356         --disable-libgcj.
9357
9358 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
9359
9360         * MAINTAINERS: Remove self as MIPS maintainer and
9361         C front end maintainer.
9362
9363 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
9364
9365         * configure.in: Move *-chorusos target case to the proper switch.
9366         Disable libgcj.
9367
9368 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9369
9370         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9371         1.641.2.228.
9372
9373 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9374
9375         * Makefile.in (STAGE1_CFLAGS): Pass down.
9376
9377 2001-04-13  Alan Modra  <amodra@one.net.au>
9378
9379         * config.guess: Add hppa64-linux support.  Note for next import that
9380         this is already in the master file.
9381         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
9382
9383 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9384
9385         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9386         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9387
9388 2001-04-11  Stan Shebs  <shebs@apple.com>
9389
9390         * MAINTAINERS: Add self as Darwin port maintainer.
9391
9392 2001-04-11  Alan Modra  <amodra@one.net.au>
9393
9394         * MAINTAINERS: Update my email address.
9395
9396 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
9397
9398         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9399         recent versions of FreeBSD (release 3 or later).
9400         * ltconfig: On FreeBSD, -lc must not be provided when building
9401         a shared library or else the standard -pthread gcc option is
9402         rendered worthless to later users of the built library.
9403
9404 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
9405
9406         * MAINTAINERS: Add self and RTH as C front end maintainers.
9407
9408 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
9409
9410         * config.sub: Make sure to match an already-canonicalized
9411         machine name (eg. mn10300-unknown-elf).
9412
9413 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
9414
9415         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9416         New macros.
9417         (bootstrap, cross): Use RECURSE_FLAGS.
9418         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9419
9420 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
9421
9422         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9423
9424 2001-03-22  Colin Howell  <chowell@redhat.com>
9425
9426         * Makefile.in (DO_X): Do not backslash single-quotes in
9427         backquotes (two places).
9428
9429 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9430
9431         Re-installed:
9432         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9433         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9434         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9435         * ltcf-cxx.sh: Likewise.
9436         * ltcf-gcj.sh: Likewise.
9437
9438 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9439
9440         * MAINTAINERS: Add myself as "documentation co-maintainer".
9441
9442 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9443
9444         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9445         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9446
9447 2001-03-19  Tom Tromey  <tromey@redhat.com>
9448
9449         * config-ml.in: Handle GCJ and GCJFLAGS.
9450
9451 2001-03-21  Michael Chastain  <chastain@redhat.com>
9452
9453         * Makefile.in: all-m4 depends on all-texinfo.
9454
9455 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
9456
9457         * MAINTAINERS: Add myself to write after approval list.
9458
9459 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
9460
9461         * Makefile.in (DO_X): Quote nested quotes.
9462
9463 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
9464
9465         * MAINTAINERS: Add myself to write after approval list.
9466
9467 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
9468
9469         * Makefile.in (DO_X): Use double quotes for quoting
9470         "RANLIB=$${RANLIB}".
9471
9472 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
9473
9474         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
9475
9476 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
9477
9478         * configure.in: Only use `lang_requires' for languages athat are
9479         actually enabled.
9480
9481 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
9482
9483         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
9484
9485 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
9486
9487         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9488
9489 2001-03-07  Tom Tromey  <tromey@redhat.com>
9490
9491         * configure.in: Allow config-lang.in to set `lang_requires' to list
9492         of other required languages.
9493
9494 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
9495
9496         * Makefile.in: Remove RANLIB definition. Use RANLIB
9497         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
9498         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
9499
9500 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
9501             Alexandre Oliva  <aoliva@redhat.com>
9502
9503         * Makefile.in (check-c++): Use tabs, not spaces.
9504
9505 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
9506
9507         * MAINTAINERS: add myself to Write After Approval list.
9508
9509 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
9510
9511         * Makefile.in (check-c++): New rule.
9512
9513         * configure.in (target_libs): Remove libg++.
9514         (noconfigdirs): Remove libg++.
9515         (noconfigdirs): Same.
9516         (noconfigdirs): Same.
9517         (noconfigdirs): Same.
9518
9519         * config-ml.in: Remove libg++ references.
9520
9521         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
9522         (ALL_TARGET_MODULES): Same.
9523         (configure-target-libg++): Remove.
9524         (all-target-libg++): Remove.
9525         (configure-target-libio): Remove.
9526         (all-target-libio): Remove.
9527         (check-target-libio): Remove.
9528         (.PHONY): Remove.
9529         (libg++.tar.bz2): Remove.
9530         (all-target-cygmon): Remove libio.
9531         (all-target-libstdc++): Remove.
9532         (configure-target-libstdc++): Remove.
9533         (TARGET_LIB_PATH): Remove libstdc++.
9534         (ALL_GCC_CXX): Remove libstdc++.
9535         (all-target-gperf): Correct.
9536
9537 2001-02-16  Nick Clifton  <nickc@redhat.com>
9538
9539         * configure.in (noconfigdirs): Allow configuration of texinfo
9540         for Cygwin hosts.
9541
9542 2001-02-15  Anthony Green  <green@redhat.com>
9543
9544         * configure: Introduce GCJ_FOR_TARGET.
9545         * configure.in: Ditto.
9546         * Makefile.in: Ditto.
9547
9548 2001-02-13  Andreas Schwab  <schwab@suse.de>
9549
9550         * MAINTAINERS: Update mail address.
9551
9552 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9553
9554         * config.guess: Add linux target for S/390.
9555         * config.sub: Likewise.
9556
9557 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
9558
9559         * configure.in: for *-chorusos, don't config target-newlib and
9560         target-libgloss.
9561
9562 2001-02-06  Ben Elliston  <bje@redhat.com>
9563
9564         * configure: Output host type to stdout, not stderr.
9565
9566 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
9567
9568         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
9569         * ltcf-cxx.sh: Likewise.
9570
9571         * config.if: Assume enable_libstdcxx_v3 is defined.
9572
9573 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
9574
9575         Remove V2 C++ library.
9576         * configure.in: Remove --enable-libstdcxx_v3 support.
9577
9578 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
9579
9580         * include/demangle.h: Add prototype for java_demangle_v3.
9581
9582 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
9583
9584         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
9585
9586 2001-01-27  Richard Henderson  <rth@redhat.com>
9587
9588         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
9589
9590 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9591
9592         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9593         Don't unset, it's non-portable and no longer necessary, set to empty
9594         instead.
9595
9596 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9597
9598         * ltconfig: Shell portability fix for the tagname validity check.
9599
9600 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
9601
9602         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9603         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9604
9605 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9606
9607         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9608
9609 2001-01-26  Tom Tromey  <tromey@redhat.com>
9610
9611         * configure.in: Allow libgcj to be built on Sparc Solaris.
9612
9613 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
9614
9615         * ltcf-c.sh: Add aix5 case.
9616         * ltcf-cxx.sh: Likewise.
9617         * ltconfig: Likewise.
9618
9619 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
9620
9621         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9622         keep at least one of build_libtool_libs or build_old_libs set to
9623         yes.
9624
9625         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9626         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9627
9628 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
9629
9630         * configure.in: Enable libgcj on several additional platforms.
9631
9632 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
9633
9634         * configure.in: Enable libgcj for linux targets.
9635
9636 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9637
9638         * MAINTAINERS (Write After Approval): Add myself.
9639
9640 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9641
9642         * MAINTAINERS: Add myself as vax port maintainer.
9643
9644 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
9645
9646         * MAINTAINERS: Add myself as Mercury front-end maintainer.
9647
9648 2001-01-09  Mike Stump  <mrs@wrs.com>
9649
9650         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
9651         failures of subdirectories.
9652
9653 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9654
9655         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9656         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9657         * ltcf-cxx.sh: Likewise.
9658         * ltcf-gcj.sh: Likewise.
9659         * ltconfig.sh: Fix typo.
9660
9661 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9662
9663         * configure: handle DOS-style absolute paths.
9664
9665 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9666
9667         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
9668
9669 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
9670
9671         * MAINTAINERS: Add myself as avr port co-maintainer.
9672
9673 2000-12-28  Ben Elliston  <bje@redhat.com>
9674
9675         * MAINTAINERS: Add myself under ``Write After Approval''.
9676
9677 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
9678
9679         * texinfo: Remove directory from GCC.
9680
9681 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9682
9683         * COPYING: Update to current
9684         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
9685         to 19yy as example year in copyright notice).
9686
9687 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
9688
9689         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
9690         (libstdcxx_incdir): Pass down.
9691         * config.if: Remove expired bits for cxx_interface, add stub.
9692         (libstdcxx_incdir): Add variable for g++ include directory.
9693         * configure.in (gxx_include_dir): Use it.
9694
9695 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
9696
9697         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
9698         with old-email address from ``Write After Approval''.
9699
9700 2000-12-15  Andreas Jaeger  <aj@suse.de>
9701
9702         * configure.in: Handle lang_dirs.
9703
9704 2000-12-14  Tom Tromey  <tromey@redhat.com>
9705
9706         * MAINTAINERS: Removed brads.
9707
9708         * MAINTAINERS: Added gcj developers.
9709
9710 2000-12-13  Anthony Green  <green@redhat.com>
9711
9712         * configure.in: Disable libgcj for any target not specifically
9713         listed.  Disable libgcj for x86 and Alpha Linux until compatible
9714         with g++ abi.
9715
9716 2000-12-13  Mike Stump  <mrs@wrs.com>
9717
9718         * Makefile.in (local-distclean): Also remove fastjar.
9719
9720 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
9721
9722         * contrib/gcc_update: Add fastjar --touch entries.
9723
9724 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
9725
9726         * configure.in: Disable language-specific target libraries for
9727         languages that aren't enabled.
9728
9729 2000-12-10  Anthony Green  <green@redhat.com>
9730
9731         * configure.in: Define libgcj.  Disable libgcj target libraries for
9732         most targets.
9733
9734 2000-12-10  Neil Booth  <neilb@earthling.net>
9735
9736         * MAINTAINERS: Update mail address, remove from WAA list.
9737
9738 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9739
9740         * libjava: Imported from /cvs/java.
9741         * libffi: Likewise.
9742         * Boehm-gc: Likewise.
9743
9744 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9745
9746         * configure.in (target_libs): Revert 2000-12-08 patch.
9747         (noconfigdirs): Added target-libjava.
9748
9749 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
9750
9751         * djunpack.bat: removed.
9752
9753 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
9754
9755         * Makefile.in: handle DOS-style absolute paths.
9756         * config-ml.in: likewise.
9757         * symlink-tree: likewise.
9758
9759 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9760
9761         * fastjar: Imported.
9762
9763 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9764
9765         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
9766         libjava.
9767         * configure.in (target_libs): Removed `target-libjava'.
9768
9769 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9770
9771         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
9772         (ALL_MODULES): Added fastjar.
9773         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
9774         (all-target-libjava): all-fastjar replaces all-zip.
9775         (all-fastjar): Added.
9776         (configure-target-fastjar, all-target-fastjar): Likewise.
9777         * configure.in (host_tools): Added fastjar.
9778
9779 2000-12-07  Mike Stump  <mrs@wrs.com>
9780
9781         * Makefile.in (local-distclean): Remove leftover built files.
9782
9783 2000-11-24  Nick Clifton  <nickc@redhat.com>
9784
9785         * configure.in (xscale-elf): Add target.
9786         (xscale-coff): Add target.
9787
9788 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
9789
9790         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9791         recent versions of FreeBSD (release 3 or later).
9792         * ltconfig: On FreeBSD, -lc must not be provided when building
9793         a shared library or else the standard -pthread gcc option is
9794         rendered worthless to later users of the built library.
9795
9796 2000-11-16  Fred Fish  <fnf@be.com>
9797
9798         * configure.in (enable_libstdcxx_v3): Fix typo,
9799         libstd++ -> libstdc++.
9800
9801 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9802
9803         * MAINTAINERS: Add self to Write After Approval list.
9804
9805 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
9806
9807         * MAINTAINERS: Update my email address.  Add myself to global write
9808         privs list.
9809
9810 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
9811
9812         * Makefile.in: Merge with src and libgcj.
9813         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
9814         configure-target-<library> when their configure scripts need the C
9815         or C++ library to have already been built to work properly.
9816         (do_proto_toplev): Set them to an empty string.
9817
9818         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9819         (REALLY_SET_LIB_PATH): Use them.
9820
9821 2000-11-17  Stan Shebs  <shebs@apple.com>
9822
9823         * MAINTAINERS: Add self to Write After Approval list.
9824
9825 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9826
9827         * configure: Provide the original toplevel configure arguments
9828         (including $0) to subprocesses in the environment rather than
9829         through gcc/configargs.h.
9830
9831 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9832
9833         * MAINTAINERS: Remove references to cccp. Change C9X reference to
9834         C99.  Alphabetise "Write After Approval" list.
9835
9836 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
9837
9838         * configure: Turn on libstdc++ V3 by default.
9839
9840         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
9841         if we've got GCC.
9842
9843 2000-11-11  Philip Blundell  <philb@gnu.org>
9844
9845         * MAINTAINERS: Add self to Write After Approval list.
9846
9847 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
9848
9849         * ltcf-c.sh (aix4): Improve shared library configuration; require
9850         exporting symbols.
9851         * ltcf-cxx.sh (aix4): Define.
9852         * ltconfig (aix4): Define library and soname specs appropriate for
9853         AIX.  Define command to create export symbols list.
9854
9855 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
9856
9857         * config.sub: Add support for Sun Chorus
9858
9859 2000-10-31  Nick Clifton  <nickc@redhat.com>
9860
9861         * MAINTAINERS: Rename <name>@cygnus.com addresses to
9862         <name>@redhat.com.  Also installed new email address for Clint
9863         Popetz.
9864
9865 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
9866
9867         * etc: Remove directory from GCC.
9868
9869 2000-10-16  Michael Meissner  <meissner@redhat.com>
9870
9871         * configure (gcc/configargs.h): Only create if there is a build GCC
9872         directory created.
9873
9874 2000-10-16  Matthias Klose  <doko@debian.org>
9875
9876         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
9877         when configured for libstdc++-v3.
9878
9879 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
9880
9881         * configure: Save configure arguments to gcc/configargs.h.
9882
9883 2000-10-04  Philipp Thomas  <pthomas@suse.de>
9884
9885         * config.guess: Import CVS version 1.157.
9886         * config.sub: Import CVS version 1.181.
9887
9888 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
9889
9890         * Makefile.in (bootstrap): avoid recursion if subdir missing
9891         (cross): ditto
9892         (do-proto-toplev): ditto
9893
9894 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
9895
9896         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
9897         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
9898
9899         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
9900         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
9901         all affected `configure' scripts.
9902
9903 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
9904
9905         * MAINTAINERS: Add self as cpplib co-maintainer.
9906
9907 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
9908
9909         * MAINTAINERS: Add self to Write After Approval list.
9910
9911 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9912
9913         * INSTALL/README: egcs -> GCC update.
9914
9915 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
9916
9917         * MAINTAINERS: Add myself to Write After Approval list.
9918
9919 2000-09-15  Kazu Hirata  <kazu@hxi.com>
9920
9921         * MAINTAINERS: Add myself to Write After Approval list.
9922
9923 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
9924
9925         * configure.in: Do not build byacc for hppa64.  Provide paths to the
9926         X11 libraries for hppa64.
9927
9928 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9929
9930         * MAINTAINERS: Add myself as 68hc11 port maintainer.
9931
9932 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
9933
9934         * Makefile.in (all-zlib): Added dummy target.
9935
9936         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9937         ltcf-gcj.sh: Updated from libtool multi-language branch.
9938
9939 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
9940
9941         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9942         (bootstrap*): Depend on all-bootstrap.
9943
9944 2000-09-05  Philipp Thomas  <pthomas@suse.de>
9945
9946         * config.guess: Import CVS version 1.156.
9947         * config.sub: Import CVS version 1.179.
9948
9949 2000-09-02  Anthony Green  <green@cygnus.com>
9950
9951         * Makefile.in (all-gcc): Depend on all-zlib.
9952         (CLEAN_MODULES): Add clean-zlib.
9953         (ALL_MODULES): Add all-zlib.
9954         * configure.in (host_libs): Add zlib.
9955
9956 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
9957
9958         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9959         crosses, but add gcc/include to the header search path for them.
9960
9961 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
9962
9963         * MAINTAINERS: Add self to Write After Approval list.
9964
9965 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9966
9967         * config.guess: Import CVS version 1.152.
9968         * config.sub: Import CVS version 1.177.
9969
9970 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
9971
9972         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
9973         $targargs to tell whether newlib is going to be built.
9974
9975         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
9976         $$r/TARGET_SUBDIR/libio for _G_config.h.
9977
9978 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
9979
9980         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
9981
9982 2000-08-22  DJ Delorie  <dj@redhat.com>
9983
9984         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
9985
9986 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
9987
9988         * config-ml.in (CC, CXX): Avoid trailing whitespace.
9989         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9990         sub-configures.
9991
9992 2000-08-21  DJ Delorie  <dj@redhat.com>
9993
9994         * MAINTAINERS: Add self as a libiberty maintainer
9995
9996 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
9997
9998         * configure.in (libstdcxx_flags): Use
9999         libstdc++-v3/src/libstdc++.INC.
10000
10001 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
10002
10003         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
10004
10005 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
10006
10007         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
10008
10009         * configure: Make enable_threads and enable_shared defaults
10010         explicit.  Substitute enable_threads into generated Makefiles.
10011         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10012         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
10013
10014 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
10015
10016         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
10017
10018 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
10019
10020         * config-ml.in (CC): Remove bogus duplicate quotation mark from
10021         previous delta.
10022
10023 2000-08-11  Jason Merrill  <jason@redhat.com>
10024
10025         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
10026         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
10027         (FLAGS_FOR_TARGET): Not here.
10028         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
10029
10030 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
10031
10032         * config-ml.in (CC, CXX): Don't introduce a leading space.
10033
10034 2000-08-07  DJ Delorie  <dj@delorie.com>
10035
10036         * MAINTAINERS: Add self as a DJGPP maintainer
10037
10038 2000-08-07  DJ Delorie  <dj@redhat.com>
10039
10040         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
10041         "if we're also building gcc, and it's a gcc that will run on the
10042         build machine, we want to use its includes instead of the system's
10043         default includes".
10044
10045 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10046
10047         * MAINTAINERS: Add self to Write After Approval list.
10048
10049 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
10050
10051         * configure.in (libstdcxx_flags): Don't use `"'.
10052
10053         * config-ml.in: Adjust multilib search paths to the
10054         appropriate multilib tree.
10055
10056 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
10057
10058         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
10059         commas in $LANGUAGES.
10060
10061 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
10062
10063         * configure.in: Re-enable all references to libg++ and librx.
10064
10065 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
10066
10067         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
10068         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
10069         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
10070         * ltcf-cxx.sh (need_lc): Set based on postdeps.
10071
10072         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
10073
10074 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
10075
10076         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
10077         CXX_FOR_TARGET for sed.
10078
10079 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
10080
10081         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
10082         Do not override if already set in the environment or in configure.
10083         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
10084         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
10085
10086 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
10087
10088         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
10089         the libtool CVS tree multi-language branch.
10090         * ltconfig, ltmain.sh: Updated.
10091
10092 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
10093
10094         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
10095         (clean-target): Depend on it.
10096
10097         * Makefile.in (FLAGS_FOR_TARGET): New macro.
10098         (GCC_FOR_TARGET): Use it.
10099         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
10100         * configure.in: ... here.
10101         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
10102         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
10103
10104 2000-07-24  Eric Christopher  <echristo@cygnus.com>
10105
10106         * MAINTAINERS: Add self to Write After Approval list.
10107
10108 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
10109
10110         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
10111         (configure-target-libchill, configure-target-libobjc): Likewise.
10112
10113         * configure.in: Use the same cache file for all target libs.
10114         * config-ml.in: But different cache files per multilib variant.
10115
10116 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10117
10118         * configure (topsrcdir): Don't use dirname.
10119
10120 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
10121
10122         * MAINTAINERS: Add self to Write After Approval list.
10123
10124 2000-07-20  Jason Merrill  <jason@redhat.com>
10125
10126         * configure.in: Remove all references to libg++ and librx.
10127
10128         * configure, configure.in, Makefile.in: Unify gcc and binutils.
10129
10130 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
10131
10132         * config.sub: Update to subversions version 2000-07-06.
10133
10134 2000-07-12  Andrew Haley  <aph@cygnus.com>
10135
10136         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
10137         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
10138
10139 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
10140
10141         * symlink-tree:  Check number of arguments.
10142
10143 2000-07-05  Jim Wilson  <wilson@cygnus.com>
10144
10145         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
10146         search path for a g++ extracted from the build tree.  This
10147         will allow link tests run by configure scripts in
10148         subdirectories to succeed.
10149
10150 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
10151
10152         * ltconfig: Add support for mips-dde-sysv4.2MP
10153
10154 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10155
10156         * MAINTAINERS: Add myself as loop discovery maintainer.
10157
10158 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
10159
10160         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
10161         `os2'. Force ac_cv_exeext to be ".exe" in that case.
10162
10163 2000-06-19  Timothy Wall  <twall@cygnus.com>
10164
10165         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
10166         * config.sub: Add tic54x target.
10167
10168 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10169
10170         * MAINTAINERS: Add self as Fortran maintainer,
10171         remove Craig Burley.
10172
10173 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10174
10175         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
10176         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
10177
10178 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
10179
10180         * MAINTAINERS: Add self as i18n maintainer
10181
10182 20000-05-21  H.J. Lu  (hjl@gnu.org)
10183
10184         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
10185         directory are used if they exist. Make sure
10186         $(build_tooldir)/include is searched for header files,
10187         $(build_tooldir)/lib/ for library files.
10188         (GCC_FOR_TARGET): Likewise.
10189         (CXX_FOR_TARGET): Likewise.
10190
10191 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
10192
10193         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
10194
10195 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
10196
10197         * Makefile.in (configure-target-libiberty): Depend on
10198         configure-target-newlib.
10199
10200 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
10201
10202         * configure.in, Makefile.in: Merge all libffi-related
10203         configury stuff from the libgcj tree.
10204
10205 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10206
10207         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10208         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
10209
10210 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10211
10212         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10213         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
10214         current version information.  Add to proto-toplev directory.
10215         (gdb-taz): Build do-djunpack.
10216
10217 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
10218
10219         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
10220
10221 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10222
10223         * MAINTAINERS: Add self to Write After Approval list.
10224
10225 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10226
10227         * ltmain.sh: Preserve in relink_command any environment
10228         variables that may affect the linker behavior.
10229
10230 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
10231
10232         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
10233
10234 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
10235
10236         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
10237
10238 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
10239
10240         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
10241         with the version name.
10242
10243 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
10244
10245         * MAINTAINERS: Add self as bb-reorder maintainer.
10246
10247 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
10248
10249         * config.if: Tweak.
10250
10251 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
10252
10253         * djunpack.bat: New file.
10254
10255 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10256
10257         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
10258         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
10259         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
10260         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
10261
10262 2000-04-16  Dave Pitts  <dpitts@cozx.com>
10263
10264         * config.sub (case $basic_machine): Change default for "ibm-*"
10265         to "openedition".
10266
10267 2000-04-13  Andreas Jaeger  <aj@suse.de>
10268
10269         * MAINTAINERS: Added myself.
10270
10271 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10272
10273         * Makefile.in (gdb-taz): New target.  GDB specific archive.
10274         (do-md5sum): New target.
10275         (MD5PROG): Define.
10276         (PACKAGE): Default to TOOL.
10277         (VER): Default to a shell script.
10278         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
10279         md5 checksum generation.
10280         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
10281         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
10282         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
10283         insight.tar.bz2): Use gdb-taz to create archive.
10284
10285 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10286
10287         * configure (warn_cflags): Delete.
10288
10289 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
10290
10291         * MAINTAINERS: Added myself.
10292
10293 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
10294             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
10295
10296         * configure.in (enable_libstdcxx_v3): Add.
10297         (target_libs): Add bits here to switch between libstdc++-v2 and
10298         libstdc++-v3.
10299         * config.if: And this file too.
10300         * Makefile.in: Add libstdc++-v3 targets.
10301
10302 2000-04-05  Michael Meissner  <meissner@redhat.com>
10303
10304         * config.sub (d30v): Add d30v as a basic machine type.
10305
10306 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
10307
10308         * configure.in: -linux-gnu*, not -linux-gnu.
10309
10310 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10311
10312         * MAINTAINERS: Add self in write-after-approval section.
10313
10314 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
10315
10316         * MAINTAINERS: Add self as ia64 port maintainer.
10317
10318 2000-03-08  Neil Booth  <NeilB@earthling.net>
10319
10320         * MAINTAINERS: Add self in write-after-approval section.
10321
10322 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10323
10324         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
10325         (do-tar-bz2): Replace TOOL with PACKAGE.
10326         (gdb.tar.bz2): Remove GDBTK from GDB package.
10327         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
10328         dejagnu.tar.bz2): New packages.
10329
10330 2000-02-27  Andreas Jaeger  <aj@suse.de>
10331
10332         * configure.in: Add entry for mips*-*-linux*, move catch all
10333         *-*-*linux* entry below this one.
10334
10335 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
10336
10337         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
10338
10339 2000-02-24  Nick Clifton  <nickc@cygnus.com>
10340
10341         * config.sub: Support an OS of "wince".
10342
10343 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10344
10345         * config.guess, config.sub: Updated to match config's 2000-02-15
10346         version.
10347
10348 2000-02-23  Linas Vepstas  <linas@linas.org>
10349
10350         * config.sub: Add support for Linux/IBM 370.
10351         * configure.in: Likewise.
10352
10353 2000-02-22  Nick Clifton  <nickc@cygnus.com>
10354
10355         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
10356
10357 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
10358
10359         * config.guess: Guess "cygwin" rather than "cygwin32".
10360
10361 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10362
10363         * configure (gcc_version): When setting, narrow search to
10364         lines containing `version_string'.
10365
10366 2000-02-15  Denis Chertykov  <denisc@overta.ru>
10367
10368         * config.sub: Add support for avr target.
10369
10370 2000-02-14  Nick Clifton  <nickc@cygnus.com>
10371
10372         * MAINTAINERS: Add maintainers for MCore port.
10373
10374 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
10375
10376         * config.sub: Add mmix-knuth-mmixware.
10377
10378 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10379
10380         * MAINTAINERS: Pair cccp with cpplib maintainership.
10381
10382 2000-01-27  Christopher Faylor  <cgf@redhat.com>
10383
10384         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
10385         structure stuff to -L library search.
10386         (CXX_FOR_TARGET): Ditto.
10387         (CROSS_CHECK_MODULES): Fix spelling mistake.
10388
10389 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
10390
10391         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
10392         the C++ compiler.
10393
10394 2000-01-12  Richard Henderson  <rth@cygnus.com>
10395
10396         * configure.in: Don't build some bits for beos.
10397
10398 2000-01-12  Joel Sherrill (joel@OARcorp.com)
10399
10400         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
10401         as include files.
10402
10403 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
10404
10405         * Add self as cpplib maintainer, as requested by Jason
10406         Merrill.  Correct my e-mail address.
10407
10408 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
10409
10410         * configure.in: Use mt-aix43 to handle *_TARGET defs,
10411         not mh-aix43.
10412
10413 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
10414
10415         * MAINTAINERS: Add myself to "write after approval" list.
10416
10417 1999-12-14  Richard Henderson  <rth@cygnus.com>
10418
10419         * config.guess (alpha-osf, alpha-linux): Detect ev67.
10420         * config.sub: Accept alphaev[78], alphaev8.
10421
10422 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10423
10424         * config.guess, config.sub: Update from autoconf.
10425
10426 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
10427
10428         * MAINTAINERS:  update my playtime e-address.
10429
10430 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10431
10432         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
10433         necessary libraries are missing.
10434
10435 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
10436
10437         * MAINTAINERS: Add new 'write after approval' maintainer.
10438
10439 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10440
10441         * MAINTAINERS: Add new Java maintainer.
10442
10443 1999-10-25  Andreas Schwab  <schwab@suse.de>
10444
10445         * configure: Fix quoting inside arguments of eval.
10446
10447 1999-10-21  Nick Clifton  <nickc@cygnus.com>
10448
10449         * config-ml.in: Allow suppression of some ARM multilibs.
10450
10451 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
10452
10453         * config.guess: Add OS/390 match pattern.
10454         * config.sub: Add mvs, openedition targets.
10455         * configure.in (i370-ibm-opened*): New.
10456
10457 1999-09-04  Steve Chamberlain  <sac@pobox.com>
10458
10459         * config.sub: Add support for configuring for pj.
10460
10461 1999-08-31  Nick Clifton  <nickc@cygnus.com>
10462
10463         * config.sub (maybe_os): Add support for configuring for fr30.
10464
10465 1999-08-25  Nick Clifton  <nickc@cygnus.com>
10466
10467         * configure.in: Do not configure or build ld for AIX
10468         platforms.  ld is known to be broken on these platforms.
10469
10470 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10471
10472         * config-ml.in: Pass compiler flag corresponding to multidirs to
10473         subdir configures.
10474
10475 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
10476
10477         * Makefile.in (LDFLAGS): Define.
10478
10479 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
10480
10481         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
10482         noconfigdirs.
10483         (*-*-cygwin*): Likewise.
10484
10485 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
10486
10487         * mkdep: New file.
10488         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
10489         (BINUTILS_SUPPORT_DIRS): Add mkdep.
10490
10491         From Eli Zaretskii <eliz@is.elta.co.il>:
10492         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
10493         long file name when using DJGPP on MS-DOS.
10494
10495 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
10496
10497         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
10498
10499 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
10500
10501         * Makefile.in (check-target-libio): Remove all-target-libstdc++
10502         dependency as this causes "make check" to globally "make all"
10503
10504 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
10505
10506         * configure.in (target_libs): Added target-zlib.
10507         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
10508         (CONFIGURE_TARGET_MODULES): Likewise.
10509         (CHECK_TARGET_MODULES): Likewise.
10510         (INSTALL_TARGET_MODULES): Likewise.
10511         (CLEAN_TARGET_MODULES): Likewise.
10512         (configure-target-zlib): New target.
10513         (all-target-zlib): Likewise.
10514         (all-target-libjava): Depend on all-target-zlib.
10515         (configure-target-libjava): Depend on configure-target-zlib.
10516
10517         * Makefile.in (configure-target-libjava): Depend on
10518         configure-target-newlib.
10519         (configure-target-boehm-gc): New target.
10520         (configure-target-qthreads): New target.
10521
10522         * configure.in (target_libs): Added target-qthreads.
10523         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
10524         (CONFIGURE_TARGET_MODULES): Likewise.
10525         (CHECK_TARGET_MODULES): Likewise.
10526         (INSTALL_TARGET_MODULES): Likewise.
10527         (CLEAN_TARGET_MODULES): Likewise.
10528         (all-target-qthreads): New target.
10529         (configure-target-libjava): Depend on configure-target-qthreads.
10530         (all-target-libjava): Depend on all-target-qthreads.
10531
10532         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
10533         (CONFIGURE_TARGET_MODULES): Likewise.
10534         (CHECK_TARGET_MODULES): Likewise.
10535         (INSTALL_TARGET_MODULES): Likewise.
10536         (CLEAN_TARGET_MODULES): Likewise.
10537         (all-target-libjava): New target.
10538         (all-target-boehm-gc): Likewise.
10539         * configure.in (target_libs): Added libjava, boehm-gc.
10540
10541 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
10542
10543         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10544         configure.bat in SUPPORT_FILES.
10545         (gas+binutils.tar.bz2): Likewise.
10546
10547         * makeall.bat: Remove; obsolete.
10548
10549 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
10550
10551         From Mark Elbrecht:
10552         * configure.bat: Remove; obsolete.
10553
10554 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
10555
10556         * configure: Add -W -Wall to the default CFLAGS when compiling with
10557         gcc.
10558
10559 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
10560
10561         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10562
10563 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
10564
10565         * configure.in: Build ld on IRIX6.
10566
10567 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
10568
10569         * Makefile.in: Change distribution targets to use bzip2 instead of
10570         gzip.
10571         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
10572         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
10573
10574 1999-06-04  Nick Clifton  <nickc@cygnus.com>
10575
10576         * config.sub: Add mcore target.
10577
10578 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
10579
10580         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10581
10582 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
10583
10584         * config.guess (dummy): Changed to $dummy.
10585
10586 1999-05-24  Nick Clifton  <nickc@cygnus.com>
10587
10588         * config.sub: Tidied up case statements.
10589
10590 1999-05-22  Ben Elliston  <bje@cygnus.com>
10591
10592         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10593         <jiro@din.or.jp>.
10594
10595         * config.guess: Merge with FSF version. Future changes will be
10596         more accurately recorded in this ChangeLog.
10597         * config.sub: Likewise.
10598
10599 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
10600
10601          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
10602
10603 1999-04-30  Tom Tromey  <tromey@cygnus.com>
10604
10605         * ltmain.sh: [mode link] Always use CC given by ltconfig.
10606
10607 1999-04-23  Tom Tromey  <tromey@cygnus.com>
10608
10609         * ltconfig, ltmain.sh: Update to libtool 1.2f.
10610
10611 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
10612
10613         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
10614         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
10615         Bad merge removed these two changes.
10616
10617 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
10618                           Martin Heller (Ing.-Buero_Heller@t-online.de)
10619
10620         * config.guess (interix Alpha): Add.
10621
10622 1999-04-11  Richard Henderson  <rth@cygnus.com>
10623
10624         * configure.in (i?86-*-beos*): Do config gperf; don't config
10625         gdb, newlib, or libgloss.
10626
10627 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
10628
10629         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
10630         link a trivial program with -mabi=64.  If it fails, remove mabi=64
10631         from multidirs.
10632
10633 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
10634
10635         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
10636
10637 1999-04-08  Nick Clifton  <nickc@cygnus.com>
10638
10639         * config.sub: Add support for mcore targets.
10640
10641 1999-04-07  Michael Meissner  <meissner@cygnus.com>
10642
10643         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
10644         not mt-ospace, in order to shut up assembler warning about using
10645         symbols that are named the same as registers.
10646
10647 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
10648
10649         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10650         dependency list for all-target-cygmon.
10651
10652 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
10653
10654         * config-ml.in: Check $host, not $target, for selective multilibs.
10655         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10656         thumb interworking, and underscore prefix multilibs.
10657
10658 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
10659
10660         * missing: Update to version from current automake.
10661
10662 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
10663
10664         * configure (gxx_include_dir): Removed.
10665
10666         * configure.in (gxx_include_dir): Handle it.
10667         * Makefile.in: Likewise.
10668
10669 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
10670
10671         * config.sub (mips64vr4111,mips64vr4111el) Add.
10672
10673 1999-03-21  Ben Elliston  <bje@cygnus.com>
10674
10675         * config.guess: Correct typo for detecting ELF on FreeBSD.
10676
10677 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
10678
10679         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10680         config/mh-djgpp.
10681
10682 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
10683
10684         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10685         all-target-newlib to dependency list for all-target-bsp.
10686
10687 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10688
10689         * config.sub: Add i386-uwin support.
10690         * config.guess: Likewise.
10691
10692 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10693
10694         * configure.in: cleanup, add mh-*pic handling for arm, special
10695         case powerpc*-*-aix*
10696
10697 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10698
10699         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10700         can be built.
10701
10702 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
10703
10704         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10705         targets.
10706
10707 1999-03-02  Nick Clifton  <nickc@cygnus.com>
10708
10709         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10710
10711 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
10712
10713         * config.sub: Check for "cygwin*" rather than "cygwin32*"
10714
10715 1999-02-24  Nick Clifton  <nickc@cygnus.com>
10716
10717         * config.sub: Fix typo in arm recognition.
10718
10719 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
10720
10721         * configure.in (noconfigdirs): Changed target_configdirs to
10722         include target-bsp only for m68k-*-elf* and m68k-*-coff*
10723         rather than m68k-*-* since it is not known to work on
10724         m68k-aout. Ditto for arm-*-*oabi.
10725
10726 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
10727
10728         * configure.in (*-*-windows*): Remove, no longer used.
10729
10730 1999-02-19  Ben Elliston <bje@cygnus.com>
10731
10732         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10733         Smart and improved by Andrew Cagney.
10734
10735 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
10736
10737         * config.guess: Recognize openbsd-*-hppa.
10738
10739 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
10740
10741         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10742         only if it is not empty.
10743
10744 1999-02-17  Nick Clifton  <nickc@cygnus.com>
10745
10746         Patch from: Scott Bambrough <scottb@corelcomputer.com>
10747
10748         * config.guess: Modified to recognize uname's armv* syntax.
10749
10750         * config.sub: Modified to recognize uname's armv* syntax.
10751
10752 1999-02-17  Mark Salter  <msalter@cygnus.com>
10753
10754         * configure.in: Added target-bsp for sparclite.
10755
10756 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
10757
10758         * config.sub: Recognize alphapca5[67] and up to alphaev8.
10759
10760 1999-02-08  Nick Clifton  <nickc@cygnus.com>
10761
10762         * configure.in: Add support for strongarm port.
10763         * config.sub: Add support for strongarm target.
10764
10765 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10766
10767         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10768         the old name config/mh-cygwin32.
10769         Enable texinfo.
10770
10771 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
10772
10773         * configure.in: Do build ld for ix86 Solaris.
10774
10775 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
10776
10777         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
10778         $AR_FOR_TARGET.  Likewise for RANLIB.
10779
10780 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
10781
10782         * config.sub (oabi):  Recognize.
10783         * configure.in (arm-*-oabi):  Handle.
10784
10785 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
10786
10787         * config.guess: Improve detection of i686 on UnixWare 7.
10788
10789 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10790
10791         * config.guess: Add support for i386-pc-interix.
10792         * config.sub: Likewise.
10793         * configure.in: Likewise.
10794
10795 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
10796
10797         * Makefile.in: Remove unneeded all-target-libio from
10798         from all-target-winsup target since it is now unneeded.
10799         Add all-target-libtermcap in its place since it is now
10800         needed.
10801
10802 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
10803
10804         * configure.in: makefile stub for cygwin target is probably
10805         unnecessary.  Remove it for now.
10806
10807 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
10808
10809         * configure.in: libtermcap.a should be built when cygwin is the
10810         target as well as the host.
10811         * config.guess: Allow mixed case in cygwin uname output.
10812         * Makefile.in: Add libtermcap target.
10813
10814 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
10815
10816         * config.sub: Clean up handling of hppa2.0.
10817
10818 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
10819
10820         * config.guess: Use C code to identify more HP machines.
10821
10822 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
10823
10824         * config.sub: Handle hppa2.0.
10825
10826 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
10827
10828         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10829         cygmon for all sparclite targets, regardless of object format.
10830
10831 1998-12-15  Mark Salter  <msalter@cygnus.com>
10832
10833         * configure.in: Added target-bsp for several target architectures.
10834
10835         * Makefile.in: Added rules for bsp.
10836
10837 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
10838
10839         * config.guess: Improve detection of hppa2.0 processors.
10840
10841 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
10842
10843         * config.guess: Recognize FreeBSD using ELF automatically.
10844
10845 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
10846
10847         * configure (skip-this-dir): Add handling for new shell script, which
10848         might be created by a sub-directory's configure to indicate, this particular
10849         directory is "unwanted".
10850         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10851
10852 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
10853
10854         * ltconfig: import from libtool, after changing libtool to
10855         account for the cygwin name change.
10856
10857 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
10858
10859         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10860         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10861
10862 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
10863
10864         * configure.in: Add libtermcap to list of cygwin dependencies.
10865
10866 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
10867
10868         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10869         they include winsup/include when it's a cygwin target.
10870
10871 1998-11-12  Tom Tromey  <tromey@cygnus.com>
10872
10873         * configure.in (host_tools): Added zip.
10874         * Makefile.in (all-target-libjava): Depend on all-zip.
10875         (all-zip): New target.
10876         (ALL_MODULES): Added all-zip.
10877         (NATIVE_CHECK_MODULES): Added check-zip.
10878         (INSTALL_MODULES): Added install-zip.
10879         (CLEAN_MODULES): Added clean-zip.
10880
10881 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
10882
10883         * Makefile.in: lose "32" from comment about cygwin.
10884
10885 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
10886
10887         * configure.in: Use -Os to build target libraries for the fr30.
10888
10889 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
10890
10891         * config.sub: Add fr30.
10892
10893 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
10894
10895         * configure.in: drop "32" from config/mh-cygwin32.  Check
10896         cygwin* instead of cygwin32*.
10897         * config.sub: Check cygwin* instead of cygwin32*.
10898
10899 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
10900
10901         * config.guess: Match any version of Unixware7.
10902
10903 1998-10-20  Syd Polk  <spolk@cygnus.com>
10904
10905         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10906         if desired.
10907
10908 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
10909
10910         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10911         these if the appropriate directories and files to not exist.
10912
10913 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
10914
10915         * Makefile.in (DEVO_SUPPORT): Add config.if.
10916
10917 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10918
10919         * configure: Add pattern to replace "build_tooldir"'s
10920         definition in the generated Makefile with "tooldir"'s
10921         actual value.
10922
10923 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
10924
10925         * config.sub: Bring back lost sparcv9.
10926
10927         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10928
10929 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
10930
10931         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10932         CC_FOR_TARGET and friends.
10933
10934 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
10935
10936         * Makefile.in (build_tooldir): New variable, same as tooldir.
10937         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10938         -B$(build_tooldir)/bin/.
10939         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10940
10941 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10942
10943         * README: Remove installation instructions and refer to the
10944         INSTALL directory instead.
10945
10946 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
10947
10948         * config.sub: Add support for i[34567]86-pc-udk.
10949         * configure.in: Likewise.
10950
10951 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
10952
10953         * Makefile.in: add bzip2 package building bits for user
10954         tools module
10955         * configure.in: ditto
10956
10957 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
10958
10959         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10960         (ALL_TARGET_MODULES): Add all-target-libobjc.
10961         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10962         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10963         (all-target-libchill): Add dependencies.
10964         * configure.in (target_libs): Add libchill.
10965
10966 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
10967
10968         * configure.in (target_subdir): Remove duplicate line.
10969
10970 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
10971
10972         * Makefile.in (all-automake): fix dependencies.
10973
10974 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
10975
10976         * configure.in: Minor cleanups for building in the $(target_alias)
10977         subdir.
10978
10979 1998-09-22  Jim Wilson  <wilson@cygnus.com>
10980
10981         * Makefile.in (bootstrap): Set r and s before make all.  Use
10982         BASE_FLAGS_TO_PASS in make all.
10983         (cross): Likewise.
10984
10985 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
10986
10987         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10988
10989 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
10990
10991         * config.sub: Fix typo in last change.
10992
10993 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10994
10995         * config.sub: Add support for C4x target.
10996         * configure.in: Likewise.
10997
10998 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
10999
11000         * config.sub: Recognize sparcv9 just like sparc64.
11001
11002 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
11003
11004         * config.guess: Match "Pent II" or "PentII" for OpenServer.
11005
11006 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
11007
11008         * config.guess: Correctly identify Pentium II sco boxes.
11009
11010         * config.guess: Fix "tr" code.  From Weiwen Liu.
11011
11012 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
11013
11014         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
11015         stabs.
11016
11017 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
11018
11019         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
11020         (ALL_TARGET_MODULES): Add all-target-libchill.
11021         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11022         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11023         (all-target-libchill): Add dependencies.
11024         * configure.in (target_libs): Add libchill.
11025
11026 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
11027
11028         * config.guess: Avoid assumptions about "tr" behaves when
11029         LANG is set to something other than English.
11030
11031 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
11032
11033         * configure (gxx_include_dir): Changed to
11034         '${prefix}/include/g++'-${libstdcxx_interface}.
11035
11036         * config.if: New to determine the interfaces.
11037
11038 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
11039
11040         * config.guess: Detect and handle MPE/IX.
11041         * config.sub: Deal with MPE/IX.
11042
11043 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
11044
11045         * configure.in: Use mh-aix43.
11046
11047 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
11048
11049         * configure: Fix --without/--disable cases for gxx-include-dir.
11050
11051 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
11052
11053         * mdata-sh:  Imported.  Needed for automake support.
11054
11055 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
11056
11057         * Makefile.in (taz): Try "chmod -R og=u ." before
11058         "chmod og=u `find . -print`".
11059
11060 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
11061
11062         * configure.in: Add arm-elf and thumb-elf support.
11063
11064 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
11065
11066         * Makefile.in: Undo previous patch.
11067
11068 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
11069
11070         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
11071         to here ...
11072         (install-no-fixedincludes): and here
11073         (INSTALL_MODULES): ... from here.
11074
11075 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11076
11077         * config.sub: Merge with FSF.
11078
11079         * config.guess: Merge with FSF.
11080
11081 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
11082
11083         * configure (extraconfigdirs): New variable.
11084         (SUBDIRS): Add extraconfigdirs and recurse on them too.
11085         * Makefile.in (all): Move higher in file.
11086         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
11087         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
11088         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
11089         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
11090         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
11091
11092 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
11093
11094         * Makefile.in (all-target-libjava): Depend on all-gcc and
11095         all-target-newlib.
11096         (configure-target-libjava): Depend on $(ALL_GCC).
11097
11098 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
11099
11100         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
11101         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
11102
11103 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
11104
11105         * INSTALL/README: Fix typo.
11106
11107 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11108
11109         * ylwrap: Change absolute path checks to check for DOS style path
11110         names.
11111
11112         * ylwrap: Don't use a full path name if the source file is in the
11113         same directory.  From hjl@lucon.org (H.J. Lu).
11114
11115         * config-ml.in: Default to being verbose, to match Feb 18 change to
11116         configure.
11117
11118 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
11119
11120         Brought over from egcs:
11121
11122         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11123
11124         * configure.in (target_subdir): Set to ${target_alias} instead
11125         of "libraries".
11126
11127         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11128
11129         * configure.in (target_subdir): Set to libraries if enable_multilib.
11130
11131 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
11132
11133         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
11134         multilibs, force reconfiguration the first time we create
11135         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
11136
11137 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
11138
11139         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
11140         avoid confusion with --no-recursion.
11141
11142 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
11143
11144         * configure.in: Win32 hosts shouldn't use install -x
11145         * install-sh: remove -x option, and special .exe-handling
11146         hack.
11147
11148 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
11149
11150         * config.guess: Recognize i586-pc-beos.
11151         * configure.in: Don't build some bits for beos.
11152
11153 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11154
11155         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
11156         CFLAGS default to -O2.
11157
11158         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
11159         when using GNU ld.
11160
11161 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
11162
11163         * ltmain.sh: Correct install when using a different shell.
11164
11165 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11166
11167         * ltconfig, ltmain.sh: Update to libtool 1.2b.
11168
11169 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
11170
11171         * makefile.vms: Update to build binutils/makefile.vms.  Add install
11172         target.
11173
11174 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
11175
11176         * ltconfig: Update to correct AIX handling.
11177
11178 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11179
11180         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
11181
11182         * configure.in (target_subdir): Set to ${target_alias} instead
11183         of "libraries".
11184
11185 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
11186
11187         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
11188         (Makefile): Depend on $(gcc_version_trigger).
11189
11190         * configure (gcc_version): Change default initializer to empty
11191         string.
11192         (gcc_version_trigger): New variable; pass this variable down
11193         to subdir configures to enable them checking gcc's version
11194         themselves. Emit make macros for both gcc_version vars.
11195         (topsrcdir): Initialize reliably.
11196         (recursion line): Remove --with-gcc-version=${gcc_version}.
11197
11198 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11199
11200         * configure (enable_version_specific_runtime_libs): Implement new flag
11201         --enable-version-specific-runtime-libs which installs C++ runtime stuff
11202         in $(libsubdir); emit definition in each generated Makefile.
11203         (gxx_include_dir): Initialize depending on
11204         $enable_version_specific_runtime_libs.
11205
11206 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11207
11208         * configure (gcc_version): Initialize properly depending on
11209         how and where configure is started.
11210         (recursion line): Pass a --with-gcc-version=${gcc_version}
11211         to configures in subdirs.
11212
11213 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
11214
11215         * configure.in (noconfigdirs): Add configure pattern for mips tx39
11216         cygmon
11217
11218 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
11219
11220         * configure.in: Add cygmon and libstub support for mn10200.
11221
11222 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
11223
11224         * configure (gcc_version): Add new variable describing the
11225         particular gcc version we're building.
11226         * Makefile.in (libsubdir): Add new macro for the directory
11227         in which the compiler finds executables, libraries, etc.
11228         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
11229         and libsubdir.
11230
11231 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11232
11233         * Makefile.in (local-clean): Remove *.log.
11234         (warning.log): Built with warn_summary from build.log.
11235         (mail-report.log): Run test_summary.
11236         (mail-report-with-warnings.log): Run test_summary including
11237         warning.log in the report.
11238
11239 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
11240
11241         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
11242
11243 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11244
11245         * Makefile.in (grep): Grep no longer depends on libiberty.
11246
11247 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
11248
11249         * Makefile.in: all-snavigator needs all-libgui.
11250
11251 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
11252
11253         * configure.in: Add cygmon and libstub support for mn10300.
11254
11255 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
11256
11257         * missing: Update to version from automake 1.3.
11258
11259         * ltmain.sh: On installation, don't get confused if the same name
11260         appears more than once in the list of library names.
11261
11262 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11263
11264         * config.sub: Accept m68060 and m5200 as CPU names.
11265
11266 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
11267
11268         * configure: Use && rather than using -a in test, because odd
11269         strings can confuse test.
11270         * configure.in: Likewise.
11271
11272 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11273
11274         * ltconfig, ltmain.sh: Bring in Visual C++ support.
11275
11276 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11277
11278         * Makefile.in (boostrap2-lean, bootstrap3-lean,
11279         bootstrap4-lean): New targets.
11280
11281 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
11282
11283         * mpw-* Delete.  Not used.
11284
11285 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
11286
11287         * COPYING.LIB: Update FSF address.
11288
11289 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
11290
11291         * ltconfig, ltmain.sh: Update to libtool 1.2a.
11292
11293         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
11294         GAS_SUPPORT_DIRS.
11295
11296 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
11297
11298         * ltconfig, ltmain.sh: Avoid producing a version number if
11299         -version-info was not used.
11300
11301 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11302
11303         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
11304         building with newlib.
11305
11306 1998-04-30  Paul Eggert  <eggert@twinsun.com>
11307
11308         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
11309         Solaris `make' causes it to continue to next definition.
11310
11311 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11312
11313         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
11314         the right GUI libraries and files are installed along with GDB.
11315
11316 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11317
11318         * configure.in: Change alpha to alpha* in several places.
11319
11320 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
11321
11322         * config.sub: Recognize sparc86x.
11323
11324 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
11325
11326         * configure.in (--enable-target-optspace): Remove debug echo.
11327
11328 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
11329
11330         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
11331
11332 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11333
11334         * ltconfig: Update cygwin32 support.
11335
11336         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
11337         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
11338         (GDB_SUPPORT_DIRS): Likewise.
11339
11340 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
11341
11342         * configure.in (target_makefile_frag): If --enable-target-optspace,
11343         use -Os to compile target libraries rather than -O2.  Default to
11344         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
11345         not used.
11346         * configure.in (target_cflags): Ditto for d30v.
11347
11348 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
11349
11350         * Makefile.in (all-bfd): Depend on all-intl.
11351         (all-binutils): Likewise.
11352         (all-gas): Likewise.
11353         (all-gprof): Likewise.
11354         (all-ld): Likewise.
11355
11356 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
11357
11358         * configure.in (host_tools): Fix typo, lbtool -> libtool.
11359
11360 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11361
11362         * Makefile.in (all-bfd): Depend upon all-libiberty.
11363
11364         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
11365
11366 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
11367
11368         * Makefile.in: Add libstub.
11369
11370         * configure.in: Ditto. Build libstub for targets that have cygmon
11371         support.
11372
11373 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
11374
11375         * configure.in: Don't set PICFLAG on ix86-cygwin32.
11376
11377 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
11378
11379         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
11380         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
11381
11382 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
11383
11384         * configure: Define DEFAULT_M4 by searching PATH.
11385         * Makfile.in: Use DEFAULT_M4.
11386
11387 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11388
11389         * ltconfig: Add cygwin32 support.
11390
11391         * Makefile.in, configure.in: Add libtool as a native only directory
11392         to configure and build.
11393
11394 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
11395
11396         * Makefile.in (INSTALL_MODULES): Remove texinfo.
11397
11398 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
11399
11400         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
11401
11402 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
11403
11404         * Makefile.in: add ash make rules
11405         * configure.in: add ash to native_only and host_tools lists
11406
11407 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
11408
11409         * Makefile.in (all-gettext, all-intl): New targets.
11410         (ALL_MODULES): Added all-gettext, all-intl.
11411         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
11412         (INSTALL_MODULES): Added install-gettext, install-intl.
11413         (CLEAN_MODULES): Added clean-gettext, clean-intl.
11414
11415         * configure.in (host_tools): Added gettext.
11416         (native_only): Likewise.
11417         (noconfigdirs) [various cases]: Likewise.
11418         (host_libs): Added intl.
11419
11420 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
11421
11422         * configure: Do not disable building gdbtk for cygwin32 hosts.
11423
11424 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
11425
11426         * configure.in: Add thumb-coff target.
11427         * config.sub: Add thumb-coff target.
11428
11429 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11430
11431         * Makefile.in: Revert yesterday's change.
11432         (all-target-winsup):  all-target-librx stays out of here.
11433
11434 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11435
11436         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
11437         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
11438         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
11439         Remove references to librx and libg++.
11440
11441 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
11442
11443         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
11444         recursive makes
11445
11446 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
11447
11448         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
11449         for newlib directory.
11450         (CXX_FOR_TARGET): Likewise.
11451
11452 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
11453
11454         * ltconfig: Update after libtool/ltconfig.in change for
11455         hpux11.
11456
11457 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
11458
11459         * ltconfig, ltmain.sh: Update to libtool 1.2.
11460
11461 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11462
11463         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
11464         (install-gcc-cross): Instead, override LANGUAGES here.
11465
11466 1998-03-18  Dave Love  <d.love@dl.ac.uk>
11467
11468         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
11469         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
11470
11471 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
11472
11473         * configure.in: Add Thumb-pe target.
11474
11475 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
11476
11477         * Makefile.in - changed sn targets to snavigator
11478         * configure.in - changed sn targets to snavigator
11479
11480 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11481
11482         * config-ml.in: After building symlink tree call make distclean
11483         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
11484         to be the case for libiberty.
11485
11486 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
11487
11488         * configure: When making link, also check the current
11489         directory. The configure scripts may create one.
11490
11491 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
11492
11493         * config.sub: Accept alphapca56 and alphaev6 properly.
11494
11495 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11496
11497         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
11498
11499 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
11500
11501         * config.sub (sco5): Fix typo.
11502
11503 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
11504
11505         * Makefile.in (INSTALL_MODULES): Move install-tcl before
11506         install-itcl.
11507         (install-itcl): Remove dependency on install-tcl.
11508
11509 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
11510
11511         * configure.in: Remove libgloss from noconfigdirs for MN10300.
11512
11513 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
11514
11515         * configure.in: Don't build libgui for a cygwin32 target when not on
11516         a cygwin32 host.
11517
11518 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11519
11520         * configure (redirect): Set to null, so default behavior of
11521         configure is now --verbose.
11522
11523 1998-02-16  Dave Love  <d.love@dl.ac.uk>
11524
11525         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
11526         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
11527
11528 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
11529
11530         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
11531         this change to sync Makefile.in with its ChangeLog entries.
11532
11533 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
11534
11535         * ltmain.sh (mkdir): Check that the directory doesn't exist
11536         before we exit with error, so that we don't get races during
11537         parallel builds.
11538
11539 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11540
11541         * ltconfig, ltmain.sh: Update from libtool 1.0i.
11542
11543 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11544
11545         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
11546         PICFLAG_FOR_TARGET.
11547         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
11548
11549         * configure: Emit a definition for the new macro enable_shared
11550         into each Makefile.
11551
11552 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11553
11554         * configure.in (host_tools, native_only): Add libtool.
11555
11556 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
11557
11558         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11559         Fix typo in ming config comment.
11560
11561 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11562
11563         * ltconfig, ltmain.sh: Update from libtool 1.0h.
11564
11565 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
11566
11567         * config.sub: Add tic30 cases, and map c30 to tic30.
11568
11569 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
11570
11571         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11572         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11573         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11574         (CLEAN_TARGET_MODULES): Similarly
11575         (all-target-libf2c): Add dependences.
11576         * configure.in (target_libs): Add libf2c.
11577
11578 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
11579
11580         * configure.in: Remove expect from noconfigdirs when target
11581         is cygwin32.  OK to build expect and dejagnu with Canadian
11582         Cross.
11583
11584 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
11585
11586         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11587         host.
11588
11589         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11590         and mingw32.
11591
11592 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11593
11594         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11595         here as it is not defined in the toplevel Makefile.
11596
11597 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11598
11599         * configure (package_makefile_rules_frag): New variable, which names
11600         a file with generic rules, ...
11601         Change comment to mention we now have FIVE parts.
11602         * configure: Undo last change.
11603
11604 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
11605
11606         * config.guess: More accurate determination of HP processor types.
11607         * config.sub: More accurate determination of HP processor types.
11608
11609 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11610
11611         * configure (package_makefile_frag): Move inserting the
11612         ${package_makefile_frag} to where it should be according
11613         to the comment.
11614
11615 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
11616
11617         * config.guess: Add support for Linux/ARM.
11618
11619 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
11620
11621         * .cvsignore: Remove *-info and *-install since they match
11622         release-info and mpw-install, which we don't want to just ignore.
11623
11624 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
11625
11626         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
11627
11628 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
11629
11630         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
11631         local_prefix to sub-make invocations.
11632
11633 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
11634
11635         * configure.in: Check makefile fragments in the source
11636         directory.
11637
11638 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11639
11640         * configure.in: Check whether host and target makefile
11641         fragments exist before adding them to *_makefile_frag.
11642
11643 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
11644
11645         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
11646
11647 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
11648
11649         * configure.in: Make sure we only replace RPATH_ENVVAR on
11650         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
11651         regexp to sed.
11652
11653         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11654         to sub-makes.
11655
11656 1998-01-13  Lee Iverson   (leei@ai.sri.com)
11657
11658         * config-ml.in (multi-do): LDFLAGS must include multilib
11659         designator.
11660
11661 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
11662
11663         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11664
11665 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
11666
11667         * config.sub: Add mingw32 support.
11668         * configure.in: Likewise.
11669
11670 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11671
11672         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11673
11674 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
11675
11676         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11677         * configure (gxx_include_dir): Provide a definition for subdirs
11678         which do not use autoconf.
11679
11680 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
11681
11682         * config.guess: Sync with egcs.  Picks up new alpha support,
11683         BeOS & some additional linux support.
11684
11685 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
11686
11687         * config.guess: HP 9000/803 is a PA1.1 machine.
11688
11689 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
11690
11691         * configure.in: It's alpha*-...
11692
11693 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11694
11695         * configure.in (host_makefile_frag, target_makefile_frag):
11696         Handle multiple config files.
11697         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11698         alpha-*-*.
11699
11700 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
11701
11702         * mkdep: New file.
11703
11704 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
11705
11706         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11707
11708 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11709
11710         * Makefile.in: Add libgui directory.
11711         (GDB_TK): Add all-libgui.
11712         * configure.in: Add libgui directory.
11713         * configure: Add all-libgui to GDB_TK.
11714
11715 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
11716
11717         * config-ml.in (multidirs): Add m32r to multilib list.
11718
11719 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
11720
11721         * Makefile.in (all-target-gperf): Change dependency to
11722         all-target-libstdc++.
11723
11724 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
11725
11726         * config.guess: Add BeOS support.
11727
11728 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11729
11730         Source directory cvs renamed to cvssrc:
11731         * configure.in (host_tools): Change cvs to cvssrc.
11732         (native_only): Likewise.
11733         (noconfigdirs) [various cases]: Likewise.
11734         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11735         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11736         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11737         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11738         (all-cvssrc): Rename target from all-cvs.
11739
11740 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
11741
11742         * configure (gxx_include_dir): Fix thinko.
11743
11744 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
11745
11746         * Makefile.in (INSTALL_TARGET_CROSS): Define.
11747         (install-cross, install-gcc-cross): New targets.
11748
11749 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
11750
11751         * configure.in (noconfigdirs): Add support for Thumb target.
11752
11753         * config.sub (maybe_os): Add support for Thumb target.
11754
11755 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
11756
11757         * Makefile.in: Add rules for cygmon.
11758
11759         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11760
11761 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
11762
11763         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11764         * configure (gxx_include_dir): Provide a definition for subdirs
11765         which do not use autoconf.
11766
11767 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
11768
11769         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
11770         11/18/97 build
11771
11772 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
11773
11774         * From Franz Sirl.
11775         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11776         found on RedHat Linux systems.
11777
11778 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
11779
11780         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11781         guesses.
11782
11783 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
11784
11785         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11786
11787 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
11788
11789         * ltmain.sh: If mkdir fails, check whether the directory was created
11790         anyhow by some other process.
11791
11792 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
11793
11794         * configure.in (d30v-*-*): Configure all directories.
11795
11796 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
11797
11798         * configure.in (d30v-*-*): Configure newlib, libiberty directories
11799         for the D30V.
11800
11801 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
11802
11803         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11804
11805 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
11806
11807         * include/libiberty.h: Add extern "C" { so it can be used with C++
11808         progrms.
11809         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
11810         programs.
11811
11812 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
11813
11814         * configure.in (d30v-*-*): Configure GCC now.
11815
11816 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
11817
11818         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11819         is no longer needed.
11820
11821 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
11822
11823         * Makefile.in: check-target-libio depends on all-target-libstdc++.
11824
11825 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
11826
11827         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11828         targets using "$@" to provide support for similar but not identical
11829         targets without having to duplicate code.
11830
11831 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
11832
11833         * makefile.vms: Fix to work with DEC C.
11834
11835 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
11836
11837         * config.sub: Add mips-tx39-elf to marketing names.
11838
11839 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
11840
11841         * ltmain.sh: Handle symlinks in generated script.
11842
11843 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
11844
11845         * configure: Handle autoconf style directory options: --bindir,
11846         --datadir, --includedir, --infodir, --libdir, --libexecdir,
11847         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11848         --sysconfdir.
11849         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11850         (sharedstatedir, localstatedir, oldincludedir): New variables.
11851         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11852         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11853         sbindir, sharedstatedir, and sysconfdir.
11854
11855 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11856
11857         * Makefile.in (bootstrap-lean): New target.
11858
11859 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
11860
11861         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
11862         sn, and gnuserv from noconfigdirs.
11863
11864 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
11865
11866         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11867
11868 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
11869
11870         * Makefile.in (cross): New target.
11871
11872 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
11873                           Jeff Law         <law@cygnus.com>
11874
11875         * Makefile.in (bootstrap2, bootstrap3): New targets.
11876         (all-bootstrap): Remove outdated and confusing target.
11877         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11878
11879 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11880
11881         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11882         windows.  Consistent with gdb/configure.
11883
11884 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
11885
11886         * configure.in: Name Linux target fragment.
11887
11888         * configure: Rewrite so that project Makefile fragment is inserted
11889         first and appears last in the resulting Makefile.
11890
11891 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11892
11893         * Makefile.in (install-itcl): Install tcl first.
11894
11895 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
11896
11897         * configure.in: remove bison from noconfigdirs for Cygwin32 host
11898
11899 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11900
11901         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11902
11903         * configure.in (skipdirs): Add target-librx for Linux.
11904         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11905
11906 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
11907
11908         * Makefile.in (bootstrap): New target.
11909
11910 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
11911
11912         * config.sub: Accept 'amigados' for backward compatibility.
11913
11914 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
11915
11916         * config.guess: Merge with FSF.
11917
11918 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
11919
11920         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11921
11922 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
11923
11924         * config.sub: Add "marketing-names" patch.
11925
11926 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
11927
11928         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11929
11930 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
11931
11932         * config.sub: Handle v850-elf.
11933
11934 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
11935
11936         * .cvsignore (*-install): Remove.
11937
11938 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
11939
11940         * ltconfig: Set CONFIG_SHELL in libtool.
11941         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11942
11943 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11944
11945         * configure.in (target_subdir): Set to libraries if enable_multilib.
11946
11947 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
11948
11949         * config.guess: Update from gcc directory.
11950
11951 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11952
11953         * Makefile.in (all-sim): Depends on all-readline.
11954
11955 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
11956
11957         * Makefile.in (BISON, YACC): Use $$s.
11958         (all-bison): Depend on all-texinfo.
11959
11960 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
11961
11962         * Makefile.in (BISON): Add -L flag.
11963         (YACC): Likewise.
11964
11965 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11966
11967         * configure.in (noconfigdirs): Add support for v850e target.
11968
11969         * config.sub (maybe_os): Add support for v850e target.
11970
11971 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11972
11973         * configure.in (noconfigdirs): Add support for v850ea target.
11974
11975         * config.sub (maybe_os): Add support for v850ea target.
11976
11977 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
11978
11979         * config.sub: Add mipstx39.  Delete r3900.
11980
11981 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11982
11983         * Makefile.in (all-autoconf): Depends on all-texinfo.
11984
11985 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
11986
11987         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11988         eabi targets.
11989
11990 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
11991
11992         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11993
11994         * configure: When handling a Canadian Cross, handle YACC as well as
11995         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
11996         * Makefile.in (all-bison): Depend upon all-texinfo.
11997
11998 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
11999
12000         * Makefile.in (BISON): bison, not byacc or bison -y.
12001         (YACC): bison -y or byacc or yacc.
12002         (various): Add *-bison as appropriate.
12003         (taz): No need to mess with BISON anymore.
12004
12005 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
12006
12007         * configure: If OSTYPE matches *win32*, try to find a good value for
12008         CONFIG_SHELL.
12009
12010 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
12011
12012         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
12013         configure.in if it is present.
12014
12015 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
12016
12017         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
12018
12019 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
12020
12021         * config.sub: Recognize `arc' cpu.
12022         * configure.in: Likewise.
12023         * config-ml.in: Likewise.
12024
12025 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
12026
12027         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
12028
12029 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
12030
12031         * configure: Changed sed delimiter from ':' to '|' when
12032         attempting to substitute ${config_shell} for SHELL. On
12033         NT ${config_shell} may contain a ':' in it.
12034
12035 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
12036
12037         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
12038
12039 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
12040
12041         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
12042
12043 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12044
12045         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
12046
12047         * ylwrap: If the program is a relative path, force it to be
12048         absolute.
12049
12050 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12051
12052         * configure (tooldir): Set BISON to `bison -y' and not just bison.
12053
12054 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12055
12056         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
12057         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
12058         for libraries.
12059
12060 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
12061
12062         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
12063         separated by spaces.
12064
12065 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
12066
12067         * ylwrap: New file.
12068         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
12069
12070         * ltmain.sh: Handle /bin/sh at start of install program.
12071
12072         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
12073
12074         * ltconfig, ltmain.sh: New files, from libtool 1.0.
12075         * missing: New file, from automake 1.2.
12076
12077 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
12078
12079         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
12080         check-tk to CHECK_X11_MODULES.
12081
12082 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
12083
12084         * config.sub: Merge with FSF.
12085
12086 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
12087
12088         * config.guess: Merge with FSF.
12089
12090 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
12091
12092         * configure: Treat msdosdjgpp like go32.
12093         * configure.in: Likewise.  Don't remove gprof for go32.
12094
12095         * configure: Change Makefile.tem2 to Makefile.tm2.
12096
12097 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
12098
12099         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
12100
12101 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12102
12103         * install-sh (chmodcmd): Set to null if the DST directory already
12104         exists.  Same as Nov 11th change.
12105
12106 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
12107
12108         * configure (GDB_TK): Needs itcl and tix.
12109
12110 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
12111
12112         * config.guess: Update from FSF.
12113
12114 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
12115
12116         * Makefile.in (GDB_TK): Depend on itcl and tix.
12117
12118 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12119
12120         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
12121         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
12122         (INSTALL_SCRIPT): New variable.
12123         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
12124         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
12125         to -x.
12126         * install-sh: Add support for -x option.
12127
12128 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
12129
12130         * configure.in, Makefile.in: Treat tix like itcl.
12131
12132 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
12133
12134         * Makefile.in (WINDRES): New variable.
12135         (WINDRES_FOR_TARGET): New variable.
12136         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
12137         (EXTRA_HOST_FLAGS): Add WINDRES.
12138         (EXTRA_TARGET_FLAGS): Add WINDRES.
12139         (EXTRA_GCC_FLAGS): Add WINDRES.
12140         ($(DO_X)): Pass down WINDRES.
12141         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
12142         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
12143         DLLTOOL_FOR_TARGET.
12144
12145 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
12146
12147         * configure.in: configure sim before gdb for win32-x-ppc
12148
12149 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12150
12151         Move gperf into the toplevel, from libg++.
12152         * configure.in (target_tools): Add target-gperf.
12153         (native_only): Add target-gperf.
12154         * Makefile.in (all-target-gperf): New target, depend on
12155         all-target-libg++.
12156         (configure-target-gperf): Empty rule.
12157         (ALL_TARGET_MODULES): Add all-target-gperf.
12158         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
12159         (CHECK_TARGET_MODULES): Add check-target-gperf.
12160         (INSTALL_TARGET_MODULES): Add install-target-gperf.
12161         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
12162
12163 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
12164
12165         * config.sub (mn10200): Recognize new basic machine.
12166
12167 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12168
12169         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
12170         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
12171
12172 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12173
12174         * configure.in: If we're building mips-sgi-irix6* native, turn on
12175         ENABLE_MULTILIB and set TARGET_SUBDIR.
12176
12177 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
12178
12179         * Makefile.in (all-sn): Depend on all-grep.
12180
12181 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
12182
12183         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
12184
12185         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
12186         Makefile.  From Jeff Makey <jeff@cts.com>.
12187         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
12188
12189         * Makefile.in (DISTBISONFILES): Remove.
12190         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
12191         $(DEFAULT_YACC).
12192
12193         * configure.in: Build itl, db, sn, etc., when building for native
12194         cygwin32.
12195
12196         * Makefile.in (LD): New variable.
12197         (EXTRA_HOST_FLAGS): Pass down LD.
12198         ($(DO_X)): Likewise.
12199
12200 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
12201
12202         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
12203
12204 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
12205
12206         * configure.in (targargs): Strip out any supplied --build argument
12207         before adding our own. Always add --build.
12208
12209 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
12210
12211         * configure.in (targargs): Pass --build if we're doing
12212         a cross-compile.
12213
12214 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
12215
12216         * configure: Use '|' instead of ":" as the separator in
12217         sed. Otherwise sed chokes on NT path names with drive
12218         designators. Also look for "?:*" as the leading characters in an
12219         absolute pathname.
12220
12221 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
12222
12223         * config.sub: Support for r3900.
12224
12225 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12226
12227         * configure.in: Use install-sh, not install.sh.
12228
12229 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12230
12231         * Makefile.in (taz): Improve check for BISON so it doesn't try to
12232         apply it twice.
12233
12234 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
12235
12236         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
12237         install-binutils.
12238
12239 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
12240
12241         * Makefile.in: Add automake targets.
12242         * configure.in (host_tools): Add automake.
12243
12244 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12245
12246         * configure: Default CXX to c++, not gcc.
12247         * Makefile.in (CXX): Set to c++, not gcc.
12248         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
12249
12250 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
12251
12252         * install-sh: try appending a .exe if source file doesn't
12253         exist
12254
12255 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
12256
12257         * configure.in: Turn on multilib by default.
12258         (cross_only): Remove target-libiberty.
12259
12260         * Makefile.in (all-gcc): Don't depend on libiberty.
12261
12262 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
12263
12264         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
12265
12266 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12267
12268         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
12269         (DISTBISONFILES): Add ld/Makefile.in
12270
12271 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
12272
12273         * configure.in: if target is cygwin32 but host isn't cygwin32,
12274         don't configure gdb tcl tk expect, not just gdb.
12275
12276 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
12277
12278         * configure.in: Added gnuserv everywhere sn appears.
12279
12280         * Makefile.in (ALL_MODULES): Added all-gnuserv.
12281         (CROSS_CHECK_MODULES): Added check-gnuserv.
12282         (INSTALL_MODULES): Added install-gnuserv.
12283         (CLEAN_MODULES): Added clean-gnuserv.
12284         (all-gnuserv): New target.
12285
12286 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
12287
12288         * config.guess: Fixes for MIPS OpenBSD systems.
12289
12290 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12291
12292         * Makefile.in (INSTALL_XFORM): Remove.
12293         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
12294
12295         * mkinstalldirs: New file, copied from automake.
12296         * Makefile.in (installdirs): Rename from install-dirs.  Use
12297         mkinstalldirs.  Change all users.
12298         (DEVO_SUPPORT): Add mkinstalldirs.
12299
12300 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
12301
12302         * install-sh: Rename from install.sh.
12303         * Makefile.in (INSTALL): Change install.sh to install-sh.
12304         (DEVO_SUPPORT): Likewise.
12305
12306         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
12307         Graichen <graichen@rzpd.de>.
12308
12309 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
12310
12311         * config.guess: Recognize OpenBSD systems correctly.
12312
12313 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12314
12315         * README, Makefile.in (ETC_SUPPORT): Remove references to
12316         cfg-paper*, configure.{texi,man,info*}._
12317
12318 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
12319
12320         * Makefile.in (all.normal): Ensure that gcc is built after all
12321         the x11 - ie gdb - targets.
12322
12323 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
12324
12325         * makefile.vms: Don't run conf-a-gas.
12326
12327 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
12328
12329         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
12330
12331 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
12332
12333         * configure.in: Remove noconfigdirs case since gdb also
12334         configures and builds for tic80-coff.
12335
12336 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12337
12338         * configure: Set cache_file to config.cache.
12339         * Makefile.in (local-distclean): Remove config.cache.
12340
12341 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12342
12343         * COPYING: Update FSF address.
12344
12345 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
12346
12347         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
12348         noconfigdirs.
12349
12350 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12351
12352         * Makefile.in (install-dirs): Don't crash if prefix, and hence
12353         MAKEDIRS, is empty.
12354
12355 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
12356
12357         * config.sub: Tweak mn10300 entry.
12358
12359 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
12360
12361         * configure.in (host_tools): Put sim before gdb, so gdb's
12362         configure.tgt can determine if the simulator was configured.
12363
12364 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
12365
12366         * config.sub: Move BeOS $os case to be with other Cygnus
12367         local cases.
12368
12369 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
12370
12371         * config.sub: Remove misplaced comment that broke Linux.
12372
12373 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
12374
12375         * config.sub: Add BeOS support.
12376
12377 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
12378
12379         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
12380
12381 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
12382
12383         * configure.in (noconfigdirs): Remove tcl and tk from
12384         noconfigdirs for cygwin32 builds.
12385
12386 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
12387
12388         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
12389
12390 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
12391
12392         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
12393         make-all.com, use makefile.vms instead.
12394
12395 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
12396
12397         * config.sub: Accept -lnews*.
12398
12399 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
12400
12401         * configure.in (noconfigdirs): Disable target-newlib,
12402         target-examples and target-libiberty for d30v.
12403
12404 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12405
12406         * configure.in (noconfigdirs): Enable ld for d30v.
12407
12408 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
12409
12410         * configure.in (tic80-*-*): Build compiler.
12411
12412 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
12413
12414         * configure.in (d30v-*): Remove sim directory from list of
12415         unsupported d30v directories
12416
12417 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12418
12419         * config.sub, configure.in: Add d30v target cpu.
12420
12421 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
12422
12423         * makefile.vms: New file.
12424         * make-all.com: Remove.
12425
12426 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
12427
12428         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
12429
12430 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
12431
12432         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
12433
12434 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
12435
12436         * Makefile.in (ALL_MODULES): Added all-db.
12437         (CROSS_CHECK_MODULES): Addec check-db.
12438         (INSTALL_MODULES): Added install-db.
12439         (CLEAN_MODULES): Added clean-db.
12440
12441 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
12442
12443         * config.guess: Merge with latest FSF sources.
12444
12445 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
12446
12447         * Makefile.in (ALL_MODULES): Added all-itcl.
12448         (CROSS_CHECK_MODULES): Added check-itcl.
12449         (INSTALL_MODULES): Added install-itcl.
12450         (CLEAN_MODULES): Added clean-itcl.
12451
12452 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
12453
12454         * configure.in: build gdb for mn10200
12455
12456 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
12457
12458         * Makefile.in (all-target-winsup): Depend on all-target-libio.
12459
12460 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
12461
12462         * configure.in (tic80-*-*): Turn off most targets right now.
12463
12464 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
12465
12466         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
12467         rather than the makeinfo program.
12468         (do-info): Depend upon all-texinfo.
12469
12470 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12471
12472         * configure.in: Remove uses of config/mh-linux.
12473
12474         * config.sub, config.guess: Merge with latest FSF sources.
12475
12476 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
12477
12478         * config.sub (case $basic_machine): Add tic80 entries.
12479
12480 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
12481
12482         * config.sub, config.guess: Merge with latest FSF sources.
12483
12484 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12485
12486         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
12487         * mpw-config.in: Test for NewFolderRecursive.
12488         * mpw-install: Use symbolic name for startup filename.
12489         * mpw-README: Add various additional details.
12490
12491 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
12492
12493         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
12494
12495 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
12496
12497         * configure.in: Do build gcc and the target libraries for
12498         the mn10200.
12499
12500 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
12501
12502         * configure.in: don't avoid building gdb for mn10300 any more
12503         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
12504         instead of single-quoting it.
12505
12506 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
12507
12508         * configure.in: Don't use --with-stabs on IRIX 6.
12509
12510 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
12511
12512         * configure.in (m32r): Build gdb, libg++ now.
12513
12514 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12515
12516         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
12517         directories from noconfigdirs.
12518
12519 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
12520
12521         * config.sub (basic_machine): added mips16 configuration
12522
12523 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12524
12525         * config.sub: Handle d10v-unknown.
12526
12527 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
12528
12529         * config.sub: Handle v850-unknown.
12530
12531 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
12532
12533         * Makefile.in: add findutils
12534         * configure.in: add findutils to list of host_tools
12535
12536 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
12537
12538         * config.sub: Handle mn10200 and mn10300.
12539
12540 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12541
12542         * configure.in (d10v-*): Do not build librx.
12543
12544 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
12545
12546         * configure.in (mn10300): Build everything except gdb & libgloss.
12547
12548 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
12549
12550         * config.guess:  Patch for Dansk Data Elektronik servers,
12551         from Niels Skou Olsen <nso@dde.dk>.
12552
12553         For ncr, use /bin/uname rather than uname, since GNU uname does not
12554         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
12555
12556         Patch for MIPS R4000 running System V,
12557         from Eric S. Raymond <esr@snark.thyrsus.com>.
12558
12559         Fix thinko for nextstep.
12560
12561         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12562
12563         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
12564         * config.guess: Guess mips-dec-mach_bsd4.3.
12565
12566         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
12567         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
12568         release numbers.
12569         * config.guess (mips-mips-riscos*):  Emit just enough of the
12570         release number.
12571
12572         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
12573         * config.guess (sparc-auspex-sunos*):  Added.
12574         (f300-fujitsu-*): Added.
12575
12576         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
12577         * config.guess:  Recognize a Tadpole as a sparc.
12578
12579 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12580
12581         * config.guess: Don't assume that NextStep version is either 2 or
12582         3.  NextStep 4 (aka OpenStep 4) has come out now.
12583
12584 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12585
12586         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12587         From Rik Faith <faith@cs.unc.edu>.
12588
12589 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
12590
12591         * config.sub: Contributions from bug-gnu-utils to:
12592         Support plain "hppa" (no version given) architecture, reported by
12593         OpenStep.
12594         OpenBSD like NetBSD.
12595         LynxOs is not a hardware supplier.
12596
12597         * config.guess: Contributions from bug-gnu-utils to add support for:
12598         OpenBSD like NetBSD.
12599         Stratus systems.
12600         More Pyramid systems.
12601         i[n>4]86 Intel chips.
12602         M680[n>4]0 Motorola chips.
12603         Use unknown instead of lynx for hardware manufacturer.
12604
12605 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12606
12607         * install.sh (chmodcmd): Set to null if the DST directory already
12608         exists.
12609
12610 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12611
12612         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12613         not use mt-ppc target Makefile fragment any more.
12614
12615 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
12616
12617         * configure.in (*-*-windows):  Exclude everything but those dirs
12618         needed to build windows.
12619
12620 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
12621
12622         * Makefile.in (all-target-winsup): Depend on all-target-librx.
12623
12624 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
12625
12626         * configure.in:  Exclude mmalloc from i386-windows.
12627
12628 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
12629
12630         * Undo my previous change.
12631
12632 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
12633
12634         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
12635         unconditionally.
12636         (MAKEOVERRIDES): Define (revert this part of October 18 change).
12637
12638 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
12639
12640         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
12641         host to add it's own flags.
12642
12643 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
12644
12645         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
12646
12647 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
12648
12649         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
12650         (CXX_FOR_TARGET): Likewise.
12651         (GCC_FOR_TARGET): Define.
12652         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
12653         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
12654         CC_FOR_TARGET was specified on the command line.
12655         (MAKEOVERRIDES): Don't define.
12656
12657 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
12658
12659         * configure.in (m32r): Fix spelling of libg++ libs.
12660
12661 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
12662
12663         * config.sub (-apple*): Remove, now redundant.
12664
12665 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
12666
12667         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12668
12669         * configure: Rework yesterday's sed script patch.
12670
12671         * config.sub: Merge with FSF.
12672
12673 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
12674
12675         * config.guess:  Merge from FSF.
12676
12677         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
12678         * config.guess: Use pc instead of unknown, for pc clone systems.
12679         Change linux to linux-gnu.
12680
12681         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12682         * config.guess: Avoid non-portable tr syntax.
12683
12684 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
12685
12686         * test-build.mk (HOLES): Add "xargs" for gdb.
12687
12688         * configure: Avoid hpux10.20 sed bug.
12689
12690 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
12691
12692         * configure.in:  Add support for windows host
12693         (that is a build done under the Microsoft build environment).
12694
12695 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
12696
12697         * Makefile.in: Replace all uses of srcroot with s, to shrink
12698         command line lengths.
12699
12700         Patches from Geoffrey Noer <noer@cygnus.com>:
12701         * configure.in: If configuring for newlib, pass --with-newlib to
12702         subdirectories.
12703         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12704         -Bnewlib/ and -Lwinsup to gcc.
12705         (CXX_FOR_TARGET): Likewise.
12706
12707 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12708
12709         * Makefile.in (ETC_SUPPORT): Add configure.
12710
12711 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
12712
12713         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12714         host configuration file.
12715
12716 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
12717
12718         * configure.in: Break mn10x00 support into separate
12719         mn10200 and mn10300 configurations.
12720         * config.sub: Likewise.
12721
12722 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
12723
12724         * configure.in: Add lots of stuff to noconfigdirs for
12725         the mn10x00 targets.
12726
12727         * config.sub, configure.in: Add mn10x00 support.
12728
12729 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
12730
12731         * make-all.com: Call conf-a-gas, not config-a-gas.
12732
12733 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
12734
12735         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
12736         targets.
12737
12738 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
12739
12740         * mpw-README: Add much more detail for native PowerMac.
12741         * mpw-install: New file.
12742         * mpw-configure: Add --norecursion and --help options.
12743         * mpw-config.in: Translate readme and install files when
12744         copying to objdir.
12745         * mpw-build.in: Don't always depend on byacc and flex.
12746         (install-only-top): New action.
12747
12748 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
12749
12750         * configure.in:  You can now configure GDB for the v850.
12751
12752 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
12753
12754         * configure.in (noconfigdirs): Don't configure any C++ dirs
12755         if targeting D10V.
12756
12757 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12758
12759         * config.sub: Recognize mips64vr5000.
12760
12761 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
12762
12763         * configure.in: Use a single line for host_tools and native_only.
12764
12765 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
12766
12767         * config.sub, configure.in: Add entries for m32r.
12768
12769 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
12770
12771         * Makefile.in (inet-install): Don't run install-gzip.
12772
12773 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
12774
12775         * configure.in:  Don't config lots of things for *-*-windows*.
12776
12777 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
12778
12779         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12780         (host_libs, host_tools): Copy from configure.in.
12781         * mpw-configure: Don't complain about directories not found.
12782
12783 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12784
12785         * configure.in (i[345]86): Recognize i686 for pentium pro.
12786         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12787         file.
12788
12789         * config.guess (i[345]86): Ditto.
12790
12791 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12792
12793         * configure.in (noconfigdirs): Removed gdb for D10V.
12794
12795 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
12796
12797         * configure.in: Remove ld, target-libio, target-libg++, and
12798         target-libstdc++ from noconfigdirs.
12799
12800 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
12801
12802         * configure: Fix three locations where shell scripts were
12803         being run directly rather than with config_shell.
12804
12805 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
12806
12807         * configure.in (v850-*-*): Set up initial $noconfigdirs.
12808         * config.sub (basic_machine): Recognize v850.
12809
12810 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
12811
12812         * mpw-configure: Handle multiple enable/disable options and
12813         pass them down recursively, handle -c and -s flags appropriately
12814         depending on choice of compiler, add escape mechanism for
12815         quoted arguments to gC.
12816
12817 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12818
12819         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12820         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12821         so that -mrelocatable-lib and -mno-eabi are used.
12822
12823         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12824         not support --print-multi-lib, don't abort.
12825
12826 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
12827
12828         * make-all.com: Run config-a-gas.
12829         * setup.com: Don't copy subdirectory files around.
12830
12831 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
12832
12833         * configure.in (*-*-ose): Remove exclusion of libgloss for this
12834         target, it now compiles correctly.
12835
12836 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
12837
12838         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12839
12840 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12841
12842         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12843
12844 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12845
12846         * configure.in (native_only): Add prms.
12847
12848 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
12849
12850         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12851         (BINUTILS_SUPPORT_DIRS): Likewise.
12852
12853 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12854
12855         * configure.in (d10v-*-*): Don't configure ld or gdb until the
12856         d10v support is added.
12857
12858 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12859
12860         * configure.in (d10v-*-*): New target.
12861
12862 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
12863
12864         * config.guess (HP 9000/811): Recognize this as a PA1.1
12865         machine.
12866
12867 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
12868
12869         * Makefile.in (do-tar-gz): New target, split out from tail end of
12870         taz target.  Run each command separately, don't use pipes.
12871         (taz): Use it.
12872
12873 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
12874
12875         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12876         * mpw-build.in: No builds should depend on building byacc or flex,
12877         they are assumed to be installed already.
12878
12879 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12880
12881         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12882         variable that CC_FOR_TARGET needs.
12883
12884 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12885
12886         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12887         options have changed since the last time the subdirectory was
12888         configured, and if it has, reconfigure.
12889         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12890         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12891
12892 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
12893
12894         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12895         CLEAN_MODULES): Add bash.
12896         (all-bash): New target.
12897
12898 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
12899
12900         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12901
12902 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12903
12904         * config.sub (basic_machine): Recognize d10v as a valid processor.
12905
12906 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
12907
12908         * mpw-configure: Add support for --bindir.
12909         * mpw-build.in: Use a GCC-specific build script for GCC actions.
12910
12911 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
12912
12913         * configure.in: add bash, time, gawk to list of hosttools and things
12914         to only build for native toolchains
12915
12916 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12917
12918         * Makefile.in (docdir): Remove.
12919
12920 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12921
12922         * Makefile.in (datadir): Set to $(prefix)/share.
12923
12924 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
12925
12926         * configure.in: build diff and patch for cygwin32-hosted
12927         toolchains.
12928
12929 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
12930
12931         * config.sub: Accept -rtems*.
12932
12933 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
12934
12935         * configure.in: enable dosrel for cygwin32-hosted builds,
12936                 remove diff from the list of things not buildable
12937                 via Canadian Cross
12938
12939 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
12940
12941         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12942         don't get ". ".
12943
12944 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
12945
12946         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12947
12948 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
12949
12950         * Makefile.in (taz): Handle case where tex3patch didn't even get
12951         checked out.  Also, if it was found, put the symlink in a new util
12952         subdirectory.
12953
12954 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12955
12956         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12957
12958 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
12959
12960         * config.sub: Recognize -openvms.
12961         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12962         * make-all.com, setup.com: New files.
12963
12964 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12965
12966         * Makefile.in (taz): tex3patch moved to texinfo/util.
12967
12968 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
12969
12970         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12971         * configure.in: remove make from disable-if-Can-Cross list
12972                 enable gdb if ${host} and ${target} are cygwin32
12973
12974 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
12975
12976         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
12977         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12978
12979 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12980
12981         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
12982         distinguish sysv/svr4/bsd variants.
12983         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12984
12985 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
12986
12987         * configure.in: Added copyright notice.
12988         * move-if-change: Added copyright notice.
12989
12990 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12991
12992         * configure.in (powerpcle-*-solaris*): Until we get shared
12993         libraries working, don't build gdb, sim, make, tcl, tk, or
12994         expect.
12995
12996 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
12997
12998         * config.guess:  Merge with FSF:
12999
13000         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
13001         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
13002
13003         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
13004         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
13005
13006         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
13007         * config.guess:  Combine two OSF1 rules.
13008         Also recognize field test versions.  From mjr@zk3.dec.com.
13009         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
13010         because GNU uname does not support -p.  From pmr@pajato.com.
13011
13012 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
13013
13014         * Makefile.in (MAKEDIRS): Removed $(tooldir).
13015
13016 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
13017
13018         * mpw-README: Document GCCIncludes.
13019
13020 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
13021
13022         * configure.in (alpha-*-linux*): Set enable_shared to yes.
13023
13024 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
13025
13026         * mpw-configure: Handle --enable-FOO and --disable-FOO.
13027
13028 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
13029
13030         * configure.in (*-*-cygwin32): Configure make.
13031
13032 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
13033
13034         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
13035
13036 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
13037
13038         * Makefile.in (all-inet): Depend on all-perl.
13039
13040         * Makefile.in (inet-install): New target.
13041
13042         * Makefile.in (all-inet): Depend on all-tcl.
13043         (all-inet): Depend on all-send-pr.
13044
13045 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13046
13047         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
13048         temporarily.
13049
13050 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
13051
13052         * configure.in: Don't configure --with-gnu-ld on AIX.
13053
13054 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13055
13056         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
13057
13058 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
13059
13060         * Makefile.in (ALL_MODULES): Added all-inet.
13061         (CROSS_CHECK_MODULES): Added check-inet.
13062         (INSTALL_MODULES): Added install-inet.
13063         (CLEAN_MODULES): Added clean-inet.
13064         (all-indent): New target.
13065
13066         * configure.in (host_tools): Added inet.
13067         (native_only): Added inet.
13068         (noconfigdirs): Added inet.
13069
13070 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
13071
13072         * configure.in: Don't configure libgloss if we are not configuring
13073         newlib.
13074
13075 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
13076
13077         * configure.in: Don't configure libgloss for unsupported
13078         architectures.
13079
13080 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13081
13082         * Makefile.in (CLEAN_MODULES): Add clean-apache.
13083
13084 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
13085
13086         * Makefile.in (ALL_MODULES): Include all-apache.
13087         (CROSS_CHECK_MODULES): Include check-apache.
13088         (INSTALL_MODULES): Include install-apache.
13089         (all-apache): New target.
13090
13091         * configure.in: Added apache everywhere perl is seen.
13092
13093 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13094
13095         * Makefile.in: Add support for clean-{module} and
13096         clean-target-{module} rules.
13097
13098 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
13099
13100         * configure.in (*-*-ose) do not build libgloss.
13101
13102 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13103
13104         * config.guess (prep*:SunOS:5.*:*): Turn into
13105         powerpele-unknown-solaris2.
13106
13107 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
13108
13109         * configure.in: Permit --enable-shared to specify a list of
13110         directories.
13111
13112 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13113
13114         * configure.in (host==solaris): Pass only the first word of $CC
13115         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
13116
13117 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13118
13119         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
13120
13121 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
13122
13123         * Makefile.in (ALL_MODULES): Include all-perl.
13124         (CROSS_CHECK_MODULES): Include check-perl.
13125         (INSTALL_MODULES): Include install-perl.
13126         (ALL_X11_MODULES): Include all-guile.
13127         (CHECK_X11_MODULES): Include check-guile.
13128         (INSTALL_X11_MODULES): Include install-guile.
13129         (all-perl): New target.
13130         (all-guile): New target.
13131
13132         * configure.in (host_tools): Include perl and guile.
13133         (native_only): Include perl and guile.
13134         (noconfigdirs): Don't build guile and perl; no ports have been
13135         done.
13136
13137 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
13138
13139         * configure (--enable-*): Handle quoted option lists such as
13140         --enable-sim-cflags='-g0 -O' better.
13141
13142 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13143
13144         * Makefile.in ({,inst}all-target): New rule so we can make and
13145         install all of the target directories easily.
13146
13147 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13148
13149         * configure.in: Add missing global flag in sed substitution when
13150         deleting `target-' from ${configdirs}.
13151
13152 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
13153
13154         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
13155         option.
13156
13157         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
13158         config/mh-necv4.
13159
13160         * install.sh: Correct misspelling of transformbasename.
13161
13162         * config.guess: Recognize mips-*-sysv*.
13163
13164 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
13165
13166         * config.sub: Recognize mon960.
13167
13168 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
13169
13170         * configure: Restore Canadian Cross handling of BISON and LEX,
13171         removed in Feb 20 change.
13172
13173 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
13174
13175         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
13176         Mention make install.  Remove the old copyright date as well the
13177         clumsy and rather pointless copyright on the README file.
13178
13179 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13180
13181         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
13182         Makefile after running symlink-tree, then run `make distclean' to
13183         avoid clobbering any generated files in srcdir.
13184
13185 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
13186
13187         * configure.in (m68k-*-netbsd*): Build everything now.
13188
13189 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13190
13191         * Makefile.in (taz): Fix quoting.
13192
13193 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
13194
13195         * configure.in (sparclet-*-*): Build everything now.
13196
13197 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13198
13199         * configure.in (m68k-*-linux*): New host.
13200
13201 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
13202
13203         * configure: Check for bison before byacc.
13204
13205 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
13206
13207         * Makefile.in configure:  Change the way LEX and BISON/YACC are
13208         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
13209         searching PATH.  These are used as fallbacks by Makefile.in if
13210         flex/bison/byacc aren't in objdir.
13211
13212 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
13213
13214         * Makefile.in: Make everything which depends upon all-bfd also
13215         depend upon all-opcodes, in case --with-commonbfdlib is used.
13216
13217 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13218
13219         * configure.in (host *-*-cygwin32): Don't build gdb if we are
13220         building NT native compilers on Unix.
13221
13222 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
13223
13224         * configure.in: Don't get CC from the host Makefile fragment if we
13225         can find gcc in PATH, or if this is a Canadian Cross.  Move the
13226         Solaris test for /usr/ucb/cc to the post target script, just after
13227         the compiler sanity test.
13228
13229 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
13230
13231         * config.sub: Merge with FSF.
13232
13233 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
13234
13235         * Makefile.in (RPATH_ENVVAR): New variable.
13236         (REALLY_SET_LIB_PATH): Use it.
13237         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
13238
13239 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
13240
13241         * config.sub, configure.in: Recognize sparclet cpu.
13242
13243 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
13244
13245         * config.guess:  Support m68k-cbm-sysv4.
13246
13247 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13248
13249         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
13250         m68k-unknown-linuxaout from linker help string.  Put quotes around
13251         $ld_help_string.
13252
13253 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
13254
13255         * config.guess (powerpc-harris-powerunix): Add guess for port
13256         to new target.
13257
13258 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13259
13260         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
13261
13262 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
13263
13264         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
13265         $(REALLY_SET_LIB_PATH) in Makefile.
13266         * Makefile.in (SET_LIB_PATH): New variable.
13267         (REALLY_SET_LIB_PATH): New variable.
13268         ($(DO_X)): Use $(SET_LIB_PATH).
13269         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
13270         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
13271         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
13272         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
13273         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
13274         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
13275         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
13276         (install-dosrel): Likewise.
13277         (all-opcodes): Depend upon all-libiberty.
13278
13279 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13280
13281         * config.guess (*:CYGWIN*): New
13282
13283 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13284
13285         * Makefile.in (all-target-winsup): All all-target-libiberty.
13286
13287 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13288
13289         * configure.in (noconfigdirs): Add missing # in front of comment.
13290
13291 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
13292
13293         * configure.in: add second pass to things added to noconfigdirs
13294         so *-gm-magic can exclude libgloss properly.
13295
13296 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
13297
13298         * mpw-configure (extralibs_name, rez_name): Set correctly
13299         for MWC68K compiler.
13300
13301         * mpw-README: Add more info on the necessary build tools.
13302
13303 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13304
13305         * configure.in, config.sub: Recognize cygwin32.
13306
13307 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
13308
13309         * config.guess, config.sub: Recognize A/UX.
13310
13311 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
13312
13313         * config.sub: Merge with gcc/config.sub.
13314
13315 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
13316
13317         * mpw-build.in (do-binutils): Add build of stamps.
13318
13319 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
13320
13321         * config.sub: Add recognition for mips64vr4100*-* targets.
13322
13323 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13324
13325         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
13326         Add creation of gconfigargs with `--enable-shared' turned on.
13327         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
13328         ($(host)-stamp-stage3-configured): Likewise.
13329         (HOLES): Add chatr and ldd.
13330         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
13331
13332 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
13333
13334         * configure: Pass --nfp to recursive configures.
13335
13336 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13337
13338         * Makefile.in (DLLTOOL): New.
13339         (DLLTOOL_FOR_TARGET): New.
13340         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
13341         (EXTRA_TARGET_FLAGS): Ditto.
13342         (EXTRA_GCC_FLAGS): Ditto.
13343         (CONFIGURE_TARGET_MODULES): Ditto.
13344         (DO_X): Ditto.
13345         * configure: Add DLLTOOL.
13346
13347 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
13348
13349         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
13350         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
13351         mh-sco, since old workarounds no longer needed, and don't
13352         build ld, since libraries have weak symbols in COFF.
13353
13354 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
13355
13356         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
13357
13358 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13359
13360         * configure.in: Make sure that ${CC} can be used to compile an
13361         executable.
13362
13363 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13364
13365         * Makefile.in (all-gdb): Depend on $(GDB_TK).
13366         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
13367         nothing depending on whether gdbtk is being built.
13368
13369 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
13370
13371         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
13372
13373 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
13374
13375         * configure.in (noconfigdirs): Put ld or gas in this early, if the
13376         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
13377
13378 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
13379
13380         * config-ml.in: Add support for
13381         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
13382         Simplify setting of multidirs from --disable-foo.
13383
13384 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13385
13386         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
13387         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
13388         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
13389         non-empty, pass them on to the  GCC make.
13390         (all-bootstrap): New rule that is like all-gcc, except it executes
13391         the GCC bootstrap rule instead of the GCC all rule.
13392
13393 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
13394
13395         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
13396
13397 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13398
13399         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
13400         DG/UX support.
13401
13402 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
13403
13404         * config.sub (i*86*) Change [345] to [3456]
13405
13406 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13407
13408         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
13409         --with-gnu-ld=no.
13410
13411 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13412
13413         * config-ml.in (rs6000*, powerpc*): Add switches to control which
13414         AIX multilibs get built.
13415
13416 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13417
13418         * configure.in (i386-win32): Don't build expect if we're not
13419         building the tcl subdir.
13420
13421 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
13422
13423         * Makefile.in: (configure-target-examples, all-target-examples):
13424         New targets, configure and build example programs.
13425
13426 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
13427
13428         * mpw-configure: If an mpw-config.in generated a file mk.sed,
13429         use it as input to sedit the generated MPW makefile.
13430         * mpw-README: Add a suggestion about Gestalt.h.
13431
13432 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
13433
13434         * config.sub: Accept *-*-ieee*.
13435
13436 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
13437
13438         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
13439         Ronald F. Guilmette <rfg@monkeys.com>.
13440
13441 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13442
13443         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
13444         for powerpc-pe native.
13445         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
13446         (target==powerpc-pe): duplicate i386-win32 entry.
13447
13448 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13449
13450         * configure.in (noconfigdirs): Exclude target-newlib for all versions
13451         of vxworks, not just vxworks5.1.
13452
13453 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
13454
13455         * mpw-configure: Add support for exec-prefix.
13456
13457 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13458
13459         * config.guess: Recognize HP model 816 machines as having
13460         a PA1.1 processor.
13461
13462 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13463
13464         * configure: Ignore new autoconf configure options.
13465
13466 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13467
13468         * config.guess:  Recognize Pentium under SCO.
13469         From Robert Lipe <robertl@arnet.com>.
13470
13471 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13472
13473         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
13474
13475 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
13476
13477         * configure.in: Don't configure gas for alpha-dec-osf*.
13478
13479 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
13480
13481         * configure.in: Default to --with-stabs for some targets for which
13482         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
13483         i[345]86*-*-unixware*.
13484
13485 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13486
13487         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
13488         rather than basing it on the target.  Simplify handling of options
13489         controlling which directories to configure.  Remove extraneous
13490         slash in multi-clean target.
13491
13492 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
13493
13494         * config-ml.in: Prefix more variables with ml_ so they don't collide
13495         with configure's.
13496
13497 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
13498
13499         * configure: Don't turn -v into --v.
13500
13501 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
13502
13503         * configure.in (targargs): Fix typo.
13504
13505         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
13506
13507 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
13508
13509         * configure.in: Strip --host and --target options from
13510         CONFIG_ARGUMENTS, and always configure for --host only.  Add
13511         --with-cross-host option when building with a cross-compiler.
13512         * configure: Canonicalize the arguments put into config.status by
13513         always using `=' for an option with an argument.  Pass a presumed
13514         --host or --target explicitly.
13515
13516 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
13517
13518         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
13519         into general OS recognition case.
13520
13521 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13522
13523         * configure.in (target_configdirs): add target-winsup only
13524         for win32 target systems.
13525
13526 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
13527
13528         * Makefile.in (all-target-libgloss): Depend upon
13529         configure-target-newlib, since when libgloss is built it looks to
13530         see if the newlib directory exists.
13531
13532 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
13533
13534         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
13535         cfg-ml-*.in.
13536
13537 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
13538
13539         * configure: Handle LD and LD_FOR_TARGET when configuring a
13540         Canadian Cross.
13541
13542 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13543
13544         * configure.in (target_libs): add target-winsup.
13545         (target==i386-win32): add patch diff flex make to $noconfigdirs.
13546         (target==ppcle-pe): remove ld from $noconfigdirs.
13547
13548 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
13549
13550         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
13551         Preserve relative path names in $srcdir.  Build symlink tree if
13552         configuring cross target dir and srcdir=. (= no VPATH support).
13553         (configure-target-libg++): Depend on configure-target-librx.
13554         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
13555         * config-ml.in: New file.
13556         * symlink-tree: New file.
13557         * configure: Ensure srcdir="." if that's what it is.
13558
13559 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
13560
13561         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
13562         includes and FLEX_SKELETON setting.
13563         * mpw-configure (--with-gnu-ld): New option, controls whether
13564         to use PPCLink or ld with PowerMac GCC.
13565         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
13566         * mpw-config.in: Configure grez if targeting Mac.
13567
13568         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
13569         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
13570         just macos.
13571         * configure.in: Configure grez resource compiler if targeting Mac.
13572         * Makefile.in (all-grez, install-grez): New targets.
13573
13574 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
13575
13576         * configure: CXX defaults to gcc, not g++.  If we find
13577         gcc in the path, set CC to gcc -O2.
13578
13579 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
13580
13581         * configure: Default ${build} correctly.  Avoid picking up extra
13582         spaces when reading CC and CXX from Makefile.  When doing a
13583         Canadian Cross, use plausible default values for numerous
13584         variables.
13585         * configure.in: When doing a Canadian Cross, don't try to
13586         configure tools whose configure script can't handle it.
13587
13588 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13589
13590         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13591
13592 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13593
13594         * configure:  Remove dubious bug reporting address.
13595
13596 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13597
13598         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
13599         configure script, run that instead of this directory's configure.
13600         In either case, print a message that we're configuring the sub-dir.
13601
13602 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13603
13604         * configure.in: Before checking for the existence of various files,
13605         use sed to filter out "target-".
13606
13607 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
13608
13609         * Makefile.in (DO_X): Split rule to decrease command line length
13610         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
13611         (Philippe De Muyter).
13612
13613 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13614
13615         * Makefile.in (all-patch): depend on all-libiberty.
13616
13617 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
13618
13619         * configure.in: If the only directory in target_configdirs which
13620         actually exists is libiberty, then set target_configdirs to empty,
13621         to avoid trying to build a target libiberty in a gas or gdb
13622         distribution.
13623
13624 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
13625
13626         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
13627         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
13628         systems.
13629
13630 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13631
13632         * configure.in (copy_dirs): Use sys-include instead of include
13633         for --with-headers option.
13634
13635 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
13636
13637         * Makefile.in, configure.in: Make winsup builds work with
13638         new scheme.
13639
13640 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
13641
13642         * configure.in: Build the linker on AIX.
13643
13644 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13645
13646         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
13647         where needed.
13648
13649 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
13650
13651         * Makefile.in (all-gcc): Fix typo.
13652
13653 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13654
13655         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
13656
13657 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13658
13659         * configure.in:  Rename libFOO to target-libFOO, and xiberty
13660         to target-xiberty, to provide more flexibility.
13661         (target_subdir):  Define.  Create if cross.
13662         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13663         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
13664         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13665         check-libFOO -> check-target-libFOO, etc.
13666         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13667         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13668         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13669         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
13670         allow ALL_GCC="" to only configure.
13671         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
13672         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
13673         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
13674
13675 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
13676
13677         * Makefile.in (taz): Build "info" in etc explicitly.
13678
13679 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
13680
13681         * configure.in:  Make sure that CC is undefined (as opposed to
13682         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
13683         problem with autoconf trying to configure on a host without GCC.
13684
13685 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13686
13687         * mpw-configure: Set host alias from choice of host compiler,
13688         only use generic MPW Makefile sed if present, edit a file
13689         named "hacked_Makefile.in" instead of "Makefile.in" if present.
13690         * mpw-README: Add problem notes about CW6 and CW7.
13691
13692 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
13693
13694         * Makefile.in (taz): Use ";" instead of ";;".
13695
13696 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13697
13698         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
13699         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13700         DISTDOCDIRS.
13701         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
13702         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
13703
13704 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13705
13706         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
13707         and gnats, because they are now subsumed by DISTSTUFFDIRS.
13708         Move bfd to DISTSTUFFDIRS.
13709
13710 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13711
13712         * Makefile.in (X11_LIB): Removed.
13713         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13714
13715         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13716
13717 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13718
13719         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13720         names.
13721
13722 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13723
13724         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13725
13726 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
13727
13728         * configure.in (i[345]86-*-win32): Always build newlib.
13729         Don't configure cvs, autoconf or texinfo.
13730         * Makefile.in (LD_FOR_TARGET): New.
13731         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13732         Pass down LD_FOR_TARGET.
13733
13734 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13735
13736         * winsup: New directory.
13737         * Makefile.in: Build winsup.
13738         * configure.in: Winsup is configured when target is win32.
13739         Can only build win32 target GDB when native.
13740
13741 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
13742
13743         * config.guess: Recognize HP model 819 machines as having
13744         a PA 1.1 processor.
13745
13746 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13747
13748         * configure: Fix sed loop which substitutes for CC and CXX to
13749         avoid bug found in various sed implementations.
13750
13751 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13752
13753         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13754         simulator.  Use standard powerpc-*-eabi*.
13755
13756 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
13757
13758         * configure.in: Stop putting gas and binutils in noconfigdirs for
13759         powerpc-*-aix* and rs6000-*-*.
13760
13761 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
13762
13763         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13764         -mcall-aixdesc libraries.
13765
13766 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
13767
13768         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13769
13770         * config.sub (arm | armel | armeb): Fix shell syntax.
13771
13772 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13773
13774         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13775         -msoft-float and -mcpu=common support.
13776         (powerpc*-*-eabisim*): Add support for building -mcall-aix
13777         libraries.
13778
13779 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13780
13781         * configure.in: Allow configuration and build of emacs19 for the alpha.
13782
13783 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13784
13785         * configure.in (CC): Get ^CC, not just any old CC, from
13786         ${host_makefile_frag}.
13787
13788 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13789
13790         * configure.in (CC): Try to get CC from
13791         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13792
13793 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13794
13795         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13796         only if it exists in $(srcdir).
13797
13798 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13799
13800         * configure: If CC and CXX are not set in the environment, set
13801         them, based on either an existing Makefile or on searching for gcc
13802         in PATH.  Substitute for CC and CXX in Makefile.
13803         * configure.in: Remove libm from target_libs.  Separate
13804         target_configdirs from configdirs.  If CC is not set in
13805         environment, try to get it from a host Makefile fragment.  Rewrite
13806         changes of configdirs to use skipdirs instead.  A few minor
13807         tweaks.  Take directories out of target_configdirs as they are
13808         taken out of configdirs.  Remove existing Makefile files from
13809         subdirectories.  Substitute for TARGET_CONFIGDIRS and
13810         CONFIG_ARGUMENTS in Makefile.
13811         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13812         by configure.in.
13813         (CONFIG_ARGUMENTS): Likewise.
13814         (CONFIGURE_TARGET_MODULES): New variable.
13815         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13816         ($(CONFIGURE_TARGET_MODULES)): New target.
13817         (configure-libg++, configure-libio): New targets.
13818         (all-libg++): Depend upon configure-libg++.
13819         (all-libio): Depend upon configure-libio.
13820         (configure-libgloss, all-libgloss): New targets.
13821         (configure-libstdc++): New target.
13822         (all-libstdc++): Depend upon configure-libstdc++.
13823         (configure-librx, all-librx): New targets.
13824         (configure-newlib): New target.
13825         (all-newlib): Depend upon configure-newlib
13826         (configure-xiberty): New target.
13827         (all-xiberty): Depend upon configure-xiberty.
13828
13829 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13830
13831         * configure.in (host i[345]86-*-win32):  Expand the
13832         noconfigdirs again.
13833
13834 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
13835
13836         * mpw-configure: Fix sed command file name.
13837
13838 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13839
13840         * configure.in (host i[345]86-*-win32): Reduce the
13841         noconfigdirs again.
13842
13843 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
13844
13845         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13846         or powerpc*-*-pe*, since they are not yet supported.
13847
13848 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13849
13850         Add PowerMac support and many other enhancements.
13851         * mpw-configure: New option --cc to select compiler to use,
13852         paste options set according to --cc into the generated
13853         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13854         if mpw-make.sed is present.
13855         * mpw-config.in: Don't test for gC1, test for mpw-touch,
13856         add forward includes for PowerPC include files.
13857         * mpw-build.in: Build using Makefile.PPC if present.
13858         (do-byacc, etc): Remove separate version resource builds.
13859         (do-gas): Build "stamps" before "all".
13860         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13861         * mpw-README: Update to reflect --cc option, PowerMac support,
13862         and recently-reported compatibility problems.
13863
13864 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
13865
13866         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13867         embedded m68k systems (-aout, -coff, -elf, -vxworks).
13868         (--with-multilib-top): Pass to recursive invocations.
13869
13870 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
13871
13872         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13873         v810-*-*.
13874
13875 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13876
13877         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13878         gdb, ld and opcodes on v810-*-*.
13879
13880 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13881
13882         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13883         (local-maintainer-clean): New target.
13884         (maintainer-clean): New target.
13885         (realclean): Just depend upon maintainer-clean.
13886
13887 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13888
13889         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13890
13891 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
13892
13893         * configure.in: Build ld in mips*-*-bsd* case.
13894
13895 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
13896
13897         * config.sub: Accept -lites* OS.  From Ian Dall.
13898
13899 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
13900
13901         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13902         targets.
13903
13904 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13905
13906         * configure.in: treat i386-win32 canadian cross the same as
13907         i386-go32 canadian cross.
13908
13909 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13910
13911         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13912         running under the simulator to build a reduced set of libraries.
13913         (powerpc-*-eabiaix): Add fine grained multilib support added to
13914         other powerpc targets yesterday.
13915
13916 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13917
13918         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13919         -disable-softfloat, -disable-relocatable, -disable-aix, and
13920         -disable-sysv to control which multilib libraries get built.
13921
13922 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13923
13924         * configure: Add Makefile.tem to list of files to remove in trap
13925         handler.
13926
13927 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13928
13929         * config.guess (*Linux*):  Add missing "exit"s.
13930         Also, need specific check for alpha-unknown-linux (uses COFF).
13931
13932 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13933
13934         * config.guess:  Merge with FSF:
13935
13936         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
13937         * config.guess (AIX4): More robust release numbering discovery.
13938
13939         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
13940         * config.guess (i386-sequent-ptx): Properly get version number.
13941
13942         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
13943         * config.guess (mips:*:4*:UMIPS): New case.
13944
13945 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13946
13947         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13948         (i386-win32 host): Likewise.  Don't build readline.
13949
13950 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
13951
13952         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
13953         SUPPORT_FILES to submakes.
13954
13955 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
13956
13957         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13958         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13959         mpw-configure.
13960
13961 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
13962
13963         * configure.in (appdirs): Use =, not ==, in test expression when
13964         trying to build the text to print in the warning message for
13965         Solaris users.
13966
13967 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
13968
13969         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13970
13971 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13972
13973         * config.guess: Recognize lynx-2.3.
13974
13975 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
13976
13977         * config.sub (z8ksim): Deleted
13978         (z8k-*-coff): New, this is the one true name of the target.
13979
13980 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
13981
13982         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13983
13984 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
13985
13986         * config.guess (*:Linux:*:*): First try asking the linker what the
13987         default object file format is (elf, aout, or coff).  Then if this
13988         fails, try previous methods.
13989
13990 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13991
13992         * configure.in: Don't build newlib for *-*-vxworks5.1.
13993
13994 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13995
13996         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13997         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13998
13999 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
14000
14001         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
14002
14003 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
14004
14005         * cfg-ml-com.in: New file.
14006         * cfg-ml-pos.in: New file.
14007
14008 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14009
14010         * COPYING.NEWLIB: Add HP free copyright to list.
14011
14012 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14013
14014         * config.sub: Recognize -eabi* for the system, not just -eabi.
14015
14016 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14017
14018         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
14019         * config.sub, configure.in (win32): New target and host.
14020
14021 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14022
14023         * configure.in: Add i386-pe configuration.
14024
14025 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
14026
14027         * mpw-build.in (install): Install GDB after LD.
14028
14029 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
14030
14031         * mpw-config.in (elf/mips.h): Always forward-include, needed
14032         for GDB to build.
14033
14034 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14035
14036         * testsuite: New directory for customer acceptance and whole tool
14037         chain tests.
14038
14039 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14040
14041         * configure: If per-host line isn't found, but AC_OUTPUT is found
14042         and a configure script exists, run it instead.
14043
14044 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14045
14046         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
14047
14048 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14049
14050         * configure: Set build_{cpu,vendor,os,alias} to host values when
14051         --build isn't specified.
14052
14053 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14054
14055         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
14056         (FLAGS_TO_PASS): Pass them.
14057         (EXTRA_TARGET_FLAGS): Ditto.
14058
14059 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14060
14061         * Makefile.in (all-libg++): Depend on all-libstdc++.
14062
14063 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14064
14065         * configure.in (noconfigdirs): Enable all packages for
14066           i386-unknown-netbsd.
14067
14068 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
14069
14070         * configure.in (noconfigdirs): Don't configure tk for i386-go32
14071         hosted builds (DOS builds)
14072
14073 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
14074
14075         Changes for ARM based on patches from Richard Earnshaw:
14076         * config.sub: Handle armeb and armel.
14077         * configure.in: Omit arm linker only for riscix.
14078
14079 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14080
14081         * config.guess:  Update from FSF.
14082
14083 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
14084
14085         * config.sub: Recognize powerpcle as the little endian variant of
14086         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
14087         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
14088         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
14089         temporarily.
14090
14091 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
14092
14093         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
14094
14095 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
14096
14097         * config.sub: Accept -lites* as a basic system type.
14098
14099 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
14100
14101         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
14102         installed, and if so return linuxoldld as the system name.
14103
14104 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
14105
14106         * config.guess: Add hppa1.1-hp-lites support.
14107
14108 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14109
14110         * configure.in: Don't build newlib for m68k-vxworks5.1.
14111
14112 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14113
14114         * configure.in (mips-sgi-irix6): Use mh-irix5.
14115
14116 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
14117
14118         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
14119
14120 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14121
14122         * test-build.mk: Enable building of shared libraries on IRIX 5 and
14123         OSF/1.  Fix compiler flags.
14124         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
14125
14126 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
14127
14128         * configure.in: Recognize --with-newlib.
14129         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
14130
14131 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14132
14133         * Makefile.in: move {all,check,install}-gdb from *_MODULES
14134         to *_X11_MODULES due to gdbtk needing X include files et al.
14135
14136 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
14137
14138         Merge in support for Mac MPW as a host.
14139         (Old change descriptions retained for informational value.)
14140
14141         * mpw-config.in: Add generic include forwards for cpu-specific
14142         include files in aout and elf directories.
14143
14144         * mpw-configure: Added copyright.
14145         * mpw-config.in: Check for presence of required build tools.
14146         (target_libs): Add newlib.
14147         (target_tools): Add examples.
14148         (Read Me): Generate as "Read Me for MPW" instead.
14149         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
14150         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
14151         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
14152
14153         * mpw-configure: Remove subdir-specific makefile hackery,
14154         delete mk.tmp after using it.
14155
14156         * mpw-build.in (all): Display start and end times.
14157
14158         * mpw-configure (host_canonical): Set.
14159         (target_cpu): Always add to makefiles.
14160         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
14161         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
14162         (mpw-mh-mpw): Look for in srcdir and srcroot.
14163         Use sed instead of mpw-edit-prefix to edit prefix definitions.
14164
14165         * mpw-build.in: (install-only): New target.
14166
14167         * mpw-configure (host_alias, target_alias): Rename from hostalias
14168         and targetalias, add into generated Makefile.
14169         (mk.tmp): If present, add into generated Makefile.
14170         * mpw-build.in (all-gas): Build config.h first before gas proper.
14171
14172         * mpw-configure (config.status): Write only if changed.
14173         * mpw-config.in (readline): Configure it (not built, just used for
14174         definitions).
14175
14176         * mpw-config.in (elf/mips.h): Add a forward include.
14177
14178         * mpw-config.in: Forward-include most .h files in include into
14179         extra-include.
14180         (readline): Don't build.
14181         mpw-build.in (install): Install GDB.
14182
14183         * mpw-configure (prefix, mpw_prefix): Handle it.
14184         * mpw-config.in (mmalloc, readline): Don't configure.
14185         * mpw-build.in (thisscript): Rename to ThisScript.
14186         Use mpw-build instead of BuildProgram everywhere.
14187         (mmalloc, readline): Don't build.
14188         * mpw-README: New file, basic documentation about the MPW port.
14189
14190         * mpw-config.in: Use forward-include to create include files.
14191
14192         * mpw-configure: Add more things to the top of each configured
14193         Makefile, including contents of config/mpw-mh-mpw.
14194         * mpw-config.in (extra-include): Create this directory and fill it
14195         with Posix-like include files when configuring.
14196
14197         * config.sub (apple, mac, mpw): Add various aliases.
14198
14199         * mpw-build.in: New file, top-level build script fragment for MPW.
14200         * mpw-configure: New file, configure script for MPW.
14201         * mpw-config.in: New file, config fragment for MPW.
14202
14203 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14204
14205         * configure.in (host_libs): Remove glob, since it is gone from the
14206         sources.
14207
14208 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14209
14210         * Makefile.in: define empty GDB_NLM_DEPS var.
14211
14212         * configure.in(target_makefile_frag): use config/mt-netware
14213         for netware targets.
14214
14215 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14216
14217         * config.sub: Merge in recent FSF changes.  Remove linux special
14218         cases.
14219
14220 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14221
14222         Revert this change:
14223
14224         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
14225
14226                 * build-all.mk: Use CC=cc -Xs on Solaris.
14227
14228 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14229
14230         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
14231         stop using it.
14232         * Makefile.in: Nuke all references to glob subdirectory.
14233
14234 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14235
14236         * configure.in: Fix --enable-shared logic in per-host.
14237
14238 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14239
14240         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
14241
14242 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14243
14244         * configure.in (noconfigdirs): Don't build gas on AIX, for
14245         powerpc*-*-aix* as well as for rs6000*-*-aix*.
14246
14247 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
14248
14249         * configure: Fix --cache-file to work if the file argument is a
14250         relative path.
14251
14252 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
14253
14254         * configure: If the --cache-file is used, pass it down to
14255         configure in subdirectories.
14256
14257 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
14258
14259         * config.sub: add vxworks29k configuration.
14260
14261 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14262
14263         * Makefile.in (taz): Do "diststuff" part quietly.
14264
14265 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14266
14267         * config.sub: Mini-merge with gcc/config.sub.
14268
14269 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14270
14271         * config.guess (IRIX): Sed - to _.
14272
14273 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14274
14275         * Makefile.in (source-vault, binary-vault): New targets.
14276
14277 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
14278
14279         * config.sub: Recognize -eabi as a basic system type.
14280
14281 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14282
14283         * configure.in (enable_shared stuff): Fix typo.
14284
14285 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
14286
14287         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
14288
14289 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14290
14291         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
14292
14293 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
14294
14295         * configure.in (rs6000-*-*): Don't build gas.
14296
14297 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
14298
14299         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
14300         reduce command line length.
14301         (AS_FOR_TARGET): Check for as.new, not Makefile.
14302         (NM_FOR_TARGET): Check for nm.new, not Makefile.
14303
14304 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14305
14306         * config.guess:  Merge from FSF.
14307
14308 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14309
14310         * configure: Don't use $ when handling program_suffix.
14311
14312 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
14313
14314         * configure.in:  Configure tk for hppa/hpux.
14315
14316 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14317
14318         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
14319
14320 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14321
14322         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
14323         to LIBCXXFLAGS.  Tests are better run without it.
14324
14325 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
14326
14327         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
14328
14329 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
14330
14331         * configure.in (*-*-netware*): Don't configure xiberty.
14332
14333 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
14334
14335         * configure.in:  Remove tk from native_only list.
14336
14337 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
14338
14339         * build-all.mk: Add mips-ncd-elf target to sun4 targets
14340           for special NCD build.
14341
14342 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14343
14344         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
14345         makeall.bat, they're only useful for binutils snapshots.
14346         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
14347         makeall.bat to specified SUPPORT_FILES.
14348
14349 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
14350
14351         * build-all.mk: Add Ericsson targets to sun4 and solaris
14352           hosts.  Add  BNR's sun4 target to solaris host, so their
14353           build-from-source will be tested in-house first.
14354
14355 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14356
14357         * Makefile.in (LIBCFLAGS): New variable.
14358         (CFLAGS_FOR_TARGET): Ditto.
14359         (LIBCFLAGS_FOR_TARGET): Ditto.
14360         (LIBCXXFLAGS): Ditto.
14361         (CXXFLAGS_FOR_TARGET): Ditto.
14362         (LIBCXXFLAGS_FOR_TARGET): Ditto.
14363         (BASE_FLAGS_TO_PASS): Pass them.
14364         (EXTRA_TARGET_FLAGS): Ditto.
14365
14366         * configure.in: Support --enable-shared.
14367
14368 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14369
14370         * configure.in (target_libs):  Include libstdc++ again.
14371         * config.guess:  Update from FSF (for FreeBSD).
14372
14373 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14374
14375         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
14376         makeall.bat.
14377         (DISTDOCDIRS): Add `etc'.
14378         (ETC_SUPPORT_PFX): New variable.
14379         (taz): Include anything from etc starting with a word in
14380         ETC_SUPPORT_PFX.
14381
14382 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14383
14384         * config.sub: Update for recent FSF changes.  Remove obsolete
14385         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
14386         spacing changes.
14387
14388 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14389
14390         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
14391
14392         * config.guess:  Merge with FSF.
14393         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
14394
14395 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14396
14397         * configure: Since the "trap 0" handler will override the exit
14398         status on many systems, only use it for "exit 1", and make it set
14399         a non-zero exit status; reset it before "exit 0".  Also, check
14400         exit status of config.sub, and error out if it failed.
14401
14402 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
14403
14404         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
14405         and install libgloss.
14406
14407 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14408
14409         * Makefile.in (all-binutils): Depend upon all-byacc.
14410
14411         * configure.in: Don't build emacs on Irix 5.
14412
14413 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14414
14415         * configure.in (*-*-netware*): Add libio.
14416
14417 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14418
14419         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
14420         (CHECK_TARGET_MODULES): Ditto.
14421         (INSTALL_TARGET_MODULES): Ditto.
14422         (TARGET_LIBS): Ditto.
14423         (all-libstdc++): Note dependencies.
14424
14425 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14426
14427         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
14428
14429 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14430
14431         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
14432         -fexternal-templates.
14433
14434         * configure.in (target_libs): Add libstdc++.
14435         (noconfigdirs): Add libstdc++ as appropriate.
14436
14437 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14438
14439         * config.guess:  Update from FSF.
14440
14441 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14442
14443         * configure: Use ${config_shell} when running ${configsub}.
14444
14445 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
14446
14447         * config.sub: No longer recognize h8300h.
14448
14449 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14450
14451         * config.sub: Remove extraneous differences between config.sub and
14452         gcc/config.sub.
14453
14454 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14455
14456         * Makefile.in (DISTSTUFFDIRS): Add gas.
14457
14458 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
14459
14460         * COPYING.NEWLIB: New file.
14461
14462 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14463
14464         * config.guess (HP-UX):  Patch from Harlan Stenn
14465         <harlan@landmark.com> to also emit release level.
14466
14467 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14468
14469         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
14470
14471 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14472
14473         * config.sub:  Merge nextstep cleanup from FSF.
14474
14475 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14476
14477         * configure.in (arm-*-*): Don't configure ld for this target.
14478
14479 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14480
14481         * configure.in (*-*-netware): don't configure libg++, libio,
14482           librx, or newlib.
14483
14484 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14485
14486         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
14487         configure ld--it works, but it doesn't support shared libraries.
14488
14489 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14490
14491         * config.guess (*-unknown-freebsd*):  Get rid of possible
14492         trailing "(Release)" in version string.
14493         Patch from Paul Richards <paul@isl.cf.ac.uk>.
14494
14495 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14496
14497         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
14498         Fix type: *-next-neststep -> *-next-nextstep.
14499
14500         * config.guess:  Merge from FSF:
14501
14502         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
14503
14504         * config.guess: Recognize powerpc-ibm-aix3.2.5.
14505
14506         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
14507
14508         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
14509         instead of UNIX_SV for UnixWare 1.0).
14510
14511 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
14512
14513         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
14514         to make gdb/nlm/* build after the compiler and linker.
14515
14516 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14517
14518         * config.guess (netbsd, freebsd, linux):  Accept any machine,
14519         not just i[34]86.
14520         (m68k-atari-sysv4):  Relocate to match FSF version.
14521
14522         * config.guess:  More merges from the FSF:
14523
14524         Add a space before function call or macro invocation.
14525
14526         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14527
14528         * config.guess: Add trap cmd to remove dummy.c and dummy when
14529         interrupted.
14530
14531         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14532
14533         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
14534         (dummy): Redirect stderr from compilation of dummy.c.
14535
14536         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
14537
14538         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
14539
14540 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
14541
14542         * configure: Accept and ignore --cache*, for compatibility with
14543         new autoconf.
14544
14545 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14546
14547         * config.guess:  Merge from FSF:
14548
14549         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14550
14551         * config.guess (Pyramid*:OSx*:*:*): New case.
14552         (PATH): Add /.attbin at end for finding uname.
14553         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
14554
14555         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
14556
14557         * config.guess (M88*:DolphinOS:*:*): New case.
14558
14559         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
14560
14561         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14562         to select whether to use ELF or COFF.
14563
14564         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14565
14566         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
14567
14568         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
14569
14570         * config.guess: Guess the OS version for HPUX.
14571
14572         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
14573
14574         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14575
14576 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14577
14578         * configure.in: Recognize --with-headers, --with-libs, and
14579         --without-newlib.
14580         * Makefile.in (all-xiberty): Depend upon all-ld.
14581
14582 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14583
14584         * configure.in: Change i[34]86 to i[345]86.
14585
14586 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14587
14588         * configure (version): A few more tweaks to help message.
14589
14590 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14591
14592         * Makefile.in:  Remove (for now) librx as a host library,
14593         now that we're building it for target.
14594
14595 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14596
14597         * configure: Fix up help message; from karl@owl.hq.ileaf.com
14598         (Karl Berry).
14599
14600 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14601
14602         * configure.in:  Also configure librx.
14603
14604 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14605
14606         * Makefile.in:  Update various rules to reflect that librx
14607         is now needed for libg++.
14608
14609 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14610
14611         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14612
14613 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
14614
14615         * configure.in: Configure the examples directory.
14616
14617 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14618
14619         * configure: Simplify Jun 2 1994 change.
14620
14621 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14622
14623         * change CC to /usr/latest/bin/gcc for lynx host builds, since
14624         /bin/gcc isn't good enough to build gcc.
14625
14626 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
14627
14628         * Makefile.in (GDB_SUPPORT_FILES): Remove
14629         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
14630         (gdb.tar.gz): Add new rule to use standard distribution building
14631         mechanism.
14632
14633 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14634
14635         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
14636         Bill Cox <bill@cygnus.com>.
14637
14638 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14639
14640         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
14641
14642 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
14643
14644         * configure:  Search current dir first in .gdbinit.
14645
14646 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14647
14648         * config.sub:  Recognize freebsd (merged from gcc config.sub).
14649
14650 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14651
14652         * config.sub:  Refer to NeXT's operating system as nextstep.
14653
14654         * config.sub (case $basic_machine):  Re-order the cases, to match
14655         the order in the FSF version (which is mostly alphabethical).
14656         Merge in some additions and changes from the FSF.
14657
14658 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
14659
14660         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14661         * config.sub: Recognize cxux7.
14662         * configure.in: Use mh-cxux for m88k-harris-cxux*.
14663
14664 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14665
14666         * config.sub:  Fix typo powerpc -> powerpc-*.
14667
14668 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
14669
14670         * Makefile.in: `all-emacs19' depends on `all-byacc'.
14671
14672         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14673         parallel with all-emacs and install-emacs).  Top-level command
14674         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14675
14676 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14677
14678         * test-build.mk ($(host)-stamp-stage2-installed): Remove
14679         $(relbindir)/make before doing ``make install'', and use
14680         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
14681         installing over running make binary.
14682         ($(host)-stamp-stage3-installed): Likewise.
14683
14684 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14685
14686         * config.guess: Recognize Mach.
14687
14688 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14689
14690         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14691         see whether --exec-prefix was used.
14692
14693 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14694
14695         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
14696
14697 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14698
14699         * Makefile.in: Add all-librx target similar to all-libproc.
14700
14701 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
14702
14703         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
14704         with post 1.2 uname bogosity.
14705
14706 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14707
14708         * configure: Remove temporary files on receipt of a signal.
14709
14710 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
14711
14712         * configure: If there is a package_makefile_frag, remove
14713         ${subdir}/Makefile.tem after copying it in.
14714
14715 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14716
14717         * build_all.mk: support rs6000 lynx identifies itself as
14718         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
14719         since /bin/gcc is too feeble to compile a modern gcc.
14720
14721 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
14722
14723         * brought devo/test-build.mk update-to-date with progressive/
14724           test-build.mk. Add lynx targets and hppa flag info.
14725
14726 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14727
14728         * configure.in:  Use mh-ncrsvr43.  Patch from
14729         Tom McConnell <tmcconne@sedona.intel.com>.
14730
14731 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14732
14733         * config.guess (i386-unknown-bsdi):  No longer need to
14734         check #if defined(__bsdi__) && defined(__i386__).
14735
14736 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14737
14738         * configure: Set program_transform_nameoption correctly.
14739
14740 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
14741
14742         * brought build-all.mk update-to-date with progressive build-all.mk,
14743           added new targets and hppa info.
14744
14745 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14746
14747         * configure: If config.guess result is a prefix of the user
14748         specified target, assume a native build and use the user specified
14749         target as the host alias.  Remove SunOS patch suffix removal hack.
14750         * configure.in: Remove SunOS patch suffix removal hack.
14751
14752         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14753         in NATIVE_CHECK_MODULES.
14754
14755 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
14756
14757         * Makefile.in: Rename HOST_ONLY to NATIVE.
14758         * configure: Delete SunOs patch suffix from host_canonical
14759           and build_canonical variables that are prepended to Makefiles.
14760         * configure.in: Add comments for easier maintenance.
14761
14762 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14763
14764         * Makefile.in: Add all-libproc target similar to all-gui.
14765
14766 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
14767
14768         * Makefile.in (CHECK_MODULES): split into
14769         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14770
14771 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
14772
14773         * config.guess (i386-unknown-bsdi): New system to guess.
14774
14775 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14776
14777         * Makefile.in: Add all-gui target (but not yet build by "all").
14778
14779 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
14780
14781         * config.sub: Move deletion of patch suffix from here...
14782         * configure.in: To here, at Ian's suggestion.  The top-
14783           level scripts might need to know of a patch level.
14784
14785 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
14786
14787         * config.sub: Strip off patch suffix so rtl is recognized
14788           as a sunos4.1.3 machine, even though it's been patched.
14789
14790 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
14791
14792         * Makefile.in (INSTALL_LAST): Delete.
14793         (INSTALL_DOSREL): New.
14794
14795 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14796
14797         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14798         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14799         whether we pass down --with-gnu-ld anyhow.
14800
14801 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
14802
14803         * Makefile.in (INSTALL_LAST): Change operation so it works
14804         on more flavors of make.
14805         * configure.in (go32): Don't build libg++ or libio.
14806
14807 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
14808
14809         * Makefile.in (Move HOST_PREFIX_1 and friends up so
14810         they can be overriden by templates.
14811
14812 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
14813
14814         * configure.in (target==go32): Don't build gdb.
14815         * dosrel: New directory.
14816
14817 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
14818
14819         * configure.in (host==go32): Configure dosrel too.
14820         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14821         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14822         be set by incoming names or templates.
14823         (INSTALL_LAST): New rule.
14824
14825 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
14826
14827         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14828
14829 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14830
14831         * configure.in (appdirs): New variable.  Currently empty, but will
14832         be used in gas distribution.  If nonempty, lists a set of
14833         directories at least one of which must get configured, or top
14834         level configuration is considered to have failed.
14835         (rs6000-*-lynxos*): Use new file name.
14836
14837 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14838
14839         Eliminate XTRAFLAGS.
14840         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14841         newlib include files using -idirafter, and also use -nostdinc.
14842         (CXX_FOR_TARGET): Likewise.
14843         (XTRAFLAGS): Removed.
14844         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14845         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14846         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14847         ($(DO_X)): Don't pass down XTRAFLAGS.
14848
14849 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14850
14851         * configure.in (mips*-dec-bsd*): New target; do build linker.
14852         (mips*-*-bsd*): New target; don't build linker.
14853
14854 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14855
14856         * configure.in: support rs6000-*-lynxos* configuration.
14857         support sunos4 as a cross target.
14858
14859         * config.sub: look for lynx*, not lynx since the OS version may
14860         legitimately be part of the name.
14861
14862 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14863
14864         * configure.in (i[34]86-*-sco*): Move to be with other i386
14865         targets.
14866         (romp-*-*): New target.  Skip various binary utilities.
14867         (vax-*-*): New target.  Don't build newlib.
14868         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
14869
14870 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14871
14872         * configure.in: Only set host_makefile_frag if config
14873         directory exists.
14874
14875 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14876
14877         * install.sh: If $dstdir exists, don't check whether each
14878         component does.
14879
14880 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14881
14882         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14883
14884 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
14885
14886         * configure.in (*-*-lynxos*): Don't configure newlib for either
14887         native or cross Lynx.
14888
14889 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
14890
14891         * config.sub (sparc64-elf): Fix os.
14892         (z8k): Remove duplicate.
14893
14894 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14895
14896         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14897         gcc/stmp-fixproto, to try to prevent fixproto from being run.
14898
14899 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
14900
14901         * configure: Make file links cleanly even if Lynx fails on
14902           an NFS symlink (at least fail cleanly).
14903
14904 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14905
14906         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14907         -XNh2000.
14908
14909 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14910
14911         * configure: Unknown options are fatal again.
14912
14913 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
14914
14915         * configure: Ignore --x-includes and --x-libraries, for Autoconf
14916         compatibility.
14917
14918 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
14919
14920         * build-all.mk: Add `clean' target.
14921
14922 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14923
14924         * config.guess:  Add SINIX support.
14925         * configure.in:  Add mips-*-sysv4* support.
14926
14927 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
14928
14929         * build-all.mk: Document all useful targets.
14930         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14931         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14932
14933 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14934
14935         * configure: Support --silent, --quiet.
14936
14937 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14938
14939         * configure: Support --disable-FEATURE.
14940
14941 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14942
14943         * config.guess: Recognize NCR running SVR4.3.
14944
14945 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14946
14947         * config.guess:  Make BSDI generate i386-unknown-bsd386.
14948         Patch from Paul Eggert <eggert@twinsun.com>.
14949
14950 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14951
14952         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14953
14954 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14955
14956         * configure: Make unrecognized options give nonfatal warnings
14957         instead of fatal errors, and pass them to any subdirectory
14958         configures in case they recognize them.
14959         Make --x equivalent to --with-x.
14960
14961 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14962
14963         * configure: Add --enable-* options.  Clean up usage message and
14964         some comments.
14965
14966 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
14967
14968         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14969
14970 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14971
14972         * configure.in (hppa*-*-*): Enable binutils.
14973
14974 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14975
14976         * config.sub: Recognize cisco.
14977
14978 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
14979
14980         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14981
14982 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14983
14984         * config.guess: about target *-hitachi-hiuxwe2, don't print more
14985         than one configuration name.  Add comment.
14986
14987 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
14988
14989         * config.guess: about target *-hitachi-hiuxwe2, fixed
14990         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
14991         macro is incorrect.]
14992
14993 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14994
14995         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14996         than the "make ls" stuff which used to be here.
14997
14998 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14999
15000         * config.guess:  Recognize i[34]86-unknown-freebsd.
15001         From Shawn M Carey <smcarey@rodan.syr.edu>.
15002
15003 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15004
15005         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
15006
15007 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
15008
15009         * config.guess: Check for ptx.
15010
15011 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
15012
15013         * config.sub: Add os9k checking.
15014
15015 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15016
15017         * config.guess: Handle OSF1 running on HPPA processors
15018
15019 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
15020
15021         * configure: If subdir configure fails, print out a message with
15022         subdirectory name, in case subdir's configure code didn't identify
15023         itself.
15024
15025 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
15026
15027         * configure.in: Remove embedded newlines from configdirs.
15028         Avoid mismatches of substrings.  Fix matching strings at end
15029         of configdirs.
15030
15031 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
15032
15033         * config.guess:  Add Lynx/rs6000 config support.
15034
15035 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
15036
15037         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
15038
15039 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
15040
15041         * configure.in (hppa*-*-osf*): Treat this just like most other
15042         PA configurations (eg no binutils or ld).
15043         (hppa*-*-*elf*): These configurations have binutils and ld.
15044
15045 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15046
15047         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
15048
15049 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15050
15051         * configure.in (rs6000-*-*): Build gas.
15052
15053 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15054
15055         * Makefile.in:  Avoid bug in losing hpux sed.
15056
15057 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15058
15059         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
15060         for GDB and GDB has been fixed to not need it.
15061
15062 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15063
15064         * config.guess: Recognize vax hosts.
15065
15066 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15067
15068         * configure (while loop): Don't use "break 2" inside case
15069         statement -- the case statement isn't an enclosing loop.
15070
15071 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15072
15073         * config.guess:  Clean up NeXT support, to allow nextstep
15074         on Intel machines.  Make OS be nextstep.
15075
15076 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
15077
15078         * config.guess: Add alternate forms for Convex.
15079
15080 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
15081
15082         * configure:  Completely rewrite option processing.  Take
15083         advantage of pattern-matching to avoid invoking test frequently.
15084         Also clean up host and target defaulting logic.
15085
15086 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15087
15088         * Makefile.in: Replace all occurrances of "rootme" with "r" and
15089         "$${rootme}" with "$$r", to increase the likelihood that the do-*
15090         commands (plus user environment) will fit SCO limits.
15091
15092 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15093
15094         * configure.in: Don't issue warnings about directories which are
15095         not being configured if -norecursion is set.  Correct test for
15096         --with-gnu-as and --with-gnu-ld to not get confused by substring
15097         matches.
15098
15099         * configure.in: Don't build gas for alpha-dec-osf1*.
15100
15101 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
15102
15103         * configure:  Back out Per's change of 12/19/1993.  It changes the
15104         behavior of configure in unexpected and confusing ways.
15105
15106         Also, use different delim char when calculating
15107         program_transform_name so that the name can contain slashes.
15108
15109 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
15110
15111         * configure.in, config.sub: Add support for VSTa micro-kernel.
15112
15113 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
15114
15115         * configure.in: Nuke hacks which were used to get a special
15116         version of GAS for HPPA configurations.
15117
15118 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15119
15120         * configure:  If only ${target_alias} is given, use that
15121         as the default for ${host_alias}.
15122         * configure:  Add missing back-slashes before nested quotes.
15123
15124 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15125
15126         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
15127
15128 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
15129
15130         * config.guess:  Recognize some Tektronix configurations.
15131         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
15132
15133 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15134
15135         * config.sub: Match any flavor of SH.
15136
15137 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
15138
15139         * configure.in: Don't try to configure newlib for Alpha.
15140
15141 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15142
15143         * configure.in: Don't build ld for Irix 5.  Don't build gas,
15144         libg++ or libio for any Alpha target.
15145
15146         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
15147
15148 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
15149
15150         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
15151         default arguments -- so it tried to compress itself.
15152
15153 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15154
15155         * configure.in (notsupp): ensure that a space is always at the end
15156           of the configdirs list, since the grep checks for an explicit space
15157
15158 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15159
15160         * configure.in (target i386-sysv4.2): don't build ld, since static
15161           versions of many libraries are not available.
15162
15163 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15164
15165         * config.guess: Recognize Apollos (using environment variables).
15166         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
15167
15168 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15169
15170         * config.guess: Recognize Sony news mips running newsos.
15171
15172 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
15173
15174         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
15175         "fi ; else" for bash.
15176
15177 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
15178
15179         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
15180
15181 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
15182
15183         * config.sub: accept unixware as an alias for svr4.2.
15184         Fix some inconsistancies with the gcc version.
15185
15186 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15187
15188         * Makefile.in (DISTDOCDIRS):  Add gdb.
15189
15190 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15191
15192         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
15193
15194 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15195
15196         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
15197         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
15198         this now.
15199
15200 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15201
15202         * config.sub: Accept hiux* as an OS name.
15203
15204         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
15205         etc/make-stds.texi.  The underscore came from gcc, and dje now
15206         agrees that RUNTESTFLAGS is the correct name.
15207
15208 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15209
15210         * install.sh:  Remove 'set -e'.  It makes any conditionals
15211         in the script useless.
15212
15213         * config.guess: Automatically recognize arm-acorn-riscix
15214         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
15215
15216 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
15217
15218         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
15219
15220 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15221
15222         * Makefile.in (DISTDOCDIRS): New variable.
15223         (taz): Edit local Makefile.in sooner, instead of proto-toplev
15224         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
15225
15226 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15227
15228         * configure.in (hppa target): check the source directory for the
15229           pagas sub-directory
15230
15231 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
15232
15233         * config.sub: Allow -aout* and -elf*.
15234
15235 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15236
15237         * configure.in: Don't build ld on i386-solaris2, same as for
15238         sparc-solaris2.
15239
15240 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15241
15242         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
15243
15244 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15245
15246         * configure.in:  Configure gdb for alpha.
15247
15248 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15249
15250         * Makefile.in (CXXFLAGS): Add -O.
15251
15252 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15253
15254         * config.guess: added support for DG Aviion
15255
15256 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15257
15258         * configure.in: Produce warning message for subdirectories not
15259         configurable for this host/target combination.  Don't try to
15260         configure gdb for vms.
15261
15262 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15263
15264         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
15265         appropriate files before making "diststuff".
15266         (DISTBISONFILES): New var: list of files to be edited.
15267         (DISTSTUFFDIRS): Add binutils.
15268
15269 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15270
15271         * config.sub: also handle mipsel and mips64el (for little endian mips)
15272
15273 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15274
15275         * configure.in: Add * to end of all OS names.
15276
15277 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
15278
15279         * configure.in: Build newlib for LynxOS native.
15280
15281 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15282
15283         * config.guess: Add support for delta 88k running SVR3.
15284
15285         * configure.in: Add comment about HP compiler vs. emacs.
15286
15287 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15288
15289         * configure.in: don't build ld on solaris2 (not a viable option
15290           due to bugs in getpwnam & getpwuid)
15291
15292 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15293
15294         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
15295         config.guess will produce a full version number.
15296
15297 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15298
15299         * configure.in: Build linker and binutils for alpha-dec-osf1.
15300
15301 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15302
15303         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
15304         and gdb/testsuite/Makefile.in.
15305
15306 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15307
15308         * configure.in: recognize mips*- instead of mips-
15309
15310 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15311
15312         * config.sub: Accept linux*coff and linux*elf as operating
15313         systems.
15314
15315 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15316
15317         * config.sub: Recognize mips64, and mips3 as an alias for it.
15318
15319 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15320
15321         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
15322         gdb knows how to handle OSF/1 shared libraries.
15323
15324 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15325
15326         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
15327         * config.guess: Recognize Hitachi's HIUX.
15328         * config.sub: Recognize h3050r* and hppahitachi.
15329         Remove redundant cases for hp9k[23]*.
15330
15331 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15332
15333         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
15334         if gas and ld are in the source tree and are in ${configdirs}.
15335         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
15336         --with options (but still pass them down on the command line,
15337         if they were explicitly specified).
15338
15339 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15340
15341         * configure: substitute SHELL value in Makefile.in with
15342         ${CONFIG_SHELL}
15343
15344 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15345
15346         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
15347         *-*-solaris2* targets.
15348
15349 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15350
15351         * Makefile.in: define M4, and pass it down to sub-makes;
15352         all-autoconf now depends on all-m4
15353
15354 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15355
15356         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
15357         presence of {ar,ranlib} instead of a configured directory
15358
15359 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
15360
15361         * config.guess: Accept 34?? as well as 33?? for NCR.
15362
15363 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15364
15365         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
15366         of 'gas' in sed commands, since 'gash' is now in the tree as well.
15367
15368 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15369
15370         * configure: grab values for $(CC) and $(CXX) from the
15371         environment, so that someone can do "CC=gcc configure; make" and
15372         have it work right (matching the way that autoconf works now)
15373
15374         * configure.in, Makefile.in: add support for gash, the tcl
15375         interface to Galaxy
15376
15377         * config.guess: add NetBSD variants (hp300, x86)
15378
15379 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
15380
15381         * install.sh: Support -d option (in the manner of SunOS 4 install,
15382         as it is more deterministic than that of GNU install)
15383         (chmodcmd): Set file to mode 755 by default (should also do default
15384         chgrp and chown, but I don't feel like dealing with that now)
15385
15386 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
15387
15388         * config.sub: Remove h8300hhms alias.
15389
15390 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15391
15392         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
15393
15394 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15395
15396         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
15397         as stmp-fixinc
15398
15399 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15400
15401         * config.sub: recognize m88110-bug-coff.
15402
15403 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15404
15405         * Makefile.in (all-libio): all dependencies on the toolchain used
15406         to build this (gcc, gas, ld, etc)
15407
15408 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15409
15410         * config.guess: Deal with OSF/1 1.3 on alpha.
15411
15412 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15413
15414         * install.sh: add some 'else true' clauses for portability
15415
15416         * configure.in: don't build libio for h8[35]00-*-* targets
15417
15418 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15419
15420         * Makefile.in:  Add support for new libio.
15421
15422 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15423
15424         * install.sh: If one command fails, don't try the rest.  Don't try
15425         to remove $dsttmp (via trap) unless we have already created it.
15426         If $src doesn't exist, detect it and exit with an error.
15427
15428         * config.guess: Recognize BSD on hp300.
15429
15430 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15431
15432         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
15433         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
15434
15435 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
15436
15437         * Makefile.in (all-send-pr): depends on all-prms
15438
15439 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15440
15441         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
15442
15443 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15444
15445         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
15446         Added test for mips-mips-riscos5.
15447
15448 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15449
15450         * configure.in: use mh-hp300 for 68k HP hosts
15451
15452 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15453
15454         * configure: add support for CONFIG_SHELL, so that you can use
15455         some alternate shell for evaluating configure scripts
15456
15457 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
15458
15459         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
15460         in configure script to bug-gdb@prep.ai.mit.edu when building
15461         distribution archive.
15462         * Makefile.in (COMPRESS):  Remove def.
15463         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
15464         gdb.tar.Z and make-gdb.tar.Z respectively.
15465         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
15466         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
15467         to convergence with 'taz' target in Makefile.in.
15468
15469 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15470
15471         * install.sh (dsttmp): use trap to ensure that tmp files go
15472         away on error conditions
15473
15474 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15475
15476         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
15477
15478 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15479
15480         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
15481         its parent is '/' not ''.
15482
15483         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
15484
15485 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
15486
15487         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
15488         that ${newsrcdir}/configure.in does.
15489
15490 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15491
15492         * test-build.mk: support for CONFIG_SHELL
15493
15494 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
15495
15496         * config.sub (netware):  Add as a basic system type.
15497
15498 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15499
15500         * Makefile.in (Makefile): depend on configure.in.  Also drop the
15501           $(srcdir)/ from the dependency on Makefile.in.
15502
15503 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
15504
15505         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
15506         (h8300hhms is temporary until multi-libraries are implemented).
15507         * configure.in: Handle h8300h too.
15508
15509 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15510
15511         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
15512
15513 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
15514
15515         * configure:  Remove extraneous output when guessing host type.
15516         * config.guess:  Remove extraneous output when guessing using C
15517         compiler rather than uname, or when guessing fails.
15518
15519 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
15520
15521         * Makefile.in: remove all.cross and install.cross targets
15522
15523         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
15524           definitions
15525
15526 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
15527
15528         * configure.in (target sh): Build gprof.
15529
15530 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15531
15532         * config.sub: change -solaris to -solaris2
15533
15534 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15535
15536         * configure.in: Use config/mh-riscos for mips-*-sysv*.
15537
15538 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
15539
15540         * configure: Correct error message for missing Makefile.in to
15541         print correct directory.
15542
15543 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15544
15545         * install.sh: kludge around 386BSD shell bug
15546
15547 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
15548
15549         * config.guess:  Recognize NeXT.
15550         * config.guess:  Recognize i486-ncr-sysv4.
15551         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
15552
15553 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
15554
15555         * Makefile.in (MAKEINFOFLAGS): New variable.
15556         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
15557         * build-all.mk, test-build.mk: Pass down --no-split as
15558         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
15559
15560 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
15561
15562         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
15563
15564 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
15565
15566         * Makefile.in (libg++.tar.z):  New rule.
15567         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
15568         * Makefile.in (taz):  Only do a single chmod.
15569
15570 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15571
15572         * install.sh: don't use dirname anymore (replaced with sed usage)
15573
15574 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
15575
15576         * Makefile.in:  Change extension for gzip'd files from '.z' to
15577         '.gz' per new FSF standard usage.
15578
15579 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15580
15581         * configure: put quotes around the final value of program_transform_name
15582
15583 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15584
15585         * Makefile.in: new install.sh support; update install-info rules
15586
15587 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
15588
15589         * configure.in: Build diff for crosses, but not for go32 host.
15590
15591         * configure.in: Build gprof only for native, and don't build it
15592         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15593
15594 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
15595
15596         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15597
15598 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15599
15600         * configure.in (host_tools): Add prms.
15601
15602 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15603
15604         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15605         with $(FLAGS_TO_PASS) on the command line
15606
15607         * config.sub: Recognize lynx and lynxos
15608
15609 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15610
15611         * config.sub: Accept -ecoff*, not just -ecoff.
15612
15613 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15614
15615         * Makefile.in (taz): Use .gz suffix instead of .z.
15616         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15617         names.
15618
15619 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15620
15621         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15622
15623 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15624
15625         * Makefile.in (install-no-fixedincludes):  install gcc last, so
15626         that rebuilds that might happen during 'make install' don't get
15627         bogus gcc include files
15628
15629 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15630
15631         Change from Utah for HPPA support:
15632         * config.guess: Recognize hppa1.x-hp-bsd.
15633
15634 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
15635
15636         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
15637         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
15638
15639 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15640
15641         * config.sub: Add support for rom68k and bug boot monitors.
15642
15643 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
15644
15645         * Makefile.in: Make all-opcodes depend on all-bfd.
15646
15647 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15648
15649         * config.guess: Added special check for i[34]86-univel-sysv4*.
15650
15651 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
15652
15653         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15654         the processor rather than assuming i486.
15655
15656 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15657
15658         * config.guess: Recognize SunOS6 as Solaris3.
15659
15660 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
15661
15662         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
15663         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15664
15665 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
15666
15667         * build-all.mk (all-cross): New target for Canadian Cross.
15668         Added Q2 go32 targets.
15669         * test-build.mk: Configure go32 cross sparclite-aout and
15670         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
15671         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15672
15673 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15674
15675         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15676         GO32 hosted toolchains
15677
15678 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15679
15680         * configure: change  so "-exec-prefix" gets passed down rather
15681         than "-exec_prefix" so autoconf generated Makefiles get the
15682         exec_prefix set right.
15683
15684 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15685
15686         * config.guess: get the Solaris2 minor version number
15687
15688         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15689
15690 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15691
15692         * config.guess: Recognize some Sequent platforms.
15693
15694 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15695
15696         * Makefile.in: added the vault-install target
15697
15698         * configure.in: actually use the Sun3 makefile fragment that's in
15699         config, also added the release dir to configdirs
15700
15701 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15702
15703         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15704
15705 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15706
15707         * configure.in: remove some program from Alpha targetted toolchains
15708
15709 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
15710
15711         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
15712         gprof.
15713         (taz): Run "make diststuff" in those directories instead of "make
15714         proto-dir".  Look for "VERSION=" only at start of line in subdir
15715         Makefile.  Use "gzip -9" for compression.
15716         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15717         (binutils.tar.z): New target.
15718
15719 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15720
15721         * Makefile.in (taz): Include gpl.texinfo.
15722
15723 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15724
15725         * Makefile.in (setup-dirs): Merged into "taz" target.
15726         (taz): Only do `proto-dir' stuff if a directory is actually needed
15727         for this target.
15728
15729 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
15730
15731         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15732         (FLAGS_TO_PASS): Pass down MUNCH_NM.
15733         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15734         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15735         (gcc-no-fixedincludes): Correct for current gcc Makefile.
15736
15737 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
15738
15739         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
15740         config.sub, and move-if-change to gdb testsuite distribution
15741         archive, so the testsuite can be extracted, configured, and
15742         run separately from the gdb distribution.  Blow away the Chill
15743         tests that require a Chill compiled executable, since GNU Chill
15744         is not yet publically available.
15745
15746 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15747
15748         * test-build.mk: set environment variables in a single command,
15749         instead of a list of assignments and exports
15750
15751         * config.guess: recognize Alpha/OSF1 systems
15752
15753 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15754
15755         * configure: Change help message to prefer --options rather than
15756           -options.
15757
15758 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15759
15760         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15761         zippy@ecst.csuchico.edu.
15762         * config.guess: Recognize miniframe.
15763
15764 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15765
15766         * Makefile.in: Use srcroot to find runtest rather than rootme.
15767         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
15768
15769 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
15770
15771         * test-build.mk: Extensive additions to support building on a
15772         machine other than the host.
15773
15774 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15775
15776         * configure (tooldir): Fix for i386-aix again.
15777
15778 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
15779
15780         * configure, Makefile.in:  Change definition of $(tooldir)
15781         to match the FSF.
15782
15783 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
15784
15785         * config.guess:  Recognize i[34]86/SVR4.
15786
15787 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15788
15789         * Makefile.in (all-gdb): gdb depends on sim.
15790
15791 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
15792
15793         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
15794         at the same time we make the prototype gdb directory.
15795         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
15796         files at the same time as the gdb base release distribution.
15797
15798 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
15799
15800         * Makefile.in (check): Use individual check targets rather than
15801         DO_X rule.
15802         (check-gcc): Added.
15803
15804 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
15805
15806         * config.sub: Use sysv3.2 not sysv32 for canonical OS
15807         for System V release 3.2.
15808
15809 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15810
15811         * config.sub: Recognize hppaosf.
15812         * configure.in: Do configure ld/binutils/gas for it.
15813
15814 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15815
15816         * configure (tooldir): Alter syntax used to set this, for systems
15817         where "\$" isn't handled right, like i386-aix.
15818
15819 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15820
15821         * configure: Pass program-transform-name, not
15822         program_transform_name, to recursive configures.
15823
15824 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
15825
15826         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15827         of gas+ld+binutils.
15828
15829 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
15830
15831         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
15832
15833 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15834
15835         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15836
15837 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15838
15839         * Makefile.in (PRMS): Set back to all-prms.
15840
15841 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15842
15843         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15844         targets, rather than for MIPS hosts.
15845
15846 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15847
15848         * configure.in: add comment for --with-x default values
15849
15850         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15851
15852         * Makefile.in: add check-* targets for each of the directories in
15853         the tree.  Add a definition of RUNTEST that will use the one we
15854         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
15855
15856 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
15857
15858         * configure.in: Removed obsolete references to bfd_target and
15859         target_makefile_frag.
15860
15861         * build-all.mk: Set assorted targets for Q2.
15862         * config.sub: Recognize z8k-sim and h8300-hms.
15863         * test-build.mk: Really don't pass host to configure.
15864         (HOLES): Added uname.
15865
15866 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
15867
15868         * configure: Handle an empty program-prefix, program-suffix or
15869         program-transform-name correctly.
15870
15871 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15872
15873         * build-all.mk: -G 8 no longer required for MIPS targets.
15874         * test-build.mk: Don't pass host argument to configure; make it
15875         guess.
15876
15877 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
15878
15879         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
15880         * Makefile.in (COMPRESS):  New macro, like GZIP.
15881
15882 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15883
15884         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15885
15886         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15887         with gas currently defaults to -G 0.
15888
15889 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
15890
15891         * Makefile.in (all-flex): flex depends on byacc.
15892
15893         * build-all.mk: If host not specified, use config.guess.  Pass TAG
15894         to test-build.mk as RELEASE_TAG.
15895         * test-build.mk (configargs): New variable containing arguments to
15896         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
15897         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15898
15899         * config.guess: Use /bin/uname when checking -X argument on SCO,
15900         to avoid invoking GNU uname which doesn't understand -X.
15901
15902         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15903
15904         * configure.in: Build gas for mips-*-*.
15905
15906 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15907
15908         * Makefile.in (all.normal): insert missing backslash.
15909
15910 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15911
15912         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15913
15914         * Makefile.in: Complete overhaul to merge many almost identical
15915         targets.
15916
15917 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15918
15919         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15920         (gdb.tar.Z): Adjusted.
15921
15922         * Makefile.in (setup-dirs, taz): New targets; should be general
15923         enough to adapt for gdb sometime.  Build only .z file.
15924         (gas.tar.z): New target.
15925
15926 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
15927
15928         * build-all.mk: Use CC=cc -Xs on Solaris.
15929
15930 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
15931
15932         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
15933         for handling BISON for FSF releases.
15934
15935 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15936
15937         * configure: Actually implement the change zoo just documented.
15938
15939 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
15940
15941         * configure: when using config.guess, only set target_alias when
15942         it's not already been set (ie, on the command line)
15943
15944 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15945
15946         * Makefile.in: add installcheck target, set PRMS to install-prms
15947
15948 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15949
15950         * configure: add support for package_makefile_fragment, handle the
15951         case where a directory has a configure.in file but no Makefile.in
15952         more gracefully (with an actual understandable error message, even);
15953         add support for --without (and add this to the usage message); also
15954         explicitly add a --host=${host_alias} to the command line when
15955         config.guess is used
15956
15957 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15958
15959         * configure: Must use both --host and --target in recursive calls.
15960
15961 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15962
15963         * Makefile.in: Change deja-gnu to dejagnu.
15964
15965 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15966
15967         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15968
15969 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15970
15971         * configure.in: canonicalize all instances to *-*-solaris2*,
15972         also strip out a number of tools to not build for go32 host
15973
15974 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15975
15976         * config.guess: add GPL.
15977
15978         * Makefile.in, config.guess, config.sub, configure: bump
15979           copyrights to 93.
15980
15981 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
15982
15983         * Makefile.in (do-info): Removed obsolete check for existence of
15984         localenv file.
15985
15986         * Makefile.in (MAKEOVERRIDES): Define to be empty.
15987
15988 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15989
15990         * Makefile.in: a couple of 'else true' for decstation,
15991         support for TclX
15992
15993         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15994
15995 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
15996
15997         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15998
15999 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
16000
16001         * config.guess: Recognize i386-ibm-aix (PS/2).
16002         * configure.in: Use config/mh-aix386 file for it.
16003
16004 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
16005
16006         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
16007         CC_FOR_TARGET instead.
16008         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
16009
16010 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
16011
16012         * Makefile.in: Add sim to list of directories sent with gdb
16013
16014 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
16015
16016         * configure.in: Put back mips-dec-bsd* case.
16017
16018 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
16019
16020         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
16021         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
16022         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
16023
16024 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16025
16026         * configure.in: remove no-op mips-dec-bsd* in "case $target"
16027
16028         * Makefile.in (dir.info): only run gen-info-dir if it exists,
16029         (install-info): install dir.info only if it exists,
16030         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
16031
16032 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
16033
16034         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
16035         gas for mips-dec-bsd.
16036
16037 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
16038
16039         * configure (makesrcdir): If ${srcdir} is relative and not ".",
16040         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
16041
16042 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
16043
16044         * configure.in: Added "dejagnu" to hosttools list.
16045
16046 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
16047
16048         * config.sub, configure.in, config.guess:  Add support
16049         for Bosx, an AIX variant from Bull.
16050         Patches from F.Pierresteguy@frcl.bull.fr.
16051
16052 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
16053
16054         * devo/dejagnu: Initial creation of devo/dejagnu.
16055         Migrated dejagnu testcases and support files for testing software
16056         tools to reside as subdirectories, currently called "testsuite",
16057         within the directory of the software tool.  Migrated all programs,
16058         support libraries, etc. beloging to dejagnu proper from
16059         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
16060         with no modifications.  The changes to these files which will
16061         allow them to configure, build, and execute properly will be made
16062         in a future update.
16063
16064 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16065
16066         * Makefile.in: Change send_pr to send-pr.
16067         * configure.in: Likewise.
16068         * send_pr: Renamed directory to send-pr.
16069
16070 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
16071
16072         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
16073
16074 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
16075
16076         * README:  Update for gdb-4.8 release.
16077         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
16078         gdb-xxx.tar.z (gzip'd) file also.
16079
16080 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16081
16082         * Makefile.in: make all-diff depend on all-libiberty
16083
16084 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
16085
16086         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
16087
16088 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16089
16090         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
16091
16092 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
16093
16094         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
16095         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
16096         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
16097
16098 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16099
16100         * Makefile.in:  makeinfo binary is in a new location
16101
16102 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
16103
16104         * config.sub: Accept -ecoff as an OS.
16105
16106         * Makefile.in: Various changes to eliminate a level of make
16107         recursion and reduce the required command line length.
16108         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
16109         sub-makes.
16110         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
16111         variables holding settings for specific sub-makes.
16112         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
16113         in terms of BASE_FLAGS_TO_PASS.
16114         (TARGET_LIBS): New variable listing directories which use
16115         TARGET_FLAGS_TO_PASS.
16116         (subdir_do): Eliminated.
16117         (do-*): New set of targets to replace subdir_do.
16118         (various): All targets which used subdir_do now depend on do-*.
16119         (local-clean): Renamed from do_clean.
16120         (local-distclean): New target, dependency of distclean and
16121         realclean.
16122         (install-info): Don't create directories.  Depend on dir.info
16123         rather than calling make recursively.
16124         (install-dir.info): Eliminated.
16125         (install-info-dirs): Create all info directories here.
16126         (dir.info): Depend upon do-install-info.
16127
16128         * test-build.mk (HOLES): Added false.
16129
16130 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
16131
16132         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
16133
16134 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16135
16136         * Makefile.in (info): remove dependency on all-texinfo.  The
16137         problem was really in texinfo/C, not at this level.
16138
16139 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16140
16141         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
16142
16143 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
16144
16145         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
16146         GDB releases.
16147
16148 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16149
16150         * configure: Include srcdir in message about target of link not
16151         being found.  Don't convert `-' to `_' in `with' options being
16152         passed to subdirs.
16153
16154 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16155
16156         * configure.in: add uudecode to host_tools
16157
16158         * Makefile.in: added {all,install}-uudecode targets, added them to
16159         the appropriate lists
16160
16161 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
16162
16163         * Makefile.in (all-gcc): Added dependency on all-gas.
16164
16165         * configure.in (mips-*-*): Build ld and binutils.
16166
16167 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16168
16169         * configure: check return code from mkdir, print error message and
16170           exit on failure.
16171
16172 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
16173
16174         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
16175
16176 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16177
16178         * test-build.mk (HOLES): Added tar, cpio and uudecode.
16179
16180 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16181
16182         * config.sub (h8500):  Recognize this as a cpu type.
16183
16184 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16185
16186         * configure: source directory missing is no longer a warning
16187
16188         * configure.in: recognize irix[34]* instead of irix[34]
16189
16190         * Makefile.in: define and pass down X11_LIB
16191
16192 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
16193
16194         * guess-systype: Renamed to ...
16195         * config.guess:  ... by popular request.
16196         * configure.in, Makefile.in:  Update accordingly.
16197
16198 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
16199
16200         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
16201         + Add Convex, Cray/Unicos, and Encore/Multimax support.
16202         + Execute ./dummy instead of assuming . is in PATH.
16203
16204 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
16205
16206         * guess-systype:  New shell script.  Attempts to guess the
16207         canonical host name of the executing host.
16208         Only a few hosts are supported so far.
16209         * configure:  Call guess-systype if no host is specified.
16210
16211 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16212
16213         * Makefile.in (gcc-no-fixedincludes): Made to work with current
16214         gcc Makefile.
16215
16216
16217 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
16218
16219         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
16220         (all-gcc, install-gcc, subdir_do): Use it.
16221
16222 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16223
16224         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
16225
16226 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
16227
16228         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
16229           set exclusively by configure, using configure.in .
16230
16231 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16232
16233         * test-build.mk: set $PATH for all builds
16234
16235         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
16236
16237 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
16238
16239         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
16240         the one used in gcc/Makefile.in, so that a null expansion doesn't
16241         override the one needed to build gcc with a native cc.
16242
16243
16244 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16245
16246         * configure: Accept -with arguments.
16247
16248 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16249
16250         * Makefile.in: added h8300sim
16251
16252 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
16253
16254         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
16255         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
16256         (all-cygnus, native, build-cygnus): Make
16257         $(canonhost)-stamp-3stage-done, not $(host)....
16258         * test-build.mk (stamp-3stage-compared): Use tail +10c for
16259         i386-sco3.2v4.  Added else true to if command.
16260
16261 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
16262
16263         * config.sub: (from FSF) Sequent uses a BSD-like OS.
16264
16265 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
16266
16267         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
16268
16269 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16270
16271         * configure.in: don't remove binutils from Solaris builds
16272
16273 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
16274
16275         * Makefile.in: get rid of earlier definitions for *clean,
16276         also handle the recursive info rule better
16277
16278 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
16279
16280         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
16281         do more-or-less the right thing.
16282
16283 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
16284
16285         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
16286         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
16287
16288 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16289
16290         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
16291         $(host_canonical).
16292
16293         * configure.in: split the configdirs list into 4 categories (native
16294         v. cross, library v. tool) and handle the cross-only and native-
16295         only in more reasonable (and correct!) way.
16296
16297 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
16298
16299         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
16300         configdirs anymore.
16301
16302 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16303
16304         * Makefile.in: extensive cleanup::  removed all of the explicit
16305         clean-* targets, collapsed many wrappers around subdir_do into
16306         one, added additional targets to satisfy standards.texi, deleted
16307         some old targets, some changes for consistency
16308
16309 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16310
16311         * configure.in: handle some programs as cross-only, and others as
16312         native only
16313
16314         * test-build.mk: handle partial holes in a more generic manner
16315
16316         * Makefile.in: m4 depends on libiberty
16317
16318 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16319
16320         * configure.in: add m4, textutils, fileutils, sed, shellutils,
16321         time, wdiff, and find to configdirs
16322
16323         * Makefile.in: all, clean, and install rules for the new programs
16324         added to configure.in
16325
16326 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16327
16328         * configure.in: use mh-sun for all *-sun-* hosts
16329
16330 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16331
16332         * Makefile.in: define flags for X11 include files and library file
16333         locations, pass them down to the programs that need this info
16334
16335         * build-all.mk: added a 'native' target, to 3stage the native toolchain
16336
16337 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16338
16339         * configure.in: start building libg++ for HP-UX targets
16340
16341 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
16342
16343         * README:  Update references to files moved into etc/.
16344
16345 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
16346
16347         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
16348         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
16349
16350 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16351
16352         * configure: accept dash as well as underscore in long option
16353         names for FSF compatibility.
16354
16355 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
16356
16357         * config.sub: added -sco3.2v4 support from FSF.
16358
16359 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16360
16361         * configure.in: expand the section that adds or removes
16362         directories from the list of programs to build, to handle native
16363         vs. cross in addition to host v. native
16364
16365 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
16366
16367         * Makefile.in:  Replace C++ in macro names with CXX.
16368         This is less likely to break ...
16369
16370 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16371
16372         * test-build.mk: add -w to GNU_MAKE
16373
16374 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16375
16376         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
16377         add 'sparc' to list of recognized cpus.  This needed to make
16378         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
16379         Delete some redundant ose68 variants.  Recognize -wrs as an os,
16380         then changes that into $CPU-wrs-vxworks.
16381
16382         * configure.in: remove most references to gdbtest, regularize
16383         target based program removal
16384
16385         * test-build.mk: import from p3 tree (many fixes and changes)
16386
16387 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
16388
16389         * Makefile.in: added rules to handle tcl, tk, and expect
16390
16391         * configure.in: handle those directories if they exist
16392
16393 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16394
16395         * config.sub: removed bogus hppabsd and hppahpux names, since
16396         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
16397
16398 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16399
16400         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
16401         depends upon all-xiberty
16402
16403         * Makefile.in: changes from p3, including:
16404
16405         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
16406
16407         * Makefile.in (XTRAFLAGS): include newlib directories if
16408         newlib/Makefile exists, rather than if host != target.
16409
16410         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
16411
16412         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16413         from the same source tree and not building a cross-compiler.  This
16414         matters for the libg++ configuration if reconfiguring a tree that
16415         has already been installed.
16416
16417         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
16418
16419         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16420         pick up the machine and system specific header files.
16421
16422         * Makefile.in: added AS_FOR_TARGET, passed down in
16423         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16424         the C compiler to use to create programs which are run in the
16425         build environment, set it to default to $(CC), and passed it down
16426         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16427
16428         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
16429
16430         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
16431         We need them for unusual native builds, like systems without
16432         ranlib.
16433
16434         * configure: also define $(host_canonical) and
16435         $(target_canonical), which are the full, canonical names for the
16436         given host and target
16437
16438 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
16439
16440         * Makefile.in:  Added separate definitions for C++.
16441
16442 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
16443
16444         * configure.in (configdirs):  Add deja-gnu.
16445
16446 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
16447
16448         * README:  Update for configure.texi and gdb-4.7 release.
16449
16450 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
16451
16452         * Makefile.in:  Move "all" target to top of file.
16453         Previously, first target was ".PHONY" which caused BSD4.4 make
16454         to build .PHONY when make was run without arguments.
16455
16456 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
16457
16458         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
16459         Library-copylefted code in libiberty.
16460
16461 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
16462
16463         * config.sub:  Replace m68kmote with plain old m68k.
16464
16465 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
16466
16467         * Makefile.in:  Remove space from blank line, avoid Make complaints.
16468
16469 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
16470
16471         * config.sub: Complain if no argument is given.  Added support for
16472         386bsd as OS and target alias.
16473
16474 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
16475
16476         * Makefile.in (XTRAFLAGS): include newlib directories if
16477         newlib/Makefile exists, rather than if host != target.
16478
16479 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
16480
16481         * config.sub: recognize sparclite-wrs-vxworks.
16482
16483         * Makefile.in (install-xiberty): added *-xiberty make rules (from
16484         p3.) Added clean-xiberty to clean.
16485
16486 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16487
16488         * configure.in: use *-*-* instead of nested cases for host and target
16489
16490 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
16491
16492         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16493         from the same source tree and not building a cross-compiler.  This
16494         matters for the libg++ configuration if reconfiguring a tree that
16495         has already been installed.
16496
16497 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
16498
16499         * config.sub (i486v/i486v4):  Merge in from FSF version.
16500
16501 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
16502
16503         * configure: only set PWD if it is already set.
16504
16505 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
16506
16507         * configure: just set PWD=`pwd` at the top, since Ultrix sh
16508         doesn't have unset and all success paths (and most error paths)
16509         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
16510         to just ${PWD} to avoid confusion.)
16511
16512 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
16513
16514         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
16515         even for a native compilation.
16516
16517 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
16518
16519         Changes to make the gdb.tar.Z rule work better.
16520
16521         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
16522         (DEVO_SUPPORT):  Add configure.texi.
16523         (bfd-ilrt.tar.Z):  Remove ancient rule.
16524
16525 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
16526
16527         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16528         pick up the machine and system specific header files.
16529
16530         * configure.in, config.sub: added new target m68010-adobe-scout,
16531         with alias of adobe68k.  Changed configure.in to check for
16532         -scout before -sco* to avoid a false match.
16533
16534         * Makefile.in: added AS_FOR_TARGET, passed down in
16535         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16536         the C compiler to use to create programs which are run in the
16537         build environment, set it to default to $(CC), and passed it down
16538         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16539
16540 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16541
16542         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
16543         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
16544         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
16545         FOR_TARGET variants, to newlib and libg++.
16546
16547 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16548
16549         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
16550         first.
16551
16552 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
16553
16554         * config.sub:  Accept `elf' as an environment.
16555
16556 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16557
16558         * Makefile.in (all-opcodes):  cd into the right directory
16559
16560 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
16561
16562         * configure: added -program_transform_name option, used as
16563         argument to sed when installing programs.
16564         configure.texi: added documentation for -program_prefix,
16565         -program_suffix and -program_transform_name.
16566
16567 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
16568
16569         * config.sub:  Accept i486 where i386 ok.
16570
16571 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
16572
16573         * config.sub: accept we32k
16574
16575 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
16576
16577         * config.sub, configure.in: accept OSE68000 and OSE68k.
16578
16579         * Makefile.in: don't create all directories for ``make install'';
16580         let the subdirectories create the ones they need.
16581
16582 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16583
16584         * COPYING: new file, GPL v2
16585
16586 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16587
16588         * Makefile.in: use the new gen-info-dir, which needs a template
16589         argument (which also lives in texinfo)
16590
16591         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16592
16593 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
16594
16595         * config.sub (ncr3000):  Change i386 to i486.
16596
16597 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16598
16599         * Makefile.in: add install-rcs, install-grep to
16600         install-no-fixedincludes, removed install-bison and install-libgcc
16601
16602 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
16603
16604         * configure.in: grab the HPUX makefile fragment if on HPUX
16605
16606 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
16607
16608         * Makefile.in: eradicate bison spoor (ditto libgcc).
16609          configure.in: recognise m68{k,000}-ericsson-OSE.
16610          es1800 is alias for m68k-ericsson-OSE
16611
16612 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16613
16614         * configure.in: rearrange the parts that remove programs from
16615         configdirs, based now on HOST==TARGET or by canonical triple.
16616
16617 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16618
16619         * test-build.mk: recurse explicitly with -f test-build.mk when
16620           appropriate.  predicate stage3 and comparison on the existence
16621           of gcc.  That is, if gcc isn't around, we aren't three-staging.
16622           On very clean, also remove ...stamp-co.  Build in-place before
16623           doing other builds.
16624
16625 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16626
16627         * Makefile.in, configure.in: add tgas
16628
16629 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16630
16631         * Makefile.in: a number of changes merged in from progressive.
16632
16633         * configure.in: add libm.
16634
16635         * .cvsignore: ignore some stuff that comes from test-build.mk.
16636
16637 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
16638
16639         * config.sub:  Add es1800 (m68k-ericsson-es1800).
16640
16641 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
16642
16643         * configure: Add program_suffix (parallel to program_prefix)
16644         * Makefile.in: adjust directory-creating script for losing decstation
16645
16646 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
16647
16648         * configure:  Minor $subdir-related fixes.
16649
16650 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16651
16652         * configure: fix various problems with propogating
16653         makefile_target_frag in subdirs.
16654         * configure.in: config libgcc if its there
16655
16656 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
16657
16658         * config.sub:  HPPA merge.
16659
16660 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
16661
16662         * Makefile.in:  Replace all-bison with all-byacc in all
16663         dependency lines for other tools (which now use byacc).
16664
16665 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
16666
16667         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
16668
16669 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
16670
16671         * Makefile.in: make gprof rules similar to byacc rules (instead of
16672         vestigal $(unsubdir) that didn't work...)
16673
16674 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
16675
16676         * config.sub:  Add support for Linux.
16677         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
16678         (at least for libg++).
16679
16680 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
16681
16682         * configure.texi: fix doc for the -nfp option to configure
16683
16684 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
16685
16686         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16687
16688 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
16689
16690         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16691         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16692         * configure.in: added solaris* host_makefile_frag hook.
16693
16694 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16695
16696         * config.sub: changed recognition of m68000 so that various
16697         m68k types can be specified via m680[01234]0
16698
16699 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16700
16701         * config.sub (basic_machine): fix sed so that '-foo' isn't
16702         completely substituted out while .+'-foo' loses the '-foo'
16703
16704 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16705
16706         * config.sub ($os): Add -aout.
16707
16708 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
16709
16710         * configure:  If host_makefile_frag is absolute, don't
16711         prefix ${invsubdir} (relevant to libg++ auto-configure).
16712
16713 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16714
16715         * Makefile.in (tooldir): Define it.
16716         (all-ld): Depend on all-flex.
16717
16718 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
16719
16720         * Makefile.in (check):  Fix libg++ special case.
16721
16722 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
16723
16724         * configure: do not bury `pwd` into config.status, thus do fewer
16725           pwd's.
16726
16727         * configure: print the "Building in" message only when building in
16728           other than "." AND verbose.
16729
16730         * configure: remove -s, rework -v to better accommodate guested
16731           configures.
16732
16733         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16734
16735 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
16736
16737         * Makefile.in: macroize flags passed on recursion.  remove
16738           fileutils.
16739
16740 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
16741
16742         * configure: get makesrcdir right for subdirs deeper than 1.
16743
16744         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16745           install.
16746
16747 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
16748
16749         * Makefile.in: don't print subdir_do or recursion lines.
16750
16751 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
16752
16753         * standards.texi: added menu item.
16754
16755         * Makefile.in: build and install standards.info.
16756
16757         * standards.texi: new file.
16758
16759 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16760
16761         * configure: test for and move config.status pieces from
16762           ${subdir}/.
16763
16764 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
16765
16766         * configure:  Test for existance of files before trying to mv
16767         them, to avoid numerous non-existance messages.
16768
16769 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
16770
16771         * configure: correct final line of config.status.
16772
16773         * configure: patch from eggert.  Avoids a protection problem if
16774           the original Makefile.in is read only.
16775
16776         * configure: use move-if-change from gcc to create config.status.
16777           Some makefiles depend on config.status to tell if a directory
16778           has been reconfigured for a different host.  This change
16779           prevents those directories from remaking everything in the case
16780           where the reconfig was only intended to rebuild a Makefile.
16781
16782         * configure: test for config.sub with "config.sub sun4" rather
16783           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
16784           host alias from a missing config.sub.
16785
16786 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16787
16788         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16789           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
16790
16791 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
16792
16793         * configure: mkdir ${subdir} as needed.
16794
16795 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
16796
16797         * Makefile.in,configure.in: added autoconf.
16798
16799 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16800
16801         * Makefile.in: no longer pass against on recursion.
16802
16803         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16804           definitions are not inherited.
16805
16806         * configure: correct makesrcdir when subdir is .
16807
16808 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
16809
16810         * configure:  Add support for 'subdirs' variable, which is
16811         like 'configdirs', except that configure doesn't re-invoke
16812         itself for subdirs, it just creates a Makefile for each subdir.
16813         * configure.texi:  Document subdirs.
16814
16815 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16816
16817         * configure.in: added flex to configdirs
16818
16819 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
16820
16821         * Makefile.in: remove clean-stamps from clean.
16822
16823 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
16824
16825         * configure.in:  Add gdbtest to configdirs.
16826
16827 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
16828
16829         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
16830         to recursive makes.
16831         * configure.in:  Recognize new ncr3000 config.
16832
16833 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
16834
16835         * Makefile.in, configure.in: removed references to gdbm.
16836
16837 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
16838
16839         * config.sub:  Don't canonicalize os value
16840         newsos* to bsd (readline needs to check for newsos).
16841         (This fix was earlier made Jan 31, but got re-broken.)
16842
16843 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
16844
16845         * configure.in:  sco is an os, not a vendor!
16846
16847         * configure:  Quote $( better.  Keep various shells happy.
16848
16849 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
16850
16851         * Makefile.in: eliminate stamp-files.
16852
16853 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
16854
16855         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
16856           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16857
16858 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
16859
16860         * config.sub:  fix iris/iris3.
16861
16862 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
16863
16864         * configure: re-add -rm.
16865
16866 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
16867
16868         * Maskefile.in: add .stmp-rcs to all.
16869
16870         * configure.in: remove gas from rs6000 build, use aix host fragment.
16871
16872 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
16873
16874         * configure: pass down site_option during recursion.
16875
16876 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
16877
16878         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
16879
16880 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
16881
16882         * configure: Change exec_prefix so that it really defaults to prefix.
16883
16884 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
16885
16886         * Makefile.in, configure.in:  Add support for mmalloc library.
16887
16888 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
16889
16890         * Makefile.in: add stmp dependencies for a few more things.
16891
16892 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
16893
16894         * configure: adjusted error message on objdir/srcdir configure
16895           collision, per john's suggestion.
16896
16897         * Makefile.in: add libiberty stmp to all and all.cross.
16898
16899 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
16900
16901         * Makefile.in: remove force dependencies, add grep to all.
16902
16903 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
16904
16905         * Makefile.in: drop flex.  make stamp files work.
16906
16907         * configure: added test for conflicting configuration in srcdir,
16908           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
16909           gets cranky.  use relative paths for configure and srcdir
16910           whenever possible.  Send some error messages to stderr that were
16911           going to stdout.
16912
16913 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
16914
16915         * Makefile.in:  Fix libg++ rule to check for gcc directory
16916         before using gcc/gcc.  Also pass XTRAFLAGS.
16917
16918 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
16919
16920         * Makefile.in: added stmp-files so that directories aren't polled
16921           when they are already built.
16922
16923         * configure.texi: fixed a node pointer problem.
16924
16925 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
16926
16927         * config.sub configure.in gdb/configure.in
16928         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16929         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16930         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
16931
16932 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16933
16934         * configure: -recurring becomes -silent.  corrected help message
16935           for -site= option.
16936
16937         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16938
16939 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16940
16941         * configure: when building Makefile for crosses, replace
16942           tooldir and program_prefix.  default srcdir from location of
16943           config.sub.  remove "for host in hosts" and "for target in
16944           targets" loops.
16945
16946 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16947
16948         * Makefile.in: Do not pass bindir or mandir to cvs.
16949
16950 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
16951
16952         * Makefile.in, configure.in: removed traces of namesubdir,
16953           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
16954           copyrights to '92, changed some from Cygnus to FSF.
16955
16956         * configure.texi: remove most references to multiple hosts,
16957           multiple targets, subdirs, etc.
16958
16959         * configure.man: removed rcsid. reference config.sub not
16960           config.subr.
16961
16962         * Makefile.in: mkdir $(infodir) on install-info.
16963
16964 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
16965
16966         * configure.texi:  Explain better about .gdbinit and about
16967         the environment that configure.in sections run in.
16968
16969 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
16970
16971         * configure.in:  Ultrix is only a decstation if it's a MIPS.
16972
16973 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
16974
16975         * README:  DOC.configure => cfg-paper.texi.
16976
16977 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
16978
16979         * config.sub (near case $os):  Don't convert newsos* to bsd!
16980
16981 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
16982
16983         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
16984         the number of copies of COPYING that go into the GDB tar file.
16985
16986 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
16987
16988         * bfd/configure.in, gdb/config/mh-i386sco,
16989         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16990         Fix SCO configuration stuff.
16991
16992 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
16993
16994         * Makefile.in:  For libg++, make sure the -I pointing
16995         to the gcc directory goes *after* all the libg++-local -I flags.
16996         Also, move just-gcc dependency from just-libg++ to all-libg++.
16997
16998 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
16999
17000         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
17001
17002 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
17003
17004         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
17005
17006 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
17007
17008         * config.sub:  Add stratus configuration frags.  Also
17009         submitted to FSF.
17010
17011 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
17012
17013         * Makefile.in (DEV_SUPPORT):  add configure.man.
17014
17015         * config.sub(Decode manufacturer-specific):  add -none*.
17016
17017 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
17018
17019         * Makefile.in:  remove form feeds to make Sun's make happy.
17020         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
17021
17022 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
17023
17024         * Makefile.in (AR_FLAGS):  Make quieter.
17025
17026 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
17027
17028         * configure.in:  Add libg++.
17029         * configure:  When verbose, don't output the command line at each
17030         level; it will be unremarkably the same as the previous version,
17031         which will be the same as what the user typed.
17032
17033 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
17034
17035         * configure.in, Makefile.in: fix clean-info, add flex.  add
17036           fileutils.
17037
17038         * configure: be less sensitive to spaces in Makefile.in.  Do not
17039           look for sources in "..".  Doing so breaks subdirectories that
17040           might have their own configure.  If a subdir has it's own
17041           configure script, use it.
17042
17043 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
17044
17045         * cfg-paper.texi: some changes suggested by rms.
17046
17047 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
17048
17049         * config.sub:  Merge in some small additions from the FSF version,
17050         taken from the gcc distribution, to bring the Cygnus and FSF
17051         versions into closer sync.
17052
17053 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
17054
17055         * configure.in:  Changed svr4 references to sysv4.
17056
17057 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
17058
17059         * configure: added -V for version number option.
17060
17061 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
17062
17063         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
17064           renamed from DOC.configure to cfg-paper.texi.
17065
17066 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17067
17068         * configure, config.subr, config.sub: config.subr is now
17069           config.sub again.
17070
17071 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
17072
17073         * configure.texi: new file, in progress.
17074
17075         * Makefile.in: build info file and install the man page for
17076           configure.
17077
17078         * configure.man: new file, first cut.
17079
17080         * configure: find config.subr again now that configuration "none"
17081           has gone.  removed all traces of the -ansi option.  removed all
17082           traces of the -languages option.
17083
17084         * config.subr: resync from rms.
17085
17086 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17087
17088         * configure, config.sub, config.subr: merge config.sub into
17089           config.subr, call the result config.subr, remove config.sub, use
17090           config.subr.
17091
17092         * Makefile.in: revised install for dir.info.
17093
17094 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17095
17096         * configure.in: add decstation host makefile frag.
17097
17098         * Makefile.in: BISON now bison -y again.  also install-gcc on
17099           install.  clean-gdbm on clean.  infodir belongs in datadir.
17100           Make directories for info install.  Build dir.info here then
17101           install it.
17102
17103 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17104
17105         * Makefile.in: fix for bad directory tests.
17106
17107 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17108
17109         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
17110           regexp.  -srcdir relative was being handled incorrectly.
17111
17112         * Makefile.in: unwrapped some for loops so that parallel makes
17113           work again and so one can focus one's attention on a particular
17114           package.
17115
17116 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17117
17118         * configure: added PWD as a stand in for `pwd` (for speed). use
17119           elif wherever possible.  make -srcdir work without -objdir.
17120           -objdir= commented out.
17121
17122 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17123
17124         * configure: +options become --options.  -subdirs commented out.
17125           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
17126           Makefile now at top of generated Makefile.  Removed cvs log
17127           entries.  added -srcdir.  create .gdbinit only if there is one
17128           in ${srcdir}.
17129
17130         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
17131           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
17132           and mandir now keyed off datadir by default.
17133
17134 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17135
17136         * Freshly created ChangeLog.
17137
17138 \f
17139 Local Variables:
17140 mode: change-log
17141 left-margin: 8
17142 fill-column: 76
17143 version-control: never
17144 End: