OSDN Git Service

PR debug/51032 - ICE in dbxout_type, at dbxout.c:2372
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2011-11-08  Richard Henderson  <rth@redhat.com>
2
3         * configure.ac: Test for libitm directory present first.
4
5         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
6
7         * configure.ac: Test libitm/configure.tgt to disable libitm.
8         * configure: Rebuild.
9
10 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
11             Richard Henderson  <rth@redhat.com>
12
13         Merged from transactional-memory.
14
15         * Makefile.def (lang_env_dependencies): libitm is c++.
16         Add libitm target module.
17         * configure.ac: Likewise.
18         * config/mmap.m4: New file.
19         * contrib/gcc_update: Add libitm to touch data.
20         * Makefile.in, configure: Rebuild.
21
22 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23
24         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
25         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
26         * Makefile.in: Regenerate.
27
28 2011-11-01  DJ Delorie  <dj@redhat.com>
29
30         * config.sub: Update to version 2011-10-29 (added rl78)
31
32 2011-10-27  Nick Clifton  <nickc@redhat.com>
33
34         * config.sub: Import these changes from the config project:
35
36         2011-10-08  Joern Rennecke <joern.rennecke@embecosm.com>
37             Ben Elliston  <bje@gnu.org>
38
39         * config.sub (epiphany): New.
40
41         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
42             Ben Elliston  <bje@gnu.org>
43
44         * config.sub (hexagon, hexagon-*): New.
45
46         2011-08-23  Roland McGrath  <mcgrathr@google.com>
47
48         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
49         64eb to be64.
50
51         2011-08-16  Roland McGrath  <mcgrathr@google.com>
52
53         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
54         (nacl): Grok as alias for 32el-unknown-nacl.
55
56 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
57
58         * MAINTAINERS (Write After Approval): Add myself.
59
60 2011-10-24  Teresa Johnson  <tejohnson@google.com>
61
62         * MAINTAINERS (Write After Approval): Add myself.
63
64 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
65
66         * MAINTAINERS (sparc port): Remove myself.
67
68 2011-09-14  Tom de Vries  <tom@codesourcery.com>
69
70         * MAINTAINERS (Write After Approval): Add myself.
71
72 2011-08-14  Yao Qi  <yao@codesourcery.com>
73
74         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
75         * configure: Regenerate.
76
77 2011-07-26  Ian Lance Taylor  <iant@google.com>
78
79         * configure.ac: Set have_compiler based on whether gcc directory
80         exists, rather than on whether gcc is in configdirs.
81         * configure: Rebuild.
82
83 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
84
85         * MAINTAINERS (Global Reviewers): Add self.
86
87 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
88
89         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
90         link directories.
91         * Makefile.in: Rebuild.
92
93 2011-07-20  Ian Lance Taylor  <iant@google.com>
94
95         PR bootstrap/49787
96         * configure.ac: Move --enable-bootstrap handling earlier in file.
97         If --enable-bootstrap and either --enable-build-with-cxx or
98         --enable-build-poststage1-with-cxx, enable C++ automatically.
99         * configure: Rebuild.
100
101 2011-07-19  Ian Lance Taylor  <iant@google.com>
102
103         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
104         make C++ a boot_language.  Set and substitute
105         POSTSTAGE1_CONFIGURE_FLAGS.
106         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
107         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
108         * configure, Makefile.in: Rebuild.
109
110 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
111
112         * MAINTAINERS (Register Allocation): Move myself from reviewers to
113         maintainers.
114
115 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
116
117         * MAINTAINERS (Global Reviewers): Add myself.
118
119 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
120
121         * configure: Regenerate.
122
123 2011-07-16  Jason Merrill  <jason@redhat.com>
124
125         * Makefile.def (language=c++): Add check-c++0x and
126         check-target-libmudflap-c++.
127         * Makefile.tpl (check-target-libmudflap-c++): New.
128         * Makefile.in: Regenerate.
129
130 2011-07-16  Matthias Klose  <doko@ubuntu.com>
131
132         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
133         * Makefile.def (target_modules/libjava): Pass
134         $(EXTRA_CONFIGARGS_LIBJAVA).
135         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
136         if not configured with --enable-static-libjava.
137         * Makefile.in: Regenerate.
138         * configure: Likewise.
139
140 2011-07-15  Jason Merrill  <jason@redhat.com>
141
142         * Makefile.in (check-c++): Move check-gcc-c++0x after
143         check-target-libstdc++-v3.
144
145 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
146
147         * MAINTAINERS (c6x port): New entry.
148
149 2011-07-13  Jason Merrill  <jason@redhat.com>
150
151         * Makefile.in (check-gcc-c++0x): New.
152         (check-c++): Depend on it.
153
154 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
155
156         PR target/39150
157         * configure.ac (i[3456789]86-*-solaris2*): Also accept
158         x86_64-*-solaris2.1[0-9]*.
159         * configure: Regenerate.
160
161 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
162
163         * MAINTAINERS (RTL optimizers): Add self.
164
165 2011-06-27  Gabriel Charette  <gchare@google.com>
166
167         * MAINTAINERS (Write After Approval): Add myself.
168
169 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
170
171         PR regression/47836
172         PR bootstrap/23656
173         PR other/47733
174         PR bootstrap/49247
175         PR c/48825
176         * configure.ac (target_libraries): Remove target-libiberty.
177         Remove case-statement setting skipdirs=target-libiberty for
178         multiple targets.  Remove checking target_configdirs and
179         removing target-libiberty but keeping target-libgcc if
180         otherwise empty.
181         * Makefile.def (target_modules): Don't add libiberty.
182         (dependencies): Remove all traces of target-libiberty.
183         * configure, Makefile.in: Regenerate.
184
185 2011-06-13  Walter Lee <walt@tilera.com>
186
187         * configure.ac (tilepro-*-*) New case.
188         (tilegx-*-*): Likewise.
189         * configure: Regenerate.
190
191 2011-06-06  Jing Yu  <jingyu@google.com>
192
193         * configure.ac: Skip target-libiberty for
194         arm*-*-linux-androideabi.
195         * configure: Regenerated.
196
197 2011-06-06  Nick Clifton  <nickc@redhat.com>
198
199         * config.sub: Sync from upstream.
200
201 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
202
203         * MAINTAINERS (Write After Approval): Add myself.
204
205 2011-06-01  Daniel Jacobowitz  <drow@false.org>
206
207         * MAINTAINERS: Update my email address.
208
209 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
210
211         * MAINTAINERS (Write After Approval): Update my email address.
212
213 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
214
215         * MAINTAINERS (Write After Approval): Add myself.
216
217 2011-05-08  Doug Kwan  <dougkwan@google.com>
218
219         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
220         * configure: Regenerated.
221         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
222         value from configure.
223         * Makefile.in: Regenerated.
224
225 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
226
227         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
228         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
229         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
230         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
231         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
232         *-*-vxworks*): Disable newlib and libgloss in separate case
233         statement.
234         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
235         to separate case statement.
236         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
237         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
238         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
239         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
240         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
241         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
242         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
243         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
244         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
245         i[[3456789]]86-*-rdos*, m32r-*-*,
246         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
247         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
248         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
249         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
250         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
251         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
252         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
253         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
254         and libgloss in main case over targets.  Remove most empty cases
255         in main case over targets.
256         * configure: Regenerate.
257
258 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
259
260         * MAINTAINERS (Write After Approval): Add myself.
261
262 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
263
264         * configure.ac: Remove code setting special library locations for
265         hppa*64*-*-hpux11*.  Remove code setting compiler for
266         sparc-sun-solaris2*.
267         * configure: Regenerate.
268
269 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
270
271         * configure.ac: Separate libgloss_dir settings from general case
272         over targets.
273         * configure: Regenerate.
274
275 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
276
277         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
278         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
279         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
280         cases in libgcj-disabling case statement.
281         (hppa*64*-*-linux*): Set unsupported_languages instead of
282         disabling target-zlib.
283         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
284         to hppa*64*-*-hpux*.
285         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
286         hppa*-*-hpux*.
287         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
288         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
289         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
290         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
291         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
292         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
293         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
294         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
295         libgcj-disabling case statement.
296         * configure: Regenerate.
297
298 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
299
300         * configure.ac: Disable Java for targets not supporting libffi.
301         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
302         Remove cases in Java-disabling statement.
303         (*arm-wince-pe): Change to arm-wince-pe.
304         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
305         cases in Java-disabling statement.
306         (bfin-*-*): Don't disable Java again.
307         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
308         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
309         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
310         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
311         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
312         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
313         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
314         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
315         Java-disabling statement.
316         (mmix-*-*): Don't disable Java again.
317         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
318         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
319         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
320         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
321         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
322         statement.
323         * configure: Regenerate.
324
325 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
326
327         * configure.ac: Separate cases disabling Java and Java libraries
328         from general case over targets.
329         * configure: Regenerate.
330
331 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
332
333         * MAINTAINERS: Update my email address.
334
335 2011-04-20  Easwaran Raman  <eraman@google.com>
336
337         * MAINTAINERS (Write After Approval): Add myself.
338
339 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
340
341         PR lto/48086
342         * configure.ac: Re-enable LTO on *-apple-darwin9*.
343         * configure: Regenerate.
344
345 2011-04-16  Jim Meyering  <meyering@redhat.com>
346
347         * MAINTAINERS (Write After Approval): Add myself.
348
349 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
350
351         * MAINTAINERS: Update my email address.
352
353 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
354
355         * MAINTAINERS (Write After Approval): Add myself.
356
357 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
358
359         * MAINTAINERS (Write After Approval): Add myself.
360
361 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
362
363         * MAINTAINERS (Write After Approval): Add myself.
364
365 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
366
367         * configure.ac (build_tools): Remove build-byacc.
368         (host_libs): Remove mmalloc.
369         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
370         autoconf automake libtool diff rcs fileutils shellutils time
371         textutils wdiff find uudecode hello tar gzip indent recode release
372         sed perl gawk findutils gettext zip.
373         (libgcj): Remove target-qthreads.
374         (target_tools): Remove target-examples target-gperf.
375         (YACC): Don't handle building byacc.
376         * configure: Regenerate.
377         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
378         dosutils, examples, fileutils, find, findutils, gawk, gettext,
379         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
380         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
381         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
382         handle building components.
383         * Makefile.in: Regenerate.
384
385 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
386
387         * MAINTAINERS: Update my email address as Xtensa maintainer.
388
389 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
390
391         * config.sub: Sync from upstream.
392
393 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
394
395         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
396         (microblaze*): Don't disable libssp.
397         * configure: Regenerate.
398
399 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
400
401         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
402         moveifchange.
403         * configure: Regenerate.
404         * Makefile.tpl: Use @SHELL@ not @config_shell@.
405         * Makefile.in: Regenerate.
406
407 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
408
409         * configure.ac (*-*-sysv4*): Don't enable libgomp.
410         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
411         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
412         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
413         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
414         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
415         md_exec_prefix cases.
416         * configure: Regenerate.
417
418 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
419
420         * configure.ac: Separate cases disabling target-libssp,
421         target-libiberty, target-libstdc++-v3 and Fortran from general
422         case over targets.
423         * configure: Regenerate.
424
425 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
426
427         * configure.ac (*-*-chorusos): Don't disable libgcj.
428         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
429         Remove case.
430         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
431         (arm-*-coff): Don't disable libgcj.
432         (arm*-*-linux-gnueabi): Remove useless assignment.
433         (arm-*-riscix*): Don't disable libgcj.
434         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
435         configuration.
436         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
437         (c54x*-*-*): Remove case.
438         (tic54x-*-*): Don't disable GCC or GCC libraries.
439         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
440         to *.
441         (d10v-*-*): Don't disable GCC libraries.
442         (d30v-*-*): Don't disable libgcj.
443         (h8500-*-*): Don't disable GCC libraries.
444         (i960-*-*): Don't disable libgcj.
445         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
446         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
447         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
448         libgcj.
449         (m68k-*-coff*): Remove case.
450         (mmix-*-*): Don't disable libgloss on host.
451         (mn10200-*-*, mn10300-*-*): Remove cases.
452         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
453         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
454         Don't disable libgcj.
455         (romp-*-*): Remove case.
456         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
457         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
458         case.
459         (v810-*-*): Don't disable GCC libraries.
460         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
461         (ip2k-*-*): Don't disable GCC libraries.
462         * configure: Regenerate.
463
464 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
465
466         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
467         libffi on host.
468         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
469         on host.
470         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
471         * configure: Regenerate.
472
473 2011-03-26  John Marino  <binutils@marino.st>
474
475         * configure.ac: Add support for *-*-dragonfly*
476         * configure: Regenerate.
477
478 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
479
480         * configure.ac (native_only): Remove.
481         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
482         send-pr uudecode guile gnuserv on host.
483         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
484         send-pr rcs guile perl texinfo libtool on host.
485         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
486         automake send-pr rcs guile perl texinfo libtool on host.
487         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
488         (*-*-kaos*): Don't disable target-examples target-gperf on target.
489         (alpha*-dec-osf*): Don't disable fileutils on target.
490         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
491         texinfo send-pr expect dejagnu on target.
492         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
493         target-qthreads on target.
494         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
495         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
496         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
497         x86_64-*-mingw*): Don't disable expect on target.
498         (*-*-cygwin*): Don't disable target-gperf on target.
499         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
500         gnuserv on target.
501         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
502         target.
503         * configure: Regenerate.
504
505 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
506
507         * configure.ac (target_tools): Remove target-groff.
508         (native_only): Remove target-groff.
509         (hppa*64*-*-*): Don't disable byacc.
510         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
511         setting.
512         (*-*-kaos*): Don't skip target-librx and target-groff.
513         (*-*-netware*): Don't skip target-libmudflap.
514         (*-*-tpf*): Don't skip target-libmudflap.
515         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
516         directories on the host.
517         (ia64*-*-*vms*): Don't skip tix.
518         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
519         host.
520         * configure: Regenerate.
521
522 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
523
524         * configure.ac: Remove references to mt-mep, mt-netware,
525         mt-wince.
526         * Makefile.def: Add all-utils soft dependencies.
527         * Makefile.tpl: Remove GDB_NLM_DEPS.
528         * configure: Regenerate.
529         * Makefile.in: Regenerate.
530
531 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
532
533         * configure.ac: Do not include mh-x86omitfp.
534         * configure: Regenerate.
535
536 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
537
538         * configure.ac: Remove empty cases.
539         * configure: Regenerate.
540
541 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
542
543         * Makefile.def: Add dependency from termcap to gdb.
544         * Makefile.in: Regenerate.
545
546 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
547
548         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
549         * configure: Regenerate.
550         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
551         * Makefile.tpl: Likewise.
552         * Makefile.in: Regenerate.
553
554 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
555
556         * configure.ac: Remove all mentions of tentative_cc.
557         * configure: Regenerate.
558
559 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
560
561         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
562         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
563         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
564         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
565         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
566         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
567         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
568         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
569         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
570         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
571         *-*-rhapsody*): Remove host cases.
572         * configure: Regenerate.
573
574 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
575
576         * configure.ac (ppc*-*-pe): Remove host case.
577         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
578         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
579         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
580         cases.
581         * configure: Regenerate.
582
583 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
584
585         * config.sub: Update to version 2011-03-23.
586
587 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
588
589         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
590         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
591         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
592         * configure: Regenerate.
593
594 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
595
596         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
597         to Write After Approval.
598         * config-ml.in: Don't handle arc-*-elf*.
599         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
600         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
601         handle GCC libraries.
602         * configure: Regenerate.
603
604 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
605
606         PR bootstrap/48120:
607         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
608         Add -lstdc++ -lm to LIBS.
609         * configure: Regenerate.
610
611 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
612
613         * config.guess: Update to version 2011-02-02
614         * config.sub: Update to version 2011-02-24
615
616 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
617
618         PR lto/48086
619         * configure.ac: Re-enable LTO on *-apple-darwin9.
620         * configure: Regenerate.
621
622 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
623
624         PR lto/48086
625         * configure.ac: Disable LTO on darwin due to an assembler change in
626         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
627         under 256.
628         * configure: Regenerate.
629
630 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
631
632         * MAINTAINERS: Update myself as score backend maintainer, update my e-mail address.
633
634 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
635
636         * MAINTAINERS: Update my e-mail address.
637
638 2011-03-06  Joey Ye  <joey.ye@arm.com>
639
640         * MAINTAINERS: Update my e-mail address.
641
642 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
643
644         * configure.ac: Adjust test of with_ppl.
645         * configure: Regenerated.
646
647 2011-03-02  Kai Tietz  <ktietz@redhat.com>
648
649         * MAINTAINERS: Adjust my e-mail address.
650
651 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
652
653         * configure.ac: Add -lpwl to ppllibs.
654         * configure: Regenerated.
655
656 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
657
658         * config/cloog.m4: Add -lisl to clooglibs.
659         * configure: Regenerated.
660
661 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
662
663         * MAINTAINERS (CPU Port maintainers): Add self.
664
665 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
666
667         * MAINTAINERS: Add myself as testsuite maintainer.
668
669 2011-02-15  Mike Stump  <mikestump@comcast.net>
670
671         * MAINTAINERS: Add myself as testsuite maintainer.
672
673 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
674
675         Import from Libtool and gnulib:
676
677         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
678
679         Prepare for supporting FreeBSD 10.
680         * config.rpath: Remove handling of freebsd1* which soon would
681         match FreeBSD 10.0.
682
683         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
684
685         Remove support for FreeBSD 1.x.
686         * libtool.m4 (_LT_LINKER_SHLIBS)
687         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
688         soon would incorrectly match FreeBSD 10.0.
689
690 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
691
692         PR binutils/12283
693         * move-if-change: Import version from gnulib.
694
695 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
696
697         PR lto/47225
698         * Makefile.def (lto-plugin): Double dash for enable-shared.
699         (configure-gcc): Depend on all-lto-plugin.
700         * Makefile.in: Rebuilt.
701
702 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
703
704         * configure.ac: Remove extra bracket.
705         * configure: Regenerate.
706
707 2011-02-08  Tobias Burnus  <burnus@net-b.de>
708
709         * MAINTAINERS: Add myself as libquadmath maintainer.
710
711 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
712
713         * MAINTAINERS: Update my email address.
714
715 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
716
717         * MAINTAINERS (option handling): Add self.
718
719 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
720
721         PR lto/47225
722         * Makefile.def: Add dependency for install-gcc
723         on install-lto-plugin.
724         * Makfile.in: Regenerated
725
726 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
727
728         * MAINTAINERS (CPU Port Maintainers): Add myself.
729
730 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
731
732         PR libgcj/44341
733         * configure.ac: Discard --with-* flags for host when configuring
734         target libraries for cross build.
735         * configure: Rebuilt.
736
737 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
738
739         * MAINTAINERS (linear loop transforms): Removed.
740
741 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
742
743         * configure.ac: If with_ppl is no, move setting with_cloog=no
744         after CLOOG_REQUESTED check.
745         * configure: Regenerated.
746
747 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
748
749         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
750         CLooG has been requested.
751         * configure: Regenerated.
752
753 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
754
755         * configure: Regenerated.
756         * configure.ac: Check for version 0.11 (or later revision) of PPL.
757
758 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
759
760         * configure: Regenerated.
761         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
762
763 2011-01-21  Andreas Schwab  <schwab@redhat.com>
764
765         * configure.ac: Use AS_HELP_STRING throughout.
766         * configure: Regenerate.
767
768 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
769
770         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
771         * configure: Regenerate.
772
773 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
774
775         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
776
777 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
778
779         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
780         for ia64-hpux.
781         * configure: Regenerate.
782
783 2011-01-07  Jan Hubicka  <jh@suse.cz>
784
785         PR lto/47225
786         * Makefile.in: Regenerate.
787         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
788         configure.
789
790 2011-01-07  Jan Hubicka  <jh@suse.cz>
791
792         * Makefile.in: Regenerate.
793         * Makefile.def (gcc host module) and soft dependency on lto-plugin
794         and configure dependency on lto-plugin configure.
795         (lto-plugin module): Remove dependency on GCC; add dependency on
796         liniberty.
797
798 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
799
800         * MAINTAINERS (Write After Approval): Add myself.
801
802 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
803
804         * configure: Regenerate.
805
806 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
807
808         * configure.ac: (picochip): Disable libiberty.
809
810 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
811
812         * MAINTAINERS (Write After Approval): Add myself.
813
814 2010-12-10  Ian Lance Taylor  <iant@google.com>
815
816         PR bootstrap/46819
817         * configure.ac: For --disable-libgcj clear libgcj_saved.
818         * configure: Rebuild.
819
820 2010-12-10  Tobias Burnus  <burnus@net-b.de>
821
822         PR fortran/46540
823         * configure.ac: Add --disable-libquadmath and
824         --disable-libquadmath-support.
825         * configure: Regenerate.
826
827 2010-12-03  Ian Lance Taylor  <iant@google.com>
828
829         * MAINTAINERS: Add myself as libgo maintainer.
830
831 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
832
833         PR libffi/46792
834         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
835         * configure: Regenerate.
836
837 2010-12-02  Ian Lance Taylor  <iant@google.com>
838
839         * configure.ac: Always set default for poststage1_ldflags to
840         -static-libstdc++ -static-libgcc.
841
842 2010-11-29  Andreas Schwab  <schwab@redhat.com>
843
844         * configure.ac: Move comment to remove extra space in last argument
845         of GCC_TARGET_TOOL.
846
847 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
848
849         PR other/46026
850         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
851         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
852         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
853         (BASE_FLAGS_TO_PASS): Use it.
854         * configure: Rebuilt.
855         * Makefile.in: Rebuilt.
856
857 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
858
859         PR binutils/12258
860         * configure.ac: Correct comments for --enable-gold/--enable-ld.
861         Properly check default linker.
862         * configure: Regnerated.
863
864 2010-11-23  Matthias Klose  <doko@ubuntu.com>
865
866         * configure.ac: For --enable-gold, handle value `default' instead of
867         `both*'.   New configure option --{en,dis}able-ld.
868         * configure: Regenerate.
869
870 2010-11-20  Ian Lance Taylor  <iant@google.com>
871
872         * configure.ac: Only disable a language library if no language needs
873         it.  Don't let --disable-libgcj uncondtionally disable libffi.
874         * configure: Rebuild.
875
876 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
877
878         * Makefile.in: Regenerate.
879
880         PR other/46202
881         * configure.ac: Fix just-built in-tree STRIP name to be
882         binutils/strip-new.
883         * configure: Regenerate.
884         * Makefile.def (install-strip-gcc, install-strip-binutils)
885         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
886         (install-strip-sid): Mirror dependencies on non-strip variants
887         of these targets on the respective -strip prerequisites.
888         * Makefile.tpl (install-strip, install-strip-host)
889         (install-strip-target): New targets.
890         (install-strip-[+module+], install-strip-target-[+module+]):
891         New targets.
892         * Makefile.in: Regenerate.
893
894 2010-11-19  Ian Lance Taylor  <iant@google.com>
895             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
896
897         * configure.ac: Add target-libgo to target_libraries.  Set
898         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
899         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
900         (HOST_EXPORTS): Add GOC.
901         (BASE_TARGET_EXPORTS): Add GOC.
902         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
903         (GOCFLAGS_FOR_TARGET): New variable.
904         (EXTRA_HOST_FLAGS): Add GOC.
905         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
906         * Makefile.def (target_modules): Add libgo.
907         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
908         (dependencies): Add dependency from configure-target-libgo to
909         configure-target-libffi and all-target-libstdc++-v3.  Add
910         dependencies from all-target-libgo to all-target-libffi.
911         (languages): Add go.
912         * configure: Rebuild.
913         * Makefile.in: Rebuild.
914
915 2010-11-19  Ian Lance Taylor  <iant@google.com>
916
917         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
918         compiler/flag environment variables.
919
920 2010-11-18  Ian Lance Taylor  <iant@google.com>
921
922         * configure.ac: Check for lang_requires_boot_languages in
923         config-lang.in files.
924         * configure: Rebuild.
925
926 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
927             Tobias Burnus  <burnus@net-b.de>
928
929         PR fortran/32049
930         * Makefile.def: Add libquadmath; build it with language=fortran.
931         * configure.ac: Add libquadmath.
932         * Makefile.tpl: Handle multiple libs in check-[+language+].
933         * Makefile.in: Regenerate.
934         * configure: Regenerate.
935
936 2010-11-16  Tom Tromey  <tromey@redhat.com>
937
938         * MAINTAINERS: Moved myself to reviewers section.
939
940 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
941
942         * MAINTAINERS: Moved myself to reviewers section.
943
944 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
945
946         * MAINTAINERS (Various Maintainers): Add self for build machinery.
947         (Write After Approval): Remove self.
948
949 2010-11-15  Andreas Schwab  <schwab@redhat.com>
950
951         * configure.ac: Fix spelling in option names.
952         * configure: Regenerated.
953
954 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
955
956         PR bootstrap/39622
957         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
958         * configure: Regenerated.
959
960 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
961
962         * MAINTAINERS: Update my email address.
963
964 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
965
966         * configure: Regenerate.
967
968 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
969
970         * configure: Regenerate.
971
972 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
973
974         * configure: Regenerate.
975
976 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
977
978         * configure: Regenerate.
979
980 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
981
982         * configure.ac: Support official CLooG.org versions.
983         * configure: Regenerate.
984         * config/cloog.m4: New.
985
986 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
987
988         * MAINTAINERS (Write After Approval): Add myself.
989
990 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
991
992         * MAINTAINERS: Update my email address.
993
994 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
995
996         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
997         * configure: Regenerate.
998
999 2010-11-03  Ian Lance Taylor  <iant@google.com>
1000             Dave Korn  <dave.korn.cygwin@gmail.com>
1001
1002         PR lto/46273
1003         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
1004         and on other supported platforms whenever LTO is enabled.
1005         * configure: Rebuild.
1006
1007 2010-11-02  Alan Modra  <amodra@gmail.com>
1008
1009         PR binutils/12110
1010         * configure.ac: Error when source path contains spaces.
1011         * configure: Regenerate.
1012
1013 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
1014
1015         * MAINTAINERS: Update my email address.
1016
1017 2010-10-20  Ian Lance Taylor  <iant@google.com>
1018
1019         * Makefile.def (target_modules): Set lib_path to src/.libs for
1020         libstdc++-v3 module.
1021         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1022         * Makefile.in: Rebuild.
1023
1024 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1025
1026         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
1027         (Write After Approval): Remove myself.
1028
1029 2010-10-15  Tristan Gingold  <gingold@adacore.com>
1030
1031         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1032
1033 2010-10-14  Douglas Rupp  <rupp@gnat.com>
1034
1035         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1036
1037 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1038
1039         * configure.ac (build_lto_plugin): New shell variable.
1040         (--enable-lto): Turn on by default for all non-ELF platforms that
1041         have had LTO support added so far.  Set build_lto_plugin appropriately
1042         for both ELF and non-ELF.
1043         (configdirs): Add lto-plugin or not based on build_lto_plugin.
1044         * configure: Regenerate.
1045
1046 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1047
1048         Sync from src:
1049         * configure.ac (v850 support): Remove target-libgloss from
1050         noconfigdirs.
1051         * configure: Regenerate.
1052
1053 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1054
1055         PR bootstrap/45326
1056         PR bootstrap/45174
1057         * configure.ac: Honor initial values of $build_configargs,
1058         $host_configargs, $target_configargs.  Mark the precious, so
1059         environment settings get recorded.
1060         * configure: Regenerate.
1061
1062 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1063
1064         PR bootstrap/45796
1065         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1066         Depend on all-build-libiberty.
1067         * Makefile.in: Regenerate.
1068
1069 2010-09-30  Michael Eager  <eager@eagercon.com>
1070
1071         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1072         * configure: Regenerate.
1073
1074 2010-09-28  Michael Eager  <eager@eagercon.com>
1075
1076         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
1077
1078 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1079
1080         PR bootstrap/44621
1081         * configure.ac: Fix unportable shell quoting.
1082         * configure: Regenerate.
1083
1084 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
1085
1086         * configure.ac (enable-lto): Add Darwin to the list of supported lto
1087         targets and amend comment.
1088         * configure: Regenerate.
1089
1090 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
1091
1092         * MAINTAINERS (Write After Approval): Add myself.
1093
1094 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
1095
1096         * configure.ac: Enable LTO by default on Darwin.
1097         * configure: Regenerate.
1098
1099 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
1100
1101         * MAINTAINERS (Write After Approval): Add myself.
1102
1103 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
1104
1105         * MAINTAINERS (Write After Approval): Add myself.
1106
1107 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
1108
1109         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
1110         ports
1111
1112 2010-07-28  David Yuste  <david.yuste@gmail.com>
1113
1114         * MAINTAINERS (Write After Approval): Add myself.
1115
1116 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
1117
1118         * configure.ac: Support all v850 targets.
1119         * configure: Regenerate.
1120
1121 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
1122
1123         PR bootstrap/44455
1124         * configure.ac (extra_mpfr_configure_flags): Copy from
1125         extra_mpc_gmp_configure_flags.
1126         * configure: Re-generated.
1127
1128 2010-07-22  Andi Kleen  <ak@linux.intel.com>
1129
1130         * MAINTAINERS (Write After Approval): Add myself.
1131
1132 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
1133
1134         * MAINTAINERS (Write After Approval): Add myself.
1135
1136 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
1137
1138         * MAINTAINERS (Write After Approval): Add myself.
1139
1140 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
1141
1142         PR target/44862
1143         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1144         Provide -B option to allow for link spec %s substitutions for
1145         libstdc++.a on darwin.
1146         * Makefile.in: Regenerate.
1147
1148 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
1149
1150         * MAINTAINERS (Reviewers): Update my e-mail address
1151
1152 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
1153
1154         * Makefile.def (configure-gcc): Depend on all-libelf.
1155         * Makefile.in: Rebuild.
1156
1157 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
1158
1159         * MAINTAINERS (Write After Approval): Add myself in the right place.
1160
1161 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
1162
1163         * MAINTAINERS (Write After Approval): Add myself.
1164
1165 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
1166
1167         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
1168
1169 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
1170
1171         * config.sub: Update to version 2010-05-21.
1172         * config.guess: Update to version 2010-04-03.
1173
1174 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
1175
1176         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1177         * configure: Regenerate.
1178
1179 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
1180
1181         * MAINTAINERS (Write After Approval): Add myself.
1182
1183 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
1184
1185         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1186         a platform that supports LTO.
1187         * configure: Regenerate.
1188
1189 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
1190
1191         * configure.ac: Allow all the versions greater than 0.10 of PPL.
1192         * configure: Regenerated.
1193
1194 2010-04-27  Roland McGrath  <roland@redhat.com>
1195             H.J. Lu  <hongjiu.lu@intel.com>
1196
1197         * configure.ac (--enable-gold): Support both, both/gold and
1198         both/bfd to add gold to configdirs without removing ld.
1199         * configure: Regenerated.
1200
1201         * Makefile.def: Add install-gold dependency to install-ld.
1202         * Makefile.in: Regenerated.
1203
1204 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
1205
1206         PR lto/42776
1207         * configure.ac (--enable-lto): Refactor handling so libelf tests
1208         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1209         and allow LTO to be explicitly enabled on non-ELF platforms that
1210         are known to support it inside else-clause.
1211         * configure: Regenerate.
1212
1213 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
1214
1215         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1216         * configure: Regenerate.
1217
1218 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
1219
1220         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1221         * configure: Regenerate.
1222
1223 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1224
1225         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1226         separately.
1227         * configure: Regenerate.
1228
1229 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
1230
1231         * MAINTAINERS (Write After Approval): Add myself.
1232
1233 2010-04-14  Tristan Gingold  <gingold@adacore.com>
1234
1235         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1236         * configure: Regenerate.
1237
1238 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
1239
1240         * configure: Regenerate after change to elf.m4.
1241
1242 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
1243
1244         * MAINTAINERS (Write After Approval): Add myself.
1245
1246 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1247
1248         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1249         * configure: Regenerated.
1250
1251 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1252
1253         * configure.ac: Print "buggy but acceptable" when CLooG
1254         revision is less than 9.
1255         * configure: Regenerated.
1256
1257 2010-04-01  Diego Novillo  <dnovillo@google.com>
1258
1259         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
1260
1261 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1262
1263         PR bootstrap/43615
1264         PR bootstrap/43328
1265
1266         Revert:
1267
1268         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1269
1270         * configure.ac: Do not pass --enable-multilib nor
1271         --disable-multilib in baseargs.  Accept explicitly passed
1272         --enable_multilib.
1273         * configure: Regenerate.
1274
1275 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
1276
1277         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
1278
1279 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
1280
1281         * MAINTAINERS: Remove myself.
1282
1283 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1284
1285         PR bootstrap/43328
1286         * configure.ac: Do not pass --enable-multilib nor
1287         --disable-multilib in baseargs.  Accept explicitly passed
1288         --enable_multilib.
1289         * configure: Regenerate.
1290
1291 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
1292
1293         * MAINTAINERS (spu port): Remove me.
1294
1295 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1296
1297         * configure.ac (tic6x-*-*): New case.
1298         * configure: Regenerate.
1299
1300 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1301
1302         * config.sub: Update to version 2010-03-22.
1303         * config.guess: Update to version 2009-12-30.
1304
1305 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
1306
1307         PR ada/42554
1308         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1309         * configure: Regenerate.
1310
1311 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1312
1313         * MAINTAINERS: Update my email address.
1314
1315 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
1316
1317         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
1318         (ghassan.shobaki@amd.com): Removed.
1319
1320 2010-03-17  Alan Modra  <amodra@gmail.com>
1321
1322         * MAINTAINERS: Update my email address.
1323
1324 2010-03-16  Diego Novillo  <dnovillo@google.com>
1325
1326         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
1327         Matthews.
1328
1329 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1330
1331         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
1332         Gutson, Jeffrey D. Oldham and Mark Shinwell.
1333
1334 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1335
1336         * MAINTAINERS: Update my email address.
1337
1338 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
1339
1340         * MAINTAINERS: Update my email address.
1341
1342 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
1343
1344         * MAINTAINERS: Update my email address.
1345
1346 2010-03-09  Jie Zhang  <jie@codesourcery.com>
1347
1348         * MAINTAINERS: Update my email address.
1349
1350 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1351
1352         PR libstdc++/32499
1353         * configure.ac (RANLIB): Default to true.
1354         (STRIP): Likewise.
1355         (RANLIB_FOR_TARGET): Remove superfluous : argument.
1356         * configure: Regenerate.
1357
1358 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
1359
1360         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
1361         (Write After Approval): Update my email address.
1362
1363 2010-02-17  Nick Clifton  <nickc@redhat.com>
1364
1365         PR 11238
1366         * Makefile.tpl (local-distclean): Also remove config.cache files in
1367         sub-directories as there may not be Makefiles present in the
1368         sub-directories.
1369         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1370         the config.cache files found by the find command.
1371
1372         * Makefile.in: Regenerate.
1373         * configure.ac: Revert previous delta.
1374         * configure: Regenerate.
1375
1376 2010-02-15  Nick Clifton  <nickc@redhat.com>
1377
1378         PR 11238
1379         * configure.ac: Delete config.cache files in sub-directories when
1380         deleting Makefiles.
1381         * configure: Regenerate.
1382
1383 2010-02-12  Ben Elliston  <bje@gnu.org>
1384
1385         * MAINTAINERS: Update my email address.
1386
1387 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
1388
1389         * MAINTAINERS (spu port): Update my email address.
1390
1391 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
1392
1393         * MAINTAINERS: Add myself as a maintainer for the bfin port.
1394
1395 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1396
1397         * configure.ac: Add "recommended" version checks for GMP/MPC.
1398         Update recommended GMP/MPFR/MPC versions.
1399         * configure: Regenerate.
1400
1401 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
1402
1403         * MAINTAINERS: Move my Embecosm email address into the
1404         write-after-approval section.
1405
1406 2010-01-26  Ian Lance Taylor  <iant@google.com>
1407
1408         * MAINTAINERS: Add myself as Go frontend maintainer.
1409
1410 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
1411
1412         PR libstdc++/36101, PR libstdc++/42813
1413         * configure.ac (bootstrap_target_libs): Make inclusion of
1414         target-libgomp conditional on libgomb being in target_configdirs.
1415         * configure: Regenerate.
1416
1417 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
1418
1419         PR libstdc++/36101, PR libstdc++/42813
1420         * configure.ac (bootstrap_target_libs): Include target-libgomp.
1421         * configure: Regenerate.
1422
1423 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
1424
1425         PR libstdc++/36101, PR libstdc++/42813
1426         * configure.ac (target_configdirs): Substitute.
1427         * Makefile.def: Bootstrap target module libgomp.
1428         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1429         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1430         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1431         * configure, Makefile.in: Regenerate.
1432
1433 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1434
1435         * MAINTAINERS: Adjust my details.
1436
1437 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
1438
1439         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
1440
1441 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
1442
1443         * MAINTAINERS: reindented my entry with tabs instead of spaces.
1444
1445 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
1446
1447         * MAINTAINERS (Write After Approval): Add myself.
1448
1449 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1450
1451         * MAINTAINERS (Write After Approval): Add myself.
1452
1453 2010-01-11  Richard Guenther  <rguenther@suse.de>
1454
1455         PR lto/41569
1456         * Makefile.def (all-lto-plugin): Depend on all-gcc.
1457         * Makefile.in: Regenerated.
1458
1459 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
1460
1461         * configure.ac: Enable libjava build on x86_64-*freebsd*.
1462         * configure: Regenerate.
1463
1464 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1465             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1466
1467         PR bootstrap/42424
1468         * configure.ac: Include libtool m4 files.
1469         (_LT_CHECK_OBJDIR): Call it.
1470         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1471         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1472
1473         * configure: Regenerate.
1474
1475 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1476
1477         PR bootstrap/41818
1478         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1479         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
1480         * Makefile.in: Regenerate.
1481
1482 2010-01-02  Richard Guenther  <rguenther@suse.de>
1483
1484         PR lto/41529
1485         * configure.ac: Include config/elf.m4.  Disable LTO if not
1486         builting for an elf target.
1487         * configure: Regenerate.
1488
1489 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
1490
1491         * MAINTAINERS: Change my email address.
1492
1493 2009-12-18  Ben Elliston  <bje@au.ibm.com>
1494
1495         * config.sub, config.guess: Update from upstream sources.
1496
1497 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
1498
1499         * MAINTAINERS (Write After Approval): Add myself.
1500
1501 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1502
1503         PR middle-end/30447
1504         PR middle-end/30789
1505         PR other/40302
1506
1507         * configure.ac: Require MPC.
1508         * configure: Regenerate.
1509
1510 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1511
1512         PR target/38384
1513         PR bootstrap/40972
1514         * libtool.m4: Sync from git Libtool.
1515         * ltoptions.m4: Likewise.
1516         * ltversion.m4: Likewise.
1517         * lt~obsolete.m4: Likewise.
1518         * ltmain.sh: Likewise.
1519
1520 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1521
1522         * configure.ac: Update minimum MPC version to 0.8.
1523         * configure: Regenerate.
1524
1525 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
1526
1527         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
1528         * configure: Regenerated.
1529
1530 2009-11-21  Ian Lance Taylor  <iant@google.com>
1531
1532         * configure.ac: Change default of poststage1_ldflags to be empty if
1533         poststage1_libs is set.  When poststage1_libs is empty, and
1534         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
1535         * configure: Rebuild.
1536
1537 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
1538
1539         * MAINTAINERS (Write After Approval): Update my email address.
1540
1541 2009-11-20  Ben Elliston  <bje@au.ibm.com>
1542
1543         * config.guess: Update from upstream sources.
1544
1545 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1546
1547         * Makefile.def: Restore host and target settings for gmp.
1548         * Makefile.in: Rebuild.
1549
1550 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1551
1552         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
1553         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
1554         Fix portability of test of C++ as bootstrap language.  Add
1555         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1556         * configure: Rebuild.
1557         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1558         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
1559         in-tree building.
1560         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1561         (POSTSTAGE1_HOST_EXPORTS): Use it.
1562         (STAGE[+id+]_CXXFLAGS): New.
1563         (BASE_FLAGS_TO_PASS): Pass it down.
1564         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
1565         extra_exports.
1566         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1567         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1568         extra_exports.
1569         * Makefile.in: Rebuild.
1570
1571 2009-11-17  Ben Elliston  <bje@au.ibm.com>
1572
1573         * config.sub, config.guess: Update from upstream sources.
1574
1575 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1576
1577         * MAINTAINERS (Write After Approval): Add myself.
1578
1579 2009-11-09  Jon Beniston  <jon@beniston.com>
1580
1581         * MAINTAINERS (Write After Approval): Add myself.
1582
1583 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
1584
1585         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
1586         paths for *-w64-mingw* and x86_64-*mingw*.
1587         * configure: Regenerated.
1588
1589 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
1590
1591         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
1592
1593 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
1594
1595         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
1596         Phil Edwards to Write-After Approval.
1597
1598 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
1599
1600         * configure.ac: Disable target-winsup & co for
1601         x86_64-*-mingw* and *-w64-mingw* targets.
1602         * configure: Regenerated.
1603
1604 2009-10-16  Nick Clifton  <nickc@redhat.com>
1605
1606         * MAINTAINERS: Add myself as a maintainer for the RX port.
1607
1608 2009-10-26  Johannes Singler  <singler@kit.edu>
1609
1610         * MAINTAINERS (Write After Approval): Update my e-mail address.
1611
1612 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1613
1614         * configure.ac (CLooG test): Use = with test.
1615         * configure: Regenerate.
1616
1617 2009-10-22  Richard Guenther  <rguenther@suse.de>
1618
1619         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
1620         cloog if the ppl version check failed.  Move flags saving
1621         before setting in libelf check.
1622         * configure: Regenerate.
1623
1624 2009-10-21  Richard Guenther  <rguenther@suse.de>
1625
1626         * configure.ac: Adjust the ppl and cloog configure to work as
1627         documented.  Disable cloog if ppl was disabled.  Omit the version
1628         checks if they were disabled.
1629         * configure: Re-generate.
1630
1631 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1632
1633         * configure.ac: Add 'lto' to enable_languages, not
1634         new_enable_languages, and only if not already present.
1635         * configure: Regenerate.
1636
1637 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
1638
1639         * README: Refer to the various COPYING* files instead of just
1640         COPYING.
1641         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
1642
1643 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
1644
1645         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
1646         
1647 2009-10-07  Richard Guenther  <rguenther@suse.de>
1648
1649         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
1650         and Richard Guenther as reviewers.
1651         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
1652         as reviewers.
1653
1654 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
1655
1656         * config.sub: Update from upstream sources.
1657
1658 2009-10-06  Ian Lance Taylor  <iant@google.com>
1659
1660         * Makefile.def: check-gold depends upon all-gas.
1661         * Makefile.in: Rebuild.
1662
1663 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
1664
1665         * MAINTAINERS (Write After Approval): Add myself.
1666
1667 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
1668
1669         * Makefile.def: all-lto-plugin depends on all-libiberty.
1670         set bootstrap=true for lto-plugin.
1671         Add lto-plugin.
1672         * Makefile.in: Regenerate.
1673         * configure.ac (host_libs): Add lto-plugin.
1674         * configure: Regenerate.
1675
1676 2009-10-03  Diego Novillo  <dnovillo@google.com>
1677
1678         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1679         (HOST_LIBELFLIBS): Define.
1680         (HOST_LIBELFINC): Define.
1681         * Makefile.in: Regenerate.
1682         * configure.ac: Add --enable-lto.
1683         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1684         If --enable-lto is used, add 'lto' to new_enable_languages.
1685         If --enable-lto is used and gold is enabled, add
1686         lto-plugin to configdirs.
1687         * configure: Regenerate.
1688
1689 2009-10-03  Simon Baldwin  <simonb@google.com>
1690
1691         * configure.ac: If --with-system-zlib, suppress local zlib and
1692         pass --with-system-zlib to subdir configure scripts.
1693         * configure: Regenerate.
1694
1695 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
1696             Paolo Bonzini  <bonzini@gnu.org>
1697
1698         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1699         $(srcdir).
1700         * Makefile.in: Rebuilt.
1701
1702 2009-09-26  Gary Funck  <gary@intrepid.com>
1703
1704         * MAINTAINERS (Write After Approval): Add myself.
1705
1706 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1707
1708         * configure.ac: Update minimum MPC version to 0.7.
1709         * configure: Regenerate.
1710
1711 2009-09-25  Nick Clifton  <nickc@redhat.com>
1712
1713         * configure.ac: Pass any --cache-file=/dev/null option on to
1714         subconfigures.
1715         * configure: Regenerate.
1716
1717 2009-09-23  Nick Clifton  <nickc@redhat.com>
1718
1719         * config.sub, config.guess: Update from upstream sources.
1720
1721 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
1722
1723         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1724         * Makefile.in: Rebuilt.
1725
1726 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1727
1728         PR bootstrap/32272
1729         * configure.ac: Error out if $srcdir isn't '.' but contains
1730         host-${host_noncanonical}.
1731         * configure: Regenerate.
1732
1733 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1734
1735         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
1736         maintainer.
1737
1738 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1739
1740         * configure.ac: If bootstrapping a combined tree with
1741         --enable-gold, require c++ in stage1_languages.
1742         * configure: Regenerate.
1743
1744         * configure.ac: Also add target_libs of stage1_languages to
1745         bootstrap_target_libs.
1746         * configure: Regenerate.
1747
1748         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1749         with --enable-languages not containing c++.
1750         * configure: Regenerate.
1751
1752 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
1753
1754         * configure.ac: Disable java and boehm-gc for bfin-*-*.
1755         * configure: Regenerate.
1756
1757 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
1758
1759         * MAINTAINERS (Write After Approval): Update my e-mail address,
1760         and move from from here...
1761         (Waiting for paperwork): To here.
1762
1763 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
1764
1765         * MAINTAINERS (Reviewers): Add self as driver reviewer.
1766
1767 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1768
1769         * configure.ac: Do not use $extrasub for replacing @if/@endif
1770         parts in Makefile; instead, use additional arguments to
1771         AC_CONFIG_COMMANDS to do the replacement manually, with several
1772         sed invocations, to avoid HP-UX sed command limits.
1773         * configure: Regenerate.
1774
1775 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
1776
1777         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
1778         blank before -L.
1779
1780 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
1781
1782         * configure.ac (with-build-config): Document.  Handle without.
1783         Handle missing argument.
1784         * configure: Rebuilt.
1785
1786 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
1787
1788         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
1789         Default to bootstrap-debug only if compare-debug works.
1790         * configure: Rebuilt.
1791         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1792         * Makefile.in: Rebuilt.
1793
1794 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1795
1796         * MAINTAINERS (OS Port Maintainers): Update my email address.
1797
1798 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
1799
1800         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1801         * Makefile.in: Rebuilt.
1802
1803 2009-09-01  Chris Demetriou  <cgd@google.com>
1804
1805         * MAINTAINERS (Write After Approval): Add myself.
1806
1807 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
1808
1809         PR debug/30161
1810         * include/dwarf2.h (enum dwarf_tag): Added
1811         DW_TAG_GNU_template_template_param
1812         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
1813
1814 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1815
1816         * Makefile.tpl (AWK): Fix typo.
1817         * Makefile.in: Regenerate.
1818
1819 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1820
1821         * configure.ac: Detect awk and sed.
1822         * Makefile.def (flags_to_pass): Add AWK and SED.
1823         * Makefile.tpl (AWK, SED): New.
1824         (BASE_FLAGS_TO_PASS): Add AWK and SED.
1825         * configure: Regenerate.
1826         * Makefile.in: Regenerate.
1827
1828 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
1829
1830         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
1831         (collapseslashes): Likewise.
1832
1833 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1834
1835         * configure.ac (AC_PREREQ): Bump to 2.64.
1836
1837 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1838
1839         * configure.ac: Remove --with-datarootdir, --with-docdir,
1840         --with-pdfdir, --with-htmldir switches.
1841         * configure: Regenerate.
1842
1843         * configure: Regenerate.
1844
1845         * compile: Sync from Automake 1.11.
1846         * depcomp: Likewise.
1847         * install-sh: Likewise.
1848         * missing: Likewise.
1849         * mkinstalldirs: Likewise.
1850         * ylwrap: Likewise.
1851
1852 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
1853
1854         * ltmain.sh (func_normal_abspath): New function.
1855         (func_relative_path): Likewise.
1856         (func_mode_help): Document new -bindir option for link mode.
1857         (func_mode_link): Add new -bindir option, and use it to place
1858         output DLL if specified.
1859
1860 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1861
1862         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1863         (baseargs): Add --disable-option-checking.
1864         * configure: Regenerate.
1865
1866         * Makefile.def (configure-target-libiberty): Depend on
1867         all-binutils and all-ld.
1868         (configure-target-newlib): Likewise.
1869         * Makefile.in: Regenerate.
1870
1871 2009-08-17  Ben Elliston  <bje@au.ibm.com>
1872
1873         * config.sub, config.guess: Update from upstream sources.
1874
1875 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1876
1877         Sync from src, merge:
1878
1879         2009-07-02  Tristan Gingold  <gingold@adacore.com>
1880
1881         * configure.ac: Do not exclude gas for i386-*-darwin.
1882         Add a case for x86_64-*-darwin.
1883         * configure: Regenerate.
1884
1885 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
1886
1887         * MAINTAINERS: Add my name to Write After Approval list.
1888
1889 2009-08-06  Michael Eager  <eager@eagercon.com>
1890
1891         * configure.ac: Add Microblaze target.
1892         * configure: Regenerate.
1893
1894 2009-07-31  Christian Bruel  <christian.bruel@st.com>
1895
1896         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1897         * configure: Regenerate.
1898         
1899 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
1900
1901         * MAINTAINERS (Write After Approval): Update my e-mail address.
1902
1903 2009-07-06  Ian Lance Taylor  <iant@google.com>
1904
1905         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1906         * configure: Rebuild.
1907
1908 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
1909
1910         * MAINTAINERS: Move myself to the Graphite Reviewers.
1911
1912 2009-06-30  Wei Guozhi  <carrot@google.com>
1913
1914         * MAINTAINERS: Add my name to Write After Approval list.
1915
1916 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
1917
1918         PR bootstrap/40338
1919         * configure.ac (comparestring): Create new variable.
1920         * Makefile.tpl (comparestring): Use to skip some comparisions.
1921         * configure: Regenerate.
1922         * Makefile.in: Regenerate.
1923
1924 2009-06-26  Doug Evans  <dje@sebabeach.org>
1925
1926         * Makefile.def (host_modules): Add cgen.
1927         * Makefile.in: Regenerate.
1928         * configure.ac (host_tools): Add cgen.
1929         * configure: Regenerate.
1930
1931 2009-06-23  DJ Delorie  <dj@redhat.com>
1932
1933         * MAINTAINERS: Add myself as mep maintainer.
1934
1935 2009-06-23  Ian Lance Taylor  <iant@google.com>
1936
1937         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
1938         boot_languages.  Only bootstrap target libraries listed in
1939         target_libs for some boot language.  Add --with-stage1-ldflags,
1940         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
1941         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
1942         if not building with C++.
1943         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1944         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1945         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1946         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1947         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
1948         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1949         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1950         * configure, Makefile.in: Rebuild.
1951
1952 2009-06-23  Li Feng  <nemokingdom@gmail.com>
1953
1954         * MAINTAINERS: Added my name to write-after-approval list.
1955
1956 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
1957
1958         * configure.ac: Define is_elf for QNX Neutrino targets.
1959         * configure: Regenerate.
1960
1961 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
1962
1963         * MAINTAINERS: Added my name to the write-after-approval list
1964
1965 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1966
1967         * configure.ac: Detect MPC in default directory.
1968         * configure: Regenerate.
1969
1970 2009-06-03  Jerome Guitton  <guitton@adacore.com>
1971             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1972
1973         * Makefile.tpl (all): Avoid a trailing backslash.
1974         * Makefile.in: Regenerate.
1975
1976 2009-06-03  Ben Elliston  <bje@au.ibm.com>
1977
1978         * config.sub, config.guess: Update from upstream sources.
1979
1980 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
1981
1982         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1983         to noconfdirs.
1984         * configure: Regenerate.
1985
1986 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
1987
1988         * Makefile.tpl ([+compare-target+]): Compare all stage
1989         directories, rather than just gcc.
1990         * Makefile.in: Rebuilt.
1991
1992 2009-06-01  Doug Kwan  <dougkwan@google.com>
1993
1994         * configure.ac: Support gold for target arm*-*-*.
1995         * configure: Regenerate.
1996
1997 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1998
1999         * Makefile.def: Add MPC support and dependencies.
2000         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
2001
2002         * Makefile.in, configure: Regenerate.
2003
2004 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
2005
2006         * Makefile.tpl (all): Avoid harmless warning in make all when
2007         gcc-bootstrap is enabled but stage_last does not exist.
2008         * Makefile.in: Rebuilt.
2009
2010 2009-05-24  Nicolas Roche  <roche@adacore.com>
2011
2012         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2013         * Makefile.in: Regenerate.
2014
2015 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
2016
2017         * MAINTAINERS: Update my e-mail address.
2018
2019 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
2020
2021         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
2022         * configure:  Regenerate.
2023
2024 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2025
2026         PR other/40159
2027         * Makefile.tpl (all): Don't assume gcc-bootstrap and
2028         gcc-no-bootstrap are mutually exclusive.
2029         * Makefile.in: Rebuilt.
2030
2031 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2032
2033         PR other/40159
2034         * Makefile.tpl (all): Don't end with unconditional success.
2035         * Makefile.in: Rebuilt.
2036
2037 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
2038
2039         PR target/37137
2040         * Makefile.def (flags_to_pass): Remove redundant and incomplete
2041         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2042         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2043         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
2044         stage_configureflags, stage_cflags and stage_libcflags into
2045         explicit Makefile macros.
2046         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2047         GFORTRAN.
2048         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2049         CC.  Set CC_FOR_BUILD from CC.
2050         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2051         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2052         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2053         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
2054         and GFORTRAN.
2055         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2056         (_LIBCFLAGS): Renamed to _TFLAGS.
2057         (do-compare-debug, do-compare3-debug): Drop.
2058         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2059         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2060         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2061         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2062         (XGCC_FLAGS_FOR_TARGET): New.
2063         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2064         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2065         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2066         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2067         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
2068         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
2069         TFLAGS.
2070         (BUILD_CONFIG): Include if requested.
2071         (all): Set TFLAGS on bootstrap.
2072         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2073         (all-stageid-prefixmodule): Likewise.
2074         (do-clean, distclean-stageid): Set TFLAGS.
2075         (restrap): Fix whitespace.
2076         * Makefile.in: Rebuilt.
2077
2078 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
2079
2080         * config.guess: Sync with src.
2081
2082 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
2083
2084         * configure.ac ($with_ppl):  Default to no if not supplied.
2085         ($with_cloog):  Likewise.
2086         configure:  Regenerate.
2087
2088 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
2089
2090         * MAINTAINERS: Update my e-mail address.
2091
2092 2009-04-27  Nick Clifton  <nickc@redhat.com>
2093
2094         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
2095
2096 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
2097
2098         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2099         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2100         * Makefile.in: Regenerate.
2101
2102 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2103
2104         PR bootstrap/39739
2105         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2106         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2107
2108         * configure, Makefile.in: Regenerate.
2109
2110 2009-04-21  Taras Glek  <tglek@mozilla.com>
2111
2112         * include/hashtab.h: Update GTY annotations to new syntax
2113         * include/splay-tree.h: Likewise
2114
2115 2009-04-17  Ben Elliston  <bje@au.ibm.com>
2116
2117         * config.sub, config.guess: Update from upstream sources.
2118
2119 2009-04-15  Anthony Green  <green@moxielogic.com>
2120
2121         * configure.ac: Add moxie support.
2122         * configure: Rebuilt.
2123
2124 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
2125
2126         * configure.ac: Change copyright header to refer to version
2127         3 of the GNU General Public License and to point readers at the
2128         COPYING3 file and the FSF's license web page.
2129         * Makefile.def: Likewise.
2130         * Makefile.tpl: Likewise.
2131         * Makefile.in: Regenerate.
2132
2133 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
2134
2135         * configure.ac: Restore match for darwin9 or later. Use double
2136         brackets since regeneration eats one pair.
2137         * configure: Regenerate.
2138
2139 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
2140
2141         PR gas/10039
2142         * configure.ac: Require texinfo 4.7.
2143         * configure: Regenerated.
2144
2145 2009-04-09  Nick Clifton  <nickc@redhat.com>
2146
2147         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
2148         the GCC Runtime Library Exception.
2149
2150 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2151
2152         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2153         * configure: Regenerate.
2154
2155 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
2156
2157         * Makefil.def (languages): New entries.
2158         * Makefile.tpl (check-gcc-*): New generic target.
2159         * Makefile.in: Regenerate.
2160
2161 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
2162
2163         * MAINTAINERS:  Update my email address.
2164
2165 2009-03-18  Tom Tromey  <tromey@redhat.com>
2166
2167         * configure: Rebuild.
2168         * configure.ac (host_libs): Add libiconv.
2169         * Makefile.in: Rebuild.
2170         * Makefile.def (host_modules): Add libiconv.
2171         (configure-gdb, all-gdb): Depend on libiconv.
2172
2173 2009-03-16  Tristan Gingold  <gingold@adacore.com>
2174
2175         * configure.ac: Treat gdb as supported on x86_64-darwin.
2176         * configure: Regenerate.
2177
2178 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
2179
2180         * configure.ac (--with-host-libstdcxx): New option.
2181         * configure: Regenerate.
2182
2183 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
2184
2185         * MAINTAINERS:  Move myself into the write after approval list.
2186
2187 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
2188
2189         * MAINTAINERS: Update e-mail address.
2190         
2191 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
2192
2193         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
2194
2195 2009-03-10  Ira Rosen  <irar@il.ibm.com>
2196
2197         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
2198
2199 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2200
2201         Backport from git Libtool:
2202
2203         2009-01-19  Robert Millan  <rmh@aybabtu.com>
2204         Support GNU/kOpenSolaris.
2205         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2206         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2207         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2208         GNU/kOpenSolaris.
2209
2210 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
2211
2212         * MAINTAINERS: Update e-mail address.
2213
2214 2009-02-24  Michael Eager  <eager@eagercon.com>
2215
2216         * MAINTAINERS (Write After Approval): Add self.
2217
2218 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
2219
2220         * MAINTAINERS (Write After Approval): Add myself.
2221
2222 2009-02-05  Andreas Schwab  <schwab@suse.de>
2223
2224         * Makefile.tpl (stage_last): Define $r and $s before using
2225         $(RECURSE_FLAGS_TO_PASS).
2226         * Makefile.in: Regenerate
2227
2228 2009-01-30  Ian Lance Taylor  <iant@google.com>
2229
2230         * MAINTAINERS: Move myself to the Global Reviewers list.
2231
2232 2009-01-29  Robert Millan  <rmh@aybabtu.com>
2233
2234         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2235         * configure: Regenerate.
2236
2237 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
2238
2239         * MAINTAINERS: Make whitespace consistent.
2240         Remove Robert Millan from Write After Approval.
2241
2242 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
2243
2244         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2245         (all-opcodes): Depend on all-libiberty.
2246         * Makefile.in: Regenerate.
2247
2248 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
2249
2250         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2251         * configure: Regenerate.
2252
2253 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
2254
2255         * MAINTAINERS (Write After Approval): Add myself.
2256
2257 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
2258
2259         * MAINTAINERS: Add myself to reviewers (Fortran).
2260
2261 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
2262
2263         PR tree-optimization/38515
2264         * configure.ac (cloog-polylib): Removed.
2265         (with_ppl, with_cloog): Test for "no".
2266         * configure: Regenerated.
2267
2268 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
2269
2270         * MAINTAINERS: Moved myself to reviewers (Fortran).
2271
2272 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
2273
2274         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
2275         (Write After Approval): Remove myself.
2276
2277 2009-01-03  Diego Novillo  <dnovillo@google.com>
2278
2279         * MAINTAINERS: Remove myself from alias maintainership.
2280
2281 2009-01-02  David Ayers  <ayers@fsfe.org>
2282
2283         * MAINTAINERS: Update e-mail address.
2284
2285 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
2286
2287         * MAINTAINERS: Make whitespace consistent.
2288
2289 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2290
2291         Backport from upstream Libtool:
2292         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2293         Add cache variables to tests that require the linker to work.
2294         For shlibpath_overrides_runpath, this also changes the semantics
2295         to let the result from the C compiler take precedence.
2296
2297 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2298
2299         * config.sub, config.guess: Update from upstream sources.
2300
2301 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
2302
2303         * configure.ac (ppllibs): Add by default the lib flags.
2304         * configure: Regenerate.
2305
2306 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
2307
2308         * MAINTAINERS:  Add myself to the write after approval list.
2309
2310 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2311
2312         * configure.ac: Add double brackets on darwin[912].
2313         * configure: Regenerate.
2314
2315 2008-12-03  Daniel Kraft  <d@domob.eu>
2316
2317         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
2318         Approval to Reviewer section (for Fortran front-end).
2319
2320 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
2321
2322         * configure.ac: Expand to darwin10 and later.
2323         * configure: Regenerate.
2324
2325 2008-12-02  Andreas Schwab  <schwab@suse.de>
2326
2327         * Makefile.def: configure-target-boehm-gc depends on
2328         all-target-libstdc++-v3.
2329         * Makefile.in: Regenerate.
2330
2331 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
2332
2333         * MAINTAINERS:  Add myself as mingw maintainer.
2334
2335 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2336
2337         * config.sub, config.guess: Update from upstream sources.
2338
2339 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
2340
2341         * README.SCO: Remove.
2342
2343 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
2344
2345         * MAINTAINERS:  Add myself to the write after approval list.
2346
2347 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
2348
2349         * MAINTAINERS:  Update my email address in WAA section.
2350
2351 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
2352
2353         * MAINTAINERS: Update e-mail address.
2354
2355 2008-11-27  Toon Moene  <toon@moene.org>
2356
2357         * MAINTAINERS: Change e-mail address.
2358
2359 2008-11-27  Tristan Gingold  <gingold@adacore.com>
2360
2361         * configure.ac: Build gdb for i?86-*-darwin*
2362         * configure: Regenerated.
2363
2364 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
2365
2366         * MAINTAINERS: Added my full name.
2367
2368 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
2369
2370         PR bootstrap/38014
2371         PR bootstrap/37923
2372
2373         Revert:
2374
2375         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2376
2377         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2378         * Makefile.in: Regenerated.
2379
2380         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2381
2382         PR gdb/921
2383         PR gdb/1646
2384         PR gdb/2175
2385         PR gdb/2176
2386
2387         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2388         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2389         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2390         (HOST_EXPORTS): Pass CPPFLAGS.
2391         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2392         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2393         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2394         * Makefile.in, configure: Regenerated.
2395         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2396         and CPPFLAGS_FOR_BUILD.
2397
2398 2008-11-06  Jeff Law  <law@redhat.com>
2399
2400         * MAINTAINERS: Add myself as middle end maintainer.
2401
2402 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
2403
2404         * MAINTAINERS (Write after approval): Add myself.
2405
2406 2008-11-05  Diego Novillo  <dnovillo@google.com>
2407
2408         * MAINTAINERS (Global Reviewers): Add myself.
2409         (Non-Algorithmic Maintainers): Remove myself.
2410
2411 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
2412
2413         * MAINTAINERS (Write after approval): Add myself.
2414
2415 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
2416
2417         * MAINTAINERS (Write after approval): Add myself.
2418
2419 2008-10-31  Ben Elliston  <bje@au.ibm.com>
2420
2421         * configure.ac (spu-*-*): Remove special case.
2422         * configure: Regenerate.
2423
2424 2008-10-30  Catherine Moore  <clm@codesourcery.com>
2425
2426         * MAINTAINERS (Write after approval): Update my email address.
2427
2428 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
2429
2430         * configure.ac [spu-*-*]: Do not set skipdirs.
2431         * configure: Re-generate.
2432
2433 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
2434
2435         * MAINTAINERS (Various Maintainers): Add myself to reload.
2436
2437 2008-10-25  Richard Guenther  <rguenther@suse.de>
2438
2439         * MAINTAINERS (Various Maintainers): Add myself as middle-end
2440         maintainer.  Remove myself as libgcc-math maintainer.
2441         (Non-Algorithmic Maintainers): Remove myself.
2442
2443 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2444
2445         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2446         * Makefile.in: Regenerated.
2447
2448 2008-10-23  Cary Coutant  <ccoutant@google.com>
2449
2450         * MAINTAINERS (Write after approval): Add myself.
2451
2452 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2453
2454         PR gdb/921
2455         PR gdb/1646
2456         PR gdb/2175
2457         PR gdb/2176
2458
2459         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2460         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2461         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2462         (HOST_EXPORTS): Pass CPPFLAGS.
2463         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2464         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2465         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2466         * Makefile.in, configure: Regenerated.
2467         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2468         and CPPFLAGS_FOR_BUILD.
2469
2470 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
2471
2472         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
2473         Sebastian Pop.
2474
2475 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
2476
2477         * MAINTAINERS (Write After Approval): Added myself.
2478
2479 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2480
2481         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2482         recommended version to 2.3.2.
2483
2484         * configure: Regenerate.
2485
2486 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
2487
2488         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
2489
2490 2008-09-29  David Daney <david.daney@caviumnetworks.com>
2491
2492         * MAINTAINERS (Write After Approval): Update e-mail address.
2493
2494 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
2495
2496         * libtool.m4: Update to libtool 2.2.6.
2497         * lt~obsolete.m4: Update to libtool 2.2.6.
2498         * ltmain.sh: Update to libtool 2.2.6.
2499         * ltsugar.m4: Update to libtool 2.2.6.
2500         * ltversion.m4: Update to libtool 2.2.6.
2501         * ltoptions.m4: Update to libtool 2.2.6.
2502         * ltgcc.m4: Update to match changes from libtool 2.2.6.
2503
2504 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
2505
2506         * MAINTAINERS (Write After Approval): Add myself.
2507
2508 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2509
2510         * MAINTAINERS (Write After Approval): Update my name.
2511
2512 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
2513
2514         * MAINTAINERS: Add myself in "Write After Approval".
2515
2516 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
2517
2518         * MAINTAINERS: Add myself as ia64 maintainer.
2519
2520 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
2521
2522         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
2523         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
2524         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
2525         and Michael Tiemann from Write After Approval since they do not
2526         actually have access.
2527
2528 2008-09-05  Richard Guenther  <rguenther@suse.de>
2529
2530         * configure.ac: Initialize clooglibs to -lcloog.
2531         * configure: Re-generate.
2532
2533 2008-09-04  Le-Chun Wu  <lcwu@google.com>
2534
2535         * MAINTAINERS (Write After Approval): Add myself.
2536
2537 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
2538
2539         * configure.ac (--with-cloog-polylib): New.
2540         (--disable-cloog-version-check): New.
2541         (--disable-ppl-version-check): New.
2542         * configure: Re-generate.
2543
2544 2008-09-03  Richard Guenther  <rguenther@suse.de>
2545
2546         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2547         cloog test.
2548         * configure: Re-generate.
2549
2550 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
2551
2552         Add picoChip port.
2553         * MAINTAINERS: Add picoChip maintainers.
2554
2555 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
2556             Tobias Grosser  <grosser@fim.uni-passau.de>
2557             Jan Sjodin  <jan.sjodin@amd.com>
2558             Harsha Jagasia  <harsha.jagasia@amd.com>
2559             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2560             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
2561             Adrien Eliche  <aeliche@isty.uvsq.fr>
2562
2563         Merge from graphite branch.
2564         * configure: Regenerate.
2565         * Makefile.in: Regenerate.
2566         * configure.ac (host_libs): Add ppl and cloog.
2567         Add checks for PPL and CLooG.
2568         * Makefile.def (ppl, cloog): Added modules and dependences.
2569         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2570         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2571
2572 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2573
2574         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2575         (GCC_SHLIB_SUBDIR): New.
2576         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2577         * configure: Regenerate.
2578         * Makefile.in: Regenerate.
2579
2580 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
2581
2582         * MAINTAINERS: Consistently use tabs to separate columns.
2583
2584 2008-08-29  Tristan Gingold  <gingold@adacore.com>
2585
2586         * MAINTAINERS (Write after Approval): Add myself.
2587
2588 2008-08-28  Tristan Gingold  <gingold@adacore.com>
2589
2590         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2591         Enable bfd, binutils and opcodes.
2592         * configure: Regenerate.
2593
2594 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2595
2596         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
2597
2598 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2599
2600         * MAINTAINERS:  Use correct Umlaut for last name.
2601
2602 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2603
2604         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
2605
2606 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
2607
2608         * MAINTAINERS: Update my email address.
2609
2610 2008-08-16  Nicolas Roche  <roche@adacore.com>
2611
2612         * Makefile.tpl: Add BOOT_ADAFLAGS.
2613         * Makefile.in: Regenerate.
2614
2615 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
2616
2617         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2618         * configure: Regenerate.
2619
2620 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
2621
2622         * configure.ac: Add makefile fragments for hpux.
2623         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2624         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2625         * configure: Regenerate.
2626         * Makefile.in: Regenerate.
2627
2628 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
2629
2630         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
2631
2632 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
2633
2634         * MAINTAINERS (Write after Approval): Add myself.
2635
2636 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
2637
2638         * MAINTAINERS (Write After Approval):  Add myself.
2639
2640 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
2641
2642         * MAINTAINERS (Write After Approval):  Add myself.
2643
2644 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
2645
2646         * MAINTAINERS: Update my email address.
2647
2648 2008-06-25  Joey Ye  <joey.ye@intel.com>
2649
2650         * MAINTAINERS (Write After Approval):  Add myself.
2651
2652 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2653
2654         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2655         * Makefile.in: Regenerate.
2656         * configure: Regenerate.
2657
2658 2008-06-17  Daniel Kraft  <d@domob.eu>
2659
2660         * MAINTAINERS (Write After Approval):  Add myself.
2661
2662 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2663
2664         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2665         "$@" is still intact with both Autoconf 2.59 and 2.62.
2666         * configure: Regenerate.
2667
2668 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2669
2670         * Makefile.tpl: Fix comment errors.
2671         * Makefile.in: Regenerate.
2672
2673 2008-06-12  David S. Miller  <davem@davemloft.net>
2674             David Edelsohn  <edelsohn@gnu.org>
2675
2676         * configure.ac: Add powerpc*-*-* to gold supported targets.
2677         * configure: Regenerate.
2678
2679 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
2680
2681         PR tree-optimization/36218
2682         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2683         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2684         (all prefix="build-"): Pass them to build-system sub-makes.
2685         * Makefile.in: Regenerate.
2686
2687 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
2688
2689         * MAINTAINERS (mt port): Remove.
2690         (sco5, unixware, sco udk): Remove.
2691         (Kean Johnston): Add to Write After Approval.
2692
2693 2008-05-30  Julian Brown  <julian@codesourcery.com>
2694
2695         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2696         of libobjc for ARM EABI Linux.
2697         * configure: Regenerate.
2698
2699 2008-05-18  Xinliang David Li   <davidxl@google.com>
2700
2701         * ChangeLog: Remove wrong ChangeLog entry.
2702
2703 2008-05-17  Xinliang David Li   <davidxl@google.com>
2704
2705         * MAINTAINERS (Write After Approval): Add myself.
2706
2707 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
2708
2709         * MAINTAINERS (Write After Approval): Add myself.
2710
2711 2008-05-14  Rafael Espíndola  <espindola@google.com>
2712
2713         * config-ml.in: don't handle --enable-shared and --enable-static.
2714
2715 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
2716
2717         * MAINTAINERS: Update my email address.
2718
2719 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
2720
2721         * MAINTAINERS: Update my email address.
2722
2723 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
2724
2725         * MAINTAINERS (Write After Approval): Add myself.
2726
2727 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
2728
2729         * MAINTAINERS (Write After Approval): Add myself.
2730
2731 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
2732
2733         * MAINTAINERS (crx): Add myself.
2734
2735 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2736
2737         Sync with src:
2738         2008-04-14  David S. Miller  <davem@davemloft.net>
2739
2740         * configure.ac: Add sparc*-*-* to gold supported targets.
2741         * configure: Regenerate.
2742
2743 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2744
2745         PR bootstrap/35457
2746         * configure.ac: Include override.m4.
2747         * configure: Regenerate.
2748
2749 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2750
2751         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2752         * Makefile.in: Regenerate.
2753
2754 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
2755
2756         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2757         as nonconfigurable directories list.
2758         * configure: Regenerate.
2759
2760 2008-04-14  Ben Elliston  <bje@au.ibm.com>
2761
2762         * config.sub, config.guess: Update from upstream sources.
2763
2764 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
2765
2766         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2767         * Makefile.in: Regenerate.
2768
2769 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
2770
2771         * configure.ac: Do not build libssp for the AVR.
2772         * configure: Regenerate.
2773
2774 2008-04-07  Ian Lance Taylor  <iant@google.com>
2775
2776         * Makefile.def: check-gold depends upon all-binutils.
2777         * Makefile.in: Regenerate.
2778
2779 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
2780
2781         * MAINTAINERS (Write After Approval): Add myself.
2782
2783 2008-04-04  Nick Clifton  <nickc@redhat.com>
2784
2785         PR binutils/4334
2786         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2787         builds.
2788         * configure: Regenerate.
2789
2790 2008-04-04  NightStrike  <NightStrike@gmail.com>
2791
2792         PR other/35151
2793         * configure.ac: Combine rules for mingw32 and mingw64.
2794         * configure: Regenerate.
2795
2796 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
2797
2798         * MAINTAINERS (Write After Approval): Add myself.
2799
2800 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
2801
2802         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
2803         * Makefile.in (.NOTPARALLEL): Ditto.
2804
2805 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
2806
2807         * MAINTAINERS (Write After Approval): Add myself.
2808
2809 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
2810
2811         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
2812         * Makefile.in (.NOTPARALLEL): Regenerate.
2813
2814 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
2815
2816         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2817         * Makefile.in: Regenerate.
2818
2819 2008-03-26  Jakub Staszak  <kuba@et.pl>
2820
2821         * MAINTAINERS (Write After Approval): Add myself.
2822
2823 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2824
2825         * MAINTAINERS:  Update e-mail address.
2826
2827 2008-03-20  Ian Lance Taylor  <iant@google.com>
2828
2829         * configure.ac: Add support for --enable-gold.
2830         * Makefile.def: Add gold as a directory like ld.
2831         * configure, Makefile.in: Regenerate.
2832
2833 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2834
2835         * configure.ac: m4_include config/proginstall.m4.
2836         * configure: Regenerate.
2837
2838         Backport from upstream Libtool:
2839
2840         2007-10-12  Eric Blake  <ebb9@byu.net>
2841
2842         Deal with Autoconf 2.62's semantic change in m4_append.
2843         * ltsugar.m4 (lt_append): Replace broken versions of
2844         m4_append.
2845         (lt_if_append_uniq): Don't require separator to be overquoted,
2846         and avoid broken m4_append.
2847         (lt_dict_add): Fix typo.
2848         * libtool.m4 (_LT_DECL): Don't overquote separator.
2849
2850 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
2851
2852         * config.rpath: Add AIX 6 support.
2853
2854 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
2855
2856         * Makefile.def (stageprofile).  Remove -fprofile-generate
2857         from stage_libcflags.
2858         * Makefile.in: Regenerate.
2859
2860 2008-03-13  Ben Elliston  <bje@au.ibm.com>
2861
2862         * config.sub, config.guess: Update from upstream sources.
2863
2864 2008-03-06  Tom Tromey  <tromey@redhat.com>
2865
2866         * MAINTAINERS: Update for treelang deletion.
2867
2868 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
2869
2870         * MAINTAINERS: Update my email address.
2871
2872 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
2873
2874         * MAINTAINERS (darwin port): Add myself as a maintainer.
2875         (objective-c/c++): Add myself as a maintainer.
2876
2877 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
2878
2879         * MAINTAINERS (Write After Approval): Update my email address.
2880
2881 2008-02-25  Tomas Bily  <tbily@suse.cz>
2882
2883         * MAINTAINERS (Write After Approval): Add myself.
2884
2885 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
2886
2887         * MAINTAINERS (OpenMP): Add myself.
2888
2889 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
2890
2891         PR bootstrap/32009
2892         PR bootstrap/32161
2893
2894         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2895         * configure: Regenerate.
2896
2897         * Makefile.def: Define stage_libcflags for all bootstrap stages.
2898         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2899         STAGE4_LIBCFLAGS): New.
2900         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2901         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2902         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2903         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2904         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2905         for target modules.  Don't export LIBCFLAGS.
2906         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2907         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2908         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2909         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2910         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2911         * Makefile.in: Regenerate.
2912
2913 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2914
2915         PR libgcj/33085
2916         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2917         Do not use -DDLL_EXPORT.  Backport from upstream.
2918
2919 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2920
2921         * MAINTAINERS (Write After Approval): Add myself.
2922
2923 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
2924
2925         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2926         * configure: Regenerate.
2927
2928 2008-01-31  Marc Gauthier  <marc@tensilica.com>
2929
2930         * configure.ac (xtensa*-*-*): Recognize processor variants.
2931         * configure: Regenerate.
2932
2933 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2934
2935         PR bootstrap/34922
2936         * configure.ac (PARSE_ARGS): Push suitable setting of
2937         ac_subdirs_all, for `./configure --help=recursive'.
2938         Handle `+' in generic toplevel directory disabling.
2939         * configure: Regenerate.
2940
2941 2008-01-28  Nick Clifton  <nickc@redhat.com>
2942
2943         * MAINTAINERS (xstormy16): Take over maintainership.
2944
2945 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
2946
2947         * MAINTAINERS (c4x port): Remove.
2948
2949 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
2950
2951         * libtool.m4: Backport AIX 6 support from ToT Libtool.
2952
2953 2008-01-23  Ben Elliston  <bje@au.ibm.com>
2954
2955         * config.sub, config.guess: Update from upstream sources.
2956
2957 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
2958
2959         * MAINTAINERS (Write After Approval): Add myself.
2960
2961 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
2962
2963         * MAINTAINERS: Update my email address.
2964
2965 2008-01-09  Raksit Ashok  <raksit@google.com>
2966
2967         * MAINTAINERS (Write After Approval): Add myself.
2968
2969 2008-01-09  Raksit Ashok  <raksit@google.com>
2970
2971         * MAINTAINERS (Write After Approval): Add myself.
2972
2973 2008-01-08  Ben Elliston  <bje@au.ibm.com>
2974
2975         * config.sub, config.guess: Update from upstream sources.
2976
2977 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2978
2979         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2980         Change recommended MPFR from 2.2.1 -> 2.3.0.
2981         * configure: Regenerate.
2982
2983 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
2984
2985         * MAINTAINERS: Update my email address.
2986
2987 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
2988
2989         * MAINTAINERS: Update my email address.
2990
2991 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
2992
2993         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2994         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2995         * Makefile.in: Regenerate.
2996
2997 2007-12-10  Mark Heffernan  <meheff@google.com>
2998
2999         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
3000         misplaced entries.
3001
3002 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3003
3004         * configure.ac: Enable libjava for x86_64-*-darwin9.
3005         * configure: Regenerate.
3006
3007 2007-12-07  Bill Maddox  <maddox@google.com>
3008
3009         * MAINTAINERS (Write After Approval): Add myself.
3010
3011 2007-12-05  Ben Elliston  <bje@au.ibm.com>
3012
3013         * config.sub, config.guess: Update from upstream sources.
3014
3015 2007-12-02  Matthias Klose  <doko@ubuntu.com>
3016
3017         * config-ml.in: Remove 64bit configure tests.
3018
3019 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3020
3021         * config-ml.in: Robustify against white space in absolute file
3022         names.
3023
3024         * config-ml.in (multi-clean): Substitute ${Makefile}.
3025         Remove superfluous ${Makefile} in list.
3026
3027 2007-11-19  Thiemo Seufer  <ths@mips.com>
3028
3029         * config-ml.in: Don't hardcode the Makefile name.
3030
3031 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
3032
3033         * MAINTAINERS (Write After Approval): Add myself.
3034
3035 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
3036
3037         * MAINTAINERS (Write After Approval): Add myself.
3038
3039 2007-11-06  Doug Kwan  <dougkwan@google.com>
3040
3041         * MAINTAINERS (Write After Approval): Add myself.
3042
3043 2007-10-25  Ben Elliston  <bje@au.ibm.com>
3044
3045         * MAINTAINERS (mercury): Remove entry.
3046         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
3047
3048 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
3049
3050         * Makefile.def (dependencies): Make configure-gdb depend on
3051         all-intl.
3052         * Makefile.in: Regenerated.
3053
3054 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
3055
3056         * MAINTAINERS (Fortran maintainer): Remove myself.
3057
3058 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
3059
3060         * Makefile.def: To avoid problems running with parallel makes,
3061         build newlib before libgloss so that target specific header
3062         files are availble.
3063         * Makefile.in: Regenerate
3064
3065 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
3066
3067         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3068         * Makefile.in: Regenerate.
3069
3070 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
3071
3072         * MAINTAINERS (Register allocation reviewer): Add myself.
3073
3074 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
3075
3076         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3077         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3078         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
3079         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3080         * configure: Regenerate.
3081
3082 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
3083
3084         * MAINTAINERS (Register allocation reviewer): Add myself.
3085
3086 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
3087
3088         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3089         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3090         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3091         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3092         * configure.ac: Default them to host tools for $host = $build.
3093         Subst them.
3094
3095         * configure: Regenerate.
3096         * Makefile.in: Regenerate.
3097
3098 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
3099
3100         * MAINTAINERS (Register allocation reviewer): Add myself.
3101
3102 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
3103
3104         * MAINTAINERS (Register allocation reviewer): Add myself.
3105
3106 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
3107
3108         * MAINTAINERS (Write After Approval): Fix typo.
3109
3110 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
3111
3112         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3113         * configure: Regenerate.
3114
3115 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
3116
3117         PR bootstrap/31906
3118         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
3119         they're already prefixed.
3120
3121 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
3122
3123         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3124         libstdc++.
3125         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3126         * configure: Regenerate.
3127         * Makefile.in: Regenerate.
3128
3129 2007-09-17  Andreas Schwab  <schwab@suse.de>
3130
3131         * configure.ac: Raise minimum makeinfo version to 4.6.
3132         * configure: Regenerate.
3133
3134 2007-09-17  Johannes Singler  <singler@ira.uka.de>
3135
3136         * MAINTAINERS (write-after-approval) add myself
3137
3138 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
3139
3140         * configure.ac: Correct makeinfo version check.
3141         * configure: Regenerate.
3142
3143 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
3144
3145         * MAINTAINERS: Update my email address.
3146
3147 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
3148
3149         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
3150         to $skipdirs and only disable gprof for newlib.  Use the normal
3151         mips*-elf* handling in other respects.
3152         * configure: Regnerate.
3153
3154 2007-09-12  David Daney  <ddaney@avtrex.com>
3155
3156         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3157         enabling libgcj.
3158         * configure: Regenerate.
3159
3160 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3161
3162         PR other/32154
3163         * configure.ac: For libgloss targets, point the linker to the linker
3164         script, startup code and simulator library.
3165         * configure: Regenerate.
3166
3167 2007-09-07  Andrew Haley  <aph@redhat.com>
3168
3169         * configure.ac (noconfigdirs): Remove target-libffi and
3170         target-libjava.
3171         * configure: Regenerate.
3172
3173 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3174
3175         PR target/33281
3176         * configure.ac: Use config/mh-mingw on mingw.
3177         * configure: Regenerate.
3178
3179 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
3180
3181         * MAINTAINERS (Write After Approval): Add myself.
3182
3183 2007-09-05  Richard Guenther  <rguenther@suse.de>
3184
3185         * configure.ac (--enable-stage1-checking): If neither --enable-checking
3186         nor --disable-checking is provided also turn on yes and types
3187         checking for stage1.
3188         * configure: Re-generate.
3189
3190 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
3191
3192         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
3193         (Write After Approval): Remove myself.
3194
3195 2007-08-29  Nick Clifton  <nickc@redhat.com>
3196
3197         * config.sub, config.guess: Update from upstream sources.
3198
3199 2007-08-22  Bud Davis  <jmdavis@link.com>
3200
3201         * MAINTAINERS (Write After Approval): Added myself.
3202         * MAINTAINERS (Reviewers): Removed myself.
3203
3204 2007-08-18  Paul Brook  <paul@codesourcery.com>
3205             Joseph Myers  <joseph@codesourcery.com>
3206
3207         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3208         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3209         * Makefile.in: Regenerate.
3210         * configure.ac (--with-debug-prefix-map): New.
3211         * configure: Regenerate.
3212
3213 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
3214             Nigel Stephens  <nigel@mips.com>
3215
3216         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
3217         as target_makefile_frag.
3218         * configure: Regenerate.
3219
3220 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
3221
3222         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3223         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
3224         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3225         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3226         (do-compare, do-compare3, do-compare-debug): New.
3227         ([+compare-target+]): Use them.
3228
3229 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
3230
3231         * MAINTAINERS (Write After Approval): Change my email address.
3232
3233 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3234             Ben Elliston  <bje@au.ibm.com>
3235
3236         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3237         --silent if $silent.
3238         * configure: Regenerate.
3239
3240 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
3241
3242         * MAINTAINERS (Various Maintainers): Add myself as
3243         loop infrastructure maintainer.  Update my e-mail
3244         address.
3245
3246 2007-07-31  Diego Novillo  <dnovillo@google.com>
3247
3248         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
3249         Adjust description.
3250
3251 2007-07-26  Richard Guenther  <rguenther@suse.de>
3252
3253         * configure.ac: Add types checking to stage1 checking flags.
3254         * configure: Regenerate.
3255
3256 2007-07-17  Nick Clifton  <nickc@redhat.com>
3257
3258         * COPYING3: New file.  Contains version 3 of the GNU General
3259         Public License.
3260         * COPYING3.LIB: New file.  Contains version 3 of the GNU
3261         Lesser General Public License.
3262
3263 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3264
3265         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
3266
3267 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3268
3269         * MAINTAINERS (S/390 co-maintainer): Add myself.
3270         (Write After Approval): Remove myself.
3271
3272 2007-07-13  Dan Hipschman  <dsh@google.com>
3273
3274         * MAINTAINERS (Write After Approval): Add myself.
3275
3276 2007-07-11  Nick Clifton  <nickc@redhat.com>
3277
3278         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
3279         WINDRES export.
3280         * Makefile.in: Regenerate.
3281
3282 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3283
3284         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
3285         maintainer.
3286
3287 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
3288
3289         * lt~obsolete.m4: New. Import from 20070318 libtool.
3290
3291 2007-07-03  Julian Brown  <julian@codesourcery.com>
3292
3293         * MAINTAINERS (Write After Approval): Add myself.
3294
3295 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3296
3297         * configure.ac: Rewrite 'configure --help' strings to look nicer.
3298         * configure: Regenerate.
3299
3300 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3301
3302         * configure.ac: Add some missing m4 quotation.
3303         * configure: Regenerate.
3304
3305 2007-07-02  Simon Baldwin  <simonb@google.com>
3306
3307         * MAINTAINERS (Write After Approval): Add myself.
3308
3309 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
3310
3311         * configure: Regenerate.
3312
3313 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
3314
3315         * Makefile.def: Add windmc tool to build.
3316         * Makefile.tpl: Likewise.
3317         * configure.ac: Likewise.
3318         * Makefile.in: Regenerate.
3319         * configure: Regenerate.
3320
3321 2007-06-28  DJ Delorie  <dj@redhat.com>
3322
3323         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3324         not building newlib.
3325         * configure: Regenerated.
3326
3327 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
3328
3329         * MAINTAINERS (Write After Approval): Add myself.
3330
3331 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
3332
3333         * MAINTAINERS (Write After Approval): Add myself.
3334
3335 2007-06-19  Chris Matthews  <chrismatthews@google.com>
3336
3337         * MAINTAINERS (Write After Approval): Add myself.
3338
3339 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3340
3341         * MAINTAINERS (Write After Approval): Add myself.
3342
3343 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
3344
3345         * Makefile.def: Add dependency from configure-gdb to all-bfd.
3346         * Makefile.in: Regenerated.
3347
3348 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
3349
3350         * configure.ac: Don't add target-libmudflap to noconfigdirs for
3351         bfin*-*-uclinux* targets.
3352         * configure: Regenerate.
3353
3354 2007-06-14  Ian Lance Taylor  <iant@google.com>
3355
3356         * MAINTAINERS: Add myself as non-algorithmic global write
3357         maintainer.
3358
3359 2007-06-14  Diego Novillo  <dnovillo@google.com>
3360
3361         * MAINTAINERS: Add self as middle-end maintainer and
3362         non-algorithmic global write maintainer.
3363
3364 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3365
3366         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
3367         Move all Fortran maintainers except Paul Brook into the
3368         Non-Autopoiesis section.
3369
3370 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
3371
3372         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3373         (distclean-stage[+id+]): Possibly delete stage_last.
3374         * Makefile.in: Regenerate.
3375
3376 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
3377
3378         * MAINTAINERS (Various Maintainer): Fix typo.
3379
3380 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
3381
3382         * MAINTAINERS (Various Maintainer): Add myself as
3383         dataflow maintainer.
3384
3385 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3386
3387         * config.sub, config.guess: Update from upstream sources.
3388
3389 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3390
3391         * Makefile.tpl: Fix spelling error.
3392         * Makefile.in: Regenerate.
3393
3394 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
3395
3396         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3397         lt_cv_sys_max_cmd_len.
3398
3399 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
3400
3401         * MAINTAINERS (Various Maintainers): Add myself as
3402         auto-vectorizer maintainer.
3403
3404 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
3405
3406         PR libjava/32098
3407         * libtool.m4: Revert previous change.
3408         * ltgcc.m4: Put it here.
3409
3410 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
3411
3412         * MAINTAINERS (Various Maintainers): Add myself as
3413         auto-vectorizer maintainer.
3414
3415 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
3416
3417         PR libjava/32098
3418         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
3419
3420 2007-05-30  Richard Guenther  <rguenther@suse.de>
3421
3422         * MAINTAINERS (Various Maintainers): Add myself as
3423         auto-vectorizer maintainer.
3424
3425 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
3426
3427         PR bootstrap/29382
3428         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3429         * configure: Rebuilt.
3430
3431 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
3432
3433         * MAINTAINERS (Write After Approval): Removed my name.
3434
3435 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
3436
3437         * MAINTAINERS (Write After Approval): Remove myself.
3438
3439 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
3440
3441         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3442
3443 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
3444
3445         * ltmain.sh: Update from ToT Libtool.
3446         * libtool.m4: Update from ToT Libtool.
3447         * ltsugar.m4: New. Update from ToT Libtool.
3448         * ltversion.m4: New. Update from ToT Libtool.
3449         * ltoptions.m4: New. Update from ToT Libtool.
3450         * ltconfig: Remove.
3451         * ltcf-c.sh: Remove.
3452         * ltcf-cxx.sh: Remove.
3453         * ltcf-gcj.sh: Remove.
3454
3455 2007-05-22  Ollie Wild  <aaw@google.com>
3456
3457         * MAINTAINERS (Write After Approval): Add myself.
3458
3459 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
3460
3461         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3462         stage_cflags.
3463         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3464         Remove CFLAGS/LIBCFLAGS.
3465         (configure-stage[+id+]-[+prefix+][+module+],
3466         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3467         * Makefile.in: Regenerate.
3468
3469 2007-05-15  Diego Novillo  <dnovillo@google.com>
3470
3471         * MAINTAINERS: Update e-mail address.
3472
3473 2007-05-15  Revital Eres  <eres@il.ibm.com>
3474
3475         * MAINTAINERS (Write After Approval): Add myself.
3476
3477 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
3478
3479         * MAINTAINERS (Write After Approval): Updated my address.
3480
3481 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
3482
3483         * MAINTAINERS (Write After Approval): Add myself.
3484
3485 2007-05-11  Silvius Rus  <rus@google.com>
3486
3487         * MAINTAINERS (Write After Approval): Add myself.
3488
3489 2007-04-23  Tom Tromey  <tromey@redhat.com>
3490
3491         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
3492
3493 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
3494
3495         * MAINTAINERS (cpplib): Rename to ...
3496         (libcpp): ... this.  Add C/C++ front end maintainers.
3497
3498 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
3499
3500         * config-ml.in: Pass ${ml_config_env} to configure calls.
3501
3502 2007-04-04  Christian Bruel  <christian.bruel@st.com>
3503
3504         * MAINTAINERS (Write After Approval): Add myself.
3505
3506 2007-04-02  Dave Korn  <dave.korn@artimi.com>
3507
3508         * MAINTAINERS (Write After Approval): Add myself.
3509
3510 2007-03-31  Tobias Burnus  <burnus@net-b.de>
3511
3512         * MAINTAINERS (fortran 95 front end): Add myself.
3513
3514 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
3515
3516         * MAINTAINERS (Write After Approval): Add myself.
3517
3518 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
3519
3520         * MAINTAINERS (Modulo Scheduler): Add myself.
3521
3522 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
3523
3524         * MAINTAINERS (fortran 95 front end): Add myself.
3525         (c++ front end): whitespace fix.
3526
3527 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
3528
3529         * MAINTAINERS (Write After Approval): Add myself.
3530
3531 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
3532
3533         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3534         of glob.  Quote arguments with single quotes too.
3535         * configure: Regenerate.
3536
3537 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
3538
3539         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3540         * Makefile.in: Regenerate
3541
3542 2007-03-07  Andreas Schwab  <schwab@suse.de>
3543
3544         * configure: Regenerate.
3545
3546 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
3547
3548         * configure.ac: Add "--with-pdfdir" configure option,
3549         which defines pdfdir variable.
3550         * Makefile.def (target=fixincludes): Add install-pdf to
3551         missing targets.
3552         (recursive_targets): Add install-pdf target.
3553         (flags_to_pass): Add pdfdir.
3554         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3555         target.
3556         * configure: Regenerate
3557         * Makefile.in: Regenerate
3558
3559 2007-02-28  Eric Christopher  <echristo@apple.com>
3560
3561         Revert:
3562         2006-12-07  Mike Stump  <mrs@apple.com>
3563
3564         * Makefile.def (dependencies): Add dependency for
3565         install-target-libssp and install-target-libgomp on
3566         install-gcc.
3567         * Makefile.in: Regenerate.
3568
3569 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
3570
3571         * configure: Regenerate.
3572         * configure.ac: Move statements after variable declarations.
3573
3574 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
3575
3576         * MAINTAINERS: Add myself as sh maintainer.
3577
3578 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
3579
3580         * configure.ac: Adjust for loop syntax.
3581         * configure: Regenerate.
3582
3583 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3584
3585         * configure: Rebuilt.
3586
3587 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3588
3589         * configure.ac: Drop multiple occurrences of --enable-languages,
3590         and fix its quoting.
3591         * configure: Rebuilt.
3592
3593 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
3594             Nathan Sidwell  <nathan@codesourcery.com>
3595             Vladimir Prus  <vladimir@codesourcery.com>
3596             Joseph Myers  <joseph@codesourcery.com>
3597
3598         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3599         * configure: Regenerate.
3600
3601 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
3602
3603         * ltconfig (freebsd*): Default to elf.
3604
3605 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3606
3607         * configure.ac (target_libraries): Move libgcc before libiberty.
3608         * configure: Regenerated.
3609
3610 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3611             Paolo Bonzini  <bonzini@gnu.org>
3612
3613         PR bootstrap/30753
3614         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
3615         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
3616         * configure: Regenerated.
3617
3618 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3619
3620         * MAINTAINERS (Language Front End Maintainers): Update my mail
3621         address.
3622
3623 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3624
3625         PR bootstrap/30748
3626         * configure.ac: Correct syntax for Solaris ksh.
3627         * configure: Regenerated.
3628
3629 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3630
3631         * configure.ac: Sync with src.
3632         * configure: Regenerate.
3633
3634 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3635
3636         * Makefile.in: Regenerate.
3637
3638 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3639
3640         * config.sub: Sync with src.
3641
3642 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3643
3644         * Makefile.tpl (build_alias, host_alias, target_alias): Use
3645         noncanonical equivalents.
3646         * configure.in: Rename to...
3647         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
3648         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
3649         target_noncanonical.  Use them.  Rewrite removal of configure
3650         arguments for autoconf 2.59.  Discard variable settings.  Force
3651         program_transform_name for native tools.
3652
3653         * Makefile.in: Regenerated.
3654         * configure: Regenerated with autoconf 2.59.
3655
3656 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
3657
3658         * MAINTAINERS (Write After Approval): Add myself.
3659
3660 2007-01-31  Andreas Schwab  <schwab@suse.de>
3661
3662         * Makefile.tpl (LDFLAGS): Substitute it.
3663         * Makefile.in: Regenerate.
3664
3665 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
3666
3667         * MAINTAINERS (Write After Approval): Add myself.
3668
3669 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
3670
3671         * MAINTAINERS (spu port): Add myself.
3672
3673 2007-01-23  Richard Guenther  <rguenther@suse.de>
3674
3675         PR bootstrap/30541
3676         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
3677         * Makefile.tpl (GNATBIND): Substitute it.
3678         (GNATMAKE): Likewise.
3679         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
3680         of STAGE_PREFIX.
3681         * Makefile.in: Regenerate.
3682         * configure: Regenerate.
3683
3684 2007-01-18  Mike Stump  <mrs@apple.com>
3685
3686         * configure.in: Re-enable -Werror for gcc builds.
3687
3688 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
3689
3690         * MAINTAINERS (Write After Approval): Add myself.
3691
3692 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3693
3694         * configure.in: Change == to = in test command.
3695         * configure: Regenerate.
3696
3697 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3698             Nick Clifton  <nickc@redhat.com>
3699             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
3700
3701         * configure.in (build_configargs, host_configargs, target_configargs):
3702         Remove build/host/target parameters.
3703         (host_libs): Add gmp and mpfr.
3704         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3705         * Makefile.def (gmp, mpfr): New.
3706         (gcc): Remove target.
3707         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3708         target_os, target_vendor): New.
3709         (configure): Add host_alias/target_alias arguments; adjust invocations.
3710         * configure: Regenerate.
3711         * Makefile.in: Regenerate.
3712
3713 2007-01-11  Matt Fago  <fago@earthlink.net>
3714
3715         * configure.in: Try to link to functions only in mpfr 2.2.x
3716         to improve robustness of configure tests.
3717         * configure: Regenerate.
3718
3719 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
3720
3721         * MAINTAINERS: Add myself as i386 maintainer.
3722
3723 2007-01-08  Jan Hubicka  <jh@suse.cz>
3724
3725         * MAINTAINERS: Add myself as i386 maintainer.
3726
3727 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
3728
3729         * configure.in: Add support for an x86_64-mingw* target.
3730         * configure: Regenerate.
3731
3732 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
3733
3734         * Makefile.tpl (all-target): Correct @if conditional for target
3735         modules.
3736         * configure.in: Omit libiberty if building only target libgcc.
3737         * configure, Makefile.in: Regenerated.
3738
3739 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
3740
3741         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3742         * configure: Regenerate.
3743
3744 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
3745
3746         * Makefile.def (target_modules): Add libgcc.
3747         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
3748         * Makefile.tpl (clean-target-libgcc): Delete.
3749         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3750         on gcc even for bootstrapped modules.  Rewrite handling of
3751         lang_env_dependencies to loop over target_modules.
3752         * configure.in (target_libraries): Add target-libgcc.
3753         * Makefile.in, configure: Regenerated.
3754
3755 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3756
3757         * configure.in: Reorganize recognition of languages.  Add
3758         --enable-stage1-languages.  Show supported languages for the chosen
3759         target rather than all recognized languages.
3760         * configure: Regenerate.
3761
3762 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3763
3764         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3765         * Makefile.in: Regenerate.
3766
3767 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3768
3769         * configure.in: Warn that MPFR 2.2.0 is buggy.
3770         * configure: Regenerate.
3771
3772 2006-12-27  Ian Lance Taylor  <iant@google.com>
3773
3774         * configure.in: When removing Makefiles to force a reconfigure, also
3775         remove prev-DIR*/Makefile.
3776         * configure: Regenerate.
3777
3778 2006-12-22  Andreas Schwab  <schwab@suse.de>
3779
3780         * configure: Regenerate with correct autoconf version.
3781
3782 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
3783
3784         * configure.in: add AC_SUBST for *_FOR_TARGET.
3785         * configure: Regenerate.
3786
3787 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3788
3789         * configure.in: Simplify logic for rejecting languages that cannot
3790         be built.  Separate the case when a language is unsupported,
3791         from the case when the user chooses not to build a language.
3792
3793 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3794
3795         * configure.in: Remove "$build" case for powerpc-*-darwin* since
3796         it only affects bootstrap and could be tested on "$host" as well.
3797         * configure: Regenerate.
3798         * config/mh-ppc-darwin: Add to the stage1 cflags here.
3799
3800 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3801
3802         PR bootstrap/29544
3803         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3804         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3805         move here comment from Makefile.tpl.
3806         * Makefile.tpl: Move some definitions higher in the file.
3807         (STAGE1_CHECKING): New.
3808         * configure.in: Add --enable-stage1-checking.
3809         * configure: Regenerate.
3810         * Makefile.in: Regenerate.
3811
3812 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3813
3814         * MAINTAINERS: Add myself as build system maintainer.
3815
3816 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
3817
3818         * MAINTAINERS (Write After Approval): Add myself.
3819
3820 2006-12-13  Eric Christopher  <echristo@apple.com>
3821
3822         * MAINTAINERS: Add myself as darwin maintainer.
3823
3824 2006-12-11  Ian Lance Taylor  <ian@airs.com>
3825
3826         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
3827
3828 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
3829
3830         MAINTAINERS: Update my entry.
3831
3832 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
3833
3834         * configure.in:  Handle spu makefile frag.
3835         * Makefile.tpl (MAINT): Define
3836         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3837         * configure: Regenerate.
3838         * Makefile.in: Regenerate.
3839
3840 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3841
3842         * config.guess: Import latest version.
3843         * config.sub: Likewise.
3844
3845 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3846
3847         * configure.in (spu-*-*): Don't skip target-libiberty.
3848         * configure: Regenerate.
3849
3850 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3851
3852         PR bootstrap/30134
3853         * configure.in: Correct x86 darwin support for libjava to powerpc
3854         and i?86 only.
3855         * configure: Regenerate.
3856
3857 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
3858
3859         * configure.in: Add x86 darwin support for libjava.
3860         * configure: Regenerate.
3861
3862 2006-12-07  Mike Stump  <mrs@apple.com>
3863
3864         * Makefile.def (dependencies): Add dependency for
3865         install-target-libssp and install-target-libgomp on
3866         install-gcc.
3867         * Makefile.in: Regenerate.
3868
3869 2006-12-04  Richard Guenther  <rguenther@suse.de>
3870
3871         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
3872         (Non-Algorithmic Maintainers): Move over non-algorithmic
3873         loop optimizer maintainers, add myself as a non-algorithmic
3874         middle-end maintainer.
3875
3876 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
3877
3878         * MAINTAINERS (Write After Approval): Add myself.
3879
3880 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3881
3882         * configure.in: Update error message for missing GMP/MPFR.
3883
3884         * configure: Regenerate.
3885
3886 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3887
3888         * configure.in: Update MPFR version in error message.
3889
3890         * configure: Regenerate.
3891
3892 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3893
3894         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3895         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3896         --with-gmp-lib): New flags.
3897
3898         * configure: Regenerate.
3899
3900 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
3901
3902         * MAINTAINERS (Write After Approval): Change my email address.
3903
3904 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3905
3906         * MAINTAINERS (Write After Approval): Add myself.
3907
3908 2006-11-22  Philipp Thomas  <pth@suse.de>
3909
3910         * MAINTAINERS (i18n): Update e-mail address.
3911
3912 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3913
3914         * MAINTAINERS (spu port): Add myself as maintainer.
3915         (Write After Approval): Remove myself.
3916
3917 2006-11-22  Ben Elliston  <bje@au.ibm.com>
3918
3919         * configure.in (skipdirs): Don't build libssp for SPU.
3920         * configure: Regenerate.
3921
3922 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3923
3924         * MAINTAINERS (spu port): Add myself as maintainer.
3925         (libobjc): Update my email address.
3926
3927 2006-11-21  Andrea Bona  <andrea.bona@st.com>
3928
3929         * MAINTAINERS (Write After Approval): Add myself.
3930
3931 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3932
3933         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
3934         * configure : Rebuilt.
3935
3936 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3937
3938         * MAINTAINERS (Write After Approval): Add myself.
3939
3940 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
3941
3942         * MAINTAINERS (Write After Approval): Add myself.
3943
3944 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3945
3946         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
3947         libmpfr.a.
3948         * configure: Regenerate.
3949
3950 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
3951
3952         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3953         (unstage): Test for stage_last presence.
3954
3955         PR bootstrap/29802
3956         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
3957         STAGE_PREFIX.
3958         * Makefile.in: Regenerate.
3959
3960 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
3961
3962         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
3963         maintainers.
3964
3965 2006-11-14  Erven Rohou  <erven.rohou@st.com>
3966
3967         * MAINTAINERS (Write After Approval): Add myself.
3968
3969 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
3970
3971         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
3972         and stageN-package/Makefile.
3973         * Makefile.in: Regenerated.
3974
3975 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
3976
3977         * configure.in: Remove target-libgloss from noconfigdirs for
3978         bfin-*-*.
3979         * configure: Regenerated.
3980
3981 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3982
3983         * configure.in (have_gmp): Only error if the gcc directory exists.
3984
3985         * configure: Regenerate.
3986
3987 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3988
3989         * configure.in: Robustify error message for missing GMP/MPFR.
3990
3991         * configure: Regenerate.
3992
3993 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
3994
3995         * MAINTAINERS (Write After Approval): Add myself.
3996
3997 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
3998
3999         * MAINTAINERS: Change email address.
4000
4001 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
4002
4003         * MAINTAINERS (Write After Approval): Add myself.
4004
4005 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
4006
4007         * MAINTAINERS (Write After Approval): Add myself.
4008
4009 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
4010
4011         * MAINTAINERS (Write After Approval): Move myself to
4012         Write After Approval section.
4013
4014 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4015
4016         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
4017         need_gmp anymore.
4018         * configure: Regenerate.
4019
4020 2006-10-16  Tobias Burnus  <burnus@net-b.de>
4021
4022         * MAINTAINERS (Write After Approval): Add myself.
4023
4024 2006-10-16  Ben Elliston  <bje@au.ibm.com>
4025
4026         * config.guess: Import latest version.
4027         * config.sub: Likewise.
4028
4029 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
4030
4031         * Makefile.def: Added pdf target handling.
4032         * Makefile.tpl: Added pdf target handling.
4033         * Makefile.in: Regenerated.
4034
4035 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
4036
4037         * MAINTAINERS: Add self as score port maintainer.
4038
4039 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
4040
4041         * MAINTAINERS (Write After Approval): Add myself.
4042
4043 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
4044
4045         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
4046         or newer.
4047         * configure: Regenerated.
4048
4049 2006-09-27  Dave Brolley  <brolley@redhat.com>
4050
4051         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
4052         using $s instead of $r.
4053         * configure: Regenerated.
4054
4055 2006-09-26  Thiemo Seufer  <ths@mips.com>
4056
4057         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4058         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4059         * configure: Regenerate.
4060
4061 2006-09-24  Graeme Peterson  <gridly@gmail.com>
4062
4063         * MAINTAINERS (Write After Approval): Remove myself.
4064
4065 2006-09-22  Chao-ying Fu  <fu@mips.com>
4066
4067         * MAINTAINERS (Write After Approval): Add myself.
4068
4069 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
4070
4071         * MAINTAINERS: Add self as soft-fp maintainer.
4072
4073 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
4074
4075         * MAINTAINERS: Add myself as avr maintainer.
4076         Remove Marek Michalkiewicz as avr maintainer.
4077
4078 2006-09-07  Roberto Costa  <roberto.costa@st.com>
4079
4080         * MAINTAINERS (Write After Approval): Add myself.
4081
4082 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
4083
4084         * configure.in: Never build newlib for a Mingw host.
4085         Never build newlib as Mingw target library.
4086         Test the existence of winsup/cygwin for building a Cygwin newlib,
4087         rather than just winsup.
4088         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4089         building a Mingw target.
4090         * configure: Regenerate.
4091
4092 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
4093
4094         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
4095
4096 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
4097
4098         * config.guess: Import from src (was more updated).
4099         * config.sub: Likewise.
4100
4101 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
4102
4103         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4104         * configure: Regenerated.
4105
4106 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
4107
4108         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4109         for stages after the first.
4110
4111 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
4112
4113         * Makefile.def: Add dependencies for configure-opcodes
4114         on configure-intl and all-opcodes on all-intl.
4115         * Makefile.in: Regenerated.
4116
4117 2006-07-13  Ben Elliston  <bje@au.ibm.com>
4118
4119         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
4120
4121 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4122
4123         Port to hosts whose 'sort' and 'tail' implementations
4124         treat operands with leading '+' as file names, as POSIX
4125         has required since 2001.  However, make sure the code still
4126         works on pre-POSIX hosts.
4127         * ltmain.sh: Don't assume "sort +2" is equivalent to
4128         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
4129
4130 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
4131
4132         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
4133
4134 2006-07-04  Peter O'Gorman  <peter@pogma.com>
4135
4136         * ltconfig: chmod 644 before ranlib during install.
4137
4138 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4139
4140         PR bootstrap/18058
4141         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4142         if the bootstrap compiler is a GCC version that supports it.
4143         * configure: Regenerate.
4144
4145 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4146
4147         * configure.in: Fix thinkos in previous check-in.
4148         * configure: Regenerate.
4149
4150 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4151
4152         PR other/27063
4153         * configure.in: Test subdir_requires and give an appropriate
4154         error message.
4155         * configure: Regenerate.
4156
4157 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
4158
4159         * MAINTAINERS (Write After Approval): Add myself.
4160
4161 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
4162
4163         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4164
4165 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
4166
4167         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4168
4169 2006-06-20  David Ayers  <d.ayers@inode.at>
4170
4171         PR bootstrap/28072
4172         * configure.in: Add target-boehm-gc to noconfigdirs depending on
4173         whether target-libjava is being configured instead of whether the
4174         java front end is enabled.
4175         * configure: Regenerate.
4176
4177 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4178
4179         PR target/27540
4180         * configure.in: Only enable libgomp on IRIX 6.
4181         * configure: Regenerate.
4182
4183 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
4184
4185         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4186         too.
4187         * Makefile.in: Regenerate.
4188
4189 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
4190
4191         * config-ml.in: Alter CCASFLAGS to include special
4192         multilib options the same as is done for CFLAGS.
4193
4194 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4195
4196         * configure.in: Don't enable libgomp on hpux10.
4197         * configure: Rebuilt.
4198
4199 2006-06-12  David Ayers  <d.ayers@inode.at>
4200
4201         PR bootstrap/27963
4202         PR target/19970
4203         * configure.in: Remove target-boehm-gc from noconfigdirs where
4204         ${libgcj} is specified.
4205         * configure: Regenerate.
4206
4207 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
4208
4209         Sync from src:
4210
4211         * configure.in: Sync.
4212         * configure: Regenerated.
4213
4214         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
4215
4216         * Makefile.def: Added dependencies from sim and gdb on intl, and
4217         added configure dependencies to everything with an all dependency
4218         on intl.
4219         * Makefile.in: Regenerated.
4220
4221 2006-06-06  David Ayers  <d.ayers@inode.at>
4222
4223         PR libobjc/13946
4224         * Makefile.def: Add dependencies for libobjc which boehm-gc.
4225         * Makefile.in: Regenerate.
4226         * configure.in: Add --enable-objc-gc at toplevel and have it
4227         enable boehm-gc for Objective-C.
4228         Remove target-boehm-gc from libgcj.
4229         Add target-boehm-gc to target_libraries.
4230         Add target-boehm-gc to noconfigdirs where ${libgcj}
4231         is specified.
4232         Assert that boehm-gc is supported when requested for Objective-C.
4233         Only build boehm-gc if needed either for Java or Objective-C.
4234         * configure: Regenerate.
4235
4236 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
4237
4238         PR 27674
4239         * Makefile.tpl (configure-[+prefix+][+module+],
4240         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4241         Remove rule to unstage bootstrapped modules.
4242         (stage_current): New.
4243         * Makefile.in: Regenerate.
4244
4245 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4246
4247         * MAINTAINERS (Write After Approval): Update my e-mail address.
4248
4249 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
4250
4251         * include/libiberty.h: Declare pex_run_in_environment.
4252
4253 2006-05-31  Asher Langton  <langton2@llnl.gov>
4254
4255         * MAINTAINERS (Write After Approval): Add myself.
4256
4257 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
4258
4259         * Makefile.def (bfd, opcodes): Fix lib_path.
4260         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4261         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
4262         * Makefile.in: Regenerate.
4263
4264 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4265
4266         * Makefile.in: Regenerate.
4267
4268 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4269
4270         * Makefile.def: Add install-html target. Add datarootdir
4271         docdir and htmldir to flags_to_pass.
4272         * Makefile.tpl: Add install-html target.
4273         * Makefile.in: Regenerate.
4274         * configure.in: Add --with-datarootdir, --with-docdir, and
4275         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
4276         * configure: Regenerate.
4277
4278 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
4279
4280         * configure.in: Enable gprof for cross builds.
4281         * configure: Regenerate.
4282
4283 2006-05-22  Richard Guenther  <rguenther@suse.de>
4284
4285         Revert
4286         2006-01-31  Richard Guenther  <rguenther@suse.de>
4287         Paolo Bonzini  <bonzini@gnu.org>
4288
4289         * Makefile.def (target_modules): Add libgcc-math target module.
4290         * configure.in (target_libraries): Add libgcc-math target library.
4291         (--enable-libgcc-math): New configure switch.
4292         * Makefile.in: Re-generate.
4293         * configure: Re-generate.
4294         * libgcc-math: New toplevel directory.
4295
4296 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4297             Andreas Tobler  <a.tobler@schweiz.ch>
4298
4299         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
4300         * configure: Rebuilt.
4301
4302 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
4303
4304         * MAINTAINERS (Write After Approval): Add myself.
4305
4306 2006-05-01  DJ Delorie  <dj@redhat.com>
4307
4308         * configure.in: Restore CFLAGS if GMP isn't present.
4309         * configure: Regenerate.
4310
4311 2006-05-01  Richard Guenther  <rguenther@suse.de>
4312
4313         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
4314         maintainer.
4315
4316 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
4317
4318         * MAINTAINERS (Write After Approval): Add myself.
4319
4320 2006-04-28  Jan Beulich  <jbeulich@novell.com>
4321
4322         * MAINTAINERS (Write After Approval): Add myself.
4323
4324 2006-04-18  DJ Delorie  <dj@redhat.com>
4325
4326         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
4327         reference libgloss so that libssp can be built in a combined
4328         tree.
4329         * configure: Regenerate.
4330
4331 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
4332
4333         * MAINTAINERS (Write After Approval): Add myself.
4334
4335 2006-04-05  Ben Elliston  <bje@au.ibm.com>
4336
4337         * configure.in: Require makeinfo 4.4 or higher.
4338         * configure: Regenerate.
4339
4340 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
4341
4342         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
4343         Rearrange the entries of other libraries to have them in one place.
4344
4345 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
4346
4347         * MAINTAINERS (Write After Approval): Remove myself.
4348         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4349
4350 2006-03-14  Richard Guenther  <rguenther@suse.de>
4351
4352         * configure: Regenerate with autoconf 2.13.
4353
4354 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
4355
4356         * MAINTAINERS: Use my work address.
4357
4358         * MAINTAINERS: Update my E-mail address.
4359
4360 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
4361
4362         * configure.in: Handle --disable-<component> generically.
4363         * configure: Regenerate.
4364
4365 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
4366
4367         PR libgcj/17311
4368         * ltmain.sh: Don't use "$finalize_rpath" for compile.
4369
4370 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
4371
4372         * MAINTAINERS (Write After Approval):  Remove myself.
4373         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4374
4375 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
4376
4377         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
4378         (TARGET_CONFIGDIRS): Remove.
4379         * configure.in: Remove AC_SUBST(target_configdirs).
4380         * Makefile.in, configure: Regenerated.
4381
4382 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
4383
4384         * MAINTAINERS (Write After Approval):  Remove myself.
4385         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4386
4387 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
4388
4389         PR bootstrap/25670
4390
4391         * Makefile.tpl ([+compare-target+]): Print explanation messages.
4392
4393         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4394         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4395         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4396         BUILD_PREFIX, BUILD_PREFIX_1.
4397         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4398
4399         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4400         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4401
4402         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4403         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4404         of `cat stage_current`.  Always provide the `r' and `s' variables.
4405         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4406         a single shell execution.
4407         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4408         bootstrapped modules, make the stage1 module if the build was not
4409         started yet, else build the current stage.
4410         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4411         (all-build, all-host, all-target, [+make_target+]-host,
4412         [+make_target+]-target): Do not use \-continued lines.
4413         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4414         (current_stage, restrap, stage_last): New.
4415
4416         * Makefile.in: Regenerate.
4417         * configure: Regenerate.
4418
4419 2006-02-19  Bud Davis  <jmdavis@link.com>
4420
4421         * MAINTAINERS (Write After Approval):  Remove myself.
4422         (Language Front End Maintainers):  Add myself as fortran 95
4423         maintainer and update e-mail address.
4424
4425 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4426
4427         * MAINTAINERS (Write After Approval):  Remove myself.
4428         (Language Front End Maintainers):  Add myself as fortran 95
4429         maintainer.
4430
4431 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
4432
4433         * MAINTAINERS (Write After Approval): Add myself.
4434
4435 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
4436
4437         * MAINTAINERS (Write After Approval):  Remove myself.
4438         (Language Front End Maintainers):  Add myself as
4439         fortran 95 maintainer.
4440
4441 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4442
4443         Sync from src:
4444
4445         2005-12-27  Leif Ekblad  <leif@rdos.net>
4446
4447         * configure.in: Add support for RDOS target.
4448         * configure: Regenerate.
4449
4450 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4451             Andreas Schwab  <schwab@suse.de>
4452
4453         * configure: Regenerate.
4454
4455 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
4456
4457         * configure.in (enable_libgomp): Add AIX.
4458         * configure: Regenerate.
4459
4460 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
4461
4462         * MAINTAINERS (Write After Approval): Add myself.
4463
4464 2006-02-03  Lee Millward  <lee.millward@gmail.com>
4465
4466         * MAINTAINERS (Write After Approval): Add myself.
4467
4468 2006-01-31  Richard Guenther  <rguenther@suse.de>
4469         Paolo Bonzini  <bonzini@gnu.org>
4470
4471         * Makefile.def (target_modules): Add libgcc-math target module.
4472         * configure.in (target_libraries): Add libgcc-math target library.
4473         (--enable-libgcc-math): New configure switch.
4474         * Makefile.in: Re-generate.
4475         * configure: Re-generate.
4476         * libgcc-math: New toplevel directory.
4477
4478 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
4479
4480         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4481         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4482         the assembler, linker and binutils.
4483         * configure: Regenerate.
4484
4485 2006-01-22  Dirk Mueller  <dmueller@suse.de>
4486
4487         * MAINTAINERS (Write After Approval): Add myself.
4488
4489 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
4490
4491         * configure: Regenerate.
4492
4493 2006-01-18  Richard Henderson  <rth@redhat.com>
4494             Jakub Jelinek  <jakub@redhat.com>
4495             Diego Novillo  <dnovillo@redhat.com>
4496
4497         * libgomp: New directory.
4498         * Makefile.def: Add target_module libgomp.
4499         * Makefile.in: Regenerate.
4500         * configure.in (target_libraries): Add target-libgomp.
4501         * configure: Regenerate.
4502
4503 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
4504
4505         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4506         @ from continuation.
4507         * Makefile.in: Rebuilt.
4508
4509 2006-01-04  Chris Lattner  <sabre@gnu.org>
4510
4511         * MAINTAINERS (Write After Approval): Add myself.
4512
4513 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
4514
4515         PR bootstrap/24252
4516
4517         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4518         * Makefile.tpl (OBJDUMP): New.
4519         (EXTRA_HOST_FLAGS): Add it.
4520         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4521
4522         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4523         to use symbolic links between directories.  Avoid race conditions
4524         or make them harmless.
4525         * configure.in: Do not try to use symbolic links between directories.
4526
4527         * Makefile.def (LEAN): Pass.
4528         * Makefile.tpl (LEAN): Define.
4529         (stage[+id+]-start): Accept that the previous directory does not
4530         exist, if the bootstrap is lean.
4531         (stage[+id+]-bubble): Invoke lean bootstrap commands after
4532         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
4533         configure substitution.
4534         ([+compare-target+]): Likewise.
4535         ([+bootstrap-target+]-lean): New.
4536         * configure.in: Remove lean bootstrap support from here.
4537
4538         * Makefile.in: Regenerate.
4539         * configure: Regenerate.
4540
4541 2006-01-04  Ben Elliston  <bje@au.ibm.com>
4542
4543         * MAINTAINERS (libdecnumber): Add myself.
4544
4545 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
4546
4547         * libtool-ldflags: New script.
4548
4549 2006-01-02  Andreas Schwab  <schwab@suse.de>
4550
4551         * configure.in: When reconfiguring remove Makefile in
4552         all stage directories.
4553         * configure: Regenerate.
4554
4555 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
4556
4557         * MAINTAINERS: Update my email address.
4558
4559 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
4560
4561         Revert Ada-related part of the previous change.
4562
4563         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4564         Do not pass.
4565         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4566         * Makefile.in: Regenerate.
4567         * configure.in: Do not include mt-ppc-aix target fragment.
4568         * configure: Regenerate.
4569
4570 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
4571
4572         * configure.in: Select appropriate fragments for PowerPC/AIX.
4573         * configure: Regenerate.
4574
4575         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4576         BOOT_CFLAGS, BOOT_LDFLAGS.
4577         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4578         BOOT_CFLAGS, BOOT_LDFLAGS.
4579         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4580         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4581         (stage): Fail if we cannot complete the work.
4582         * Makefile.in: Regenerate.
4583
4584 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
4585
4586         * configure.in: Replace ms1 with mt.
4587         * configure: Rebuilt.
4588
4589 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
4590
4591         * MAINTAINERS: Update my email address.
4592
4593 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
4594
4595         * Makefile.tpl (all, do-[+make_target+], do-check, install,
4596         install-host-nogcc): Don't invoke $(stage) at the end.
4597         * Makefile.in: Regenerate.
4598
4599 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
4600
4601         * configure.in: Flip the top-level bootstrap switch.
4602         * configure: Regenerate.
4603
4604 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
4605
4606         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4607         $(stage) and $(unstage).
4608         (EXTRA_TARGET_FLAGS): Correct double-quoting.
4609         (all): Remove stray semicolon.
4610         (local-distclean): Don't handle multilib.tmp and multilib.out.
4611         (install.all): Set $s for consistency.
4612         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4613         check_multilibs setting.  Always make the install directory.
4614         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4615         Correct @if/@endif.
4616         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4617         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4618         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4619         (multilib.out): Remove.
4620         * Makefile.in: Regenerated.
4621
4622 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
4623
4624         * MAINTAINERS (Write After Approval): Add myself.
4625
4626 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
4627
4628         * MAINTAINERS: Add myself as mt maintainer.
4629
4630         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
4631
4632 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
4633
4634         * MAINTAINERS: Change email address.
4635
4636 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
4637
4638         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4639         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4640         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
4641         Find in-tree tools if available.
4642         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4643         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4644         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4645         (COMPILER_*_FOR_TARGET): New.
4646         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4647         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4648         (CONFIGURED_*, USUAL_*): Remove.
4649         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4650         STRIP): Use autoconf substitutions.
4651         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4652         COMPILER_NM_FOR_TARGET): New.
4653         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4654
4655         (all): Make all-host and all-target in parallel.
4656         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4657         that $$r and $$s are set before invoking a recursive make.
4658         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4659         ([+bootstrap-target+]): Inline most of the `all' target.
4660
4661 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4662
4663         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4664         from the gcc build directory.
4665         * Makefile.in: Regenerate.
4666
4667 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4668
4669         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
4670         depend on all-libdecnumber.
4671         * configure.in (host_libs): Include libdecnumber.
4672         * Makefile.in: Regenerate.
4673         * configure: Likewise.
4674
4675 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4676
4677         * libdecnumber: Import decNumber sources from the dfp-branch.
4678
4679 2005-11-21  Kean Johnston  <jkj@sco.com>
4680
4681         * config.sub, config.guess: Sync from upstream sources.
4682
4683 2005-11-21  Ben Elliston  <bje@au.ibm.com>
4684
4685         Import from Autoconf sources:
4686
4687         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
4688         * config/move-if-change: Don't output "$2 is unchanged";
4689         suggested by Ben Elliston.  Handle weird characters correctly.
4690
4691 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
4692
4693         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
4694         to match upstream libtool for darwin.
4695
4696 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
4697
4698         * Makefile.def: Remove gdb dependencies for gdbtk.
4699         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4700         (configure-gdb, install-gdb): New rules.
4701         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4702         * Makefile.in, configure: Regenerated.
4703
4704 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
4705
4706         * MAINTAINERS (Write After Approval): Add myself.
4707
4708 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
4709
4710         * MAINTAINERS (Write After Approval): Add myself.
4711
4712 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
4713
4714         * MAINTAINERS (alias analysis): Add Daniel Berlin and
4715         Diego Novillo.
4716
4717 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
4718
4719         PR bootstrap/24297
4720         * Makefile.tpl (do-[+make-target+], do-check, install,
4721         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4722         are set before recursing.
4723         * Makefile.in: Regenerate.
4724
4725 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
4726
4727         PR bootstrap/18939
4728         * Makefile.def (gcc) <target>: Fix thinko.
4729         * Makefile.in: Regenerate.
4730
4731 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
4732
4733         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4734         * configure: Regenerate.
4735
4736 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
4737
4738         * MAINTAINERS (Write After Approval): Add self.
4739
4740 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
4741
4742         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4743         target-libffi, target-qthreads, target-libjava, and
4744         targetlibobjc.
4745         * configure: Regenerate.
4746
4747 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
4748
4749         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4750         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4751         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4752         (USUAL_OBJDUMP_FOR_TARGET): New.
4753         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4754         * configure.in: Check for $OBJDUMP_FOR_TARGET.
4755         * configure, Makefile.in: Regenerated.
4756
4757 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4758
4759         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4760         before other host packages.
4761
4762 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
4763
4764         * MAINTAINERS: Add self as sh libraries/configury maintainer.
4765
4766 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4767
4768         PR bootstrap/22340
4769
4770         * configure.in (default_target): Remove.
4771         * Makefile.tpl (all): Do not use prerequisites as subroutines
4772         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4773         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4774         use prerequisites as subroutines.
4775         (check-host, check-target): New.
4776         (bootstrap configure & all targets): Do not use stage*-start
4777         if the directory layout is already ok.
4778         (non-bootstrap configure & all targets): Prepend a $(unstage).
4779         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
4780         (NOTPARALLEL): Remove.
4781         (unstage, stage variables): New variables.
4782         (unstage, stage targets): Simply expand to those variables.
4783
4784         * configure: Regenerate.
4785         * Makefile.in: Regenerate.
4786
4787 2005-10-04  James E Wilson  <wilson@specifix.com>
4788
4789         * Makefile.def (lang_env_dependencies): Add libmudflap.
4790         * Makefile.in: Regenerate.
4791
4792 2005-10-03  Andreas Schwab  <schwab@suse.de>
4793
4794         Backport from libtool CVS:
4795         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
4796
4797         * ltmain.sh: add support for installing into temporary
4798         staging area (e.g. 'make install DESTDIR=...')
4799
4800 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
4801
4802         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4803         * configure: Regenerated.
4804
4805 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
4806
4807         * configure: Regenerate with the correct
4808         autoconf version.
4809
4810 2005-09-30  Catherine Moore  <clm@cm00re.com>
4811
4812         * configure.in (bfin-*-*): New.
4813         * configure: Regenerated.
4814
4815 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
4816
4817         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4818         (LIPO_FOR_TARGET): New.
4819         (CONFIGURED_LIPO_FOR_TARGET): New.
4820         (USUAL_LIPO_FOR_TARGET): New.
4821         (STRIP_FOR_TARGET): New.
4822         (CONFIGURED_STRIP_FOR_TARGET): New.
4823         (USUAL_STRIP_FOR_TARGET): New.
4824         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4825         STRIP_FOR_TARGET.
4826         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4827         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4828         * Makefile.in: Regenerate.
4829         * configure: Regenerate.
4830
4831 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
4832
4833         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4834         (rs6000-*-aix*): Same.
4835         * configure: Regenerate.
4836
4837 2005-09-16  Tom Tromey  <tromey@redhat.com>
4838
4839         * MAINTAINERS: Add self as java maintainer.
4840
4841 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4842
4843         * configure.in: Recognize f95 in the --enable-languages option,
4844         and substitute it for fortran, issuing a warning.
4845         * configure: Regenerate.
4846
4847 2005-08-30  Phil Edwards  <phil@codesourcery.com>
4848
4849         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
4850         * configure:  Regenerated.
4851
4852 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
4853
4854         * MAINTAINERS: Add self as ms1 maintainer.
4855
4856 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
4857
4858         * Makefile.def (libssp): Add to lang_env_dependencies.
4859         * Makefile.in: Regenerate.
4860
4861 2005-08-18  Ian Lance Taylor  <ian@airs.com>
4862
4863         * MAINTAINERS: Add myself as middle-end maintainer.
4864
4865 2005-08-17  Christian Groessler  <chris@groessler.org>
4866
4867         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4868         * Makefile.in: Regenerate.
4869
4870 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
4871
4872         * MAINTAINERS (write after approval): Added myself.
4873
4874 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
4875
4876         * MAINTAINERS (Write After Approval): Add myself.
4877
4878 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
4879
4880         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4881         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4882         Look for alternate names of the target cc and c++
4883         * configure: Regenerate.
4884
4885 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
4886
4887         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4888         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4889         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4890         tools; remove code to manually set them.
4891         (Target tools): Look in the environment for them.
4892         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4893         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4894         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4895         build directory.
4896         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4897         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4898         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4899         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4900         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4901         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4902         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4903         * configure: Regenerate.
4904         * Makefile.in: Regenerate.
4905
4906 2005-07-28  Ben Elliston  <bje@au.ibm.com>
4907
4908         * MAINTAINERS: Update for removed CPU targets.
4909
4910 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
4911
4912         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4913         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4914         * Makefile.in: Regenerated.
4915
4916 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
4917
4918         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4919         (CFLAGS_FOR_TARGET): Use it.
4920         (CXXFLAGS_FOR_TARGET): Likewise.
4921         * Makefile.in: Regenerated.
4922         * configure.in (--with-build-sysroot): New option.
4923         * configure: Regenerated.
4924
4925 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
4926
4927         * Makefile.tpl: Wrap install between unstage and stage
4928         * Makefile.in: Regenerate.
4929
4930 2005-07-21  Eric Christopher  <echristo@apple.com>
4931
4932         * MAINTAINERS: Update affiliation.
4933
4934 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
4935
4936         * MAINTAINERS: Add self as crx port maintainer.
4937
4938 2005-07-20  DJ Delorie  <dj@redhat.com>
4939
4940         * MAINTAINERS: Add self as m32c maintainer.
4941
4942 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
4943
4944         * all files: Update FSF address.
4945
4946 2005-07-15  Eric Christopher  <echristo@redhat.com>
4947
4948         * MAINTAINERS: Change affiliation.
4949
4950 2005-07-14  Jim Blandy  <jimb@redhat.com>
4951
4952         * configure.in: Add cases for Renesas m32c.
4953         * configure: Regenerated.
4954
4955 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4956
4957         * COPYING.LIB: Update from fsf.org.
4958
4959 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4960
4961         * COPYING, compile, config.guess,
4962         config.sub, install-sh, missing, mkinstalldirs,
4963         symlink-tree, ylwrap: Sync from upstream sources.
4964         * config-ml.in: Update FSF address.
4965
4966 2005-07-13  Eric Christopher  <echristo@redhat.com>
4967
4968         * configure.in: Add toplevel noconfigdir support for tpf.
4969         * configure: Regenerate.
4970
4971 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
4972
4973         PR ada/22340
4974
4975         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4976         * Makefile.in: Regenerate.
4977
4978 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
4979
4980         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
4981         Brolley to write-after-approval.
4982
4983 2005-07-07  Andreas Schwab  <schwab@suse.de>
4984
4985         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4986         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4987         * Makefile.in: Regenerated.
4988
4989 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
4990
4991         * configure.in: Don't build sim or rda when targetting darwin.
4992         * configure: Regenerate.
4993
4994 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
4995
4996         * configure.in: Add --enable-libssp and --disable-libssp.
4997         * configure: Regenerate with autoconf-2.13.
4998
4999 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
5000
5001         * Makefile.def (target_modules): Add libssp.
5002         * configure.in (target_libraries): Add target-libssp.
5003         * configure: Rebuilt.
5004         * Makefile.in: Rebuilt.
5005
5006 2005-07-01  Zack Weinberg  <zackw@panix.com>
5007
5008         * MAINTAINERS: Change email address.  Resign from maintainership.
5009
5010 2005-07-01  Richard Guenther  <rguenther@suse.de>
5011
5012         * MAINTAINERS: Change my e-mail address and affiliation.
5013
5014 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
5015
5016         * Makefile.def (stagefeedback): Come after profile.
5017         Define profiledbootstrap target.
5018         * Makefile.tpl (profiledbootstrap): Remove.
5019         (stageprofile-end): Zap stagefeedback.
5020         (stagefeedback-start): Copy all .gcda files, not only GCC's.
5021         * Makefile.in: Regenerate.
5022
5023 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
5024
5025         * MAINTAINERS: Update my email address.
5026
5027 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
5028
5029         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
5030         In 'cpp' stanza, support '#line' as well as '# '.
5031
5032 2005-06-08  Andreas Schwab  <schwab@suse.de>
5033
5034         * MAINTAINERS: Move myself from 'Write After Approval' to
5035         'CPU Port Maintainers' section as m68k maintainer.
5036
5037 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
5038
5039         * configure.in (unsupported_languages): New macro.
5040         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
5041         non-ported target libraries in noconfigdirs.
5042         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5043         non-linux-gnu.  Remove libgcj_ex_libffi.
5044         <lang_frag loop>: Set add_this_lang=no if the language is in
5045         unsupported_languages.
5046         * configure: Regenerate.
5047
5048 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
5049
5050         * configure.in: Fix typo in handling of --with-mpfr-dir.
5051         * configure: Regenerate.
5052
5053 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
5054
5055         * MAINTAINERS: Update my email address.
5056
5057 2005-06-02  Jim Blandy  <jimb@redhat.com>
5058
5059         * config.sub: Add cases for the Renesas m32c.  (This patch has been
5060         accepted into the master sources.)
5061
5062 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
5063             Michael Snyder  <msnyder@redhat.com>
5064             Stan Cox  <scox@redhat.com>
5065
5066         * configure.in: Set noconfigdirs for ms1.
5067
5068         * configure: Regenerate.
5069
5070 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
5071
5072         * MAINTAINERS (Write After Approval): Add self.
5073
5074 2005-06-01  Josh Conner  <jconner@apple.com>
5075
5076         * MAINTAINERS (Write After Approval): Add self.
5077
5078 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
5079
5080         * MAINTAINERS: Update my email address.
5081
5082 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
5083
5084         * MAINTAINERS (Write After Approval): Add self.
5085
5086 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
5087
5088         * MAINTAINERS (Write After Approval): Remove self.
5089
5090 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
5091
5092         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5093         (Dependencies): Consider target modules for bootstrap dependencies.
5094         Make target bootstrap modules depend on each stage's gcc.
5095         * Makefile.in: Regenerate.
5096
5097 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
5098
5099         * Makefile.def (configure-gcc): Depend on binutils having been built.
5100         (all-gcc): No need to do it here.
5101         * Makefile.in: Regenerate.
5102
5103 2005-05-19  Paul Brook  <paul@codesourcery.com>
5104
5105         * configure.in: Rewrite misleading error message when requested
5106         language cannot be built.
5107         * configure: Regenerate.
5108
5109 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
5110
5111         * ylwrap: Import from Automake 1.9.5.
5112
5113 2005-05-13  David Ung  <davidu@mips.com>
5114
5115         * MAINTAINERS (Write After Approval): Add self.
5116
5117 2005-05-09  Mike Stump  <mrs@apple.com>
5118
5119         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
5120         lt_cv_sys_max_cmd_len for now.
5121
5122 2005-05-09  Stan Cox  <scox@redhat.com>
5123
5124         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
5125
5126 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
5127
5128         * README.SCO: Update the URL.
5129
5130 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
5131
5132         * ltconfig: Define file_list_spec.  Pass file_list_spec and
5133         with_gnu_ld to libtool.
5134         * ltcf-c.sh (aix[45]): Define file_list_spec.
5135         * ltcf-cxx.sh (aix[45]): Same.
5136         * ltcf-gcj.sh (aix[45]): Same.
5137         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
5138         exists, write list of input files to temporary file.
5139
5140 2005-05-04  Mike Stump  <mrs@apple.com>
5141
5142         * configure.in: Always pass --target to target configures as
5143         otherwise rebuilds that do --recheck will fail.
5144         * confiugure: Rebuilt.
5145
5146 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
5147
5148         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5149         STAGE_HOST_EXPORTS.
5150         (configure, all): Add bootstrap support.
5151         (Host modules, target modules): Pass post-stage1 flags and exports.
5152         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5153         * Makefile.in: Regenerate.
5154
5155 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
5156
5157         * configure: Regenerate.
5158
5159 2005-04-27  Mike Stump  <mrs@apple.com>
5160
5161         * MAINTAINERS: Add self as darwin maintainer.
5162
5163 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
5164
5165         * config.sub: Update from master copy.
5166
5167 2005-04-21  Mike Stump  <mrs@apple.com>
5168
5169         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
5170         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
5171
5172 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
5173
5174         * configure.in <crisv32-*-*, cris-*-*>: New local variable
5175         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
5176         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
5177         "*-*-elf" and "*-*-linux*".
5178         * configure: Regenerate.
5179
5180 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
5181
5182         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
5183
5184 2005-04-12  Mike Stump  <mrs@apple.com>
5185
5186         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
5187
5188 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
5189
5190         * MAINTAINERS (Write After Approval): Add myself.
5191
5192 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
5193
5194         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
5195
5196 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
5197
5198         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5199         (TARGET_CONFIGARGS): Include --with-target-subdir.
5200         (configure, all): New macros.  Use them throughout.
5201         * Makefile.in: Regenerate.
5202
5203 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
5204
5205         * MAINTAINERS (Write After Approval): Add myself.
5206
5207 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5208
5209         * MAINTAINERS: Remove 'loop unrolling' maintainer.
5210
5211 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
5212
5213         * MAINTAINERS: Move John Carr to Write After Approval.
5214
5215 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
5216
5217         * config/mh-mingw32: Delete.
5218         * configure.in: Don't use it.
5219         * configure: Regenerate.
5220
5221 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
5222
5223         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5224         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5225         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
5226         (HOST_LIB_PATH): Generate from Makefile.def.
5227         (TARGET_LIB_PATH): Likewise.
5228         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5229         * Makefile.in: Regenerate.
5230         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5231         (RPATH_ENVVAR): Include Darwin case.
5232         * configure: Regenerate.
5233
5234 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
5235
5236         * MAINTAINERS (Various Maintainers): Remove self.
5237         (Write After Approval): Add self.
5238
5239 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
5240
5241         * MAINTAINERS (Various Maintainers): Add self.
5242
5243 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
5244
5245         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5246         * configure: Regenerate.
5247
5248 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
5249
5250         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5251         gcc_version, and gcc_version_trigger from set of flags to pass.
5252         * Makefile.tpl: Remove definitions of above variables.
5253         (config.status): Remove dependency on $(gcc_version_trigger).
5254         * Makefile.in: Regenerate.
5255         * configure.in: Do not reference config/gcc-version.m4 nor
5256         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
5257         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
5258         * configure: Regenerate.
5259
5260 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
5261             Andrew Pinski  <pinskia@physics.uc.edu>
5262
5263         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5264         * Makefile.in: Regenerate.
5265
5266 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
5267
5268         * MAINTAINERS (Write After Approval): Add myself.
5269
5270 2005-03-03  David Ayers  <d.ayers@inode.at>
5271
5272         * MAINTAINERS (Write After Approval): Add myself.
5273
5274 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
5275
5276         PR libgcj/20160
5277         * ltmain.sh: Avoid creating archives with components that have
5278         duplicate basenames.
5279
5280 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
5281
5282         PR bootstrap/20250
5283         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5284         instead of check.
5285         * Makefile.in: Regenerate.
5286
5287 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5288
5289         * Makefile.in: Regenerate to fix conflict between the previous two
5290         patches.
5291
5292 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5293
5294         PR bootstrap/17383
5295         * Makefile.def (target_modules): Remove "stage", now unnecessary.
5296         * Makefile.tpl (HOST_SUBDIR): New substitution.
5297         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5298         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5299         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5300         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5301         (Host modules, Bootstrapped modules): Use it.
5302         (Build modules, Target modules): Do not create symlink trees,
5303         always configure out-of-srcdir.
5304         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5305         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5306         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5307         $(HOST_SUBDIR).  Create a symlink for host_subdir.
5308
5309         * Makefile.in: Regenerate.
5310         * configure: Regenerate.
5311
5312 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5313
5314         Merged from libada-gnattools-branch:
5315         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5316
5317         * gnattools: New directory.
5318         * Makefile.def: Add gnattools as a module, depending on target-libada.
5319         * Makefile.in: Regenerate.
5320         * configure.in: Include gnattools in host_tools; disable it if ada
5321         is disabled.
5322         * configure: Regenerate.
5323
5324 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
5325
5326         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
5327         treelang maintainer.
5328         (Write After Approval): Remove myself.
5329
5330 2005-02-23  Paul Schlie  <schlie@comcast.net>
5331
5332         * configure.in: Allow darwin targeted ports to build tk, itcl and
5333         libgui.
5334         * configure: Regenerate.
5335
5336 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5337
5338         PR libgcj/10353
5339         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5340         * configure: Regenerate.
5341
5342 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
5343
5344         * MAINTAINERS (Write After Approval): Add myself.
5345
5346 2005-02-10  Ian Lance Taylor  <ian@airs.com>
5347
5348         * MAINTAINERS: Update my e-mail address.
5349
5350 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
5351
5352         * MAINTAINERS (Write After Approval): Add myself.
5353
5354 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
5355
5356         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5357         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5358         target-libgloss when not *-*-elf and *-*-aout.
5359         * configure: Regenerate.
5360
5361 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
5362
5363         * MAINTAINERS: Remove obsolete entries.
5364
5365         * MAINTAINERS (Write After Approval): Add Michael Matz.
5366
5367 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
5368
5369         * MAINTAINERS: Remove self as cpplib maintainer.
5370
5371 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5372
5373         * install-sh, config.sub: Import from upstream.
5374
5375 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5376
5377         PR bootstrap/18222
5378         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5379         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5380         * Makefile.in: Regenerate.
5381
5382 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
5383
5384         * MAINTAINERS: Update my email address.
5385
5386 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
5387             Andreas Schwab  <schwab@suse.de>
5388
5389         PR bootstrap/18033
5390         * config-ml.in: Eval option if surrounded by single quotes.
5391
5392 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
5393
5394         Revert 2004-12-28 Makefile changes, a better fix will be
5395         applied to mainline and src after GCC 4.0 branches.
5396
5397 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
5398
5399         PR bootstrap/17383
5400
5401         * Makefile.def (target_modules): Remove stage parameter,
5402         it is always true now.
5403         * Makefile.tpl (configure-build-[+module+],
5404         configure-target-[+module+]): Always build symlink tree
5405         for the directory and for include.  BUILD_SUBDIR and
5406         TARGET_SUBDIR cannot be . anymore.
5407         * Makefile.in: Regenerate.
5408
5409 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
5410
5411         Revert 2004-12-08 Makefile changes.
5412
5413 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
5414
5415         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
5416         cygwin, mingw.
5417
5418 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
5419
5420         * configure.in (sh64-*-*): Reenable gprof.
5421         * configure: Regenerate.
5422
5423 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
5424
5425         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5426         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5427         (EXTRA_TARGET_FLAGS): Add PICFLAG.
5428         * Makefile.in: Regenerate.
5429
5430 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
5431
5432         * MAINTAINERS: Update my email address.
5433
5434 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
5435
5436         * Makefile.tpl: Generate normal dependencies if the LHS module is
5437         not bootstrapped.
5438         * Makefile.in: Regenerate.
5439
5440 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5441
5442         * configure.in: Include config/gxx-include-dir.m4.  Use
5443         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
5444         * configure: Regenerate.
5445
5446 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5447
5448         * config.if: Delete.
5449         * configure.in: Set libstdcxx_incdir directly.
5450         * configure: Regenerate.
5451
5452 2004-12-02  Eric Christopher  <echristo@redhat.com>
5453
5454         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
5455         * Makefile.in: Regenerate.
5456
5457 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5458
5459         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5460         * configure: Regenerate.
5461
5462 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5463
5464         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
5465         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
5466         * configure: Regenerate.
5467
5468 2004-12-01  Eric Christopher  <echristo@redhat.com>
5469
5470         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
5471         of things to remove.
5472
5473 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
5474
5475         * MAINTAINERS (Write After Approval): Update my e-mail address.
5476
5477 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
5478
5479         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
5480         from CVS libtool to always pass_all.
5481
5482 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5483
5484         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5485         (hppa*64*-*-*): Delete incorrect comment.
5486         * configure: Rebuilt.
5487
5488 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5489
5490         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
5491
5492 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5493
5494         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
5495         from CVS libtool to always pass_all.
5496
5497 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5498
5499         * install-sh, compile: Import from automake.
5500
5501 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5502
5503         * config.guess, config.sub:  Import from savannnah.
5504
5505 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
5506
5507         * MAINTAINERS (Write After Approval): Add myself
5508
5509 2004-11-12  Mike Stump  <mrs@apple.com>
5510
5511         * Makefile.def: Add html support.
5512         * Makefile.tpl: Likewise.
5513         * Makefile.in: Regenerate.
5514
5515 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
5516
5517         PR 18423
5518         * configure.in: Remove all instances of build-fixincludes from
5519         noconfigdirs.
5520         (build_configargs): Supply --target to subdirectories.
5521         * configure: Regenerate.
5522
5523         * Makefile.def: Make gcc install depend on fixincludes install.
5524         * Makefile.in: Regenerate.
5525
5526 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
5527
5528         * MAINTAINERS: Add myself as gcc testsuite maintainer.
5529
5530 2004-11-11  Paul Brook  <paul@codesourcery.com>
5531
5532         * MAINTAINERS: Add self as arm maintainer.  Update email address.
5533
5534 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
5535
5536         * configure.in (noconfigdirs) [mmix-*-*]: Disable
5537         target-libgfortran.
5538         * configure: Regenerate.
5539
5540 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
5541
5542         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5543         like CC.
5544
5545 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
5546
5547         * Makefile.def (host fixincludes): Specify missing targets.
5548         * Makefile.in: Regenerate.
5549
5550 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
5551
5552         * MAINTAINERS: Add myself
5553
5554 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
5555
5556         * MAINTAINERS (Write After Approval): Add myself.
5557
5558 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
5559
5560         * Makefile.def: Build fixincludes for the host, too.
5561         * Makefile.in: Regenerate.
5562         * configure.in (host_tools): Add fixincludes.
5563         * configure: Regenerate.
5564
5565 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
5566
5567         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5568         * configure: Regenerated.
5569
5570 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
5571
5572         PR other/17783
5573         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5574         * configure: Regenerated.
5575
5576 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
5577
5578         * README.SCO: Update per FSF instructions.
5579
5580 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
5581
5582         PR target/18151
5583         * configure.in (case ${target}): Do not build fixincludes for avr.
5584         * configure: Regenerated.
5585
5586 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
5587
5588         * configure.in (case ${target}): Do not build fixincludes
5589         on platforms where it is not used.
5590         * configure: Regenerated.
5591
5592 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
5593
5594         * configure.in: Use an absolute path to install-sh.
5595         * configure: Regenerated.
5596
5597 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
5598
5599         * MAINTAINERS (Write After Approval): Add myself.
5600
5601 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
5602
5603         * MAINTAINERS: Remove from Write After Approval those that are
5604         already maintainers.
5605
5606 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
5607
5608         * MAINTAINERS:  Update my email address.
5609
5610 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
5611
5612         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5613         * configure: Regenerate.
5614
5615 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
5616
5617         * MAINTAINERS:  Update my email address.
5618
5619 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
5620
5621         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
5622         entries belonging to this category.
5623
5624 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
5625
5626         * MAINTAINERS: Update my e-mail address.
5627
5628 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
5629
5630         Fix wrong conflict resolution in:
5631
5632         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5633
5634         * Makefile.in: Regenerate.
5635         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5636         in the recursive `make', instead of hardwiring `all'.
5637         (Autogenerated TARGET-* variables): New.
5638
5639 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
5640
5641         * configure.in: Enable target-libgloss for crx-*-*.
5642         * configure: Regenerate.
5643
5644 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
5645
5646         * MAINTAINERS (Various Maintainers): Move the "windows,
5647         cygwin, mingw" maintainer to ...
5648         (OS Port Maintainers): ... here.
5649
5650 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
5651
5652         * MAINTAINERS (Write After Approval): Remove those that are
5653         maintainers of some subsystem.
5654
5655 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
5656
5657         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5658         * ltcf-cxx.sh (tpf*): Likewise.
5659         * ltconfig (tpf*): Add TPF OS configuration support.
5660
5661 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
5662
5663         * MAINTAINERS: Change my email address to my new work account.
5664
5665 2004-09-24  Michael Roth  <mroth@nessie.de>
5666
5667         * configure.in (--without-headers): Add missing double quotes.
5668         * configure: Regenerate.
5669
5670 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
5671
5672         * ylwrap: Revert to previous version.
5673
5674 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
5675
5676         PR bootstrap/17369
5677         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5678         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5679         SET_GCC_LIB_PATH_CMD.
5680         (BASE_TARGET_EXPORTS): Likewise.
5681         * Makefile.in: Regenerated.
5682
5683         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5684         * configure: Regenerated.
5685
5686 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
5687
5688         * config.guess: New upstream version
5689         * compile, depcomp, install-sh, ylwrap: Likewise.
5690
5691 2004-09-19  Roger Sayle  <roger@eyesopen.com>
5692
5693         * config/mh-x86omitfp: New host makefile fragment.  Add
5694         -fomit-frame-pointer to the default BOOT_CFLAGS.
5695         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5696         * configure: Regenerate.
5697
5698 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
5699
5700         PR target/11572
5701         * configure.in (*-*-darwin*): Renable libobjc.
5702         * configure: Regenerate.
5703
5704 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
5705
5706         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
5707
5708 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
5709
5710         * Makefile.def: Remove libbanshee.
5711         * Makefile.tpl: Ditto.
5712         * configure.in: Ditto.
5713         * Makefile.in: Regen.
5714         * configure: Ditto.
5715
5716 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
5717
5718         * ltmain.sh: Use $pic_object as $non_pic_object if
5719         $non_pic_object=none.
5720
5721 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
5722
5723         * missing: Import latest version from master repository.
5724
5725 2004-09-06  Nick Clifton  <nickc@redhat.com>
5726
5727         * config.sub: Import latest version from master repository.
5728         * config.guess: Likewise.
5729         This includes these changes:
5730
5731         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
5732
5733         * config.sub: Handle crisv32, alias etraxfs.
5734         * config.guess (crisv32:Linux:*:*): Handle.
5735
5736         2004-08-13  Brad Smith  <brad@comstyle.com>
5737
5738         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5739         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5740
5741         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
5742
5743         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5744         assume the processor is a powerpc.  This is because coreutils
5745         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5746         in this case, due to a MacOS X bug that causes
5747         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5748         to return a negative number.
5749         Problem reported by Petter Reinholdtsen in:
5750         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5751
5752         2004-07-19  Ben Elliston  <bje@gnu.org>
5753
5754         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5755
5756         2004-06-24  Ben Elliston  <bje@gnu.org>
5757
5758         * config.guess: Update copyright years.
5759         * config.sub: Likewise.
5760
5761         2004-06-22  Robert Millan  <robertmh@gnu.org>
5762
5763         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5764         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5765
5766         2004-06-22  Stanley F. Quayle <stan@stanq.com>
5767
5768         * config.guess (*:*VMS:*:*): New entry. Replaces
5769         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5770         manufacturer.
5771
5772         2004-06-22  Ben Elliston  <bje@gnu.org>
5773
5774         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5775         * config.sub: Likewise.
5776
5777         2004-06-22  Ben Elliston  <bje@gnu.org>
5778
5779         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5780         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5781
5782         2004-06-11  Ben Elliston  <bje@gnu.org>
5783
5784         * config.guess (pegasos:OpenBSD:*:*): Remove.
5785
5786         2004-06-11  Ben Elliston  <bje@gnu.org>
5787
5788         From Wouter Verhelst <wouter@grep.be>:
5789         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5790
5791         2004-06-11  Ben Elliston  <bje@gnu.org>
5792
5793         * config.guess (luna88k:OpenBSD:*:*): New.
5794
5795         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
5796
5797         * config.guess (m32r*:Linux:*:*): New case.
5798         * config.sub: Handle m32rle.
5799
5800         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
5801
5802         From Jens Petersen  <petersen@redhat.com>:
5803         * config.sub: Handle sparcv8.
5804
5805         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
5806
5807         From Tom Smith <smith@cag.lkg.hp.com>:
5808         * config.guess: Version suffixes are equally significant on Tru64
5809         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
5810         prefix of "P" (patched kernel).
5811
5812         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
5813
5814         * config.sub: Add support for National Semiconductor CRX target.
5815
5816 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
5817
5818         * MAINTAINERS (Various Maintainers): Remove myself as web page
5819         maintainer, add myself as maintainer of build status lists.
5820
5821 2004-09-03  Jan Beulich  <jbeulich@novell.com>
5822
5823         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5824         *-*-netware, but add target-libmudflap.
5825         Consolidate *-*-netware targets (of which really only i?86 exists)
5826         into a single entry.
5827         * configure: Likewise.
5828
5829 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
5830
5831         * Makefile.tpl (sorry): Remove.
5832         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5833         (cleanstrap targets): Depend on distclean, not distclean-stage1.
5834         (do-clean): Clean per-stage directories too.
5835         (do-distclean): Run distclean-stage1 too.
5836         (.NOTPARALLEL): Enable during toplevel bootstrap.
5837         (stage[+id+]-bubble): Enable parallel execution during
5838         the recursive invocation.
5839         * Makefile.in: Regenerate.
5840
5841         Fix previous checkin:
5842
5843         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5844         include.
5845         * configure.in: Fix indentation.
5846         * configure: Regenerate.
5847
5848 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
5849
5850         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5851         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5852         * configure: regenerate
5853         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5854         -mdynamic-no-pic
5855
5856 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
5857
5858         * Makefile.def (build_modules): Add fixincludes.
5859         (dependencies): Make gcc depend on fixincludes.
5860         * configure.in (build_tools): Add fixincludes.
5861         (build_configdirs): Always include build_libs.
5862         * Makefile.in: Regenerate.
5863         * configure: Regenerate.
5864
5865 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
5866
5867         * Makefile.def (bootstrap stages): Add 'lean' parameter.
5868         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5869         phony targets; do not generate timestamp files.
5870         (distclean-stageN): Remove references to their timestamp files.
5871         (restageN, touch-stageN): Remove.
5872         (stageN-bubble): Rewritten.
5873         (compare): Support lean bootstraps.
5874         * Makefile.in: Regenerate.
5875
5876         * configure.in: Only warn when bootstrapping but
5877         build != host or build != target.  Support lean bootstraps.
5878         * configure: Regenerate.
5879
5880 2004-08-26  Phil Edwards  <phil@codesourcery.com>
5881
5882         * configure.in:  Give a better error message if GMP/MPFR are missing
5883         and a language needing them has been requested.
5884         * configure:  Regenerated.
5885
5886 2004-08-25  Phil Edwards  <phil@codesourcery.com>
5887
5888         * configure.in:  Print a list of available language front-ends if
5889         a requested one is missing.  Tidy stray tab characters.
5890         * configure:  Regenerated.
5891
5892 2004-08-19  Michael Koch  <konqueror@gmx.de>
5893
5894         * gcc/doc/install.texi: Update entry about automake for libjava.
5895
5896 2004-08-17  Robert Millan  <robertmh@gnu.org>
5897
5898         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5899         (instead of FreeBSD).
5900         * configure: Regenerate.
5901
5902 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5903
5904         * Makefile.in: Regenerate.
5905         * configure: Regenerate.
5906
5907         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5908         stage_*_flags.
5909         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5910         for bootstrapped modules if toplevel bootstrap is going.
5911         (GCC bootstrap): Generate per-stage targets for all bootstrapped
5912         modules.  Adjust for changes in Makefile.def.  Enable several
5913         rules even in non-bootstrap mode, just to avoid peppering the
5914         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5915         (stage-[+prev+]-bubble): Remove.
5916
5917         * Makefile.def (Dependencies): Depend on all-build-bison,
5918         all-build-flex, all-build-byacc, all-build-texinfo, rather
5919         than the host variations.
5920         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
5921         with BUILD_SUBDIR.
5922         (BISON): Update for recent Bisons.
5923         (YACC): Fix typo.
5924         (cross): Depend on all-build.
5925         (all): Do not depend on all-build.
5926         (prebootstrap): Remove.
5927         (dep-kind): Accept separate prefixes for MODULE and ON variables.
5928         (Prebootstrap dependencies): Add them to the per-stage targets
5929         and to all-prebootstrap.
5930         * configure.in (build_configdirs): Always enable build_tools.
5931         (BUILD_DIR_PREFIX): Remove.
5932
5933         * Makefile.def (gcc): Add target variable.
5934         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5935         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5936         in the recursive `make', instead of hardwiring `all'.
5937         (Autogenerated TARGET-* variables): New.
5938
5939 2004-08-13  Brian Booth  <bbooth@redhat.com>
5940
5941         * MAINTAINERS: Remove myself from write-after-approval.
5942
5943 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5944
5945         * src-release: Stop distributing mmalloc with gdb (which doesn't
5946         use it).
5947         * Makefile.def: GDB doesn't depend on mmalloc anymore.
5948         * Makefile.in: Regenerate.
5949
5950 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
5951
5952         * configure.in (arm*-*-eabi*): New target.
5953         * configure: Regenerate.
5954
5955 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
5956
5957         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5958         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5959         (Dependencies): New section.
5960         * Makefile.tpl (Dependencies): Generate from Makefile.def.
5961         (configure-target-[+module+]): Depend on maybe-all-gcc
5962         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
5963         (toplevel profiledbootstrap): Fix dependencies.
5964         * Makefile.in: Regenerate.
5965
5966 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
5967
5968         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5969         target-libiberty to noconfigdirs.
5970         * configure: Regenerate.
5971
5972 2004-08-03  Paul Brook  <paul@codesourcery.com>
5973
5974         * configure.in: Check for MPFR as well as GMP.
5975         * configure: Regenerate.
5976
5977 2004-08-01  Robert Millan  <robertmh@gnu.org>
5978
5979         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5980         libmudflap for all GNU-based systems (with Glibc).
5981         * configure: Regenerate.
5982
5983 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
5984
5985         * Makefile.def (host-modules): Add gcc.
5986         * Makefile.in: Regenerate.
5987         * Makefile.tpl (sorry): New rule.
5988         (configure-host, all-host, [+make_target+]-host, do-check,
5989         install-host): Do not add gcc as a special case.
5990         (host modules): Add a small special-casing for gcc.  Export
5991         extra_make_flags through the environment.
5992         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5993         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5994         other recursive targets for gcc): Remove.
5995
5996         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5997         (stage, unstage): New rules.
5998         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5999         distclean-stage[+id+]): Use stage_current.
6000         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6001         the stage*-start rules.
6002
6003 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
6004
6005         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
6006         use -all_load flag.
6007
6008 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
6009
6010         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
6011         * configure: Regenerate.
6012
6013 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
6014
6015         * maintainer-scripts/gcc_release: Revert yesterday's change.
6016
6017 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
6018
6019         * MAINTAINERS: Add myself to write-after-approval.
6020
6021 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
6022
6023         * libf2c: Removed.
6024         * gcc/gccbug.in: Updated because of libf2c removal.
6025         * maintainer-scripts/gcc_release: Ditto.
6026
6027 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
6028
6029         * configure.in: Build libmudflap by default on FreeBSD.
6030         * configure: Regenerated.
6031
6032 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
6033
6034         * configure.in: Do not build libmudflap by default on non-GNU/Linux
6035         systems.
6036         * configure: Regenerated.
6037
6038 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6039
6040         PR target/16344
6041         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6042         feedback based compiler.
6043         * Makefile.in: Rebuilt.
6044
6045 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
6046
6047         * Makefile.def (host_modules): Set bootstrap=true for flex.
6048         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6049         * Makefile.in: Rebuilt.
6050
6051 2004-07-07  Jan Hubicka  <jh@suse.cz>
6052
6053         * MAINTAINERS: Add self as a profile feedback maintainer.
6054
6055 2004-07-05  Phil Edwards  <phil@codesourcery.com>
6056
6057         * configure.in:  Do not prepend $srcdir to /dev/null in
6058         makefile fragments.
6059         * configure:  Regenerate.
6060
6061 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
6062
6063         * Makefile.def (build_modules): Add bison, byacc, flex,
6064         m4, texinfo.
6065         (flags_to_pass): Add FLEX.
6066         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6067         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6068         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6069         DEFAULT_MAKEINFO): Remove.
6070         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6071         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6072         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6073         objdir or else use configured tool.
6074         (all-build): New.
6075         (all): Depend on it.
6076         (Build module dependencies): Add.
6077         * Makefile.in: Regenerate.
6078         * configure.in: Better support for multiple build modules,
6079         matching what is done for host/target modules.  Do not look
6080         for "plausible" locations of build tools if Canadian cross.
6081         Use autoconf's AC_PROG_CC to find a C compiler.  Define
6082         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
6083         * configure: Regenerate.
6084
6085 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6086
6087         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6088         * Makefile.in: Regenerate.
6089
6090 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6091
6092         * Makefile.tpl (configure-build-[+module+],
6093         configure-[+module+], configure-target-[+module+]): Pass
6094         [+extra_configure_args+].
6095         (all-build-[+module+], all-[+module+], check-[+module+],
6096         install-[+module+], [+make_target+]-[+module+],
6097         all-target-[+module+], check-target-[+module+],
6098         install-target-[+module+], [+make_target+]-target-[+module+]):
6099         Pass [+extra_make_args+].
6100         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6101         (GCC_HOST_EXPORTS): Remove.
6102         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6103         cross, check-gcc, check-gcc-c++, install-gcc,
6104         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6105         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6106         * Makefile.in: Regenerate.
6107
6108 2004-06-21  Matthew Sachs  <msachs@apple.com>
6109
6110         * MAINTAINERS: Added self to write-after-approval.
6111
6112 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
6113
6114         * configure.in: Check for srcdir/winsup rather than build directory
6115         winsup.
6116         * configure: Regenerate.
6117
6118 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
6119
6120         * configure.in: Don't build Cygwin native newlib if winsup
6121         directory is missing.  Emit warning instead.
6122         * configure: Regenerate.
6123
6124 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
6125
6126         * Makefile.tpl (touch-stage[+id+]): New.
6127         (restage[+prev+]): Depend on touch-stage[+id+].
6128
6129         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6130         Use it throughout.
6131
6132         * Makefile.def: Add profile and feedback bootstrap stages.
6133         Remove next field from bootstrap stages.
6134         * Makefile.tpl (LN, LN_S): Substitute.
6135         (stageN-start, stageN-end): Use double-colon rules, to
6136         provide a hook for additional setup commands.
6137         (distclean-stageN-gcc, restageN): Create dependencies from
6138         [+prev+], not from [+next+].
6139         (stageN-bubble): Add commands for successive stages from
6140         [+prev+], using double-colon rules.
6141         (all-stageN-gcc): Fix typo.
6142         (stagefeedback-start, profiledbootstrap): New.
6143         * Makefile.in: Regenerate.
6144         * configure.in: Call ACX_PROG_LN.
6145         * configure: Regenerate.
6146
6147 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
6148
6149         * MAINTAINERS (Write After Approval): Add myself.
6150
6151 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
6152
6153         * MAINTAINERS (Write After Approval): Add myself.
6154
6155 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
6156
6157         * configure.in: Fix --enable-bootstrap breakage introduced in trees
6158         without gcc.
6159         * configure: Regenerate.
6160
6161 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6162
6163         * Makefile.tpl: Fix typo.
6164         * Makefile.in: Regenerate.
6165
6166 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6167
6168         * configure.in: Remove new- prefix from toplevel
6169         bootstrap targets.
6170         * configure: Regenerate.
6171
6172 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6173
6174         * Makefile.tpl (all.normal): Rename to all.
6175         (all): Replace with a rule to pick the default
6176         target from configure.
6177         (all-gcc, configure-gcc): Use conditionals to
6178         do nothing when toplevel bootstrap is going on.
6179         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6180         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6181         * configure.in: Support --enable-bootstrap.
6182
6183         * Makefile.def: Remove new- prefix from toplevel
6184         bootstrap targets.
6185         * Makefile.tpl: Likewise.
6186
6187         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
6188         target.
6189
6190         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6191         $(RECURSE_FLAGS) to recursive invocation of make.
6192
6193         * Makefile.in: Regenerate.
6194         * configure: Regenerate.
6195
6196 2004-05-30  Andreas Jaeger  <aj@suse.de>
6197             Jim Wilson  <wilson@specifixinc.com>
6198
6199         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6200         like CC.
6201
6202 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
6203
6204         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6205         * configure: Regenerate.
6206
6207 2004-05-25  Daniel Jacobowitz  <drow@false.org>
6208
6209         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6210         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6211         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
6212         targets.
6213         * Makefile.in: Regenerate.
6214
6215 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
6216
6217         * configure.in: Test the ability to symlink directories.
6218         * configure: Regenerate.
6219
6220         * Makefile.def (bootstrap-stage): New definitions.
6221         * Makefile.tpl (configure-stage1-gcc,
6222         configure-stage2-gcc, configure-stage3-gcc,
6223         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6224         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6225         new-restage3, compare): Autogenerate, see Makefile.in
6226         entry for behavioral changes.
6227         (distclean-stage1, new-stage1-start, new-stage1-end,
6228         new-stage1-bubble, distclean-stage2, new-stage2-start,
6229         new-stage2-end, new-stage2-bubble, distclean-stage3,
6230         new-stage3-start, new-stage3-end): New autogenerated targets.
6231         (objext, prebootstrap, BOOT_CFLAGS,
6232         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6233         targets.
6234
6235         * Makefile.in: Regenerate.
6236         (distclean-stage1, new-stage1-start, new-stage1-end,
6237         new-stage1-bubble, distclean-stage2, new-stage2-start,
6238         new-stage2-end, new-stage2-bubble, distclean-stage3,
6239         new-stage3-start, new-stage3-end): New targets.
6240         (all-stage1-gcc): Move prebootstrap dependency from here...
6241         (configure-stage1-gcc): ...to here.
6242         (new-bootstrap): Use bubble targets.
6243         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6244         Use per-stage distclean targets.
6245         (configure-stage1-gcc, configure-stage2-gcc,
6246         configure-stage3-gcc, all-stage1-gcc,
6247         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6248         Use new-stageN-start to prepare the tree.
6249
6250 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
6251
6252         * Makefile.def (host_modules): add libcpp.
6253         * Makefile.tpl: Add dependencies on and for libcpp.
6254         * Makefile.in: Regenerate.
6255         * configure.in: Add libcpp host module.
6256         * configure: Regenerate.
6257
6258 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
6259
6260         * Makefile.tpl: Whenever a recursive target is defined, wrap
6261         it in a special @if/@endif block, and prepare its maybe
6262         dependency in the @if/@endif block
6263         * configure.in: Instead of writing maybe dependencies, remove
6264         the @if/@endif statements, and remove the @if/@endif blocks
6265         that remain.
6266         * configure: Regenerate.
6267         * Makefile.in: Regenerate.
6268
6269 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
6270
6271         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
6272
6273 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
6274
6275         PR bootstrap/15120
6276         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
6277         * */configure: Rebuilt.
6278
6279 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
6280
6281         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6282         of libf2c.
6283         * configure, Makefile.in: Regenerate.
6284
6285 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
6286
6287         * MAINTAINERS (Write After Approval): Add myself.
6288
6289 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
6290
6291         Merge from tree-ssa-20020619-branch.
6292
6293         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6294         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6295         (HOST_GMPLIBS): Define.
6296         (HOST_GMPINC): Define.
6297         (TARGET_LIB_PATH): Add libmudflap.
6298         (GFORTRAN_FOR_TARGET): Define.
6299         (configure-build*): Export GFORTRAN.
6300         (configure-gcc): Export GMPLIBS and GMPINC.
6301         (all-gcc): Add maybe-all-libbanshee.
6302         (configure-target-libgfortran): Define.
6303         * Makefile.in: Regenerate.
6304         * configure.in (host_libs): Add libbanshee.
6305         (target_libraries): Add target-libmudflap and target-libgfortran.
6306         Add --with-libbanshee.
6307         Handle --disable-libmudflap.
6308         (*-*-freebsd*): Use with_gmp.
6309         Add $(libgcj) to noconfigdirs.
6310         * configure: Regenerate.
6311         * depcomp: New file.
6312         * MAINTAINERS: Add tree-ssa maintainers.
6313
6314 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
6315
6316         * MAINTAINERS (Various Maintainers): Add myself.
6317
6318 2004-04-30  Brian Ford  <ford@vss.fsi.com>
6319
6320         * MAINTAINERS (Write After Approval): Add myself.
6321
6322 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
6323
6324         * MAINTAINERS (Write After Approval): Add myself.
6325
6326 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
6327
6328         * config/acx.m4: Fix fastcompare support for new-bootstrap.
6329         * configure: Regenerate.
6330
6331 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
6332
6333         Revert:
6334         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6335
6336         * Makefile.def (flags_to_pass): Remove *dir variables that
6337         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6338         as well as prefix and exec_prefix.
6339         * Makefile.in: Regenerate.
6340
6341 2004-04-26  Robert Millan  <robertmh@gnu.org>
6342
6343         Add patches from libtool CVS.
6344         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6345         * ltconfig: Likewise.
6346         * ltcf-c.sh: Likewise.
6347         * ltcf-cxx.sh: Likewise.
6348         * ltcf-gcj.sh: Likewise.
6349
6350 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6351
6352         * Makefile.def (host_modules): Mark with the bootstrap
6353         flag packages on which gcc depends.
6354         * Makefile.tpl (all-bootstrap): Use it.
6355         * Makefile.in: Regenerate.
6356
6357 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6358
6359         * Makefile.def (flags_to_pass): Remove *dir variables that
6360         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6361         as well as prefix and exec_prefix.
6362         * Makefile.in: Regenerate.
6363
6364 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6365
6366         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6367         * configure: Regenerate.
6368         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6369         * gcc/Makefile.tpl (compare): Use the result of the test.
6370         * gcc/Makefile.in: Regenerate.
6371
6372 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
6373
6374         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6375         Always relocate gcc and prev-gcc to the original names, even
6376         if the build fails.
6377         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6378         New targets.
6379
6380 2004-04-23  Laurent GUERBY <laurent@guerby.net>
6381
6382         * MAINTAINERS: Update my email address.
6383
6384 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6385
6386         * configure.in (mips*-*-irix5*): Enable ld.
6387         * configure: Regenerate.
6388
6389 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6390
6391         * configure: Regenerate.
6392
6393 2004-04-15  James E Wilson  <wilson@specifixinc.com>
6394
6395         * Makefile.tpl (configure-[+module+], configure-gcc,
6396         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6397         Set and export LDFLAGS.
6398         * Makefile.in: Regenerate.
6399
6400 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
6401
6402         * MAINTAINERS: Add myself to write-after-approval.
6403
6404 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6405
6406         PR bootstrap/14871
6407         * Makefile.tpl: If we don't have built-in-tree target tools,
6408         use the ones found by configure rather than hacking around with
6409         program_transform_name.
6410         * configure.in: Give Makefile.tpl the information necessary
6411         to do that.
6412         * Makefile.in: Regenerate.
6413         * configure: Regenerate.
6414
6415 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
6416
6417         PR bootstrap/14760
6418         * configure.in: When computing baseargs, strip *all* copies of
6419         offending options.  Also, don't match/substitute the trailing space,
6420         so that this actually works when two similar options are separated by
6421         only one space.
6422         * configure: Regenerate.
6423
6424 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
6425
6426         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6427         (rs6000-*-aix*): Same.
6428         * configure: Regenerate.
6429
6430 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
6431
6432         * MAINTAINERS: Add myself to write-after-approval.
6433
6434 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
6435
6436         * MAINTAINERS: Add myself to write-after-approval.
6437
6438 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
6439
6440         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6441         STRICT_WARN, WARN_CFLAGS flags passed down to make.
6442         * Makefile.in: Regenerate.
6443
6444         * configure.in (top level bootstrap support): Rework --enable-werror
6445         to set @stage2_werror_flag@.
6446         * configure: Regenerate.
6447         * Makefile.tpl (top level bootstrap support): Pass
6448         @stage2_werror_flag@ down to configure in stages 2 and 3.
6449         * Makefile.in: Regenerate.
6450
6451 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6452
6453         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6454         for stages 2 and 3 as well as in make.  As a consequence, remove
6455         OUTPUT_OPTION (now detected by configure) from the flags passed down
6456         to make.
6457         * Makefile.in: Regenerate.
6458
6459         * Makefile.tpl (new-bootstrap): Fix typo.
6460         * Makefile.in: Regenerate.
6461
6462 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6463
6464         * Makefile.tpl: Rearrange by moving recursive_targets rules
6465         into their proper sections.
6466         * Makefile.tpl (top level bootstrap support): Move disabling
6467         of coverage flags from 'make' to 'configure'; improve comments.
6468         * Makefile.in: Regenerate.
6469
6470         * Makefile.tpl (experimental top level bootstrap) Move stage1
6471         language setting from all- target to configure- target; disable
6472         intermodule optimization in stage 1; prevent gratuitous rebuilds
6473         of stage 1.
6474         * Makefile.in: Regenerate.
6475         * configure.in: Comma-separate stage 1 language list for top
6476         level bootstrap.
6477         * configure: Regenerate.
6478
6479         * Makefile.tpl: Clean up experimental top level bootstrap support:
6480         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6481         prev-gcc in configure- targets as well as all- targets.
6482         * Makefile.in: Regenerate.
6483
6484 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
6485
6486         * compile: New file imported from automake.
6487
6488 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
6489
6490         * configure.in: Remove symbolic link section.
6491         * configure: Regenerate.
6492         * Makefile.tpl (links): Remove.
6493         * Makefile.in: Regenerate.
6494
6495 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
6496             Nathanael Nerode  <neroden@gcc.gnu.org>
6497
6498         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6499         Set with AC_CHECK_PROGS.
6500         * configure.in: Fix comment typo from last patch.
6501         * configure: Regenerate.
6502
6503 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
6504
6505         * Makefile.tpl: Introduce experimental top level bootstrap support.
6506         * Makefile.in: Regenerate.
6507         * configure.in: Introduce support for top level bootstrap.
6508         * configure: Regenerate.
6509
6510 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6511             Paolo Bonzini  <bonzini@gnu.org>
6512
6513         PR bootstrap/14522
6514         * configure.in: Cope with shells that do not support unquoted ^
6515         * configure: Regenerate.
6516
6517 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6518             Paolo Bonzini  <bonzini@gnu.org>
6519
6520         PR bootstrap/14522
6521         * configure.in: Cope with shells that do not support nesting
6522         quotes inside quoted backquote substitutions.
6523         * configure: Regenerate.
6524
6525 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
6526
6527         PR bootstrap/14522
6528         * configure.in: Fix escaping of $.
6529         * configure: Regenerate.
6530
6531 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6532
6533         * configure: Regenerate, since I forgot to while committing Paolo's
6534         changes.
6535
6536 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
6537
6538         PR ada/14131
6539         Move language detection to the top level.
6540         * configure.in: Find default values for the tools as
6541         soon as possible.  Disable ada if GNAT is not found.
6542         Emit error message about missing languages.  Expand
6543         --enable-languages=all for the gcc subdirectory.
6544
6545 2004-03-10  Ben Elliston  <bje@gnu.org>
6546
6547         * MAINTAINERS: Update my email address.
6548
6549 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
6550
6551         * ltconfig: Disable building static libraries if building shared
6552         libraries on AIX 5L.
6553
6554 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
6555
6556         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6557         and disable libgcj.
6558         * configure: Regenerated.
6559
6560 2004-03-01  Brian Booth  <bbooth@redhat.com>
6561
6562         * MAINTAINERS: Add myself to write-after-approval.
6563
6564 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
6565
6566         * MAINTAINERS: Add myself to write-after-approval.
6567
6568 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6569
6570         PR bootstrap/7087
6571         * Makefile.tpl: Guard XFOO sed statements better.
6572         * Makefile.tpl: Add dependency for configure-target-libada.
6573         * Makefile.in: Regenerate (incidentally fixes broken
6574         commit when libada-branch was merged).
6575
6576 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
6577
6578         * MAINTAINERS: Add myself to write-after-approval.
6579
6580 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
6581
6582         * MAINTAINERS: Add Nicola Pero and myself as libobjc
6583         maintainers.
6584
6585 2004-02-20  Andrew Cagney  <cagney@redhat.com>
6586
6587         * config.guess: Update from version 2003-10-16 to 2004-02-16.
6588         * config.sub: Update from version 2003-11-03 to 2004-02-16.
6589
6590 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6591
6592         PR bootstrap/11932
6593         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6594
6595 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
6596
6597         * MAINTAINERS: Added myself to write-after-approval.
6598
6599 2004-02-14  Michael Koch  <konqueror@gmx.de>
6600
6601         * MAINTAINERS: Added myself to write-after-approval.
6602
6603 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
6604
6605         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
6606         some OS port maintainers to OS port maintainers section.
6607
6608 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
6609
6610         * MAINTAINERS: Add self.
6611
6612 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
6613
6614         * MAINTAINERS: Alphabetize.
6615
6616 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
6617
6618         * MAINTAINERS: Remove myself.
6619
6620 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
6621
6622         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6623         (rs6000-*-aix*): Same.
6624         * configure: Regenerate.
6625
6626 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
6627
6628         * configure.in (host): Add in missing $noconfigdirs to defines.
6629         * configure: Regenerate.
6630
6631 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
6632             Nathanael Nerode  <neroden@gcc.gnu.org>
6633
6634         PR ada/6637, PR ada/5911
6635         Merge with libada-branch:
6636         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6637         with appropriate dependencies. Add --enable-libada configure switch.
6638         * configure, Makefile.in: Regenerate.
6639
6640 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
6641
6642         * MAINTAINERS: Add myself to write-after-approval.
6643
6644 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6645
6646         * configure.in: Don't pass --with-stabs on IRIX 5 either.
6647         * configure: Regenerate.
6648
6649 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
6650
6651         Merge from upstream:
6652
6653         * ltmain.in: When setting IFS to '~', be careful about user
6654         arguments that contain '~'.
6655
6656         2004-02-04  Peter O'Gorman  <peter@pogma.com>
6657
6658         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
6659         Also test $base_compile against $CC with escaped arguments. Bug
6660         reported by Geoff Keating <geoffk@apple.com>.
6661
6662 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6663
6664         * MAINTAINERS: Remove i960 port.
6665
6666 2004-01-23  DJ Delorie  <dj@redhat.com>
6667
6668         * Makefile.def (target_modules) [libiberty]: Don't stage.
6669         * Makefile.in: Rebuilt.
6670
6671 2004-01-20  Caroline Tice  <ctice@apple.com>
6672
6673         * MAINTAINERS: Add myself to write-after-approval.
6674
6675 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
6676
6677         * MAINTAINERS: Update my email address.
6678
6679 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
6680
6681         * MAINTAINERS: Add myself to write-after-approval.
6682
6683 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6684
6685         * MAINTAINERS: Remove entries without email address.
6686
6687 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
6688
6689         * MAINTAINERS: Add myself to write-after-approval.
6690
6691 2004-01-15  Steven Bosscher  <stevenb@suse.de>
6692
6693         * MAINTAINERS: Update my email address.
6694
6695 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
6696
6697         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6698         * Makefile.tpl (configure-target-[+module+]): Support stage.
6699         * Makefile.in: Rebuilt.
6700
6701 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
6702
6703         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
6704
6705 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
6706
6707         * MAINTAINERS: Add myself as a MIPS maintainer.
6708
6709 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6710
6711         * configure.in: Use ./config.cache, not config.cache.
6712         * configure: Regenerate.
6713         * Makefile.tpl: Special-casing not needed for GCC any more.
6714         * Makefile.in: Regenerate.
6715
6716         * configure.in: Don't share a cache file for host dirs.
6717         * configure: Regenerate.
6718
6719         * config-ml.in: Don't mess with the cache file.
6720
6721 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6722
6723         * MAINTAINERS: Move myself from 'Write After Approval' to
6724         'CPU Port Maintainers' section as SPARC maintainer.
6725
6726 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6727
6728         * Makefile.tpl: Make GCC use a separate config.cache.
6729         * Makefile.in: Regenerate.
6730
6731         PR bootstrap/11932, PR bootstrap/11933
6732         (I don't know if it will fix either of them, but it relates
6733         to them.)
6734         * configure.in: Don't use shared config.cache for target
6735         directories.
6736         * configure: Regenerate.
6737
6738 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
6739
6740         * MAINTAINERS: Add myself to 'Write After Approval' section.
6741
6742 2003-12-31  Roger Sayle  <roger@eyesopen.com>
6743
6744         * configure.in (ia64*-*-hpux*): Disable building java libraries.
6745         * configure: Regenerated.
6746
6747 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
6748
6749         * MAINTAINERS: Remove the mn10200 maintainer.
6750
6751 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
6752
6753         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6754         * configure: Regenerated.
6755
6756 2003-12-16  Jan Hubicka  <jh@suse.cz>
6757
6758         * MAINTAINERS: Add myself as callgraph maintainer.
6759
6760 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
6761
6762         * configure.in (raw_libstdcxx_flags): Remove the leading space.
6763         * configure: Regenerate.
6764
6765 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6766
6767         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6768         'Write After Approval' section. Update email.
6769
6770 2003-12-01  James Lemke  <jim@wasabisystems.com>
6771
6772         * MAINTAINERS (Write After Approval): Add myself.
6773
6774 2003-11-20  Matt Thomas  <matt@3am-software.com>
6775
6776         * MAINTAINERS: Add myself as a vax port maintainer.
6777
6778 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
6779
6780         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6781         (configure-build-[+module+], configure-[+module+]): Likewise.
6782         (configure-target-[+module+], configure-gcc, config.status): Likewise.
6783         * Makefile.in: Regenerate.
6784
6785 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
6786
6787         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
6788         shared/dylibed libraries.
6789         * ltmain.sh: Likewise.
6790         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
6791         * ltcf-cxx.sh: Likewise.
6792         * ltcf-gcj.sh: Likewise.
6793         * ltconfig: Likewise.
6794
6795 2003-11-17  Stan Cox  <scox@redhat.com>
6796
6797         * MAINTAINERS: Add myself as iq2000 port maintainer.
6798
6799 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
6800
6801         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6802         * Makefile.in: Regenerate.
6803
6804 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
6805
6806         * config.sub: Update to 2003-11-03 version.
6807
6808 2003-10-20  Phil Edwards  <phil@codesourcery.com>
6809
6810         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
6811         * configure:  Regenerate.
6812
6813 2003-10-20  Nicolas Pitre  <nico@cam.org>
6814
6815         * MAINTAINERS: Add myself to 'Write After Approval' section.
6816
6817 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
6818
6819         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
6820
6821 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
6822
6823         * MAINTAINERS: Update my email address.
6824
6825 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6826
6827         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
6828
6829 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
6830
6831         * MAINTAINERS: Add myself to 'Write After Approval' section.
6832
6833 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
6834
6835         * config.guess: Update to 2003-10-16 version.
6836         * config.sub: Update to 2003-10-16 version.
6837
6838 2003-10-15  David Daney  <ddaney@avtrex.com>
6839
6840         * MAINTAINERS: Added myself to 'Write After Approval' section.
6841
6842 2003-10-15  Falk Hueffner  <falk@debian.org>
6843
6844         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6845         'Write After Approval' section. Update email.
6846
6847 2003-10-14  Roger Sayle  <roger@eyesopen.com>
6848
6849         * MAINTAINERS: Move myself from 'Write After Approval' to
6850         'Various Maintainers' section as middle-end maintainer.
6851
6852 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6853
6854         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6855         HOST_FLAGS_TO_PASS.
6856         * Makefile.in: Regenerate.
6857
6858 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
6859
6860         * config.guess: Update to 2003-10-07 version.
6861         * config.sub: Update to 2003-10-07 version.
6862
6863 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6864
6865         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
6866         * ltconfig (irix5*, irix6*): Don't override version_type.
6867
6868 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
6869
6870         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6871         * configure: Rebuilt
6872         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6873         * Makefile.in: Rebuilt
6874
6875 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
6876
6877         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6878
6879 2003-09-30  Carlo Wood  <carlo@alinoe.com>
6880
6881         * MAINTAINERS (Write After Approval): Add myself.
6882
6883 2003-09-29  Paul Koning  <ni1d@arrl.net>
6884
6885         * MAINTAINERS: Move myself from "Write After Approval"
6886         to CPU platform maintainers for pdp11 platform.
6887
6888 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
6889
6890         * MAINTAINERS: Move myself from 'Write After Approval' to
6891         'Various Maintainers' section as libffi testsuite maintainer.
6892
6893 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
6894
6895         * configure.in: Pass a computed --program-transform-name
6896         to subconfigures.
6897         * configure: Regenerated.
6898
6899 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6900
6901         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6902         * Makefile.in: Regenerate.
6903
6904         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6905         * Makefile.in: Regenerate.
6906
6907 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
6908
6909         * MAINTAINERS: Move myself from 'Write After Approval'
6910         to 'Various Maintainers' (objective-c) section.
6911
6912 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
6913
6914         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6915         quoting.
6916         * configure: Regenerated.
6917
6918 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
6919
6920         * MAINTAINERS (Write After Approval): Add myself to write after
6921         approval list.
6922
6923 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
6924
6925         * MAINTAINERS (Write After Approval): Add myself.
6926
6927 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
6928
6929         * MAINTAINERS: Update my e-mail address.
6930
6931 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
6932
6933         * libtool.m4 (LD): Correct powerpc64 host match.
6934
6935 2003-09-06  James E Wilson  <wilson@tuliptree.org>
6936
6937         * MAINTAINTERS: Update my affiliation and email address.
6938
6939 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6940
6941         * MAINTAINERS (Write After Approval): Add myself.
6942
6943 2003-09-04  DJ Delorie  <dj@redhat.com>
6944
6945         * configure: Regenerate.
6946
6947 2003-09-04  Robert Millan  <robertmh@gnu.org>
6948
6949         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6950
6951 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6952
6953         * configure.in: Ensure arguments to sed are properly spaced.
6954         * configure: Regenerate.
6955
6956 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
6957
6958         * MAINTAINERS: Update my e-mail address.
6959
6960 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
6961
6962         * MAINTAINERS (Write After Approval): Add myself.
6963
6964 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
6965
6966         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6967         * configure: Regenerated.
6968
6969 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6970
6971         * MAINTAINERS: Update my email address.
6972
6973 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
6974
6975         * configure.in:  Use newline instead of semicolon when assuming
6976         shell arguments in a for loop.
6977         * configure:  Regenerated.
6978
6979 2003-08-22  Jason Eckhardt  <jle@rice.edu>
6980
6981         * MAINTAINERS: Resurrect the i860 maintainer.
6982
6983 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
6984
6985         PR 8180
6986         * configure.in: When testing with_libs and with_headers, treat
6987         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
6988         * configure: Regenerate.
6989
6990         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6991         make, shell, etc.
6992         (baseargs): Likewise.
6993         * configure: Regenerate.
6994
6995 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
6996
6997         * MAINTAINERS (Write After Approval): Add myself.
6998
6999 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
7000
7001         * configure.in: Disable libgcj for darwin not on powerpc.
7002         * configure: Rebuild.
7003
7004 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
7005
7006         * config-ml.in, symlink-tree: Add license.
7007
7008 2003-08-03  Richard Stallman  <rms@gnu.org>
7009             Eben Moglen  <moglen@columbia.edu>
7010
7011         * README.SCO: New file.
7012
7013 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
7014
7015         * Makefile.tpl (check, check-c++): Express dependencies using
7016         dependencies rather than commands.
7017         * Makefile.in: Regenerate.
7018
7019 2003-08-01  Andrew Cagney  <cagney@redhat.com>
7020
7021         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7022         * configure: Ditto.
7023
7024 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
7025
7026         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7027         * Makefile.in: Update.
7028
7029 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
7030
7031         * configure.in: Enable libgcj for darwin.
7032         * configure: Rebuild.
7033
7034 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
7035
7036         * config-ml.in:  Use ac_configure_args directly instead of
7037         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
7038         actually seen.
7039
7040 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7041
7042         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7043         creating target and build subdirs to build all parent dirs as needed.
7044         * Makefile.in: Rebuild.
7045         * configure.in: Don't build dirs explicitly here.
7046         * configure: Rebuild.
7047
7048 2003-07-26  Paul Brook  <paul@nowt.org>
7049
7050         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
7051
7052 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
7053
7054         * Makefile.tpl (all-make): Depend on intl.
7055         * Makefile.in: Rebuilt.
7056
7057 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
7058
7059         * install-sh:  Update to newer upstream versions (associated with
7060         aclocal 1.7).
7061         * mkinstalldirs:  Likewise.
7062         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
7063
7064 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
7065
7066         * MAINTAINERS: Move self from Bug database only accounts
7067         to write-after-approval.
7068
7069 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
7070
7071         * config.if: Remove unused libc_interface determination.
7072
7073 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7074
7075         * MAINTAINERS: Move self from write-after-approval to
7076         build machinery (*.in).
7077
7078 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7079
7080         PR bootstrap/11273
7081         PR bootstrap/11408
7082         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
7083         unused INSTALL_PROGRAM_ARGS.
7084         * configure.in: Use AC_PROG_INSTALL.
7085         * Makefile.in: Regenerate.
7086         * configure: Regenerate.
7087
7088 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
7089
7090         * MAINTAINERS: Alphabetize.
7091
7092 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
7093
7094         * configure: Rebuilt.
7095         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
7096         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7097         newlib nor libgloss.
7098         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
7099         * configure.in (am33_2.0-*-linux*): Added.
7100
7101 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
7102
7103         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7104         * configure: Regenerate.
7105
7106 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
7107
7108         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
7109         * Makefile.in: Regenerate.
7110
7111 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7112
7113         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
7114         * Makefile.in: Regenerate.
7115
7116 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
7117
7118         * Makefile.tpl: Replace PWD with PWD_COMMAND.
7119         * Makefile.in: Regenerated.
7120
7121         * config-ml.in: Replace PWD with PWD_COMMAND.
7122
7123 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7124
7125         * intl: New directory; see intl/ChangeLog for details.
7126         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
7127         * Makefile.tpl: all-gcc depends on maybe-all-intl.
7128         * Makefile.in: Regenerate.
7129
7130 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7131
7132         * configure.in: Clean up config-lang.in handling.  Delete
7133         useless assignment to "subdirs".
7134         * configure: Regenerate.
7135
7136 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7137
7138         * configure.in: Rename 'target_libs' to 'target_libraries'.
7139         Remove useless reference to 'target_libs'.
7140         * configure: Regenerate.
7141
7142 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
7143
7144         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7145         * Makefile.in: Regenerate.
7146
7147 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7148
7149         * Makefile.def: Introduce flags_to_pass.
7150         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7151         * Makefile.in: Regenerate.
7152
7153 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
7154
7155         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7156         and target-libgloss.
7157         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7158         <h8300*-*-*>: Disable libf2c and ${libgcj}.
7159         * configure: Regenerate.
7160
7161 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
7162
7163         * configure.in: Update testsuite_flags to new location.
7164         * configure. Regenerate.
7165
7166 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7167
7168         * Makefile.tpl: Remove BUILD_CC stuff.
7169         * Makefile.in: Regenerate.
7170
7171 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
7172
7173         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
7174
7175 2003-06-16  Graeme Peterson  <gp@qnx.com>
7176
7177         * MAINTAINERS (Write After Approval): Add myself.
7178
7179 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
7180
7181         * config.guess: Update to 2003-06-12 version.
7182         * config.sub: Update to 2003-06-13 version.
7183
7184 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
7185
7186         * config.guess: Update to 2003-06-06 version.
7187         * config.sub: Update to 2003-06-06 version.
7188
7189 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7190
7191         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7192         * configure. Regenerate.
7193
7194 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7195
7196         * configure.in: Disable serial configure by default.
7197         * configure: Regenerate.
7198         * Makefile.tpl: Abolish .NOTPARALLEL.
7199         * Makefile.in: Regenerate.
7200
7201         * Makefile.tpl: Replace {build,host,target}_canonical by
7202         {build,host,target}.
7203         * Makefile.in: Regenerate.
7204
7205         * Makefile.tpl: Fix stupid pasto.
7206         * Makefile.in: Regenerate.
7207
7208 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7209
7210         * Makefile.tpl: Remove bogus conditional.
7211         * Makefile.in: Regenerate.
7212
7213 2003-06-05  Jan Hubicka  <jh@suse.cz>
7214
7215         * Makefile.tpl (profiledbootstrap): New target.
7216         * Makefile.in (profiledbootstrap): New target.
7217
7218 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
7219
7220         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
7221         Pinski. Remove user names from other bugzilla-only maintainers.
7222
7223 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7224
7225         * Makefile.tpl: Make 'recursive targets' using autogen rather
7226         than shell loop.  Remove duplicate 'clean' targets and false
7227         comments.
7228         * Makefile.def: Add systematic dependencies to 'recursive' targets.
7229         Add systematic method of specifying missing targets in subdirs.
7230         Add copyright boilerplate.
7231         * Makefile.in: Regenerate.
7232         * configure.in: Add 'recursive targets' to maybe list.
7233         * configure: Regenerate.
7234
7235         * MAINTAINERS: "GNATS only" -> "Bug database only".
7236
7237         * Makefile.tpl: Rename [+target+] to [+make_target+].
7238         * Makefile.def: Rename 'target' to 'make_target'.
7239
7240 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
7241
7242         * MAINTAINERS: Add self as options handling maintainer.
7243
7244 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
7245
7246         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
7247         been too long since I touched those ports.
7248
7249 2003-05-28  DJ Delorie  <dj@redhat.com>
7250
7251         * Makefile.tpl: Make maybe-check-gcc .PHONY.
7252         * Makefile.in: Regenerate.
7253
7254 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
7255
7256         * configure.in: Use curly braces in the definition of tooldir.
7257         * configure: Regenerate.
7258
7259 2003-05-21  DJ Delorie  <dj@redhat.com>
7260
7261         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7262         newlib or libgloss.
7263         * Makefile.in: Regenerate.
7264
7265 2003-05-21  DJ Delorie  <dj@redhat.com>
7266
7267         * Makefile.tpl: Add missing empty maybe-check-gcc target.
7268         * Makefile.in: Regenerate.
7269
7270 2003-05-20  Ian Lance Taylor  <ian@airs.com>
7271
7272         * MAINTAINERS: Update my e-mail address.
7273
7274 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7275
7276         * configure.in: Switch more things to use maybe dependencies.
7277         * Makefile.tpl: Switch more things to use maybe dependencies.
7278         Factor out common code from autogen IF statements.
7279         * configure: Regenerate.
7280         * Makefile.in: Regenerate.
7281
7282 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
7283
7284         * configure.in: Accept i[3456789]86 for machine type.
7285         * configure: Regenerate.
7286
7287 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7288
7289         * configure.in: Switch more things to use maybe dependencies.
7290         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
7291         * configure: Regenerate.
7292         * Makefile.tpl: Switch more things to use maybe dependencies.
7293         * Makefile.in: Regenerate.
7294
7295 2003-05-16  Andreas Schwab  <schwab@suse.de>
7296
7297         * Makefile.tpl (install-opcodes): Define.
7298         * Makefile.in: Rebuild.
7299
7300 2003-05-13  Andreas Jaeger  <aj@suse.de>
7301
7302         * config.guess: Update to 2003-05-09 version.
7303         * config.sub: Update to 2003-05-09 version.
7304
7305 2003-05-13  Michael Eager  <eager@mvista.com>
7306
7307         * configure.in: Correct sed script so that options in quotes are not
7308         deleted.
7309         * configure: Rebuild.
7310
7311 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
7312
7313         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7314         and $$s/newlib/libc/sys/cygwin32 include paths.
7315         * configure: Ditto.
7316
7317 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
7318
7319         * MAINTAINERS: Update my email addresses.
7320
7321 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
7322
7323         * config-ml.in: Propagate INSTALL variables.
7324
7325 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7326
7327         * MAINTAINERS: Remove duplicate entries in Write After Approval.
7328
7329 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
7330
7331         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7332         * Makefile.in: Regenerate.
7333
7334 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
7335
7336         * MAINTAINERS (GNATS only): Add Falk Hueffner.
7337
7338 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
7339
7340         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
7341
7342 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
7343
7344         * Makefile.tpl: Clean $(BUILD_SUBDIR).
7345         * Makefile.in: Regenerated.
7346
7347 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
7348
7349         * MAINTAINERS (Write After Approval): Upgrade myself from
7350         GNATS only to write-after-approval. Update my mail address.
7351
7352 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
7353
7354         (OS Port Maintainers: freebsd): Add myself.
7355
7356 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
7357
7358         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
7359
7360 2003-04-22  Kean Johnston  <jkj@sco.com>
7361
7362         * MAINTAINERS (SCO ports): Added myself.
7363
7364 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
7365
7366         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
7367
7368 2003-04-19  Kean Johnston  <jkj@sco.com>
7369
7370         * MAINTAINERS (Write After Approval): Add myself.
7371
7372 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7373
7374         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7375         * Makefile.in: Regenerate.
7376
7377 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
7378
7379         * configure.in (powerpc64*-*-linux*): Remove.
7380         * configure: Rebuilt.
7381
7382 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
7383
7384         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
7385         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7386         and restrap.
7387         * Makefile.in:  Regenerate.
7388
7389 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
7390
7391         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7392         * configure: Regenerated.
7393
7394 2003-04-15  DJ Delorie  <dj@redhat.com>
7395
7396         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
7397
7398 2003-04-13  Nick Clifton  <nickc@redhat.com>
7399
7400         * config-ml.in: Remove support for --disable-aix removing
7401         call-aix multilibs.
7402
7403 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
7404
7405         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7406         * */configure: Rebuilt.
7407
7408 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
7409
7410         * MAINTAINERS: Add my email address.
7411
7412 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
7413
7414         * MAINTAINERS (Write After Approval): Add myself.
7415
7416 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7417
7418         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7419         * Makefile.in: Regenerate.
7420
7421 2003-03-14  Michael Chastain  <mec@shout.net>
7422
7423         * Makefile.in: Regenerate with correct Makefile.def.
7424
7425 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7426
7427         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
7428         Make macro.
7429         * Makefile.in: Regenerate.
7430         * configure.in: Clean up gxx_include_dir logic.
7431         * configure: Regenerate.
7432
7433 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
7434
7435         * MAINTAINERS (Write After Approval): Add myself.
7436
7437 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
7438
7439         * MAINTAINERS: Update my mail address.
7440
7441 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7442
7443         * configure.in (gxx_include_dir): Fix typo.
7444         * configure: Regenerated.
7445
7446 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7447
7448         * Makefile.tpl: Reindent.
7449         * Makefile.in: Regenerate.
7450         * configure.in: Reindent.  Don't set unused variables.
7451         * configure: Regenerate.
7452
7453 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
7454
7455         * configure.in: Include $(build_tooldir)/sys-include in
7456         FLAGS_FOR_TARGET.
7457         * configure: Regenerated.
7458
7459 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7460
7461         * Makefile.tpl: Always pass down RANLIB.
7462         * Makefile.in: Regenerate.
7463
7464         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7465         * Makefile.in: Regenerate.
7466         * configure.in: Remove unused logic relating to --enable-shared
7467         and --enable-threads.  Remove bogus comments.  Remove redundant
7468         noconfigdirs.
7469         * configure: Regenerate.
7470
7471         * configure.in: Replace ${libstdcxx_version} by its value.
7472         Remove reference to mh-dgux.
7473         * configure: Regenerate.
7474
7475 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
7476
7477         * MAINTAINERS (Write After Approval): Add myself.
7478
7479 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7480
7481         * Makefile.tpl: Rearrange.
7482         * Makefile.in: Regenerate.
7483
7484 2003-02-25  Uwe Stieber  <uwe@wwws.de>
7485
7486         * configure.in: Add support for kaOS as cross build target system.
7487         * configure: Regenerated.
7488
7489 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
7490
7491         * MAINTAINERS (Write after approval): Add myself.
7492
7493 2003-02-21  James E Wilson  <wilson@tuliptree.org>
7494
7495         * MAINTAINERS: Update my email address.
7496
7497 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
7498
7499         * MAINTAINERS: Add self to blanket write privs. section.
7500
7501 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
7502
7503         * Makefile.tpl: Add definition of CPPFLAGS to pass into
7504         configure-target-* as some target builds may require additional
7505         flags for preprocessor tests.
7506         * Makefile.in: Regenerated.
7507
7508 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
7509
7510         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7511         * ltconfig: Handle it.
7512         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7513         auto-detecting it.
7514
7515         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7516         it is used as argument to $CC.
7517         * ltcf-gcj.sh: Likewise.
7518
7519         * configure.in: Introduce --enable-maintainer-mode.
7520         * configure: Rebuilt.
7521         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7522         for maintainer mode.
7523         * Makefile.in: Rebuilt.
7524
7525 2003-02-18  Jason Merrill  <jason@redhat.com>
7526
7527         * Makefile.tpl (check-c++): Allow parallelism.
7528
7529 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7530
7531         * MAINTAINERS: Remove John Carr (who never actually had access to
7532         gcc.gnu.org).
7533
7534 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
7535
7536         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7537         don't configure target-libobjc.
7538         * configure: Regenerate.
7539
7540 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7541
7542         * Makefile.tpl (RANLIB): Define.
7543         * Makefile.in: Regenerate.
7544
7545 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
7546
7547         * MAINTAINERS: Update my email.
7548
7549 2003-02-06  Keith R Seitz  <keiths@redhat.com>
7550
7551         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7552         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7553         * Makefile.in: Regenerated.
7554         * configure.in: Remove all traces of snavigator, db, and grep.
7555         * configure: Regenerated.
7556
7557 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7558
7559         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
7560         After Approval.
7561
7562 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7563
7564         * MAINTAINERS (Write after approval): Add myself.
7565
7566 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
7567
7568         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7569         * Makefile.in: Regenerated.
7570
7571 2003-01-30  Roger Sayle  <roger@eyesopen.com>
7572
7573         * config.guess: Updated to 2003-01-30's version.
7574         * config.sub: Updated to 2003-01-28's version.
7575
7576 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
7577
7578         * config.if: If gcc_version is already set, just use it.  Don't set
7579         gcc_version_trigger if it's already set, otherwise set it to
7580         gcc/version.c, but only if the file exists.  If it is not set and
7581         gcc/version.c does not exist, try to extract the version number from
7582         $CC.
7583
7584 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
7585
7586         * MAINTAINERS: Add myself to write-after-approval list.
7587
7588 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
7589
7590         * configure.in:  Revert 24Jan change.
7591         * configure:  Regenerate.
7592
7593 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7594
7595         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
7596         entry of HJ Lu.
7597
7598 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7599
7600         * configure.in: Revert previous change.
7601         * configure: Regenerate.
7602
7603 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7604
7605         * configure.in: Make rda native-only.
7606         * configure: Regenerate.
7607
7608 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7609
7610         * MAINTAINERS: Move myself from GNATS-only-accounts to
7611         write-after-approval.
7612
7613 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7614
7615         * configure.in: Add missing \.
7616         * configure: Rebuilt.
7617
7618 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
7619
7620         * configure.in (baseargs): Avoid using \| in sed regular
7621         expressions.
7622         * configure: Rebuilt.
7623
7624 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
7625
7626         * configure.in (baseargs): Remove all supported forms of
7627         --cache-file, --srcdir, --host, --build and --target options
7628         from argument lists.
7629         * configure: Rebuilt.
7630
7631 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
7632
7633         * MAINTAINERS: Add myself to write-after-approval list.
7634
7635 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
7636
7637         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7638         * configure: Rebuilt.
7639
7640 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7641
7642         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7643         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7644         * Makefile.in: Regenerate.
7645         * configure: Regenerate.
7646
7647 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
7648
7649         * configure.in: Remove Makefile in build, host and target modules
7650         unless configure was run with --no-recursion.
7651         * configure: Rebuilt.
7652
7653 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7654
7655         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7656         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7657         * Makefile.in: Regenerate.
7658
7659 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
7660
7661         * config.guess: Update to 2003-01-03 version.
7662         * config.sub: Update to 2003-01-03 version.
7663
7664 2003-01-07  Christopher Faylor  <cgf@redhat.com>
7665
7666         * configure: Regenerate with proper autoconf 2.13.
7667
7668 2003-01-07  Christopher Faylor  <cgf@redhat.com>
7669
7670         * configure.in: Add AC_PREREQ for consistency.
7671         * configure: Regenerate.
7672
7673 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
7674
7675         * configure.in (GDB_TK): Add tcl directories conditional on
7676         gdb/gdbtk directory being present.
7677         * configure: Regenerate.
7678
7679 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
7680
7681         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
7682         used by gcc if LD is not defined and we are not doing a Canadian Cross.
7683         * configure: Rebuilt.
7684
7685 2002-12-31  Tom Tromey  <tromey@redhat.com>
7686
7687         * Makefile.in: Rebuilt.
7688         * Makefile.def (target_modules) [libffi]: Allow installation.
7689
7690 2002-12-31  Andreas Schwab  <schwab@suse.de>
7691
7692         * configure.in: Fix use of $program_transform_name.
7693         * configure: Regenerated.
7694
7695 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
7696
7697         * configure.in (baseargs): Don't remove first configure argument.
7698         * configure: Regenerated.
7699
7700 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
7701
7702         * Makefile.tpl (local-distclean): Don't remove...
7703         (multilib.ts): ... this.  Moved into...
7704         (multilib.out): ... this.  Don't use sub-make.
7705         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7706         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7707         (configure-build-[+module+], configure-[+module+],
7708         configure-target-[+module+], configure-gcc): ... these.  Test
7709         for Makefile existence.  Drop config.status from dependencies.
7710         * Makefile.in: Rebuilt.
7711         * configure.in: Move gcc-version-trigger to the end of
7712         ac_configure_args.  Add comments to maybedep.tmp and
7713         serdep.tmp.  Introduce --disable-serial-configure.  Remove
7714         nonopt from baseargs, matching and removing corresponding
7715         whitespace while at it.
7716         * configure: Rebuilt.
7717
7718 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
7719
7720         * configure.in (host_configargs): Replace reference to
7721         no-longer-defined buildopts with --build=${build_alias}.
7722         * configure: Rebuilt.
7723
7724         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
7725         program_transform_name to standard idiom.
7726         (AUTOGEN, AUTOCONF): Define.
7727         (Makefile.in): Use $(AUTOGEN).
7728         (Makefile): Depend on config.status, and use autoconf-style rule to
7729         build it.  Move original commands to...
7730         (config.status): ... this new target.
7731         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
7732         $(AUTOCONF).
7733         * Makefile.in: Rebuilt.
7734
7735 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7736
7737         * Makefile.tpl: Fix dramatic bustage due to change in
7738         program_transform_name.
7739         * Makefile.in: Regenerate.
7740
7741         * configure.in: Remove unnecessary PATH setting.
7742         * configure: Regnerate.
7743
7744         * configure.in: Don't default to unprefixed tools unless
7745         the native tools will work.
7746         * configure: Regenerate.
7747
7748         * configure.in: Convert to autoconf script.  Blow away lots
7749         of now-redundant Makefile fragments.
7750         * configure: Generate using Autoconf.
7751         * Makefile.tpl: Rewrite to reflect autoconfiscation.
7752         * Makefile.in: Regenerate.
7753
7754 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7755
7756         * configure: Fix stupid bug where RANLIB was mistakenly included.
7757
7758         * configure.in: Rename (buildargs, hostargs, targargs) to
7759         (build_configargs, host_configargs, target_configargs).
7760
7761         * configure.in: Move logic out of sed statement.
7762
7763         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
7764         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7765
7766 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
7767
7768         * config.sub: Import from master repository
7769         * config.guess: Ditto
7770
7771 2002-12-24  Andreas Schwab  <schwab@suse.de>
7772
7773         * Makefile.tpl (multilib.out): Fix missing space.
7774         * Makefile.in: Regenerate.
7775
7776 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7777
7778         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
7779         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
7780         * Makefile.in: Regenerate.
7781         * configure.in: Remove unnecessary leftovers.
7782
7783 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
7784
7785         * configure.in (extra_ranlibflags_for_target): New variable.
7786         (*-*-darwin): Add -c to ranlib commands.
7787         * configure (tooldir): Handle extra_ranlibflags_for_target.
7788
7789 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7790
7791         * Makefile.tpl: Revert HJL's change.
7792         * Makefile.in: Regenerated.
7793         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7794         always.
7795
7796 2002-12-19  Andreas Schwab  <schwab@suse.de>
7797
7798         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7799         * Makefile.in: Regenerate.
7800
7801 2002-12-18  H.J. Lu  <hjl@gnu.org>
7802
7803         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7804         * Makefile.in: Regenerated.
7805
7806         * configure.in (build_prefix): New. Substitute.
7807
7808 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7809
7810         * Makefile.tpl: Don't let real targets depend on phony targets.
7811         * Makefile.in: Regenerate.
7812
7813         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7814         * Makefile.in: Regenerate.
7815
7816 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
7817
7818         * config.sub: Import from master repository
7819         * config.guess: Ditto
7820
7821 2002-12-16  Jason Merrill  <jason@redhat.com>
7822
7823         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7824         previous 'make bootstrap'.
7825         * Makefile.in: Regenerate.
7826
7827 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
7828
7829         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7830
7831 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7832
7833         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7834         * Makefile.in: Regenerate.
7835
7836 2002-12-13  Jason Merrill  <jason@redhat.com>
7837
7838         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
7839         library tests.
7840         (check-c++): Just depend on it and check-target-libstdc++-v3.
7841         * Makefile.in: Regenerate.
7842
7843 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7844
7845         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7846         * Makefile.in: Rebuilt.
7847
7848 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7849
7850         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
7851
7852 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7853
7854         * configure: Fix bug put in by gremlins.
7855
7856         * Makefile.tpl: Substitute more autoconfily.
7857         * configure: Substitute more autoconfily.
7858         * Makefile.in: Regenerate.
7859
7860 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
7861
7862         * config.sub: Import from master repository
7863         * config.guess: Ditto
7864         * MAINTAINERS: Added Svein Seldal under write after approval
7865
7866 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
7867
7868         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7869         * Makefile.in (all-sim): Ditto.
7870
7871 2002-12-06  DJ Delorie  <dj@redhat.com>
7872
7873         * Makefile.tpl: Change configure dependencies to not have real
7874         targets depend on phony targets.
7875
7876 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
7877
7878         * configure.in: Revert unintentional change.
7879
7880         * Makefile.tpl: Change dependency for */multilib.out so that
7881         it works when gcc isn't in the tree.
7882
7883         * configure.in: Substitute more.
7884         * configure: Run subconfigures from the Makefile.
7885         * Makefile.tpl: Run subconfigures from the Makefile; add a few
7886         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
7887
7888 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7889
7890         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
7891
7892 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7893
7894         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7895         and corresponding dependencies.
7896         * Makefile.in: Regenerate.
7897
7898         * configure.in (host_tools): Order binutils, gas and ld for
7899         convenience in running the testsuites.
7900
7901         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7902         * Makefile.in: Regenerate.
7903         * configure.in: Introduce rules to serialize subconfigure runs.
7904
7905         * configure.in: Introduce BASE_CC_FOR_TARGET.
7906         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
7907         Realize configure-build-* targets.  Realize configure-target-* targets.
7908         * Makefile.in: Regenerate.
7909
7910 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7911
7912         * configure: Move gcc_version_trigger stuff from here...
7913         * configure.in: ...to here.
7914
7915         * configure.in: Separate subconfigure options added by this file from
7916         options given by the user.  Add machinery to put args for host
7917         subconfigures into the Makefile.
7918
7919         * Makefile.tpl: Remove 'vault' targets.
7920         * Makefile.tpl: Reorder and comment dependencies.
7921         * Makefile.in: Regenerate.
7922
7923 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7924         * configure.in: Fix my broken commit of previous patch. (sigh)
7925
7926 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7927
7928         * configure.in: Move host-specific darwin noconfigdirs into
7929         the host-specific section.
7930
7931 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7932
7933         * configure.in: Move host-specific darwin noconfigdirs into
7934         the host-specific section.
7935
7936 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7937
7938         * configure: Remove skip-this-dir support.
7939         * Makefile.tpl: Remove skip-this-dir support.
7940
7941         * Makefile.tpl: Remove leftover support for non-autoconfiscated
7942         subdirectories.
7943         * Makefile.in: Regenerate.
7944
7945         * Makefile.tpl: Strip out useless setting of 'dir'.
7946         * Makefile.in: Regenerate.
7947
7948 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7949
7950         * configure.in: Fix deeply stupid bug.
7951
7952         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7953         shell code in CXX_FOR_TARGET
7954         * Makefile.def: Introduce raw_cxx.
7955         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7956         RAW_CXX_FOR_TARGET.
7957         * Makefile.in: Regenerate.
7958
7959 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
7960
7961         * Makefile.tpl: Remove unnecessary ifs.
7962         * Makefile.in: Regenerate.
7963
7964         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
7965         dependencies.  Maybe-ize build-libiberty.  Create dummy install
7966         targets for 'no_install' modules.
7967         * configure: Move GDB_TK substitution to configure.in.  Move
7968         build_modules stuff to configure.in.
7969         * configure.in: Implement soft dependency machinery.  Maybe-ize
7970         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
7971         * Makefile.in: Regenerate.
7972
7973 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7974
7975         * Makefile.tpl: Make all-target, install-target behave similarly
7976         to all, install (only hitting configured targets).  Eliminate
7977         unused macro defintions.
7978
7979         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7980         build != host.
7981
7982         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7983
7984         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7985
7986         * configure.in: Produce lists of subdir targets we're actually
7987         configuring.  Remove references to "dosrel".
7988         * Makefile.tpl: Let configure set which subdir targets are hit.
7989         Remove install-cross; clean up install; remove ALL.  Remove
7990         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
7991         Autogenerate host module targets.  Remove empty dependency lines
7992         and redundant dependency; rearrange slightly.
7993         * Makefile.def: Add host-side libtermcap, utils.
7994
7995         * Makefile.in: Regenerate.
7996
7997 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7998
7999         * ltconfig (osf[345]): Append $major to soname_spec.
8000         Reflect this in library_names_spec.
8001         * ltmain.sh (osf): Prefix $major with . for use as extension.
8002
8003 2002-11-19  Andreas Jaeger  <aj@suse.de>
8004
8005         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
8006         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
8007         and sparc64 GNU/Linux systems.
8008
8009 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
8010
8011         * MAINTAINERS: Update email.
8012
8013 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8014
8015         * MAINTAINERS: Complete James Dennett's entry.
8016
8017 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
8018
8019         * MAINTAINERS (Write After Approval): Add myself.
8020
8021 2002-11-13  Bruce Korb  <bkorb@gnu.org>
8022
8023         * Makefile.tpl: syntactic cleanup
8024
8025 2002-11-13  Stuart Hastings  <stuart@apple.com>
8026
8027         * MAINTAINERS: Add myself to write-after-approval list.
8028
8029 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8030
8031         * Makefile.def: Add list of recursive targets to autogenerate.
8032         Add build_modules.
8033         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
8034         targets.  Autogenerate *-build-* targets.
8035         * Makefile.in: Regenerate.
8036
8037 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8038
8039         * configure: More autoconf-style substitutions.
8040         * Makefile.tpl: More autoconf-style substitutions.
8041         * Makefile.in: Regenerate.
8042
8043 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8044
8045         * configure: Substitute more variables in a more autoconf-friendly
8046         way.  Simplify slightly.
8047         * Makefile.tpl: Make more variables substitutable in an
8048         autoconf-friendly way.
8049         * Makefile.in: Regenerate.
8050
8051 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
8052
8053         * MAINTAINERS (Write After Approval): Add myself.
8054
8055 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8056
8057         * configure.in (v810*): Remove special setting of tools.
8058
8059         * configure: Add support for extra required flags for ar or nm.
8060         * configure.in (aix4.3+): Use above support for target-specific
8061         issues, rather than using config/mt-aix43.
8062
8063 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8064
8065         * configure: Remove 'removing', which doesn't work.  Replace $subdir
8066         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
8067         with $srcdir.  Reformat indentation.  Substitute some variables
8068         formerly hard-coded in the Makefile for build=host.
8069         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8070         * Makefile.def: Autogenerate more.
8071         * Makefile.in: Regenerate.
8072
8073 2002-11-04  Adam Nemet  <anemet@lnxw.com>
8074
8075         * MAINTAINERS (Write After Approval): Add myself.
8076
8077 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
8078
8079         * Makefile.def (host_modules): Add rda.
8080         * Makefile.in: Regenerate.
8081         * configure.in (target_tool): Add target-rda to list.
8082
8083 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8084
8085         * MAINTAINERS: Remove "co-maintainer" note for web pages.
8086
8087 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
8088
8089         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
8090         and restrap targets to this rule.
8091         * Makefile.in:  Regenerate.
8092
8093 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8094
8095         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
8096         GNATS only accounts.
8097
8098 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
8099
8100         * configure.in (i[3456]86-*-linux*): Add check to disable
8101         ${libgcj} for glibc1.
8102
8103 2002-10-24  Denis Chertykov  <denisc@overta.ru>
8104
8105         * MAINTAINERS: Add myself as ip2k port maintainer.
8106
8107 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
8108
8109         * configure.in: Add tic4x target.
8110
8111 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8112
8113         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8114         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8115         * Makefile.in: Regenerate.
8116
8117         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8118         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8119         * Makefile.in: Regenerate.
8120
8121 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
8122
8123         * MAINTAINERS: Add myself as web pages co-maintainer.
8124
8125 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8126
8127         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8128         * Makefile.in: Regenerate.
8129
8130 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
8131
8132         * MAINTAINERS: Add myself and Nathan Sidwell
8133         <nathan@codesourcery.com> as VxWorks maintainers.
8134
8135 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8136
8137         * Makefile.def: Remove order dependency comments.
8138         * Makefile.tpl: Add explicit install-install dependencies.
8139         * Makefile.in: Regenerate.
8140
8141         * Makefile.tpl: Remove material now in src-release.  (Finally!)
8142         * Makefile.in: Regenerate.
8143
8144         * Makefile.tpl: Add configure-target (for src-release in src)
8145         * Makefile.in: Regenerate.
8146
8147 2002-09-30  Nick Clifton  <nickc@redhat.com>
8148
8149         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8150
8151 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
8152
8153         * configure.in (s390*-*-linux*): Enable libgcj.
8154
8155 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
8156
8157         * configure: Revert accidentally applied changes.
8158
8159         * Makefile.tpl: Make more autoconf-friendly.
8160         * Makefile.in: Regenerate.
8161         * configure: Make substitution more autoconf-like.
8162
8163 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
8164
8165         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8166         single entry to handle all these.
8167         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
8168         libjava on arm-*-elf.
8169
8170 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
8171
8172         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8173         things that depend on them.
8174
8175 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8176
8177         * Makefile.tpl: Make subsituted variables more autoconfy.
8178         * Makefile.in: Regenerate.
8179         * configure: Make seds more autoconfy.
8180
8181 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8182
8183         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8184         * Makefile.in: Regenerate.
8185         * configure.in: Rewrite sed statements to look autoconfy.
8186
8187         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8188         all-target-foo on configure-target-foo.
8189         * Makefile.def: Ditto.
8190         * Makefile.in: Rebuild.
8191
8192 2002-09-25  Andrew Haley  <aph@redhat.com>
8193
8194         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
8195
8196 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8197
8198         * Makefile.def: New file.
8199         * Makefile.tpl: New file.
8200         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8201         * contrib/gcc_update: Note that Makefile.in is a generated file.
8202
8203         * configure.in: Minor rearrangement.  Simplify tests.
8204
8205 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
8206
8207         * configure.in (with_headers): Skip copy if value is "yes".
8208         (with_libs): Likewise.
8209
8210 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
8211
8212         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8213         * configure.in (sh*-*-pe*): Ditto.
8214         * configure.in (mips*-*-pe*): Ditto.
8215         * configure.in (*arm-wince-pe): Ditto.
8216
8217         * configure.in: Rearrange.
8218
8219 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
8220
8221         * MAINTAINERS: Update my email address.
8222
8223 2002-08-30  Paul Koning  <pkoning@equallogic.com>
8224
8225         * MAINTAINERS: (Write After Approval): Add myself.
8226
8227 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
8228
8229         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
8230
8231 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
8232
8233         * MAINTAINERS: Change my mailing address.
8234
8235 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
8236
8237         * MAINTAINERS (Write After Approval): Remove myself.
8238         (Various Maintainers: c++ runtime libs): Add myself.
8239
8240 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
8241
8242         * MAINTAINERS (Write After Approval): Remove myself.
8243         (Various Maintainers: c++ runtime libs): Add myself.
8244
8245 2002-08-15  Eric Christopher  <echristo@redhat.com>
8246
8247         * config.sub: Import from master repository.
8248         * config.guess: Ditto.
8249
8250 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
8251
8252         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8253         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8254         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8255
8256 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
8257
8258         * MAINTAINERS: Add self to rs6000 vector extensions.
8259
8260 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
8261
8262         * libiberty/configure: Reverted unintended yesterday's check in.
8263
8264 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
8265
8266         * boehm-gc/configure, libf2c/configure: Rebuilt.
8267         * libffi/configure, libiberty/configure: Ditto.
8268         * libjava/configure, libobjc/configure: Ditto.
8269         * libstdc++-v3/configure, zlib/configure: Ditto.
8270         Merged from binutils:
8271         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
8272         From Steve Ellcey <sje@cup.hp.com>:
8273         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8274         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8275         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8276         IA64.
8277         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8278         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8279         soname_spec, sys_lib_search_path_spec): Ditto.
8280
8281 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
8282
8283         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8284
8285 2002-08-04  H.J. Lu  (hjl@gnu.org)
8286
8287         * configure.in (mips*-*-linux*): Don't skip target-libffi.
8288
8289 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
8290
8291         * MAINTAINERS (Write After Approval): Add myself.
8292
8293 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
8294
8295         * configure.in: Move generic linux case to end.  Copy generic
8296         linux noconfigdirs to mips*-*-linux* entry and new
8297         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
8298
8299 2002-07-19  Michael Matz  <matz@suse.de>
8300
8301         * MAINTAINERS: Add myself as ra* maintainer.
8302
8303 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
8304
8305         * config.guess: Update to 2002-07-09 version.
8306         * config.sub: Update to 2002-07-03 version.
8307
8308 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
8309
8310         * MAINTAINERS: Fix typo in a maintainer email address.
8311
8312 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8313
8314         * configure.in: Remove two redundant tests.
8315
8316 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8317
8318         * configure.in (mips*-*-irix6*o32): Enable stabs.
8319
8320 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
8321
8322         * configure.in: Don't build grez.
8323         * Makefile.in: Ditto.
8324
8325         * Makefile.in: Remove references to bsp, cygmon, libstub.
8326         * configure.in: Ditto.
8327
8328         * configure.in: Remove leftover reference to gdbtest.
8329
8330 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
8331
8332         * configure.in (gxx_include_dir):  Change to match versioned
8333         C++ headers if --enable-version-specific-runtime-libs is used.
8334
8335 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
8336
8337         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8338
8339 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8340
8341         * configure.in: Make --without-x work.
8342
8343 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8344
8345         * configure.in: Rearrange target Makefile fragment collection.
8346
8347         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8348         cvs[src].
8349         * configure.in: Ditto.
8350
8351 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
8352
8353         * MAINTAINERS (Write After Approval): Update my e-mail address.
8354
8355 2002-06-24  Ben Elliston  <bje@redhat.com>
8356
8357         * configure.in (host_tools): Remove cgen.
8358
8359         * Makefile.in (all-cgen): Remove; runs from its source directory.
8360         (check-cgen, install-cgen, clean-cgen): Likewise.
8361         (all-opcodes): Do not depend on all-cgen.
8362         (all-sim): Likewise.
8363
8364 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8365
8366         * Makefile.in: Eliminate 'apache' targets.
8367         * configure.in: Eliminate 'apache' targets.
8368
8369         * configure.in: Eliminate redundant tests.  Reorganize.
8370
8371         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8372
8373         * config-ml.in: Eliminate references to Cygnus configure.
8374
8375         * Makefile.in: Eliminate references to building emacs.
8376
8377 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
8378
8379         * MAINTAINERS: Update my email address.
8380
8381 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
8382
8383         * config.if (libstdcxx_incdir): Version C++ headers.
8384         (cxx_incdir): Remove.
8385
8386 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8387
8388         * MAINTAINERS (Write After Approval): Add self.
8389
8390 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
8391
8392         * configure.in: Add support for ip2k.
8393
8394 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
8395
8396         * configure.in: Fix AIX configury bug.
8397
8398 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
8399
8400         * MAINTAINERS (Write After Approval): Add self.
8401
8402 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8403
8404         * configure.in: replace ${topsrcdir} with ${srcdir}
8405
8406         * configure.in: Move definition of libstdcxx_flags
8407         right above usage, rather than waaay earlier.
8408
8409         * configure.in: Pull definition of is_cross_compiler earlier.
8410
8411         * configure.in: Rearrange a little.
8412
8413         * configure.in: Remove references to librx.
8414         * Makefile.in: Remove references to librx.
8415
8416 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
8417
8418         * config.sub: Add support for avr target.
8419         Import from master sources, rev 1.255
8420
8421 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
8422
8423         * configure, .cvsignore:  Revert previous change...
8424         * Makefile:  ...delete.
8425
8426 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8427
8428         * configure.in: Eliminate ${gasdir} variable.
8429
8430 2002-06-18  Dave Brolley  <brolley@redhat.com>
8431
8432         * configure.in: Add support for frv.
8433         * config.sub: Add support for frv.
8434
8435 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8436
8437         * configure:  Remove garbage from previous commit.
8438
8439 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8440
8441         * configure:  For in-source builds, make a subdir and re-exec there.
8442         * Makefile:  New file.  Pass targets through to build directory.
8443         * .cvsignore:  No longer ignore "Makefile".
8444
8445 2002-06-16  Douglas Rupp  <rupp@gnat.com>
8446
8447         * MAINTAINERS (Write After Approval): Add self.
8448
8449 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8450
8451         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8452
8453 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
8454
8455         * configure.in (vax-*-netbsd*): Re-enable gas.
8456
8457 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
8458
8459         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8460         BUILD_PREFIX_1, to correct nomenclature.
8461         * configure: Likewise.
8462
8463         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8464         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8465
8466 2002-05-31  Olaf Hering  <olh@suse.de>
8467
8468         * config-ml.in: Propogate DESTDIR also.
8469
8470 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
8471
8472         * configure.in (vax-*-netbsd*): Don't build gas for this
8473         platform.
8474
8475 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
8476
8477         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8478         and libgcj for AVR.
8479
8480 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
8481
8482         * MAINTAINERS (Write After Approval): Add myself.
8483
8484 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
8485
8486         * config.guess: Update to 2002-05-22 version.
8487         * config.sub: Likewise.
8488
8489 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8490
8491         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8492         * config-ml.in: Likewise.
8493         * configure: Likewise.
8494         * configure.in: Likewise.
8495
8496 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
8497
8498         * MAINTAINERS: Update my email address.
8499
8500 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
8501
8502         * configure.in: Simplify makefile fragment collection.
8503
8504         * configure.in: Remove code to build emacs.
8505
8506         * configure.in : Remove --srcdir argument from targargs and buildargs
8507         (it's always overridden in the Makefile anyway).  Rearrange a bit.
8508
8509         * configure: Move some logic to configure.in.
8510         * configure.in: Move some logic from configure.
8511
8512 2002-05-11  Tom Tromey  <tromey@redhat.com>
8513
8514         * MAINTAINERS: Reflect libgcj reality.
8515
8516 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
8517
8518         * Makefile.in: Honour DESTDIR.
8519
8520 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
8521
8522         * config.guess: Import 2002-03-20 version.
8523         * config.sub: Import 2002-04-26 version.
8524
8525 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8526
8527         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
8528
8529 2002-05-07  Tim Josling  <tej@melbpc.org.au>
8530
8531         * MAINTAINERS: Add self.
8532
8533 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
8534
8535         * ltmain.sh: Detect and handle object name conflicts
8536         while piecewise linking a static library.
8537
8538 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
8539
8540         * configure.in (noconfigdirs): Don't disable libgcj on
8541         sparc64-*-solaris* and sparcv9-*-solaris*.
8542
8543 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
8544
8545         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8546
8547 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
8548
8549         * configure.in (FLAGS_FOR_TARGET): Do not add
8550         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8551         on i[3456]86-*-linux*.
8552
8553 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
8554
8555         * configure.in (noconfigdirs): Replace [ ] with test.
8556
8557         * configure.in (noconfigdirs): Do not add target-newlib if
8558         target == i[3456]86-*-linux*, and host == target.
8559
8560 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
8561
8562         * configure.in: delete reference to absent file
8563
8564         * configure.in: replace '[' with 'test'
8565
8566         * configure.in: Eliminate references to gash.
8567         * Makefile.in: Eliminate references to gash.
8568
8569         * configure.in: remove useless references to 'pic' makefile fragments.
8570
8571         * configure.in: (*-*-windows*) Finish removing.
8572
8573         * configure.in: Eliminate redundant test for libgui.
8574
8575 2002-04-29  Roger Sayle  <roger@eyesopen.com>
8576
8577         * MAINTAINERS: Add self and realphabetize.  Update entries
8578         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
8579         entry for a29k port maintainer.
8580
8581 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
8582
8583         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8584         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8585
8586 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
8587
8588         * configure.in: remove references to dead files
8589
8590 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
8591
8592         * MAINTAINERS: Add information about purpose of this file.
8593
8594 2002-04-18  Tom Tromey  <tromey@redhat.com>
8595
8596         * configure.in: Disallow configuring libgcj when it is already
8597         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
8598         Solaris 2.8 by default.  For PR libgcj/6158.
8599
8600 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8601
8602         * configure.in:  Move default CC setting out of config/mh-* fragments
8603         directly into here.
8604
8605 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8606
8607         * configure.in: don't even try to configure or make a subdirectory
8608         if there's no configure script for it.
8609
8610 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
8611
8612         * MAINTAINERS: Remove chill maintainers.
8613         * Makefile.in (CHILLFLAGS): Remove.
8614         (CHILL_LIB): Remove.
8615         (TARGET_CONFIGDIRS): Remove libchill.
8616         (CHILL_FOR_TARGET): Remove.
8617         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8618         CHILL_LIB.
8619         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8620         (CHECK_TARGET_MODULES): Likewise.
8621         (INSTALL_TARGET_MODULES): Likewise.
8622         (CLEAN_TARGET_MODULES): Likewise.
8623         (configure-target-libchill): Remove.
8624         (all-target-libchill): Remove.
8625         * configure.in (target_libs): Remove target-libchill.
8626         Do not compute CHILL_FOR_TARGET.
8627         * libchill: Remove directory.
8628
8629 2002-04-11  DJ Delorie  <dj@redhat.com>
8630
8631         * Makefile.in, configure.in: Sync with binutils, entries
8632         follow...
8633
8634 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8635
8636         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
8637         (do-tar, do-bz2): New rules.
8638         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
8639         (gdb-tar): New rule.
8640         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
8641         (insight_dejagnu.tar): New rule.
8642         (insight.tar): New rule.
8643         (gdb+dejagnu.tar): New rule.
8644         (gdb.tar): New rule.
8645
8646 2002-02-01  Mo DeJong  <supermo@bayarea.net>
8647
8648         * Makefile.in: Add all-tix to deps for all-snavigator
8649         so that tix is built when building snavigator.
8650
8651 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
8652
8653         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8654         ld and gdb are not supported.
8655
8656 2002-01-07  Mark Salter  <msalter@redhat.com>
8657
8658         * configure.in: Remove target-bsp and target-cygmon from arm builds.
8659         Allow target-libgloss to be built for arm, strongarm, and xscale.
8660
8661 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
8662
8663         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8664         options for i[3456]86-pc-linux* native builds.
8665
8666 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
8667
8668         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8669         files from .po files for a distribution.
8670
8671 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
8672
8673         * configure.in: Enable libstdc++-v3 for h8300 targets.
8674
8675 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
8676
8677         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
8678         version from bfd/.
8679
8680 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
8681
8682         * Makefile.in (VER): When present, extract the version number from
8683         the file version.in.
8684
8685 2001-05-24  Tom Rix  <trix@redhat.com>
8686
8687         * configure.in : enable ld for aix
8688
8689 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8690
8691         * config.guess: Add linux target for S/390.
8692
8693 2000-11-07  Philip Blundell  <pb@futuretv.com>
8694
8695         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8696
8697 2000-11-03  Philip Blundell  <pb@futuretv.com>
8698
8699         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8700         files.
8701
8702 2001-01-15  Ben Elliston  <bje@redhat.com>
8703
8704         * configure.in (host_tools): Add sid.
8705         Always configure cgen.
8706
8707 2000-11-24  Nick Clifton  <nickc@redhat.com>
8708
8709         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
8710
8711
8712 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
8713
8714         * Makefile.in (ALL_MODULES): Add all-cgen.
8715         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8716         (all-cgen): New target.
8717         (all-opcodes,all-sim): Depend on all-cgen.
8718         * configure.in (host_tools): Add cgen.
8719         Only configure cgen if --enable-cgen-maint.
8720
8721 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
8722
8723         * configure.in: Add *-*-freebsd* configurations.
8724
8725 2002-04-08  Tom Tromey  <tromey@redhat.com>
8726
8727         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8728         Fixes PR libgcj/6068.
8729
8730 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
8731
8732         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8733
8734 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8735
8736         * configure.in (alpha*-dec-osf*): Enable libgcj.
8737
8738 2003-03-27  Matthew Gingell  <gingell@gnat.com>
8739
8740         * MAINTAINERS (Write After Approval): Add myself.
8741
8742 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
8743
8744         Fix for: PR bootstrap/3591, target/5676
8745         * configure.in (mcore-pe): Disable the configuration of
8746         libstdc++-v3 since exceptions are not supported.
8747
8748 2002-03-20  Anthony Green  <green@redhat.com>
8749
8750         * configure.in: Enable libgcj for xscale-elf target.
8751
8752 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
8753
8754         * MAINTAINERS:  Update my email address.
8755
8756 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
8757
8758         * ltmain.sh (relink_command): Fix typo in previous change.
8759
8760 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
8761
8762         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
8763         (relink_command): Added --tag flags.
8764         (mode=install): If relinking fails; error out.
8765
8766 2002-03-12  Richard Henderson  <rth@redhat.com>
8767
8768         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
8769         .NOTPARALLEL tag.
8770         (do-check): Rename from check.
8771         (check): Allow parallel check.
8772
8773 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
8774
8775         * MAINTAINERS: Add myself as maintainer for xtensa port.
8776         Fix alphabetical order in CPU port maintainer list.
8777         Remove myself from Write After Approval list.
8778
8779 2002-03-11  Richard Henderson  <rth@redhat.com>
8780
8781         * Makefile.in (.NOTPARALLEL): Add fake tag.
8782
8783 2002-03-07  H.J. Lu  (hjl@gnu.org)
8784
8785         * configure.in: Enable gprof for mips*-*-linux*.
8786
8787 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
8788
8789         * MAINTAINERS (Write After Approval): Add myself.
8790
8791 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
8792
8793         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8794         libjava.
8795         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8796
8797 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
8798
8799         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8800         because its Makefile is there; test for the executable instead.
8801
8802 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
8803
8804         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8805         libstdc++-v3 and libjava.
8806
8807 2002-02-11  Adam Megacz  <adam@xwt.org>
8808
8809         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8810         boehm-gc
8811
8812 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
8813
8814         * config.guess: Updated to 2002-01-30's version.
8815         * config.sub: Updated to 2002-02-01's version.
8816         Contribute sh64-elf.
8817         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
8818         * configure.in: Added sh64-*-*.
8819
8820 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
8821
8822         * MAINTAINERS: Belatedly add myself to write after approval list.
8823
8824 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
8825
8826         * MAINTAINERS: Put self in as maintainer for x86-64 port.
8827         Remove self as Write After Approval.
8828
8829 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
8830
8831         * MAINTAINERS: Put self in as maintainer for contrib/regression
8832         directory.
8833
8834 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
8835
8836         * MAINTAINERS:  Update my email address.
8837
8838 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
8839
8840         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
8841         target-libiberty, and target-libgloss.  Skip Java-related
8842         libraries if not supported for NetBSD on target CPU.
8843
8844 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
8845
8846         * install-sh: Use _inst.$$_ for temp file name.
8847
8848 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
8849
8850         * MAINTAINERS (Write After Approval): Move my contact info
8851         from here...
8852         (OS Port Maintainers): ...to here (netbsd).
8853
8854 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
8855
8856         * MAINTAINERS (Write After Approval): Add myself.
8857
8858 2002-01-17  H.J. Lu  <hjl@gnu.org>
8859
8860         * Makefile.in (all-fastjar): Also depend on all-libiberty.
8861         (all-target-fastjar): Also depend on all-target-libiberty.
8862
8863 2002-01-16  H.J. Lu  (hjl@gnu.org)
8864
8865         * config.guess: Import from master sources, rev 1.225.
8866         * config.sub: Import from master sources, rev 1.238.
8867
8868 2002-01-16  Kazu Hirata  <kazu@hxi.com>
8869
8870         * MAINTAINERS (Write After Approval): Remove myself.
8871
8872 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
8873
8874         * MAINTAINERS (Write After Approval): Add myself.
8875
8876 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8877
8878         * MAINTAINERS: Add self as docs co-maintainer.
8879
8880 2001-12-11  Matthias Klose  <doko@debian.org>
8881
8882         * MAINTAINERS (Write After Approval): Add myself.
8883
8884 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
8885
8886         * MAINTAINERS: Update my email address.
8887
8888 2001-12-07  Turly O'Connor  <turly@apple.com>
8889         * MAINTAINERS (Write After Approval): Add myself.
8890         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
8891         (rs6000_initialize_trampoline): Call __trampoline_setup for
8892         ABI_DARWIN too.
8893         * darwin-tramp.asm: New file, implements __trampoline_setup.
8894         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
8895
8896 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
8897
8898         * MAINTAINERS (Write After Approval): Add myself.
8899
8900 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
8901
8902         * configure, configure.in: Use temp file for long sed commands.
8903
8904 2001-12-03  Laurent Guerby  <guerby@acm.org>
8905
8906         * config.sub: Update to version 1.232 on subversion.
8907
8908 2001-12-03  Ben Elliston  <bje@redhat.com>
8909
8910         * MAINTAINERS: Update mail address for config.* patches.
8911
8912 2001-11-27  DJ Delorie  <dj@redhat.com>
8913             Zack Weinberg  <zack@codesourcery.com>
8914
8915         When build != host, create libiberty for the build machine.
8916
8917         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8918         CONFIG_ARGUMENTS.
8919         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8920         New variables.
8921         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8922         and rules.
8923         (all.normal): Depend on ALL_BUILD_MODULES.
8924         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8925         (all-build-libiberty): Depend on configure-build-libiberty.
8926
8927         * configure: Calculate and substitute proper value for
8928         ALL_BUILD_MODULES.
8929         * configure.in: Create the build subdirectory.
8930         Calculate and substitute TARGET_CONFIGARGS (formerly
8931         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8932
8933 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
8934
8935         * MAINTAINERS (write-after-approval): Add self.
8936
8937 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8938
8939         * MAINTAINERS (GNATS only accounts): Remove self.
8940
8941 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
8942
8943         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8944         libf2c.
8945
8946 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8947
8948         * MAINTAINERS (Write After Approval): Add self.
8949
8950 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8951
8952         * MAINTAINERS: mips and s390 are also CPU ports.
8953
8954 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8955
8956         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
8957
8958 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
8959
8960         * MAINTAINERS: Alphabetize.
8961
8962 2001-11-09  Kazu Hirata  <kazu@hxi.com>
8963
8964         * MAINTAINERS (Various maintainers: h8 port): Add myself.
8965
8966 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8967
8968         * MAINTAINERS (Various maintainers: hppa port): Added myself.
8969
8970 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
8971
8972         * configure.in (--enable-languages): Be more permissive about
8973         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
8974
8975 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
8976
8977         * config.sub: Import from master sources, rev. 1.230.
8978         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
8979
8980 2001-11-07  Laurent Guerby  <guerby@acm.org>
8981
8982         * MAINTAINERS (Write After Approval): Add self.
8983
8984 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
8985
8986         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8987
8988 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
8989
8990         * config.sub: Import from master sources, rev 1.226.
8991         * config.guess: Import from master sources, rev 1.216.
8992
8993 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
8994
8995         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8996         * MAINTAINERS: Add self as maintainer of MMIX port.
8997         Remove old after-approval entry.
8998
8999 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
9000
9001         * ChangeLog, configure: Fix spelling errors.
9002
9003 2001-10-20  Brendan Kehoe  <brendan@zen.org>
9004
9005         * MAINTAINERS: Tweak my address.
9006
9007 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
9008
9009         * MAINTAINERS: Update my email address.
9010
9011 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
9012
9013         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
9014         * MAINTAINERS: Add self as maintainer of CRIS port.
9015
9016 2001-10-10  Geert Bosch  <bosch@gnat.com>
9017
9018         * MAINTAINERS (Various maintainers: Ada front end):
9019         Added Robert Dewar.
9020
9021 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
9022
9023         * MAINTAINERS (Write After Approval): Added self
9024
9025 2001-10-02  Geert Bosch  <bosch@gnat.com>
9026
9027         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9028
9029 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9030
9031         * configure: Handle temporary files securely using mkdir.
9032
9033 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
9034
9035         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9036
9037 2001-09-26  Will Cohen  <wcohen@redhat.com>
9038
9039         * configure.in (*-*-linux*): Disable configuration of target-newlib
9040         and target-libgloss.
9041
9042 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
9043
9044         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
9045         RANLIB.
9046
9047 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
9048
9049         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9050         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9051         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9052         avoid quotes nesting problems.
9053         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9054         (DO_X): Export only variables that are set.
9055
9056 2001-09-19  Ben Elliston  <bje@redhat.com>
9057
9058         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9059         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9060         semantics.  Use the shell built-in "type" command instead.
9061
9062 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
9063
9064         Merged from gcc-3_0-branch:
9065         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
9066         * ltcf-c.sh: Use $objext, not $ac_objext.
9067         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
9068         * ltcf-cxx.sh: Add support for GNU.
9069         2001-07-22  Timothy Wall  <twall@redhat.com>
9070         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
9071         default settings if using GNU tools with that configuration.
9072         * ltcf-cxx.sh: Ditto.
9073         * ltcf-gcj.sh: Ditto.
9074         2001-07-21  Michael Chastain  <chastain@redhat.com>
9075         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9076         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
9077         * ltmain.sh: Mark as gcc-local.
9078
9079 2001-08-30  Eric Christopher  <echristo@redhat.com>
9080             Jason Eckhardt  <jle@redhat.com>
9081
9082         * config.guess: Merge from master sources.
9083         * config.sub: Merge from master sources, add support for mipsisa32.
9084
9085 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
9086         * config.sub: Merge from master sources, rev 1.219.
9087         * MAINTAINERS: Add self as contact for stormy16 port.
9088
9089 2001-08-14  Zack Weinberg  <zackw@panix.com>
9090
9091         * config.sub: Merge from master sources, rev 1.218.
9092         * config.guess: Merge from master sources, rev 1.209.
9093
9094 2001-08-11  Graham Stott  <grahams@redhat.com>
9095
9096         * Makefile.in (check-c++): Add missing semicolon.
9097
9098 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
9099
9100         * MAINTAINERS (Various maitainers: predict.def): Added myself.
9101
9102 2001-07-30  Eric Christopher  <echristo@redhat.com>
9103
9104         * MAINTAINERS (Various maintainers: mips port): Added myself.
9105
9106 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
9107
9108         * configure.in (sh-*-linux*): New.
9109
9110 2001-07-27  Richard Henderson  <rth@redhat.com>
9111
9112         * .cvsignore: Add LAST_UPDATED.
9113
9114 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
9115
9116         * MAINTAINERS (Various maintainers: s390 port): Added myself.
9117
9118 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
9119
9120         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
9121
9122 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
9123
9124         * MAINTAINERS (Write After Approval): Added myself.
9125
9126 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9127
9128         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9129         and libgcj on m68hc11/m68hc12.
9130
9131 2001-06-27  H.J. Lu  (hjl@gnu.org)
9132
9133         * Makefile (CFLAGS_FOR_BUILD): New.
9134         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
9135
9136 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9137
9138         * README: Remove version number.
9139
9140 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9141
9142         * INSTALL/README: Update wrt. to the installation instructions now
9143         residing in gcc/doc/install.texi.
9144
9145 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9146
9147         * README: Replace with a cut-down and updated version of gcc/README.
9148
9149 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
9150
9151         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
9152         multilibs to be disabled.
9153
9154 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
9155
9156         * MAINTAINERS (Write After Approval): Add myself.
9157
9158 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
9159
9160         * config.guess: Import CVS version 1.195.
9161         * config.sub: Import CVS version 1.212.
9162
9163 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
9164
9165         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9166         gcc/xgcc is built, use -print-prog-name to find out the program
9167         name to use.
9168
9169 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
9170
9171         * config.guess:  Import CVS version 1.194.  All gcc-local changes
9172         appear to also be in the master copy.
9173         * config.sub:  Import CVS version 1.211.
9174
9175 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
9176
9177         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9178         with_gcc]: Use `gcc -shared' to build a shared library.
9179
9180 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9181
9182         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9183         archives.
9184
9185 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9186
9187         * MAINTAINERS (Write After Approval): Add myself.
9188
9189 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
9190
9191         * configure.in (libstdcxx_flags): Do not try to execute
9192         libstdc++-v3/testsuite_flags until it exists.
9193
9194 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
9195
9196         * MAINTAINERS: Update my email address.
9197
9198 2001-05-31  Graham Stott  <grahams@redhat.com>
9199
9200         * MAINTAINERS (Write After Approval): Add myself.
9201
9202 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
9203
9204         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
9205         libraries when using g++ with native linker.
9206
9207 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
9208
9209         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9210
9211 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
9212
9213         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9214         [aix4*|aix5*]: Prepend blank.
9215
9216 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
9217
9218         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9219         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
9220         of subdir/configure scripts to use the new libtool.m4.
9221
9222 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
9223
9224         * MAINTAINERS (Write After Approval): Add myself.
9225
9226 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
9227
9228         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
9229
9230 2001-05-11  Ben Elliston  <bje@redhat.com>
9231
9232         * Makefile.in (all-sid): New target.
9233         (check-sid, clean-sid, install-sid): Likewise.
9234
9235 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
9236
9237         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
9238
9239 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9240
9241         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9242         libgcj.
9243
9244 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9245
9246         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9247         gcc/xgcc is built, use -print-prog-name to find out the program
9248         name to use.
9249
9250 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
9251
9252         * configure.in (noconfigdirs): Don't reset it from scratch in the
9253         target case; only append to it.
9254
9255         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9256         sparc-*-solaris2.8]: Disable ${libgcj}.
9257
9258 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
9259
9260         * configure.in (libgcj_saved): Copy from $libgcj.
9261         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9262         --disable-libgcj.
9263
9264 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
9265
9266         * MAINTAINERS: Remove self as MIPS maintainer and
9267         C front end maintainer.
9268
9269 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
9270
9271         * configure.in: Move *-chorusos target case to the proper switch.
9272         Disable libgcj.
9273
9274 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9275
9276         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9277         1.641.2.228.
9278
9279 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9280
9281         * Makefile.in (STAGE1_CFLAGS): Pass down.
9282
9283 2001-04-13  Alan Modra  <amodra@one.net.au>
9284
9285         * config.guess: Add hppa64-linux support.  Note for next import that
9286         this is already in the master file.
9287         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
9288
9289 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9290
9291         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9292         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9293
9294 2001-04-11  Stan Shebs  <shebs@apple.com>
9295
9296         * MAINTAINERS: Add self as Darwin port maintainer.
9297
9298 2001-04-11  Alan Modra  <amodra@one.net.au>
9299
9300         * MAINTAINERS: Update my email address.
9301
9302 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
9303
9304         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9305         recent versions of FreeBSD (release 3 or later).
9306         * ltconfig: On FreeBSD, -lc must not be provided when building
9307         a shared library or else the standard -pthread gcc option is
9308         rendered worthless to later users of the built library.
9309
9310 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
9311
9312         * MAINTAINERS: Add self and RTH as C front end maintainers.
9313
9314 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
9315
9316         * config.sub: Make sure to match an already-canonicalized
9317         machine name (eg. mn10300-unknown-elf).
9318
9319 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
9320
9321         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9322         New macros.
9323         (bootstrap, cross): Use RECURSE_FLAGS.
9324         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9325
9326 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
9327
9328         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9329
9330 2001-03-22  Colin Howell  <chowell@redhat.com>
9331
9332         * Makefile.in (DO_X): Do not backslash single-quotes in
9333         backquotes (two places).
9334
9335 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9336
9337         Re-installed:
9338         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9339         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9340         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9341         * ltcf-cxx.sh: Likewise.
9342         * ltcf-gcj.sh: Likewise.
9343
9344 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9345
9346         * MAINTAINERS: Add myself as "documentation co-maintainer".
9347
9348 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9349
9350         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9351         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9352
9353 2001-03-19  Tom Tromey  <tromey@redhat.com>
9354
9355         * config-ml.in: Handle GCJ and GCJFLAGS.
9356
9357 2001-03-21  Michael Chastain  <chastain@redhat.com>
9358
9359         * Makefile.in: all-m4 depends on all-texinfo.
9360
9361 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
9362
9363         * MAINTAINERS: Add myself to write after approval list.
9364
9365 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
9366
9367         * Makefile.in (DO_X): Quote nested quotes.
9368
9369 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
9370
9371         * MAINTAINERS: Add myself to write after approval list.
9372
9373 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
9374
9375         * Makefile.in (DO_X): Use double quotes for quoting
9376         "RANLIB=$${RANLIB}".
9377
9378 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
9379
9380         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
9381
9382 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
9383
9384         * configure.in: Only use `lang_requires' for languages athat are
9385         actually enabled.
9386
9387 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
9388
9389         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
9390
9391 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
9392
9393         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9394
9395 2001-03-07  Tom Tromey  <tromey@redhat.com>
9396
9397         * configure.in: Allow config-lang.in to set `lang_requires' to list
9398         of other required languages.
9399
9400 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
9401
9402         * Makefile.in: Remove RANLIB definition. Use RANLIB
9403         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
9404         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
9405
9406 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
9407             Alexandre Oliva  <aoliva@redhat.com>
9408
9409         * Makefile.in (check-c++): Use tabs, not spaces.
9410
9411 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
9412
9413         * MAINTAINERS: add myself to Write After Approval list.
9414
9415 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
9416
9417         * Makefile.in (check-c++): New rule.
9418
9419         * configure.in (target_libs): Remove libg++.
9420         (noconfigdirs): Remove libg++.
9421         (noconfigdirs): Same.
9422         (noconfigdirs): Same.
9423         (noconfigdirs): Same.
9424
9425         * config-ml.in: Remove libg++ references.
9426
9427         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
9428         (ALL_TARGET_MODULES): Same.
9429         (configure-target-libg++): Remove.
9430         (all-target-libg++): Remove.
9431         (configure-target-libio): Remove.
9432         (all-target-libio): Remove.
9433         (check-target-libio): Remove.
9434         (.PHONY): Remove.
9435         (libg++.tar.bz2): Remove.
9436         (all-target-cygmon): Remove libio.
9437         (all-target-libstdc++): Remove.
9438         (configure-target-libstdc++): Remove.
9439         (TARGET_LIB_PATH): Remove libstdc++.
9440         (ALL_GCC_CXX): Remove libstdc++.
9441         (all-target-gperf): Correct.
9442
9443 2001-02-16  Nick Clifton  <nickc@redhat.com>
9444
9445         * configure.in (noconfigdirs): Allow configuration of texinfo
9446         for Cygwin hosts.
9447
9448 2001-02-15  Anthony Green  <green@redhat.com>
9449
9450         * configure: Introduce GCJ_FOR_TARGET.
9451         * configure.in: Ditto.
9452         * Makefile.in: Ditto.
9453
9454 2001-02-13  Andreas Schwab  <schwab@suse.de>
9455
9456         * MAINTAINERS: Update mail address.
9457
9458 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9459
9460         * config.guess: Add linux target for S/390.
9461         * config.sub: Likewise.
9462
9463 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
9464
9465         * configure.in: for *-chorusos, don't config target-newlib and
9466         target-libgloss.
9467
9468 2001-02-06  Ben Elliston  <bje@redhat.com>
9469
9470         * configure: Output host type to stdout, not stderr.
9471
9472 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
9473
9474         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
9475         * ltcf-cxx.sh: Likewise.
9476
9477         * config.if: Assume enable_libstdcxx_v3 is defined.
9478
9479 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
9480
9481         Remove V2 C++ library.
9482         * configure.in: Remove --enable-libstdcxx_v3 support.
9483
9484 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
9485
9486         * include/demangle.h: Add prototype for java_demangle_v3.
9487
9488 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
9489
9490         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
9491
9492 2001-01-27  Richard Henderson  <rth@redhat.com>
9493
9494         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
9495
9496 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9497
9498         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9499         Don't unset, it's non-portable and no longer necessary, set to empty
9500         instead.
9501
9502 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9503
9504         * ltconfig: Shell portability fix for the tagname validity check.
9505
9506 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
9507
9508         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9509         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9510
9511 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9512
9513         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9514
9515 2001-01-26  Tom Tromey  <tromey@redhat.com>
9516
9517         * configure.in: Allow libgcj to be built on Sparc Solaris.
9518
9519 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
9520
9521         * ltcf-c.sh: Add aix5 case.
9522         * ltcf-cxx.sh: Likewise.
9523         * ltconfig: Likewise.
9524
9525 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
9526
9527         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9528         keep at least one of build_libtool_libs or build_old_libs set to
9529         yes.
9530
9531         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9532         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9533
9534 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
9535
9536         * configure.in: Enable libgcj on several additional platforms.
9537
9538 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
9539
9540         * configure.in: Enable libgcj for linux targets.
9541
9542 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9543
9544         * MAINTAINERS (Write After Approval): Add myself.
9545
9546 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9547
9548         * MAINTAINERS: Add myself as vax port maintainer.
9549
9550 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
9551
9552         * MAINTAINERS: Add myself as Mercury front-end maintainer.
9553
9554 2001-01-09  Mike Stump  <mrs@wrs.com>
9555
9556         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
9557         failures of subdirectories.
9558
9559 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9560
9561         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9562         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9563         * ltcf-cxx.sh: Likewise.
9564         * ltcf-gcj.sh: Likewise.
9565         * ltconfig.sh: Fix typo.
9566
9567 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9568
9569         * configure: handle DOS-style absolute paths.
9570
9571 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9572
9573         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
9574
9575 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
9576
9577         * MAINTAINERS: Add myself as avr port co-maintainer.
9578
9579 2000-12-28  Ben Elliston  <bje@redhat.com>
9580
9581         * MAINTAINERS: Add myself under ``Write After Approval''.
9582
9583 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
9584
9585         * texinfo: Remove directory from GCC.
9586
9587 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9588
9589         * COPYING: Update to current
9590         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
9591         to 19yy as example year in copyright notice).
9592
9593 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
9594
9595         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
9596         (libstdcxx_incdir): Pass down.
9597         * config.if: Remove expired bits for cxx_interface, add stub.
9598         (libstdcxx_incdir): Add variable for g++ include directory.
9599         * configure.in (gxx_include_dir): Use it.
9600
9601 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
9602
9603         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
9604         with old-email address from ``Write After Approval''.
9605
9606 2000-12-15  Andreas Jaeger  <aj@suse.de>
9607
9608         * configure.in: Handle lang_dirs.
9609
9610 2000-12-14  Tom Tromey  <tromey@redhat.com>
9611
9612         * MAINTAINERS: Removed brads.
9613
9614         * MAINTAINERS: Added gcj developers.
9615
9616 2000-12-13  Anthony Green  <green@redhat.com>
9617
9618         * configure.in: Disable libgcj for any target not specifically
9619         listed.  Disable libgcj for x86 and Alpha Linux until compatible
9620         with g++ abi.
9621
9622 2000-12-13  Mike Stump  <mrs@wrs.com>
9623
9624         * Makefile.in (local-distclean): Also remove fastjar.
9625
9626 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
9627
9628         * contrib/gcc_update: Add fastjar --touch entries.
9629
9630 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
9631
9632         * configure.in: Disable language-specific target libraries for
9633         languages that aren't enabled.
9634
9635 2000-12-10  Anthony Green  <green@redhat.com>
9636
9637         * configure.in: Define libgcj.  Disable libgcj target libraries for
9638         most targets.
9639
9640 2000-12-10  Neil Booth  <neilb@earthling.net>
9641
9642         * MAINTAINERS: Update mail address, remove from WAA list.
9643
9644 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9645
9646         * libjava: Imported from /cvs/java.
9647         * libffi: Likewise.
9648         * Boehm-gc: Likewise.
9649
9650 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9651
9652         * configure.in (target_libs): Revert 2000-12-08 patch.
9653         (noconfigdirs): Added target-libjava.
9654
9655 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
9656
9657         * djunpack.bat: removed.
9658
9659 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
9660
9661         * Makefile.in: handle DOS-style absolute paths.
9662         * config-ml.in: likewise.
9663         * symlink-tree: likewise.
9664
9665 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9666
9667         * fastjar: Imported.
9668
9669 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9670
9671         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
9672         libjava.
9673         * configure.in (target_libs): Removed `target-libjava'.
9674
9675 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9676
9677         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
9678         (ALL_MODULES): Added fastjar.
9679         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
9680         (all-target-libjava): all-fastjar replaces all-zip.
9681         (all-fastjar): Added.
9682         (configure-target-fastjar, all-target-fastjar): Likewise.
9683         * configure.in (host_tools): Added fastjar.
9684
9685 2000-12-07  Mike Stump  <mrs@wrs.com>
9686
9687         * Makefile.in (local-distclean): Remove leftover built files.
9688
9689 2000-11-24  Nick Clifton  <nickc@redhat.com>
9690
9691         * configure.in (xscale-elf): Add target.
9692         (xscale-coff): Add target.
9693
9694 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
9695
9696         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9697         recent versions of FreeBSD (release 3 or later).
9698         * ltconfig: On FreeBSD, -lc must not be provided when building
9699         a shared library or else the standard -pthread gcc option is
9700         rendered worthless to later users of the built library.
9701
9702 2000-11-16  Fred Fish  <fnf@be.com>
9703
9704         * configure.in (enable_libstdcxx_v3): Fix typo,
9705         libstd++ -> libstdc++.
9706
9707 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9708
9709         * MAINTAINERS: Add self to Write After Approval list.
9710
9711 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
9712
9713         * MAINTAINERS: Update my email address.  Add myself to global write
9714         privs list.
9715
9716 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
9717
9718         * Makefile.in: Merge with src and libgcj.
9719         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
9720         configure-target-<library> when their configure scripts need the C
9721         or C++ library to have already been built to work properly.
9722         (do_proto_toplev): Set them to an empty string.
9723
9724         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9725         (REALLY_SET_LIB_PATH): Use them.
9726
9727 2000-11-17  Stan Shebs  <shebs@apple.com>
9728
9729         * MAINTAINERS: Add self to Write After Approval list.
9730
9731 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9732
9733         * configure: Provide the original toplevel configure arguments
9734         (including $0) to subprocesses in the environment rather than
9735         through gcc/configargs.h.
9736
9737 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9738
9739         * MAINTAINERS: Remove references to cccp. Change C9X reference to
9740         C99.  Alphabetise "Write After Approval" list.
9741
9742 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
9743
9744         * configure: Turn on libstdc++ V3 by default.
9745
9746         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
9747         if we've got GCC.
9748
9749 2000-11-11  Philip Blundell  <philb@gnu.org>
9750
9751         * MAINTAINERS: Add self to Write After Approval list.
9752
9753 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
9754
9755         * ltcf-c.sh (aix4): Improve shared library configuration; require
9756         exporting symbols.
9757         * ltcf-cxx.sh (aix4): Define.
9758         * ltconfig (aix4): Define library and soname specs appropriate for
9759         AIX.  Define command to create export symbols list.
9760
9761 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
9762
9763         * config.sub: Add support for Sun Chorus
9764
9765 2000-10-31  Nick Clifton  <nickc@redhat.com>
9766
9767         * MAINTAINERS: Rename <name>@cygnus.com addresses to
9768         <name>@redhat.com.  Also installed new email address for Clint
9769         Popetz.
9770
9771 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
9772
9773         * etc: Remove directory from GCC.
9774
9775 2000-10-16  Michael Meissner  <meissner@redhat.com>
9776
9777         * configure (gcc/configargs.h): Only create if there is a build GCC
9778         directory created.
9779
9780 2000-10-16  Matthias Klose  <doko@debian.org>
9781
9782         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
9783         when configured for libstdc++-v3.
9784
9785 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
9786
9787         * configure: Save configure arguments to gcc/configargs.h.
9788
9789 2000-10-04  Philipp Thomas  <pthomas@suse.de>
9790
9791         * config.guess: Import CVS version 1.157.
9792         * config.sub: Import CVS version 1.181.
9793
9794 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
9795
9796         * Makefile.in (bootstrap): avoid recursion if subdir missing
9797         (cross): ditto
9798         (do-proto-toplev): ditto
9799
9800 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
9801
9802         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
9803         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
9804
9805         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
9806         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
9807         all affected `configure' scripts.
9808
9809 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
9810
9811         * MAINTAINERS: Add self as cpplib co-maintainer.
9812
9813 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
9814
9815         * MAINTAINERS: Add self to Write After Approval list.
9816
9817 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9818
9819         * INSTALL/README: egcs -> GCC update.
9820
9821 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
9822
9823         * MAINTAINERS: Add myself to Write After Approval list.
9824
9825 2000-09-15  Kazu Hirata  <kazu@hxi.com>
9826
9827         * MAINTAINERS: Add myself to Write After Approval list.
9828
9829 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
9830
9831         * configure.in: Do not build byacc for hppa64.  Provide paths to the
9832         X11 libraries for hppa64.
9833
9834 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9835
9836         * MAINTAINERS: Add myself as 68hc11 port maintainer.
9837
9838 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
9839
9840         * Makefile.in (all-zlib): Added dummy target.
9841
9842         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9843         ltcf-gcj.sh: Updated from libtool multi-language branch.
9844
9845 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
9846
9847         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9848         (bootstrap*): Depend on all-bootstrap.
9849
9850 2000-09-05  Philipp Thomas  <pthomas@suse.de>
9851
9852         * config.guess: Import CVS version 1.156.
9853         * config.sub: Import CVS version 1.179.
9854
9855 2000-09-02  Anthony Green  <green@cygnus.com>
9856
9857         * Makefile.in (all-gcc): Depend on all-zlib.
9858         (CLEAN_MODULES): Add clean-zlib.
9859         (ALL_MODULES): Add all-zlib.
9860         * configure.in (host_libs): Add zlib.
9861
9862 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
9863
9864         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9865         crosses, but add gcc/include to the header search path for them.
9866
9867 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
9868
9869         * MAINTAINERS: Add self to Write After Approval list.
9870
9871 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9872
9873         * config.guess: Import CVS version 1.152.
9874         * config.sub: Import CVS version 1.177.
9875
9876 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
9877
9878         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
9879         $targargs to tell whether newlib is going to be built.
9880
9881         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
9882         $$r/TARGET_SUBDIR/libio for _G_config.h.
9883
9884 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
9885
9886         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
9887
9888 2000-08-22  DJ Delorie  <dj@redhat.com>
9889
9890         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
9891
9892 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
9893
9894         * config-ml.in (CC, CXX): Avoid trailing whitespace.
9895         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9896         sub-configures.
9897
9898 2000-08-21  DJ Delorie  <dj@redhat.com>
9899
9900         * MAINTAINERS: Add self as a libiberty maintainer
9901
9902 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
9903
9904         * configure.in (libstdcxx_flags): Use
9905         libstdc++-v3/src/libstdc++.INC.
9906
9907 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
9908
9909         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9910
9911 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
9912
9913         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
9914
9915         * configure: Make enable_threads and enable_shared defaults
9916         explicit.  Substitute enable_threads into generated Makefiles.
9917         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
9918         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
9919
9920 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
9921
9922         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
9923
9924 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
9925
9926         * config-ml.in (CC): Remove bogus duplicate quotation mark from
9927         previous delta.
9928
9929 2000-08-11  Jason Merrill  <jason@redhat.com>
9930
9931         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9932         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9933         (FLAGS_FOR_TARGET): Not here.
9934         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9935
9936 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
9937
9938         * config-ml.in (CC, CXX): Don't introduce a leading space.
9939
9940 2000-08-07  DJ Delorie  <dj@delorie.com>
9941
9942         * MAINTAINERS: Add self as a DJGPP maintainer
9943
9944 2000-08-07  DJ Delorie  <dj@redhat.com>
9945
9946         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9947         "if we're also building gcc, and it's a gcc that will run on the
9948         build machine, we want to use its includes instead of the system's
9949         default includes".
9950
9951 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9952
9953         * MAINTAINERS: Add self to Write After Approval list.
9954
9955 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
9956
9957         * configure.in (libstdcxx_flags): Don't use `"'.
9958
9959         * config-ml.in: Adjust multilib search paths to the
9960         appropriate multilib tree.
9961
9962 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
9963
9964         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9965         commas in $LANGUAGES.
9966
9967 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
9968
9969         * configure.in: Re-enable all references to libg++ and librx.
9970
9971 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
9972
9973         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
9974         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
9975         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
9976         * ltcf-cxx.sh (need_lc): Set based on postdeps.
9977
9978         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9979
9980 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
9981
9982         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9983         CXX_FOR_TARGET for sed.
9984
9985 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
9986
9987         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9988         Do not override if already set in the environment or in configure.
9989         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9990         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9991
9992 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
9993
9994         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
9995         the libtool CVS tree multi-language branch.
9996         * ltconfig, ltmain.sh: Updated.
9997
9998 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
9999
10000         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
10001         (clean-target): Depend on it.
10002
10003         * Makefile.in (FLAGS_FOR_TARGET): New macro.
10004         (GCC_FOR_TARGET): Use it.
10005         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
10006         * configure.in: ... here.
10007         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
10008         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
10009
10010 2000-07-24  Eric Christopher  <echristo@cygnus.com>
10011
10012         * MAINTAINERS: Add self to Write After Approval list.
10013
10014 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
10015
10016         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
10017         (configure-target-libchill, configure-target-libobjc): Likewise.
10018
10019         * configure.in: Use the same cache file for all target libs.
10020         * config-ml.in: But different cache files per multilib variant.
10021
10022 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10023
10024         * configure (topsrcdir): Don't use dirname.
10025
10026 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
10027
10028         * MAINTAINERS: Add self to Write After Approval list.
10029
10030 2000-07-20  Jason Merrill  <jason@redhat.com>
10031
10032         * configure.in: Remove all references to libg++ and librx.
10033
10034         * configure, configure.in, Makefile.in: Unify gcc and binutils.
10035
10036 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
10037
10038         * config.sub: Update to subversions version 2000-07-06.
10039
10040 2000-07-12  Andrew Haley  <aph@cygnus.com>
10041
10042         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
10043         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
10044
10045 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
10046
10047         * symlink-tree:  Check number of arguments.
10048
10049 2000-07-05  Jim Wilson  <wilson@cygnus.com>
10050
10051         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
10052         search path for a g++ extracted from the build tree.  This
10053         will allow link tests run by configure scripts in
10054         subdirectories to succeed.
10055
10056 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
10057
10058         * ltconfig: Add support for mips-dde-sysv4.2MP
10059
10060 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10061
10062         * MAINTAINERS: Add myself as loop discovery maintainer.
10063
10064 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
10065
10066         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
10067         `os2'. Force ac_cv_exeext to be ".exe" in that case.
10068
10069 2000-06-19  Timothy Wall  <twall@cygnus.com>
10070
10071         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
10072         * config.sub: Add tic54x target.
10073
10074 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10075
10076         * MAINTAINERS: Add self as Fortran maintainer,
10077         remove Craig Burley.
10078
10079 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10080
10081         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
10082         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
10083
10084 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
10085
10086         * MAINTAINERS: Add self as i18n maintainer
10087
10088 20000-05-21  H.J. Lu  (hjl@gnu.org)
10089
10090         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
10091         directory are used if they exist. Make sure
10092         $(build_tooldir)/include is searched for header files,
10093         $(build_tooldir)/lib/ for library files.
10094         (GCC_FOR_TARGET): Likewise.
10095         (CXX_FOR_TARGET): Likewise.
10096
10097 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
10098
10099         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
10100
10101 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
10102
10103         * Makefile.in (configure-target-libiberty): Depend on
10104         configure-target-newlib.
10105
10106 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
10107
10108         * configure.in, Makefile.in: Merge all libffi-related
10109         configury stuff from the libgcj tree.
10110
10111 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10112
10113         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10114         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
10115
10116 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10117
10118         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10119         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
10120         current version information.  Add to proto-toplev directory.
10121         (gdb-taz): Build do-djunpack.
10122
10123 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
10124
10125         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
10126
10127 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10128
10129         * MAINTAINERS: Add self to Write After Approval list.
10130
10131 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10132
10133         * ltmain.sh: Preserve in relink_command any environment
10134         variables that may affect the linker behavior.
10135
10136 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
10137
10138         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
10139
10140 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
10141
10142         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
10143
10144 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
10145
10146         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
10147         with the version name.
10148
10149 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
10150
10151         * MAINTAINERS: Add self as bb-reorder maintainer.
10152
10153 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
10154
10155         * config.if: Tweak.
10156
10157 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
10158
10159         * djunpack.bat: New file.
10160
10161 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10162
10163         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
10164         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
10165         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
10166         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
10167
10168 2000-04-16  Dave Pitts  <dpitts@cozx.com>
10169
10170         * config.sub (case $basic_machine): Change default for "ibm-*"
10171         to "openedition".
10172
10173 2000-04-13  Andreas Jaeger  <aj@suse.de>
10174
10175         * MAINTAINERS: Added myself.
10176
10177 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10178
10179         * Makefile.in (gdb-taz): New target.  GDB specific archive.
10180         (do-md5sum): New target.
10181         (MD5PROG): Define.
10182         (PACKAGE): Default to TOOL.
10183         (VER): Default to a shell script.
10184         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
10185         md5 checksum generation.
10186         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
10187         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
10188         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
10189         insight.tar.bz2): Use gdb-taz to create archive.
10190
10191 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10192
10193         * configure (warn_cflags): Delete.
10194
10195 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
10196
10197         * MAINTAINERS: Added myself.
10198
10199 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
10200             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
10201
10202         * configure.in (enable_libstdcxx_v3): Add.
10203         (target_libs): Add bits here to switch between libstdc++-v2 and
10204         libstdc++-v3.
10205         * config.if: And this file too.
10206         * Makefile.in: Add libstdc++-v3 targets.
10207
10208 2000-04-05  Michael Meissner  <meissner@redhat.com>
10209
10210         * config.sub (d30v): Add d30v as a basic machine type.
10211
10212 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
10213
10214         * configure.in: -linux-gnu*, not -linux-gnu.
10215
10216 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10217
10218         * MAINTAINERS: Add self in write-after-approval section.
10219
10220 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
10221
10222         * MAINTAINERS: Add self as ia64 port maintainer.
10223
10224 2000-03-08  Neil Booth  <NeilB@earthling.net>
10225
10226         * MAINTAINERS: Add self in write-after-approval section.
10227
10228 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10229
10230         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
10231         (do-tar-bz2): Replace TOOL with PACKAGE.
10232         (gdb.tar.bz2): Remove GDBTK from GDB package.
10233         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
10234         dejagnu.tar.bz2): New packages.
10235
10236 2000-02-27  Andreas Jaeger  <aj@suse.de>
10237
10238         * configure.in: Add entry for mips*-*-linux*, move catch all
10239         *-*-*linux* entry below this one.
10240
10241 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
10242
10243         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
10244
10245 2000-02-24  Nick Clifton  <nickc@cygnus.com>
10246
10247         * config.sub: Support an OS of "wince".
10248
10249 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10250
10251         * config.guess, config.sub: Updated to match config's 2000-02-15
10252         version.
10253
10254 2000-02-23  Linas Vepstas  <linas@linas.org>
10255
10256         * config.sub: Add support for Linux/IBM 370.
10257         * configure.in: Likewise.
10258
10259 2000-02-22  Nick Clifton  <nickc@cygnus.com>
10260
10261         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
10262
10263 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
10264
10265         * config.guess: Guess "cygwin" rather than "cygwin32".
10266
10267 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10268
10269         * configure (gcc_version): When setting, narrow search to
10270         lines containing `version_string'.
10271
10272 2000-02-15  Denis Chertykov  <denisc@overta.ru>
10273
10274         * config.sub: Add support for avr target.
10275
10276 2000-02-14  Nick Clifton  <nickc@cygnus.com>
10277
10278         * MAINTAINERS: Add maintainers for MCore port.
10279
10280 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
10281
10282         * config.sub: Add mmix-knuth-mmixware.
10283
10284 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10285
10286         * MAINTAINERS: Pair cccp with cpplib maintainership.
10287
10288 2000-01-27  Christopher Faylor  <cgf@redhat.com>
10289
10290         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
10291         structure stuff to -L library search.
10292         (CXX_FOR_TARGET): Ditto.
10293         (CROSS_CHECK_MODULES): Fix spelling mistake.
10294
10295 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
10296
10297         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
10298         the C++ compiler.
10299
10300 2000-01-12  Richard Henderson  <rth@cygnus.com>
10301
10302         * configure.in: Don't build some bits for beos.
10303
10304 2000-01-12  Joel Sherrill (joel@OARcorp.com)
10305
10306         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
10307         as include files.
10308
10309 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
10310
10311         * Add self as cpplib maintainer, as requested by Jason
10312         Merrill.  Correct my e-mail address.
10313
10314 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
10315
10316         * configure.in: Use mt-aix43 to handle *_TARGET defs,
10317         not mh-aix43.
10318
10319 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
10320
10321         * MAINTAINERS: Add myself to "write after approval" list.
10322
10323 1999-12-14  Richard Henderson  <rth@cygnus.com>
10324
10325         * config.guess (alpha-osf, alpha-linux): Detect ev67.
10326         * config.sub: Accept alphaev[78], alphaev8.
10327
10328 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10329
10330         * config.guess, config.sub: Update from autoconf.
10331
10332 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
10333
10334         * MAINTAINERS:  update my playtime e-address.
10335
10336 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10337
10338         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
10339         necessary libraries are missing.
10340
10341 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
10342
10343         * MAINTAINERS: Add new 'write after approval' maintainer.
10344
10345 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10346
10347         * MAINTAINERS: Add new Java maintainer.
10348
10349 1999-10-25  Andreas Schwab  <schwab@suse.de>
10350
10351         * configure: Fix quoting inside arguments of eval.
10352
10353 1999-10-21  Nick Clifton  <nickc@cygnus.com>
10354
10355         * config-ml.in: Allow suppression of some ARM multilibs.
10356
10357 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
10358
10359         * config.guess: Add OS/390 match pattern.
10360         * config.sub: Add mvs, openedition targets.
10361         * configure.in (i370-ibm-opened*): New.
10362
10363 1999-09-04  Steve Chamberlain  <sac@pobox.com>
10364
10365         * config.sub: Add support for configuring for pj.
10366
10367 1999-08-31  Nick Clifton  <nickc@cygnus.com>
10368
10369         * config.sub (maybe_os): Add support for configuring for fr30.
10370
10371 1999-08-25  Nick Clifton  <nickc@cygnus.com>
10372
10373         * configure.in: Do not configure or build ld for AIX
10374         platforms.  ld is known to be broken on these platforms.
10375
10376 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10377
10378         * config-ml.in: Pass compiler flag corresponding to multidirs to
10379         subdir configures.
10380
10381 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
10382
10383         * Makefile.in (LDFLAGS): Define.
10384
10385 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
10386
10387         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
10388         noconfigdirs.
10389         (*-*-cygwin*): Likewise.
10390
10391 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
10392
10393         * mkdep: New file.
10394         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
10395         (BINUTILS_SUPPORT_DIRS): Add mkdep.
10396
10397         From Eli Zaretskii <eliz@is.elta.co.il>:
10398         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
10399         long file name when using DJGPP on MS-DOS.
10400
10401 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
10402
10403         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
10404
10405 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
10406
10407         * Makefile.in (check-target-libio): Remove all-target-libstdc++
10408         dependency as this causes "make check" to globally "make all"
10409
10410 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
10411
10412         * configure.in (target_libs): Added target-zlib.
10413         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
10414         (CONFIGURE_TARGET_MODULES): Likewise.
10415         (CHECK_TARGET_MODULES): Likewise.
10416         (INSTALL_TARGET_MODULES): Likewise.
10417         (CLEAN_TARGET_MODULES): Likewise.
10418         (configure-target-zlib): New target.
10419         (all-target-zlib): Likewise.
10420         (all-target-libjava): Depend on all-target-zlib.
10421         (configure-target-libjava): Depend on configure-target-zlib.
10422
10423         * Makefile.in (configure-target-libjava): Depend on
10424         configure-target-newlib.
10425         (configure-target-boehm-gc): New target.
10426         (configure-target-qthreads): New target.
10427
10428         * configure.in (target_libs): Added target-qthreads.
10429         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
10430         (CONFIGURE_TARGET_MODULES): Likewise.
10431         (CHECK_TARGET_MODULES): Likewise.
10432         (INSTALL_TARGET_MODULES): Likewise.
10433         (CLEAN_TARGET_MODULES): Likewise.
10434         (all-target-qthreads): New target.
10435         (configure-target-libjava): Depend on configure-target-qthreads.
10436         (all-target-libjava): Depend on all-target-qthreads.
10437
10438         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
10439         (CONFIGURE_TARGET_MODULES): Likewise.
10440         (CHECK_TARGET_MODULES): Likewise.
10441         (INSTALL_TARGET_MODULES): Likewise.
10442         (CLEAN_TARGET_MODULES): Likewise.
10443         (all-target-libjava): New target.
10444         (all-target-boehm-gc): Likewise.
10445         * configure.in (target_libs): Added libjava, boehm-gc.
10446
10447 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
10448
10449         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10450         configure.bat in SUPPORT_FILES.
10451         (gas+binutils.tar.bz2): Likewise.
10452
10453         * makeall.bat: Remove; obsolete.
10454
10455 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
10456
10457         From Mark Elbrecht:
10458         * configure.bat: Remove; obsolete.
10459
10460 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
10461
10462         * configure: Add -W -Wall to the default CFLAGS when compiling with
10463         gcc.
10464
10465 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
10466
10467         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10468
10469 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
10470
10471         * configure.in: Build ld on IRIX6.
10472
10473 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
10474
10475         * Makefile.in: Change distribution targets to use bzip2 instead of
10476         gzip.
10477         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
10478         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
10479
10480 1999-06-04  Nick Clifton  <nickc@cygnus.com>
10481
10482         * config.sub: Add mcore target.
10483
10484 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
10485
10486         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10487
10488 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
10489
10490         * config.guess (dummy): Changed to $dummy.
10491
10492 1999-05-24  Nick Clifton  <nickc@cygnus.com>
10493
10494         * config.sub: Tidied up case statements.
10495
10496 1999-05-22  Ben Elliston  <bje@cygnus.com>
10497
10498         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10499         <jiro@din.or.jp>.
10500
10501         * config.guess: Merge with FSF version. Future changes will be
10502         more accurately recorded in this ChangeLog.
10503         * config.sub: Likewise.
10504
10505 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
10506
10507          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
10508
10509 1999-04-30  Tom Tromey  <tromey@cygnus.com>
10510
10511         * ltmain.sh: [mode link] Always use CC given by ltconfig.
10512
10513 1999-04-23  Tom Tromey  <tromey@cygnus.com>
10514
10515         * ltconfig, ltmain.sh: Update to libtool 1.2f.
10516
10517 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
10518
10519         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
10520         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
10521         Bad merge removed these two changes.
10522
10523 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
10524                           Martin Heller (Ing.-Buero_Heller@t-online.de)
10525
10526         * config.guess (interix Alpha): Add.
10527
10528 1999-04-11  Richard Henderson  <rth@cygnus.com>
10529
10530         * configure.in (i?86-*-beos*): Do config gperf; don't config
10531         gdb, newlib, or libgloss.
10532
10533 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
10534
10535         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
10536         link a trivial program with -mabi=64.  If it fails, remove mabi=64
10537         from multidirs.
10538
10539 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
10540
10541         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
10542
10543 1999-04-08  Nick Clifton  <nickc@cygnus.com>
10544
10545         * config.sub: Add support for mcore targets.
10546
10547 1999-04-07  Michael Meissner  <meissner@cygnus.com>
10548
10549         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
10550         not mt-ospace, in order to shut up assembler warning about using
10551         symbols that are named the same as registers.
10552
10553 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
10554
10555         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10556         dependency list for all-target-cygmon.
10557
10558 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
10559
10560         * config-ml.in: Check $host, not $target, for selective multilibs.
10561         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10562         thumb interworking, and underscore prefix multilibs.
10563
10564 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
10565
10566         * missing: Update to version from current automake.
10567
10568 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
10569
10570         * configure (gxx_include_dir): Removed.
10571
10572         * configure.in (gxx_include_dir): Handle it.
10573         * Makefile.in: Likewise.
10574
10575 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
10576
10577         * config.sub (mips64vr4111,mips64vr4111el) Add.
10578
10579 1999-03-21  Ben Elliston  <bje@cygnus.com>
10580
10581         * config.guess: Correct typo for detecting ELF on FreeBSD.
10582
10583 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
10584
10585         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10586         config/mh-djgpp.
10587
10588 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
10589
10590         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10591         all-target-newlib to dependency list for all-target-bsp.
10592
10593 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10594
10595         * config.sub: Add i386-uwin support.
10596         * config.guess: Likewise.
10597
10598 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10599
10600         * configure.in: cleanup, add mh-*pic handling for arm, special
10601         case powerpc*-*-aix*
10602
10603 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10604
10605         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10606         can be built.
10607
10608 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
10609
10610         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10611         targets.
10612
10613 1999-03-02  Nick Clifton  <nickc@cygnus.com>
10614
10615         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10616
10617 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
10618
10619         * config.sub: Check for "cygwin*" rather than "cygwin32*"
10620
10621 1999-02-24  Nick Clifton  <nickc@cygnus.com>
10622
10623         * config.sub: Fix typo in arm recognition.
10624
10625 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
10626
10627         * configure.in (noconfigdirs): Changed target_configdirs to
10628         include target-bsp only for m68k-*-elf* and m68k-*-coff*
10629         rather than m68k-*-* since it is not known to work on
10630         m68k-aout. Ditto for arm-*-*oabi.
10631
10632 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
10633
10634         * configure.in (*-*-windows*): Remove, no longer used.
10635
10636 1999-02-19  Ben Elliston <bje@cygnus.com>
10637
10638         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10639         Smart and improved by Andrew Cagney.
10640
10641 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
10642
10643         * config.guess: Recognize openbsd-*-hppa.
10644
10645 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
10646
10647         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10648         only if it is not empty.
10649
10650 1999-02-17  Nick Clifton  <nickc@cygnus.com>
10651
10652         Patch from: Scott Bambrough <scottb@corelcomputer.com>
10653
10654         * config.guess: Modified to recognize uname's armv* syntax.
10655
10656         * config.sub: Modified to recognize uname's armv* syntax.
10657
10658 1999-02-17  Mark Salter  <msalter@cygnus.com>
10659
10660         * configure.in: Added target-bsp for sparclite.
10661
10662 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
10663
10664         * config.sub: Recognize alphapca5[67] and up to alphaev8.
10665
10666 1999-02-08  Nick Clifton  <nickc@cygnus.com>
10667
10668         * configure.in: Add support for strongarm port.
10669         * config.sub: Add support for strongarm target.
10670
10671 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10672
10673         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10674         the old name config/mh-cygwin32.
10675         Enable texinfo.
10676
10677 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
10678
10679         * configure.in: Do build ld for ix86 Solaris.
10680
10681 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
10682
10683         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
10684         $AR_FOR_TARGET.  Likewise for RANLIB.
10685
10686 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
10687
10688         * config.sub (oabi):  Recognize.
10689         * configure.in (arm-*-oabi):  Handle.
10690
10691 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
10692
10693         * config.guess: Improve detection of i686 on UnixWare 7.
10694
10695 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10696
10697         * config.guess: Add support for i386-pc-interix.
10698         * config.sub: Likewise.
10699         * configure.in: Likewise.
10700
10701 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
10702
10703         * Makefile.in: Remove unneeded all-target-libio from
10704         from all-target-winsup target since it is now unneeded.
10705         Add all-target-libtermcap in its place since it is now
10706         needed.
10707
10708 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
10709
10710         * configure.in: makefile stub for cygwin target is probably
10711         unnecessary.  Remove it for now.
10712
10713 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
10714
10715         * configure.in: libtermcap.a should be built when cygwin is the
10716         target as well as the host.
10717         * config.guess: Allow mixed case in cygwin uname output.
10718         * Makefile.in: Add libtermcap target.
10719
10720 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
10721
10722         * config.sub: Clean up handling of hppa2.0.
10723
10724 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
10725
10726         * config.guess: Use C code to identify more HP machines.
10727
10728 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
10729
10730         * config.sub: Handle hppa2.0.
10731
10732 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
10733
10734         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10735         cygmon for all sparclite targets, regardless of object format.
10736
10737 1998-12-15  Mark Salter  <msalter@cygnus.com>
10738
10739         * configure.in: Added target-bsp for several target architectures.
10740
10741         * Makefile.in: Added rules for bsp.
10742
10743 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
10744
10745         * config.guess: Improve detection of hppa2.0 processors.
10746
10747 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
10748
10749         * config.guess: Recognize FreeBSD using ELF automatically.
10750
10751 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
10752
10753         * configure (skip-this-dir): Add handling for new shell script, which
10754         might be created by a sub-directory's configure to indicate, this particular
10755         directory is "unwanted".
10756         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10757
10758 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
10759
10760         * ltconfig: import from libtool, after changing libtool to
10761         account for the cygwin name change.
10762
10763 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
10764
10765         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10766         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10767
10768 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
10769
10770         * configure.in: Add libtermcap to list of cygwin dependencies.
10771
10772 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
10773
10774         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10775         they include winsup/include when it's a cygwin target.
10776
10777 1998-11-12  Tom Tromey  <tromey@cygnus.com>
10778
10779         * configure.in (host_tools): Added zip.
10780         * Makefile.in (all-target-libjava): Depend on all-zip.
10781         (all-zip): New target.
10782         (ALL_MODULES): Added all-zip.
10783         (NATIVE_CHECK_MODULES): Added check-zip.
10784         (INSTALL_MODULES): Added install-zip.
10785         (CLEAN_MODULES): Added clean-zip.
10786
10787 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
10788
10789         * Makefile.in: lose "32" from comment about cygwin.
10790
10791 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
10792
10793         * configure.in: Use -Os to build target libraries for the fr30.
10794
10795 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
10796
10797         * config.sub: Add fr30.
10798
10799 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
10800
10801         * configure.in: drop "32" from config/mh-cygwin32.  Check
10802         cygwin* instead of cygwin32*.
10803         * config.sub: Check cygwin* instead of cygwin32*.
10804
10805 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
10806
10807         * config.guess: Match any version of Unixware7.
10808
10809 1998-10-20  Syd Polk  <spolk@cygnus.com>
10810
10811         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10812         if desired.
10813
10814 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
10815
10816         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10817         these if the appropriate directories and files to not exist.
10818
10819 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
10820
10821         * Makefile.in (DEVO_SUPPORT): Add config.if.
10822
10823 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10824
10825         * configure: Add pattern to replace "build_tooldir"'s
10826         definition in the generated Makefile with "tooldir"'s
10827         actual value.
10828
10829 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
10830
10831         * config.sub: Bring back lost sparcv9.
10832
10833         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10834
10835 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
10836
10837         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10838         CC_FOR_TARGET and friends.
10839
10840 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
10841
10842         * Makefile.in (build_tooldir): New variable, same as tooldir.
10843         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10844         -B$(build_tooldir)/bin/.
10845         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10846
10847 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10848
10849         * README: Remove installation instructions and refer to the
10850         INSTALL directory instead.
10851
10852 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
10853
10854         * config.sub: Add support for i[34567]86-pc-udk.
10855         * configure.in: Likewise.
10856
10857 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
10858
10859         * Makefile.in: add bzip2 package building bits for user
10860         tools module
10861         * configure.in: ditto
10862
10863 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
10864
10865         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10866         (ALL_TARGET_MODULES): Add all-target-libobjc.
10867         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10868         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10869         (all-target-libchill): Add dependencies.
10870         * configure.in (target_libs): Add libchill.
10871
10872 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
10873
10874         * configure.in (target_subdir): Remove duplicate line.
10875
10876 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
10877
10878         * Makefile.in (all-automake): fix dependencies.
10879
10880 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
10881
10882         * configure.in: Minor cleanups for building in the $(target_alias)
10883         subdir.
10884
10885 1998-09-22  Jim Wilson  <wilson@cygnus.com>
10886
10887         * Makefile.in (bootstrap): Set r and s before make all.  Use
10888         BASE_FLAGS_TO_PASS in make all.
10889         (cross): Likewise.
10890
10891 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
10892
10893         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10894
10895 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
10896
10897         * config.sub: Fix typo in last change.
10898
10899 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10900
10901         * config.sub: Add support for C4x target.
10902         * configure.in: Likewise.
10903
10904 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
10905
10906         * config.sub: Recognize sparcv9 just like sparc64.
10907
10908 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
10909
10910         * config.guess: Match "Pent II" or "PentII" for OpenServer.
10911
10912 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
10913
10914         * config.guess: Correctly identify Pentium II sco boxes.
10915
10916         * config.guess: Fix "tr" code.  From Weiwen Liu.
10917
10918 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
10919
10920         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10921         stabs.
10922
10923 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
10924
10925         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10926         (ALL_TARGET_MODULES): Add all-target-libchill.
10927         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10928         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10929         (all-target-libchill): Add dependencies.
10930         * configure.in (target_libs): Add libchill.
10931
10932 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10933
10934         * config.guess: Avoid assumptions about "tr" behaves when
10935         LANG is set to something other than English.
10936
10937 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
10938
10939         * configure (gxx_include_dir): Changed to
10940         '${prefix}/include/g++'-${libstdcxx_interface}.
10941
10942         * config.if: New to determine the interfaces.
10943
10944 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
10945
10946         * config.guess: Detect and handle MPE/IX.
10947         * config.sub: Deal with MPE/IX.
10948
10949 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
10950
10951         * configure.in: Use mh-aix43.
10952
10953 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
10954
10955         * configure: Fix --without/--disable cases for gxx-include-dir.
10956
10957 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
10958
10959         * mdata-sh:  Imported.  Needed for automake support.
10960
10961 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
10962
10963         * Makefile.in (taz): Try "chmod -R og=u ." before
10964         "chmod og=u `find . -print`".
10965
10966 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
10967
10968         * configure.in: Add arm-elf and thumb-elf support.
10969
10970 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
10971
10972         * Makefile.in: Undo previous patch.
10973
10974 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
10975
10976         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10977         to here ...
10978         (install-no-fixedincludes): and here
10979         (INSTALL_MODULES): ... from here.
10980
10981 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10982
10983         * config.sub: Merge with FSF.
10984
10985         * config.guess: Merge with FSF.
10986
10987 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
10988
10989         * configure (extraconfigdirs): New variable.
10990         (SUBDIRS): Add extraconfigdirs and recurse on them too.
10991         * Makefile.in (all): Move higher in file.
10992         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10993         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10994         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10995         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10996         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10997
10998 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
10999
11000         * Makefile.in (all-target-libjava): Depend on all-gcc and
11001         all-target-newlib.
11002         (configure-target-libjava): Depend on $(ALL_GCC).
11003
11004 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
11005
11006         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
11007         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
11008
11009 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
11010
11011         * INSTALL/README: Fix typo.
11012
11013 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11014
11015         * ylwrap: Change absolute path checks to check for DOS style path
11016         names.
11017
11018         * ylwrap: Don't use a full path name if the source file is in the
11019         same directory.  From hjl@lucon.org (H.J. Lu).
11020
11021         * config-ml.in: Default to being verbose, to match Feb 18 change to
11022         configure.
11023
11024 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
11025
11026         Brought over from egcs:
11027
11028         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11029
11030         * configure.in (target_subdir): Set to ${target_alias} instead
11031         of "libraries".
11032
11033         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11034
11035         * configure.in (target_subdir): Set to libraries if enable_multilib.
11036
11037 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
11038
11039         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
11040         multilibs, force reconfiguration the first time we create
11041         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
11042
11043 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
11044
11045         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
11046         avoid confusion with --no-recursion.
11047
11048 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
11049
11050         * configure.in: Win32 hosts shouldn't use install -x
11051         * install-sh: remove -x option, and special .exe-handling
11052         hack.
11053
11054 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
11055
11056         * config.guess: Recognize i586-pc-beos.
11057         * configure.in: Don't build some bits for beos.
11058
11059 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11060
11061         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
11062         CFLAGS default to -O2.
11063
11064         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
11065         when using GNU ld.
11066
11067 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
11068
11069         * ltmain.sh: Correct install when using a different shell.
11070
11071 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11072
11073         * ltconfig, ltmain.sh: Update to libtool 1.2b.
11074
11075 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
11076
11077         * makefile.vms: Update to build binutils/makefile.vms.  Add install
11078         target.
11079
11080 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
11081
11082         * ltconfig: Update to correct AIX handling.
11083
11084 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11085
11086         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
11087
11088         * configure.in (target_subdir): Set to ${target_alias} instead
11089         of "libraries".
11090
11091 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
11092
11093         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
11094         (Makefile): Depend on $(gcc_version_trigger).
11095
11096         * configure (gcc_version): Change default initializer to empty
11097         string.
11098         (gcc_version_trigger): New variable; pass this variable down
11099         to subdir configures to enable them checking gcc's version
11100         themselves. Emit make macros for both gcc_version vars.
11101         (topsrcdir): Initialize reliably.
11102         (recursion line): Remove --with-gcc-version=${gcc_version}.
11103
11104 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11105
11106         * configure (enable_version_specific_runtime_libs): Implement new flag
11107         --enable-version-specific-runtime-libs which installs C++ runtime stuff
11108         in $(libsubdir); emit definition in each generated Makefile.
11109         (gxx_include_dir): Initialize depending on
11110         $enable_version_specific_runtime_libs.
11111
11112 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11113
11114         * configure (gcc_version): Initialize properly depending on
11115         how and where configure is started.
11116         (recursion line): Pass a --with-gcc-version=${gcc_version}
11117         to configures in subdirs.
11118
11119 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
11120
11121         * configure.in (noconfigdirs): Add configure pattern for mips tx39
11122         cygmon
11123
11124 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
11125
11126         * configure.in: Add cygmon and libstub support for mn10200.
11127
11128 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
11129
11130         * configure (gcc_version): Add new variable describing the
11131         particular gcc version we're building.
11132         * Makefile.in (libsubdir): Add new macro for the directory
11133         in which the compiler finds executables, libraries, etc.
11134         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
11135         and libsubdir.
11136
11137 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11138
11139         * Makefile.in (local-clean): Remove *.log.
11140         (warning.log): Built with warn_summary from build.log.
11141         (mail-report.log): Run test_summary.
11142         (mail-report-with-warnings.log): Run test_summary including
11143         warning.log in the report.
11144
11145 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
11146
11147         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
11148
11149 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11150
11151         * Makefile.in (grep): Grep no longer depends on libiberty.
11152
11153 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
11154
11155         * Makefile.in: all-snavigator needs all-libgui.
11156
11157 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
11158
11159         * configure.in: Add cygmon and libstub support for mn10300.
11160
11161 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
11162
11163         * missing: Update to version from automake 1.3.
11164
11165         * ltmain.sh: On installation, don't get confused if the same name
11166         appears more than once in the list of library names.
11167
11168 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11169
11170         * config.sub: Accept m68060 and m5200 as CPU names.
11171
11172 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
11173
11174         * configure: Use && rather than using -a in test, because odd
11175         strings can confuse test.
11176         * configure.in: Likewise.
11177
11178 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11179
11180         * ltconfig, ltmain.sh: Bring in Visual C++ support.
11181
11182 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11183
11184         * Makefile.in (boostrap2-lean, bootstrap3-lean,
11185         bootstrap4-lean): New targets.
11186
11187 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
11188
11189         * mpw-* Delete.  Not used.
11190
11191 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
11192
11193         * COPYING.LIB: Update FSF address.
11194
11195 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
11196
11197         * ltconfig, ltmain.sh: Update to libtool 1.2a.
11198
11199         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
11200         GAS_SUPPORT_DIRS.
11201
11202 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
11203
11204         * ltconfig, ltmain.sh: Avoid producing a version number if
11205         -version-info was not used.
11206
11207 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11208
11209         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
11210         building with newlib.
11211
11212 1998-04-30  Paul Eggert  <eggert@twinsun.com>
11213
11214         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
11215         Solaris `make' causes it to continue to next definition.
11216
11217 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11218
11219         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
11220         the right GUI libraries and files are installed along with GDB.
11221
11222 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11223
11224         * configure.in: Change alpha to alpha* in several places.
11225
11226 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
11227
11228         * config.sub: Recognize sparc86x.
11229
11230 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
11231
11232         * configure.in (--enable-target-optspace): Remove debug echo.
11233
11234 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
11235
11236         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
11237
11238 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11239
11240         * ltconfig: Update cygwin32 support.
11241
11242         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
11243         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
11244         (GDB_SUPPORT_DIRS): Likewise.
11245
11246 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
11247
11248         * configure.in (target_makefile_frag): If --enable-target-optspace,
11249         use -Os to compile target libraries rather than -O2.  Default to
11250         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
11251         not used.
11252         * configure.in (target_cflags): Ditto for d30v.
11253
11254 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
11255
11256         * Makefile.in (all-bfd): Depend on all-intl.
11257         (all-binutils): Likewise.
11258         (all-gas): Likewise.
11259         (all-gprof): Likewise.
11260         (all-ld): Likewise.
11261
11262 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
11263
11264         * configure.in (host_tools): Fix typo, lbtool -> libtool.
11265
11266 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11267
11268         * Makefile.in (all-bfd): Depend upon all-libiberty.
11269
11270         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
11271
11272 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
11273
11274         * Makefile.in: Add libstub.
11275
11276         * configure.in: Ditto. Build libstub for targets that have cygmon
11277         support.
11278
11279 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
11280
11281         * configure.in: Don't set PICFLAG on ix86-cygwin32.
11282
11283 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
11284
11285         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
11286         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
11287
11288 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
11289
11290         * configure: Define DEFAULT_M4 by searching PATH.
11291         * Makfile.in: Use DEFAULT_M4.
11292
11293 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11294
11295         * ltconfig: Add cygwin32 support.
11296
11297         * Makefile.in, configure.in: Add libtool as a native only directory
11298         to configure and build.
11299
11300 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
11301
11302         * Makefile.in (INSTALL_MODULES): Remove texinfo.
11303
11304 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
11305
11306         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
11307
11308 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
11309
11310         * Makefile.in: add ash make rules
11311         * configure.in: add ash to native_only and host_tools lists
11312
11313 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
11314
11315         * Makefile.in (all-gettext, all-intl): New targets.
11316         (ALL_MODULES): Added all-gettext, all-intl.
11317         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
11318         (INSTALL_MODULES): Added install-gettext, install-intl.
11319         (CLEAN_MODULES): Added clean-gettext, clean-intl.
11320
11321         * configure.in (host_tools): Added gettext.
11322         (native_only): Likewise.
11323         (noconfigdirs) [various cases]: Likewise.
11324         (host_libs): Added intl.
11325
11326 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
11327
11328         * configure: Do not disable building gdbtk for cygwin32 hosts.
11329
11330 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
11331
11332         * configure.in: Add thumb-coff target.
11333         * config.sub: Add thumb-coff target.
11334
11335 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11336
11337         * Makefile.in: Revert yesterday's change.
11338         (all-target-winsup):  all-target-librx stays out of here.
11339
11340 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11341
11342         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
11343         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
11344         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
11345         Remove references to librx and libg++.
11346
11347 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
11348
11349         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
11350         recursive makes
11351
11352 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
11353
11354         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
11355         for newlib directory.
11356         (CXX_FOR_TARGET): Likewise.
11357
11358 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
11359
11360         * ltconfig: Update after libtool/ltconfig.in change for
11361         hpux11.
11362
11363 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
11364
11365         * ltconfig, ltmain.sh: Update to libtool 1.2.
11366
11367 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11368
11369         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
11370         (install-gcc-cross): Instead, override LANGUAGES here.
11371
11372 1998-03-18  Dave Love  <d.love@dl.ac.uk>
11373
11374         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
11375         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
11376
11377 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
11378
11379         * configure.in: Add Thumb-pe target.
11380
11381 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
11382
11383         * Makefile.in - changed sn targets to snavigator
11384         * configure.in - changed sn targets to snavigator
11385
11386 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11387
11388         * config-ml.in: After building symlink tree call make distclean
11389         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
11390         to be the case for libiberty.
11391
11392 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
11393
11394         * configure: When making link, also check the current
11395         directory. The configure scripts may create one.
11396
11397 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
11398
11399         * config.sub: Accept alphapca56 and alphaev6 properly.
11400
11401 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11402
11403         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
11404
11405 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
11406
11407         * config.sub (sco5): Fix typo.
11408
11409 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
11410
11411         * Makefile.in (INSTALL_MODULES): Move install-tcl before
11412         install-itcl.
11413         (install-itcl): Remove dependency on install-tcl.
11414
11415 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
11416
11417         * configure.in: Remove libgloss from noconfigdirs for MN10300.
11418
11419 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
11420
11421         * configure.in: Don't build libgui for a cygwin32 target when not on
11422         a cygwin32 host.
11423
11424 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11425
11426         * configure (redirect): Set to null, so default behavior of
11427         configure is now --verbose.
11428
11429 1998-02-16  Dave Love  <d.love@dl.ac.uk>
11430
11431         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
11432         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
11433
11434 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
11435
11436         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
11437         this change to sync Makefile.in with its ChangeLog entries.
11438
11439 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
11440
11441         * ltmain.sh (mkdir): Check that the directory doesn't exist
11442         before we exit with error, so that we don't get races during
11443         parallel builds.
11444
11445 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11446
11447         * ltconfig, ltmain.sh: Update from libtool 1.0i.
11448
11449 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11450
11451         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
11452         PICFLAG_FOR_TARGET.
11453         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
11454
11455         * configure: Emit a definition for the new macro enable_shared
11456         into each Makefile.
11457
11458 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11459
11460         * configure.in (host_tools, native_only): Add libtool.
11461
11462 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
11463
11464         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11465         Fix typo in ming config comment.
11466
11467 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11468
11469         * ltconfig, ltmain.sh: Update from libtool 1.0h.
11470
11471 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
11472
11473         * config.sub: Add tic30 cases, and map c30 to tic30.
11474
11475 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
11476
11477         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11478         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11479         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11480         (CLEAN_TARGET_MODULES): Similarly
11481         (all-target-libf2c): Add dependences.
11482         * configure.in (target_libs): Add libf2c.
11483
11484 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
11485
11486         * configure.in: Remove expect from noconfigdirs when target
11487         is cygwin32.  OK to build expect and dejagnu with Canadian
11488         Cross.
11489
11490 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
11491
11492         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11493         host.
11494
11495         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11496         and mingw32.
11497
11498 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11499
11500         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11501         here as it is not defined in the toplevel Makefile.
11502
11503 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11504
11505         * configure (package_makefile_rules_frag): New variable, which names
11506         a file with generic rules, ...
11507         Change comment to mention we now have FIVE parts.
11508         * configure: Undo last change.
11509
11510 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
11511
11512         * config.guess: More accurate determination of HP processor types.
11513         * config.sub: More accurate determination of HP processor types.
11514
11515 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11516
11517         * configure (package_makefile_frag): Move inserting the
11518         ${package_makefile_frag} to where it should be according
11519         to the comment.
11520
11521 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
11522
11523         * config.guess: Add support for Linux/ARM.
11524
11525 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
11526
11527         * .cvsignore: Remove *-info and *-install since they match
11528         release-info and mpw-install, which we don't want to just ignore.
11529
11530 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
11531
11532         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
11533
11534 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
11535
11536         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
11537         local_prefix to sub-make invocations.
11538
11539 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
11540
11541         * configure.in: Check makefile fragments in the source
11542         directory.
11543
11544 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11545
11546         * configure.in: Check whether host and target makefile
11547         fragments exist before adding them to *_makefile_frag.
11548
11549 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
11550
11551         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
11552
11553 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
11554
11555         * configure.in: Make sure we only replace RPATH_ENVVAR on
11556         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
11557         regexp to sed.
11558
11559         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11560         to sub-makes.
11561
11562 1998-01-13  Lee Iverson   (leei@ai.sri.com)
11563
11564         * config-ml.in (multi-do): LDFLAGS must include multilib
11565         designator.
11566
11567 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
11568
11569         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11570
11571 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
11572
11573         * config.sub: Add mingw32 support.
11574         * configure.in: Likewise.
11575
11576 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11577
11578         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11579
11580 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
11581
11582         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11583         * configure (gxx_include_dir): Provide a definition for subdirs
11584         which do not use autoconf.
11585
11586 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
11587
11588         * config.guess: Sync with egcs.  Picks up new alpha support,
11589         BeOS & some additional linux support.
11590
11591 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
11592
11593         * config.guess: HP 9000/803 is a PA1.1 machine.
11594
11595 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
11596
11597         * configure.in: It's alpha*-...
11598
11599 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11600
11601         * configure.in (host_makefile_frag, target_makefile_frag):
11602         Handle multiple config files.
11603         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11604         alpha-*-*.
11605
11606 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
11607
11608         * mkdep: New file.
11609
11610 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
11611
11612         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11613
11614 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11615
11616         * Makefile.in: Add libgui directory.
11617         (GDB_TK): Add all-libgui.
11618         * configure.in: Add libgui directory.
11619         * configure: Add all-libgui to GDB_TK.
11620
11621 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
11622
11623         * config-ml.in (multidirs): Add m32r to multilib list.
11624
11625 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
11626
11627         * Makefile.in (all-target-gperf): Change dependency to
11628         all-target-libstdc++.
11629
11630 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
11631
11632         * config.guess: Add BeOS support.
11633
11634 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11635
11636         Source directory cvs renamed to cvssrc:
11637         * configure.in (host_tools): Change cvs to cvssrc.
11638         (native_only): Likewise.
11639         (noconfigdirs) [various cases]: Likewise.
11640         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11641         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11642         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11643         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11644         (all-cvssrc): Rename target from all-cvs.
11645
11646 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
11647
11648         * configure (gxx_include_dir): Fix thinko.
11649
11650 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
11651
11652         * Makefile.in (INSTALL_TARGET_CROSS): Define.
11653         (install-cross, install-gcc-cross): New targets.
11654
11655 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
11656
11657         * configure.in (noconfigdirs): Add support for Thumb target.
11658
11659         * config.sub (maybe_os): Add support for Thumb target.
11660
11661 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
11662
11663         * Makefile.in: Add rules for cygmon.
11664
11665         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11666
11667 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
11668
11669         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11670         * configure (gxx_include_dir): Provide a definition for subdirs
11671         which do not use autoconf.
11672
11673 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
11674
11675         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
11676         11/18/97 build
11677
11678 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
11679
11680         * From Franz Sirl.
11681         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11682         found on RedHat Linux systems.
11683
11684 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
11685
11686         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11687         guesses.
11688
11689 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
11690
11691         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11692
11693 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
11694
11695         * ltmain.sh: If mkdir fails, check whether the directory was created
11696         anyhow by some other process.
11697
11698 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
11699
11700         * configure.in (d30v-*-*): Configure all directories.
11701
11702 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
11703
11704         * configure.in (d30v-*-*): Configure newlib, libiberty directories
11705         for the D30V.
11706
11707 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
11708
11709         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11710
11711 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
11712
11713         * include/libiberty.h: Add extern "C" { so it can be used with C++
11714         progrms.
11715         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
11716         programs.
11717
11718 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
11719
11720         * configure.in (d30v-*-*): Configure GCC now.
11721
11722 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
11723
11724         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11725         is no longer needed.
11726
11727 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
11728
11729         * Makefile.in: check-target-libio depends on all-target-libstdc++.
11730
11731 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
11732
11733         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11734         targets using "$@" to provide support for similar but not identical
11735         targets without having to duplicate code.
11736
11737 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
11738
11739         * makefile.vms: Fix to work with DEC C.
11740
11741 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
11742
11743         * config.sub: Add mips-tx39-elf to marketing names.
11744
11745 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
11746
11747         * ltmain.sh: Handle symlinks in generated script.
11748
11749 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
11750
11751         * configure: Handle autoconf style directory options: --bindir,
11752         --datadir, --includedir, --infodir, --libdir, --libexecdir,
11753         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11754         --sysconfdir.
11755         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11756         (sharedstatedir, localstatedir, oldincludedir): New variables.
11757         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11758         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11759         sbindir, sharedstatedir, and sysconfdir.
11760
11761 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11762
11763         * Makefile.in (bootstrap-lean): New target.
11764
11765 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
11766
11767         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
11768         sn, and gnuserv from noconfigdirs.
11769
11770 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
11771
11772         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11773
11774 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
11775
11776         * Makefile.in (cross): New target.
11777
11778 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
11779                           Jeff Law         <law@cygnus.com>
11780
11781         * Makefile.in (bootstrap2, bootstrap3): New targets.
11782         (all-bootstrap): Remove outdated and confusing target.
11783         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11784
11785 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11786
11787         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11788         windows.  Consistent with gdb/configure.
11789
11790 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
11791
11792         * configure.in: Name Linux target fragment.
11793
11794         * configure: Rewrite so that project Makefile fragment is inserted
11795         first and appears last in the resulting Makefile.
11796
11797 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11798
11799         * Makefile.in (install-itcl): Install tcl first.
11800
11801 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
11802
11803         * configure.in: remove bison from noconfigdirs for Cygwin32 host
11804
11805 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11806
11807         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11808
11809         * configure.in (skipdirs): Add target-librx for Linux.
11810         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11811
11812 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
11813
11814         * Makefile.in (bootstrap): New target.
11815
11816 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
11817
11818         * config.sub: Accept 'amigados' for backward compatibility.
11819
11820 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
11821
11822         * config.guess: Merge with FSF.
11823
11824 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
11825
11826         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11827
11828 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
11829
11830         * config.sub: Add "marketing-names" patch.
11831
11832 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
11833
11834         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11835
11836 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
11837
11838         * config.sub: Handle v850-elf.
11839
11840 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
11841
11842         * .cvsignore (*-install): Remove.
11843
11844 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
11845
11846         * ltconfig: Set CONFIG_SHELL in libtool.
11847         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11848
11849 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11850
11851         * configure.in (target_subdir): Set to libraries if enable_multilib.
11852
11853 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
11854
11855         * config.guess: Update from gcc directory.
11856
11857 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11858
11859         * Makefile.in (all-sim): Depends on all-readline.
11860
11861 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
11862
11863         * Makefile.in (BISON, YACC): Use $$s.
11864         (all-bison): Depend on all-texinfo.
11865
11866 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
11867
11868         * Makefile.in (BISON): Add -L flag.
11869         (YACC): Likewise.
11870
11871 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11872
11873         * configure.in (noconfigdirs): Add support for v850e target.
11874
11875         * config.sub (maybe_os): Add support for v850e target.
11876
11877 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11878
11879         * configure.in (noconfigdirs): Add support for v850ea target.
11880
11881         * config.sub (maybe_os): Add support for v850ea target.
11882
11883 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
11884
11885         * config.sub: Add mipstx39.  Delete r3900.
11886
11887 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11888
11889         * Makefile.in (all-autoconf): Depends on all-texinfo.
11890
11891 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
11892
11893         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11894         eabi targets.
11895
11896 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
11897
11898         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11899
11900         * configure: When handling a Canadian Cross, handle YACC as well as
11901         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
11902         * Makefile.in (all-bison): Depend upon all-texinfo.
11903
11904 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
11905
11906         * Makefile.in (BISON): bison, not byacc or bison -y.
11907         (YACC): bison -y or byacc or yacc.
11908         (various): Add *-bison as appropriate.
11909         (taz): No need to mess with BISON anymore.
11910
11911 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
11912
11913         * configure: If OSTYPE matches *win32*, try to find a good value for
11914         CONFIG_SHELL.
11915
11916 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
11917
11918         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11919         configure.in if it is present.
11920
11921 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
11922
11923         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11924
11925 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
11926
11927         * config.sub: Recognize `arc' cpu.
11928         * configure.in: Likewise.
11929         * config-ml.in: Likewise.
11930
11931 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
11932
11933         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11934
11935 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
11936
11937         * configure: Changed sed delimiter from ':' to '|' when
11938         attempting to substitute ${config_shell} for SHELL. On
11939         NT ${config_shell} may contain a ':' in it.
11940
11941 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
11942
11943         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11944
11945 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
11946
11947         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11948
11949 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11950
11951         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11952
11953         * ylwrap: If the program is a relative path, force it to be
11954         absolute.
11955
11956 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11957
11958         * configure (tooldir): Set BISON to `bison -y' and not just bison.
11959
11960 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11961
11962         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11963         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11964         for libraries.
11965
11966 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
11967
11968         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11969         separated by spaces.
11970
11971 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
11972
11973         * ylwrap: New file.
11974         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11975
11976         * ltmain.sh: Handle /bin/sh at start of install program.
11977
11978         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11979
11980         * ltconfig, ltmain.sh: New files, from libtool 1.0.
11981         * missing: New file, from automake 1.2.
11982
11983 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
11984
11985         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
11986         check-tk to CHECK_X11_MODULES.
11987
11988 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11989
11990         * config.sub: Merge with FSF.
11991
11992 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11993
11994         * config.guess: Merge with FSF.
11995
11996 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11997
11998         * configure: Treat msdosdjgpp like go32.
11999         * configure.in: Likewise.  Don't remove gprof for go32.
12000
12001         * configure: Change Makefile.tem2 to Makefile.tm2.
12002
12003 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
12004
12005         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
12006
12007 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12008
12009         * install-sh (chmodcmd): Set to null if the DST directory already
12010         exists.  Same as Nov 11th change.
12011
12012 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
12013
12014         * configure (GDB_TK): Needs itcl and tix.
12015
12016 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
12017
12018         * config.guess: Update from FSF.
12019
12020 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
12021
12022         * Makefile.in (GDB_TK): Depend on itcl and tix.
12023
12024 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12025
12026         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
12027         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
12028         (INSTALL_SCRIPT): New variable.
12029         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
12030         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
12031         to -x.
12032         * install-sh: Add support for -x option.
12033
12034 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
12035
12036         * configure.in, Makefile.in: Treat tix like itcl.
12037
12038 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
12039
12040         * Makefile.in (WINDRES): New variable.
12041         (WINDRES_FOR_TARGET): New variable.
12042         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
12043         (EXTRA_HOST_FLAGS): Add WINDRES.
12044         (EXTRA_TARGET_FLAGS): Add WINDRES.
12045         (EXTRA_GCC_FLAGS): Add WINDRES.
12046         ($(DO_X)): Pass down WINDRES.
12047         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
12048         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
12049         DLLTOOL_FOR_TARGET.
12050
12051 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
12052
12053         * configure.in: configure sim before gdb for win32-x-ppc
12054
12055 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12056
12057         Move gperf into the toplevel, from libg++.
12058         * configure.in (target_tools): Add target-gperf.
12059         (native_only): Add target-gperf.
12060         * Makefile.in (all-target-gperf): New target, depend on
12061         all-target-libg++.
12062         (configure-target-gperf): Empty rule.
12063         (ALL_TARGET_MODULES): Add all-target-gperf.
12064         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
12065         (CHECK_TARGET_MODULES): Add check-target-gperf.
12066         (INSTALL_TARGET_MODULES): Add install-target-gperf.
12067         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
12068
12069 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
12070
12071         * config.sub (mn10200): Recognize new basic machine.
12072
12073 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12074
12075         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
12076         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
12077
12078 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12079
12080         * configure.in: If we're building mips-sgi-irix6* native, turn on
12081         ENABLE_MULTILIB and set TARGET_SUBDIR.
12082
12083 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
12084
12085         * Makefile.in (all-sn): Depend on all-grep.
12086
12087 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
12088
12089         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
12090
12091         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
12092         Makefile.  From Jeff Makey <jeff@cts.com>.
12093         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
12094
12095         * Makefile.in (DISTBISONFILES): Remove.
12096         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
12097         $(DEFAULT_YACC).
12098
12099         * configure.in: Build itl, db, sn, etc., when building for native
12100         cygwin32.
12101
12102         * Makefile.in (LD): New variable.
12103         (EXTRA_HOST_FLAGS): Pass down LD.
12104         ($(DO_X)): Likewise.
12105
12106 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
12107
12108         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
12109
12110 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
12111
12112         * configure.in (targargs): Strip out any supplied --build argument
12113         before adding our own. Always add --build.
12114
12115 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
12116
12117         * configure.in (targargs): Pass --build if we're doing
12118         a cross-compile.
12119
12120 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
12121
12122         * configure: Use '|' instead of ":" as the separator in
12123         sed. Otherwise sed chokes on NT path names with drive
12124         designators. Also look for "?:*" as the leading characters in an
12125         absolute pathname.
12126
12127 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
12128
12129         * config.sub: Support for r3900.
12130
12131 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12132
12133         * configure.in: Use install-sh, not install.sh.
12134
12135 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12136
12137         * Makefile.in (taz): Improve check for BISON so it doesn't try to
12138         apply it twice.
12139
12140 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
12141
12142         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
12143         install-binutils.
12144
12145 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
12146
12147         * Makefile.in: Add automake targets.
12148         * configure.in (host_tools): Add automake.
12149
12150 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12151
12152         * configure: Default CXX to c++, not gcc.
12153         * Makefile.in (CXX): Set to c++, not gcc.
12154         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
12155
12156 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
12157
12158         * install-sh: try appending a .exe if source file doesn't
12159         exist
12160
12161 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
12162
12163         * configure.in: Turn on multilib by default.
12164         (cross_only): Remove target-libiberty.
12165
12166         * Makefile.in (all-gcc): Don't depend on libiberty.
12167
12168 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
12169
12170         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
12171
12172 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12173
12174         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
12175         (DISTBISONFILES): Add ld/Makefile.in
12176
12177 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
12178
12179         * configure.in: if target is cygwin32 but host isn't cygwin32,
12180         don't configure gdb tcl tk expect, not just gdb.
12181
12182 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
12183
12184         * configure.in: Added gnuserv everywhere sn appears.
12185
12186         * Makefile.in (ALL_MODULES): Added all-gnuserv.
12187         (CROSS_CHECK_MODULES): Added check-gnuserv.
12188         (INSTALL_MODULES): Added install-gnuserv.
12189         (CLEAN_MODULES): Added clean-gnuserv.
12190         (all-gnuserv): New target.
12191
12192 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
12193
12194         * config.guess: Fixes for MIPS OpenBSD systems.
12195
12196 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12197
12198         * Makefile.in (INSTALL_XFORM): Remove.
12199         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
12200
12201         * mkinstalldirs: New file, copied from automake.
12202         * Makefile.in (installdirs): Rename from install-dirs.  Use
12203         mkinstalldirs.  Change all users.
12204         (DEVO_SUPPORT): Add mkinstalldirs.
12205
12206 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
12207
12208         * install-sh: Rename from install.sh.
12209         * Makefile.in (INSTALL): Change install.sh to install-sh.
12210         (DEVO_SUPPORT): Likewise.
12211
12212         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
12213         Graichen <graichen@rzpd.de>.
12214
12215 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
12216
12217         * config.guess: Recognize OpenBSD systems correctly.
12218
12219 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12220
12221         * README, Makefile.in (ETC_SUPPORT): Remove references to
12222         cfg-paper*, configure.{texi,man,info*}._
12223
12224 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
12225
12226         * Makefile.in (all.normal): Ensure that gcc is built after all
12227         the x11 - ie gdb - targets.
12228
12229 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
12230
12231         * makefile.vms: Don't run conf-a-gas.
12232
12233 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
12234
12235         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
12236
12237 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
12238
12239         * configure.in: Remove noconfigdirs case since gdb also
12240         configures and builds for tic80-coff.
12241
12242 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12243
12244         * configure: Set cache_file to config.cache.
12245         * Makefile.in (local-distclean): Remove config.cache.
12246
12247 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12248
12249         * COPYING: Update FSF address.
12250
12251 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
12252
12253         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
12254         noconfigdirs.
12255
12256 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12257
12258         * Makefile.in (install-dirs): Don't crash if prefix, and hence
12259         MAKEDIRS, is empty.
12260
12261 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
12262
12263         * config.sub: Tweak mn10300 entry.
12264
12265 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
12266
12267         * configure.in (host_tools): Put sim before gdb, so gdb's
12268         configure.tgt can determine if the simulator was configured.
12269
12270 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
12271
12272         * config.sub: Move BeOS $os case to be with other Cygnus
12273         local cases.
12274
12275 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
12276
12277         * config.sub: Remove misplaced comment that broke Linux.
12278
12279 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
12280
12281         * config.sub: Add BeOS support.
12282
12283 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
12284
12285         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
12286
12287 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
12288
12289         * configure.in (noconfigdirs): Remove tcl and tk from
12290         noconfigdirs for cygwin32 builds.
12291
12292 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
12293
12294         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
12295
12296 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
12297
12298         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
12299         make-all.com, use makefile.vms instead.
12300
12301 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
12302
12303         * config.sub: Accept -lnews*.
12304
12305 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
12306
12307         * configure.in (noconfigdirs): Disable target-newlib,
12308         target-examples and target-libiberty for d30v.
12309
12310 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12311
12312         * configure.in (noconfigdirs): Enable ld for d30v.
12313
12314 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
12315
12316         * configure.in (tic80-*-*): Build compiler.
12317
12318 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
12319
12320         * configure.in (d30v-*): Remove sim directory from list of
12321         unsupported d30v directories
12322
12323 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12324
12325         * config.sub, configure.in: Add d30v target cpu.
12326
12327 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
12328
12329         * makefile.vms: New file.
12330         * make-all.com: Remove.
12331
12332 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
12333
12334         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
12335
12336 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
12337
12338         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
12339
12340 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
12341
12342         * Makefile.in (ALL_MODULES): Added all-db.
12343         (CROSS_CHECK_MODULES): Addec check-db.
12344         (INSTALL_MODULES): Added install-db.
12345         (CLEAN_MODULES): Added clean-db.
12346
12347 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
12348
12349         * config.guess: Merge with latest FSF sources.
12350
12351 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
12352
12353         * Makefile.in (ALL_MODULES): Added all-itcl.
12354         (CROSS_CHECK_MODULES): Added check-itcl.
12355         (INSTALL_MODULES): Added install-itcl.
12356         (CLEAN_MODULES): Added clean-itcl.
12357
12358 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
12359
12360         * configure.in: build gdb for mn10200
12361
12362 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
12363
12364         * Makefile.in (all-target-winsup): Depend on all-target-libio.
12365
12366 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
12367
12368         * configure.in (tic80-*-*): Turn off most targets right now.
12369
12370 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
12371
12372         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
12373         rather than the makeinfo program.
12374         (do-info): Depend upon all-texinfo.
12375
12376 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12377
12378         * configure.in: Remove uses of config/mh-linux.
12379
12380         * config.sub, config.guess: Merge with latest FSF sources.
12381
12382 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
12383
12384         * config.sub (case $basic_machine): Add tic80 entries.
12385
12386 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
12387
12388         * config.sub, config.guess: Merge with latest FSF sources.
12389
12390 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12391
12392         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
12393         * mpw-config.in: Test for NewFolderRecursive.
12394         * mpw-install: Use symbolic name for startup filename.
12395         * mpw-README: Add various additional details.
12396
12397 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
12398
12399         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
12400
12401 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
12402
12403         * configure.in: Do build gcc and the target libraries for
12404         the mn10200.
12405
12406 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
12407
12408         * configure.in: don't avoid building gdb for mn10300 any more
12409         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
12410         instead of single-quoting it.
12411
12412 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
12413
12414         * configure.in: Don't use --with-stabs on IRIX 6.
12415
12416 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
12417
12418         * configure.in (m32r): Build gdb, libg++ now.
12419
12420 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12421
12422         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
12423         directories from noconfigdirs.
12424
12425 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
12426
12427         * config.sub (basic_machine): added mips16 configuration
12428
12429 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12430
12431         * config.sub: Handle d10v-unknown.
12432
12433 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
12434
12435         * config.sub: Handle v850-unknown.
12436
12437 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
12438
12439         * Makefile.in: add findutils
12440         * configure.in: add findutils to list of host_tools
12441
12442 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
12443
12444         * config.sub: Handle mn10200 and mn10300.
12445
12446 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12447
12448         * configure.in (d10v-*): Do not build librx.
12449
12450 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
12451
12452         * configure.in (mn10300): Build everything except gdb & libgloss.
12453
12454 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
12455
12456         * config.guess:  Patch for Dansk Data Elektronik servers,
12457         from Niels Skou Olsen <nso@dde.dk>.
12458
12459         For ncr, use /bin/uname rather than uname, since GNU uname does not
12460         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
12461
12462         Patch for MIPS R4000 running System V,
12463         from Eric S. Raymond <esr@snark.thyrsus.com>.
12464
12465         Fix thinko for nextstep.
12466
12467         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12468
12469         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
12470         * config.guess: Guess mips-dec-mach_bsd4.3.
12471
12472         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
12473         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
12474         release numbers.
12475         * config.guess (mips-mips-riscos*):  Emit just enough of the
12476         release number.
12477
12478         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
12479         * config.guess (sparc-auspex-sunos*):  Added.
12480         (f300-fujitsu-*): Added.
12481
12482         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
12483         * config.guess:  Recognize a Tadpole as a sparc.
12484
12485 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12486
12487         * config.guess: Don't assume that NextStep version is either 2 or
12488         3.  NextStep 4 (aka OpenStep 4) has come out now.
12489
12490 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12491
12492         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12493         From Rik Faith <faith@cs.unc.edu>.
12494
12495 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
12496
12497         * config.sub: Contributions from bug-gnu-utils to:
12498         Support plain "hppa" (no version given) architecture, reported by
12499         OpenStep.
12500         OpenBSD like NetBSD.
12501         LynxOs is not a hardware supplier.
12502
12503         * config.guess: Contributions from bug-gnu-utils to add support for:
12504         OpenBSD like NetBSD.
12505         Stratus systems.
12506         More Pyramid systems.
12507         i[n>4]86 Intel chips.
12508         M680[n>4]0 Motorola chips.
12509         Use unknown instead of lynx for hardware manufacturer.
12510
12511 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12512
12513         * install.sh (chmodcmd): Set to null if the DST directory already
12514         exists.
12515
12516 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12517
12518         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12519         not use mt-ppc target Makefile fragment any more.
12520
12521 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
12522
12523         * configure.in (*-*-windows):  Exclude everything but those dirs
12524         needed to build windows.
12525
12526 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
12527
12528         * Makefile.in (all-target-winsup): Depend on all-target-librx.
12529
12530 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
12531
12532         * configure.in:  Exclude mmalloc from i386-windows.
12533
12534 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
12535
12536         * Undo my previous change.
12537
12538 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
12539
12540         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
12541         unconditionally.
12542         (MAKEOVERRIDES): Define (revert this part of October 18 change).
12543
12544 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
12545
12546         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
12547         host to add it's own flags.
12548
12549 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
12550
12551         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
12552
12553 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
12554
12555         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
12556         (CXX_FOR_TARGET): Likewise.
12557         (GCC_FOR_TARGET): Define.
12558         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
12559         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
12560         CC_FOR_TARGET was specified on the command line.
12561         (MAKEOVERRIDES): Don't define.
12562
12563 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
12564
12565         * configure.in (m32r): Fix spelling of libg++ libs.
12566
12567 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
12568
12569         * config.sub (-apple*): Remove, now redundant.
12570
12571 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
12572
12573         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12574
12575         * configure: Rework yesterday's sed script patch.
12576
12577         * config.sub: Merge with FSF.
12578
12579 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
12580
12581         * config.guess:  Merge from FSF.
12582
12583         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
12584         * config.guess: Use pc instead of unknown, for pc clone systems.
12585         Change linux to linux-gnu.
12586
12587         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12588         * config.guess: Avoid non-portable tr syntax.
12589
12590 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
12591
12592         * test-build.mk (HOLES): Add "xargs" for gdb.
12593
12594         * configure: Avoid hpux10.20 sed bug.
12595
12596 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
12597
12598         * configure.in:  Add support for windows host
12599         (that is a build done under the Microsoft build environment).
12600
12601 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
12602
12603         * Makefile.in: Replace all uses of srcroot with s, to shrink
12604         command line lengths.
12605
12606         Patches from Geoffrey Noer <noer@cygnus.com>:
12607         * configure.in: If configuring for newlib, pass --with-newlib to
12608         subdirectories.
12609         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12610         -Bnewlib/ and -Lwinsup to gcc.
12611         (CXX_FOR_TARGET): Likewise.
12612
12613 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12614
12615         * Makefile.in (ETC_SUPPORT): Add configure.
12616
12617 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
12618
12619         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12620         host configuration file.
12621
12622 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
12623
12624         * configure.in: Break mn10x00 support into separate
12625         mn10200 and mn10300 configurations.
12626         * config.sub: Likewise.
12627
12628 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
12629
12630         * configure.in: Add lots of stuff to noconfigdirs for
12631         the mn10x00 targets.
12632
12633         * config.sub, configure.in: Add mn10x00 support.
12634
12635 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
12636
12637         * make-all.com: Call conf-a-gas, not config-a-gas.
12638
12639 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
12640
12641         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
12642         targets.
12643
12644 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
12645
12646         * mpw-README: Add much more detail for native PowerMac.
12647         * mpw-install: New file.
12648         * mpw-configure: Add --norecursion and --help options.
12649         * mpw-config.in: Translate readme and install files when
12650         copying to objdir.
12651         * mpw-build.in: Don't always depend on byacc and flex.
12652         (install-only-top): New action.
12653
12654 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
12655
12656         * configure.in:  You can now configure GDB for the v850.
12657
12658 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
12659
12660         * configure.in (noconfigdirs): Don't configure any C++ dirs
12661         if targeting D10V.
12662
12663 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12664
12665         * config.sub: Recognize mips64vr5000.
12666
12667 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
12668
12669         * configure.in: Use a single line for host_tools and native_only.
12670
12671 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
12672
12673         * config.sub, configure.in: Add entries for m32r.
12674
12675 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
12676
12677         * Makefile.in (inet-install): Don't run install-gzip.
12678
12679 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
12680
12681         * configure.in:  Don't config lots of things for *-*-windows*.
12682
12683 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
12684
12685         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12686         (host_libs, host_tools): Copy from configure.in.
12687         * mpw-configure: Don't complain about directories not found.
12688
12689 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12690
12691         * configure.in (i[345]86): Recognize i686 for pentium pro.
12692         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12693         file.
12694
12695         * config.guess (i[345]86): Ditto.
12696
12697 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12698
12699         * configure.in (noconfigdirs): Removed gdb for D10V.
12700
12701 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
12702
12703         * configure.in: Remove ld, target-libio, target-libg++, and
12704         target-libstdc++ from noconfigdirs.
12705
12706 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
12707
12708         * configure: Fix three locations where shell scripts were
12709         being run directly rather than with config_shell.
12710
12711 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
12712
12713         * configure.in (v850-*-*): Set up initial $noconfigdirs.
12714         * config.sub (basic_machine): Recognize v850.
12715
12716 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
12717
12718         * mpw-configure: Handle multiple enable/disable options and
12719         pass them down recursively, handle -c and -s flags appropriately
12720         depending on choice of compiler, add escape mechanism for
12721         quoted arguments to gC.
12722
12723 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12724
12725         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12726         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12727         so that -mrelocatable-lib and -mno-eabi are used.
12728
12729         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12730         not support --print-multi-lib, don't abort.
12731
12732 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
12733
12734         * make-all.com: Run config-a-gas.
12735         * setup.com: Don't copy subdirectory files around.
12736
12737 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
12738
12739         * configure.in (*-*-ose): Remove exclusion of libgloss for this
12740         target, it now compiles correctly.
12741
12742 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
12743
12744         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12745
12746 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12747
12748         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12749
12750 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12751
12752         * configure.in (native_only): Add prms.
12753
12754 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
12755
12756         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12757         (BINUTILS_SUPPORT_DIRS): Likewise.
12758
12759 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12760
12761         * configure.in (d10v-*-*): Don't configure ld or gdb until the
12762         d10v support is added.
12763
12764 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12765
12766         * configure.in (d10v-*-*): New target.
12767
12768 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
12769
12770         * config.guess (HP 9000/811): Recognize this as a PA1.1
12771         machine.
12772
12773 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
12774
12775         * Makefile.in (do-tar-gz): New target, split out from tail end of
12776         taz target.  Run each command separately, don't use pipes.
12777         (taz): Use it.
12778
12779 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
12780
12781         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12782         * mpw-build.in: No builds should depend on building byacc or flex,
12783         they are assumed to be installed already.
12784
12785 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12786
12787         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12788         variable that CC_FOR_TARGET needs.
12789
12790 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12791
12792         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12793         options have changed since the last time the subdirectory was
12794         configured, and if it has, reconfigure.
12795         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12796         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12797
12798 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
12799
12800         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12801         CLEAN_MODULES): Add bash.
12802         (all-bash): New target.
12803
12804 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
12805
12806         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12807
12808 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12809
12810         * config.sub (basic_machine): Recognize d10v as a valid processor.
12811
12812 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
12813
12814         * mpw-configure: Add support for --bindir.
12815         * mpw-build.in: Use a GCC-specific build script for GCC actions.
12816
12817 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
12818
12819         * configure.in: add bash, time, gawk to list of hosttools and things
12820         to only build for native toolchains
12821
12822 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12823
12824         * Makefile.in (docdir): Remove.
12825
12826 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12827
12828         * Makefile.in (datadir): Set to $(prefix)/share.
12829
12830 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
12831
12832         * configure.in: build diff and patch for cygwin32-hosted
12833         toolchains.
12834
12835 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
12836
12837         * config.sub: Accept -rtems*.
12838
12839 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
12840
12841         * configure.in: enable dosrel for cygwin32-hosted builds,
12842                 remove diff from the list of things not buildable
12843                 via Canadian Cross
12844
12845 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
12846
12847         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12848         don't get ". ".
12849
12850 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
12851
12852         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12853
12854 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
12855
12856         * Makefile.in (taz): Handle case where tex3patch didn't even get
12857         checked out.  Also, if it was found, put the symlink in a new util
12858         subdirectory.
12859
12860 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12861
12862         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12863
12864 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
12865
12866         * config.sub: Recognize -openvms.
12867         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12868         * make-all.com, setup.com: New files.
12869
12870 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12871
12872         * Makefile.in (taz): tex3patch moved to texinfo/util.
12873
12874 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
12875
12876         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12877         * configure.in: remove make from disable-if-Can-Cross list
12878                 enable gdb if ${host} and ${target} are cygwin32
12879
12880 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
12881
12882         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
12883         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12884
12885 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12886
12887         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
12888         distinguish sysv/svr4/bsd variants.
12889         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12890
12891 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
12892
12893         * configure.in: Added copyright notice.
12894         * move-if-change: Added copyright notice.
12895
12896 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12897
12898         * configure.in (powerpcle-*-solaris*): Until we get shared
12899         libraries working, don't build gdb, sim, make, tcl, tk, or
12900         expect.
12901
12902 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
12903
12904         * config.guess:  Merge with FSF:
12905
12906         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12907         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12908
12909         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
12910         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12911
12912         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
12913         * config.guess:  Combine two OSF1 rules.
12914         Also recognize field test versions.  From mjr@zk3.dec.com.
12915         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
12916         because GNU uname does not support -p.  From pmr@pajato.com.
12917
12918 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
12919
12920         * Makefile.in (MAKEDIRS): Removed $(tooldir).
12921
12922 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
12923
12924         * mpw-README: Document GCCIncludes.
12925
12926 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
12927
12928         * configure.in (alpha-*-linux*): Set enable_shared to yes.
12929
12930 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12931
12932         * mpw-configure: Handle --enable-FOO and --disable-FOO.
12933
12934 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
12935
12936         * configure.in (*-*-cygwin32): Configure make.
12937
12938 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
12939
12940         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12941
12942 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
12943
12944         * Makefile.in (all-inet): Depend on all-perl.
12945
12946         * Makefile.in (inet-install): New target.
12947
12948         * Makefile.in (all-inet): Depend on all-tcl.
12949         (all-inet): Depend on all-send-pr.
12950
12951 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12952
12953         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12954         temporarily.
12955
12956 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
12957
12958         * configure.in: Don't configure --with-gnu-ld on AIX.
12959
12960 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12961
12962         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12963
12964 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
12965
12966         * Makefile.in (ALL_MODULES): Added all-inet.
12967         (CROSS_CHECK_MODULES): Added check-inet.
12968         (INSTALL_MODULES): Added install-inet.
12969         (CLEAN_MODULES): Added clean-inet.
12970         (all-indent): New target.
12971
12972         * configure.in (host_tools): Added inet.
12973         (native_only): Added inet.
12974         (noconfigdirs): Added inet.
12975
12976 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
12977
12978         * configure.in: Don't configure libgloss if we are not configuring
12979         newlib.
12980
12981 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
12982
12983         * configure.in: Don't configure libgloss for unsupported
12984         architectures.
12985
12986 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12987
12988         * Makefile.in (CLEAN_MODULES): Add clean-apache.
12989
12990 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
12991
12992         * Makefile.in (ALL_MODULES): Include all-apache.
12993         (CROSS_CHECK_MODULES): Include check-apache.
12994         (INSTALL_MODULES): Include install-apache.
12995         (all-apache): New target.
12996
12997         * configure.in: Added apache everywhere perl is seen.
12998
12999 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13000
13001         * Makefile.in: Add support for clean-{module} and
13002         clean-target-{module} rules.
13003
13004 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
13005
13006         * configure.in (*-*-ose) do not build libgloss.
13007
13008 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13009
13010         * config.guess (prep*:SunOS:5.*:*): Turn into
13011         powerpele-unknown-solaris2.
13012
13013 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
13014
13015         * configure.in: Permit --enable-shared to specify a list of
13016         directories.
13017
13018 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13019
13020         * configure.in (host==solaris): Pass only the first word of $CC
13021         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
13022
13023 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13024
13025         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
13026
13027 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
13028
13029         * Makefile.in (ALL_MODULES): Include all-perl.
13030         (CROSS_CHECK_MODULES): Include check-perl.
13031         (INSTALL_MODULES): Include install-perl.
13032         (ALL_X11_MODULES): Include all-guile.
13033         (CHECK_X11_MODULES): Include check-guile.
13034         (INSTALL_X11_MODULES): Include install-guile.
13035         (all-perl): New target.
13036         (all-guile): New target.
13037
13038         * configure.in (host_tools): Include perl and guile.
13039         (native_only): Include perl and guile.
13040         (noconfigdirs): Don't build guile and perl; no ports have been
13041         done.
13042
13043 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
13044
13045         * configure (--enable-*): Handle quoted option lists such as
13046         --enable-sim-cflags='-g0 -O' better.
13047
13048 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13049
13050         * Makefile.in ({,inst}all-target): New rule so we can make and
13051         install all of the target directories easily.
13052
13053 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13054
13055         * configure.in: Add missing global flag in sed substitution when
13056         deleting `target-' from ${configdirs}.
13057
13058 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
13059
13060         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
13061         option.
13062
13063         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
13064         config/mh-necv4.
13065
13066         * install.sh: Correct misspelling of transformbasename.
13067
13068         * config.guess: Recognize mips-*-sysv*.
13069
13070 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
13071
13072         * config.sub: Recognize mon960.
13073
13074 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
13075
13076         * configure: Restore Canadian Cross handling of BISON and LEX,
13077         removed in Feb 20 change.
13078
13079 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
13080
13081         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
13082         Mention make install.  Remove the old copyright date as well the
13083         clumsy and rather pointless copyright on the README file.
13084
13085 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13086
13087         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
13088         Makefile after running symlink-tree, then run `make distclean' to
13089         avoid clobbering any generated files in srcdir.
13090
13091 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
13092
13093         * configure.in (m68k-*-netbsd*): Build everything now.
13094
13095 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13096
13097         * Makefile.in (taz): Fix quoting.
13098
13099 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
13100
13101         * configure.in (sparclet-*-*): Build everything now.
13102
13103 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13104
13105         * configure.in (m68k-*-linux*): New host.
13106
13107 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
13108
13109         * configure: Check for bison before byacc.
13110
13111 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
13112
13113         * Makefile.in configure:  Change the way LEX and BISON/YACC are
13114         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
13115         searching PATH.  These are used as fallbacks by Makefile.in if
13116         flex/bison/byacc aren't in objdir.
13117
13118 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
13119
13120         * Makefile.in: Make everything which depends upon all-bfd also
13121         depend upon all-opcodes, in case --with-commonbfdlib is used.
13122
13123 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13124
13125         * configure.in (host *-*-cygwin32): Don't build gdb if we are
13126         building NT native compilers on Unix.
13127
13128 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
13129
13130         * configure.in: Don't get CC from the host Makefile fragment if we
13131         can find gcc in PATH, or if this is a Canadian Cross.  Move the
13132         Solaris test for /usr/ucb/cc to the post target script, just after
13133         the compiler sanity test.
13134
13135 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
13136
13137         * config.sub: Merge with FSF.
13138
13139 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
13140
13141         * Makefile.in (RPATH_ENVVAR): New variable.
13142         (REALLY_SET_LIB_PATH): Use it.
13143         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
13144
13145 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
13146
13147         * config.sub, configure.in: Recognize sparclet cpu.
13148
13149 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
13150
13151         * config.guess:  Support m68k-cbm-sysv4.
13152
13153 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13154
13155         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
13156         m68k-unknown-linuxaout from linker help string.  Put quotes around
13157         $ld_help_string.
13158
13159 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
13160
13161         * config.guess (powerpc-harris-powerunix): Add guess for port
13162         to new target.
13163
13164 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13165
13166         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
13167
13168 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
13169
13170         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
13171         $(REALLY_SET_LIB_PATH) in Makefile.
13172         * Makefile.in (SET_LIB_PATH): New variable.
13173         (REALLY_SET_LIB_PATH): New variable.
13174         ($(DO_X)): Use $(SET_LIB_PATH).
13175         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
13176         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
13177         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
13178         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
13179         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
13180         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
13181         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
13182         (install-dosrel): Likewise.
13183         (all-opcodes): Depend upon all-libiberty.
13184
13185 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13186
13187         * config.guess (*:CYGWIN*): New
13188
13189 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13190
13191         * Makefile.in (all-target-winsup): All all-target-libiberty.
13192
13193 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13194
13195         * configure.in (noconfigdirs): Add missing # in front of comment.
13196
13197 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
13198
13199         * configure.in: add second pass to things added to noconfigdirs
13200         so *-gm-magic can exclude libgloss properly.
13201
13202 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
13203
13204         * mpw-configure (extralibs_name, rez_name): Set correctly
13205         for MWC68K compiler.
13206
13207         * mpw-README: Add more info on the necessary build tools.
13208
13209 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13210
13211         * configure.in, config.sub: Recognize cygwin32.
13212
13213 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
13214
13215         * config.guess, config.sub: Recognize A/UX.
13216
13217 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
13218
13219         * config.sub: Merge with gcc/config.sub.
13220
13221 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
13222
13223         * mpw-build.in (do-binutils): Add build of stamps.
13224
13225 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
13226
13227         * config.sub: Add recognition for mips64vr4100*-* targets.
13228
13229 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13230
13231         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
13232         Add creation of gconfigargs with `--enable-shared' turned on.
13233         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
13234         ($(host)-stamp-stage3-configured): Likewise.
13235         (HOLES): Add chatr and ldd.
13236         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
13237
13238 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
13239
13240         * configure: Pass --nfp to recursive configures.
13241
13242 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13243
13244         * Makefile.in (DLLTOOL): New.
13245         (DLLTOOL_FOR_TARGET): New.
13246         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
13247         (EXTRA_TARGET_FLAGS): Ditto.
13248         (EXTRA_GCC_FLAGS): Ditto.
13249         (CONFIGURE_TARGET_MODULES): Ditto.
13250         (DO_X): Ditto.
13251         * configure: Add DLLTOOL.
13252
13253 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
13254
13255         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
13256         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
13257         mh-sco, since old workarounds no longer needed, and don't
13258         build ld, since libraries have weak symbols in COFF.
13259
13260 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
13261
13262         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
13263
13264 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13265
13266         * configure.in: Make sure that ${CC} can be used to compile an
13267         executable.
13268
13269 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13270
13271         * Makefile.in (all-gdb): Depend on $(GDB_TK).
13272         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
13273         nothing depending on whether gdbtk is being built.
13274
13275 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
13276
13277         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
13278
13279 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
13280
13281         * configure.in (noconfigdirs): Put ld or gas in this early, if the
13282         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
13283
13284 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
13285
13286         * config-ml.in: Add support for
13287         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
13288         Simplify setting of multidirs from --disable-foo.
13289
13290 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13291
13292         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
13293         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
13294         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
13295         non-empty, pass them on to the  GCC make.
13296         (all-bootstrap): New rule that is like all-gcc, except it executes
13297         the GCC bootstrap rule instead of the GCC all rule.
13298
13299 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
13300
13301         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
13302
13303 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13304
13305         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
13306         DG/UX support.
13307
13308 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
13309
13310         * config.sub (i*86*) Change [345] to [3456]
13311
13312 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13313
13314         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
13315         --with-gnu-ld=no.
13316
13317 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13318
13319         * config-ml.in (rs6000*, powerpc*): Add switches to control which
13320         AIX multilibs get built.
13321
13322 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13323
13324         * configure.in (i386-win32): Don't build expect if we're not
13325         building the tcl subdir.
13326
13327 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
13328
13329         * Makefile.in: (configure-target-examples, all-target-examples):
13330         New targets, configure and build example programs.
13331
13332 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
13333
13334         * mpw-configure: If an mpw-config.in generated a file mk.sed,
13335         use it as input to sedit the generated MPW makefile.
13336         * mpw-README: Add a suggestion about Gestalt.h.
13337
13338 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
13339
13340         * config.sub: Accept *-*-ieee*.
13341
13342 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
13343
13344         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
13345         Ronald F. Guilmette <rfg@monkeys.com>.
13346
13347 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13348
13349         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
13350         for powerpc-pe native.
13351         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
13352         (target==powerpc-pe): duplicate i386-win32 entry.
13353
13354 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13355
13356         * configure.in (noconfigdirs): Exclude target-newlib for all versions
13357         of vxworks, not just vxworks5.1.
13358
13359 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
13360
13361         * mpw-configure: Add support for exec-prefix.
13362
13363 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13364
13365         * config.guess: Recognize HP model 816 machines as having
13366         a PA1.1 processor.
13367
13368 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13369
13370         * configure: Ignore new autoconf configure options.
13371
13372 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13373
13374         * config.guess:  Recognize Pentium under SCO.
13375         From Robert Lipe <robertl@arnet.com>.
13376
13377 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13378
13379         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
13380
13381 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
13382
13383         * configure.in: Don't configure gas for alpha-dec-osf*.
13384
13385 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
13386
13387         * configure.in: Default to --with-stabs for some targets for which
13388         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
13389         i[345]86*-*-unixware*.
13390
13391 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13392
13393         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
13394         rather than basing it on the target.  Simplify handling of options
13395         controlling which directories to configure.  Remove extraneous
13396         slash in multi-clean target.
13397
13398 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
13399
13400         * config-ml.in: Prefix more variables with ml_ so they don't collide
13401         with configure's.
13402
13403 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
13404
13405         * configure: Don't turn -v into --v.
13406
13407 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
13408
13409         * configure.in (targargs): Fix typo.
13410
13411         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
13412
13413 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
13414
13415         * configure.in: Strip --host and --target options from
13416         CONFIG_ARGUMENTS, and always configure for --host only.  Add
13417         --with-cross-host option when building with a cross-compiler.
13418         * configure: Canonicalize the arguments put into config.status by
13419         always using `=' for an option with an argument.  Pass a presumed
13420         --host or --target explicitly.
13421
13422 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
13423
13424         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
13425         into general OS recognition case.
13426
13427 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13428
13429         * configure.in (target_configdirs): add target-winsup only
13430         for win32 target systems.
13431
13432 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
13433
13434         * Makefile.in (all-target-libgloss): Depend upon
13435         configure-target-newlib, since when libgloss is built it looks to
13436         see if the newlib directory exists.
13437
13438 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
13439
13440         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
13441         cfg-ml-*.in.
13442
13443 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
13444
13445         * configure: Handle LD and LD_FOR_TARGET when configuring a
13446         Canadian Cross.
13447
13448 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13449
13450         * configure.in (target_libs): add target-winsup.
13451         (target==i386-win32): add patch diff flex make to $noconfigdirs.
13452         (target==ppcle-pe): remove ld from $noconfigdirs.
13453
13454 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
13455
13456         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
13457         Preserve relative path names in $srcdir.  Build symlink tree if
13458         configuring cross target dir and srcdir=. (= no VPATH support).
13459         (configure-target-libg++): Depend on configure-target-librx.
13460         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
13461         * config-ml.in: New file.
13462         * symlink-tree: New file.
13463         * configure: Ensure srcdir="." if that's what it is.
13464
13465 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
13466
13467         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
13468         includes and FLEX_SKELETON setting.
13469         * mpw-configure (--with-gnu-ld): New option, controls whether
13470         to use PPCLink or ld with PowerMac GCC.
13471         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
13472         * mpw-config.in: Configure grez if targeting Mac.
13473
13474         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
13475         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
13476         just macos.
13477         * configure.in: Configure grez resource compiler if targeting Mac.
13478         * Makefile.in (all-grez, install-grez): New targets.
13479
13480 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
13481
13482         * configure: CXX defaults to gcc, not g++.  If we find
13483         gcc in the path, set CC to gcc -O2.
13484
13485 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
13486
13487         * configure: Default ${build} correctly.  Avoid picking up extra
13488         spaces when reading CC and CXX from Makefile.  When doing a
13489         Canadian Cross, use plausible default values for numerous
13490         variables.
13491         * configure.in: When doing a Canadian Cross, don't try to
13492         configure tools whose configure script can't handle it.
13493
13494 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13495
13496         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13497
13498 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13499
13500         * configure:  Remove dubious bug reporting address.
13501
13502 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13503
13504         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
13505         configure script, run that instead of this directory's configure.
13506         In either case, print a message that we're configuring the sub-dir.
13507
13508 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13509
13510         * configure.in: Before checking for the existence of various files,
13511         use sed to filter out "target-".
13512
13513 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
13514
13515         * Makefile.in (DO_X): Split rule to decrease command line length
13516         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
13517         (Philippe De Muyter).
13518
13519 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13520
13521         * Makefile.in (all-patch): depend on all-libiberty.
13522
13523 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
13524
13525         * configure.in: If the only directory in target_configdirs which
13526         actually exists is libiberty, then set target_configdirs to empty,
13527         to avoid trying to build a target libiberty in a gas or gdb
13528         distribution.
13529
13530 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
13531
13532         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
13533         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
13534         systems.
13535
13536 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13537
13538         * configure.in (copy_dirs): Use sys-include instead of include
13539         for --with-headers option.
13540
13541 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
13542
13543         * Makefile.in, configure.in: Make winsup builds work with
13544         new scheme.
13545
13546 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
13547
13548         * configure.in: Build the linker on AIX.
13549
13550 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13551
13552         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
13553         where needed.
13554
13555 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
13556
13557         * Makefile.in (all-gcc): Fix typo.
13558
13559 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13560
13561         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
13562
13563 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13564
13565         * configure.in:  Rename libFOO to target-libFOO, and xiberty
13566         to target-xiberty, to provide more flexibility.
13567         (target_subdir):  Define.  Create if cross.
13568         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13569         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
13570         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13571         check-libFOO -> check-target-libFOO, etc.
13572         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13573         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13574         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13575         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
13576         allow ALL_GCC="" to only configure.
13577         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
13578         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
13579         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
13580
13581 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
13582
13583         * Makefile.in (taz): Build "info" in etc explicitly.
13584
13585 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
13586
13587         * configure.in:  Make sure that CC is undefined (as opposed to
13588         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
13589         problem with autoconf trying to configure on a host without GCC.
13590
13591 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13592
13593         * mpw-configure: Set host alias from choice of host compiler,
13594         only use generic MPW Makefile sed if present, edit a file
13595         named "hacked_Makefile.in" instead of "Makefile.in" if present.
13596         * mpw-README: Add problem notes about CW6 and CW7.
13597
13598 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
13599
13600         * Makefile.in (taz): Use ";" instead of ";;".
13601
13602 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13603
13604         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
13605         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13606         DISTDOCDIRS.
13607         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
13608         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
13609
13610 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13611
13612         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
13613         and gnats, because they are now subsumed by DISTSTUFFDIRS.
13614         Move bfd to DISTSTUFFDIRS.
13615
13616 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13617
13618         * Makefile.in (X11_LIB): Removed.
13619         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13620
13621         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13622
13623 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13624
13625         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13626         names.
13627
13628 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13629
13630         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13631
13632 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
13633
13634         * configure.in (i[345]86-*-win32): Always build newlib.
13635         Don't configure cvs, autoconf or texinfo.
13636         * Makefile.in (LD_FOR_TARGET): New.
13637         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13638         Pass down LD_FOR_TARGET.
13639
13640 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13641
13642         * winsup: New directory.
13643         * Makefile.in: Build winsup.
13644         * configure.in: Winsup is configured when target is win32.
13645         Can only build win32 target GDB when native.
13646
13647 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
13648
13649         * config.guess: Recognize HP model 819 machines as having
13650         a PA 1.1 processor.
13651
13652 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13653
13654         * configure: Fix sed loop which substitutes for CC and CXX to
13655         avoid bug found in various sed implementations.
13656
13657 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13658
13659         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13660         simulator.  Use standard powerpc-*-eabi*.
13661
13662 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
13663
13664         * configure.in: Stop putting gas and binutils in noconfigdirs for
13665         powerpc-*-aix* and rs6000-*-*.
13666
13667 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
13668
13669         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13670         -mcall-aixdesc libraries.
13671
13672 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
13673
13674         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13675
13676         * config.sub (arm | armel | armeb): Fix shell syntax.
13677
13678 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13679
13680         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13681         -msoft-float and -mcpu=common support.
13682         (powerpc*-*-eabisim*): Add support for building -mcall-aix
13683         libraries.
13684
13685 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13686
13687         * configure.in: Allow configuration and build of emacs19 for the alpha.
13688
13689 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13690
13691         * configure.in (CC): Get ^CC, not just any old CC, from
13692         ${host_makefile_frag}.
13693
13694 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13695
13696         * configure.in (CC): Try to get CC from
13697         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13698
13699 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13700
13701         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13702         only if it exists in $(srcdir).
13703
13704 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13705
13706         * configure: If CC and CXX are not set in the environment, set
13707         them, based on either an existing Makefile or on searching for gcc
13708         in PATH.  Substitute for CC and CXX in Makefile.
13709         * configure.in: Remove libm from target_libs.  Separate
13710         target_configdirs from configdirs.  If CC is not set in
13711         environment, try to get it from a host Makefile fragment.  Rewrite
13712         changes of configdirs to use skipdirs instead.  A few minor
13713         tweaks.  Take directories out of target_configdirs as they are
13714         taken out of configdirs.  Remove existing Makefile files from
13715         subdirectories.  Substitute for TARGET_CONFIGDIRS and
13716         CONFIG_ARGUMENTS in Makefile.
13717         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13718         by configure.in.
13719         (CONFIG_ARGUMENTS): Likewise.
13720         (CONFIGURE_TARGET_MODULES): New variable.
13721         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13722         ($(CONFIGURE_TARGET_MODULES)): New target.
13723         (configure-libg++, configure-libio): New targets.
13724         (all-libg++): Depend upon configure-libg++.
13725         (all-libio): Depend upon configure-libio.
13726         (configure-libgloss, all-libgloss): New targets.
13727         (configure-libstdc++): New target.
13728         (all-libstdc++): Depend upon configure-libstdc++.
13729         (configure-librx, all-librx): New targets.
13730         (configure-newlib): New target.
13731         (all-newlib): Depend upon configure-newlib
13732         (configure-xiberty): New target.
13733         (all-xiberty): Depend upon configure-xiberty.
13734
13735 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13736
13737         * configure.in (host i[345]86-*-win32):  Expand the
13738         noconfigdirs again.
13739
13740 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
13741
13742         * mpw-configure: Fix sed command file name.
13743
13744 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13745
13746         * configure.in (host i[345]86-*-win32): Reduce the
13747         noconfigdirs again.
13748
13749 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
13750
13751         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13752         or powerpc*-*-pe*, since they are not yet supported.
13753
13754 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13755
13756         Add PowerMac support and many other enhancements.
13757         * mpw-configure: New option --cc to select compiler to use,
13758         paste options set according to --cc into the generated
13759         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13760         if mpw-make.sed is present.
13761         * mpw-config.in: Don't test for gC1, test for mpw-touch,
13762         add forward includes for PowerPC include files.
13763         * mpw-build.in: Build using Makefile.PPC if present.
13764         (do-byacc, etc): Remove separate version resource builds.
13765         (do-gas): Build "stamps" before "all".
13766         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13767         * mpw-README: Update to reflect --cc option, PowerMac support,
13768         and recently-reported compatibility problems.
13769
13770 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
13771
13772         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13773         embedded m68k systems (-aout, -coff, -elf, -vxworks).
13774         (--with-multilib-top): Pass to recursive invocations.
13775
13776 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
13777
13778         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13779         v810-*-*.
13780
13781 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13782
13783         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13784         gdb, ld and opcodes on v810-*-*.
13785
13786 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13787
13788         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13789         (local-maintainer-clean): New target.
13790         (maintainer-clean): New target.
13791         (realclean): Just depend upon maintainer-clean.
13792
13793 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13794
13795         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13796
13797 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
13798
13799         * configure.in: Build ld in mips*-*-bsd* case.
13800
13801 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
13802
13803         * config.sub: Accept -lites* OS.  From Ian Dall.
13804
13805 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
13806
13807         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13808         targets.
13809
13810 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13811
13812         * configure.in: treat i386-win32 canadian cross the same as
13813         i386-go32 canadian cross.
13814
13815 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13816
13817         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13818         running under the simulator to build a reduced set of libraries.
13819         (powerpc-*-eabiaix): Add fine grained multilib support added to
13820         other powerpc targets yesterday.
13821
13822 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13823
13824         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13825         -disable-softfloat, -disable-relocatable, -disable-aix, and
13826         -disable-sysv to control which multilib libraries get built.
13827
13828 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13829
13830         * configure: Add Makefile.tem to list of files to remove in trap
13831         handler.
13832
13833 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13834
13835         * config.guess (*Linux*):  Add missing "exit"s.
13836         Also, need specific check for alpha-unknown-linux (uses COFF).
13837
13838 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13839
13840         * config.guess:  Merge with FSF:
13841
13842         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
13843         * config.guess (AIX4): More robust release numbering discovery.
13844
13845         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
13846         * config.guess (i386-sequent-ptx): Properly get version number.
13847
13848         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
13849         * config.guess (mips:*:4*:UMIPS): New case.
13850
13851 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13852
13853         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13854         (i386-win32 host): Likewise.  Don't build readline.
13855
13856 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
13857
13858         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
13859         SUPPORT_FILES to submakes.
13860
13861 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
13862
13863         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13864         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13865         mpw-configure.
13866
13867 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
13868
13869         * configure.in (appdirs): Use =, not ==, in test expression when
13870         trying to build the text to print in the warning message for
13871         Solaris users.
13872
13873 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
13874
13875         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13876
13877 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13878
13879         * config.guess: Recognize lynx-2.3.
13880
13881 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
13882
13883         * config.sub (z8ksim): Deleted
13884         (z8k-*-coff): New, this is the one true name of the target.
13885
13886 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
13887
13888         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13889
13890 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
13891
13892         * config.guess (*:Linux:*:*): First try asking the linker what the
13893         default object file format is (elf, aout, or coff).  Then if this
13894         fails, try previous methods.
13895
13896 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13897
13898         * configure.in: Don't build newlib for *-*-vxworks5.1.
13899
13900 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13901
13902         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13903         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13904
13905 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
13906
13907         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13908
13909 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
13910
13911         * cfg-ml-com.in: New file.
13912         * cfg-ml-pos.in: New file.
13913
13914 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13915
13916         * COPYING.NEWLIB: Add HP free copyright to list.
13917
13918 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13919
13920         * config.sub: Recognize -eabi* for the system, not just -eabi.
13921
13922 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13923
13924         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13925         * config.sub, configure.in (win32): New target and host.
13926
13927 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13928
13929         * configure.in: Add i386-pe configuration.
13930
13931 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
13932
13933         * mpw-build.in (install): Install GDB after LD.
13934
13935 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
13936
13937         * mpw-config.in (elf/mips.h): Always forward-include, needed
13938         for GDB to build.
13939
13940 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13941
13942         * testsuite: New directory for customer acceptance and whole tool
13943         chain tests.
13944
13945 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13946
13947         * configure: If per-host line isn't found, but AC_OUTPUT is found
13948         and a configure script exists, run it instead.
13949
13950 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13951
13952         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
13953
13954 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13955
13956         * configure: Set build_{cpu,vendor,os,alias} to host values when
13957         --build isn't specified.
13958
13959 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13960
13961         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13962         (FLAGS_TO_PASS): Pass them.
13963         (EXTRA_TARGET_FLAGS): Ditto.
13964
13965 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13966
13967         * Makefile.in (all-libg++): Depend on all-libstdc++.
13968
13969 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13970
13971         * configure.in (noconfigdirs): Enable all packages for
13972           i386-unknown-netbsd.
13973
13974 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
13975
13976         * configure.in (noconfigdirs): Don't configure tk for i386-go32
13977         hosted builds (DOS builds)
13978
13979 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13980
13981         Changes for ARM based on patches from Richard Earnshaw:
13982         * config.sub: Handle armeb and armel.
13983         * configure.in: Omit arm linker only for riscix.
13984
13985 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13986
13987         * config.guess:  Update from FSF.
13988
13989 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
13990
13991         * config.sub: Recognize powerpcle as the little endian variant of
13992         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
13993         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
13994         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
13995         temporarily.
13996
13997 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
13998
13999         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
14000
14001 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
14002
14003         * config.sub: Accept -lites* as a basic system type.
14004
14005 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
14006
14007         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
14008         installed, and if so return linuxoldld as the system name.
14009
14010 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
14011
14012         * config.guess: Add hppa1.1-hp-lites support.
14013
14014 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14015
14016         * configure.in: Don't build newlib for m68k-vxworks5.1.
14017
14018 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14019
14020         * configure.in (mips-sgi-irix6): Use mh-irix5.
14021
14022 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
14023
14024         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
14025
14026 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14027
14028         * test-build.mk: Enable building of shared libraries on IRIX 5 and
14029         OSF/1.  Fix compiler flags.
14030         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
14031
14032 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
14033
14034         * configure.in: Recognize --with-newlib.
14035         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
14036
14037 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14038
14039         * Makefile.in: move {all,check,install}-gdb from *_MODULES
14040         to *_X11_MODULES due to gdbtk needing X include files et al.
14041
14042 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
14043
14044         Merge in support for Mac MPW as a host.
14045         (Old change descriptions retained for informational value.)
14046
14047         * mpw-config.in: Add generic include forwards for cpu-specific
14048         include files in aout and elf directories.
14049
14050         * mpw-configure: Added copyright.
14051         * mpw-config.in: Check for presence of required build tools.
14052         (target_libs): Add newlib.
14053         (target_tools): Add examples.
14054         (Read Me): Generate as "Read Me for MPW" instead.
14055         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
14056         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
14057         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
14058
14059         * mpw-configure: Remove subdir-specific makefile hackery,
14060         delete mk.tmp after using it.
14061
14062         * mpw-build.in (all): Display start and end times.
14063
14064         * mpw-configure (host_canonical): Set.
14065         (target_cpu): Always add to makefiles.
14066         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
14067         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
14068         (mpw-mh-mpw): Look for in srcdir and srcroot.
14069         Use sed instead of mpw-edit-prefix to edit prefix definitions.
14070
14071         * mpw-build.in: (install-only): New target.
14072
14073         * mpw-configure (host_alias, target_alias): Rename from hostalias
14074         and targetalias, add into generated Makefile.
14075         (mk.tmp): If present, add into generated Makefile.
14076         * mpw-build.in (all-gas): Build config.h first before gas proper.
14077
14078         * mpw-configure (config.status): Write only if changed.
14079         * mpw-config.in (readline): Configure it (not built, just used for
14080         definitions).
14081
14082         * mpw-config.in (elf/mips.h): Add a forward include.
14083
14084         * mpw-config.in: Forward-include most .h files in include into
14085         extra-include.
14086         (readline): Don't build.
14087         mpw-build.in (install): Install GDB.
14088
14089         * mpw-configure (prefix, mpw_prefix): Handle it.
14090         * mpw-config.in (mmalloc, readline): Don't configure.
14091         * mpw-build.in (thisscript): Rename to ThisScript.
14092         Use mpw-build instead of BuildProgram everywhere.
14093         (mmalloc, readline): Don't build.
14094         * mpw-README: New file, basic documentation about the MPW port.
14095
14096         * mpw-config.in: Use forward-include to create include files.
14097
14098         * mpw-configure: Add more things to the top of each configured
14099         Makefile, including contents of config/mpw-mh-mpw.
14100         * mpw-config.in (extra-include): Create this directory and fill it
14101         with Posix-like include files when configuring.
14102
14103         * config.sub (apple, mac, mpw): Add various aliases.
14104
14105         * mpw-build.in: New file, top-level build script fragment for MPW.
14106         * mpw-configure: New file, configure script for MPW.
14107         * mpw-config.in: New file, config fragment for MPW.
14108
14109 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14110
14111         * configure.in (host_libs): Remove glob, since it is gone from the
14112         sources.
14113
14114 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14115
14116         * Makefile.in: define empty GDB_NLM_DEPS var.
14117
14118         * configure.in(target_makefile_frag): use config/mt-netware
14119         for netware targets.
14120
14121 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14122
14123         * config.sub: Merge in recent FSF changes.  Remove linux special
14124         cases.
14125
14126 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14127
14128         Revert this change:
14129
14130         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
14131
14132                 * build-all.mk: Use CC=cc -Xs on Solaris.
14133
14134 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14135
14136         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
14137         stop using it.
14138         * Makefile.in: Nuke all references to glob subdirectory.
14139
14140 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14141
14142         * configure.in: Fix --enable-shared logic in per-host.
14143
14144 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14145
14146         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
14147
14148 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14149
14150         * configure.in (noconfigdirs): Don't build gas on AIX, for
14151         powerpc*-*-aix* as well as for rs6000*-*-aix*.
14152
14153 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
14154
14155         * configure: Fix --cache-file to work if the file argument is a
14156         relative path.
14157
14158 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
14159
14160         * configure: If the --cache-file is used, pass it down to
14161         configure in subdirectories.
14162
14163 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
14164
14165         * config.sub: add vxworks29k configuration.
14166
14167 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14168
14169         * Makefile.in (taz): Do "diststuff" part quietly.
14170
14171 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14172
14173         * config.sub: Mini-merge with gcc/config.sub.
14174
14175 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14176
14177         * config.guess (IRIX): Sed - to _.
14178
14179 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14180
14181         * Makefile.in (source-vault, binary-vault): New targets.
14182
14183 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
14184
14185         * config.sub: Recognize -eabi as a basic system type.
14186
14187 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14188
14189         * configure.in (enable_shared stuff): Fix typo.
14190
14191 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
14192
14193         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
14194
14195 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14196
14197         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
14198
14199 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
14200
14201         * configure.in (rs6000-*-*): Don't build gas.
14202
14203 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
14204
14205         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
14206         reduce command line length.
14207         (AS_FOR_TARGET): Check for as.new, not Makefile.
14208         (NM_FOR_TARGET): Check for nm.new, not Makefile.
14209
14210 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14211
14212         * config.guess:  Merge from FSF.
14213
14214 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14215
14216         * configure: Don't use $ when handling program_suffix.
14217
14218 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
14219
14220         * configure.in:  Configure tk for hppa/hpux.
14221
14222 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14223
14224         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
14225
14226 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14227
14228         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
14229         to LIBCXXFLAGS.  Tests are better run without it.
14230
14231 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
14232
14233         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
14234
14235 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
14236
14237         * configure.in (*-*-netware*): Don't configure xiberty.
14238
14239 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
14240
14241         * configure.in:  Remove tk from native_only list.
14242
14243 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
14244
14245         * build-all.mk: Add mips-ncd-elf target to sun4 targets
14246           for special NCD build.
14247
14248 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14249
14250         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
14251         makeall.bat, they're only useful for binutils snapshots.
14252         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
14253         makeall.bat to specified SUPPORT_FILES.
14254
14255 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
14256
14257         * build-all.mk: Add Ericsson targets to sun4 and solaris
14258           hosts.  Add  BNR's sun4 target to solaris host, so their
14259           build-from-source will be tested in-house first.
14260
14261 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14262
14263         * Makefile.in (LIBCFLAGS): New variable.
14264         (CFLAGS_FOR_TARGET): Ditto.
14265         (LIBCFLAGS_FOR_TARGET): Ditto.
14266         (LIBCXXFLAGS): Ditto.
14267         (CXXFLAGS_FOR_TARGET): Ditto.
14268         (LIBCXXFLAGS_FOR_TARGET): Ditto.
14269         (BASE_FLAGS_TO_PASS): Pass them.
14270         (EXTRA_TARGET_FLAGS): Ditto.
14271
14272         * configure.in: Support --enable-shared.
14273
14274 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14275
14276         * configure.in (target_libs):  Include libstdc++ again.
14277         * config.guess:  Update from FSF (for FreeBSD).
14278
14279 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14280
14281         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
14282         makeall.bat.
14283         (DISTDOCDIRS): Add `etc'.
14284         (ETC_SUPPORT_PFX): New variable.
14285         (taz): Include anything from etc starting with a word in
14286         ETC_SUPPORT_PFX.
14287
14288 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14289
14290         * config.sub: Update for recent FSF changes.  Remove obsolete
14291         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
14292         spacing changes.
14293
14294 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14295
14296         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
14297
14298         * config.guess:  Merge with FSF.
14299         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
14300
14301 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14302
14303         * configure: Since the "trap 0" handler will override the exit
14304         status on many systems, only use it for "exit 1", and make it set
14305         a non-zero exit status; reset it before "exit 0".  Also, check
14306         exit status of config.sub, and error out if it failed.
14307
14308 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
14309
14310         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
14311         and install libgloss.
14312
14313 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14314
14315         * Makefile.in (all-binutils): Depend upon all-byacc.
14316
14317         * configure.in: Don't build emacs on Irix 5.
14318
14319 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14320
14321         * configure.in (*-*-netware*): Add libio.
14322
14323 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14324
14325         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
14326         (CHECK_TARGET_MODULES): Ditto.
14327         (INSTALL_TARGET_MODULES): Ditto.
14328         (TARGET_LIBS): Ditto.
14329         (all-libstdc++): Note dependencies.
14330
14331 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14332
14333         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
14334
14335 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14336
14337         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
14338         -fexternal-templates.
14339
14340         * configure.in (target_libs): Add libstdc++.
14341         (noconfigdirs): Add libstdc++ as appropriate.
14342
14343 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14344
14345         * config.guess:  Update from FSF.
14346
14347 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14348
14349         * configure: Use ${config_shell} when running ${configsub}.
14350
14351 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
14352
14353         * config.sub: No longer recognize h8300h.
14354
14355 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14356
14357         * config.sub: Remove extraneous differences between config.sub and
14358         gcc/config.sub.
14359
14360 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14361
14362         * Makefile.in (DISTSTUFFDIRS): Add gas.
14363
14364 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
14365
14366         * COPYING.NEWLIB: New file.
14367
14368 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14369
14370         * config.guess (HP-UX):  Patch from Harlan Stenn
14371         <harlan@landmark.com> to also emit release level.
14372
14373 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14374
14375         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
14376
14377 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14378
14379         * config.sub:  Merge nextstep cleanup from FSF.
14380
14381 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14382
14383         * configure.in (arm-*-*): Don't configure ld for this target.
14384
14385 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14386
14387         * configure.in (*-*-netware): don't configure libg++, libio,
14388           librx, or newlib.
14389
14390 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14391
14392         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
14393         configure ld--it works, but it doesn't support shared libraries.
14394
14395 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14396
14397         * config.guess (*-unknown-freebsd*):  Get rid of possible
14398         trailing "(Release)" in version string.
14399         Patch from Paul Richards <paul@isl.cf.ac.uk>.
14400
14401 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14402
14403         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
14404         Fix type: *-next-neststep -> *-next-nextstep.
14405
14406         * config.guess:  Merge from FSF:
14407
14408         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
14409
14410         * config.guess: Recognize powerpc-ibm-aix3.2.5.
14411
14412         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
14413
14414         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
14415         instead of UNIX_SV for UnixWare 1.0).
14416
14417 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
14418
14419         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
14420         to make gdb/nlm/* build after the compiler and linker.
14421
14422 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14423
14424         * config.guess (netbsd, freebsd, linux):  Accept any machine,
14425         not just i[34]86.
14426         (m68k-atari-sysv4):  Relocate to match FSF version.
14427
14428         * config.guess:  More merges from the FSF:
14429
14430         Add a space before function call or macro invocation.
14431
14432         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14433
14434         * config.guess: Add trap cmd to remove dummy.c and dummy when
14435         interrupted.
14436
14437         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14438
14439         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
14440         (dummy): Redirect stderr from compilation of dummy.c.
14441
14442         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
14443
14444         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
14445
14446 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
14447
14448         * configure: Accept and ignore --cache*, for compatibility with
14449         new autoconf.
14450
14451 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14452
14453         * config.guess:  Merge from FSF:
14454
14455         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14456
14457         * config.guess (Pyramid*:OSx*:*:*): New case.
14458         (PATH): Add /.attbin at end for finding uname.
14459         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
14460
14461         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
14462
14463         * config.guess (M88*:DolphinOS:*:*): New case.
14464
14465         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
14466
14467         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14468         to select whether to use ELF or COFF.
14469
14470         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14471
14472         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
14473
14474         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
14475
14476         * config.guess: Guess the OS version for HPUX.
14477
14478         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
14479
14480         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14481
14482 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14483
14484         * configure.in: Recognize --with-headers, --with-libs, and
14485         --without-newlib.
14486         * Makefile.in (all-xiberty): Depend upon all-ld.
14487
14488 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14489
14490         * configure.in: Change i[34]86 to i[345]86.
14491
14492 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14493
14494         * configure (version): A few more tweaks to help message.
14495
14496 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14497
14498         * Makefile.in:  Remove (for now) librx as a host library,
14499         now that we're building it for target.
14500
14501 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14502
14503         * configure: Fix up help message; from karl@owl.hq.ileaf.com
14504         (Karl Berry).
14505
14506 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14507
14508         * configure.in:  Also configure librx.
14509
14510 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14511
14512         * Makefile.in:  Update various rules to reflect that librx
14513         is now needed for libg++.
14514
14515 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14516
14517         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14518
14519 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
14520
14521         * configure.in: Configure the examples directory.
14522
14523 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14524
14525         * configure: Simplify Jun 2 1994 change.
14526
14527 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14528
14529         * change CC to /usr/latest/bin/gcc for lynx host builds, since
14530         /bin/gcc isn't good enough to build gcc.
14531
14532 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
14533
14534         * Makefile.in (GDB_SUPPORT_FILES): Remove
14535         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
14536         (gdb.tar.gz): Add new rule to use standard distribution building
14537         mechanism.
14538
14539 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14540
14541         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
14542         Bill Cox <bill@cygnus.com>.
14543
14544 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14545
14546         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
14547
14548 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
14549
14550         * configure:  Search current dir first in .gdbinit.
14551
14552 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14553
14554         * config.sub:  Recognize freebsd (merged from gcc config.sub).
14555
14556 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14557
14558         * config.sub:  Refer to NeXT's operating system as nextstep.
14559
14560         * config.sub (case $basic_machine):  Re-order the cases, to match
14561         the order in the FSF version (which is mostly alphabethical).
14562         Merge in some additions and changes from the FSF.
14563
14564 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
14565
14566         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14567         * config.sub: Recognize cxux7.
14568         * configure.in: Use mh-cxux for m88k-harris-cxux*.
14569
14570 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14571
14572         * config.sub:  Fix typo powerpc -> powerpc-*.
14573
14574 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
14575
14576         * Makefile.in: `all-emacs19' depends on `all-byacc'.
14577
14578         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14579         parallel with all-emacs and install-emacs).  Top-level command
14580         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14581
14582 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14583
14584         * test-build.mk ($(host)-stamp-stage2-installed): Remove
14585         $(relbindir)/make before doing ``make install'', and use
14586         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
14587         installing over running make binary.
14588         ($(host)-stamp-stage3-installed): Likewise.
14589
14590 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14591
14592         * config.guess: Recognize Mach.
14593
14594 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14595
14596         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14597         see whether --exec-prefix was used.
14598
14599 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14600
14601         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
14602
14603 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14604
14605         * Makefile.in: Add all-librx target similar to all-libproc.
14606
14607 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
14608
14609         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
14610         with post 1.2 uname bogosity.
14611
14612 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14613
14614         * configure: Remove temporary files on receipt of a signal.
14615
14616 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
14617
14618         * configure: If there is a package_makefile_frag, remove
14619         ${subdir}/Makefile.tem after copying it in.
14620
14621 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14622
14623         * build_all.mk: support rs6000 lynx identifies itself as
14624         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
14625         since /bin/gcc is too feeble to compile a modern gcc.
14626
14627 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
14628
14629         * brought devo/test-build.mk update-to-date with progressive/
14630           test-build.mk. Add lynx targets and hppa flag info.
14631
14632 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14633
14634         * configure.in:  Use mh-ncrsvr43.  Patch from
14635         Tom McConnell <tmcconne@sedona.intel.com>.
14636
14637 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14638
14639         * config.guess (i386-unknown-bsdi):  No longer need to
14640         check #if defined(__bsdi__) && defined(__i386__).
14641
14642 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14643
14644         * configure: Set program_transform_nameoption correctly.
14645
14646 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
14647
14648         * brought build-all.mk update-to-date with progressive build-all.mk,
14649           added new targets and hppa info.
14650
14651 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14652
14653         * configure: If config.guess result is a prefix of the user
14654         specified target, assume a native build and use the user specified
14655         target as the host alias.  Remove SunOS patch suffix removal hack.
14656         * configure.in: Remove SunOS patch suffix removal hack.
14657
14658         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14659         in NATIVE_CHECK_MODULES.
14660
14661 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
14662
14663         * Makefile.in: Rename HOST_ONLY to NATIVE.
14664         * configure: Delete SunOs patch suffix from host_canonical
14665           and build_canonical variables that are prepended to Makefiles.
14666         * configure.in: Add comments for easier maintenance.
14667
14668 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14669
14670         * Makefile.in: Add all-libproc target similar to all-gui.
14671
14672 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
14673
14674         * Makefile.in (CHECK_MODULES): split into
14675         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14676
14677 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
14678
14679         * config.guess (i386-unknown-bsdi): New system to guess.
14680
14681 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14682
14683         * Makefile.in: Add all-gui target (but not yet build by "all").
14684
14685 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
14686
14687         * config.sub: Move deletion of patch suffix from here...
14688         * configure.in: To here, at Ian's suggestion.  The top-
14689           level scripts might need to know of a patch level.
14690
14691 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
14692
14693         * config.sub: Strip off patch suffix so rtl is recognized
14694           as a sunos4.1.3 machine, even though it's been patched.
14695
14696 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
14697
14698         * Makefile.in (INSTALL_LAST): Delete.
14699         (INSTALL_DOSREL): New.
14700
14701 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14702
14703         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14704         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14705         whether we pass down --with-gnu-ld anyhow.
14706
14707 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
14708
14709         * Makefile.in (INSTALL_LAST): Change operation so it works
14710         on more flavors of make.
14711         * configure.in (go32): Don't build libg++ or libio.
14712
14713 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
14714
14715         * Makefile.in (Move HOST_PREFIX_1 and friends up so
14716         they can be overriden by templates.
14717
14718 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
14719
14720         * configure.in (target==go32): Don't build gdb.
14721         * dosrel: New directory.
14722
14723 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
14724
14725         * configure.in (host==go32): Configure dosrel too.
14726         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14727         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14728         be set by incoming names or templates.
14729         (INSTALL_LAST): New rule.
14730
14731 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
14732
14733         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14734
14735 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14736
14737         * configure.in (appdirs): New variable.  Currently empty, but will
14738         be used in gas distribution.  If nonempty, lists a set of
14739         directories at least one of which must get configured, or top
14740         level configuration is considered to have failed.
14741         (rs6000-*-lynxos*): Use new file name.
14742
14743 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14744
14745         Eliminate XTRAFLAGS.
14746         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14747         newlib include files using -idirafter, and also use -nostdinc.
14748         (CXX_FOR_TARGET): Likewise.
14749         (XTRAFLAGS): Removed.
14750         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14751         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14752         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14753         ($(DO_X)): Don't pass down XTRAFLAGS.
14754
14755 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14756
14757         * configure.in (mips*-dec-bsd*): New target; do build linker.
14758         (mips*-*-bsd*): New target; don't build linker.
14759
14760 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14761
14762         * configure.in: support rs6000-*-lynxos* configuration.
14763         support sunos4 as a cross target.
14764
14765         * config.sub: look for lynx*, not lynx since the OS version may
14766         legitimately be part of the name.
14767
14768 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14769
14770         * configure.in (i[34]86-*-sco*): Move to be with other i386
14771         targets.
14772         (romp-*-*): New target.  Skip various binary utilities.
14773         (vax-*-*): New target.  Don't build newlib.
14774         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
14775
14776 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14777
14778         * configure.in: Only set host_makefile_frag if config
14779         directory exists.
14780
14781 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14782
14783         * install.sh: If $dstdir exists, don't check whether each
14784         component does.
14785
14786 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14787
14788         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14789
14790 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
14791
14792         * configure.in (*-*-lynxos*): Don't configure newlib for either
14793         native or cross Lynx.
14794
14795 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
14796
14797         * config.sub (sparc64-elf): Fix os.
14798         (z8k): Remove duplicate.
14799
14800 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14801
14802         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14803         gcc/stmp-fixproto, to try to prevent fixproto from being run.
14804
14805 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
14806
14807         * configure: Make file links cleanly even if Lynx fails on
14808           an NFS symlink (at least fail cleanly).
14809
14810 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14811
14812         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14813         -XNh2000.
14814
14815 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14816
14817         * configure: Unknown options are fatal again.
14818
14819 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
14820
14821         * configure: Ignore --x-includes and --x-libraries, for Autoconf
14822         compatibility.
14823
14824 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
14825
14826         * build-all.mk: Add `clean' target.
14827
14828 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14829
14830         * config.guess:  Add SINIX support.
14831         * configure.in:  Add mips-*-sysv4* support.
14832
14833 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
14834
14835         * build-all.mk: Document all useful targets.
14836         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14837         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14838
14839 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14840
14841         * configure: Support --silent, --quiet.
14842
14843 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14844
14845         * configure: Support --disable-FEATURE.
14846
14847 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14848
14849         * config.guess: Recognize NCR running SVR4.3.
14850
14851 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14852
14853         * config.guess:  Make BSDI generate i386-unknown-bsd386.
14854         Patch from Paul Eggert <eggert@twinsun.com>.
14855
14856 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14857
14858         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14859
14860 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14861
14862         * configure: Make unrecognized options give nonfatal warnings
14863         instead of fatal errors, and pass them to any subdirectory
14864         configures in case they recognize them.
14865         Make --x equivalent to --with-x.
14866
14867 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14868
14869         * configure: Add --enable-* options.  Clean up usage message and
14870         some comments.
14871
14872 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
14873
14874         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14875
14876 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14877
14878         * configure.in (hppa*-*-*): Enable binutils.
14879
14880 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14881
14882         * config.sub: Recognize cisco.
14883
14884 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
14885
14886         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14887
14888 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14889
14890         * config.guess: about target *-hitachi-hiuxwe2, don't print more
14891         than one configuration name.  Add comment.
14892
14893 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
14894
14895         * config.guess: about target *-hitachi-hiuxwe2, fixed
14896         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
14897         macro is incorrect.]
14898
14899 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14900
14901         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14902         than the "make ls" stuff which used to be here.
14903
14904 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14905
14906         * config.guess:  Recognize i[34]86-unknown-freebsd.
14907         From Shawn M Carey <smcarey@rodan.syr.edu>.
14908
14909 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14910
14911         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14912
14913 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
14914
14915         * config.guess: Check for ptx.
14916
14917 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
14918
14919         * config.sub: Add os9k checking.
14920
14921 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14922
14923         * config.guess: Handle OSF1 running on HPPA processors
14924
14925 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14926
14927         * configure: If subdir configure fails, print out a message with
14928         subdirectory name, in case subdir's configure code didn't identify
14929         itself.
14930
14931 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
14932
14933         * configure.in: Remove embedded newlines from configdirs.
14934         Avoid mismatches of substrings.  Fix matching strings at end
14935         of configdirs.
14936
14937 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
14938
14939         * config.guess:  Add Lynx/rs6000 config support.
14940
14941 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14942
14943         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14944
14945 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
14946
14947         * configure.in (hppa*-*-osf*): Treat this just like most other
14948         PA configurations (eg no binutils or ld).
14949         (hppa*-*-*elf*): These configurations have binutils and ld.
14950
14951 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14952
14953         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
14954
14955 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14956
14957         * configure.in (rs6000-*-*): Build gas.
14958
14959 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14960
14961         * Makefile.in:  Avoid bug in losing hpux sed.
14962
14963 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14964
14965         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14966         for GDB and GDB has been fixed to not need it.
14967
14968 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14969
14970         * config.guess: Recognize vax hosts.
14971
14972 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14973
14974         * configure (while loop): Don't use "break 2" inside case
14975         statement -- the case statement isn't an enclosing loop.
14976
14977 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14978
14979         * config.guess:  Clean up NeXT support, to allow nextstep
14980         on Intel machines.  Make OS be nextstep.
14981
14982 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
14983
14984         * config.guess: Add alternate forms for Convex.
14985
14986 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
14987
14988         * configure:  Completely rewrite option processing.  Take
14989         advantage of pattern-matching to avoid invoking test frequently.
14990         Also clean up host and target defaulting logic.
14991
14992 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14993
14994         * Makefile.in: Replace all occurrances of "rootme" with "r" and
14995         "$${rootme}" with "$$r", to increase the likelihood that the do-*
14996         commands (plus user environment) will fit SCO limits.
14997
14998 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14999
15000         * configure.in: Don't issue warnings about directories which are
15001         not being configured if -norecursion is set.  Correct test for
15002         --with-gnu-as and --with-gnu-ld to not get confused by substring
15003         matches.
15004
15005         * configure.in: Don't build gas for alpha-dec-osf1*.
15006
15007 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
15008
15009         * configure:  Back out Per's change of 12/19/1993.  It changes the
15010         behavior of configure in unexpected and confusing ways.
15011
15012         Also, use different delim char when calculating
15013         program_transform_name so that the name can contain slashes.
15014
15015 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
15016
15017         * configure.in, config.sub: Add support for VSTa micro-kernel.
15018
15019 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
15020
15021         * configure.in: Nuke hacks which were used to get a special
15022         version of GAS for HPPA configurations.
15023
15024 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15025
15026         * configure:  If only ${target_alias} is given, use that
15027         as the default for ${host_alias}.
15028         * configure:  Add missing back-slashes before nested quotes.
15029
15030 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15031
15032         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
15033
15034 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
15035
15036         * config.guess:  Recognize some Tektronix configurations.
15037         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
15038
15039 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15040
15041         * config.sub: Match any flavor of SH.
15042
15043 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
15044
15045         * configure.in: Don't try to configure newlib for Alpha.
15046
15047 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15048
15049         * configure.in: Don't build ld for Irix 5.  Don't build gas,
15050         libg++ or libio for any Alpha target.
15051
15052         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
15053
15054 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
15055
15056         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
15057         default arguments -- so it tried to compress itself.
15058
15059 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15060
15061         * configure.in (notsupp): ensure that a space is always at the end
15062           of the configdirs list, since the grep checks for an explicit space
15063
15064 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15065
15066         * configure.in (target i386-sysv4.2): don't build ld, since static
15067           versions of many libraries are not available.
15068
15069 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15070
15071         * config.guess: Recognize Apollos (using environment variables).
15072         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
15073
15074 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15075
15076         * config.guess: Recognize Sony news mips running newsos.
15077
15078 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
15079
15080         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
15081         "fi ; else" for bash.
15082
15083 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
15084
15085         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
15086
15087 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
15088
15089         * config.sub: accept unixware as an alias for svr4.2.
15090         Fix some inconsistancies with the gcc version.
15091
15092 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15093
15094         * Makefile.in (DISTDOCDIRS):  Add gdb.
15095
15096 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15097
15098         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
15099
15100 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15101
15102         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
15103         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
15104         this now.
15105
15106 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15107
15108         * config.sub: Accept hiux* as an OS name.
15109
15110         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
15111         etc/make-stds.texi.  The underscore came from gcc, and dje now
15112         agrees that RUNTESTFLAGS is the correct name.
15113
15114 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15115
15116         * install.sh:  Remove 'set -e'.  It makes any conditionals
15117         in the script useless.
15118
15119         * config.guess: Automatically recognize arm-acorn-riscix
15120         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
15121
15122 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
15123
15124         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
15125
15126 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15127
15128         * Makefile.in (DISTDOCDIRS): New variable.
15129         (taz): Edit local Makefile.in sooner, instead of proto-toplev
15130         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
15131
15132 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15133
15134         * configure.in (hppa target): check the source directory for the
15135           pagas sub-directory
15136
15137 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
15138
15139         * config.sub: Allow -aout* and -elf*.
15140
15141 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15142
15143         * configure.in: Don't build ld on i386-solaris2, same as for
15144         sparc-solaris2.
15145
15146 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15147
15148         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
15149
15150 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15151
15152         * configure.in:  Configure gdb for alpha.
15153
15154 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15155
15156         * Makefile.in (CXXFLAGS): Add -O.
15157
15158 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15159
15160         * config.guess: added support for DG Aviion
15161
15162 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15163
15164         * configure.in: Produce warning message for subdirectories not
15165         configurable for this host/target combination.  Don't try to
15166         configure gdb for vms.
15167
15168 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15169
15170         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
15171         appropriate files before making "diststuff".
15172         (DISTBISONFILES): New var: list of files to be edited.
15173         (DISTSTUFFDIRS): Add binutils.
15174
15175 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15176
15177         * config.sub: also handle mipsel and mips64el (for little endian mips)
15178
15179 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15180
15181         * configure.in: Add * to end of all OS names.
15182
15183 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
15184
15185         * configure.in: Build newlib for LynxOS native.
15186
15187 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15188
15189         * config.guess: Add support for delta 88k running SVR3.
15190
15191         * configure.in: Add comment about HP compiler vs. emacs.
15192
15193 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15194
15195         * configure.in: don't build ld on solaris2 (not a viable option
15196           due to bugs in getpwnam & getpwuid)
15197
15198 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15199
15200         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
15201         config.guess will produce a full version number.
15202
15203 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15204
15205         * configure.in: Build linker and binutils for alpha-dec-osf1.
15206
15207 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15208
15209         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
15210         and gdb/testsuite/Makefile.in.
15211
15212 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15213
15214         * configure.in: recognize mips*- instead of mips-
15215
15216 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15217
15218         * config.sub: Accept linux*coff and linux*elf as operating
15219         systems.
15220
15221 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15222
15223         * config.sub: Recognize mips64, and mips3 as an alias for it.
15224
15225 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15226
15227         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
15228         gdb knows how to handle OSF/1 shared libraries.
15229
15230 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15231
15232         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
15233         * config.guess: Recognize Hitachi's HIUX.
15234         * config.sub: Recognize h3050r* and hppahitachi.
15235         Remove redundant cases for hp9k[23]*.
15236
15237 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15238
15239         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
15240         if gas and ld are in the source tree and are in ${configdirs}.
15241         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
15242         --with options (but still pass them down on the command line,
15243         if they were explicitly specified).
15244
15245 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15246
15247         * configure: substitute SHELL value in Makefile.in with
15248         ${CONFIG_SHELL}
15249
15250 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15251
15252         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
15253         *-*-solaris2* targets.
15254
15255 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15256
15257         * Makefile.in: define M4, and pass it down to sub-makes;
15258         all-autoconf now depends on all-m4
15259
15260 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15261
15262         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
15263         presence of {ar,ranlib} instead of a configured directory
15264
15265 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
15266
15267         * config.guess: Accept 34?? as well as 33?? for NCR.
15268
15269 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15270
15271         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
15272         of 'gas' in sed commands, since 'gash' is now in the tree as well.
15273
15274 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15275
15276         * configure: grab values for $(CC) and $(CXX) from the
15277         environment, so that someone can do "CC=gcc configure; make" and
15278         have it work right (matching the way that autoconf works now)
15279
15280         * configure.in, Makefile.in: add support for gash, the tcl
15281         interface to Galaxy
15282
15283         * config.guess: add NetBSD variants (hp300, x86)
15284
15285 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
15286
15287         * install.sh: Support -d option (in the manner of SunOS 4 install,
15288         as it is more deterministic than that of GNU install)
15289         (chmodcmd): Set file to mode 755 by default (should also do default
15290         chgrp and chown, but I don't feel like dealing with that now)
15291
15292 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
15293
15294         * config.sub: Remove h8300hhms alias.
15295
15296 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15297
15298         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
15299
15300 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15301
15302         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
15303         as stmp-fixinc
15304
15305 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15306
15307         * config.sub: recognize m88110-bug-coff.
15308
15309 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15310
15311         * Makefile.in (all-libio): all dependencies on the toolchain used
15312         to build this (gcc, gas, ld, etc)
15313
15314 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15315
15316         * config.guess: Deal with OSF/1 1.3 on alpha.
15317
15318 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15319
15320         * install.sh: add some 'else true' clauses for portability
15321
15322         * configure.in: don't build libio for h8[35]00-*-* targets
15323
15324 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15325
15326         * Makefile.in:  Add support for new libio.
15327
15328 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15329
15330         * install.sh: If one command fails, don't try the rest.  Don't try
15331         to remove $dsttmp (via trap) unless we have already created it.
15332         If $src doesn't exist, detect it and exit with an error.
15333
15334         * config.guess: Recognize BSD on hp300.
15335
15336 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15337
15338         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
15339         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
15340
15341 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
15342
15343         * Makefile.in (all-send-pr): depends on all-prms
15344
15345 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15346
15347         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
15348
15349 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15350
15351         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
15352         Added test for mips-mips-riscos5.
15353
15354 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15355
15356         * configure.in: use mh-hp300 for 68k HP hosts
15357
15358 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15359
15360         * configure: add support for CONFIG_SHELL, so that you can use
15361         some alternate shell for evaluating configure scripts
15362
15363 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
15364
15365         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
15366         in configure script to bug-gdb@prep.ai.mit.edu when building
15367         distribution archive.
15368         * Makefile.in (COMPRESS):  Remove def.
15369         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
15370         gdb.tar.Z and make-gdb.tar.Z respectively.
15371         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
15372         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
15373         to convergence with 'taz' target in Makefile.in.
15374
15375 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15376
15377         * install.sh (dsttmp): use trap to ensure that tmp files go
15378         away on error conditions
15379
15380 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15381
15382         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
15383
15384 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15385
15386         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
15387         its parent is '/' not ''.
15388
15389         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
15390
15391 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
15392
15393         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
15394         that ${newsrcdir}/configure.in does.
15395
15396 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15397
15398         * test-build.mk: support for CONFIG_SHELL
15399
15400 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
15401
15402         * config.sub (netware):  Add as a basic system type.
15403
15404 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15405
15406         * Makefile.in (Makefile): depend on configure.in.  Also drop the
15407           $(srcdir)/ from the dependency on Makefile.in.
15408
15409 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
15410
15411         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
15412         (h8300hhms is temporary until multi-libraries are implemented).
15413         * configure.in: Handle h8300h too.
15414
15415 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15416
15417         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
15418
15419 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
15420
15421         * configure:  Remove extraneous output when guessing host type.
15422         * config.guess:  Remove extraneous output when guessing using C
15423         compiler rather than uname, or when guessing fails.
15424
15425 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
15426
15427         * Makefile.in: remove all.cross and install.cross targets
15428
15429         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
15430           definitions
15431
15432 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
15433
15434         * configure.in (target sh): Build gprof.
15435
15436 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15437
15438         * config.sub: change -solaris to -solaris2
15439
15440 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15441
15442         * configure.in: Use config/mh-riscos for mips-*-sysv*.
15443
15444 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
15445
15446         * configure: Correct error message for missing Makefile.in to
15447         print correct directory.
15448
15449 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15450
15451         * install.sh: kludge around 386BSD shell bug
15452
15453 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
15454
15455         * config.guess:  Recognize NeXT.
15456         * config.guess:  Recognize i486-ncr-sysv4.
15457         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
15458
15459 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
15460
15461         * Makefile.in (MAKEINFOFLAGS): New variable.
15462         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
15463         * build-all.mk, test-build.mk: Pass down --no-split as
15464         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
15465
15466 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
15467
15468         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
15469
15470 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
15471
15472         * Makefile.in (libg++.tar.z):  New rule.
15473         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
15474         * Makefile.in (taz):  Only do a single chmod.
15475
15476 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15477
15478         * install.sh: don't use dirname anymore (replaced with sed usage)
15479
15480 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
15481
15482         * Makefile.in:  Change extension for gzip'd files from '.z' to
15483         '.gz' per new FSF standard usage.
15484
15485 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15486
15487         * configure: put quotes around the final value of program_transform_name
15488
15489 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15490
15491         * Makefile.in: new install.sh support; update install-info rules
15492
15493 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
15494
15495         * configure.in: Build diff for crosses, but not for go32 host.
15496
15497         * configure.in: Build gprof only for native, and don't build it
15498         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15499
15500 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
15501
15502         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15503
15504 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15505
15506         * configure.in (host_tools): Add prms.
15507
15508 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15509
15510         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15511         with $(FLAGS_TO_PASS) on the command line
15512
15513         * config.sub: Recognize lynx and lynxos
15514
15515 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15516
15517         * config.sub: Accept -ecoff*, not just -ecoff.
15518
15519 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15520
15521         * Makefile.in (taz): Use .gz suffix instead of .z.
15522         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15523         names.
15524
15525 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15526
15527         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15528
15529 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15530
15531         * Makefile.in (install-no-fixedincludes):  install gcc last, so
15532         that rebuilds that might happen during 'make install' don't get
15533         bogus gcc include files
15534
15535 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15536
15537         Change from Utah for HPPA support:
15538         * config.guess: Recognize hppa1.x-hp-bsd.
15539
15540 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
15541
15542         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
15543         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
15544
15545 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15546
15547         * config.sub: Add support for rom68k and bug boot monitors.
15548
15549 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
15550
15551         * Makefile.in: Make all-opcodes depend on all-bfd.
15552
15553 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15554
15555         * config.guess: Added special check for i[34]86-univel-sysv4*.
15556
15557 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
15558
15559         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15560         the processor rather than assuming i486.
15561
15562 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15563
15564         * config.guess: Recognize SunOS6 as Solaris3.
15565
15566 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
15567
15568         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
15569         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15570
15571 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
15572
15573         * build-all.mk (all-cross): New target for Canadian Cross.
15574         Added Q2 go32 targets.
15575         * test-build.mk: Configure go32 cross sparclite-aout and
15576         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
15577         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15578
15579 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15580
15581         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15582         GO32 hosted toolchains
15583
15584 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15585
15586         * configure: change  so "-exec-prefix" gets passed down rather
15587         than "-exec_prefix" so autoconf generated Makefiles get the
15588         exec_prefix set right.
15589
15590 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15591
15592         * config.guess: get the Solaris2 minor version number
15593
15594         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15595
15596 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15597
15598         * config.guess: Recognize some Sequent platforms.
15599
15600 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15601
15602         * Makefile.in: added the vault-install target
15603
15604         * configure.in: actually use the Sun3 makefile fragment that's in
15605         config, also added the release dir to configdirs
15606
15607 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15608
15609         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15610
15611 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15612
15613         * configure.in: remove some program from Alpha targetted toolchains
15614
15615 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
15616
15617         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
15618         gprof.
15619         (taz): Run "make diststuff" in those directories instead of "make
15620         proto-dir".  Look for "VERSION=" only at start of line in subdir
15621         Makefile.  Use "gzip -9" for compression.
15622         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15623         (binutils.tar.z): New target.
15624
15625 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15626
15627         * Makefile.in (taz): Include gpl.texinfo.
15628
15629 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15630
15631         * Makefile.in (setup-dirs): Merged into "taz" target.
15632         (taz): Only do `proto-dir' stuff if a directory is actually needed
15633         for this target.
15634
15635 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
15636
15637         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15638         (FLAGS_TO_PASS): Pass down MUNCH_NM.
15639         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15640         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15641         (gcc-no-fixedincludes): Correct for current gcc Makefile.
15642
15643 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
15644
15645         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
15646         config.sub, and move-if-change to gdb testsuite distribution
15647         archive, so the testsuite can be extracted, configured, and
15648         run separately from the gdb distribution.  Blow away the Chill
15649         tests that require a Chill compiled executable, since GNU Chill
15650         is not yet publically available.
15651
15652 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15653
15654         * test-build.mk: set environment variables in a single command,
15655         instead of a list of assignments and exports
15656
15657         * config.guess: recognize Alpha/OSF1 systems
15658
15659 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15660
15661         * configure: Change help message to prefer --options rather than
15662           -options.
15663
15664 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15665
15666         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15667         zippy@ecst.csuchico.edu.
15668         * config.guess: Recognize miniframe.
15669
15670 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15671
15672         * Makefile.in: Use srcroot to find runtest rather than rootme.
15673         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
15674
15675 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
15676
15677         * test-build.mk: Extensive additions to support building on a
15678         machine other than the host.
15679
15680 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15681
15682         * configure (tooldir): Fix for i386-aix again.
15683
15684 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
15685
15686         * configure, Makefile.in:  Change definition of $(tooldir)
15687         to match the FSF.
15688
15689 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
15690
15691         * config.guess:  Recognize i[34]86/SVR4.
15692
15693 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15694
15695         * Makefile.in (all-gdb): gdb depends on sim.
15696
15697 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
15698
15699         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
15700         at the same time we make the prototype gdb directory.
15701         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
15702         files at the same time as the gdb base release distribution.
15703
15704 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
15705
15706         * Makefile.in (check): Use individual check targets rather than
15707         DO_X rule.
15708         (check-gcc): Added.
15709
15710 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
15711
15712         * config.sub: Use sysv3.2 not sysv32 for canonical OS
15713         for System V release 3.2.
15714
15715 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15716
15717         * config.sub: Recognize hppaosf.
15718         * configure.in: Do configure ld/binutils/gas for it.
15719
15720 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15721
15722         * configure (tooldir): Alter syntax used to set this, for systems
15723         where "\$" isn't handled right, like i386-aix.
15724
15725 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15726
15727         * configure: Pass program-transform-name, not
15728         program_transform_name, to recursive configures.
15729
15730 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
15731
15732         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15733         of gas+ld+binutils.
15734
15735 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
15736
15737         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
15738
15739 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15740
15741         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15742
15743 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15744
15745         * Makefile.in (PRMS): Set back to all-prms.
15746
15747 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15748
15749         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15750         targets, rather than for MIPS hosts.
15751
15752 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15753
15754         * configure.in: add comment for --with-x default values
15755
15756         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15757
15758         * Makefile.in: add check-* targets for each of the directories in
15759         the tree.  Add a definition of RUNTEST that will use the one we
15760         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
15761
15762 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
15763
15764         * configure.in: Removed obsolete references to bfd_target and
15765         target_makefile_frag.
15766
15767         * build-all.mk: Set assorted targets for Q2.
15768         * config.sub: Recognize z8k-sim and h8300-hms.
15769         * test-build.mk: Really don't pass host to configure.
15770         (HOLES): Added uname.
15771
15772 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
15773
15774         * configure: Handle an empty program-prefix, program-suffix or
15775         program-transform-name correctly.
15776
15777 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15778
15779         * build-all.mk: -G 8 no longer required for MIPS targets.
15780         * test-build.mk: Don't pass host argument to configure; make it
15781         guess.
15782
15783 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
15784
15785         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
15786         * Makefile.in (COMPRESS):  New macro, like GZIP.
15787
15788 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15789
15790         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15791
15792         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15793         with gas currently defaults to -G 0.
15794
15795 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
15796
15797         * Makefile.in (all-flex): flex depends on byacc.
15798
15799         * build-all.mk: If host not specified, use config.guess.  Pass TAG
15800         to test-build.mk as RELEASE_TAG.
15801         * test-build.mk (configargs): New variable containing arguments to
15802         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
15803         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15804
15805         * config.guess: Use /bin/uname when checking -X argument on SCO,
15806         to avoid invoking GNU uname which doesn't understand -X.
15807
15808         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15809
15810         * configure.in: Build gas for mips-*-*.
15811
15812 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15813
15814         * Makefile.in (all.normal): insert missing backslash.
15815
15816 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15817
15818         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15819
15820         * Makefile.in: Complete overhaul to merge many almost identical
15821         targets.
15822
15823 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15824
15825         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15826         (gdb.tar.Z): Adjusted.
15827
15828         * Makefile.in (setup-dirs, taz): New targets; should be general
15829         enough to adapt for gdb sometime.  Build only .z file.
15830         (gas.tar.z): New target.
15831
15832 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
15833
15834         * build-all.mk: Use CC=cc -Xs on Solaris.
15835
15836 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
15837
15838         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
15839         for handling BISON for FSF releases.
15840
15841 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15842
15843         * configure: Actually implement the change zoo just documented.
15844
15845 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
15846
15847         * configure: when using config.guess, only set target_alias when
15848         it's not already been set (ie, on the command line)
15849
15850 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15851
15852         * Makefile.in: add installcheck target, set PRMS to install-prms
15853
15854 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15855
15856         * configure: add support for package_makefile_fragment, handle the
15857         case where a directory has a configure.in file but no Makefile.in
15858         more gracefully (with an actual understandable error message, even);
15859         add support for --without (and add this to the usage message); also
15860         explicitly add a --host=${host_alias} to the command line when
15861         config.guess is used
15862
15863 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15864
15865         * configure: Must use both --host and --target in recursive calls.
15866
15867 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15868
15869         * Makefile.in: Change deja-gnu to dejagnu.
15870
15871 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15872
15873         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15874
15875 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15876
15877         * configure.in: canonicalize all instances to *-*-solaris2*,
15878         also strip out a number of tools to not build for go32 host
15879
15880 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15881
15882         * config.guess: add GPL.
15883
15884         * Makefile.in, config.guess, config.sub, configure: bump
15885           copyrights to 93.
15886
15887 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
15888
15889         * Makefile.in (do-info): Removed obsolete check for existence of
15890         localenv file.
15891
15892         * Makefile.in (MAKEOVERRIDES): Define to be empty.
15893
15894 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15895
15896         * Makefile.in: a couple of 'else true' for decstation,
15897         support for TclX
15898
15899         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15900
15901 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
15902
15903         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15904
15905 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
15906
15907         * config.guess: Recognize i386-ibm-aix (PS/2).
15908         * configure.in: Use config/mh-aix386 file for it.
15909
15910 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
15911
15912         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15913         CC_FOR_TARGET instead.
15914         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15915
15916 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
15917
15918         * Makefile.in: Add sim to list of directories sent with gdb
15919
15920 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15921
15922         * configure.in: Put back mips-dec-bsd* case.
15923
15924 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
15925
15926         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15927         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
15928         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15929
15930 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15931
15932         * configure.in: remove no-op mips-dec-bsd* in "case $target"
15933
15934         * Makefile.in (dir.info): only run gen-info-dir if it exists,
15935         (install-info): install dir.info only if it exists,
15936         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15937
15938 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
15939
15940         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
15941         gas for mips-dec-bsd.
15942
15943 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
15944
15945         * configure (makesrcdir): If ${srcdir} is relative and not ".",
15946         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15947
15948 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15949
15950         * configure.in: Added "dejagnu" to hosttools list.
15951
15952 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
15953
15954         * config.sub, configure.in, config.guess:  Add support
15955         for Bosx, an AIX variant from Bull.
15956         Patches from F.Pierresteguy@frcl.bull.fr.
15957
15958 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15959
15960         * devo/dejagnu: Initial creation of devo/dejagnu.
15961         Migrated dejagnu testcases and support files for testing software
15962         tools to reside as subdirectories, currently called "testsuite",
15963         within the directory of the software tool.  Migrated all programs,
15964         support libraries, etc. beloging to dejagnu proper from
15965         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
15966         with no modifications.  The changes to these files which will
15967         allow them to configure, build, and execute properly will be made
15968         in a future update.
15969
15970 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15971
15972         * Makefile.in: Change send_pr to send-pr.
15973         * configure.in: Likewise.
15974         * send_pr: Renamed directory to send-pr.
15975
15976 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
15977
15978         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
15979
15980 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
15981
15982         * README:  Update for gdb-4.8 release.
15983         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
15984         gdb-xxx.tar.z (gzip'd) file also.
15985
15986 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15987
15988         * Makefile.in: make all-diff depend on all-libiberty
15989
15990 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
15991
15992         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15993
15994 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15995
15996         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15997
15998 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
15999
16000         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
16001         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
16002         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
16003
16004 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16005
16006         * Makefile.in:  makeinfo binary is in a new location
16007
16008 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
16009
16010         * config.sub: Accept -ecoff as an OS.
16011
16012         * Makefile.in: Various changes to eliminate a level of make
16013         recursion and reduce the required command line length.
16014         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
16015         sub-makes.
16016         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
16017         variables holding settings for specific sub-makes.
16018         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
16019         in terms of BASE_FLAGS_TO_PASS.
16020         (TARGET_LIBS): New variable listing directories which use
16021         TARGET_FLAGS_TO_PASS.
16022         (subdir_do): Eliminated.
16023         (do-*): New set of targets to replace subdir_do.
16024         (various): All targets which used subdir_do now depend on do-*.
16025         (local-clean): Renamed from do_clean.
16026         (local-distclean): New target, dependency of distclean and
16027         realclean.
16028         (install-info): Don't create directories.  Depend on dir.info
16029         rather than calling make recursively.
16030         (install-dir.info): Eliminated.
16031         (install-info-dirs): Create all info directories here.
16032         (dir.info): Depend upon do-install-info.
16033
16034         * test-build.mk (HOLES): Added false.
16035
16036 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
16037
16038         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
16039
16040 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16041
16042         * Makefile.in (info): remove dependency on all-texinfo.  The
16043         problem was really in texinfo/C, not at this level.
16044
16045 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16046
16047         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
16048
16049 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
16050
16051         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
16052         GDB releases.
16053
16054 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16055
16056         * configure: Include srcdir in message about target of link not
16057         being found.  Don't convert `-' to `_' in `with' options being
16058         passed to subdirs.
16059
16060 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16061
16062         * configure.in: add uudecode to host_tools
16063
16064         * Makefile.in: added {all,install}-uudecode targets, added them to
16065         the appropriate lists
16066
16067 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
16068
16069         * Makefile.in (all-gcc): Added dependency on all-gas.
16070
16071         * configure.in (mips-*-*): Build ld and binutils.
16072
16073 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16074
16075         * configure: check return code from mkdir, print error message and
16076           exit on failure.
16077
16078 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
16079
16080         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
16081
16082 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16083
16084         * test-build.mk (HOLES): Added tar, cpio and uudecode.
16085
16086 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16087
16088         * config.sub (h8500):  Recognize this as a cpu type.
16089
16090 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16091
16092         * configure: source directory missing is no longer a warning
16093
16094         * configure.in: recognize irix[34]* instead of irix[34]
16095
16096         * Makefile.in: define and pass down X11_LIB
16097
16098 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
16099
16100         * guess-systype: Renamed to ...
16101         * config.guess:  ... by popular request.
16102         * configure.in, Makefile.in:  Update accordingly.
16103
16104 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
16105
16106         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
16107         + Add Convex, Cray/Unicos, and Encore/Multimax support.
16108         + Execute ./dummy instead of assuming . is in PATH.
16109
16110 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
16111
16112         * guess-systype:  New shell script.  Attempts to guess the
16113         canonical host name of the executing host.
16114         Only a few hosts are supported so far.
16115         * configure:  Call guess-systype if no host is specified.
16116
16117 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16118
16119         * Makefile.in (gcc-no-fixedincludes): Made to work with current
16120         gcc Makefile.
16121
16122
16123 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
16124
16125         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
16126         (all-gcc, install-gcc, subdir_do): Use it.
16127
16128 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16129
16130         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
16131
16132 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
16133
16134         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
16135           set exclusively by configure, using configure.in .
16136
16137 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16138
16139         * test-build.mk: set $PATH for all builds
16140
16141         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
16142
16143 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
16144
16145         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
16146         the one used in gcc/Makefile.in, so that a null expansion doesn't
16147         override the one needed to build gcc with a native cc.
16148
16149
16150 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16151
16152         * configure: Accept -with arguments.
16153
16154 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16155
16156         * Makefile.in: added h8300sim
16157
16158 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
16159
16160         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
16161         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
16162         (all-cygnus, native, build-cygnus): Make
16163         $(canonhost)-stamp-3stage-done, not $(host)....
16164         * test-build.mk (stamp-3stage-compared): Use tail +10c for
16165         i386-sco3.2v4.  Added else true to if command.
16166
16167 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
16168
16169         * config.sub: (from FSF) Sequent uses a BSD-like OS.
16170
16171 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
16172
16173         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
16174
16175 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16176
16177         * configure.in: don't remove binutils from Solaris builds
16178
16179 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
16180
16181         * Makefile.in: get rid of earlier definitions for *clean,
16182         also handle the recursive info rule better
16183
16184 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
16185
16186         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
16187         do more-or-less the right thing.
16188
16189 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
16190
16191         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
16192         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
16193
16194 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16195
16196         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
16197         $(host_canonical).
16198
16199         * configure.in: split the configdirs list into 4 categories (native
16200         v. cross, library v. tool) and handle the cross-only and native-
16201         only in more reasonable (and correct!) way.
16202
16203 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
16204
16205         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
16206         configdirs anymore.
16207
16208 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16209
16210         * Makefile.in: extensive cleanup::  removed all of the explicit
16211         clean-* targets, collapsed many wrappers around subdir_do into
16212         one, added additional targets to satisfy standards.texi, deleted
16213         some old targets, some changes for consistency
16214
16215 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16216
16217         * configure.in: handle some programs as cross-only, and others as
16218         native only
16219
16220         * test-build.mk: handle partial holes in a more generic manner
16221
16222         * Makefile.in: m4 depends on libiberty
16223
16224 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16225
16226         * configure.in: add m4, textutils, fileutils, sed, shellutils,
16227         time, wdiff, and find to configdirs
16228
16229         * Makefile.in: all, clean, and install rules for the new programs
16230         added to configure.in
16231
16232 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16233
16234         * configure.in: use mh-sun for all *-sun-* hosts
16235
16236 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16237
16238         * Makefile.in: define flags for X11 include files and library file
16239         locations, pass them down to the programs that need this info
16240
16241         * build-all.mk: added a 'native' target, to 3stage the native toolchain
16242
16243 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16244
16245         * configure.in: start building libg++ for HP-UX targets
16246
16247 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
16248
16249         * README:  Update references to files moved into etc/.
16250
16251 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
16252
16253         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
16254         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
16255
16256 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16257
16258         * configure: accept dash as well as underscore in long option
16259         names for FSF compatibility.
16260
16261 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
16262
16263         * config.sub: added -sco3.2v4 support from FSF.
16264
16265 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16266
16267         * configure.in: expand the section that adds or removes
16268         directories from the list of programs to build, to handle native
16269         vs. cross in addition to host v. native
16270
16271 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
16272
16273         * Makefile.in:  Replace C++ in macro names with CXX.
16274         This is less likely to break ...
16275
16276 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16277
16278         * test-build.mk: add -w to GNU_MAKE
16279
16280 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16281
16282         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
16283         add 'sparc' to list of recognized cpus.  This needed to make
16284         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
16285         Delete some redundant ose68 variants.  Recognize -wrs as an os,
16286         then changes that into $CPU-wrs-vxworks.
16287
16288         * configure.in: remove most references to gdbtest, regularize
16289         target based program removal
16290
16291         * test-build.mk: import from p3 tree (many fixes and changes)
16292
16293 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
16294
16295         * Makefile.in: added rules to handle tcl, tk, and expect
16296
16297         * configure.in: handle those directories if they exist
16298
16299 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16300
16301         * config.sub: removed bogus hppabsd and hppahpux names, since
16302         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
16303
16304 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16305
16306         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
16307         depends upon all-xiberty
16308
16309         * Makefile.in: changes from p3, including:
16310
16311         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
16312
16313         * Makefile.in (XTRAFLAGS): include newlib directories if
16314         newlib/Makefile exists, rather than if host != target.
16315
16316         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
16317
16318         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16319         from the same source tree and not building a cross-compiler.  This
16320         matters for the libg++ configuration if reconfiguring a tree that
16321         has already been installed.
16322
16323         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
16324
16325         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16326         pick up the machine and system specific header files.
16327
16328         * Makefile.in: added AS_FOR_TARGET, passed down in
16329         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16330         the C compiler to use to create programs which are run in the
16331         build environment, set it to default to $(CC), and passed it down
16332         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16333
16334         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
16335
16336         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
16337         We need them for unusual native builds, like systems without
16338         ranlib.
16339
16340         * configure: also define $(host_canonical) and
16341         $(target_canonical), which are the full, canonical names for the
16342         given host and target
16343
16344 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
16345
16346         * Makefile.in:  Added separate definitions for C++.
16347
16348 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
16349
16350         * configure.in (configdirs):  Add deja-gnu.
16351
16352 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
16353
16354         * README:  Update for configure.texi and gdb-4.7 release.
16355
16356 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
16357
16358         * Makefile.in:  Move "all" target to top of file.
16359         Previously, first target was ".PHONY" which caused BSD4.4 make
16360         to build .PHONY when make was run without arguments.
16361
16362 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
16363
16364         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
16365         Library-copylefted code in libiberty.
16366
16367 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
16368
16369         * config.sub:  Replace m68kmote with plain old m68k.
16370
16371 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
16372
16373         * Makefile.in:  Remove space from blank line, avoid Make complaints.
16374
16375 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
16376
16377         * config.sub: Complain if no argument is given.  Added support for
16378         386bsd as OS and target alias.
16379
16380 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
16381
16382         * Makefile.in (XTRAFLAGS): include newlib directories if
16383         newlib/Makefile exists, rather than if host != target.
16384
16385 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
16386
16387         * config.sub: recognize sparclite-wrs-vxworks.
16388
16389         * Makefile.in (install-xiberty): added *-xiberty make rules (from
16390         p3.) Added clean-xiberty to clean.
16391
16392 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16393
16394         * configure.in: use *-*-* instead of nested cases for host and target
16395
16396 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
16397
16398         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16399         from the same source tree and not building a cross-compiler.  This
16400         matters for the libg++ configuration if reconfiguring a tree that
16401         has already been installed.
16402
16403 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
16404
16405         * config.sub (i486v/i486v4):  Merge in from FSF version.
16406
16407 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
16408
16409         * configure: only set PWD if it is already set.
16410
16411 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
16412
16413         * configure: just set PWD=`pwd` at the top, since Ultrix sh
16414         doesn't have unset and all success paths (and most error paths)
16415         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
16416         to just ${PWD} to avoid confusion.)
16417
16418 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
16419
16420         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
16421         even for a native compilation.
16422
16423 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
16424
16425         Changes to make the gdb.tar.Z rule work better.
16426
16427         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
16428         (DEVO_SUPPORT):  Add configure.texi.
16429         (bfd-ilrt.tar.Z):  Remove ancient rule.
16430
16431 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
16432
16433         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16434         pick up the machine and system specific header files.
16435
16436         * configure.in, config.sub: added new target m68010-adobe-scout,
16437         with alias of adobe68k.  Changed configure.in to check for
16438         -scout before -sco* to avoid a false match.
16439
16440         * Makefile.in: added AS_FOR_TARGET, passed down in
16441         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16442         the C compiler to use to create programs which are run in the
16443         build environment, set it to default to $(CC), and passed it down
16444         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16445
16446 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16447
16448         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
16449         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
16450         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
16451         FOR_TARGET variants, to newlib and libg++.
16452
16453 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16454
16455         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
16456         first.
16457
16458 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
16459
16460         * config.sub:  Accept `elf' as an environment.
16461
16462 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16463
16464         * Makefile.in (all-opcodes):  cd into the right directory
16465
16466 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
16467
16468         * configure: added -program_transform_name option, used as
16469         argument to sed when installing programs.
16470         configure.texi: added documentation for -program_prefix,
16471         -program_suffix and -program_transform_name.
16472
16473 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
16474
16475         * config.sub:  Accept i486 where i386 ok.
16476
16477 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
16478
16479         * config.sub: accept we32k
16480
16481 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
16482
16483         * config.sub, configure.in: accept OSE68000 and OSE68k.
16484
16485         * Makefile.in: don't create all directories for ``make install'';
16486         let the subdirectories create the ones they need.
16487
16488 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16489
16490         * COPYING: new file, GPL v2
16491
16492 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16493
16494         * Makefile.in: use the new gen-info-dir, which needs a template
16495         argument (which also lives in texinfo)
16496
16497         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16498
16499 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
16500
16501         * config.sub (ncr3000):  Change i386 to i486.
16502
16503 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16504
16505         * Makefile.in: add install-rcs, install-grep to
16506         install-no-fixedincludes, removed install-bison and install-libgcc
16507
16508 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
16509
16510         * configure.in: grab the HPUX makefile fragment if on HPUX
16511
16512 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
16513
16514         * Makefile.in: eradicate bison spoor (ditto libgcc).
16515          configure.in: recognise m68{k,000}-ericsson-OSE.
16516          es1800 is alias for m68k-ericsson-OSE
16517
16518 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16519
16520         * configure.in: rearrange the parts that remove programs from
16521         configdirs, based now on HOST==TARGET or by canonical triple.
16522
16523 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16524
16525         * test-build.mk: recurse explicitly with -f test-build.mk when
16526           appropriate.  predicate stage3 and comparison on the existence
16527           of gcc.  That is, if gcc isn't around, we aren't three-staging.
16528           On very clean, also remove ...stamp-co.  Build in-place before
16529           doing other builds.
16530
16531 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16532
16533         * Makefile.in, configure.in: add tgas
16534
16535 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16536
16537         * Makefile.in: a number of changes merged in from progressive.
16538
16539         * configure.in: add libm.
16540
16541         * .cvsignore: ignore some stuff that comes from test-build.mk.
16542
16543 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
16544
16545         * config.sub:  Add es1800 (m68k-ericsson-es1800).
16546
16547 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
16548
16549         * configure: Add program_suffix (parallel to program_prefix)
16550         * Makefile.in: adjust directory-creating script for losing decstation
16551
16552 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
16553
16554         * configure:  Minor $subdir-related fixes.
16555
16556 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16557
16558         * configure: fix various problems with propogating
16559         makefile_target_frag in subdirs.
16560         * configure.in: config libgcc if its there
16561
16562 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
16563
16564         * config.sub:  HPPA merge.
16565
16566 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
16567
16568         * Makefile.in:  Replace all-bison with all-byacc in all
16569         dependency lines for other tools (which now use byacc).
16570
16571 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
16572
16573         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
16574
16575 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
16576
16577         * Makefile.in: make gprof rules similar to byacc rules (instead of
16578         vestigal $(unsubdir) that didn't work...)
16579
16580 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
16581
16582         * config.sub:  Add support for Linux.
16583         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
16584         (at least for libg++).
16585
16586 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
16587
16588         * configure.texi: fix doc for the -nfp option to configure
16589
16590 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
16591
16592         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16593
16594 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
16595
16596         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16597         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16598         * configure.in: added solaris* host_makefile_frag hook.
16599
16600 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16601
16602         * config.sub: changed recognition of m68000 so that various
16603         m68k types can be specified via m680[01234]0
16604
16605 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16606
16607         * config.sub (basic_machine): fix sed so that '-foo' isn't
16608         completely substituted out while .+'-foo' loses the '-foo'
16609
16610 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16611
16612         * config.sub ($os): Add -aout.
16613
16614 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
16615
16616         * configure:  If host_makefile_frag is absolute, don't
16617         prefix ${invsubdir} (relevant to libg++ auto-configure).
16618
16619 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16620
16621         * Makefile.in (tooldir): Define it.
16622         (all-ld): Depend on all-flex.
16623
16624 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
16625
16626         * Makefile.in (check):  Fix libg++ special case.
16627
16628 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
16629
16630         * configure: do not bury `pwd` into config.status, thus do fewer
16631           pwd's.
16632
16633         * configure: print the "Building in" message only when building in
16634           other than "." AND verbose.
16635
16636         * configure: remove -s, rework -v to better accommodate guested
16637           configures.
16638
16639         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16640
16641 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
16642
16643         * Makefile.in: macroize flags passed on recursion.  remove
16644           fileutils.
16645
16646 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
16647
16648         * configure: get makesrcdir right for subdirs deeper than 1.
16649
16650         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16651           install.
16652
16653 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
16654
16655         * Makefile.in: don't print subdir_do or recursion lines.
16656
16657 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
16658
16659         * standards.texi: added menu item.
16660
16661         * Makefile.in: build and install standards.info.
16662
16663         * standards.texi: new file.
16664
16665 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16666
16667         * configure: test for and move config.status pieces from
16668           ${subdir}/.
16669
16670 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
16671
16672         * configure:  Test for existance of files before trying to mv
16673         them, to avoid numerous non-existance messages.
16674
16675 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
16676
16677         * configure: correct final line of config.status.
16678
16679         * configure: patch from eggert.  Avoids a protection problem if
16680           the original Makefile.in is read only.
16681
16682         * configure: use move-if-change from gcc to create config.status.
16683           Some makefiles depend on config.status to tell if a directory
16684           has been reconfigured for a different host.  This change
16685           prevents those directories from remaking everything in the case
16686           where the reconfig was only intended to rebuild a Makefile.
16687
16688         * configure: test for config.sub with "config.sub sun4" rather
16689           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
16690           host alias from a missing config.sub.
16691
16692 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16693
16694         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16695           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
16696
16697 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
16698
16699         * configure: mkdir ${subdir} as needed.
16700
16701 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
16702
16703         * Makefile.in,configure.in: added autoconf.
16704
16705 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16706
16707         * Makefile.in: no longer pass against on recursion.
16708
16709         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16710           definitions are not inherited.
16711
16712         * configure: correct makesrcdir when subdir is .
16713
16714 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
16715
16716         * configure:  Add support for 'subdirs' variable, which is
16717         like 'configdirs', except that configure doesn't re-invoke
16718         itself for subdirs, it just creates a Makefile for each subdir.
16719         * configure.texi:  Document subdirs.
16720
16721 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16722
16723         * configure.in: added flex to configdirs
16724
16725 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
16726
16727         * Makefile.in: remove clean-stamps from clean.
16728
16729 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
16730
16731         * configure.in:  Add gdbtest to configdirs.
16732
16733 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
16734
16735         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
16736         to recursive makes.
16737         * configure.in:  Recognize new ncr3000 config.
16738
16739 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
16740
16741         * Makefile.in, configure.in: removed references to gdbm.
16742
16743 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
16744
16745         * config.sub:  Don't canonicalize os value
16746         newsos* to bsd (readline needs to check for newsos).
16747         (This fix was earlier made Jan 31, but got re-broken.)
16748
16749 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
16750
16751         * configure.in:  sco is an os, not a vendor!
16752
16753         * configure:  Quote $( better.  Keep various shells happy.
16754
16755 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
16756
16757         * Makefile.in: eliminate stamp-files.
16758
16759 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
16760
16761         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
16762           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16763
16764 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
16765
16766         * config.sub:  fix iris/iris3.
16767
16768 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
16769
16770         * configure: re-add -rm.
16771
16772 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
16773
16774         * Maskefile.in: add .stmp-rcs to all.
16775
16776         * configure.in: remove gas from rs6000 build, use aix host fragment.
16777
16778 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
16779
16780         * configure: pass down site_option during recursion.
16781
16782 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
16783
16784         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
16785
16786 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
16787
16788         * configure: Change exec_prefix so that it really defaults to prefix.
16789
16790 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
16791
16792         * Makefile.in, configure.in:  Add support for mmalloc library.
16793
16794 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
16795
16796         * Makefile.in: add stmp dependencies for a few more things.
16797
16798 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
16799
16800         * configure: adjusted error message on objdir/srcdir configure
16801           collision, per john's suggestion.
16802
16803         * Makefile.in: add libiberty stmp to all and all.cross.
16804
16805 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
16806
16807         * Makefile.in: remove force dependencies, add grep to all.
16808
16809 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
16810
16811         * Makefile.in: drop flex.  make stamp files work.
16812
16813         * configure: added test for conflicting configuration in srcdir,
16814           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
16815           gets cranky.  use relative paths for configure and srcdir
16816           whenever possible.  Send some error messages to stderr that were
16817           going to stdout.
16818
16819 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
16820
16821         * Makefile.in:  Fix libg++ rule to check for gcc directory
16822         before using gcc/gcc.  Also pass XTRAFLAGS.
16823
16824 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
16825
16826         * Makefile.in: added stmp-files so that directories aren't polled
16827           when they are already built.
16828
16829         * configure.texi: fixed a node pointer problem.
16830
16831 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
16832
16833         * config.sub configure.in gdb/configure.in
16834         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16835         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16836         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
16837
16838 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16839
16840         * configure: -recurring becomes -silent.  corrected help message
16841           for -site= option.
16842
16843         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16844
16845 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16846
16847         * configure: when building Makefile for crosses, replace
16848           tooldir and program_prefix.  default srcdir from location of
16849           config.sub.  remove "for host in hosts" and "for target in
16850           targets" loops.
16851
16852 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16853
16854         * Makefile.in: Do not pass bindir or mandir to cvs.
16855
16856 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
16857
16858         * Makefile.in, configure.in: removed traces of namesubdir,
16859           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
16860           copyrights to '92, changed some from Cygnus to FSF.
16861
16862         * configure.texi: remove most references to multiple hosts,
16863           multiple targets, subdirs, etc.
16864
16865         * configure.man: removed rcsid. reference config.sub not
16866           config.subr.
16867
16868         * Makefile.in: mkdir $(infodir) on install-info.
16869
16870 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
16871
16872         * configure.texi:  Explain better about .gdbinit and about
16873         the environment that configure.in sections run in.
16874
16875 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
16876
16877         * configure.in:  Ultrix is only a decstation if it's a MIPS.
16878
16879 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
16880
16881         * README:  DOC.configure => cfg-paper.texi.
16882
16883 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
16884
16885         * config.sub (near case $os):  Don't convert newsos* to bsd!
16886
16887 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
16888
16889         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
16890         the number of copies of COPYING that go into the GDB tar file.
16891
16892 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
16893
16894         * bfd/configure.in, gdb/config/mh-i386sco,
16895         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16896         Fix SCO configuration stuff.
16897
16898 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
16899
16900         * Makefile.in:  For libg++, make sure the -I pointing
16901         to the gcc directory goes *after* all the libg++-local -I flags.
16902         Also, move just-gcc dependency from just-libg++ to all-libg++.
16903
16904 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
16905
16906         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
16907
16908 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
16909
16910         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
16911
16912 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
16913
16914         * config.sub:  Add stratus configuration frags.  Also
16915         submitted to FSF.
16916
16917 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
16918
16919         * Makefile.in (DEV_SUPPORT):  add configure.man.
16920
16921         * config.sub(Decode manufacturer-specific):  add -none*.
16922
16923 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
16924
16925         * Makefile.in:  remove form feeds to make Sun's make happy.
16926         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
16927
16928 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
16929
16930         * Makefile.in (AR_FLAGS):  Make quieter.
16931
16932 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
16933
16934         * configure.in:  Add libg++.
16935         * configure:  When verbose, don't output the command line at each
16936         level; it will be unremarkably the same as the previous version,
16937         which will be the same as what the user typed.
16938
16939 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
16940
16941         * configure.in, Makefile.in: fix clean-info, add flex.  add
16942           fileutils.
16943
16944         * configure: be less sensitive to spaces in Makefile.in.  Do not
16945           look for sources in "..".  Doing so breaks subdirectories that
16946           might have their own configure.  If a subdir has it's own
16947           configure script, use it.
16948
16949 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
16950
16951         * cfg-paper.texi: some changes suggested by rms.
16952
16953 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
16954
16955         * config.sub:  Merge in some small additions from the FSF version,
16956         taken from the gcc distribution, to bring the Cygnus and FSF
16957         versions into closer sync.
16958
16959 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
16960
16961         * configure.in:  Changed svr4 references to sysv4.
16962
16963 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
16964
16965         * configure: added -V for version number option.
16966
16967 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
16968
16969         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16970           renamed from DOC.configure to cfg-paper.texi.
16971
16972 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16973
16974         * configure, config.subr, config.sub: config.subr is now
16975           config.sub again.
16976
16977 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
16978
16979         * configure.texi: new file, in progress.
16980
16981         * Makefile.in: build info file and install the man page for
16982           configure.
16983
16984         * configure.man: new file, first cut.
16985
16986         * configure: find config.subr again now that configuration "none"
16987           has gone.  removed all traces of the -ansi option.  removed all
16988           traces of the -languages option.
16989
16990         * config.subr: resync from rms.
16991
16992 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16993
16994         * configure, config.sub, config.subr: merge config.sub into
16995           config.subr, call the result config.subr, remove config.sub, use
16996           config.subr.
16997
16998         * Makefile.in: revised install for dir.info.
16999
17000 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17001
17002         * configure.in: add decstation host makefile frag.
17003
17004         * Makefile.in: BISON now bison -y again.  also install-gcc on
17005           install.  clean-gdbm on clean.  infodir belongs in datadir.
17006           Make directories for info install.  Build dir.info here then
17007           install it.
17008
17009 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17010
17011         * Makefile.in: fix for bad directory tests.
17012
17013 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17014
17015         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
17016           regexp.  -srcdir relative was being handled incorrectly.
17017
17018         * Makefile.in: unwrapped some for loops so that parallel makes
17019           work again and so one can focus one's attention on a particular
17020           package.
17021
17022 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17023
17024         * configure: added PWD as a stand in for `pwd` (for speed). use
17025           elif wherever possible.  make -srcdir work without -objdir.
17026           -objdir= commented out.
17027
17028 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17029
17030         * configure: +options become --options.  -subdirs commented out.
17031           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
17032           Makefile now at top of generated Makefile.  Removed cvs log
17033           entries.  added -srcdir.  create .gdbinit only if there is one
17034           in ${srcdir}.
17035
17036         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
17037           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
17038           and mandir now keyed off datadir by default.
17039
17040 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17041
17042         * Freshly created ChangeLog.
17043
17044 \f
17045 Local Variables:
17046 mode: change-log
17047 left-margin: 8
17048 fill-column: 76
17049 version-control: never
17050 End: