OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
2
3         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
4
5 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
6
7         * libtool.m4: dditional FreeBSD 10 fixes.
8
9 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
10
11         * MAINTAINERS: Move myself from Write After Approval to CPU Port
12         Maintainers section, as Epiphany maintainer.
13
14 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
15
16         PR target/49992
17         * configure.ac: Remove ranlib special-casing for Darwin.
18         * configure: Regenerate.
19
20 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
21
22         * MAINTAINERS (Reviewers): Keep the list sorted.
23
24 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
25
26         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
27
28 2011-11-09  Roland McGrath  <mcgrathr@google.com>
29
30         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
31         * configure: Rebuild.
32         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
33         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
34         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
35         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
36         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
37         Add READELF.
38         * Makefile.in: Rebuild.
39
40 2011-11-09  Jason Merrill  <jason@redhat.com>
41
42         * Makefile.def (language=c++): Remove check-c++0x.
43         * Makefile.in (check-gcc-c++): Regenerate.
44
45 2011-11-08  Richard Henderson  <rth@redhat.com>
46
47         * configure.ac: Test for libitm directory present first.
48
49         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
50
51         * configure.ac: Test libitm/configure.tgt to disable libitm.
52         * configure: Rebuild.
53
54 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
55             Richard Henderson  <rth@redhat.com>
56
57         Merged from transactional-memory.
58
59         * Makefile.def (lang_env_dependencies): libitm is c++.
60         Add libitm target module.
61         * configure.ac: Likewise.
62         * config/mmap.m4: New file.
63         * contrib/gcc_update: Add libitm to touch data.
64         * Makefile.in, configure: Rebuild.
65
66 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
67
68         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
69         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
70         * Makefile.in: Regenerate.
71
72 2011-11-01  DJ Delorie  <dj@redhat.com>
73
74         * config.sub: Update to version 2011-10-29 (added rl78)
75
76 2011-10-27  Nick Clifton  <nickc@redhat.com>
77
78         * config.sub: Import these changes from the config project:
79
80         2011-10-08  Joern Rennecke <joern.rennecke@embecosm.com>
81             Ben Elliston  <bje@gnu.org>
82
83         * config.sub (epiphany): New.
84
85         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
86             Ben Elliston  <bje@gnu.org>
87
88         * config.sub (hexagon, hexagon-*): New.
89
90         2011-08-23  Roland McGrath  <mcgrathr@google.com>
91
92         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
93         64eb to be64.
94
95         2011-08-16  Roland McGrath  <mcgrathr@google.com>
96
97         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
98         (nacl): Grok as alias for 32el-unknown-nacl.
99
100 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
101
102         * MAINTAINERS (Write After Approval): Add myself.
103
104 2011-10-24  Teresa Johnson  <tejohnson@google.com>
105
106         * MAINTAINERS (Write After Approval): Add myself.
107
108 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
109
110         * MAINTAINERS (sparc port): Remove myself.
111
112 2011-09-14  Tom de Vries  <tom@codesourcery.com>
113
114         * MAINTAINERS (Write After Approval): Add myself.
115
116 2011-08-14  Yao Qi  <yao@codesourcery.com>
117
118         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
119         * configure: Regenerate.
120
121 2011-07-26  Ian Lance Taylor  <iant@google.com>
122
123         * configure.ac: Set have_compiler based on whether gcc directory
124         exists, rather than on whether gcc is in configdirs.
125         * configure: Rebuild.
126
127 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
128
129         * MAINTAINERS (Global Reviewers): Add self.
130
131 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
132
133         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
134         link directories.
135         * Makefile.in: Rebuild.
136
137 2011-07-20  Ian Lance Taylor  <iant@google.com>
138
139         PR bootstrap/49787
140         * configure.ac: Move --enable-bootstrap handling earlier in file.
141         If --enable-bootstrap and either --enable-build-with-cxx or
142         --enable-build-poststage1-with-cxx, enable C++ automatically.
143         * configure: Rebuild.
144
145 2011-07-19  Ian Lance Taylor  <iant@google.com>
146
147         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
148         make C++ a boot_language.  Set and substitute
149         POSTSTAGE1_CONFIGURE_FLAGS.
150         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
151         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
152         * configure, Makefile.in: Rebuild.
153
154 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
155
156         * MAINTAINERS (Register Allocation): Move myself from reviewers to
157         maintainers.
158
159 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
160
161         * MAINTAINERS (Global Reviewers): Add myself.
162
163 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
164
165         * configure: Regenerate.
166
167 2011-07-16  Jason Merrill  <jason@redhat.com>
168
169         * Makefile.def (language=c++): Add check-c++0x and
170         check-target-libmudflap-c++.
171         * Makefile.tpl (check-target-libmudflap-c++): New.
172         * Makefile.in: Regenerate.
173
174 2011-07-16  Matthias Klose  <doko@ubuntu.com>
175
176         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
177         * Makefile.def (target_modules/libjava): Pass
178         $(EXTRA_CONFIGARGS_LIBJAVA).
179         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
180         if not configured with --enable-static-libjava.
181         * Makefile.in: Regenerate.
182         * configure: Likewise.
183
184 2011-07-15  Jason Merrill  <jason@redhat.com>
185
186         * Makefile.in (check-c++): Move check-gcc-c++0x after
187         check-target-libstdc++-v3.
188
189 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
190
191         * MAINTAINERS (c6x port): New entry.
192
193 2011-07-13  Jason Merrill  <jason@redhat.com>
194
195         * Makefile.in (check-gcc-c++0x): New.
196         (check-c++): Depend on it.
197
198 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
199
200         PR target/39150
201         * configure.ac (i[3456789]86-*-solaris2*): Also accept
202         x86_64-*-solaris2.1[0-9]*.
203         * configure: Regenerate.
204
205 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
206
207         * MAINTAINERS (RTL optimizers): Add self.
208
209 2011-06-27  Gabriel Charette  <gchare@google.com>
210
211         * MAINTAINERS (Write After Approval): Add myself.
212
213 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
214
215         PR regression/47836
216         PR bootstrap/23656
217         PR other/47733
218         PR bootstrap/49247
219         PR c/48825
220         * configure.ac (target_libraries): Remove target-libiberty.
221         Remove case-statement setting skipdirs=target-libiberty for
222         multiple targets.  Remove checking target_configdirs and
223         removing target-libiberty but keeping target-libgcc if
224         otherwise empty.
225         * Makefile.def (target_modules): Don't add libiberty.
226         (dependencies): Remove all traces of target-libiberty.
227         * configure, Makefile.in: Regenerate.
228
229 2011-06-13  Walter Lee <walt@tilera.com>
230
231         * configure.ac (tilepro-*-*) New case.
232         (tilegx-*-*): Likewise.
233         * configure: Regenerate.
234
235 2011-06-06  Jing Yu  <jingyu@google.com>
236
237         * configure.ac: Skip target-libiberty for
238         arm*-*-linux-androideabi.
239         * configure: Regenerated.
240
241 2011-06-06  Nick Clifton  <nickc@redhat.com>
242
243         * config.sub: Sync from upstream.
244
245 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
246
247         * MAINTAINERS (Write After Approval): Add myself.
248
249 2011-06-01  Daniel Jacobowitz  <drow@false.org>
250
251         * MAINTAINERS: Update my email address.
252
253 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
254
255         * MAINTAINERS (Write After Approval): Update my email address.
256
257 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
258
259         * MAINTAINERS (Write After Approval): Add myself.
260
261 2011-05-08  Doug Kwan  <dougkwan@google.com>
262
263         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
264         * configure: Regenerated.
265         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
266         value from configure.
267         * Makefile.in: Regenerated.
268
269 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
270
271         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
272         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
273         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
274         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
275         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
276         *-*-vxworks*): Disable newlib and libgloss in separate case
277         statement.
278         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
279         to separate case statement.
280         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
281         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
282         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
283         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
284         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
285         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
286         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
287         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
288         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
289         i[[3456789]]86-*-rdos*, m32r-*-*,
290         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
291         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
292         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
293         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
294         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
295         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
296         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
297         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
298         and libgloss in main case over targets.  Remove most empty cases
299         in main case over targets.
300         * configure: Regenerate.
301
302 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
303
304         * MAINTAINERS (Write After Approval): Add myself.
305
306 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
307
308         * configure.ac: Remove code setting special library locations for
309         hppa*64*-*-hpux11*.  Remove code setting compiler for
310         sparc-sun-solaris2*.
311         * configure: Regenerate.
312
313 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
314
315         * configure.ac: Separate libgloss_dir settings from general case
316         over targets.
317         * configure: Regenerate.
318
319 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
320
321         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
322         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
323         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
324         cases in libgcj-disabling case statement.
325         (hppa*64*-*-linux*): Set unsupported_languages instead of
326         disabling target-zlib.
327         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
328         to hppa*64*-*-hpux*.
329         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
330         hppa*-*-hpux*.
331         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
332         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
333         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
334         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
335         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
336         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
337         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
338         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
339         libgcj-disabling case statement.
340         * configure: Regenerate.
341
342 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
343
344         * configure.ac: Disable Java for targets not supporting libffi.
345         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
346         Remove cases in Java-disabling statement.
347         (*arm-wince-pe): Change to arm-wince-pe.
348         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
349         cases in Java-disabling statement.
350         (bfin-*-*): Don't disable Java again.
351         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
352         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
353         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
354         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
355         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
356         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
357         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
358         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
359         Java-disabling statement.
360         (mmix-*-*): Don't disable Java again.
361         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
362         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
363         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
364         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
365         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
366         statement.
367         * configure: Regenerate.
368
369 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
370
371         * configure.ac: Separate cases disabling Java and Java libraries
372         from general case over targets.
373         * configure: Regenerate.
374
375 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
376
377         * MAINTAINERS: Update my email address.
378
379 2011-04-20  Easwaran Raman  <eraman@google.com>
380
381         * MAINTAINERS (Write After Approval): Add myself.
382
383 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
384
385         PR lto/48086
386         * configure.ac: Re-enable LTO on *-apple-darwin9*.
387         * configure: Regenerate.
388
389 2011-04-16  Jim Meyering  <meyering@redhat.com>
390
391         * MAINTAINERS (Write After Approval): Add myself.
392
393 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
394
395         * MAINTAINERS: Update my email address.
396
397 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
398
399         * MAINTAINERS (Write After Approval): Add myself.
400
401 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
402
403         * MAINTAINERS (Write After Approval): Add myself.
404
405 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
406
407         * MAINTAINERS (Write After Approval): Add myself.
408
409 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
410
411         * configure.ac (build_tools): Remove build-byacc.
412         (host_libs): Remove mmalloc.
413         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
414         autoconf automake libtool diff rcs fileutils shellutils time
415         textutils wdiff find uudecode hello tar gzip indent recode release
416         sed perl gawk findutils gettext zip.
417         (libgcj): Remove target-qthreads.
418         (target_tools): Remove target-examples target-gperf.
419         (YACC): Don't handle building byacc.
420         * configure: Regenerate.
421         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
422         dosutils, examples, fileutils, find, findutils, gawk, gettext,
423         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
424         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
425         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
426         handle building components.
427         * Makefile.in: Regenerate.
428
429 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
430
431         * MAINTAINERS: Update my email address as Xtensa maintainer.
432
433 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
434
435         * config.sub: Sync from upstream.
436
437 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
438
439         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
440         (microblaze*): Don't disable libssp.
441         * configure: Regenerate.
442
443 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
444
445         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
446         moveifchange.
447         * configure: Regenerate.
448         * Makefile.tpl: Use @SHELL@ not @config_shell@.
449         * Makefile.in: Regenerate.
450
451 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
452
453         * configure.ac (*-*-sysv4*): Don't enable libgomp.
454         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
455         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
456         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
457         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
458         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
459         md_exec_prefix cases.
460         * configure: Regenerate.
461
462 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
463
464         * configure.ac: Separate cases disabling target-libssp,
465         target-libiberty, target-libstdc++-v3 and Fortran from general
466         case over targets.
467         * configure: Regenerate.
468
469 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
470
471         * configure.ac (*-*-chorusos): Don't disable libgcj.
472         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
473         Remove case.
474         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
475         (arm-*-coff): Don't disable libgcj.
476         (arm*-*-linux-gnueabi): Remove useless assignment.
477         (arm-*-riscix*): Don't disable libgcj.
478         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
479         configuration.
480         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
481         (c54x*-*-*): Remove case.
482         (tic54x-*-*): Don't disable GCC or GCC libraries.
483         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
484         to *.
485         (d10v-*-*): Don't disable GCC libraries.
486         (d30v-*-*): Don't disable libgcj.
487         (h8500-*-*): Don't disable GCC libraries.
488         (i960-*-*): Don't disable libgcj.
489         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
490         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
491         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
492         libgcj.
493         (m68k-*-coff*): Remove case.
494         (mmix-*-*): Don't disable libgloss on host.
495         (mn10200-*-*, mn10300-*-*): Remove cases.
496         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
497         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
498         Don't disable libgcj.
499         (romp-*-*): Remove case.
500         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
501         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
502         case.
503         (v810-*-*): Don't disable GCC libraries.
504         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
505         (ip2k-*-*): Don't disable GCC libraries.
506         * configure: Regenerate.
507
508 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
509
510         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
511         libffi on host.
512         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
513         on host.
514         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
515         * configure: Regenerate.
516
517 2011-03-26  John Marino  <binutils@marino.st>
518
519         * configure.ac: Add support for *-*-dragonfly*
520         * configure: Regenerate.
521
522 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
523
524         * configure.ac (native_only): Remove.
525         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
526         send-pr uudecode guile gnuserv on host.
527         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
528         send-pr rcs guile perl texinfo libtool on host.
529         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
530         automake send-pr rcs guile perl texinfo libtool on host.
531         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
532         (*-*-kaos*): Don't disable target-examples target-gperf on target.
533         (alpha*-dec-osf*): Don't disable fileutils on target.
534         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
535         texinfo send-pr expect dejagnu on target.
536         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
537         target-qthreads on target.
538         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
539         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
540         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
541         x86_64-*-mingw*): Don't disable expect on target.
542         (*-*-cygwin*): Don't disable target-gperf on target.
543         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
544         gnuserv on target.
545         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
546         target.
547         * configure: Regenerate.
548
549 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
550
551         * configure.ac (target_tools): Remove target-groff.
552         (native_only): Remove target-groff.
553         (hppa*64*-*-*): Don't disable byacc.
554         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
555         setting.
556         (*-*-kaos*): Don't skip target-librx and target-groff.
557         (*-*-netware*): Don't skip target-libmudflap.
558         (*-*-tpf*): Don't skip target-libmudflap.
559         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
560         directories on the host.
561         (ia64*-*-*vms*): Don't skip tix.
562         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
563         host.
564         * configure: Regenerate.
565
566 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
567
568         * configure.ac: Remove references to mt-mep, mt-netware,
569         mt-wince.
570         * Makefile.def: Add all-utils soft dependencies.
571         * Makefile.tpl: Remove GDB_NLM_DEPS.
572         * configure: Regenerate.
573         * Makefile.in: Regenerate.
574
575 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
576
577         * configure.ac: Do not include mh-x86omitfp.
578         * configure: Regenerate.
579
580 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
581
582         * configure.ac: Remove empty cases.
583         * configure: Regenerate.
584
585 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
586
587         * Makefile.def: Add dependency from termcap to gdb.
588         * Makefile.in: Regenerate.
589
590 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
591
592         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
593         * configure: Regenerate.
594         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
595         * Makefile.tpl: Likewise.
596         * Makefile.in: Regenerate.
597
598 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
599
600         * configure.ac: Remove all mentions of tentative_cc.
601         * configure: Regenerate.
602
603 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
604
605         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
606         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
607         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
608         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
609         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
610         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
611         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
612         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
613         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
614         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
615         *-*-rhapsody*): Remove host cases.
616         * configure: Regenerate.
617
618 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
619
620         * configure.ac (ppc*-*-pe): Remove host case.
621         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
622         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
623         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
624         cases.
625         * configure: Regenerate.
626
627 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
628
629         * config.sub: Update to version 2011-03-23.
630
631 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
632
633         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
634         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
635         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
636         * configure: Regenerate.
637
638 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
639
640         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
641         to Write After Approval.
642         * config-ml.in: Don't handle arc-*-elf*.
643         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
644         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
645         handle GCC libraries.
646         * configure: Regenerate.
647
648 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
649
650         PR bootstrap/48120:
651         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
652         Add -lstdc++ -lm to LIBS.
653         * configure: Regenerate.
654
655 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
656
657         * config.guess: Update to version 2011-02-02
658         * config.sub: Update to version 2011-02-24
659
660 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
661
662         PR lto/48086
663         * configure.ac: Re-enable LTO on *-apple-darwin9.
664         * configure: Regenerate.
665
666 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
667
668         PR lto/48086
669         * configure.ac: Disable LTO on darwin due to an assembler change in
670         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
671         under 256.
672         * configure: Regenerate.
673
674 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
675
676         * MAINTAINERS: Update myself as score backend maintainer, update my e-mail address.
677
678 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
679
680         * MAINTAINERS: Update my e-mail address.
681
682 2011-03-06  Joey Ye  <joey.ye@arm.com>
683
684         * MAINTAINERS: Update my e-mail address.
685
686 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
687
688         * configure.ac: Adjust test of with_ppl.
689         * configure: Regenerated.
690
691 2011-03-02  Kai Tietz  <ktietz@redhat.com>
692
693         * MAINTAINERS: Adjust my e-mail address.
694
695 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
696
697         * configure.ac: Add -lpwl to ppllibs.
698         * configure: Regenerated.
699
700 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
701
702         * config/cloog.m4: Add -lisl to clooglibs.
703         * configure: Regenerated.
704
705 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
706
707         * MAINTAINERS (CPU Port maintainers): Add self.
708
709 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
710
711         * MAINTAINERS: Add myself as testsuite maintainer.
712
713 2011-02-15  Mike Stump  <mikestump@comcast.net>
714
715         * MAINTAINERS: Add myself as testsuite maintainer.
716
717 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
718
719         Import from Libtool and gnulib:
720
721         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
722
723         Prepare for supporting FreeBSD 10.
724         * config.rpath: Remove handling of freebsd1* which soon would
725         match FreeBSD 10.0.
726
727         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
728
729         Remove support for FreeBSD 1.x.
730         * libtool.m4 (_LT_LINKER_SHLIBS)
731         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
732         soon would incorrectly match FreeBSD 10.0.
733
734 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
735
736         PR binutils/12283
737         * move-if-change: Import version from gnulib.
738
739 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
740
741         PR lto/47225
742         * Makefile.def (lto-plugin): Double dash for enable-shared.
743         (configure-gcc): Depend on all-lto-plugin.
744         * Makefile.in: Rebuilt.
745
746 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
747
748         * configure.ac: Remove extra bracket.
749         * configure: Regenerate.
750
751 2011-02-08  Tobias Burnus  <burnus@net-b.de>
752
753         * MAINTAINERS: Add myself as libquadmath maintainer.
754
755 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
756
757         * MAINTAINERS: Update my email address.
758
759 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
760
761         * MAINTAINERS (option handling): Add self.
762
763 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
764
765         PR lto/47225
766         * Makefile.def: Add dependency for install-gcc
767         on install-lto-plugin.
768         * Makfile.in: Regenerated
769
770 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
771
772         * MAINTAINERS (CPU Port Maintainers): Add myself.
773
774 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
775
776         PR libgcj/44341
777         * configure.ac: Discard --with-* flags for host when configuring
778         target libraries for cross build.
779         * configure: Rebuilt.
780
781 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
782
783         * MAINTAINERS (linear loop transforms): Removed.
784
785 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
786
787         * configure.ac: If with_ppl is no, move setting with_cloog=no
788         after CLOOG_REQUESTED check.
789         * configure: Regenerated.
790
791 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
792
793         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
794         CLooG has been requested.
795         * configure: Regenerated.
796
797 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
798
799         * configure: Regenerated.
800         * configure.ac: Check for version 0.11 (or later revision) of PPL.
801
802 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
803
804         * configure: Regenerated.
805         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
806
807 2011-01-21  Andreas Schwab  <schwab@redhat.com>
808
809         * configure.ac: Use AS_HELP_STRING throughout.
810         * configure: Regenerate.
811
812 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
813
814         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
815         * configure: Regenerate.
816
817 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
818
819         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
820
821 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
822
823         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
824         for ia64-hpux.
825         * configure: Regenerate.
826
827 2011-01-07  Jan Hubicka  <jh@suse.cz>
828
829         PR lto/47225
830         * Makefile.in: Regenerate.
831         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
832         configure.
833
834 2011-01-07  Jan Hubicka  <jh@suse.cz>
835
836         * Makefile.in: Regenerate.
837         * Makefile.def (gcc host module) and soft dependency on lto-plugin
838         and configure dependency on lto-plugin configure.
839         (lto-plugin module): Remove dependency on GCC; add dependency on
840         liniberty.
841
842 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
843
844         * MAINTAINERS (Write After Approval): Add myself.
845
846 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
847
848         * configure: Regenerate.
849
850 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
851
852         * configure.ac: (picochip): Disable libiberty.
853
854 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
855
856         * MAINTAINERS (Write After Approval): Add myself.
857
858 2010-12-10  Ian Lance Taylor  <iant@google.com>
859
860         PR bootstrap/46819
861         * configure.ac: For --disable-libgcj clear libgcj_saved.
862         * configure: Rebuild.
863
864 2010-12-10  Tobias Burnus  <burnus@net-b.de>
865
866         PR fortran/46540
867         * configure.ac: Add --disable-libquadmath and
868         --disable-libquadmath-support.
869         * configure: Regenerate.
870
871 2010-12-03  Ian Lance Taylor  <iant@google.com>
872
873         * MAINTAINERS: Add myself as libgo maintainer.
874
875 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
876
877         PR libffi/46792
878         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
879         * configure: Regenerate.
880
881 2010-12-02  Ian Lance Taylor  <iant@google.com>
882
883         * configure.ac: Always set default for poststage1_ldflags to
884         -static-libstdc++ -static-libgcc.
885
886 2010-11-29  Andreas Schwab  <schwab@redhat.com>
887
888         * configure.ac: Move comment to remove extra space in last argument
889         of GCC_TARGET_TOOL.
890
891 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
892
893         PR other/46026
894         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
895         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
896         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
897         (BASE_FLAGS_TO_PASS): Use it.
898         * configure: Rebuilt.
899         * Makefile.in: Rebuilt.
900
901 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
902
903         PR binutils/12258
904         * configure.ac: Correct comments for --enable-gold/--enable-ld.
905         Properly check default linker.
906         * configure: Regnerated.
907
908 2010-11-23  Matthias Klose  <doko@ubuntu.com>
909
910         * configure.ac: For --enable-gold, handle value `default' instead of
911         `both*'.   New configure option --{en,dis}able-ld.
912         * configure: Regenerate.
913
914 2010-11-20  Ian Lance Taylor  <iant@google.com>
915
916         * configure.ac: Only disable a language library if no language needs
917         it.  Don't let --disable-libgcj uncondtionally disable libffi.
918         * configure: Rebuild.
919
920 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
921
922         * Makefile.in: Regenerate.
923
924         PR other/46202
925         * configure.ac: Fix just-built in-tree STRIP name to be
926         binutils/strip-new.
927         * configure: Regenerate.
928         * Makefile.def (install-strip-gcc, install-strip-binutils)
929         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
930         (install-strip-sid): Mirror dependencies on non-strip variants
931         of these targets on the respective -strip prerequisites.
932         * Makefile.tpl (install-strip, install-strip-host)
933         (install-strip-target): New targets.
934         (install-strip-[+module+], install-strip-target-[+module+]):
935         New targets.
936         * Makefile.in: Regenerate.
937
938 2010-11-19  Ian Lance Taylor  <iant@google.com>
939             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
940
941         * configure.ac: Add target-libgo to target_libraries.  Set
942         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
943         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
944         (HOST_EXPORTS): Add GOC.
945         (BASE_TARGET_EXPORTS): Add GOC.
946         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
947         (GOCFLAGS_FOR_TARGET): New variable.
948         (EXTRA_HOST_FLAGS): Add GOC.
949         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
950         * Makefile.def (target_modules): Add libgo.
951         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
952         (dependencies): Add dependency from configure-target-libgo to
953         configure-target-libffi and all-target-libstdc++-v3.  Add
954         dependencies from all-target-libgo to all-target-libffi.
955         (languages): Add go.
956         * configure: Rebuild.
957         * Makefile.in: Rebuild.
958
959 2010-11-19  Ian Lance Taylor  <iant@google.com>
960
961         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
962         compiler/flag environment variables.
963
964 2010-11-18  Ian Lance Taylor  <iant@google.com>
965
966         * configure.ac: Check for lang_requires_boot_languages in
967         config-lang.in files.
968         * configure: Rebuild.
969
970 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
971             Tobias Burnus  <burnus@net-b.de>
972
973         PR fortran/32049
974         * Makefile.def: Add libquadmath; build it with language=fortran.
975         * configure.ac: Add libquadmath.
976         * Makefile.tpl: Handle multiple libs in check-[+language+].
977         * Makefile.in: Regenerate.
978         * configure: Regenerate.
979
980 2010-11-16  Tom Tromey  <tromey@redhat.com>
981
982         * MAINTAINERS: Moved myself to reviewers section.
983
984 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
985
986         * MAINTAINERS: Moved myself to reviewers section.
987
988 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
989
990         * MAINTAINERS (Various Maintainers): Add self for build machinery.
991         (Write After Approval): Remove self.
992
993 2010-11-15  Andreas Schwab  <schwab@redhat.com>
994
995         * configure.ac: Fix spelling in option names.
996         * configure: Regenerated.
997
998 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
999
1000         PR bootstrap/39622
1001         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1002         * configure: Regenerated.
1003
1004 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
1005
1006         * MAINTAINERS: Update my email address.
1007
1008 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1009
1010         * configure: Regenerate.
1011
1012 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1013
1014         * configure: Regenerate.
1015
1016 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1017
1018         * configure: Regenerate.
1019
1020 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1021
1022         * configure: Regenerate.
1023
1024 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1025
1026         * configure.ac: Support official CLooG.org versions.
1027         * configure: Regenerate.
1028         * config/cloog.m4: New.
1029
1030 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
1031
1032         * MAINTAINERS (Write After Approval): Add myself.
1033
1034 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
1035
1036         * MAINTAINERS: Update my email address.
1037
1038 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
1039
1040         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1041         * configure: Regenerate.
1042
1043 2010-11-03  Ian Lance Taylor  <iant@google.com>
1044             Dave Korn  <dave.korn.cygwin@gmail.com>
1045
1046         PR lto/46273
1047         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
1048         and on other supported platforms whenever LTO is enabled.
1049         * configure: Rebuild.
1050
1051 2010-11-02  Alan Modra  <amodra@gmail.com>
1052
1053         PR binutils/12110
1054         * configure.ac: Error when source path contains spaces.
1055         * configure: Regenerate.
1056
1057 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
1058
1059         * MAINTAINERS: Update my email address.
1060
1061 2010-10-20  Ian Lance Taylor  <iant@google.com>
1062
1063         * Makefile.def (target_modules): Set lib_path to src/.libs for
1064         libstdc++-v3 module.
1065         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1066         * Makefile.in: Rebuild.
1067
1068 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1069
1070         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
1071         (Write After Approval): Remove myself.
1072
1073 2010-10-15  Tristan Gingold  <gingold@adacore.com>
1074
1075         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1076
1077 2010-10-14  Douglas Rupp  <rupp@gnat.com>
1078
1079         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1080
1081 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1082
1083         * configure.ac (build_lto_plugin): New shell variable.
1084         (--enable-lto): Turn on by default for all non-ELF platforms that
1085         have had LTO support added so far.  Set build_lto_plugin appropriately
1086         for both ELF and non-ELF.
1087         (configdirs): Add lto-plugin or not based on build_lto_plugin.
1088         * configure: Regenerate.
1089
1090 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1091
1092         Sync from src:
1093         * configure.ac (v850 support): Remove target-libgloss from
1094         noconfigdirs.
1095         * configure: Regenerate.
1096
1097 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1098
1099         PR bootstrap/45326
1100         PR bootstrap/45174
1101         * configure.ac: Honor initial values of $build_configargs,
1102         $host_configargs, $target_configargs.  Mark the precious, so
1103         environment settings get recorded.
1104         * configure: Regenerate.
1105
1106 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1107
1108         PR bootstrap/45796
1109         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1110         Depend on all-build-libiberty.
1111         * Makefile.in: Regenerate.
1112
1113 2010-09-30  Michael Eager  <eager@eagercon.com>
1114
1115         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1116         * configure: Regenerate.
1117
1118 2010-09-28  Michael Eager  <eager@eagercon.com>
1119
1120         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
1121
1122 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1123
1124         PR bootstrap/44621
1125         * configure.ac: Fix unportable shell quoting.
1126         * configure: Regenerate.
1127
1128 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
1129
1130         * configure.ac (enable-lto): Add Darwin to the list of supported lto
1131         targets and amend comment.
1132         * configure: Regenerate.
1133
1134 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
1135
1136         * MAINTAINERS (Write After Approval): Add myself.
1137
1138 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
1139
1140         * configure.ac: Enable LTO by default on Darwin.
1141         * configure: Regenerate.
1142
1143 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
1144
1145         * MAINTAINERS (Write After Approval): Add myself.
1146
1147 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
1148
1149         * MAINTAINERS (Write After Approval): Add myself.
1150
1151 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
1152
1153         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
1154         ports
1155
1156 2010-07-28  David Yuste  <david.yuste@gmail.com>
1157
1158         * MAINTAINERS (Write After Approval): Add myself.
1159
1160 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
1161
1162         * configure.ac: Support all v850 targets.
1163         * configure: Regenerate.
1164
1165 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
1166
1167         PR bootstrap/44455
1168         * configure.ac (extra_mpfr_configure_flags): Copy from
1169         extra_mpc_gmp_configure_flags.
1170         * configure: Re-generated.
1171
1172 2010-07-22  Andi Kleen  <ak@linux.intel.com>
1173
1174         * MAINTAINERS (Write After Approval): Add myself.
1175
1176 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
1177
1178         * MAINTAINERS (Write After Approval): Add myself.
1179
1180 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
1181
1182         * MAINTAINERS (Write After Approval): Add myself.
1183
1184 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
1185
1186         PR target/44862
1187         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1188         Provide -B option to allow for link spec %s substitutions for
1189         libstdc++.a on darwin.
1190         * Makefile.in: Regenerate.
1191
1192 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
1193
1194         * MAINTAINERS (Reviewers): Update my e-mail address
1195
1196 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
1197
1198         * Makefile.def (configure-gcc): Depend on all-libelf.
1199         * Makefile.in: Rebuild.
1200
1201 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
1202
1203         * MAINTAINERS (Write After Approval): Add myself in the right place.
1204
1205 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
1206
1207         * MAINTAINERS (Write After Approval): Add myself.
1208
1209 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
1210
1211         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
1212
1213 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
1214
1215         * config.sub: Update to version 2010-05-21.
1216         * config.guess: Update to version 2010-04-03.
1217
1218 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
1219
1220         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1221         * configure: Regenerate.
1222
1223 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
1224
1225         * MAINTAINERS (Write After Approval): Add myself.
1226
1227 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
1228
1229         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1230         a platform that supports LTO.
1231         * configure: Regenerate.
1232
1233 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
1234
1235         * configure.ac: Allow all the versions greater than 0.10 of PPL.
1236         * configure: Regenerated.
1237
1238 2010-04-27  Roland McGrath  <roland@redhat.com>
1239             H.J. Lu  <hongjiu.lu@intel.com>
1240
1241         * configure.ac (--enable-gold): Support both, both/gold and
1242         both/bfd to add gold to configdirs without removing ld.
1243         * configure: Regenerated.
1244
1245         * Makefile.def: Add install-gold dependency to install-ld.
1246         * Makefile.in: Regenerated.
1247
1248 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
1249
1250         PR lto/42776
1251         * configure.ac (--enable-lto): Refactor handling so libelf tests
1252         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1253         and allow LTO to be explicitly enabled on non-ELF platforms that
1254         are known to support it inside else-clause.
1255         * configure: Regenerate.
1256
1257 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
1258
1259         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1260         * configure: Regenerate.
1261
1262 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
1263
1264         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1265         * configure: Regenerate.
1266
1267 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1268
1269         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1270         separately.
1271         * configure: Regenerate.
1272
1273 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
1274
1275         * MAINTAINERS (Write After Approval): Add myself.
1276
1277 2010-04-14  Tristan Gingold  <gingold@adacore.com>
1278
1279         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1280         * configure: Regenerate.
1281
1282 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
1283
1284         * configure: Regenerate after change to elf.m4.
1285
1286 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
1287
1288         * MAINTAINERS (Write After Approval): Add myself.
1289
1290 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1291
1292         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1293         * configure: Regenerated.
1294
1295 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1296
1297         * configure.ac: Print "buggy but acceptable" when CLooG
1298         revision is less than 9.
1299         * configure: Regenerated.
1300
1301 2010-04-01  Diego Novillo  <dnovillo@google.com>
1302
1303         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
1304
1305 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1306
1307         PR bootstrap/43615
1308         PR bootstrap/43328
1309
1310         Revert:
1311
1312         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1313
1314         * configure.ac: Do not pass --enable-multilib nor
1315         --disable-multilib in baseargs.  Accept explicitly passed
1316         --enable_multilib.
1317         * configure: Regenerate.
1318
1319 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
1320
1321         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
1322
1323 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
1324
1325         * MAINTAINERS: Remove myself.
1326
1327 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1328
1329         PR bootstrap/43328
1330         * configure.ac: Do not pass --enable-multilib nor
1331         --disable-multilib in baseargs.  Accept explicitly passed
1332         --enable_multilib.
1333         * configure: Regenerate.
1334
1335 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
1336
1337         * MAINTAINERS (spu port): Remove me.
1338
1339 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1340
1341         * configure.ac (tic6x-*-*): New case.
1342         * configure: Regenerate.
1343
1344 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1345
1346         * config.sub: Update to version 2010-03-22.
1347         * config.guess: Update to version 2009-12-30.
1348
1349 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
1350
1351         PR ada/42554
1352         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1353         * configure: Regenerate.
1354
1355 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1356
1357         * MAINTAINERS: Update my email address.
1358
1359 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
1360
1361         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
1362         (ghassan.shobaki@amd.com): Removed.
1363
1364 2010-03-17  Alan Modra  <amodra@gmail.com>
1365
1366         * MAINTAINERS: Update my email address.
1367
1368 2010-03-16  Diego Novillo  <dnovillo@google.com>
1369
1370         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
1371         Matthews.
1372
1373 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1374
1375         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
1376         Gutson, Jeffrey D. Oldham and Mark Shinwell.
1377
1378 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1379
1380         * MAINTAINERS: Update my email address.
1381
1382 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
1383
1384         * MAINTAINERS: Update my email address.
1385
1386 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
1387
1388         * MAINTAINERS: Update my email address.
1389
1390 2010-03-09  Jie Zhang  <jie@codesourcery.com>
1391
1392         * MAINTAINERS: Update my email address.
1393
1394 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1395
1396         PR libstdc++/32499
1397         * configure.ac (RANLIB): Default to true.
1398         (STRIP): Likewise.
1399         (RANLIB_FOR_TARGET): Remove superfluous : argument.
1400         * configure: Regenerate.
1401
1402 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
1403
1404         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
1405         (Write After Approval): Update my email address.
1406
1407 2010-02-17  Nick Clifton  <nickc@redhat.com>
1408
1409         PR 11238
1410         * Makefile.tpl (local-distclean): Also remove config.cache files in
1411         sub-directories as there may not be Makefiles present in the
1412         sub-directories.
1413         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1414         the config.cache files found by the find command.
1415
1416         * Makefile.in: Regenerate.
1417         * configure.ac: Revert previous delta.
1418         * configure: Regenerate.
1419
1420 2010-02-15  Nick Clifton  <nickc@redhat.com>
1421
1422         PR 11238
1423         * configure.ac: Delete config.cache files in sub-directories when
1424         deleting Makefiles.
1425         * configure: Regenerate.
1426
1427 2010-02-12  Ben Elliston  <bje@gnu.org>
1428
1429         * MAINTAINERS: Update my email address.
1430
1431 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
1432
1433         * MAINTAINERS (spu port): Update my email address.
1434
1435 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
1436
1437         * MAINTAINERS: Add myself as a maintainer for the bfin port.
1438
1439 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1440
1441         * configure.ac: Add "recommended" version checks for GMP/MPC.
1442         Update recommended GMP/MPFR/MPC versions.
1443         * configure: Regenerate.
1444
1445 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
1446
1447         * MAINTAINERS: Move my Embecosm email address into the
1448         write-after-approval section.
1449
1450 2010-01-26  Ian Lance Taylor  <iant@google.com>
1451
1452         * MAINTAINERS: Add myself as Go frontend maintainer.
1453
1454 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
1455
1456         PR libstdc++/36101, PR libstdc++/42813
1457         * configure.ac (bootstrap_target_libs): Make inclusion of
1458         target-libgomp conditional on libgomb being in target_configdirs.
1459         * configure: Regenerate.
1460
1461 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
1462
1463         PR libstdc++/36101, PR libstdc++/42813
1464         * configure.ac (bootstrap_target_libs): Include target-libgomp.
1465         * configure: Regenerate.
1466
1467 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
1468
1469         PR libstdc++/36101, PR libstdc++/42813
1470         * configure.ac (target_configdirs): Substitute.
1471         * Makefile.def: Bootstrap target module libgomp.
1472         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1473         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1474         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1475         * configure, Makefile.in: Regenerate.
1476
1477 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1478
1479         * MAINTAINERS: Adjust my details.
1480
1481 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
1482
1483         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
1484
1485 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
1486
1487         * MAINTAINERS: reindented my entry with tabs instead of spaces.
1488
1489 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
1490
1491         * MAINTAINERS (Write After Approval): Add myself.
1492
1493 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1494
1495         * MAINTAINERS (Write After Approval): Add myself.
1496
1497 2010-01-11  Richard Guenther  <rguenther@suse.de>
1498
1499         PR lto/41569
1500         * Makefile.def (all-lto-plugin): Depend on all-gcc.
1501         * Makefile.in: Regenerated.
1502
1503 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
1504
1505         * configure.ac: Enable libjava build on x86_64-*freebsd*.
1506         * configure: Regenerate.
1507
1508 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1509             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1510
1511         PR bootstrap/42424
1512         * configure.ac: Include libtool m4 files.
1513         (_LT_CHECK_OBJDIR): Call it.
1514         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1515         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1516
1517         * configure: Regenerate.
1518
1519 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1520
1521         PR bootstrap/41818
1522         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1523         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
1524         * Makefile.in: Regenerate.
1525
1526 2010-01-02  Richard Guenther  <rguenther@suse.de>
1527
1528         PR lto/41529
1529         * configure.ac: Include config/elf.m4.  Disable LTO if not
1530         builting for an elf target.
1531         * configure: Regenerate.
1532
1533 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
1534
1535         * MAINTAINERS: Change my email address.
1536
1537 2009-12-18  Ben Elliston  <bje@au.ibm.com>
1538
1539         * config.sub, config.guess: Update from upstream sources.
1540
1541 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
1542
1543         * MAINTAINERS (Write After Approval): Add myself.
1544
1545 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1546
1547         PR middle-end/30447
1548         PR middle-end/30789
1549         PR other/40302
1550
1551         * configure.ac: Require MPC.
1552         * configure: Regenerate.
1553
1554 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1555
1556         PR target/38384
1557         PR bootstrap/40972
1558         * libtool.m4: Sync from git Libtool.
1559         * ltoptions.m4: Likewise.
1560         * ltversion.m4: Likewise.
1561         * lt~obsolete.m4: Likewise.
1562         * ltmain.sh: Likewise.
1563
1564 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1565
1566         * configure.ac: Update minimum MPC version to 0.8.
1567         * configure: Regenerate.
1568
1569 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
1570
1571         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
1572         * configure: Regenerated.
1573
1574 2009-11-21  Ian Lance Taylor  <iant@google.com>
1575
1576         * configure.ac: Change default of poststage1_ldflags to be empty if
1577         poststage1_libs is set.  When poststage1_libs is empty, and
1578         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
1579         * configure: Rebuild.
1580
1581 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
1582
1583         * MAINTAINERS (Write After Approval): Update my email address.
1584
1585 2009-11-20  Ben Elliston  <bje@au.ibm.com>
1586
1587         * config.guess: Update from upstream sources.
1588
1589 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1590
1591         * Makefile.def: Restore host and target settings for gmp.
1592         * Makefile.in: Rebuild.
1593
1594 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1595
1596         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
1597         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
1598         Fix portability of test of C++ as bootstrap language.  Add
1599         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1600         * configure: Rebuild.
1601         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1602         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
1603         in-tree building.
1604         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1605         (POSTSTAGE1_HOST_EXPORTS): Use it.
1606         (STAGE[+id+]_CXXFLAGS): New.
1607         (BASE_FLAGS_TO_PASS): Pass it down.
1608         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
1609         extra_exports.
1610         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1611         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1612         extra_exports.
1613         * Makefile.in: Rebuild.
1614
1615 2009-11-17  Ben Elliston  <bje@au.ibm.com>
1616
1617         * config.sub, config.guess: Update from upstream sources.
1618
1619 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1620
1621         * MAINTAINERS (Write After Approval): Add myself.
1622
1623 2009-11-09  Jon Beniston  <jon@beniston.com>
1624
1625         * MAINTAINERS (Write After Approval): Add myself.
1626
1627 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
1628
1629         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
1630         paths for *-w64-mingw* and x86_64-*mingw*.
1631         * configure: Regenerated.
1632
1633 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
1634
1635         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
1636
1637 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
1638
1639         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
1640         Phil Edwards to Write-After Approval.
1641
1642 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
1643
1644         * configure.ac: Disable target-winsup & co for
1645         x86_64-*-mingw* and *-w64-mingw* targets.
1646         * configure: Regenerated.
1647
1648 2009-10-16  Nick Clifton  <nickc@redhat.com>
1649
1650         * MAINTAINERS: Add myself as a maintainer for the RX port.
1651
1652 2009-10-26  Johannes Singler  <singler@kit.edu>
1653
1654         * MAINTAINERS (Write After Approval): Update my e-mail address.
1655
1656 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1657
1658         * configure.ac (CLooG test): Use = with test.
1659         * configure: Regenerate.
1660
1661 2009-10-22  Richard Guenther  <rguenther@suse.de>
1662
1663         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
1664         cloog if the ppl version check failed.  Move flags saving
1665         before setting in libelf check.
1666         * configure: Regenerate.
1667
1668 2009-10-21  Richard Guenther  <rguenther@suse.de>
1669
1670         * configure.ac: Adjust the ppl and cloog configure to work as
1671         documented.  Disable cloog if ppl was disabled.  Omit the version
1672         checks if they were disabled.
1673         * configure: Re-generate.
1674
1675 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1676
1677         * configure.ac: Add 'lto' to enable_languages, not
1678         new_enable_languages, and only if not already present.
1679         * configure: Regenerate.
1680
1681 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
1682
1683         * README: Refer to the various COPYING* files instead of just
1684         COPYING.
1685         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
1686
1687 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
1688
1689         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
1690         
1691 2009-10-07  Richard Guenther  <rguenther@suse.de>
1692
1693         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
1694         and Richard Guenther as reviewers.
1695         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
1696         as reviewers.
1697
1698 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
1699
1700         * config.sub: Update from upstream sources.
1701
1702 2009-10-06  Ian Lance Taylor  <iant@google.com>
1703
1704         * Makefile.def: check-gold depends upon all-gas.
1705         * Makefile.in: Rebuild.
1706
1707 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
1708
1709         * MAINTAINERS (Write After Approval): Add myself.
1710
1711 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
1712
1713         * Makefile.def: all-lto-plugin depends on all-libiberty.
1714         set bootstrap=true for lto-plugin.
1715         Add lto-plugin.
1716         * Makefile.in: Regenerate.
1717         * configure.ac (host_libs): Add lto-plugin.
1718         * configure: Regenerate.
1719
1720 2009-10-03  Diego Novillo  <dnovillo@google.com>
1721
1722         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1723         (HOST_LIBELFLIBS): Define.
1724         (HOST_LIBELFINC): Define.
1725         * Makefile.in: Regenerate.
1726         * configure.ac: Add --enable-lto.
1727         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1728         If --enable-lto is used, add 'lto' to new_enable_languages.
1729         If --enable-lto is used and gold is enabled, add
1730         lto-plugin to configdirs.
1731         * configure: Regenerate.
1732
1733 2009-10-03  Simon Baldwin  <simonb@google.com>
1734
1735         * configure.ac: If --with-system-zlib, suppress local zlib and
1736         pass --with-system-zlib to subdir configure scripts.
1737         * configure: Regenerate.
1738
1739 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
1740             Paolo Bonzini  <bonzini@gnu.org>
1741
1742         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1743         $(srcdir).
1744         * Makefile.in: Rebuilt.
1745
1746 2009-09-26  Gary Funck  <gary@intrepid.com>
1747
1748         * MAINTAINERS (Write After Approval): Add myself.
1749
1750 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1751
1752         * configure.ac: Update minimum MPC version to 0.7.
1753         * configure: Regenerate.
1754
1755 2009-09-25  Nick Clifton  <nickc@redhat.com>
1756
1757         * configure.ac: Pass any --cache-file=/dev/null option on to
1758         subconfigures.
1759         * configure: Regenerate.
1760
1761 2009-09-23  Nick Clifton  <nickc@redhat.com>
1762
1763         * config.sub, config.guess: Update from upstream sources.
1764
1765 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
1766
1767         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1768         * Makefile.in: Rebuilt.
1769
1770 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1771
1772         PR bootstrap/32272
1773         * configure.ac: Error out if $srcdir isn't '.' but contains
1774         host-${host_noncanonical}.
1775         * configure: Regenerate.
1776
1777 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1778
1779         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
1780         maintainer.
1781
1782 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1783
1784         * configure.ac: If bootstrapping a combined tree with
1785         --enable-gold, require c++ in stage1_languages.
1786         * configure: Regenerate.
1787
1788         * configure.ac: Also add target_libs of stage1_languages to
1789         bootstrap_target_libs.
1790         * configure: Regenerate.
1791
1792         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1793         with --enable-languages not containing c++.
1794         * configure: Regenerate.
1795
1796 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
1797
1798         * configure.ac: Disable java and boehm-gc for bfin-*-*.
1799         * configure: Regenerate.
1800
1801 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
1802
1803         * MAINTAINERS (Write After Approval): Update my e-mail address,
1804         and move from from here...
1805         (Waiting for paperwork): To here.
1806
1807 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
1808
1809         * MAINTAINERS (Reviewers): Add self as driver reviewer.
1810
1811 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1812
1813         * configure.ac: Do not use $extrasub for replacing @if/@endif
1814         parts in Makefile; instead, use additional arguments to
1815         AC_CONFIG_COMMANDS to do the replacement manually, with several
1816         sed invocations, to avoid HP-UX sed command limits.
1817         * configure: Regenerate.
1818
1819 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
1820
1821         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
1822         blank before -L.
1823
1824 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
1825
1826         * configure.ac (with-build-config): Document.  Handle without.
1827         Handle missing argument.
1828         * configure: Rebuilt.
1829
1830 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
1831
1832         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
1833         Default to bootstrap-debug only if compare-debug works.
1834         * configure: Rebuilt.
1835         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1836         * Makefile.in: Rebuilt.
1837
1838 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1839
1840         * MAINTAINERS (OS Port Maintainers): Update my email address.
1841
1842 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
1843
1844         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1845         * Makefile.in: Rebuilt.
1846
1847 2009-09-01  Chris Demetriou  <cgd@google.com>
1848
1849         * MAINTAINERS (Write After Approval): Add myself.
1850
1851 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
1852
1853         PR debug/30161
1854         * include/dwarf2.h (enum dwarf_tag): Added
1855         DW_TAG_GNU_template_template_param
1856         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
1857
1858 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1859
1860         * Makefile.tpl (AWK): Fix typo.
1861         * Makefile.in: Regenerate.
1862
1863 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1864
1865         * configure.ac: Detect awk and sed.
1866         * Makefile.def (flags_to_pass): Add AWK and SED.
1867         * Makefile.tpl (AWK, SED): New.
1868         (BASE_FLAGS_TO_PASS): Add AWK and SED.
1869         * configure: Regenerate.
1870         * Makefile.in: Regenerate.
1871
1872 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
1873
1874         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
1875         (collapseslashes): Likewise.
1876
1877 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1878
1879         * configure.ac (AC_PREREQ): Bump to 2.64.
1880
1881 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1882
1883         * configure.ac: Remove --with-datarootdir, --with-docdir,
1884         --with-pdfdir, --with-htmldir switches.
1885         * configure: Regenerate.
1886
1887         * configure: Regenerate.
1888
1889         * compile: Sync from Automake 1.11.
1890         * depcomp: Likewise.
1891         * install-sh: Likewise.
1892         * missing: Likewise.
1893         * mkinstalldirs: Likewise.
1894         * ylwrap: Likewise.
1895
1896 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
1897
1898         * ltmain.sh (func_normal_abspath): New function.
1899         (func_relative_path): Likewise.
1900         (func_mode_help): Document new -bindir option for link mode.
1901         (func_mode_link): Add new -bindir option, and use it to place
1902         output DLL if specified.
1903
1904 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1905
1906         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1907         (baseargs): Add --disable-option-checking.
1908         * configure: Regenerate.
1909
1910         * Makefile.def (configure-target-libiberty): Depend on
1911         all-binutils and all-ld.
1912         (configure-target-newlib): Likewise.
1913         * Makefile.in: Regenerate.
1914
1915 2009-08-17  Ben Elliston  <bje@au.ibm.com>
1916
1917         * config.sub, config.guess: Update from upstream sources.
1918
1919 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1920
1921         Sync from src, merge:
1922
1923         2009-07-02  Tristan Gingold  <gingold@adacore.com>
1924
1925         * configure.ac: Do not exclude gas for i386-*-darwin.
1926         Add a case for x86_64-*-darwin.
1927         * configure: Regenerate.
1928
1929 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
1930
1931         * MAINTAINERS: Add my name to Write After Approval list.
1932
1933 2009-08-06  Michael Eager  <eager@eagercon.com>
1934
1935         * configure.ac: Add Microblaze target.
1936         * configure: Regenerate.
1937
1938 2009-07-31  Christian Bruel  <christian.bruel@st.com>
1939
1940         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1941         * configure: Regenerate.
1942         
1943 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
1944
1945         * MAINTAINERS (Write After Approval): Update my e-mail address.
1946
1947 2009-07-06  Ian Lance Taylor  <iant@google.com>
1948
1949         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1950         * configure: Rebuild.
1951
1952 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
1953
1954         * MAINTAINERS: Move myself to the Graphite Reviewers.
1955
1956 2009-06-30  Wei Guozhi  <carrot@google.com>
1957
1958         * MAINTAINERS: Add my name to Write After Approval list.
1959
1960 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
1961
1962         PR bootstrap/40338
1963         * configure.ac (comparestring): Create new variable.
1964         * Makefile.tpl (comparestring): Use to skip some comparisions.
1965         * configure: Regenerate.
1966         * Makefile.in: Regenerate.
1967
1968 2009-06-26  Doug Evans  <dje@sebabeach.org>
1969
1970         * Makefile.def (host_modules): Add cgen.
1971         * Makefile.in: Regenerate.
1972         * configure.ac (host_tools): Add cgen.
1973         * configure: Regenerate.
1974
1975 2009-06-23  DJ Delorie  <dj@redhat.com>
1976
1977         * MAINTAINERS: Add myself as mep maintainer.
1978
1979 2009-06-23  Ian Lance Taylor  <iant@google.com>
1980
1981         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
1982         boot_languages.  Only bootstrap target libraries listed in
1983         target_libs for some boot language.  Add --with-stage1-ldflags,
1984         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
1985         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
1986         if not building with C++.
1987         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1988         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1989         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1990         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1991         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
1992         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1993         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1994         * configure, Makefile.in: Rebuild.
1995
1996 2009-06-23  Li Feng  <nemokingdom@gmail.com>
1997
1998         * MAINTAINERS: Added my name to write-after-approval list.
1999
2000 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
2001
2002         * configure.ac: Define is_elf for QNX Neutrino targets.
2003         * configure: Regenerate.
2004
2005 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
2006
2007         * MAINTAINERS: Added my name to the write-after-approval list
2008
2009 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2010
2011         * configure.ac: Detect MPC in default directory.
2012         * configure: Regenerate.
2013
2014 2009-06-03  Jerome Guitton  <guitton@adacore.com>
2015             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2016
2017         * Makefile.tpl (all): Avoid a trailing backslash.
2018         * Makefile.in: Regenerate.
2019
2020 2009-06-03  Ben Elliston  <bje@au.ibm.com>
2021
2022         * config.sub, config.guess: Update from upstream sources.
2023
2024 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
2025
2026         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2027         to noconfdirs.
2028         * configure: Regenerate.
2029
2030 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
2031
2032         * Makefile.tpl ([+compare-target+]): Compare all stage
2033         directories, rather than just gcc.
2034         * Makefile.in: Rebuilt.
2035
2036 2009-06-01  Doug Kwan  <dougkwan@google.com>
2037
2038         * configure.ac: Support gold for target arm*-*-*.
2039         * configure: Regenerate.
2040
2041 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2042
2043         * Makefile.def: Add MPC support and dependencies.
2044         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
2045
2046         * Makefile.in, configure: Regenerate.
2047
2048 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
2049
2050         * Makefile.tpl (all): Avoid harmless warning in make all when
2051         gcc-bootstrap is enabled but stage_last does not exist.
2052         * Makefile.in: Rebuilt.
2053
2054 2009-05-24  Nicolas Roche  <roche@adacore.com>
2055
2056         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2057         * Makefile.in: Regenerate.
2058
2059 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
2060
2061         * MAINTAINERS: Update my e-mail address.
2062
2063 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
2064
2065         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
2066         * configure:  Regenerate.
2067
2068 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2069
2070         PR other/40159
2071         * Makefile.tpl (all): Don't assume gcc-bootstrap and
2072         gcc-no-bootstrap are mutually exclusive.
2073         * Makefile.in: Rebuilt.
2074
2075 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2076
2077         PR other/40159
2078         * Makefile.tpl (all): Don't end with unconditional success.
2079         * Makefile.in: Rebuilt.
2080
2081 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
2082
2083         PR target/37137
2084         * Makefile.def (flags_to_pass): Remove redundant and incomplete
2085         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2086         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2087         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
2088         stage_configureflags, stage_cflags and stage_libcflags into
2089         explicit Makefile macros.
2090         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2091         GFORTRAN.
2092         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2093         CC.  Set CC_FOR_BUILD from CC.
2094         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2095         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2096         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2097         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
2098         and GFORTRAN.
2099         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2100         (_LIBCFLAGS): Renamed to _TFLAGS.
2101         (do-compare-debug, do-compare3-debug): Drop.
2102         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2103         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2104         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2105         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2106         (XGCC_FLAGS_FOR_TARGET): New.
2107         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2108         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2109         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2110         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2111         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
2112         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
2113         TFLAGS.
2114         (BUILD_CONFIG): Include if requested.
2115         (all): Set TFLAGS on bootstrap.
2116         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2117         (all-stageid-prefixmodule): Likewise.
2118         (do-clean, distclean-stageid): Set TFLAGS.
2119         (restrap): Fix whitespace.
2120         * Makefile.in: Rebuilt.
2121
2122 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
2123
2124         * config.guess: Sync with src.
2125
2126 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
2127
2128         * configure.ac ($with_ppl):  Default to no if not supplied.
2129         ($with_cloog):  Likewise.
2130         configure:  Regenerate.
2131
2132 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
2133
2134         * MAINTAINERS: Update my e-mail address.
2135
2136 2009-04-27  Nick Clifton  <nickc@redhat.com>
2137
2138         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
2139
2140 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
2141
2142         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2143         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2144         * Makefile.in: Regenerate.
2145
2146 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2147
2148         PR bootstrap/39739
2149         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2150         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2151
2152         * configure, Makefile.in: Regenerate.
2153
2154 2009-04-21  Taras Glek  <tglek@mozilla.com>
2155
2156         * include/hashtab.h: Update GTY annotations to new syntax
2157         * include/splay-tree.h: Likewise
2158
2159 2009-04-17  Ben Elliston  <bje@au.ibm.com>
2160
2161         * config.sub, config.guess: Update from upstream sources.
2162
2163 2009-04-15  Anthony Green  <green@moxielogic.com>
2164
2165         * configure.ac: Add moxie support.
2166         * configure: Rebuilt.
2167
2168 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
2169
2170         * configure.ac: Change copyright header to refer to version
2171         3 of the GNU General Public License and to point readers at the
2172         COPYING3 file and the FSF's license web page.
2173         * Makefile.def: Likewise.
2174         * Makefile.tpl: Likewise.
2175         * Makefile.in: Regenerate.
2176
2177 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
2178
2179         * configure.ac: Restore match for darwin9 or later. Use double
2180         brackets since regeneration eats one pair.
2181         * configure: Regenerate.
2182
2183 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
2184
2185         PR gas/10039
2186         * configure.ac: Require texinfo 4.7.
2187         * configure: Regenerated.
2188
2189 2009-04-09  Nick Clifton  <nickc@redhat.com>
2190
2191         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
2192         the GCC Runtime Library Exception.
2193
2194 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2195
2196         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2197         * configure: Regenerate.
2198
2199 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
2200
2201         * Makefil.def (languages): New entries.
2202         * Makefile.tpl (check-gcc-*): New generic target.
2203         * Makefile.in: Regenerate.
2204
2205 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
2206
2207         * MAINTAINERS:  Update my email address.
2208
2209 2009-03-18  Tom Tromey  <tromey@redhat.com>
2210
2211         * configure: Rebuild.
2212         * configure.ac (host_libs): Add libiconv.
2213         * Makefile.in: Rebuild.
2214         * Makefile.def (host_modules): Add libiconv.
2215         (configure-gdb, all-gdb): Depend on libiconv.
2216
2217 2009-03-16  Tristan Gingold  <gingold@adacore.com>
2218
2219         * configure.ac: Treat gdb as supported on x86_64-darwin.
2220         * configure: Regenerate.
2221
2222 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
2223
2224         * configure.ac (--with-host-libstdcxx): New option.
2225         * configure: Regenerate.
2226
2227 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
2228
2229         * MAINTAINERS:  Move myself into the write after approval list.
2230
2231 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
2232
2233         * MAINTAINERS: Update e-mail address.
2234         
2235 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
2236
2237         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
2238
2239 2009-03-10  Ira Rosen  <irar@il.ibm.com>
2240
2241         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
2242
2243 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2244
2245         Backport from git Libtool:
2246
2247         2009-01-19  Robert Millan  <rmh@aybabtu.com>
2248         Support GNU/kOpenSolaris.
2249         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2250         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2251         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2252         GNU/kOpenSolaris.
2253
2254 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
2255
2256         * MAINTAINERS: Update e-mail address.
2257
2258 2009-02-24  Michael Eager  <eager@eagercon.com>
2259
2260         * MAINTAINERS (Write After Approval): Add self.
2261
2262 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
2263
2264         * MAINTAINERS (Write After Approval): Add myself.
2265
2266 2009-02-05  Andreas Schwab  <schwab@suse.de>
2267
2268         * Makefile.tpl (stage_last): Define $r and $s before using
2269         $(RECURSE_FLAGS_TO_PASS).
2270         * Makefile.in: Regenerate
2271
2272 2009-01-30  Ian Lance Taylor  <iant@google.com>
2273
2274         * MAINTAINERS: Move myself to the Global Reviewers list.
2275
2276 2009-01-29  Robert Millan  <rmh@aybabtu.com>
2277
2278         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2279         * configure: Regenerate.
2280
2281 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
2282
2283         * MAINTAINERS: Make whitespace consistent.
2284         Remove Robert Millan from Write After Approval.
2285
2286 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
2287
2288         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2289         (all-opcodes): Depend on all-libiberty.
2290         * Makefile.in: Regenerate.
2291
2292 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
2293
2294         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2295         * configure: Regenerate.
2296
2297 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
2298
2299         * MAINTAINERS (Write After Approval): Add myself.
2300
2301 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
2302
2303         * MAINTAINERS: Add myself to reviewers (Fortran).
2304
2305 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
2306
2307         PR tree-optimization/38515
2308         * configure.ac (cloog-polylib): Removed.
2309         (with_ppl, with_cloog): Test for "no".
2310         * configure: Regenerated.
2311
2312 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
2313
2314         * MAINTAINERS: Moved myself to reviewers (Fortran).
2315
2316 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
2317
2318         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
2319         (Write After Approval): Remove myself.
2320
2321 2009-01-03  Diego Novillo  <dnovillo@google.com>
2322
2323         * MAINTAINERS: Remove myself from alias maintainership.
2324
2325 2009-01-02  David Ayers  <ayers@fsfe.org>
2326
2327         * MAINTAINERS: Update e-mail address.
2328
2329 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
2330
2331         * MAINTAINERS: Make whitespace consistent.
2332
2333 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2334
2335         Backport from upstream Libtool:
2336         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2337         Add cache variables to tests that require the linker to work.
2338         For shlibpath_overrides_runpath, this also changes the semantics
2339         to let the result from the C compiler take precedence.
2340
2341 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2342
2343         * config.sub, config.guess: Update from upstream sources.
2344
2345 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
2346
2347         * configure.ac (ppllibs): Add by default the lib flags.
2348         * configure: Regenerate.
2349
2350 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
2351
2352         * MAINTAINERS:  Add myself to the write after approval list.
2353
2354 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2355
2356         * configure.ac: Add double brackets on darwin[912].
2357         * configure: Regenerate.
2358
2359 2008-12-03  Daniel Kraft  <d@domob.eu>
2360
2361         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
2362         Approval to Reviewer section (for Fortran front-end).
2363
2364 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
2365
2366         * configure.ac: Expand to darwin10 and later.
2367         * configure: Regenerate.
2368
2369 2008-12-02  Andreas Schwab  <schwab@suse.de>
2370
2371         * Makefile.def: configure-target-boehm-gc depends on
2372         all-target-libstdc++-v3.
2373         * Makefile.in: Regenerate.
2374
2375 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
2376
2377         * MAINTAINERS:  Add myself as mingw maintainer.
2378
2379 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2380
2381         * config.sub, config.guess: Update from upstream sources.
2382
2383 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
2384
2385         * README.SCO: Remove.
2386
2387 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
2388
2389         * MAINTAINERS:  Add myself to the write after approval list.
2390
2391 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
2392
2393         * MAINTAINERS:  Update my email address in WAA section.
2394
2395 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
2396
2397         * MAINTAINERS: Update e-mail address.
2398
2399 2008-11-27  Toon Moene  <toon@moene.org>
2400
2401         * MAINTAINERS: Change e-mail address.
2402
2403 2008-11-27  Tristan Gingold  <gingold@adacore.com>
2404
2405         * configure.ac: Build gdb for i?86-*-darwin*
2406         * configure: Regenerated.
2407
2408 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
2409
2410         * MAINTAINERS: Added my full name.
2411
2412 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
2413
2414         PR bootstrap/38014
2415         PR bootstrap/37923
2416
2417         Revert:
2418
2419         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2420
2421         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2422         * Makefile.in: Regenerated.
2423
2424         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2425
2426         PR gdb/921
2427         PR gdb/1646
2428         PR gdb/2175
2429         PR gdb/2176
2430
2431         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2432         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2433         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2434         (HOST_EXPORTS): Pass CPPFLAGS.
2435         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2436         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2437         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2438         * Makefile.in, configure: Regenerated.
2439         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2440         and CPPFLAGS_FOR_BUILD.
2441
2442 2008-11-06  Jeff Law  <law@redhat.com>
2443
2444         * MAINTAINERS: Add myself as middle end maintainer.
2445
2446 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
2447
2448         * MAINTAINERS (Write after approval): Add myself.
2449
2450 2008-11-05  Diego Novillo  <dnovillo@google.com>
2451
2452         * MAINTAINERS (Global Reviewers): Add myself.
2453         (Non-Algorithmic Maintainers): Remove myself.
2454
2455 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
2456
2457         * MAINTAINERS (Write after approval): Add myself.
2458
2459 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
2460
2461         * MAINTAINERS (Write after approval): Add myself.
2462
2463 2008-10-31  Ben Elliston  <bje@au.ibm.com>
2464
2465         * configure.ac (spu-*-*): Remove special case.
2466         * configure: Regenerate.
2467
2468 2008-10-30  Catherine Moore  <clm@codesourcery.com>
2469
2470         * MAINTAINERS (Write after approval): Update my email address.
2471
2472 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
2473
2474         * configure.ac [spu-*-*]: Do not set skipdirs.
2475         * configure: Re-generate.
2476
2477 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
2478
2479         * MAINTAINERS (Various Maintainers): Add myself to reload.
2480
2481 2008-10-25  Richard Guenther  <rguenther@suse.de>
2482
2483         * MAINTAINERS (Various Maintainers): Add myself as middle-end
2484         maintainer.  Remove myself as libgcc-math maintainer.
2485         (Non-Algorithmic Maintainers): Remove myself.
2486
2487 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2488
2489         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2490         * Makefile.in: Regenerated.
2491
2492 2008-10-23  Cary Coutant  <ccoutant@google.com>
2493
2494         * MAINTAINERS (Write after approval): Add myself.
2495
2496 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2497
2498         PR gdb/921
2499         PR gdb/1646
2500         PR gdb/2175
2501         PR gdb/2176
2502
2503         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2504         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2505         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2506         (HOST_EXPORTS): Pass CPPFLAGS.
2507         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2508         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2509         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2510         * Makefile.in, configure: Regenerated.
2511         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2512         and CPPFLAGS_FOR_BUILD.
2513
2514 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
2515
2516         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
2517         Sebastian Pop.
2518
2519 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
2520
2521         * MAINTAINERS (Write After Approval): Added myself.
2522
2523 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2524
2525         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2526         recommended version to 2.3.2.
2527
2528         * configure: Regenerate.
2529
2530 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
2531
2532         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
2533
2534 2008-09-29  David Daney <david.daney@caviumnetworks.com>
2535
2536         * MAINTAINERS (Write After Approval): Update e-mail address.
2537
2538 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
2539
2540         * libtool.m4: Update to libtool 2.2.6.
2541         * lt~obsolete.m4: Update to libtool 2.2.6.
2542         * ltmain.sh: Update to libtool 2.2.6.
2543         * ltsugar.m4: Update to libtool 2.2.6.
2544         * ltversion.m4: Update to libtool 2.2.6.
2545         * ltoptions.m4: Update to libtool 2.2.6.
2546         * ltgcc.m4: Update to match changes from libtool 2.2.6.
2547
2548 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
2549
2550         * MAINTAINERS (Write After Approval): Add myself.
2551
2552 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2553
2554         * MAINTAINERS (Write After Approval): Update my name.
2555
2556 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
2557
2558         * MAINTAINERS: Add myself in "Write After Approval".
2559
2560 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
2561
2562         * MAINTAINERS: Add myself as ia64 maintainer.
2563
2564 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
2565
2566         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
2567         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
2568         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
2569         and Michael Tiemann from Write After Approval since they do not
2570         actually have access.
2571
2572 2008-09-05  Richard Guenther  <rguenther@suse.de>
2573
2574         * configure.ac: Initialize clooglibs to -lcloog.
2575         * configure: Re-generate.
2576
2577 2008-09-04  Le-Chun Wu  <lcwu@google.com>
2578
2579         * MAINTAINERS (Write After Approval): Add myself.
2580
2581 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
2582
2583         * configure.ac (--with-cloog-polylib): New.
2584         (--disable-cloog-version-check): New.
2585         (--disable-ppl-version-check): New.
2586         * configure: Re-generate.
2587
2588 2008-09-03  Richard Guenther  <rguenther@suse.de>
2589
2590         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2591         cloog test.
2592         * configure: Re-generate.
2593
2594 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
2595
2596         Add picoChip port.
2597         * MAINTAINERS: Add picoChip maintainers.
2598
2599 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
2600             Tobias Grosser  <grosser@fim.uni-passau.de>
2601             Jan Sjodin  <jan.sjodin@amd.com>
2602             Harsha Jagasia  <harsha.jagasia@amd.com>
2603             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2604             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
2605             Adrien Eliche  <aeliche@isty.uvsq.fr>
2606
2607         Merge from graphite branch.
2608         * configure: Regenerate.
2609         * Makefile.in: Regenerate.
2610         * configure.ac (host_libs): Add ppl and cloog.
2611         Add checks for PPL and CLooG.
2612         * Makefile.def (ppl, cloog): Added modules and dependences.
2613         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2614         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2615
2616 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2617
2618         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2619         (GCC_SHLIB_SUBDIR): New.
2620         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2621         * configure: Regenerate.
2622         * Makefile.in: Regenerate.
2623
2624 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
2625
2626         * MAINTAINERS: Consistently use tabs to separate columns.
2627
2628 2008-08-29  Tristan Gingold  <gingold@adacore.com>
2629
2630         * MAINTAINERS (Write after Approval): Add myself.
2631
2632 2008-08-28  Tristan Gingold  <gingold@adacore.com>
2633
2634         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2635         Enable bfd, binutils and opcodes.
2636         * configure: Regenerate.
2637
2638 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2639
2640         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
2641
2642 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2643
2644         * MAINTAINERS:  Use correct Umlaut for last name.
2645
2646 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2647
2648         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
2649
2650 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
2651
2652         * MAINTAINERS: Update my email address.
2653
2654 2008-08-16  Nicolas Roche  <roche@adacore.com>
2655
2656         * Makefile.tpl: Add BOOT_ADAFLAGS.
2657         * Makefile.in: Regenerate.
2658
2659 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
2660
2661         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2662         * configure: Regenerate.
2663
2664 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
2665
2666         * configure.ac: Add makefile fragments for hpux.
2667         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2668         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2669         * configure: Regenerate.
2670         * Makefile.in: Regenerate.
2671
2672 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
2673
2674         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
2675
2676 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
2677
2678         * MAINTAINERS (Write after Approval): Add myself.
2679
2680 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
2681
2682         * MAINTAINERS (Write After Approval):  Add myself.
2683
2684 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
2685
2686         * MAINTAINERS (Write After Approval):  Add myself.
2687
2688 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
2689
2690         * MAINTAINERS: Update my email address.
2691
2692 2008-06-25  Joey Ye  <joey.ye@intel.com>
2693
2694         * MAINTAINERS (Write After Approval):  Add myself.
2695
2696 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2697
2698         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2699         * Makefile.in: Regenerate.
2700         * configure: Regenerate.
2701
2702 2008-06-17  Daniel Kraft  <d@domob.eu>
2703
2704         * MAINTAINERS (Write After Approval):  Add myself.
2705
2706 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2707
2708         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2709         "$@" is still intact with both Autoconf 2.59 and 2.62.
2710         * configure: Regenerate.
2711
2712 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2713
2714         * Makefile.tpl: Fix comment errors.
2715         * Makefile.in: Regenerate.
2716
2717 2008-06-12  David S. Miller  <davem@davemloft.net>
2718             David Edelsohn  <edelsohn@gnu.org>
2719
2720         * configure.ac: Add powerpc*-*-* to gold supported targets.
2721         * configure: Regenerate.
2722
2723 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
2724
2725         PR tree-optimization/36218
2726         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2727         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2728         (all prefix="build-"): Pass them to build-system sub-makes.
2729         * Makefile.in: Regenerate.
2730
2731 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
2732
2733         * MAINTAINERS (mt port): Remove.
2734         (sco5, unixware, sco udk): Remove.
2735         (Kean Johnston): Add to Write After Approval.
2736
2737 2008-05-30  Julian Brown  <julian@codesourcery.com>
2738
2739         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2740         of libobjc for ARM EABI Linux.
2741         * configure: Regenerate.
2742
2743 2008-05-18  Xinliang David Li   <davidxl@google.com>
2744
2745         * ChangeLog: Remove wrong ChangeLog entry.
2746
2747 2008-05-17  Xinliang David Li   <davidxl@google.com>
2748
2749         * MAINTAINERS (Write After Approval): Add myself.
2750
2751 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
2752
2753         * MAINTAINERS (Write After Approval): Add myself.
2754
2755 2008-05-14  Rafael Espíndola  <espindola@google.com>
2756
2757         * config-ml.in: don't handle --enable-shared and --enable-static.
2758
2759 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
2760
2761         * MAINTAINERS: Update my email address.
2762
2763 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
2764
2765         * MAINTAINERS: Update my email address.
2766
2767 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
2768
2769         * MAINTAINERS (Write After Approval): Add myself.
2770
2771 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
2772
2773         * MAINTAINERS (Write After Approval): Add myself.
2774
2775 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
2776
2777         * MAINTAINERS (crx): Add myself.
2778
2779 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2780
2781         Sync with src:
2782         2008-04-14  David S. Miller  <davem@davemloft.net>
2783
2784         * configure.ac: Add sparc*-*-* to gold supported targets.
2785         * configure: Regenerate.
2786
2787 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2788
2789         PR bootstrap/35457
2790         * configure.ac: Include override.m4.
2791         * configure: Regenerate.
2792
2793 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2794
2795         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2796         * Makefile.in: Regenerate.
2797
2798 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
2799
2800         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2801         as nonconfigurable directories list.
2802         * configure: Regenerate.
2803
2804 2008-04-14  Ben Elliston  <bje@au.ibm.com>
2805
2806         * config.sub, config.guess: Update from upstream sources.
2807
2808 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
2809
2810         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2811         * Makefile.in: Regenerate.
2812
2813 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
2814
2815         * configure.ac: Do not build libssp for the AVR.
2816         * configure: Regenerate.
2817
2818 2008-04-07  Ian Lance Taylor  <iant@google.com>
2819
2820         * Makefile.def: check-gold depends upon all-binutils.
2821         * Makefile.in: Regenerate.
2822
2823 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
2824
2825         * MAINTAINERS (Write After Approval): Add myself.
2826
2827 2008-04-04  Nick Clifton  <nickc@redhat.com>
2828
2829         PR binutils/4334
2830         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2831         builds.
2832         * configure: Regenerate.
2833
2834 2008-04-04  NightStrike  <NightStrike@gmail.com>
2835
2836         PR other/35151
2837         * configure.ac: Combine rules for mingw32 and mingw64.
2838         * configure: Regenerate.
2839
2840 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
2841
2842         * MAINTAINERS (Write After Approval): Add myself.
2843
2844 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
2845
2846         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
2847         * Makefile.in (.NOTPARALLEL): Ditto.
2848
2849 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
2850
2851         * MAINTAINERS (Write After Approval): Add myself.
2852
2853 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
2854
2855         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
2856         * Makefile.in (.NOTPARALLEL): Regenerate.
2857
2858 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
2859
2860         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2861         * Makefile.in: Regenerate.
2862
2863 2008-03-26  Jakub Staszak  <kuba@et.pl>
2864
2865         * MAINTAINERS (Write After Approval): Add myself.
2866
2867 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2868
2869         * MAINTAINERS:  Update e-mail address.
2870
2871 2008-03-20  Ian Lance Taylor  <iant@google.com>
2872
2873         * configure.ac: Add support for --enable-gold.
2874         * Makefile.def: Add gold as a directory like ld.
2875         * configure, Makefile.in: Regenerate.
2876
2877 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2878
2879         * configure.ac: m4_include config/proginstall.m4.
2880         * configure: Regenerate.
2881
2882         Backport from upstream Libtool:
2883
2884         2007-10-12  Eric Blake  <ebb9@byu.net>
2885
2886         Deal with Autoconf 2.62's semantic change in m4_append.
2887         * ltsugar.m4 (lt_append): Replace broken versions of
2888         m4_append.
2889         (lt_if_append_uniq): Don't require separator to be overquoted,
2890         and avoid broken m4_append.
2891         (lt_dict_add): Fix typo.
2892         * libtool.m4 (_LT_DECL): Don't overquote separator.
2893
2894 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
2895
2896         * config.rpath: Add AIX 6 support.
2897
2898 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
2899
2900         * Makefile.def (stageprofile).  Remove -fprofile-generate
2901         from stage_libcflags.
2902         * Makefile.in: Regenerate.
2903
2904 2008-03-13  Ben Elliston  <bje@au.ibm.com>
2905
2906         * config.sub, config.guess: Update from upstream sources.
2907
2908 2008-03-06  Tom Tromey  <tromey@redhat.com>
2909
2910         * MAINTAINERS: Update for treelang deletion.
2911
2912 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
2913
2914         * MAINTAINERS: Update my email address.
2915
2916 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
2917
2918         * MAINTAINERS (darwin port): Add myself as a maintainer.
2919         (objective-c/c++): Add myself as a maintainer.
2920
2921 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
2922
2923         * MAINTAINERS (Write After Approval): Update my email address.
2924
2925 2008-02-25  Tomas Bily  <tbily@suse.cz>
2926
2927         * MAINTAINERS (Write After Approval): Add myself.
2928
2929 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
2930
2931         * MAINTAINERS (OpenMP): Add myself.
2932
2933 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
2934
2935         PR bootstrap/32009
2936         PR bootstrap/32161
2937
2938         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2939         * configure: Regenerate.
2940
2941         * Makefile.def: Define stage_libcflags for all bootstrap stages.
2942         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2943         STAGE4_LIBCFLAGS): New.
2944         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2945         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2946         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2947         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2948         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2949         for target modules.  Don't export LIBCFLAGS.
2950         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2951         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2952         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2953         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2954         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2955         * Makefile.in: Regenerate.
2956
2957 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2958
2959         PR libgcj/33085
2960         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2961         Do not use -DDLL_EXPORT.  Backport from upstream.
2962
2963 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2964
2965         * MAINTAINERS (Write After Approval): Add myself.
2966
2967 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
2968
2969         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2970         * configure: Regenerate.
2971
2972 2008-01-31  Marc Gauthier  <marc@tensilica.com>
2973
2974         * configure.ac (xtensa*-*-*): Recognize processor variants.
2975         * configure: Regenerate.
2976
2977 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2978
2979         PR bootstrap/34922
2980         * configure.ac (PARSE_ARGS): Push suitable setting of
2981         ac_subdirs_all, for `./configure --help=recursive'.
2982         Handle `+' in generic toplevel directory disabling.
2983         * configure: Regenerate.
2984
2985 2008-01-28  Nick Clifton  <nickc@redhat.com>
2986
2987         * MAINTAINERS (xstormy16): Take over maintainership.
2988
2989 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
2990
2991         * MAINTAINERS (c4x port): Remove.
2992
2993 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
2994
2995         * libtool.m4: Backport AIX 6 support from ToT Libtool.
2996
2997 2008-01-23  Ben Elliston  <bje@au.ibm.com>
2998
2999         * config.sub, config.guess: Update from upstream sources.
3000
3001 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
3002
3003         * MAINTAINERS (Write After Approval): Add myself.
3004
3005 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
3006
3007         * MAINTAINERS: Update my email address.
3008
3009 2008-01-09  Raksit Ashok  <raksit@google.com>
3010
3011         * MAINTAINERS (Write After Approval): Add myself.
3012
3013 2008-01-09  Raksit Ashok  <raksit@google.com>
3014
3015         * MAINTAINERS (Write After Approval): Add myself.
3016
3017 2008-01-08  Ben Elliston  <bje@au.ibm.com>
3018
3019         * config.sub, config.guess: Update from upstream sources.
3020
3021 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3022
3023         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3024         Change recommended MPFR from 2.2.1 -> 2.3.0.
3025         * configure: Regenerate.
3026
3027 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
3028
3029         * MAINTAINERS: Update my email address.
3030
3031 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
3032
3033         * MAINTAINERS: Update my email address.
3034
3035 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
3036
3037         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3038         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3039         * Makefile.in: Regenerate.
3040
3041 2007-12-10  Mark Heffernan  <meheff@google.com>
3042
3043         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
3044         misplaced entries.
3045
3046 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3047
3048         * configure.ac: Enable libjava for x86_64-*-darwin9.
3049         * configure: Regenerate.
3050
3051 2007-12-07  Bill Maddox  <maddox@google.com>
3052
3053         * MAINTAINERS (Write After Approval): Add myself.
3054
3055 2007-12-05  Ben Elliston  <bje@au.ibm.com>
3056
3057         * config.sub, config.guess: Update from upstream sources.
3058
3059 2007-12-02  Matthias Klose  <doko@ubuntu.com>
3060
3061         * config-ml.in: Remove 64bit configure tests.
3062
3063 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3064
3065         * config-ml.in: Robustify against white space in absolute file
3066         names.
3067
3068         * config-ml.in (multi-clean): Substitute ${Makefile}.
3069         Remove superfluous ${Makefile} in list.
3070
3071 2007-11-19  Thiemo Seufer  <ths@mips.com>
3072
3073         * config-ml.in: Don't hardcode the Makefile name.
3074
3075 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
3076
3077         * MAINTAINERS (Write After Approval): Add myself.
3078
3079 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
3080
3081         * MAINTAINERS (Write After Approval): Add myself.
3082
3083 2007-11-06  Doug Kwan  <dougkwan@google.com>
3084
3085         * MAINTAINERS (Write After Approval): Add myself.
3086
3087 2007-10-25  Ben Elliston  <bje@au.ibm.com>
3088
3089         * MAINTAINERS (mercury): Remove entry.
3090         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
3091
3092 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
3093
3094         * Makefile.def (dependencies): Make configure-gdb depend on
3095         all-intl.
3096         * Makefile.in: Regenerated.
3097
3098 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
3099
3100         * MAINTAINERS (Fortran maintainer): Remove myself.
3101
3102 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
3103
3104         * Makefile.def: To avoid problems running with parallel makes,
3105         build newlib before libgloss so that target specific header
3106         files are availble.
3107         * Makefile.in: Regenerate
3108
3109 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
3110
3111         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3112         * Makefile.in: Regenerate.
3113
3114 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
3115
3116         * MAINTAINERS (Register allocation reviewer): Add myself.
3117
3118 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
3119
3120         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3121         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3122         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
3123         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3124         * configure: Regenerate.
3125
3126 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
3127
3128         * MAINTAINERS (Register allocation reviewer): Add myself.
3129
3130 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
3131
3132         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3133         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3134         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3135         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3136         * configure.ac: Default them to host tools for $host = $build.
3137         Subst them.
3138
3139         * configure: Regenerate.
3140         * Makefile.in: Regenerate.
3141
3142 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
3143
3144         * MAINTAINERS (Register allocation reviewer): Add myself.
3145
3146 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
3147
3148         * MAINTAINERS (Register allocation reviewer): Add myself.
3149
3150 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
3151
3152         * MAINTAINERS (Write After Approval): Fix typo.
3153
3154 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
3155
3156         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3157         * configure: Regenerate.
3158
3159 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
3160
3161         PR bootstrap/31906
3162         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
3163         they're already prefixed.
3164
3165 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
3166
3167         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3168         libstdc++.
3169         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3170         * configure: Regenerate.
3171         * Makefile.in: Regenerate.
3172
3173 2007-09-17  Andreas Schwab  <schwab@suse.de>
3174
3175         * configure.ac: Raise minimum makeinfo version to 4.6.
3176         * configure: Regenerate.
3177
3178 2007-09-17  Johannes Singler  <singler@ira.uka.de>
3179
3180         * MAINTAINERS (write-after-approval) add myself
3181
3182 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
3183
3184         * configure.ac: Correct makeinfo version check.
3185         * configure: Regenerate.
3186
3187 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
3188
3189         * MAINTAINERS: Update my email address.
3190
3191 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
3192
3193         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
3194         to $skipdirs and only disable gprof for newlib.  Use the normal
3195         mips*-elf* handling in other respects.
3196         * configure: Regnerate.
3197
3198 2007-09-12  David Daney  <ddaney@avtrex.com>
3199
3200         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3201         enabling libgcj.
3202         * configure: Regenerate.
3203
3204 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3205
3206         PR other/32154
3207         * configure.ac: For libgloss targets, point the linker to the linker
3208         script, startup code and simulator library.
3209         * configure: Regenerate.
3210
3211 2007-09-07  Andrew Haley  <aph@redhat.com>
3212
3213         * configure.ac (noconfigdirs): Remove target-libffi and
3214         target-libjava.
3215         * configure: Regenerate.
3216
3217 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3218
3219         PR target/33281
3220         * configure.ac: Use config/mh-mingw on mingw.
3221         * configure: Regenerate.
3222
3223 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
3224
3225         * MAINTAINERS (Write After Approval): Add myself.
3226
3227 2007-09-05  Richard Guenther  <rguenther@suse.de>
3228
3229         * configure.ac (--enable-stage1-checking): If neither --enable-checking
3230         nor --disable-checking is provided also turn on yes and types
3231         checking for stage1.
3232         * configure: Re-generate.
3233
3234 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
3235
3236         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
3237         (Write After Approval): Remove myself.
3238
3239 2007-08-29  Nick Clifton  <nickc@redhat.com>
3240
3241         * config.sub, config.guess: Update from upstream sources.
3242
3243 2007-08-22  Bud Davis  <jmdavis@link.com>
3244
3245         * MAINTAINERS (Write After Approval): Added myself.
3246         * MAINTAINERS (Reviewers): Removed myself.
3247
3248 2007-08-18  Paul Brook  <paul@codesourcery.com>
3249             Joseph Myers  <joseph@codesourcery.com>
3250
3251         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3252         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3253         * Makefile.in: Regenerate.
3254         * configure.ac (--with-debug-prefix-map): New.
3255         * configure: Regenerate.
3256
3257 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
3258             Nigel Stephens  <nigel@mips.com>
3259
3260         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
3261         as target_makefile_frag.
3262         * configure: Regenerate.
3263
3264 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
3265
3266         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3267         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
3268         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3269         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3270         (do-compare, do-compare3, do-compare-debug): New.
3271         ([+compare-target+]): Use them.
3272
3273 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
3274
3275         * MAINTAINERS (Write After Approval): Change my email address.
3276
3277 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3278             Ben Elliston  <bje@au.ibm.com>
3279
3280         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3281         --silent if $silent.
3282         * configure: Regenerate.
3283
3284 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
3285
3286         * MAINTAINERS (Various Maintainers): Add myself as
3287         loop infrastructure maintainer.  Update my e-mail
3288         address.
3289
3290 2007-07-31  Diego Novillo  <dnovillo@google.com>
3291
3292         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
3293         Adjust description.
3294
3295 2007-07-26  Richard Guenther  <rguenther@suse.de>
3296
3297         * configure.ac: Add types checking to stage1 checking flags.
3298         * configure: Regenerate.
3299
3300 2007-07-17  Nick Clifton  <nickc@redhat.com>
3301
3302         * COPYING3: New file.  Contains version 3 of the GNU General
3303         Public License.
3304         * COPYING3.LIB: New file.  Contains version 3 of the GNU
3305         Lesser General Public License.
3306
3307 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3308
3309         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
3310
3311 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3312
3313         * MAINTAINERS (S/390 co-maintainer): Add myself.
3314         (Write After Approval): Remove myself.
3315
3316 2007-07-13  Dan Hipschman  <dsh@google.com>
3317
3318         * MAINTAINERS (Write After Approval): Add myself.
3319
3320 2007-07-11  Nick Clifton  <nickc@redhat.com>
3321
3322         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
3323         WINDRES export.
3324         * Makefile.in: Regenerate.
3325
3326 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3327
3328         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
3329         maintainer.
3330
3331 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
3332
3333         * lt~obsolete.m4: New. Import from 20070318 libtool.
3334
3335 2007-07-03  Julian Brown  <julian@codesourcery.com>
3336
3337         * MAINTAINERS (Write After Approval): Add myself.
3338
3339 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3340
3341         * configure.ac: Rewrite 'configure --help' strings to look nicer.
3342         * configure: Regenerate.
3343
3344 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3345
3346         * configure.ac: Add some missing m4 quotation.
3347         * configure: Regenerate.
3348
3349 2007-07-02  Simon Baldwin  <simonb@google.com>
3350
3351         * MAINTAINERS (Write After Approval): Add myself.
3352
3353 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
3354
3355         * configure: Regenerate.
3356
3357 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
3358
3359         * Makefile.def: Add windmc tool to build.
3360         * Makefile.tpl: Likewise.
3361         * configure.ac: Likewise.
3362         * Makefile.in: Regenerate.
3363         * configure: Regenerate.
3364
3365 2007-06-28  DJ Delorie  <dj@redhat.com>
3366
3367         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3368         not building newlib.
3369         * configure: Regenerated.
3370
3371 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
3372
3373         * MAINTAINERS (Write After Approval): Add myself.
3374
3375 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
3376
3377         * MAINTAINERS (Write After Approval): Add myself.
3378
3379 2007-06-19  Chris Matthews  <chrismatthews@google.com>
3380
3381         * MAINTAINERS (Write After Approval): Add myself.
3382
3383 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3384
3385         * MAINTAINERS (Write After Approval): Add myself.
3386
3387 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
3388
3389         * Makefile.def: Add dependency from configure-gdb to all-bfd.
3390         * Makefile.in: Regenerated.
3391
3392 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
3393
3394         * configure.ac: Don't add target-libmudflap to noconfigdirs for
3395         bfin*-*-uclinux* targets.
3396         * configure: Regenerate.
3397
3398 2007-06-14  Ian Lance Taylor  <iant@google.com>
3399
3400         * MAINTAINERS: Add myself as non-algorithmic global write
3401         maintainer.
3402
3403 2007-06-14  Diego Novillo  <dnovillo@google.com>
3404
3405         * MAINTAINERS: Add self as middle-end maintainer and
3406         non-algorithmic global write maintainer.
3407
3408 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3409
3410         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
3411         Move all Fortran maintainers except Paul Brook into the
3412         Non-Autopoiesis section.
3413
3414 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
3415
3416         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3417         (distclean-stage[+id+]): Possibly delete stage_last.
3418         * Makefile.in: Regenerate.
3419
3420 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
3421
3422         * MAINTAINERS (Various Maintainer): Fix typo.
3423
3424 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
3425
3426         * MAINTAINERS (Various Maintainer): Add myself as
3427         dataflow maintainer.
3428
3429 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3430
3431         * config.sub, config.guess: Update from upstream sources.
3432
3433 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3434
3435         * Makefile.tpl: Fix spelling error.
3436         * Makefile.in: Regenerate.
3437
3438 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
3439
3440         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3441         lt_cv_sys_max_cmd_len.
3442
3443 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
3444
3445         * MAINTAINERS (Various Maintainers): Add myself as
3446         auto-vectorizer maintainer.
3447
3448 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
3449
3450         PR libjava/32098
3451         * libtool.m4: Revert previous change.
3452         * ltgcc.m4: Put it here.
3453
3454 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
3455
3456         * MAINTAINERS (Various Maintainers): Add myself as
3457         auto-vectorizer maintainer.
3458
3459 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
3460
3461         PR libjava/32098
3462         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
3463
3464 2007-05-30  Richard Guenther  <rguenther@suse.de>
3465
3466         * MAINTAINERS (Various Maintainers): Add myself as
3467         auto-vectorizer maintainer.
3468
3469 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
3470
3471         PR bootstrap/29382
3472         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3473         * configure: Rebuilt.
3474
3475 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
3476
3477         * MAINTAINERS (Write After Approval): Removed my name.
3478
3479 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
3480
3481         * MAINTAINERS (Write After Approval): Remove myself.
3482
3483 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
3484
3485         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3486
3487 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
3488
3489         * ltmain.sh: Update from ToT Libtool.
3490         * libtool.m4: Update from ToT Libtool.
3491         * ltsugar.m4: New. Update from ToT Libtool.
3492         * ltversion.m4: New. Update from ToT Libtool.
3493         * ltoptions.m4: New. Update from ToT Libtool.
3494         * ltconfig: Remove.
3495         * ltcf-c.sh: Remove.
3496         * ltcf-cxx.sh: Remove.
3497         * ltcf-gcj.sh: Remove.
3498
3499 2007-05-22  Ollie Wild  <aaw@google.com>
3500
3501         * MAINTAINERS (Write After Approval): Add myself.
3502
3503 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
3504
3505         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3506         stage_cflags.
3507         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3508         Remove CFLAGS/LIBCFLAGS.
3509         (configure-stage[+id+]-[+prefix+][+module+],
3510         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3511         * Makefile.in: Regenerate.
3512
3513 2007-05-15  Diego Novillo  <dnovillo@google.com>
3514
3515         * MAINTAINERS: Update e-mail address.
3516
3517 2007-05-15  Revital Eres  <eres@il.ibm.com>
3518
3519         * MAINTAINERS (Write After Approval): Add myself.
3520
3521 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
3522
3523         * MAINTAINERS (Write After Approval): Updated my address.
3524
3525 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
3526
3527         * MAINTAINERS (Write After Approval): Add myself.
3528
3529 2007-05-11  Silvius Rus  <rus@google.com>
3530
3531         * MAINTAINERS (Write After Approval): Add myself.
3532
3533 2007-04-23  Tom Tromey  <tromey@redhat.com>
3534
3535         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
3536
3537 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
3538
3539         * MAINTAINERS (cpplib): Rename to ...
3540         (libcpp): ... this.  Add C/C++ front end maintainers.
3541
3542 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
3543
3544         * config-ml.in: Pass ${ml_config_env} to configure calls.
3545
3546 2007-04-04  Christian Bruel  <christian.bruel@st.com>
3547
3548         * MAINTAINERS (Write After Approval): Add myself.
3549
3550 2007-04-02  Dave Korn  <dave.korn@artimi.com>
3551
3552         * MAINTAINERS (Write After Approval): Add myself.
3553
3554 2007-03-31  Tobias Burnus  <burnus@net-b.de>
3555
3556         * MAINTAINERS (fortran 95 front end): Add myself.
3557
3558 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
3559
3560         * MAINTAINERS (Write After Approval): Add myself.
3561
3562 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
3563
3564         * MAINTAINERS (Modulo Scheduler): Add myself.
3565
3566 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
3567
3568         * MAINTAINERS (fortran 95 front end): Add myself.
3569         (c++ front end): whitespace fix.
3570
3571 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
3572
3573         * MAINTAINERS (Write After Approval): Add myself.
3574
3575 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
3576
3577         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3578         of glob.  Quote arguments with single quotes too.
3579         * configure: Regenerate.
3580
3581 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
3582
3583         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3584         * Makefile.in: Regenerate
3585
3586 2007-03-07  Andreas Schwab  <schwab@suse.de>
3587
3588         * configure: Regenerate.
3589
3590 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
3591
3592         * configure.ac: Add "--with-pdfdir" configure option,
3593         which defines pdfdir variable.
3594         * Makefile.def (target=fixincludes): Add install-pdf to
3595         missing targets.
3596         (recursive_targets): Add install-pdf target.
3597         (flags_to_pass): Add pdfdir.
3598         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3599         target.
3600         * configure: Regenerate
3601         * Makefile.in: Regenerate
3602
3603 2007-02-28  Eric Christopher  <echristo@apple.com>
3604
3605         Revert:
3606         2006-12-07  Mike Stump  <mrs@apple.com>
3607
3608         * Makefile.def (dependencies): Add dependency for
3609         install-target-libssp and install-target-libgomp on
3610         install-gcc.
3611         * Makefile.in: Regenerate.
3612
3613 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
3614
3615         * configure: Regenerate.
3616         * configure.ac: Move statements after variable declarations.
3617
3618 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
3619
3620         * MAINTAINERS: Add myself as sh maintainer.
3621
3622 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
3623
3624         * configure.ac: Adjust for loop syntax.
3625         * configure: Regenerate.
3626
3627 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3628
3629         * configure: Rebuilt.
3630
3631 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3632
3633         * configure.ac: Drop multiple occurrences of --enable-languages,
3634         and fix its quoting.
3635         * configure: Rebuilt.
3636
3637 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
3638             Nathan Sidwell  <nathan@codesourcery.com>
3639             Vladimir Prus  <vladimir@codesourcery.com>
3640             Joseph Myers  <joseph@codesourcery.com>
3641
3642         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3643         * configure: Regenerate.
3644
3645 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
3646
3647         * ltconfig (freebsd*): Default to elf.
3648
3649 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3650
3651         * configure.ac (target_libraries): Move libgcc before libiberty.
3652         * configure: Regenerated.
3653
3654 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3655             Paolo Bonzini  <bonzini@gnu.org>
3656
3657         PR bootstrap/30753
3658         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
3659         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
3660         * configure: Regenerated.
3661
3662 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3663
3664         * MAINTAINERS (Language Front End Maintainers): Update my mail
3665         address.
3666
3667 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3668
3669         PR bootstrap/30748
3670         * configure.ac: Correct syntax for Solaris ksh.
3671         * configure: Regenerated.
3672
3673 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3674
3675         * configure.ac: Sync with src.
3676         * configure: Regenerate.
3677
3678 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3679
3680         * Makefile.in: Regenerate.
3681
3682 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3683
3684         * config.sub: Sync with src.
3685
3686 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3687
3688         * Makefile.tpl (build_alias, host_alias, target_alias): Use
3689         noncanonical equivalents.
3690         * configure.in: Rename to...
3691         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
3692         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
3693         target_noncanonical.  Use them.  Rewrite removal of configure
3694         arguments for autoconf 2.59.  Discard variable settings.  Force
3695         program_transform_name for native tools.
3696
3697         * Makefile.in: Regenerated.
3698         * configure: Regenerated with autoconf 2.59.
3699
3700 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
3701
3702         * MAINTAINERS (Write After Approval): Add myself.
3703
3704 2007-01-31  Andreas Schwab  <schwab@suse.de>
3705
3706         * Makefile.tpl (LDFLAGS): Substitute it.
3707         * Makefile.in: Regenerate.
3708
3709 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
3710
3711         * MAINTAINERS (Write After Approval): Add myself.
3712
3713 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
3714
3715         * MAINTAINERS (spu port): Add myself.
3716
3717 2007-01-23  Richard Guenther  <rguenther@suse.de>
3718
3719         PR bootstrap/30541
3720         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
3721         * Makefile.tpl (GNATBIND): Substitute it.
3722         (GNATMAKE): Likewise.
3723         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
3724         of STAGE_PREFIX.
3725         * Makefile.in: Regenerate.
3726         * configure: Regenerate.
3727
3728 2007-01-18  Mike Stump  <mrs@apple.com>
3729
3730         * configure.in: Re-enable -Werror for gcc builds.
3731
3732 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
3733
3734         * MAINTAINERS (Write After Approval): Add myself.
3735
3736 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3737
3738         * configure.in: Change == to = in test command.
3739         * configure: Regenerate.
3740
3741 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3742             Nick Clifton  <nickc@redhat.com>
3743             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
3744
3745         * configure.in (build_configargs, host_configargs, target_configargs):
3746         Remove build/host/target parameters.
3747         (host_libs): Add gmp and mpfr.
3748         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3749         * Makefile.def (gmp, mpfr): New.
3750         (gcc): Remove target.
3751         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3752         target_os, target_vendor): New.
3753         (configure): Add host_alias/target_alias arguments; adjust invocations.
3754         * configure: Regenerate.
3755         * Makefile.in: Regenerate.
3756
3757 2007-01-11  Matt Fago  <fago@earthlink.net>
3758
3759         * configure.in: Try to link to functions only in mpfr 2.2.x
3760         to improve robustness of configure tests.
3761         * configure: Regenerate.
3762
3763 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
3764
3765         * MAINTAINERS: Add myself as i386 maintainer.
3766
3767 2007-01-08  Jan Hubicka  <jh@suse.cz>
3768
3769         * MAINTAINERS: Add myself as i386 maintainer.
3770
3771 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
3772
3773         * configure.in: Add support for an x86_64-mingw* target.
3774         * configure: Regenerate.
3775
3776 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
3777
3778         * Makefile.tpl (all-target): Correct @if conditional for target
3779         modules.
3780         * configure.in: Omit libiberty if building only target libgcc.
3781         * configure, Makefile.in: Regenerated.
3782
3783 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
3784
3785         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3786         * configure: Regenerate.
3787
3788 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
3789
3790         * Makefile.def (target_modules): Add libgcc.
3791         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
3792         * Makefile.tpl (clean-target-libgcc): Delete.
3793         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3794         on gcc even for bootstrapped modules.  Rewrite handling of
3795         lang_env_dependencies to loop over target_modules.
3796         * configure.in (target_libraries): Add target-libgcc.
3797         * Makefile.in, configure: Regenerated.
3798
3799 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3800
3801         * configure.in: Reorganize recognition of languages.  Add
3802         --enable-stage1-languages.  Show supported languages for the chosen
3803         target rather than all recognized languages.
3804         * configure: Regenerate.
3805
3806 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3807
3808         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3809         * Makefile.in: Regenerate.
3810
3811 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3812
3813         * configure.in: Warn that MPFR 2.2.0 is buggy.
3814         * configure: Regenerate.
3815
3816 2006-12-27  Ian Lance Taylor  <iant@google.com>
3817
3818         * configure.in: When removing Makefiles to force a reconfigure, also
3819         remove prev-DIR*/Makefile.
3820         * configure: Regenerate.
3821
3822 2006-12-22  Andreas Schwab  <schwab@suse.de>
3823
3824         * configure: Regenerate with correct autoconf version.
3825
3826 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
3827
3828         * configure.in: add AC_SUBST for *_FOR_TARGET.
3829         * configure: Regenerate.
3830
3831 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3832
3833         * configure.in: Simplify logic for rejecting languages that cannot
3834         be built.  Separate the case when a language is unsupported,
3835         from the case when the user chooses not to build a language.
3836
3837 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3838
3839         * configure.in: Remove "$build" case for powerpc-*-darwin* since
3840         it only affects bootstrap and could be tested on "$host" as well.
3841         * configure: Regenerate.
3842         * config/mh-ppc-darwin: Add to the stage1 cflags here.
3843
3844 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3845
3846         PR bootstrap/29544
3847         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3848         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3849         move here comment from Makefile.tpl.
3850         * Makefile.tpl: Move some definitions higher in the file.
3851         (STAGE1_CHECKING): New.
3852         * configure.in: Add --enable-stage1-checking.
3853         * configure: Regenerate.
3854         * Makefile.in: Regenerate.
3855
3856 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3857
3858         * MAINTAINERS: Add myself as build system maintainer.
3859
3860 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
3861
3862         * MAINTAINERS (Write After Approval): Add myself.
3863
3864 2006-12-13  Eric Christopher  <echristo@apple.com>
3865
3866         * MAINTAINERS: Add myself as darwin maintainer.
3867
3868 2006-12-11  Ian Lance Taylor  <ian@airs.com>
3869
3870         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
3871
3872 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
3873
3874         MAINTAINERS: Update my entry.
3875
3876 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
3877
3878         * configure.in:  Handle spu makefile frag.
3879         * Makefile.tpl (MAINT): Define
3880         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3881         * configure: Regenerate.
3882         * Makefile.in: Regenerate.
3883
3884 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3885
3886         * config.guess: Import latest version.
3887         * config.sub: Likewise.
3888
3889 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3890
3891         * configure.in (spu-*-*): Don't skip target-libiberty.
3892         * configure: Regenerate.
3893
3894 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3895
3896         PR bootstrap/30134
3897         * configure.in: Correct x86 darwin support for libjava to powerpc
3898         and i?86 only.
3899         * configure: Regenerate.
3900
3901 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
3902
3903         * configure.in: Add x86 darwin support for libjava.
3904         * configure: Regenerate.
3905
3906 2006-12-07  Mike Stump  <mrs@apple.com>
3907
3908         * Makefile.def (dependencies): Add dependency for
3909         install-target-libssp and install-target-libgomp on
3910         install-gcc.
3911         * Makefile.in: Regenerate.
3912
3913 2006-12-04  Richard Guenther  <rguenther@suse.de>
3914
3915         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
3916         (Non-Algorithmic Maintainers): Move over non-algorithmic
3917         loop optimizer maintainers, add myself as a non-algorithmic
3918         middle-end maintainer.
3919
3920 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
3921
3922         * MAINTAINERS (Write After Approval): Add myself.
3923
3924 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3925
3926         * configure.in: Update error message for missing GMP/MPFR.
3927
3928         * configure: Regenerate.
3929
3930 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3931
3932         * configure.in: Update MPFR version in error message.
3933
3934         * configure: Regenerate.
3935
3936 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3937
3938         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3939         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3940         --with-gmp-lib): New flags.
3941
3942         * configure: Regenerate.
3943
3944 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
3945
3946         * MAINTAINERS (Write After Approval): Change my email address.
3947
3948 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3949
3950         * MAINTAINERS (Write After Approval): Add myself.
3951
3952 2006-11-22  Philipp Thomas  <pth@suse.de>
3953
3954         * MAINTAINERS (i18n): Update e-mail address.
3955
3956 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3957
3958         * MAINTAINERS (spu port): Add myself as maintainer.
3959         (Write After Approval): Remove myself.
3960
3961 2006-11-22  Ben Elliston  <bje@au.ibm.com>
3962
3963         * configure.in (skipdirs): Don't build libssp for SPU.
3964         * configure: Regenerate.
3965
3966 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3967
3968         * MAINTAINERS (spu port): Add myself as maintainer.
3969         (libobjc): Update my email address.
3970
3971 2006-11-21  Andrea Bona  <andrea.bona@st.com>
3972
3973         * MAINTAINERS (Write After Approval): Add myself.
3974
3975 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3976
3977         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
3978         * configure : Rebuilt.
3979
3980 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3981
3982         * MAINTAINERS (Write After Approval): Add myself.
3983
3984 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
3985
3986         * MAINTAINERS (Write After Approval): Add myself.
3987
3988 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3989
3990         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
3991         libmpfr.a.
3992         * configure: Regenerate.
3993
3994 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
3995
3996         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3997         (unstage): Test for stage_last presence.
3998
3999         PR bootstrap/29802
4000         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
4001         STAGE_PREFIX.
4002         * Makefile.in: Regenerate.
4003
4004 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
4005
4006         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
4007         maintainers.
4008
4009 2006-11-14  Erven Rohou  <erven.rohou@st.com>
4010
4011         * MAINTAINERS (Write After Approval): Add myself.
4012
4013 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
4014
4015         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
4016         and stageN-package/Makefile.
4017         * Makefile.in: Regenerated.
4018
4019 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
4020
4021         * configure.in: Remove target-libgloss from noconfigdirs for
4022         bfin-*-*.
4023         * configure: Regenerated.
4024
4025 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4026
4027         * configure.in (have_gmp): Only error if the gcc directory exists.
4028
4029         * configure: Regenerate.
4030
4031 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4032
4033         * configure.in: Robustify error message for missing GMP/MPFR.
4034
4035         * configure: Regenerate.
4036
4037 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
4038
4039         * MAINTAINERS (Write After Approval): Add myself.
4040
4041 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
4042
4043         * MAINTAINERS: Change email address.
4044
4045 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
4046
4047         * MAINTAINERS (Write After Approval): Add myself.
4048
4049 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
4050
4051         * MAINTAINERS (Write After Approval): Add myself.
4052
4053 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
4054
4055         * MAINTAINERS (Write After Approval): Move myself to
4056         Write After Approval section.
4057
4058 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4059
4060         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
4061         need_gmp anymore.
4062         * configure: Regenerate.
4063
4064 2006-10-16  Tobias Burnus  <burnus@net-b.de>
4065
4066         * MAINTAINERS (Write After Approval): Add myself.
4067
4068 2006-10-16  Ben Elliston  <bje@au.ibm.com>
4069
4070         * config.guess: Import latest version.
4071         * config.sub: Likewise.
4072
4073 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
4074
4075         * Makefile.def: Added pdf target handling.
4076         * Makefile.tpl: Added pdf target handling.
4077         * Makefile.in: Regenerated.
4078
4079 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
4080
4081         * MAINTAINERS: Add self as score port maintainer.
4082
4083 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
4084
4085         * MAINTAINERS (Write After Approval): Add myself.
4086
4087 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
4088
4089         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
4090         or newer.
4091         * configure: Regenerated.
4092
4093 2006-09-27  Dave Brolley  <brolley@redhat.com>
4094
4095         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
4096         using $s instead of $r.
4097         * configure: Regenerated.
4098
4099 2006-09-26  Thiemo Seufer  <ths@mips.com>
4100
4101         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4102         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4103         * configure: Regenerate.
4104
4105 2006-09-24  Graeme Peterson  <gridly@gmail.com>
4106
4107         * MAINTAINERS (Write After Approval): Remove myself.
4108
4109 2006-09-22  Chao-ying Fu  <fu@mips.com>
4110
4111         * MAINTAINERS (Write After Approval): Add myself.
4112
4113 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
4114
4115         * MAINTAINERS: Add self as soft-fp maintainer.
4116
4117 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
4118
4119         * MAINTAINERS: Add myself as avr maintainer.
4120         Remove Marek Michalkiewicz as avr maintainer.
4121
4122 2006-09-07  Roberto Costa  <roberto.costa@st.com>
4123
4124         * MAINTAINERS (Write After Approval): Add myself.
4125
4126 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
4127
4128         * configure.in: Never build newlib for a Mingw host.
4129         Never build newlib as Mingw target library.
4130         Test the existence of winsup/cygwin for building a Cygwin newlib,
4131         rather than just winsup.
4132         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4133         building a Mingw target.
4134         * configure: Regenerate.
4135
4136 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
4137
4138         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
4139
4140 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
4141
4142         * config.guess: Import from src (was more updated).
4143         * config.sub: Likewise.
4144
4145 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
4146
4147         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4148         * configure: Regenerated.
4149
4150 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
4151
4152         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4153         for stages after the first.
4154
4155 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
4156
4157         * Makefile.def: Add dependencies for configure-opcodes
4158         on configure-intl and all-opcodes on all-intl.
4159         * Makefile.in: Regenerated.
4160
4161 2006-07-13  Ben Elliston  <bje@au.ibm.com>
4162
4163         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
4164
4165 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4166
4167         Port to hosts whose 'sort' and 'tail' implementations
4168         treat operands with leading '+' as file names, as POSIX
4169         has required since 2001.  However, make sure the code still
4170         works on pre-POSIX hosts.
4171         * ltmain.sh: Don't assume "sort +2" is equivalent to
4172         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
4173
4174 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
4175
4176         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
4177
4178 2006-07-04  Peter O'Gorman  <peter@pogma.com>
4179
4180         * ltconfig: chmod 644 before ranlib during install.
4181
4182 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4183
4184         PR bootstrap/18058
4185         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4186         if the bootstrap compiler is a GCC version that supports it.
4187         * configure: Regenerate.
4188
4189 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4190
4191         * configure.in: Fix thinkos in previous check-in.
4192         * configure: Regenerate.
4193
4194 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4195
4196         PR other/27063
4197         * configure.in: Test subdir_requires and give an appropriate
4198         error message.
4199         * configure: Regenerate.
4200
4201 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
4202
4203         * MAINTAINERS (Write After Approval): Add myself.
4204
4205 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
4206
4207         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4208
4209 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
4210
4211         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4212
4213 2006-06-20  David Ayers  <d.ayers@inode.at>
4214
4215         PR bootstrap/28072
4216         * configure.in: Add target-boehm-gc to noconfigdirs depending on
4217         whether target-libjava is being configured instead of whether the
4218         java front end is enabled.
4219         * configure: Regenerate.
4220
4221 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4222
4223         PR target/27540
4224         * configure.in: Only enable libgomp on IRIX 6.
4225         * configure: Regenerate.
4226
4227 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
4228
4229         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4230         too.
4231         * Makefile.in: Regenerate.
4232
4233 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
4234
4235         * config-ml.in: Alter CCASFLAGS to include special
4236         multilib options the same as is done for CFLAGS.
4237
4238 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4239
4240         * configure.in: Don't enable libgomp on hpux10.
4241         * configure: Rebuilt.
4242
4243 2006-06-12  David Ayers  <d.ayers@inode.at>
4244
4245         PR bootstrap/27963
4246         PR target/19970
4247         * configure.in: Remove target-boehm-gc from noconfigdirs where
4248         ${libgcj} is specified.
4249         * configure: Regenerate.
4250
4251 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
4252
4253         Sync from src:
4254
4255         * configure.in: Sync.
4256         * configure: Regenerated.
4257
4258         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
4259
4260         * Makefile.def: Added dependencies from sim and gdb on intl, and
4261         added configure dependencies to everything with an all dependency
4262         on intl.
4263         * Makefile.in: Regenerated.
4264
4265 2006-06-06  David Ayers  <d.ayers@inode.at>
4266
4267         PR libobjc/13946
4268         * Makefile.def: Add dependencies for libobjc which boehm-gc.
4269         * Makefile.in: Regenerate.
4270         * configure.in: Add --enable-objc-gc at toplevel and have it
4271         enable boehm-gc for Objective-C.
4272         Remove target-boehm-gc from libgcj.
4273         Add target-boehm-gc to target_libraries.
4274         Add target-boehm-gc to noconfigdirs where ${libgcj}
4275         is specified.
4276         Assert that boehm-gc is supported when requested for Objective-C.
4277         Only build boehm-gc if needed either for Java or Objective-C.
4278         * configure: Regenerate.
4279
4280 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
4281
4282         PR 27674
4283         * Makefile.tpl (configure-[+prefix+][+module+],
4284         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4285         Remove rule to unstage bootstrapped modules.
4286         (stage_current): New.
4287         * Makefile.in: Regenerate.
4288
4289 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4290
4291         * MAINTAINERS (Write After Approval): Update my e-mail address.
4292
4293 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
4294
4295         * include/libiberty.h: Declare pex_run_in_environment.
4296
4297 2006-05-31  Asher Langton  <langton2@llnl.gov>
4298
4299         * MAINTAINERS (Write After Approval): Add myself.
4300
4301 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
4302
4303         * Makefile.def (bfd, opcodes): Fix lib_path.
4304         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4305         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
4306         * Makefile.in: Regenerate.
4307
4308 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4309
4310         * Makefile.in: Regenerate.
4311
4312 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4313
4314         * Makefile.def: Add install-html target. Add datarootdir
4315         docdir and htmldir to flags_to_pass.
4316         * Makefile.tpl: Add install-html target.
4317         * Makefile.in: Regenerate.
4318         * configure.in: Add --with-datarootdir, --with-docdir, and
4319         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
4320         * configure: Regenerate.
4321
4322 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
4323
4324         * configure.in: Enable gprof for cross builds.
4325         * configure: Regenerate.
4326
4327 2006-05-22  Richard Guenther  <rguenther@suse.de>
4328
4329         Revert
4330         2006-01-31  Richard Guenther  <rguenther@suse.de>
4331         Paolo Bonzini  <bonzini@gnu.org>
4332
4333         * Makefile.def (target_modules): Add libgcc-math target module.
4334         * configure.in (target_libraries): Add libgcc-math target library.
4335         (--enable-libgcc-math): New configure switch.
4336         * Makefile.in: Re-generate.
4337         * configure: Re-generate.
4338         * libgcc-math: New toplevel directory.
4339
4340 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4341             Andreas Tobler  <a.tobler@schweiz.ch>
4342
4343         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
4344         * configure: Rebuilt.
4345
4346 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
4347
4348         * MAINTAINERS (Write After Approval): Add myself.
4349
4350 2006-05-01  DJ Delorie  <dj@redhat.com>
4351
4352         * configure.in: Restore CFLAGS if GMP isn't present.
4353         * configure: Regenerate.
4354
4355 2006-05-01  Richard Guenther  <rguenther@suse.de>
4356
4357         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
4358         maintainer.
4359
4360 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
4361
4362         * MAINTAINERS (Write After Approval): Add myself.
4363
4364 2006-04-28  Jan Beulich  <jbeulich@novell.com>
4365
4366         * MAINTAINERS (Write After Approval): Add myself.
4367
4368 2006-04-18  DJ Delorie  <dj@redhat.com>
4369
4370         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
4371         reference libgloss so that libssp can be built in a combined
4372         tree.
4373         * configure: Regenerate.
4374
4375 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
4376
4377         * MAINTAINERS (Write After Approval): Add myself.
4378
4379 2006-04-05  Ben Elliston  <bje@au.ibm.com>
4380
4381         * configure.in: Require makeinfo 4.4 or higher.
4382         * configure: Regenerate.
4383
4384 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
4385
4386         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
4387         Rearrange the entries of other libraries to have them in one place.
4388
4389 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
4390
4391         * MAINTAINERS (Write After Approval): Remove myself.
4392         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4393
4394 2006-03-14  Richard Guenther  <rguenther@suse.de>
4395
4396         * configure: Regenerate with autoconf 2.13.
4397
4398 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
4399
4400         * MAINTAINERS: Use my work address.
4401
4402         * MAINTAINERS: Update my E-mail address.
4403
4404 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
4405
4406         * configure.in: Handle --disable-<component> generically.
4407         * configure: Regenerate.
4408
4409 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
4410
4411         PR libgcj/17311
4412         * ltmain.sh: Don't use "$finalize_rpath" for compile.
4413
4414 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
4415
4416         * MAINTAINERS (Write After Approval):  Remove myself.
4417         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4418
4419 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
4420
4421         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
4422         (TARGET_CONFIGDIRS): Remove.
4423         * configure.in: Remove AC_SUBST(target_configdirs).
4424         * Makefile.in, configure: Regenerated.
4425
4426 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
4427
4428         * MAINTAINERS (Write After Approval):  Remove myself.
4429         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4430
4431 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
4432
4433         PR bootstrap/25670
4434
4435         * Makefile.tpl ([+compare-target+]): Print explanation messages.
4436
4437         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4438         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4439         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4440         BUILD_PREFIX, BUILD_PREFIX_1.
4441         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4442
4443         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4444         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4445
4446         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4447         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4448         of `cat stage_current`.  Always provide the `r' and `s' variables.
4449         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4450         a single shell execution.
4451         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4452         bootstrapped modules, make the stage1 module if the build was not
4453         started yet, else build the current stage.
4454         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4455         (all-build, all-host, all-target, [+make_target+]-host,
4456         [+make_target+]-target): Do not use \-continued lines.
4457         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4458         (current_stage, restrap, stage_last): New.
4459
4460         * Makefile.in: Regenerate.
4461         * configure: Regenerate.
4462
4463 2006-02-19  Bud Davis  <jmdavis@link.com>
4464
4465         * MAINTAINERS (Write After Approval):  Remove myself.
4466         (Language Front End Maintainers):  Add myself as fortran 95
4467         maintainer and update e-mail address.
4468
4469 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4470
4471         * MAINTAINERS (Write After Approval):  Remove myself.
4472         (Language Front End Maintainers):  Add myself as fortran 95
4473         maintainer.
4474
4475 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
4476
4477         * MAINTAINERS (Write After Approval): Add myself.
4478
4479 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
4480
4481         * MAINTAINERS (Write After Approval):  Remove myself.
4482         (Language Front End Maintainers):  Add myself as
4483         fortran 95 maintainer.
4484
4485 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4486
4487         Sync from src:
4488
4489         2005-12-27  Leif Ekblad  <leif@rdos.net>
4490
4491         * configure.in: Add support for RDOS target.
4492         * configure: Regenerate.
4493
4494 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4495             Andreas Schwab  <schwab@suse.de>
4496
4497         * configure: Regenerate.
4498
4499 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
4500
4501         * configure.in (enable_libgomp): Add AIX.
4502         * configure: Regenerate.
4503
4504 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
4505
4506         * MAINTAINERS (Write After Approval): Add myself.
4507
4508 2006-02-03  Lee Millward  <lee.millward@gmail.com>
4509
4510         * MAINTAINERS (Write After Approval): Add myself.
4511
4512 2006-01-31  Richard Guenther  <rguenther@suse.de>
4513         Paolo Bonzini  <bonzini@gnu.org>
4514
4515         * Makefile.def (target_modules): Add libgcc-math target module.
4516         * configure.in (target_libraries): Add libgcc-math target library.
4517         (--enable-libgcc-math): New configure switch.
4518         * Makefile.in: Re-generate.
4519         * configure: Re-generate.
4520         * libgcc-math: New toplevel directory.
4521
4522 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
4523
4524         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4525         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4526         the assembler, linker and binutils.
4527         * configure: Regenerate.
4528
4529 2006-01-22  Dirk Mueller  <dmueller@suse.de>
4530
4531         * MAINTAINERS (Write After Approval): Add myself.
4532
4533 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
4534
4535         * configure: Regenerate.
4536
4537 2006-01-18  Richard Henderson  <rth@redhat.com>
4538             Jakub Jelinek  <jakub@redhat.com>
4539             Diego Novillo  <dnovillo@redhat.com>
4540
4541         * libgomp: New directory.
4542         * Makefile.def: Add target_module libgomp.
4543         * Makefile.in: Regenerate.
4544         * configure.in (target_libraries): Add target-libgomp.
4545         * configure: Regenerate.
4546
4547 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
4548
4549         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4550         @ from continuation.
4551         * Makefile.in: Rebuilt.
4552
4553 2006-01-04  Chris Lattner  <sabre@gnu.org>
4554
4555         * MAINTAINERS (Write After Approval): Add myself.
4556
4557 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
4558
4559         PR bootstrap/24252
4560
4561         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4562         * Makefile.tpl (OBJDUMP): New.
4563         (EXTRA_HOST_FLAGS): Add it.
4564         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4565
4566         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4567         to use symbolic links between directories.  Avoid race conditions
4568         or make them harmless.
4569         * configure.in: Do not try to use symbolic links between directories.
4570
4571         * Makefile.def (LEAN): Pass.
4572         * Makefile.tpl (LEAN): Define.
4573         (stage[+id+]-start): Accept that the previous directory does not
4574         exist, if the bootstrap is lean.
4575         (stage[+id+]-bubble): Invoke lean bootstrap commands after
4576         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
4577         configure substitution.
4578         ([+compare-target+]): Likewise.
4579         ([+bootstrap-target+]-lean): New.
4580         * configure.in: Remove lean bootstrap support from here.
4581
4582         * Makefile.in: Regenerate.
4583         * configure: Regenerate.
4584
4585 2006-01-04  Ben Elliston  <bje@au.ibm.com>
4586
4587         * MAINTAINERS (libdecnumber): Add myself.
4588
4589 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
4590
4591         * libtool-ldflags: New script.
4592
4593 2006-01-02  Andreas Schwab  <schwab@suse.de>
4594
4595         * configure.in: When reconfiguring remove Makefile in
4596         all stage directories.
4597         * configure: Regenerate.
4598
4599 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
4600
4601         * MAINTAINERS: Update my email address.
4602
4603 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
4604
4605         Revert Ada-related part of the previous change.
4606
4607         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4608         Do not pass.
4609         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4610         * Makefile.in: Regenerate.
4611         * configure.in: Do not include mt-ppc-aix target fragment.
4612         * configure: Regenerate.
4613
4614 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
4615
4616         * configure.in: Select appropriate fragments for PowerPC/AIX.
4617         * configure: Regenerate.
4618
4619         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4620         BOOT_CFLAGS, BOOT_LDFLAGS.
4621         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4622         BOOT_CFLAGS, BOOT_LDFLAGS.
4623         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4624         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4625         (stage): Fail if we cannot complete the work.
4626         * Makefile.in: Regenerate.
4627
4628 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
4629
4630         * configure.in: Replace ms1 with mt.
4631         * configure: Rebuilt.
4632
4633 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
4634
4635         * MAINTAINERS: Update my email address.
4636
4637 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
4638
4639         * Makefile.tpl (all, do-[+make_target+], do-check, install,
4640         install-host-nogcc): Don't invoke $(stage) at the end.
4641         * Makefile.in: Regenerate.
4642
4643 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
4644
4645         * configure.in: Flip the top-level bootstrap switch.
4646         * configure: Regenerate.
4647
4648 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
4649
4650         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4651         $(stage) and $(unstage).
4652         (EXTRA_TARGET_FLAGS): Correct double-quoting.
4653         (all): Remove stray semicolon.
4654         (local-distclean): Don't handle multilib.tmp and multilib.out.
4655         (install.all): Set $s for consistency.
4656         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4657         check_multilibs setting.  Always make the install directory.
4658         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4659         Correct @if/@endif.
4660         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4661         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4662         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4663         (multilib.out): Remove.
4664         * Makefile.in: Regenerated.
4665
4666 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
4667
4668         * MAINTAINERS (Write After Approval): Add myself.
4669
4670 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
4671
4672         * MAINTAINERS: Add myself as mt maintainer.
4673
4674         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
4675
4676 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
4677
4678         * MAINTAINERS: Change email address.
4679
4680 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
4681
4682         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4683         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4684         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
4685         Find in-tree tools if available.
4686         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4687         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4688         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4689         (COMPILER_*_FOR_TARGET): New.
4690         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4691         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4692         (CONFIGURED_*, USUAL_*): Remove.
4693         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4694         STRIP): Use autoconf substitutions.
4695         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4696         COMPILER_NM_FOR_TARGET): New.
4697         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4698
4699         (all): Make all-host and all-target in parallel.
4700         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4701         that $$r and $$s are set before invoking a recursive make.
4702         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4703         ([+bootstrap-target+]): Inline most of the `all' target.
4704
4705 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4706
4707         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4708         from the gcc build directory.
4709         * Makefile.in: Regenerate.
4710
4711 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4712
4713         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
4714         depend on all-libdecnumber.
4715         * configure.in (host_libs): Include libdecnumber.
4716         * Makefile.in: Regenerate.
4717         * configure: Likewise.
4718
4719 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4720
4721         * libdecnumber: Import decNumber sources from the dfp-branch.
4722
4723 2005-11-21  Kean Johnston  <jkj@sco.com>
4724
4725         * config.sub, config.guess: Sync from upstream sources.
4726
4727 2005-11-21  Ben Elliston  <bje@au.ibm.com>
4728
4729         Import from Autoconf sources:
4730
4731         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
4732         * config/move-if-change: Don't output "$2 is unchanged";
4733         suggested by Ben Elliston.  Handle weird characters correctly.
4734
4735 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
4736
4737         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
4738         to match upstream libtool for darwin.
4739
4740 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
4741
4742         * Makefile.def: Remove gdb dependencies for gdbtk.
4743         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4744         (configure-gdb, install-gdb): New rules.
4745         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4746         * Makefile.in, configure: Regenerated.
4747
4748 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
4749
4750         * MAINTAINERS (Write After Approval): Add myself.
4751
4752 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
4753
4754         * MAINTAINERS (Write After Approval): Add myself.
4755
4756 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
4757
4758         * MAINTAINERS (alias analysis): Add Daniel Berlin and
4759         Diego Novillo.
4760
4761 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
4762
4763         PR bootstrap/24297
4764         * Makefile.tpl (do-[+make-target+], do-check, install,
4765         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4766         are set before recursing.
4767         * Makefile.in: Regenerate.
4768
4769 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
4770
4771         PR bootstrap/18939
4772         * Makefile.def (gcc) <target>: Fix thinko.
4773         * Makefile.in: Regenerate.
4774
4775 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
4776
4777         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4778         * configure: Regenerate.
4779
4780 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
4781
4782         * MAINTAINERS (Write After Approval): Add self.
4783
4784 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
4785
4786         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4787         target-libffi, target-qthreads, target-libjava, and
4788         targetlibobjc.
4789         * configure: Regenerate.
4790
4791 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
4792
4793         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4794         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4795         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4796         (USUAL_OBJDUMP_FOR_TARGET): New.
4797         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4798         * configure.in: Check for $OBJDUMP_FOR_TARGET.
4799         * configure, Makefile.in: Regenerated.
4800
4801 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4802
4803         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4804         before other host packages.
4805
4806 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
4807
4808         * MAINTAINERS: Add self as sh libraries/configury maintainer.
4809
4810 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4811
4812         PR bootstrap/22340
4813
4814         * configure.in (default_target): Remove.
4815         * Makefile.tpl (all): Do not use prerequisites as subroutines
4816         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4817         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4818         use prerequisites as subroutines.
4819         (check-host, check-target): New.
4820         (bootstrap configure & all targets): Do not use stage*-start
4821         if the directory layout is already ok.
4822         (non-bootstrap configure & all targets): Prepend a $(unstage).
4823         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
4824         (NOTPARALLEL): Remove.
4825         (unstage, stage variables): New variables.
4826         (unstage, stage targets): Simply expand to those variables.
4827
4828         * configure: Regenerate.
4829         * Makefile.in: Regenerate.
4830
4831 2005-10-04  James E Wilson  <wilson@specifix.com>
4832
4833         * Makefile.def (lang_env_dependencies): Add libmudflap.
4834         * Makefile.in: Regenerate.
4835
4836 2005-10-03  Andreas Schwab  <schwab@suse.de>
4837
4838         Backport from libtool CVS:
4839         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
4840
4841         * ltmain.sh: add support for installing into temporary
4842         staging area (e.g. 'make install DESTDIR=...')
4843
4844 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
4845
4846         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4847         * configure: Regenerated.
4848
4849 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
4850
4851         * configure: Regenerate with the correct
4852         autoconf version.
4853
4854 2005-09-30  Catherine Moore  <clm@cm00re.com>
4855
4856         * configure.in (bfin-*-*): New.
4857         * configure: Regenerated.
4858
4859 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
4860
4861         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4862         (LIPO_FOR_TARGET): New.
4863         (CONFIGURED_LIPO_FOR_TARGET): New.
4864         (USUAL_LIPO_FOR_TARGET): New.
4865         (STRIP_FOR_TARGET): New.
4866         (CONFIGURED_STRIP_FOR_TARGET): New.
4867         (USUAL_STRIP_FOR_TARGET): New.
4868         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4869         STRIP_FOR_TARGET.
4870         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4871         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4872         * Makefile.in: Regenerate.
4873         * configure: Regenerate.
4874
4875 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
4876
4877         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4878         (rs6000-*-aix*): Same.
4879         * configure: Regenerate.
4880
4881 2005-09-16  Tom Tromey  <tromey@redhat.com>
4882
4883         * MAINTAINERS: Add self as java maintainer.
4884
4885 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4886
4887         * configure.in: Recognize f95 in the --enable-languages option,
4888         and substitute it for fortran, issuing a warning.
4889         * configure: Regenerate.
4890
4891 2005-08-30  Phil Edwards  <phil@codesourcery.com>
4892
4893         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
4894         * configure:  Regenerated.
4895
4896 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
4897
4898         * MAINTAINERS: Add self as ms1 maintainer.
4899
4900 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
4901
4902         * Makefile.def (libssp): Add to lang_env_dependencies.
4903         * Makefile.in: Regenerate.
4904
4905 2005-08-18  Ian Lance Taylor  <ian@airs.com>
4906
4907         * MAINTAINERS: Add myself as middle-end maintainer.
4908
4909 2005-08-17  Christian Groessler  <chris@groessler.org>
4910
4911         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4912         * Makefile.in: Regenerate.
4913
4914 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
4915
4916         * MAINTAINERS (write after approval): Added myself.
4917
4918 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
4919
4920         * MAINTAINERS (Write After Approval): Add myself.
4921
4922 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
4923
4924         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4925         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4926         Look for alternate names of the target cc and c++
4927         * configure: Regenerate.
4928
4929 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
4930
4931         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4932         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4933         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4934         tools; remove code to manually set them.
4935         (Target tools): Look in the environment for them.
4936         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4937         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4938         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4939         build directory.
4940         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4941         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4942         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4943         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4944         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4945         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4946         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4947         * configure: Regenerate.
4948         * Makefile.in: Regenerate.
4949
4950 2005-07-28  Ben Elliston  <bje@au.ibm.com>
4951
4952         * MAINTAINERS: Update for removed CPU targets.
4953
4954 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
4955
4956         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4957         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4958         * Makefile.in: Regenerated.
4959
4960 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
4961
4962         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4963         (CFLAGS_FOR_TARGET): Use it.
4964         (CXXFLAGS_FOR_TARGET): Likewise.
4965         * Makefile.in: Regenerated.
4966         * configure.in (--with-build-sysroot): New option.
4967         * configure: Regenerated.
4968
4969 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
4970
4971         * Makefile.tpl: Wrap install between unstage and stage
4972         * Makefile.in: Regenerate.
4973
4974 2005-07-21  Eric Christopher  <echristo@apple.com>
4975
4976         * MAINTAINERS: Update affiliation.
4977
4978 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
4979
4980         * MAINTAINERS: Add self as crx port maintainer.
4981
4982 2005-07-20  DJ Delorie  <dj@redhat.com>
4983
4984         * MAINTAINERS: Add self as m32c maintainer.
4985
4986 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
4987
4988         * all files: Update FSF address.
4989
4990 2005-07-15  Eric Christopher  <echristo@redhat.com>
4991
4992         * MAINTAINERS: Change affiliation.
4993
4994 2005-07-14  Jim Blandy  <jimb@redhat.com>
4995
4996         * configure.in: Add cases for Renesas m32c.
4997         * configure: Regenerated.
4998
4999 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5000
5001         * COPYING.LIB: Update from fsf.org.
5002
5003 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5004
5005         * COPYING, compile, config.guess,
5006         config.sub, install-sh, missing, mkinstalldirs,
5007         symlink-tree, ylwrap: Sync from upstream sources.
5008         * config-ml.in: Update FSF address.
5009
5010 2005-07-13  Eric Christopher  <echristo@redhat.com>
5011
5012         * configure.in: Add toplevel noconfigdir support for tpf.
5013         * configure: Regenerate.
5014
5015 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
5016
5017         PR ada/22340
5018
5019         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5020         * Makefile.in: Regenerate.
5021
5022 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
5023
5024         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
5025         Brolley to write-after-approval.
5026
5027 2005-07-07  Andreas Schwab  <schwab@suse.de>
5028
5029         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5030         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5031         * Makefile.in: Regenerated.
5032
5033 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
5034
5035         * configure.in: Don't build sim or rda when targetting darwin.
5036         * configure: Regenerate.
5037
5038 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
5039
5040         * configure.in: Add --enable-libssp and --disable-libssp.
5041         * configure: Regenerate with autoconf-2.13.
5042
5043 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
5044
5045         * Makefile.def (target_modules): Add libssp.
5046         * configure.in (target_libraries): Add target-libssp.
5047         * configure: Rebuilt.
5048         * Makefile.in: Rebuilt.
5049
5050 2005-07-01  Zack Weinberg  <zackw@panix.com>
5051
5052         * MAINTAINERS: Change email address.  Resign from maintainership.
5053
5054 2005-07-01  Richard Guenther  <rguenther@suse.de>
5055
5056         * MAINTAINERS: Change my e-mail address and affiliation.
5057
5058 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
5059
5060         * Makefile.def (stagefeedback): Come after profile.
5061         Define profiledbootstrap target.
5062         * Makefile.tpl (profiledbootstrap): Remove.
5063         (stageprofile-end): Zap stagefeedback.
5064         (stagefeedback-start): Copy all .gcda files, not only GCC's.
5065         * Makefile.in: Regenerate.
5066
5067 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
5068
5069         * MAINTAINERS: Update my email address.
5070
5071 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
5072
5073         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
5074         In 'cpp' stanza, support '#line' as well as '# '.
5075
5076 2005-06-08  Andreas Schwab  <schwab@suse.de>
5077
5078         * MAINTAINERS: Move myself from 'Write After Approval' to
5079         'CPU Port Maintainers' section as m68k maintainer.
5080
5081 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
5082
5083         * configure.in (unsupported_languages): New macro.
5084         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
5085         non-ported target libraries in noconfigdirs.
5086         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5087         non-linux-gnu.  Remove libgcj_ex_libffi.
5088         <lang_frag loop>: Set add_this_lang=no if the language is in
5089         unsupported_languages.
5090         * configure: Regenerate.
5091
5092 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
5093
5094         * configure.in: Fix typo in handling of --with-mpfr-dir.
5095         * configure: Regenerate.
5096
5097 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
5098
5099         * MAINTAINERS: Update my email address.
5100
5101 2005-06-02  Jim Blandy  <jimb@redhat.com>
5102
5103         * config.sub: Add cases for the Renesas m32c.  (This patch has been
5104         accepted into the master sources.)
5105
5106 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
5107             Michael Snyder  <msnyder@redhat.com>
5108             Stan Cox  <scox@redhat.com>
5109
5110         * configure.in: Set noconfigdirs for ms1.
5111
5112         * configure: Regenerate.
5113
5114 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
5115
5116         * MAINTAINERS (Write After Approval): Add self.
5117
5118 2005-06-01  Josh Conner  <jconner@apple.com>
5119
5120         * MAINTAINERS (Write After Approval): Add self.
5121
5122 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
5123
5124         * MAINTAINERS: Update my email address.
5125
5126 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
5127
5128         * MAINTAINERS (Write After Approval): Add self.
5129
5130 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
5131
5132         * MAINTAINERS (Write After Approval): Remove self.
5133
5134 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
5135
5136         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5137         (Dependencies): Consider target modules for bootstrap dependencies.
5138         Make target bootstrap modules depend on each stage's gcc.
5139         * Makefile.in: Regenerate.
5140
5141 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
5142
5143         * Makefile.def (configure-gcc): Depend on binutils having been built.
5144         (all-gcc): No need to do it here.
5145         * Makefile.in: Regenerate.
5146
5147 2005-05-19  Paul Brook  <paul@codesourcery.com>
5148
5149         * configure.in: Rewrite misleading error message when requested
5150         language cannot be built.
5151         * configure: Regenerate.
5152
5153 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
5154
5155         * ylwrap: Import from Automake 1.9.5.
5156
5157 2005-05-13  David Ung  <davidu@mips.com>
5158
5159         * MAINTAINERS (Write After Approval): Add self.
5160
5161 2005-05-09  Mike Stump  <mrs@apple.com>
5162
5163         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
5164         lt_cv_sys_max_cmd_len for now.
5165
5166 2005-05-09  Stan Cox  <scox@redhat.com>
5167
5168         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
5169
5170 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
5171
5172         * README.SCO: Update the URL.
5173
5174 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
5175
5176         * ltconfig: Define file_list_spec.  Pass file_list_spec and
5177         with_gnu_ld to libtool.
5178         * ltcf-c.sh (aix[45]): Define file_list_spec.
5179         * ltcf-cxx.sh (aix[45]): Same.
5180         * ltcf-gcj.sh (aix[45]): Same.
5181         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
5182         exists, write list of input files to temporary file.
5183
5184 2005-05-04  Mike Stump  <mrs@apple.com>
5185
5186         * configure.in: Always pass --target to target configures as
5187         otherwise rebuilds that do --recheck will fail.
5188         * confiugure: Rebuilt.
5189
5190 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
5191
5192         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5193         STAGE_HOST_EXPORTS.
5194         (configure, all): Add bootstrap support.
5195         (Host modules, target modules): Pass post-stage1 flags and exports.
5196         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5197         * Makefile.in: Regenerate.
5198
5199 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
5200
5201         * configure: Regenerate.
5202
5203 2005-04-27  Mike Stump  <mrs@apple.com>
5204
5205         * MAINTAINERS: Add self as darwin maintainer.
5206
5207 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
5208
5209         * config.sub: Update from master copy.
5210
5211 2005-04-21  Mike Stump  <mrs@apple.com>
5212
5213         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
5214         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
5215
5216 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
5217
5218         * configure.in <crisv32-*-*, cris-*-*>: New local variable
5219         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
5220         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
5221         "*-*-elf" and "*-*-linux*".
5222         * configure: Regenerate.
5223
5224 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
5225
5226         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
5227
5228 2005-04-12  Mike Stump  <mrs@apple.com>
5229
5230         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
5231
5232 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
5233
5234         * MAINTAINERS (Write After Approval): Add myself.
5235
5236 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
5237
5238         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
5239
5240 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
5241
5242         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5243         (TARGET_CONFIGARGS): Include --with-target-subdir.
5244         (configure, all): New macros.  Use them throughout.
5245         * Makefile.in: Regenerate.
5246
5247 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
5248
5249         * MAINTAINERS (Write After Approval): Add myself.
5250
5251 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5252
5253         * MAINTAINERS: Remove 'loop unrolling' maintainer.
5254
5255 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
5256
5257         * MAINTAINERS: Move John Carr to Write After Approval.
5258
5259 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
5260
5261         * config/mh-mingw32: Delete.
5262         * configure.in: Don't use it.
5263         * configure: Regenerate.
5264
5265 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
5266
5267         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5268         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5269         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
5270         (HOST_LIB_PATH): Generate from Makefile.def.
5271         (TARGET_LIB_PATH): Likewise.
5272         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5273         * Makefile.in: Regenerate.
5274         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5275         (RPATH_ENVVAR): Include Darwin case.
5276         * configure: Regenerate.
5277
5278 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
5279
5280         * MAINTAINERS (Various Maintainers): Remove self.
5281         (Write After Approval): Add self.
5282
5283 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
5284
5285         * MAINTAINERS (Various Maintainers): Add self.
5286
5287 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
5288
5289         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5290         * configure: Regenerate.
5291
5292 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
5293
5294         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5295         gcc_version, and gcc_version_trigger from set of flags to pass.
5296         * Makefile.tpl: Remove definitions of above variables.
5297         (config.status): Remove dependency on $(gcc_version_trigger).
5298         * Makefile.in: Regenerate.
5299         * configure.in: Do not reference config/gcc-version.m4 nor
5300         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
5301         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
5302         * configure: Regenerate.
5303
5304 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
5305             Andrew Pinski  <pinskia@physics.uc.edu>
5306
5307         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5308         * Makefile.in: Regenerate.
5309
5310 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
5311
5312         * MAINTAINERS (Write After Approval): Add myself.
5313
5314 2005-03-03  David Ayers  <d.ayers@inode.at>
5315
5316         * MAINTAINERS (Write After Approval): Add myself.
5317
5318 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
5319
5320         PR libgcj/20160
5321         * ltmain.sh: Avoid creating archives with components that have
5322         duplicate basenames.
5323
5324 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
5325
5326         PR bootstrap/20250
5327         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5328         instead of check.
5329         * Makefile.in: Regenerate.
5330
5331 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5332
5333         * Makefile.in: Regenerate to fix conflict between the previous two
5334         patches.
5335
5336 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5337
5338         PR bootstrap/17383
5339         * Makefile.def (target_modules): Remove "stage", now unnecessary.
5340         * Makefile.tpl (HOST_SUBDIR): New substitution.
5341         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5342         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5343         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5344         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5345         (Host modules, Bootstrapped modules): Use it.
5346         (Build modules, Target modules): Do not create symlink trees,
5347         always configure out-of-srcdir.
5348         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5349         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5350         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5351         $(HOST_SUBDIR).  Create a symlink for host_subdir.
5352
5353         * Makefile.in: Regenerate.
5354         * configure: Regenerate.
5355
5356 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5357
5358         Merged from libada-gnattools-branch:
5359         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5360
5361         * gnattools: New directory.
5362         * Makefile.def: Add gnattools as a module, depending on target-libada.
5363         * Makefile.in: Regenerate.
5364         * configure.in: Include gnattools in host_tools; disable it if ada
5365         is disabled.
5366         * configure: Regenerate.
5367
5368 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
5369
5370         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
5371         treelang maintainer.
5372         (Write After Approval): Remove myself.
5373
5374 2005-02-23  Paul Schlie  <schlie@comcast.net>
5375
5376         * configure.in: Allow darwin targeted ports to build tk, itcl and
5377         libgui.
5378         * configure: Regenerate.
5379
5380 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5381
5382         PR libgcj/10353
5383         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5384         * configure: Regenerate.
5385
5386 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
5387
5388         * MAINTAINERS (Write After Approval): Add myself.
5389
5390 2005-02-10  Ian Lance Taylor  <ian@airs.com>
5391
5392         * MAINTAINERS: Update my e-mail address.
5393
5394 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
5395
5396         * MAINTAINERS (Write After Approval): Add myself.
5397
5398 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
5399
5400         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5401         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5402         target-libgloss when not *-*-elf and *-*-aout.
5403         * configure: Regenerate.
5404
5405 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
5406
5407         * MAINTAINERS: Remove obsolete entries.
5408
5409         * MAINTAINERS (Write After Approval): Add Michael Matz.
5410
5411 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
5412
5413         * MAINTAINERS: Remove self as cpplib maintainer.
5414
5415 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5416
5417         * install-sh, config.sub: Import from upstream.
5418
5419 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5420
5421         PR bootstrap/18222
5422         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5423         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5424         * Makefile.in: Regenerate.
5425
5426 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
5427
5428         * MAINTAINERS: Update my email address.
5429
5430 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
5431             Andreas Schwab  <schwab@suse.de>
5432
5433         PR bootstrap/18033
5434         * config-ml.in: Eval option if surrounded by single quotes.
5435
5436 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
5437
5438         Revert 2004-12-28 Makefile changes, a better fix will be
5439         applied to mainline and src after GCC 4.0 branches.
5440
5441 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
5442
5443         PR bootstrap/17383
5444
5445         * Makefile.def (target_modules): Remove stage parameter,
5446         it is always true now.
5447         * Makefile.tpl (configure-build-[+module+],
5448         configure-target-[+module+]): Always build symlink tree
5449         for the directory and for include.  BUILD_SUBDIR and
5450         TARGET_SUBDIR cannot be . anymore.
5451         * Makefile.in: Regenerate.
5452
5453 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
5454
5455         Revert 2004-12-08 Makefile changes.
5456
5457 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
5458
5459         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
5460         cygwin, mingw.
5461
5462 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
5463
5464         * configure.in (sh64-*-*): Reenable gprof.
5465         * configure: Regenerate.
5466
5467 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
5468
5469         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5470         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5471         (EXTRA_TARGET_FLAGS): Add PICFLAG.
5472         * Makefile.in: Regenerate.
5473
5474 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
5475
5476         * MAINTAINERS: Update my email address.
5477
5478 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
5479
5480         * Makefile.tpl: Generate normal dependencies if the LHS module is
5481         not bootstrapped.
5482         * Makefile.in: Regenerate.
5483
5484 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5485
5486         * configure.in: Include config/gxx-include-dir.m4.  Use
5487         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
5488         * configure: Regenerate.
5489
5490 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5491
5492         * config.if: Delete.
5493         * configure.in: Set libstdcxx_incdir directly.
5494         * configure: Regenerate.
5495
5496 2004-12-02  Eric Christopher  <echristo@redhat.com>
5497
5498         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
5499         * Makefile.in: Regenerate.
5500
5501 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5502
5503         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5504         * configure: Regenerate.
5505
5506 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5507
5508         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
5509         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
5510         * configure: Regenerate.
5511
5512 2004-12-01  Eric Christopher  <echristo@redhat.com>
5513
5514         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
5515         of things to remove.
5516
5517 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
5518
5519         * MAINTAINERS (Write After Approval): Update my e-mail address.
5520
5521 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
5522
5523         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
5524         from CVS libtool to always pass_all.
5525
5526 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5527
5528         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5529         (hppa*64*-*-*): Delete incorrect comment.
5530         * configure: Rebuilt.
5531
5532 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5533
5534         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
5535
5536 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5537
5538         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
5539         from CVS libtool to always pass_all.
5540
5541 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5542
5543         * install-sh, compile: Import from automake.
5544
5545 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5546
5547         * config.guess, config.sub:  Import from savannnah.
5548
5549 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
5550
5551         * MAINTAINERS (Write After Approval): Add myself
5552
5553 2004-11-12  Mike Stump  <mrs@apple.com>
5554
5555         * Makefile.def: Add html support.
5556         * Makefile.tpl: Likewise.
5557         * Makefile.in: Regenerate.
5558
5559 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
5560
5561         PR 18423
5562         * configure.in: Remove all instances of build-fixincludes from
5563         noconfigdirs.
5564         (build_configargs): Supply --target to subdirectories.
5565         * configure: Regenerate.
5566
5567         * Makefile.def: Make gcc install depend on fixincludes install.
5568         * Makefile.in: Regenerate.
5569
5570 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
5571
5572         * MAINTAINERS: Add myself as gcc testsuite maintainer.
5573
5574 2004-11-11  Paul Brook  <paul@codesourcery.com>
5575
5576         * MAINTAINERS: Add self as arm maintainer.  Update email address.
5577
5578 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
5579
5580         * configure.in (noconfigdirs) [mmix-*-*]: Disable
5581         target-libgfortran.
5582         * configure: Regenerate.
5583
5584 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
5585
5586         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5587         like CC.
5588
5589 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
5590
5591         * Makefile.def (host fixincludes): Specify missing targets.
5592         * Makefile.in: Regenerate.
5593
5594 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
5595
5596         * MAINTAINERS: Add myself
5597
5598 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
5599
5600         * MAINTAINERS (Write After Approval): Add myself.
5601
5602 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
5603
5604         * Makefile.def: Build fixincludes for the host, too.
5605         * Makefile.in: Regenerate.
5606         * configure.in (host_tools): Add fixincludes.
5607         * configure: Regenerate.
5608
5609 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
5610
5611         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5612         * configure: Regenerated.
5613
5614 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
5615
5616         PR other/17783
5617         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5618         * configure: Regenerated.
5619
5620 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
5621
5622         * README.SCO: Update per FSF instructions.
5623
5624 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
5625
5626         PR target/18151
5627         * configure.in (case ${target}): Do not build fixincludes for avr.
5628         * configure: Regenerated.
5629
5630 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
5631
5632         * configure.in (case ${target}): Do not build fixincludes
5633         on platforms where it is not used.
5634         * configure: Regenerated.
5635
5636 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
5637
5638         * configure.in: Use an absolute path to install-sh.
5639         * configure: Regenerated.
5640
5641 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
5642
5643         * MAINTAINERS (Write After Approval): Add myself.
5644
5645 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
5646
5647         * MAINTAINERS: Remove from Write After Approval those that are
5648         already maintainers.
5649
5650 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
5651
5652         * MAINTAINERS:  Update my email address.
5653
5654 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
5655
5656         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5657         * configure: Regenerate.
5658
5659 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
5660
5661         * MAINTAINERS:  Update my email address.
5662
5663 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
5664
5665         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
5666         entries belonging to this category.
5667
5668 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
5669
5670         * MAINTAINERS: Update my e-mail address.
5671
5672 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
5673
5674         Fix wrong conflict resolution in:
5675
5676         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5677
5678         * Makefile.in: Regenerate.
5679         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5680         in the recursive `make', instead of hardwiring `all'.
5681         (Autogenerated TARGET-* variables): New.
5682
5683 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
5684
5685         * configure.in: Enable target-libgloss for crx-*-*.
5686         * configure: Regenerate.
5687
5688 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
5689
5690         * MAINTAINERS (Various Maintainers): Move the "windows,
5691         cygwin, mingw" maintainer to ...
5692         (OS Port Maintainers): ... here.
5693
5694 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
5695
5696         * MAINTAINERS (Write After Approval): Remove those that are
5697         maintainers of some subsystem.
5698
5699 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
5700
5701         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5702         * ltcf-cxx.sh (tpf*): Likewise.
5703         * ltconfig (tpf*): Add TPF OS configuration support.
5704
5705 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
5706
5707         * MAINTAINERS: Change my email address to my new work account.
5708
5709 2004-09-24  Michael Roth  <mroth@nessie.de>
5710
5711         * configure.in (--without-headers): Add missing double quotes.
5712         * configure: Regenerate.
5713
5714 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
5715
5716         * ylwrap: Revert to previous version.
5717
5718 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
5719
5720         PR bootstrap/17369
5721         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5722         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5723         SET_GCC_LIB_PATH_CMD.
5724         (BASE_TARGET_EXPORTS): Likewise.
5725         * Makefile.in: Regenerated.
5726
5727         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5728         * configure: Regenerated.
5729
5730 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
5731
5732         * config.guess: New upstream version
5733         * compile, depcomp, install-sh, ylwrap: Likewise.
5734
5735 2004-09-19  Roger Sayle  <roger@eyesopen.com>
5736
5737         * config/mh-x86omitfp: New host makefile fragment.  Add
5738         -fomit-frame-pointer to the default BOOT_CFLAGS.
5739         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5740         * configure: Regenerate.
5741
5742 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
5743
5744         PR target/11572
5745         * configure.in (*-*-darwin*): Renable libobjc.
5746         * configure: Regenerate.
5747
5748 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
5749
5750         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
5751
5752 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
5753
5754         * Makefile.def: Remove libbanshee.
5755         * Makefile.tpl: Ditto.
5756         * configure.in: Ditto.
5757         * Makefile.in: Regen.
5758         * configure: Ditto.
5759
5760 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
5761
5762         * ltmain.sh: Use $pic_object as $non_pic_object if
5763         $non_pic_object=none.
5764
5765 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
5766
5767         * missing: Import latest version from master repository.
5768
5769 2004-09-06  Nick Clifton  <nickc@redhat.com>
5770
5771         * config.sub: Import latest version from master repository.
5772         * config.guess: Likewise.
5773         This includes these changes:
5774
5775         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
5776
5777         * config.sub: Handle crisv32, alias etraxfs.
5778         * config.guess (crisv32:Linux:*:*): Handle.
5779
5780         2004-08-13  Brad Smith  <brad@comstyle.com>
5781
5782         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5783         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5784
5785         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
5786
5787         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5788         assume the processor is a powerpc.  This is because coreutils
5789         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5790         in this case, due to a MacOS X bug that causes
5791         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5792         to return a negative number.
5793         Problem reported by Petter Reinholdtsen in:
5794         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5795
5796         2004-07-19  Ben Elliston  <bje@gnu.org>
5797
5798         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5799
5800         2004-06-24  Ben Elliston  <bje@gnu.org>
5801
5802         * config.guess: Update copyright years.
5803         * config.sub: Likewise.
5804
5805         2004-06-22  Robert Millan  <robertmh@gnu.org>
5806
5807         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5808         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5809
5810         2004-06-22  Stanley F. Quayle <stan@stanq.com>
5811
5812         * config.guess (*:*VMS:*:*): New entry. Replaces
5813         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5814         manufacturer.
5815
5816         2004-06-22  Ben Elliston  <bje@gnu.org>
5817
5818         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5819         * config.sub: Likewise.
5820
5821         2004-06-22  Ben Elliston  <bje@gnu.org>
5822
5823         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5824         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5825
5826         2004-06-11  Ben Elliston  <bje@gnu.org>
5827
5828         * config.guess (pegasos:OpenBSD:*:*): Remove.
5829
5830         2004-06-11  Ben Elliston  <bje@gnu.org>
5831
5832         From Wouter Verhelst <wouter@grep.be>:
5833         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5834
5835         2004-06-11  Ben Elliston  <bje@gnu.org>
5836
5837         * config.guess (luna88k:OpenBSD:*:*): New.
5838
5839         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
5840
5841         * config.guess (m32r*:Linux:*:*): New case.
5842         * config.sub: Handle m32rle.
5843
5844         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
5845
5846         From Jens Petersen  <petersen@redhat.com>:
5847         * config.sub: Handle sparcv8.
5848
5849         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
5850
5851         From Tom Smith <smith@cag.lkg.hp.com>:
5852         * config.guess: Version suffixes are equally significant on Tru64
5853         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
5854         prefix of "P" (patched kernel).
5855
5856         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
5857
5858         * config.sub: Add support for National Semiconductor CRX target.
5859
5860 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
5861
5862         * MAINTAINERS (Various Maintainers): Remove myself as web page
5863         maintainer, add myself as maintainer of build status lists.
5864
5865 2004-09-03  Jan Beulich  <jbeulich@novell.com>
5866
5867         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5868         *-*-netware, but add target-libmudflap.
5869         Consolidate *-*-netware targets (of which really only i?86 exists)
5870         into a single entry.
5871         * configure: Likewise.
5872
5873 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
5874
5875         * Makefile.tpl (sorry): Remove.
5876         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5877         (cleanstrap targets): Depend on distclean, not distclean-stage1.
5878         (do-clean): Clean per-stage directories too.
5879         (do-distclean): Run distclean-stage1 too.
5880         (.NOTPARALLEL): Enable during toplevel bootstrap.
5881         (stage[+id+]-bubble): Enable parallel execution during
5882         the recursive invocation.
5883         * Makefile.in: Regenerate.
5884
5885         Fix previous checkin:
5886
5887         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5888         include.
5889         * configure.in: Fix indentation.
5890         * configure: Regenerate.
5891
5892 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
5893
5894         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5895         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5896         * configure: regenerate
5897         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5898         -mdynamic-no-pic
5899
5900 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
5901
5902         * Makefile.def (build_modules): Add fixincludes.
5903         (dependencies): Make gcc depend on fixincludes.
5904         * configure.in (build_tools): Add fixincludes.
5905         (build_configdirs): Always include build_libs.
5906         * Makefile.in: Regenerate.
5907         * configure: Regenerate.
5908
5909 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
5910
5911         * Makefile.def (bootstrap stages): Add 'lean' parameter.
5912         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5913         phony targets; do not generate timestamp files.
5914         (distclean-stageN): Remove references to their timestamp files.
5915         (restageN, touch-stageN): Remove.
5916         (stageN-bubble): Rewritten.
5917         (compare): Support lean bootstraps.
5918         * Makefile.in: Regenerate.
5919
5920         * configure.in: Only warn when bootstrapping but
5921         build != host or build != target.  Support lean bootstraps.
5922         * configure: Regenerate.
5923
5924 2004-08-26  Phil Edwards  <phil@codesourcery.com>
5925
5926         * configure.in:  Give a better error message if GMP/MPFR are missing
5927         and a language needing them has been requested.
5928         * configure:  Regenerated.
5929
5930 2004-08-25  Phil Edwards  <phil@codesourcery.com>
5931
5932         * configure.in:  Print a list of available language front-ends if
5933         a requested one is missing.  Tidy stray tab characters.
5934         * configure:  Regenerated.
5935
5936 2004-08-19  Michael Koch  <konqueror@gmx.de>
5937
5938         * gcc/doc/install.texi: Update entry about automake for libjava.
5939
5940 2004-08-17  Robert Millan  <robertmh@gnu.org>
5941
5942         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5943         (instead of FreeBSD).
5944         * configure: Regenerate.
5945
5946 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5947
5948         * Makefile.in: Regenerate.
5949         * configure: Regenerate.
5950
5951         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5952         stage_*_flags.
5953         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5954         for bootstrapped modules if toplevel bootstrap is going.
5955         (GCC bootstrap): Generate per-stage targets for all bootstrapped
5956         modules.  Adjust for changes in Makefile.def.  Enable several
5957         rules even in non-bootstrap mode, just to avoid peppering the
5958         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5959         (stage-[+prev+]-bubble): Remove.
5960
5961         * Makefile.def (Dependencies): Depend on all-build-bison,
5962         all-build-flex, all-build-byacc, all-build-texinfo, rather
5963         than the host variations.
5964         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
5965         with BUILD_SUBDIR.
5966         (BISON): Update for recent Bisons.
5967         (YACC): Fix typo.
5968         (cross): Depend on all-build.
5969         (all): Do not depend on all-build.
5970         (prebootstrap): Remove.
5971         (dep-kind): Accept separate prefixes for MODULE and ON variables.
5972         (Prebootstrap dependencies): Add them to the per-stage targets
5973         and to all-prebootstrap.
5974         * configure.in (build_configdirs): Always enable build_tools.
5975         (BUILD_DIR_PREFIX): Remove.
5976
5977         * Makefile.def (gcc): Add target variable.
5978         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5979         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5980         in the recursive `make', instead of hardwiring `all'.
5981         (Autogenerated TARGET-* variables): New.
5982
5983 2004-08-13  Brian Booth  <bbooth@redhat.com>
5984
5985         * MAINTAINERS: Remove myself from write-after-approval.
5986
5987 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5988
5989         * src-release: Stop distributing mmalloc with gdb (which doesn't
5990         use it).
5991         * Makefile.def: GDB doesn't depend on mmalloc anymore.
5992         * Makefile.in: Regenerate.
5993
5994 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
5995
5996         * configure.in (arm*-*-eabi*): New target.
5997         * configure: Regenerate.
5998
5999 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
6000
6001         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6002         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6003         (Dependencies): New section.
6004         * Makefile.tpl (Dependencies): Generate from Makefile.def.
6005         (configure-target-[+module+]): Depend on maybe-all-gcc
6006         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
6007         (toplevel profiledbootstrap): Fix dependencies.
6008         * Makefile.in: Regenerate.
6009
6010 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
6011
6012         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6013         target-libiberty to noconfigdirs.
6014         * configure: Regenerate.
6015
6016 2004-08-03  Paul Brook  <paul@codesourcery.com>
6017
6018         * configure.in: Check for MPFR as well as GMP.
6019         * configure: Regenerate.
6020
6021 2004-08-01  Robert Millan  <robertmh@gnu.org>
6022
6023         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6024         libmudflap for all GNU-based systems (with Glibc).
6025         * configure: Regenerate.
6026
6027 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
6028
6029         * Makefile.def (host-modules): Add gcc.
6030         * Makefile.in: Regenerate.
6031         * Makefile.tpl (sorry): New rule.
6032         (configure-host, all-host, [+make_target+]-host, do-check,
6033         install-host): Do not add gcc as a special case.
6034         (host modules): Add a small special-casing for gcc.  Export
6035         extra_make_flags through the environment.
6036         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6037         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6038         other recursive targets for gcc): Remove.
6039
6040         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6041         (stage, unstage): New rules.
6042         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6043         distclean-stage[+id+]): Use stage_current.
6044         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6045         the stage*-start rules.
6046
6047 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
6048
6049         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
6050         use -all_load flag.
6051
6052 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
6053
6054         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
6055         * configure: Regenerate.
6056
6057 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
6058
6059         * maintainer-scripts/gcc_release: Revert yesterday's change.
6060
6061 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
6062
6063         * MAINTAINERS: Add myself to write-after-approval.
6064
6065 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
6066
6067         * libf2c: Removed.
6068         * gcc/gccbug.in: Updated because of libf2c removal.
6069         * maintainer-scripts/gcc_release: Ditto.
6070
6071 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
6072
6073         * configure.in: Build libmudflap by default on FreeBSD.
6074         * configure: Regenerated.
6075
6076 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
6077
6078         * configure.in: Do not build libmudflap by default on non-GNU/Linux
6079         systems.
6080         * configure: Regenerated.
6081
6082 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6083
6084         PR target/16344
6085         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6086         feedback based compiler.
6087         * Makefile.in: Rebuilt.
6088
6089 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
6090
6091         * Makefile.def (host_modules): Set bootstrap=true for flex.
6092         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6093         * Makefile.in: Rebuilt.
6094
6095 2004-07-07  Jan Hubicka  <jh@suse.cz>
6096
6097         * MAINTAINERS: Add self as a profile feedback maintainer.
6098
6099 2004-07-05  Phil Edwards  <phil@codesourcery.com>
6100
6101         * configure.in:  Do not prepend $srcdir to /dev/null in
6102         makefile fragments.
6103         * configure:  Regenerate.
6104
6105 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
6106
6107         * Makefile.def (build_modules): Add bison, byacc, flex,
6108         m4, texinfo.
6109         (flags_to_pass): Add FLEX.
6110         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6111         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6112         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6113         DEFAULT_MAKEINFO): Remove.
6114         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6115         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6116         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6117         objdir or else use configured tool.
6118         (all-build): New.
6119         (all): Depend on it.
6120         (Build module dependencies): Add.
6121         * Makefile.in: Regenerate.
6122         * configure.in: Better support for multiple build modules,
6123         matching what is done for host/target modules.  Do not look
6124         for "plausible" locations of build tools if Canadian cross.
6125         Use autoconf's AC_PROG_CC to find a C compiler.  Define
6126         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
6127         * configure: Regenerate.
6128
6129 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6130
6131         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6132         * Makefile.in: Regenerate.
6133
6134 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6135
6136         * Makefile.tpl (configure-build-[+module+],
6137         configure-[+module+], configure-target-[+module+]): Pass
6138         [+extra_configure_args+].
6139         (all-build-[+module+], all-[+module+], check-[+module+],
6140         install-[+module+], [+make_target+]-[+module+],
6141         all-target-[+module+], check-target-[+module+],
6142         install-target-[+module+], [+make_target+]-target-[+module+]):
6143         Pass [+extra_make_args+].
6144         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6145         (GCC_HOST_EXPORTS): Remove.
6146         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6147         cross, check-gcc, check-gcc-c++, install-gcc,
6148         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6149         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6150         * Makefile.in: Regenerate.
6151
6152 2004-06-21  Matthew Sachs  <msachs@apple.com>
6153
6154         * MAINTAINERS: Added self to write-after-approval.
6155
6156 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
6157
6158         * configure.in: Check for srcdir/winsup rather than build directory
6159         winsup.
6160         * configure: Regenerate.
6161
6162 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
6163
6164         * configure.in: Don't build Cygwin native newlib if winsup
6165         directory is missing.  Emit warning instead.
6166         * configure: Regenerate.
6167
6168 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
6169
6170         * Makefile.tpl (touch-stage[+id+]): New.
6171         (restage[+prev+]): Depend on touch-stage[+id+].
6172
6173         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6174         Use it throughout.
6175
6176         * Makefile.def: Add profile and feedback bootstrap stages.
6177         Remove next field from bootstrap stages.
6178         * Makefile.tpl (LN, LN_S): Substitute.
6179         (stageN-start, stageN-end): Use double-colon rules, to
6180         provide a hook for additional setup commands.
6181         (distclean-stageN-gcc, restageN): Create dependencies from
6182         [+prev+], not from [+next+].
6183         (stageN-bubble): Add commands for successive stages from
6184         [+prev+], using double-colon rules.
6185         (all-stageN-gcc): Fix typo.
6186         (stagefeedback-start, profiledbootstrap): New.
6187         * Makefile.in: Regenerate.
6188         * configure.in: Call ACX_PROG_LN.
6189         * configure: Regenerate.
6190
6191 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
6192
6193         * MAINTAINERS (Write After Approval): Add myself.
6194
6195 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
6196
6197         * MAINTAINERS (Write After Approval): Add myself.
6198
6199 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
6200
6201         * configure.in: Fix --enable-bootstrap breakage introduced in trees
6202         without gcc.
6203         * configure: Regenerate.
6204
6205 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6206
6207         * Makefile.tpl: Fix typo.
6208         * Makefile.in: Regenerate.
6209
6210 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6211
6212         * configure.in: Remove new- prefix from toplevel
6213         bootstrap targets.
6214         * configure: Regenerate.
6215
6216 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6217
6218         * Makefile.tpl (all.normal): Rename to all.
6219         (all): Replace with a rule to pick the default
6220         target from configure.
6221         (all-gcc, configure-gcc): Use conditionals to
6222         do nothing when toplevel bootstrap is going on.
6223         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6224         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6225         * configure.in: Support --enable-bootstrap.
6226
6227         * Makefile.def: Remove new- prefix from toplevel
6228         bootstrap targets.
6229         * Makefile.tpl: Likewise.
6230
6231         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
6232         target.
6233
6234         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6235         $(RECURSE_FLAGS) to recursive invocation of make.
6236
6237         * Makefile.in: Regenerate.
6238         * configure: Regenerate.
6239
6240 2004-05-30  Andreas Jaeger  <aj@suse.de>
6241             Jim Wilson  <wilson@specifixinc.com>
6242
6243         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6244         like CC.
6245
6246 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
6247
6248         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6249         * configure: Regenerate.
6250
6251 2004-05-25  Daniel Jacobowitz  <drow@false.org>
6252
6253         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6254         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6255         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
6256         targets.
6257         * Makefile.in: Regenerate.
6258
6259 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
6260
6261         * configure.in: Test the ability to symlink directories.
6262         * configure: Regenerate.
6263
6264         * Makefile.def (bootstrap-stage): New definitions.
6265         * Makefile.tpl (configure-stage1-gcc,
6266         configure-stage2-gcc, configure-stage3-gcc,
6267         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6268         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6269         new-restage3, compare): Autogenerate, see Makefile.in
6270         entry for behavioral changes.
6271         (distclean-stage1, new-stage1-start, new-stage1-end,
6272         new-stage1-bubble, distclean-stage2, new-stage2-start,
6273         new-stage2-end, new-stage2-bubble, distclean-stage3,
6274         new-stage3-start, new-stage3-end): New autogenerated targets.
6275         (objext, prebootstrap, BOOT_CFLAGS,
6276         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6277         targets.
6278
6279         * Makefile.in: Regenerate.
6280         (distclean-stage1, new-stage1-start, new-stage1-end,
6281         new-stage1-bubble, distclean-stage2, new-stage2-start,
6282         new-stage2-end, new-stage2-bubble, distclean-stage3,
6283         new-stage3-start, new-stage3-end): New targets.
6284         (all-stage1-gcc): Move prebootstrap dependency from here...
6285         (configure-stage1-gcc): ...to here.
6286         (new-bootstrap): Use bubble targets.
6287         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6288         Use per-stage distclean targets.
6289         (configure-stage1-gcc, configure-stage2-gcc,
6290         configure-stage3-gcc, all-stage1-gcc,
6291         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6292         Use new-stageN-start to prepare the tree.
6293
6294 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
6295
6296         * Makefile.def (host_modules): add libcpp.
6297         * Makefile.tpl: Add dependencies on and for libcpp.
6298         * Makefile.in: Regenerate.
6299         * configure.in: Add libcpp host module.
6300         * configure: Regenerate.
6301
6302 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
6303
6304         * Makefile.tpl: Whenever a recursive target is defined, wrap
6305         it in a special @if/@endif block, and prepare its maybe
6306         dependency in the @if/@endif block
6307         * configure.in: Instead of writing maybe dependencies, remove
6308         the @if/@endif statements, and remove the @if/@endif blocks
6309         that remain.
6310         * configure: Regenerate.
6311         * Makefile.in: Regenerate.
6312
6313 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
6314
6315         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
6316
6317 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
6318
6319         PR bootstrap/15120
6320         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
6321         * */configure: Rebuilt.
6322
6323 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
6324
6325         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6326         of libf2c.
6327         * configure, Makefile.in: Regenerate.
6328
6329 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
6330
6331         * MAINTAINERS (Write After Approval): Add myself.
6332
6333 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
6334
6335         Merge from tree-ssa-20020619-branch.
6336
6337         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6338         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6339         (HOST_GMPLIBS): Define.
6340         (HOST_GMPINC): Define.
6341         (TARGET_LIB_PATH): Add libmudflap.
6342         (GFORTRAN_FOR_TARGET): Define.
6343         (configure-build*): Export GFORTRAN.
6344         (configure-gcc): Export GMPLIBS and GMPINC.
6345         (all-gcc): Add maybe-all-libbanshee.
6346         (configure-target-libgfortran): Define.
6347         * Makefile.in: Regenerate.
6348         * configure.in (host_libs): Add libbanshee.
6349         (target_libraries): Add target-libmudflap and target-libgfortran.
6350         Add --with-libbanshee.
6351         Handle --disable-libmudflap.
6352         (*-*-freebsd*): Use with_gmp.
6353         Add $(libgcj) to noconfigdirs.
6354         * configure: Regenerate.
6355         * depcomp: New file.
6356         * MAINTAINERS: Add tree-ssa maintainers.
6357
6358 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
6359
6360         * MAINTAINERS (Various Maintainers): Add myself.
6361
6362 2004-04-30  Brian Ford  <ford@vss.fsi.com>
6363
6364         * MAINTAINERS (Write After Approval): Add myself.
6365
6366 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
6367
6368         * MAINTAINERS (Write After Approval): Add myself.
6369
6370 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
6371
6372         * config/acx.m4: Fix fastcompare support for new-bootstrap.
6373         * configure: Regenerate.
6374
6375 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
6376
6377         Revert:
6378         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6379
6380         * Makefile.def (flags_to_pass): Remove *dir variables that
6381         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6382         as well as prefix and exec_prefix.
6383         * Makefile.in: Regenerate.
6384
6385 2004-04-26  Robert Millan  <robertmh@gnu.org>
6386
6387         Add patches from libtool CVS.
6388         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6389         * ltconfig: Likewise.
6390         * ltcf-c.sh: Likewise.
6391         * ltcf-cxx.sh: Likewise.
6392         * ltcf-gcj.sh: Likewise.
6393
6394 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6395
6396         * Makefile.def (host_modules): Mark with the bootstrap
6397         flag packages on which gcc depends.
6398         * Makefile.tpl (all-bootstrap): Use it.
6399         * Makefile.in: Regenerate.
6400
6401 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6402
6403         * Makefile.def (flags_to_pass): Remove *dir variables that
6404         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6405         as well as prefix and exec_prefix.
6406         * Makefile.in: Regenerate.
6407
6408 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6409
6410         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6411         * configure: Regenerate.
6412         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6413         * gcc/Makefile.tpl (compare): Use the result of the test.
6414         * gcc/Makefile.in: Regenerate.
6415
6416 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
6417
6418         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6419         Always relocate gcc and prev-gcc to the original names, even
6420         if the build fails.
6421         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6422         New targets.
6423
6424 2004-04-23  Laurent GUERBY <laurent@guerby.net>
6425
6426         * MAINTAINERS: Update my email address.
6427
6428 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6429
6430         * configure.in (mips*-*-irix5*): Enable ld.
6431         * configure: Regenerate.
6432
6433 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6434
6435         * configure: Regenerate.
6436
6437 2004-04-15  James E Wilson  <wilson@specifixinc.com>
6438
6439         * Makefile.tpl (configure-[+module+], configure-gcc,
6440         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6441         Set and export LDFLAGS.
6442         * Makefile.in: Regenerate.
6443
6444 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
6445
6446         * MAINTAINERS: Add myself to write-after-approval.
6447
6448 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6449
6450         PR bootstrap/14871
6451         * Makefile.tpl: If we don't have built-in-tree target tools,
6452         use the ones found by configure rather than hacking around with
6453         program_transform_name.
6454         * configure.in: Give Makefile.tpl the information necessary
6455         to do that.
6456         * Makefile.in: Regenerate.
6457         * configure: Regenerate.
6458
6459 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
6460
6461         PR bootstrap/14760
6462         * configure.in: When computing baseargs, strip *all* copies of
6463         offending options.  Also, don't match/substitute the trailing space,
6464         so that this actually works when two similar options are separated by
6465         only one space.
6466         * configure: Regenerate.
6467
6468 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
6469
6470         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6471         (rs6000-*-aix*): Same.
6472         * configure: Regenerate.
6473
6474 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
6475
6476         * MAINTAINERS: Add myself to write-after-approval.
6477
6478 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
6479
6480         * MAINTAINERS: Add myself to write-after-approval.
6481
6482 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
6483
6484         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6485         STRICT_WARN, WARN_CFLAGS flags passed down to make.
6486         * Makefile.in: Regenerate.
6487
6488         * configure.in (top level bootstrap support): Rework --enable-werror
6489         to set @stage2_werror_flag@.
6490         * configure: Regenerate.
6491         * Makefile.tpl (top level bootstrap support): Pass
6492         @stage2_werror_flag@ down to configure in stages 2 and 3.
6493         * Makefile.in: Regenerate.
6494
6495 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6496
6497         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6498         for stages 2 and 3 as well as in make.  As a consequence, remove
6499         OUTPUT_OPTION (now detected by configure) from the flags passed down
6500         to make.
6501         * Makefile.in: Regenerate.
6502
6503         * Makefile.tpl (new-bootstrap): Fix typo.
6504         * Makefile.in: Regenerate.
6505
6506 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6507
6508         * Makefile.tpl: Rearrange by moving recursive_targets rules
6509         into their proper sections.
6510         * Makefile.tpl (top level bootstrap support): Move disabling
6511         of coverage flags from 'make' to 'configure'; improve comments.
6512         * Makefile.in: Regenerate.
6513
6514         * Makefile.tpl (experimental top level bootstrap) Move stage1
6515         language setting from all- target to configure- target; disable
6516         intermodule optimization in stage 1; prevent gratuitous rebuilds
6517         of stage 1.
6518         * Makefile.in: Regenerate.
6519         * configure.in: Comma-separate stage 1 language list for top
6520         level bootstrap.
6521         * configure: Regenerate.
6522
6523         * Makefile.tpl: Clean up experimental top level bootstrap support:
6524         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6525         prev-gcc in configure- targets as well as all- targets.
6526         * Makefile.in: Regenerate.
6527
6528 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
6529
6530         * compile: New file imported from automake.
6531
6532 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
6533
6534         * configure.in: Remove symbolic link section.
6535         * configure: Regenerate.
6536         * Makefile.tpl (links): Remove.
6537         * Makefile.in: Regenerate.
6538
6539 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
6540             Nathanael Nerode  <neroden@gcc.gnu.org>
6541
6542         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6543         Set with AC_CHECK_PROGS.
6544         * configure.in: Fix comment typo from last patch.
6545         * configure: Regenerate.
6546
6547 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
6548
6549         * Makefile.tpl: Introduce experimental top level bootstrap support.
6550         * Makefile.in: Regenerate.
6551         * configure.in: Introduce support for top level bootstrap.
6552         * configure: Regenerate.
6553
6554 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6555             Paolo Bonzini  <bonzini@gnu.org>
6556
6557         PR bootstrap/14522
6558         * configure.in: Cope with shells that do not support unquoted ^
6559         * configure: Regenerate.
6560
6561 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6562             Paolo Bonzini  <bonzini@gnu.org>
6563
6564         PR bootstrap/14522
6565         * configure.in: Cope with shells that do not support nesting
6566         quotes inside quoted backquote substitutions.
6567         * configure: Regenerate.
6568
6569 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
6570
6571         PR bootstrap/14522
6572         * configure.in: Fix escaping of $.
6573         * configure: Regenerate.
6574
6575 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6576
6577         * configure: Regenerate, since I forgot to while committing Paolo's
6578         changes.
6579
6580 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
6581
6582         PR ada/14131
6583         Move language detection to the top level.
6584         * configure.in: Find default values for the tools as
6585         soon as possible.  Disable ada if GNAT is not found.
6586         Emit error message about missing languages.  Expand
6587         --enable-languages=all for the gcc subdirectory.
6588
6589 2004-03-10  Ben Elliston  <bje@gnu.org>
6590
6591         * MAINTAINERS: Update my email address.
6592
6593 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
6594
6595         * ltconfig: Disable building static libraries if building shared
6596         libraries on AIX 5L.
6597
6598 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
6599
6600         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6601         and disable libgcj.
6602         * configure: Regenerated.
6603
6604 2004-03-01  Brian Booth  <bbooth@redhat.com>
6605
6606         * MAINTAINERS: Add myself to write-after-approval.
6607
6608 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
6609
6610         * MAINTAINERS: Add myself to write-after-approval.
6611
6612 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6613
6614         PR bootstrap/7087
6615         * Makefile.tpl: Guard XFOO sed statements better.
6616         * Makefile.tpl: Add dependency for configure-target-libada.
6617         * Makefile.in: Regenerate (incidentally fixes broken
6618         commit when libada-branch was merged).
6619
6620 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
6621
6622         * MAINTAINERS: Add myself to write-after-approval.
6623
6624 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
6625
6626         * MAINTAINERS: Add Nicola Pero and myself as libobjc
6627         maintainers.
6628
6629 2004-02-20  Andrew Cagney  <cagney@redhat.com>
6630
6631         * config.guess: Update from version 2003-10-16 to 2004-02-16.
6632         * config.sub: Update from version 2003-11-03 to 2004-02-16.
6633
6634 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6635
6636         PR bootstrap/11932
6637         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6638
6639 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
6640
6641         * MAINTAINERS: Added myself to write-after-approval.
6642
6643 2004-02-14  Michael Koch  <konqueror@gmx.de>
6644
6645         * MAINTAINERS: Added myself to write-after-approval.
6646
6647 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
6648
6649         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
6650         some OS port maintainers to OS port maintainers section.
6651
6652 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
6653
6654         * MAINTAINERS: Add self.
6655
6656 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
6657
6658         * MAINTAINERS: Alphabetize.
6659
6660 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
6661
6662         * MAINTAINERS: Remove myself.
6663
6664 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
6665
6666         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6667         (rs6000-*-aix*): Same.
6668         * configure: Regenerate.
6669
6670 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
6671
6672         * configure.in (host): Add in missing $noconfigdirs to defines.
6673         * configure: Regenerate.
6674
6675 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
6676             Nathanael Nerode  <neroden@gcc.gnu.org>
6677
6678         PR ada/6637, PR ada/5911
6679         Merge with libada-branch:
6680         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6681         with appropriate dependencies. Add --enable-libada configure switch.
6682         * configure, Makefile.in: Regenerate.
6683
6684 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
6685
6686         * MAINTAINERS: Add myself to write-after-approval.
6687
6688 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6689
6690         * configure.in: Don't pass --with-stabs on IRIX 5 either.
6691         * configure: Regenerate.
6692
6693 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
6694
6695         Merge from upstream:
6696
6697         * ltmain.in: When setting IFS to '~', be careful about user
6698         arguments that contain '~'.
6699
6700         2004-02-04  Peter O'Gorman  <peter@pogma.com>
6701
6702         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
6703         Also test $base_compile against $CC with escaped arguments. Bug
6704         reported by Geoff Keating <geoffk@apple.com>.
6705
6706 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6707
6708         * MAINTAINERS: Remove i960 port.
6709
6710 2004-01-23  DJ Delorie  <dj@redhat.com>
6711
6712         * Makefile.def (target_modules) [libiberty]: Don't stage.
6713         * Makefile.in: Rebuilt.
6714
6715 2004-01-20  Caroline Tice  <ctice@apple.com>
6716
6717         * MAINTAINERS: Add myself to write-after-approval.
6718
6719 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
6720
6721         * MAINTAINERS: Update my email address.
6722
6723 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
6724
6725         * MAINTAINERS: Add myself to write-after-approval.
6726
6727 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6728
6729         * MAINTAINERS: Remove entries without email address.
6730
6731 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
6732
6733         * MAINTAINERS: Add myself to write-after-approval.
6734
6735 2004-01-15  Steven Bosscher  <stevenb@suse.de>
6736
6737         * MAINTAINERS: Update my email address.
6738
6739 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
6740
6741         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6742         * Makefile.tpl (configure-target-[+module+]): Support stage.
6743         * Makefile.in: Rebuilt.
6744
6745 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
6746
6747         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
6748
6749 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
6750
6751         * MAINTAINERS: Add myself as a MIPS maintainer.
6752
6753 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6754
6755         * configure.in: Use ./config.cache, not config.cache.
6756         * configure: Regenerate.
6757         * Makefile.tpl: Special-casing not needed for GCC any more.
6758         * Makefile.in: Regenerate.
6759
6760         * configure.in: Don't share a cache file for host dirs.
6761         * configure: Regenerate.
6762
6763         * config-ml.in: Don't mess with the cache file.
6764
6765 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6766
6767         * MAINTAINERS: Move myself from 'Write After Approval' to
6768         'CPU Port Maintainers' section as SPARC maintainer.
6769
6770 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6771
6772         * Makefile.tpl: Make GCC use a separate config.cache.
6773         * Makefile.in: Regenerate.
6774
6775         PR bootstrap/11932, PR bootstrap/11933
6776         (I don't know if it will fix either of them, but it relates
6777         to them.)
6778         * configure.in: Don't use shared config.cache for target
6779         directories.
6780         * configure: Regenerate.
6781
6782 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
6783
6784         * MAINTAINERS: Add myself to 'Write After Approval' section.
6785
6786 2003-12-31  Roger Sayle  <roger@eyesopen.com>
6787
6788         * configure.in (ia64*-*-hpux*): Disable building java libraries.
6789         * configure: Regenerated.
6790
6791 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
6792
6793         * MAINTAINERS: Remove the mn10200 maintainer.
6794
6795 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
6796
6797         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6798         * configure: Regenerated.
6799
6800 2003-12-16  Jan Hubicka  <jh@suse.cz>
6801
6802         * MAINTAINERS: Add myself as callgraph maintainer.
6803
6804 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
6805
6806         * configure.in (raw_libstdcxx_flags): Remove the leading space.
6807         * configure: Regenerate.
6808
6809 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6810
6811         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6812         'Write After Approval' section. Update email.
6813
6814 2003-12-01  James Lemke  <jim@wasabisystems.com>
6815
6816         * MAINTAINERS (Write After Approval): Add myself.
6817
6818 2003-11-20  Matt Thomas  <matt@3am-software.com>
6819
6820         * MAINTAINERS: Add myself as a vax port maintainer.
6821
6822 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
6823
6824         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6825         (configure-build-[+module+], configure-[+module+]): Likewise.
6826         (configure-target-[+module+], configure-gcc, config.status): Likewise.
6827         * Makefile.in: Regenerate.
6828
6829 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
6830
6831         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
6832         shared/dylibed libraries.
6833         * ltmain.sh: Likewise.
6834         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
6835         * ltcf-cxx.sh: Likewise.
6836         * ltcf-gcj.sh: Likewise.
6837         * ltconfig: Likewise.
6838
6839 2003-11-17  Stan Cox  <scox@redhat.com>
6840
6841         * MAINTAINERS: Add myself as iq2000 port maintainer.
6842
6843 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
6844
6845         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6846         * Makefile.in: Regenerate.
6847
6848 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
6849
6850         * config.sub: Update to 2003-11-03 version.
6851
6852 2003-10-20  Phil Edwards  <phil@codesourcery.com>
6853
6854         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
6855         * configure:  Regenerate.
6856
6857 2003-10-20  Nicolas Pitre  <nico@cam.org>
6858
6859         * MAINTAINERS: Add myself to 'Write After Approval' section.
6860
6861 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
6862
6863         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
6864
6865 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
6866
6867         * MAINTAINERS: Update my email address.
6868
6869 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6870
6871         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
6872
6873 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
6874
6875         * MAINTAINERS: Add myself to 'Write After Approval' section.
6876
6877 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
6878
6879         * config.guess: Update to 2003-10-16 version.
6880         * config.sub: Update to 2003-10-16 version.
6881
6882 2003-10-15  David Daney  <ddaney@avtrex.com>
6883
6884         * MAINTAINERS: Added myself to 'Write After Approval' section.
6885
6886 2003-10-15  Falk Hueffner  <falk@debian.org>
6887
6888         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6889         'Write After Approval' section. Update email.
6890
6891 2003-10-14  Roger Sayle  <roger@eyesopen.com>
6892
6893         * MAINTAINERS: Move myself from 'Write After Approval' to
6894         'Various Maintainers' section as middle-end maintainer.
6895
6896 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6897
6898         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6899         HOST_FLAGS_TO_PASS.
6900         * Makefile.in: Regenerate.
6901
6902 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
6903
6904         * config.guess: Update to 2003-10-07 version.
6905         * config.sub: Update to 2003-10-07 version.
6906
6907 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6908
6909         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
6910         * ltconfig (irix5*, irix6*): Don't override version_type.
6911
6912 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
6913
6914         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6915         * configure: Rebuilt
6916         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6917         * Makefile.in: Rebuilt
6918
6919 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
6920
6921         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6922
6923 2003-09-30  Carlo Wood  <carlo@alinoe.com>
6924
6925         * MAINTAINERS (Write After Approval): Add myself.
6926
6927 2003-09-29  Paul Koning  <ni1d@arrl.net>
6928
6929         * MAINTAINERS: Move myself from "Write After Approval"
6930         to CPU platform maintainers for pdp11 platform.
6931
6932 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
6933
6934         * MAINTAINERS: Move myself from 'Write After Approval' to
6935         'Various Maintainers' section as libffi testsuite maintainer.
6936
6937 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
6938
6939         * configure.in: Pass a computed --program-transform-name
6940         to subconfigures.
6941         * configure: Regenerated.
6942
6943 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6944
6945         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6946         * Makefile.in: Regenerate.
6947
6948         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6949         * Makefile.in: Regenerate.
6950
6951 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
6952
6953         * MAINTAINERS: Move myself from 'Write After Approval'
6954         to 'Various Maintainers' (objective-c) section.
6955
6956 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
6957
6958         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6959         quoting.
6960         * configure: Regenerated.
6961
6962 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
6963
6964         * MAINTAINERS (Write After Approval): Add myself to write after
6965         approval list.
6966
6967 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
6968
6969         * MAINTAINERS (Write After Approval): Add myself.
6970
6971 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
6972
6973         * MAINTAINERS: Update my e-mail address.
6974
6975 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
6976
6977         * libtool.m4 (LD): Correct powerpc64 host match.
6978
6979 2003-09-06  James E Wilson  <wilson@tuliptree.org>
6980
6981         * MAINTAINTERS: Update my affiliation and email address.
6982
6983 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6984
6985         * MAINTAINERS (Write After Approval): Add myself.
6986
6987 2003-09-04  DJ Delorie  <dj@redhat.com>
6988
6989         * configure: Regenerate.
6990
6991 2003-09-04  Robert Millan  <robertmh@gnu.org>
6992
6993         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6994
6995 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6996
6997         * configure.in: Ensure arguments to sed are properly spaced.
6998         * configure: Regenerate.
6999
7000 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
7001
7002         * MAINTAINERS: Update my e-mail address.
7003
7004 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
7005
7006         * MAINTAINERS (Write After Approval): Add myself.
7007
7008 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
7009
7010         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7011         * configure: Regenerated.
7012
7013 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7014
7015         * MAINTAINERS: Update my email address.
7016
7017 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
7018
7019         * configure.in:  Use newline instead of semicolon when assuming
7020         shell arguments in a for loop.
7021         * configure:  Regenerated.
7022
7023 2003-08-22  Jason Eckhardt  <jle@rice.edu>
7024
7025         * MAINTAINERS: Resurrect the i860 maintainer.
7026
7027 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
7028
7029         PR 8180
7030         * configure.in: When testing with_libs and with_headers, treat
7031         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
7032         * configure: Regenerate.
7033
7034         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7035         make, shell, etc.
7036         (baseargs): Likewise.
7037         * configure: Regenerate.
7038
7039 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
7040
7041         * MAINTAINERS (Write After Approval): Add myself.
7042
7043 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
7044
7045         * configure.in: Disable libgcj for darwin not on powerpc.
7046         * configure: Rebuild.
7047
7048 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
7049
7050         * config-ml.in, symlink-tree: Add license.
7051
7052 2003-08-03  Richard Stallman  <rms@gnu.org>
7053             Eben Moglen  <moglen@columbia.edu>
7054
7055         * README.SCO: New file.
7056
7057 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
7058
7059         * Makefile.tpl (check, check-c++): Express dependencies using
7060         dependencies rather than commands.
7061         * Makefile.in: Regenerate.
7062
7063 2003-08-01  Andrew Cagney  <cagney@redhat.com>
7064
7065         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7066         * configure: Ditto.
7067
7068 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
7069
7070         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7071         * Makefile.in: Update.
7072
7073 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
7074
7075         * configure.in: Enable libgcj for darwin.
7076         * configure: Rebuild.
7077
7078 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
7079
7080         * config-ml.in:  Use ac_configure_args directly instead of
7081         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
7082         actually seen.
7083
7084 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7085
7086         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7087         creating target and build subdirs to build all parent dirs as needed.
7088         * Makefile.in: Rebuild.
7089         * configure.in: Don't build dirs explicitly here.
7090         * configure: Rebuild.
7091
7092 2003-07-26  Paul Brook  <paul@nowt.org>
7093
7094         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
7095
7096 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
7097
7098         * Makefile.tpl (all-make): Depend on intl.
7099         * Makefile.in: Rebuilt.
7100
7101 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
7102
7103         * install-sh:  Update to newer upstream versions (associated with
7104         aclocal 1.7).
7105         * mkinstalldirs:  Likewise.
7106         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
7107
7108 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
7109
7110         * MAINTAINERS: Move self from Bug database only accounts
7111         to write-after-approval.
7112
7113 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
7114
7115         * config.if: Remove unused libc_interface determination.
7116
7117 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7118
7119         * MAINTAINERS: Move self from write-after-approval to
7120         build machinery (*.in).
7121
7122 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7123
7124         PR bootstrap/11273
7125         PR bootstrap/11408
7126         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
7127         unused INSTALL_PROGRAM_ARGS.
7128         * configure.in: Use AC_PROG_INSTALL.
7129         * Makefile.in: Regenerate.
7130         * configure: Regenerate.
7131
7132 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
7133
7134         * MAINTAINERS: Alphabetize.
7135
7136 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
7137
7138         * configure: Rebuilt.
7139         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
7140         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7141         newlib nor libgloss.
7142         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
7143         * configure.in (am33_2.0-*-linux*): Added.
7144
7145 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
7146
7147         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7148         * configure: Regenerate.
7149
7150 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
7151
7152         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
7153         * Makefile.in: Regenerate.
7154
7155 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7156
7157         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
7158         * Makefile.in: Regenerate.
7159
7160 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
7161
7162         * Makefile.tpl: Replace PWD with PWD_COMMAND.
7163         * Makefile.in: Regenerated.
7164
7165         * config-ml.in: Replace PWD with PWD_COMMAND.
7166
7167 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7168
7169         * intl: New directory; see intl/ChangeLog for details.
7170         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
7171         * Makefile.tpl: all-gcc depends on maybe-all-intl.
7172         * Makefile.in: Regenerate.
7173
7174 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7175
7176         * configure.in: Clean up config-lang.in handling.  Delete
7177         useless assignment to "subdirs".
7178         * configure: Regenerate.
7179
7180 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7181
7182         * configure.in: Rename 'target_libs' to 'target_libraries'.
7183         Remove useless reference to 'target_libs'.
7184         * configure: Regenerate.
7185
7186 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
7187
7188         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7189         * Makefile.in: Regenerate.
7190
7191 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7192
7193         * Makefile.def: Introduce flags_to_pass.
7194         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7195         * Makefile.in: Regenerate.
7196
7197 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
7198
7199         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7200         and target-libgloss.
7201         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7202         <h8300*-*-*>: Disable libf2c and ${libgcj}.
7203         * configure: Regenerate.
7204
7205 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
7206
7207         * configure.in: Update testsuite_flags to new location.
7208         * configure. Regenerate.
7209
7210 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7211
7212         * Makefile.tpl: Remove BUILD_CC stuff.
7213         * Makefile.in: Regenerate.
7214
7215 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
7216
7217         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
7218
7219 2003-06-16  Graeme Peterson  <gp@qnx.com>
7220
7221         * MAINTAINERS (Write After Approval): Add myself.
7222
7223 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
7224
7225         * config.guess: Update to 2003-06-12 version.
7226         * config.sub: Update to 2003-06-13 version.
7227
7228 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
7229
7230         * config.guess: Update to 2003-06-06 version.
7231         * config.sub: Update to 2003-06-06 version.
7232
7233 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7234
7235         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7236         * configure. Regenerate.
7237
7238 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7239
7240         * configure.in: Disable serial configure by default.
7241         * configure: Regenerate.
7242         * Makefile.tpl: Abolish .NOTPARALLEL.
7243         * Makefile.in: Regenerate.
7244
7245         * Makefile.tpl: Replace {build,host,target}_canonical by
7246         {build,host,target}.
7247         * Makefile.in: Regenerate.
7248
7249         * Makefile.tpl: Fix stupid pasto.
7250         * Makefile.in: Regenerate.
7251
7252 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7253
7254         * Makefile.tpl: Remove bogus conditional.
7255         * Makefile.in: Regenerate.
7256
7257 2003-06-05  Jan Hubicka  <jh@suse.cz>
7258
7259         * Makefile.tpl (profiledbootstrap): New target.
7260         * Makefile.in (profiledbootstrap): New target.
7261
7262 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
7263
7264         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
7265         Pinski. Remove user names from other bugzilla-only maintainers.
7266
7267 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7268
7269         * Makefile.tpl: Make 'recursive targets' using autogen rather
7270         than shell loop.  Remove duplicate 'clean' targets and false
7271         comments.
7272         * Makefile.def: Add systematic dependencies to 'recursive' targets.
7273         Add systematic method of specifying missing targets in subdirs.
7274         Add copyright boilerplate.
7275         * Makefile.in: Regenerate.
7276         * configure.in: Add 'recursive targets' to maybe list.
7277         * configure: Regenerate.
7278
7279         * MAINTAINERS: "GNATS only" -> "Bug database only".
7280
7281         * Makefile.tpl: Rename [+target+] to [+make_target+].
7282         * Makefile.def: Rename 'target' to 'make_target'.
7283
7284 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
7285
7286         * MAINTAINERS: Add self as options handling maintainer.
7287
7288 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
7289
7290         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
7291         been too long since I touched those ports.
7292
7293 2003-05-28  DJ Delorie  <dj@redhat.com>
7294
7295         * Makefile.tpl: Make maybe-check-gcc .PHONY.
7296         * Makefile.in: Regenerate.
7297
7298 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
7299
7300         * configure.in: Use curly braces in the definition of tooldir.
7301         * configure: Regenerate.
7302
7303 2003-05-21  DJ Delorie  <dj@redhat.com>
7304
7305         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7306         newlib or libgloss.
7307         * Makefile.in: Regenerate.
7308
7309 2003-05-21  DJ Delorie  <dj@redhat.com>
7310
7311         * Makefile.tpl: Add missing empty maybe-check-gcc target.
7312         * Makefile.in: Regenerate.
7313
7314 2003-05-20  Ian Lance Taylor  <ian@airs.com>
7315
7316         * MAINTAINERS: Update my e-mail address.
7317
7318 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7319
7320         * configure.in: Switch more things to use maybe dependencies.
7321         * Makefile.tpl: Switch more things to use maybe dependencies.
7322         Factor out common code from autogen IF statements.
7323         * configure: Regenerate.
7324         * Makefile.in: Regenerate.
7325
7326 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
7327
7328         * configure.in: Accept i[3456789]86 for machine type.
7329         * configure: Regenerate.
7330
7331 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7332
7333         * configure.in: Switch more things to use maybe dependencies.
7334         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
7335         * configure: Regenerate.
7336         * Makefile.tpl: Switch more things to use maybe dependencies.
7337         * Makefile.in: Regenerate.
7338
7339 2003-05-16  Andreas Schwab  <schwab@suse.de>
7340
7341         * Makefile.tpl (install-opcodes): Define.
7342         * Makefile.in: Rebuild.
7343
7344 2003-05-13  Andreas Jaeger  <aj@suse.de>
7345
7346         * config.guess: Update to 2003-05-09 version.
7347         * config.sub: Update to 2003-05-09 version.
7348
7349 2003-05-13  Michael Eager  <eager@mvista.com>
7350
7351         * configure.in: Correct sed script so that options in quotes are not
7352         deleted.
7353         * configure: Rebuild.
7354
7355 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
7356
7357         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7358         and $$s/newlib/libc/sys/cygwin32 include paths.
7359         * configure: Ditto.
7360
7361 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
7362
7363         * MAINTAINERS: Update my email addresses.
7364
7365 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
7366
7367         * config-ml.in: Propagate INSTALL variables.
7368
7369 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7370
7371         * MAINTAINERS: Remove duplicate entries in Write After Approval.
7372
7373 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
7374
7375         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7376         * Makefile.in: Regenerate.
7377
7378 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
7379
7380         * MAINTAINERS (GNATS only): Add Falk Hueffner.
7381
7382 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
7383
7384         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
7385
7386 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
7387
7388         * Makefile.tpl: Clean $(BUILD_SUBDIR).
7389         * Makefile.in: Regenerated.
7390
7391 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
7392
7393         * MAINTAINERS (Write After Approval): Upgrade myself from
7394         GNATS only to write-after-approval. Update my mail address.
7395
7396 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
7397
7398         (OS Port Maintainers: freebsd): Add myself.
7399
7400 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
7401
7402         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
7403
7404 2003-04-22  Kean Johnston  <jkj@sco.com>
7405
7406         * MAINTAINERS (SCO ports): Added myself.
7407
7408 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
7409
7410         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
7411
7412 2003-04-19  Kean Johnston  <jkj@sco.com>
7413
7414         * MAINTAINERS (Write After Approval): Add myself.
7415
7416 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7417
7418         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7419         * Makefile.in: Regenerate.
7420
7421 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
7422
7423         * configure.in (powerpc64*-*-linux*): Remove.
7424         * configure: Rebuilt.
7425
7426 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
7427
7428         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
7429         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7430         and restrap.
7431         * Makefile.in:  Regenerate.
7432
7433 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
7434
7435         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7436         * configure: Regenerated.
7437
7438 2003-04-15  DJ Delorie  <dj@redhat.com>
7439
7440         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
7441
7442 2003-04-13  Nick Clifton  <nickc@redhat.com>
7443
7444         * config-ml.in: Remove support for --disable-aix removing
7445         call-aix multilibs.
7446
7447 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
7448
7449         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7450         * */configure: Rebuilt.
7451
7452 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
7453
7454         * MAINTAINERS: Add my email address.
7455
7456 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
7457
7458         * MAINTAINERS (Write After Approval): Add myself.
7459
7460 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7461
7462         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7463         * Makefile.in: Regenerate.
7464
7465 2003-03-14  Michael Chastain  <mec@shout.net>
7466
7467         * Makefile.in: Regenerate with correct Makefile.def.
7468
7469 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7470
7471         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
7472         Make macro.
7473         * Makefile.in: Regenerate.
7474         * configure.in: Clean up gxx_include_dir logic.
7475         * configure: Regenerate.
7476
7477 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
7478
7479         * MAINTAINERS (Write After Approval): Add myself.
7480
7481 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
7482
7483         * MAINTAINERS: Update my mail address.
7484
7485 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7486
7487         * configure.in (gxx_include_dir): Fix typo.
7488         * configure: Regenerated.
7489
7490 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7491
7492         * Makefile.tpl: Reindent.
7493         * Makefile.in: Regenerate.
7494         * configure.in: Reindent.  Don't set unused variables.
7495         * configure: Regenerate.
7496
7497 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
7498
7499         * configure.in: Include $(build_tooldir)/sys-include in
7500         FLAGS_FOR_TARGET.
7501         * configure: Regenerated.
7502
7503 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7504
7505         * Makefile.tpl: Always pass down RANLIB.
7506         * Makefile.in: Regenerate.
7507
7508         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7509         * Makefile.in: Regenerate.
7510         * configure.in: Remove unused logic relating to --enable-shared
7511         and --enable-threads.  Remove bogus comments.  Remove redundant
7512         noconfigdirs.
7513         * configure: Regenerate.
7514
7515         * configure.in: Replace ${libstdcxx_version} by its value.
7516         Remove reference to mh-dgux.
7517         * configure: Regenerate.
7518
7519 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
7520
7521         * MAINTAINERS (Write After Approval): Add myself.
7522
7523 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7524
7525         * Makefile.tpl: Rearrange.
7526         * Makefile.in: Regenerate.
7527
7528 2003-02-25  Uwe Stieber  <uwe@wwws.de>
7529
7530         * configure.in: Add support for kaOS as cross build target system.
7531         * configure: Regenerated.
7532
7533 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
7534
7535         * MAINTAINERS (Write after approval): Add myself.
7536
7537 2003-02-21  James E Wilson  <wilson@tuliptree.org>
7538
7539         * MAINTAINERS: Update my email address.
7540
7541 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
7542
7543         * MAINTAINERS: Add self to blanket write privs. section.
7544
7545 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
7546
7547         * Makefile.tpl: Add definition of CPPFLAGS to pass into
7548         configure-target-* as some target builds may require additional
7549         flags for preprocessor tests.
7550         * Makefile.in: Regenerated.
7551
7552 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
7553
7554         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7555         * ltconfig: Handle it.
7556         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7557         auto-detecting it.
7558
7559         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7560         it is used as argument to $CC.
7561         * ltcf-gcj.sh: Likewise.
7562
7563         * configure.in: Introduce --enable-maintainer-mode.
7564         * configure: Rebuilt.
7565         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7566         for maintainer mode.
7567         * Makefile.in: Rebuilt.
7568
7569 2003-02-18  Jason Merrill  <jason@redhat.com>
7570
7571         * Makefile.tpl (check-c++): Allow parallelism.
7572
7573 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7574
7575         * MAINTAINERS: Remove John Carr (who never actually had access to
7576         gcc.gnu.org).
7577
7578 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
7579
7580         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7581         don't configure target-libobjc.
7582         * configure: Regenerate.
7583
7584 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7585
7586         * Makefile.tpl (RANLIB): Define.
7587         * Makefile.in: Regenerate.
7588
7589 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
7590
7591         * MAINTAINERS: Update my email.
7592
7593 2003-02-06  Keith R Seitz  <keiths@redhat.com>
7594
7595         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7596         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7597         * Makefile.in: Regenerated.
7598         * configure.in: Remove all traces of snavigator, db, and grep.
7599         * configure: Regenerated.
7600
7601 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7602
7603         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
7604         After Approval.
7605
7606 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7607
7608         * MAINTAINERS (Write after approval): Add myself.
7609
7610 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
7611
7612         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7613         * Makefile.in: Regenerated.
7614
7615 2003-01-30  Roger Sayle  <roger@eyesopen.com>
7616
7617         * config.guess: Updated to 2003-01-30's version.
7618         * config.sub: Updated to 2003-01-28's version.
7619
7620 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
7621
7622         * config.if: If gcc_version is already set, just use it.  Don't set
7623         gcc_version_trigger if it's already set, otherwise set it to
7624         gcc/version.c, but only if the file exists.  If it is not set and
7625         gcc/version.c does not exist, try to extract the version number from
7626         $CC.
7627
7628 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
7629
7630         * MAINTAINERS: Add myself to write-after-approval list.
7631
7632 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
7633
7634         * configure.in:  Revert 24Jan change.
7635         * configure:  Regenerate.
7636
7637 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7638
7639         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
7640         entry of HJ Lu.
7641
7642 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7643
7644         * configure.in: Revert previous change.
7645         * configure: Regenerate.
7646
7647 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7648
7649         * configure.in: Make rda native-only.
7650         * configure: Regenerate.
7651
7652 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7653
7654         * MAINTAINERS: Move myself from GNATS-only-accounts to
7655         write-after-approval.
7656
7657 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7658
7659         * configure.in: Add missing \.
7660         * configure: Rebuilt.
7661
7662 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
7663
7664         * configure.in (baseargs): Avoid using \| in sed regular
7665         expressions.
7666         * configure: Rebuilt.
7667
7668 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
7669
7670         * configure.in (baseargs): Remove all supported forms of
7671         --cache-file, --srcdir, --host, --build and --target options
7672         from argument lists.
7673         * configure: Rebuilt.
7674
7675 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
7676
7677         * MAINTAINERS: Add myself to write-after-approval list.
7678
7679 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
7680
7681         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7682         * configure: Rebuilt.
7683
7684 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7685
7686         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7687         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7688         * Makefile.in: Regenerate.
7689         * configure: Regenerate.
7690
7691 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
7692
7693         * configure.in: Remove Makefile in build, host and target modules
7694         unless configure was run with --no-recursion.
7695         * configure: Rebuilt.
7696
7697 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7698
7699         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7700         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7701         * Makefile.in: Regenerate.
7702
7703 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
7704
7705         * config.guess: Update to 2003-01-03 version.
7706         * config.sub: Update to 2003-01-03 version.
7707
7708 2003-01-07  Christopher Faylor  <cgf@redhat.com>
7709
7710         * configure: Regenerate with proper autoconf 2.13.
7711
7712 2003-01-07  Christopher Faylor  <cgf@redhat.com>
7713
7714         * configure.in: Add AC_PREREQ for consistency.
7715         * configure: Regenerate.
7716
7717 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
7718
7719         * configure.in (GDB_TK): Add tcl directories conditional on
7720         gdb/gdbtk directory being present.
7721         * configure: Regenerate.
7722
7723 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
7724
7725         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
7726         used by gcc if LD is not defined and we are not doing a Canadian Cross.
7727         * configure: Rebuilt.
7728
7729 2002-12-31  Tom Tromey  <tromey@redhat.com>
7730
7731         * Makefile.in: Rebuilt.
7732         * Makefile.def (target_modules) [libffi]: Allow installation.
7733
7734 2002-12-31  Andreas Schwab  <schwab@suse.de>
7735
7736         * configure.in: Fix use of $program_transform_name.
7737         * configure: Regenerated.
7738
7739 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
7740
7741         * configure.in (baseargs): Don't remove first configure argument.
7742         * configure: Regenerated.
7743
7744 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
7745
7746         * Makefile.tpl (local-distclean): Don't remove...
7747         (multilib.ts): ... this.  Moved into...
7748         (multilib.out): ... this.  Don't use sub-make.
7749         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7750         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7751         (configure-build-[+module+], configure-[+module+],
7752         configure-target-[+module+], configure-gcc): ... these.  Test
7753         for Makefile existence.  Drop config.status from dependencies.
7754         * Makefile.in: Rebuilt.
7755         * configure.in: Move gcc-version-trigger to the end of
7756         ac_configure_args.  Add comments to maybedep.tmp and
7757         serdep.tmp.  Introduce --disable-serial-configure.  Remove
7758         nonopt from baseargs, matching and removing corresponding
7759         whitespace while at it.
7760         * configure: Rebuilt.
7761
7762 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
7763
7764         * configure.in (host_configargs): Replace reference to
7765         no-longer-defined buildopts with --build=${build_alias}.
7766         * configure: Rebuilt.
7767
7768         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
7769         program_transform_name to standard idiom.
7770         (AUTOGEN, AUTOCONF): Define.
7771         (Makefile.in): Use $(AUTOGEN).
7772         (Makefile): Depend on config.status, and use autoconf-style rule to
7773         build it.  Move original commands to...
7774         (config.status): ... this new target.
7775         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
7776         $(AUTOCONF).
7777         * Makefile.in: Rebuilt.
7778
7779 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7780
7781         * Makefile.tpl: Fix dramatic bustage due to change in
7782         program_transform_name.
7783         * Makefile.in: Regenerate.
7784
7785         * configure.in: Remove unnecessary PATH setting.
7786         * configure: Regnerate.
7787
7788         * configure.in: Don't default to unprefixed tools unless
7789         the native tools will work.
7790         * configure: Regenerate.
7791
7792         * configure.in: Convert to autoconf script.  Blow away lots
7793         of now-redundant Makefile fragments.
7794         * configure: Generate using Autoconf.
7795         * Makefile.tpl: Rewrite to reflect autoconfiscation.
7796         * Makefile.in: Regenerate.
7797
7798 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7799
7800         * configure: Fix stupid bug where RANLIB was mistakenly included.
7801
7802         * configure.in: Rename (buildargs, hostargs, targargs) to
7803         (build_configargs, host_configargs, target_configargs).
7804
7805         * configure.in: Move logic out of sed statement.
7806
7807         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
7808         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7809
7810 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
7811
7812         * config.sub: Import from master repository
7813         * config.guess: Ditto
7814
7815 2002-12-24  Andreas Schwab  <schwab@suse.de>
7816
7817         * Makefile.tpl (multilib.out): Fix missing space.
7818         * Makefile.in: Regenerate.
7819
7820 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7821
7822         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
7823         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
7824         * Makefile.in: Regenerate.
7825         * configure.in: Remove unnecessary leftovers.
7826
7827 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
7828
7829         * configure.in (extra_ranlibflags_for_target): New variable.
7830         (*-*-darwin): Add -c to ranlib commands.
7831         * configure (tooldir): Handle extra_ranlibflags_for_target.
7832
7833 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7834
7835         * Makefile.tpl: Revert HJL's change.
7836         * Makefile.in: Regenerated.
7837         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7838         always.
7839
7840 2002-12-19  Andreas Schwab  <schwab@suse.de>
7841
7842         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7843         * Makefile.in: Regenerate.
7844
7845 2002-12-18  H.J. Lu  <hjl@gnu.org>
7846
7847         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7848         * Makefile.in: Regenerated.
7849
7850         * configure.in (build_prefix): New. Substitute.
7851
7852 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7853
7854         * Makefile.tpl: Don't let real targets depend on phony targets.
7855         * Makefile.in: Regenerate.
7856
7857         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7858         * Makefile.in: Regenerate.
7859
7860 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
7861
7862         * config.sub: Import from master repository
7863         * config.guess: Ditto
7864
7865 2002-12-16  Jason Merrill  <jason@redhat.com>
7866
7867         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7868         previous 'make bootstrap'.
7869         * Makefile.in: Regenerate.
7870
7871 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
7872
7873         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7874
7875 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7876
7877         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7878         * Makefile.in: Regenerate.
7879
7880 2002-12-13  Jason Merrill  <jason@redhat.com>
7881
7882         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
7883         library tests.
7884         (check-c++): Just depend on it and check-target-libstdc++-v3.
7885         * Makefile.in: Regenerate.
7886
7887 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7888
7889         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7890         * Makefile.in: Rebuilt.
7891
7892 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7893
7894         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
7895
7896 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7897
7898         * configure: Fix bug put in by gremlins.
7899
7900         * Makefile.tpl: Substitute more autoconfily.
7901         * configure: Substitute more autoconfily.
7902         * Makefile.in: Regenerate.
7903
7904 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
7905
7906         * config.sub: Import from master repository
7907         * config.guess: Ditto
7908         * MAINTAINERS: Added Svein Seldal under write after approval
7909
7910 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
7911
7912         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7913         * Makefile.in (all-sim): Ditto.
7914
7915 2002-12-06  DJ Delorie  <dj@redhat.com>
7916
7917         * Makefile.tpl: Change configure dependencies to not have real
7918         targets depend on phony targets.
7919
7920 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
7921
7922         * configure.in: Revert unintentional change.
7923
7924         * Makefile.tpl: Change dependency for */multilib.out so that
7925         it works when gcc isn't in the tree.
7926
7927         * configure.in: Substitute more.
7928         * configure: Run subconfigures from the Makefile.
7929         * Makefile.tpl: Run subconfigures from the Makefile; add a few
7930         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
7931
7932 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7933
7934         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
7935
7936 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7937
7938         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7939         and corresponding dependencies.
7940         * Makefile.in: Regenerate.
7941
7942         * configure.in (host_tools): Order binutils, gas and ld for
7943         convenience in running the testsuites.
7944
7945         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7946         * Makefile.in: Regenerate.
7947         * configure.in: Introduce rules to serialize subconfigure runs.
7948
7949         * configure.in: Introduce BASE_CC_FOR_TARGET.
7950         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
7951         Realize configure-build-* targets.  Realize configure-target-* targets.
7952         * Makefile.in: Regenerate.
7953
7954 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7955
7956         * configure: Move gcc_version_trigger stuff from here...
7957         * configure.in: ...to here.
7958
7959         * configure.in: Separate subconfigure options added by this file from
7960         options given by the user.  Add machinery to put args for host
7961         subconfigures into the Makefile.
7962
7963         * Makefile.tpl: Remove 'vault' targets.
7964         * Makefile.tpl: Reorder and comment dependencies.
7965         * Makefile.in: Regenerate.
7966
7967 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7968         * configure.in: Fix my broken commit of previous patch. (sigh)
7969
7970 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7971
7972         * configure.in: Move host-specific darwin noconfigdirs into
7973         the host-specific section.
7974
7975 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7976
7977         * configure.in: Move host-specific darwin noconfigdirs into
7978         the host-specific section.
7979
7980 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7981
7982         * configure: Remove skip-this-dir support.
7983         * Makefile.tpl: Remove skip-this-dir support.
7984
7985         * Makefile.tpl: Remove leftover support for non-autoconfiscated
7986         subdirectories.
7987         * Makefile.in: Regenerate.
7988
7989         * Makefile.tpl: Strip out useless setting of 'dir'.
7990         * Makefile.in: Regenerate.
7991
7992 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7993
7994         * configure.in: Fix deeply stupid bug.
7995
7996         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7997         shell code in CXX_FOR_TARGET
7998         * Makefile.def: Introduce raw_cxx.
7999         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8000         RAW_CXX_FOR_TARGET.
8001         * Makefile.in: Regenerate.
8002
8003 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
8004
8005         * Makefile.tpl: Remove unnecessary ifs.
8006         * Makefile.in: Regenerate.
8007
8008         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
8009         dependencies.  Maybe-ize build-libiberty.  Create dummy install
8010         targets for 'no_install' modules.
8011         * configure: Move GDB_TK substitution to configure.in.  Move
8012         build_modules stuff to configure.in.
8013         * configure.in: Implement soft dependency machinery.  Maybe-ize
8014         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
8015         * Makefile.in: Regenerate.
8016
8017 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8018
8019         * Makefile.tpl: Make all-target, install-target behave similarly
8020         to all, install (only hitting configured targets).  Eliminate
8021         unused macro defintions.
8022
8023         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8024         build != host.
8025
8026         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8027
8028         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8029
8030         * configure.in: Produce lists of subdir targets we're actually
8031         configuring.  Remove references to "dosrel".
8032         * Makefile.tpl: Let configure set which subdir targets are hit.
8033         Remove install-cross; clean up install; remove ALL.  Remove
8034         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
8035         Autogenerate host module targets.  Remove empty dependency lines
8036         and redundant dependency; rearrange slightly.
8037         * Makefile.def: Add host-side libtermcap, utils.
8038
8039         * Makefile.in: Regenerate.
8040
8041 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8042
8043         * ltconfig (osf[345]): Append $major to soname_spec.
8044         Reflect this in library_names_spec.
8045         * ltmain.sh (osf): Prefix $major with . for use as extension.
8046
8047 2002-11-19  Andreas Jaeger  <aj@suse.de>
8048
8049         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
8050         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
8051         and sparc64 GNU/Linux systems.
8052
8053 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
8054
8055         * MAINTAINERS: Update email.
8056
8057 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8058
8059         * MAINTAINERS: Complete James Dennett's entry.
8060
8061 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
8062
8063         * MAINTAINERS (Write After Approval): Add myself.
8064
8065 2002-11-13  Bruce Korb  <bkorb@gnu.org>
8066
8067         * Makefile.tpl: syntactic cleanup
8068
8069 2002-11-13  Stuart Hastings  <stuart@apple.com>
8070
8071         * MAINTAINERS: Add myself to write-after-approval list.
8072
8073 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8074
8075         * Makefile.def: Add list of recursive targets to autogenerate.
8076         Add build_modules.
8077         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
8078         targets.  Autogenerate *-build-* targets.
8079         * Makefile.in: Regenerate.
8080
8081 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8082
8083         * configure: More autoconf-style substitutions.
8084         * Makefile.tpl: More autoconf-style substitutions.
8085         * Makefile.in: Regenerate.
8086
8087 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8088
8089         * configure: Substitute more variables in a more autoconf-friendly
8090         way.  Simplify slightly.
8091         * Makefile.tpl: Make more variables substitutable in an
8092         autoconf-friendly way.
8093         * Makefile.in: Regenerate.
8094
8095 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
8096
8097         * MAINTAINERS (Write After Approval): Add myself.
8098
8099 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8100
8101         * configure.in (v810*): Remove special setting of tools.
8102
8103         * configure: Add support for extra required flags for ar or nm.
8104         * configure.in (aix4.3+): Use above support for target-specific
8105         issues, rather than using config/mt-aix43.
8106
8107 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8108
8109         * configure: Remove 'removing', which doesn't work.  Replace $subdir
8110         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
8111         with $srcdir.  Reformat indentation.  Substitute some variables
8112         formerly hard-coded in the Makefile for build=host.
8113         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8114         * Makefile.def: Autogenerate more.
8115         * Makefile.in: Regenerate.
8116
8117 2002-11-04  Adam Nemet  <anemet@lnxw.com>
8118
8119         * MAINTAINERS (Write After Approval): Add myself.
8120
8121 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
8122
8123         * Makefile.def (host_modules): Add rda.
8124         * Makefile.in: Regenerate.
8125         * configure.in (target_tool): Add target-rda to list.
8126
8127 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8128
8129         * MAINTAINERS: Remove "co-maintainer" note for web pages.
8130
8131 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
8132
8133         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
8134         and restrap targets to this rule.
8135         * Makefile.in:  Regenerate.
8136
8137 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8138
8139         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
8140         GNATS only accounts.
8141
8142 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
8143
8144         * configure.in (i[3456]86-*-linux*): Add check to disable
8145         ${libgcj} for glibc1.
8146
8147 2002-10-24  Denis Chertykov  <denisc@overta.ru>
8148
8149         * MAINTAINERS: Add myself as ip2k port maintainer.
8150
8151 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
8152
8153         * configure.in: Add tic4x target.
8154
8155 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8156
8157         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8158         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8159         * Makefile.in: Regenerate.
8160
8161         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8162         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8163         * Makefile.in: Regenerate.
8164
8165 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
8166
8167         * MAINTAINERS: Add myself as web pages co-maintainer.
8168
8169 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8170
8171         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8172         * Makefile.in: Regenerate.
8173
8174 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
8175
8176         * MAINTAINERS: Add myself and Nathan Sidwell
8177         <nathan@codesourcery.com> as VxWorks maintainers.
8178
8179 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8180
8181         * Makefile.def: Remove order dependency comments.
8182         * Makefile.tpl: Add explicit install-install dependencies.
8183         * Makefile.in: Regenerate.
8184
8185         * Makefile.tpl: Remove material now in src-release.  (Finally!)
8186         * Makefile.in: Regenerate.
8187
8188         * Makefile.tpl: Add configure-target (for src-release in src)
8189         * Makefile.in: Regenerate.
8190
8191 2002-09-30  Nick Clifton  <nickc@redhat.com>
8192
8193         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8194
8195 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
8196
8197         * configure.in (s390*-*-linux*): Enable libgcj.
8198
8199 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
8200
8201         * configure: Revert accidentally applied changes.
8202
8203         * Makefile.tpl: Make more autoconf-friendly.
8204         * Makefile.in: Regenerate.
8205         * configure: Make substitution more autoconf-like.
8206
8207 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
8208
8209         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8210         single entry to handle all these.
8211         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
8212         libjava on arm-*-elf.
8213
8214 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
8215
8216         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8217         things that depend on them.
8218
8219 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8220
8221         * Makefile.tpl: Make subsituted variables more autoconfy.
8222         * Makefile.in: Regenerate.
8223         * configure: Make seds more autoconfy.
8224
8225 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8226
8227         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8228         * Makefile.in: Regenerate.
8229         * configure.in: Rewrite sed statements to look autoconfy.
8230
8231         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8232         all-target-foo on configure-target-foo.
8233         * Makefile.def: Ditto.
8234         * Makefile.in: Rebuild.
8235
8236 2002-09-25  Andrew Haley  <aph@redhat.com>
8237
8238         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
8239
8240 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8241
8242         * Makefile.def: New file.
8243         * Makefile.tpl: New file.
8244         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8245         * contrib/gcc_update: Note that Makefile.in is a generated file.
8246
8247         * configure.in: Minor rearrangement.  Simplify tests.
8248
8249 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
8250
8251         * configure.in (with_headers): Skip copy if value is "yes".
8252         (with_libs): Likewise.
8253
8254 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
8255
8256         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8257         * configure.in (sh*-*-pe*): Ditto.
8258         * configure.in (mips*-*-pe*): Ditto.
8259         * configure.in (*arm-wince-pe): Ditto.
8260
8261         * configure.in: Rearrange.
8262
8263 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
8264
8265         * MAINTAINERS: Update my email address.
8266
8267 2002-08-30  Paul Koning  <pkoning@equallogic.com>
8268
8269         * MAINTAINERS: (Write After Approval): Add myself.
8270
8271 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
8272
8273         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
8274
8275 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
8276
8277         * MAINTAINERS: Change my mailing address.
8278
8279 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
8280
8281         * MAINTAINERS (Write After Approval): Remove myself.
8282         (Various Maintainers: c++ runtime libs): Add myself.
8283
8284 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
8285
8286         * MAINTAINERS (Write After Approval): Remove myself.
8287         (Various Maintainers: c++ runtime libs): Add myself.
8288
8289 2002-08-15  Eric Christopher  <echristo@redhat.com>
8290
8291         * config.sub: Import from master repository.
8292         * config.guess: Ditto.
8293
8294 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
8295
8296         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8297         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8298         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8299
8300 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
8301
8302         * MAINTAINERS: Add self to rs6000 vector extensions.
8303
8304 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
8305
8306         * libiberty/configure: Reverted unintended yesterday's check in.
8307
8308 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
8309
8310         * boehm-gc/configure, libf2c/configure: Rebuilt.
8311         * libffi/configure, libiberty/configure: Ditto.
8312         * libjava/configure, libobjc/configure: Ditto.
8313         * libstdc++-v3/configure, zlib/configure: Ditto.
8314         Merged from binutils:
8315         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
8316         From Steve Ellcey <sje@cup.hp.com>:
8317         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8318         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8319         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8320         IA64.
8321         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8322         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8323         soname_spec, sys_lib_search_path_spec): Ditto.
8324
8325 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
8326
8327         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8328
8329 2002-08-04  H.J. Lu  (hjl@gnu.org)
8330
8331         * configure.in (mips*-*-linux*): Don't skip target-libffi.
8332
8333 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
8334
8335         * MAINTAINERS (Write After Approval): Add myself.
8336
8337 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
8338
8339         * configure.in: Move generic linux case to end.  Copy generic
8340         linux noconfigdirs to mips*-*-linux* entry and new
8341         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
8342
8343 2002-07-19  Michael Matz  <matz@suse.de>
8344
8345         * MAINTAINERS: Add myself as ra* maintainer.
8346
8347 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
8348
8349         * config.guess: Update to 2002-07-09 version.
8350         * config.sub: Update to 2002-07-03 version.
8351
8352 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
8353
8354         * MAINTAINERS: Fix typo in a maintainer email address.
8355
8356 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8357
8358         * configure.in: Remove two redundant tests.
8359
8360 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8361
8362         * configure.in (mips*-*-irix6*o32): Enable stabs.
8363
8364 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
8365
8366         * configure.in: Don't build grez.
8367         * Makefile.in: Ditto.
8368
8369         * Makefile.in: Remove references to bsp, cygmon, libstub.
8370         * configure.in: Ditto.
8371
8372         * configure.in: Remove leftover reference to gdbtest.
8373
8374 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
8375
8376         * configure.in (gxx_include_dir):  Change to match versioned
8377         C++ headers if --enable-version-specific-runtime-libs is used.
8378
8379 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
8380
8381         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8382
8383 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8384
8385         * configure.in: Make --without-x work.
8386
8387 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8388
8389         * configure.in: Rearrange target Makefile fragment collection.
8390
8391         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8392         cvs[src].
8393         * configure.in: Ditto.
8394
8395 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
8396
8397         * MAINTAINERS (Write After Approval): Update my e-mail address.
8398
8399 2002-06-24  Ben Elliston  <bje@redhat.com>
8400
8401         * configure.in (host_tools): Remove cgen.
8402
8403         * Makefile.in (all-cgen): Remove; runs from its source directory.
8404         (check-cgen, install-cgen, clean-cgen): Likewise.
8405         (all-opcodes): Do not depend on all-cgen.
8406         (all-sim): Likewise.
8407
8408 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8409
8410         * Makefile.in: Eliminate 'apache' targets.
8411         * configure.in: Eliminate 'apache' targets.
8412
8413         * configure.in: Eliminate redundant tests.  Reorganize.
8414
8415         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8416
8417         * config-ml.in: Eliminate references to Cygnus configure.
8418
8419         * Makefile.in: Eliminate references to building emacs.
8420
8421 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
8422
8423         * MAINTAINERS: Update my email address.
8424
8425 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
8426
8427         * config.if (libstdcxx_incdir): Version C++ headers.
8428         (cxx_incdir): Remove.
8429
8430 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8431
8432         * MAINTAINERS (Write After Approval): Add self.
8433
8434 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
8435
8436         * configure.in: Add support for ip2k.
8437
8438 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
8439
8440         * configure.in: Fix AIX configury bug.
8441
8442 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
8443
8444         * MAINTAINERS (Write After Approval): Add self.
8445
8446 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8447
8448         * configure.in: replace ${topsrcdir} with ${srcdir}
8449
8450         * configure.in: Move definition of libstdcxx_flags
8451         right above usage, rather than waaay earlier.
8452
8453         * configure.in: Pull definition of is_cross_compiler earlier.
8454
8455         * configure.in: Rearrange a little.
8456
8457         * configure.in: Remove references to librx.
8458         * Makefile.in: Remove references to librx.
8459
8460 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
8461
8462         * config.sub: Add support for avr target.
8463         Import from master sources, rev 1.255
8464
8465 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
8466
8467         * configure, .cvsignore:  Revert previous change...
8468         * Makefile:  ...delete.
8469
8470 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8471
8472         * configure.in: Eliminate ${gasdir} variable.
8473
8474 2002-06-18  Dave Brolley  <brolley@redhat.com>
8475
8476         * configure.in: Add support for frv.
8477         * config.sub: Add support for frv.
8478
8479 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8480
8481         * configure:  Remove garbage from previous commit.
8482
8483 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8484
8485         * configure:  For in-source builds, make a subdir and re-exec there.
8486         * Makefile:  New file.  Pass targets through to build directory.
8487         * .cvsignore:  No longer ignore "Makefile".
8488
8489 2002-06-16  Douglas Rupp  <rupp@gnat.com>
8490
8491         * MAINTAINERS (Write After Approval): Add self.
8492
8493 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8494
8495         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8496
8497 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
8498
8499         * configure.in (vax-*-netbsd*): Re-enable gas.
8500
8501 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
8502
8503         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8504         BUILD_PREFIX_1, to correct nomenclature.
8505         * configure: Likewise.
8506
8507         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8508         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8509
8510 2002-05-31  Olaf Hering  <olh@suse.de>
8511
8512         * config-ml.in: Propogate DESTDIR also.
8513
8514 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
8515
8516         * configure.in (vax-*-netbsd*): Don't build gas for this
8517         platform.
8518
8519 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
8520
8521         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8522         and libgcj for AVR.
8523
8524 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
8525
8526         * MAINTAINERS (Write After Approval): Add myself.
8527
8528 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
8529
8530         * config.guess: Update to 2002-05-22 version.
8531         * config.sub: Likewise.
8532
8533 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8534
8535         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8536         * config-ml.in: Likewise.
8537         * configure: Likewise.
8538         * configure.in: Likewise.
8539
8540 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
8541
8542         * MAINTAINERS: Update my email address.
8543
8544 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
8545
8546         * configure.in: Simplify makefile fragment collection.
8547
8548         * configure.in: Remove code to build emacs.
8549
8550         * configure.in : Remove --srcdir argument from targargs and buildargs
8551         (it's always overridden in the Makefile anyway).  Rearrange a bit.
8552
8553         * configure: Move some logic to configure.in.
8554         * configure.in: Move some logic from configure.
8555
8556 2002-05-11  Tom Tromey  <tromey@redhat.com>
8557
8558         * MAINTAINERS: Reflect libgcj reality.
8559
8560 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
8561
8562         * Makefile.in: Honour DESTDIR.
8563
8564 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
8565
8566         * config.guess: Import 2002-03-20 version.
8567         * config.sub: Import 2002-04-26 version.
8568
8569 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8570
8571         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
8572
8573 2002-05-07  Tim Josling  <tej@melbpc.org.au>
8574
8575         * MAINTAINERS: Add self.
8576
8577 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
8578
8579         * ltmain.sh: Detect and handle object name conflicts
8580         while piecewise linking a static library.
8581
8582 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
8583
8584         * configure.in (noconfigdirs): Don't disable libgcj on
8585         sparc64-*-solaris* and sparcv9-*-solaris*.
8586
8587 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
8588
8589         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8590
8591 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
8592
8593         * configure.in (FLAGS_FOR_TARGET): Do not add
8594         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8595         on i[3456]86-*-linux*.
8596
8597 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
8598
8599         * configure.in (noconfigdirs): Replace [ ] with test.
8600
8601         * configure.in (noconfigdirs): Do not add target-newlib if
8602         target == i[3456]86-*-linux*, and host == target.
8603
8604 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
8605
8606         * configure.in: delete reference to absent file
8607
8608         * configure.in: replace '[' with 'test'
8609
8610         * configure.in: Eliminate references to gash.
8611         * Makefile.in: Eliminate references to gash.
8612
8613         * configure.in: remove useless references to 'pic' makefile fragments.
8614
8615         * configure.in: (*-*-windows*) Finish removing.
8616
8617         * configure.in: Eliminate redundant test for libgui.
8618
8619 2002-04-29  Roger Sayle  <roger@eyesopen.com>
8620
8621         * MAINTAINERS: Add self and realphabetize.  Update entries
8622         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
8623         entry for a29k port maintainer.
8624
8625 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
8626
8627         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8628         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8629
8630 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
8631
8632         * configure.in: remove references to dead files
8633
8634 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
8635
8636         * MAINTAINERS: Add information about purpose of this file.
8637
8638 2002-04-18  Tom Tromey  <tromey@redhat.com>
8639
8640         * configure.in: Disallow configuring libgcj when it is already
8641         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
8642         Solaris 2.8 by default.  For PR libgcj/6158.
8643
8644 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8645
8646         * configure.in:  Move default CC setting out of config/mh-* fragments
8647         directly into here.
8648
8649 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8650
8651         * configure.in: don't even try to configure or make a subdirectory
8652         if there's no configure script for it.
8653
8654 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
8655
8656         * MAINTAINERS: Remove chill maintainers.
8657         * Makefile.in (CHILLFLAGS): Remove.
8658         (CHILL_LIB): Remove.
8659         (TARGET_CONFIGDIRS): Remove libchill.
8660         (CHILL_FOR_TARGET): Remove.
8661         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8662         CHILL_LIB.
8663         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8664         (CHECK_TARGET_MODULES): Likewise.
8665         (INSTALL_TARGET_MODULES): Likewise.
8666         (CLEAN_TARGET_MODULES): Likewise.
8667         (configure-target-libchill): Remove.
8668         (all-target-libchill): Remove.
8669         * configure.in (target_libs): Remove target-libchill.
8670         Do not compute CHILL_FOR_TARGET.
8671         * libchill: Remove directory.
8672
8673 2002-04-11  DJ Delorie  <dj@redhat.com>
8674
8675         * Makefile.in, configure.in: Sync with binutils, entries
8676         follow...
8677
8678 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8679
8680         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
8681         (do-tar, do-bz2): New rules.
8682         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
8683         (gdb-tar): New rule.
8684         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
8685         (insight_dejagnu.tar): New rule.
8686         (insight.tar): New rule.
8687         (gdb+dejagnu.tar): New rule.
8688         (gdb.tar): New rule.
8689
8690 2002-02-01  Mo DeJong  <supermo@bayarea.net>
8691
8692         * Makefile.in: Add all-tix to deps for all-snavigator
8693         so that tix is built when building snavigator.
8694
8695 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
8696
8697         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8698         ld and gdb are not supported.
8699
8700 2002-01-07  Mark Salter  <msalter@redhat.com>
8701
8702         * configure.in: Remove target-bsp and target-cygmon from arm builds.
8703         Allow target-libgloss to be built for arm, strongarm, and xscale.
8704
8705 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
8706
8707         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8708         options for i[3456]86-pc-linux* native builds.
8709
8710 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
8711
8712         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8713         files from .po files for a distribution.
8714
8715 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
8716
8717         * configure.in: Enable libstdc++-v3 for h8300 targets.
8718
8719 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
8720
8721         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
8722         version from bfd/.
8723
8724 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
8725
8726         * Makefile.in (VER): When present, extract the version number from
8727         the file version.in.
8728
8729 2001-05-24  Tom Rix  <trix@redhat.com>
8730
8731         * configure.in : enable ld for aix
8732
8733 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8734
8735         * config.guess: Add linux target for S/390.
8736
8737 2000-11-07  Philip Blundell  <pb@futuretv.com>
8738
8739         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8740
8741 2000-11-03  Philip Blundell  <pb@futuretv.com>
8742
8743         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8744         files.
8745
8746 2001-01-15  Ben Elliston  <bje@redhat.com>
8747
8748         * configure.in (host_tools): Add sid.
8749         Always configure cgen.
8750
8751 2000-11-24  Nick Clifton  <nickc@redhat.com>
8752
8753         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
8754
8755
8756 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
8757
8758         * Makefile.in (ALL_MODULES): Add all-cgen.
8759         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8760         (all-cgen): New target.
8761         (all-opcodes,all-sim): Depend on all-cgen.
8762         * configure.in (host_tools): Add cgen.
8763         Only configure cgen if --enable-cgen-maint.
8764
8765 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
8766
8767         * configure.in: Add *-*-freebsd* configurations.
8768
8769 2002-04-08  Tom Tromey  <tromey@redhat.com>
8770
8771         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8772         Fixes PR libgcj/6068.
8773
8774 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
8775
8776         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8777
8778 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8779
8780         * configure.in (alpha*-dec-osf*): Enable libgcj.
8781
8782 2003-03-27  Matthew Gingell  <gingell@gnat.com>
8783
8784         * MAINTAINERS (Write After Approval): Add myself.
8785
8786 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
8787
8788         Fix for: PR bootstrap/3591, target/5676
8789         * configure.in (mcore-pe): Disable the configuration of
8790         libstdc++-v3 since exceptions are not supported.
8791
8792 2002-03-20  Anthony Green  <green@redhat.com>
8793
8794         * configure.in: Enable libgcj for xscale-elf target.
8795
8796 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
8797
8798         * MAINTAINERS:  Update my email address.
8799
8800 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
8801
8802         * ltmain.sh (relink_command): Fix typo in previous change.
8803
8804 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
8805
8806         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
8807         (relink_command): Added --tag flags.
8808         (mode=install): If relinking fails; error out.
8809
8810 2002-03-12  Richard Henderson  <rth@redhat.com>
8811
8812         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
8813         .NOTPARALLEL tag.
8814         (do-check): Rename from check.
8815         (check): Allow parallel check.
8816
8817 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
8818
8819         * MAINTAINERS: Add myself as maintainer for xtensa port.
8820         Fix alphabetical order in CPU port maintainer list.
8821         Remove myself from Write After Approval list.
8822
8823 2002-03-11  Richard Henderson  <rth@redhat.com>
8824
8825         * Makefile.in (.NOTPARALLEL): Add fake tag.
8826
8827 2002-03-07  H.J. Lu  (hjl@gnu.org)
8828
8829         * configure.in: Enable gprof for mips*-*-linux*.
8830
8831 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
8832
8833         * MAINTAINERS (Write After Approval): Add myself.
8834
8835 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
8836
8837         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8838         libjava.
8839         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8840
8841 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
8842
8843         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8844         because its Makefile is there; test for the executable instead.
8845
8846 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
8847
8848         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8849         libstdc++-v3 and libjava.
8850
8851 2002-02-11  Adam Megacz  <adam@xwt.org>
8852
8853         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8854         boehm-gc
8855
8856 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
8857
8858         * config.guess: Updated to 2002-01-30's version.
8859         * config.sub: Updated to 2002-02-01's version.
8860         Contribute sh64-elf.
8861         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
8862         * configure.in: Added sh64-*-*.
8863
8864 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
8865
8866         * MAINTAINERS: Belatedly add myself to write after approval list.
8867
8868 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
8869
8870         * MAINTAINERS: Put self in as maintainer for x86-64 port.
8871         Remove self as Write After Approval.
8872
8873 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
8874
8875         * MAINTAINERS: Put self in as maintainer for contrib/regression
8876         directory.
8877
8878 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
8879
8880         * MAINTAINERS:  Update my email address.
8881
8882 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
8883
8884         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
8885         target-libiberty, and target-libgloss.  Skip Java-related
8886         libraries if not supported for NetBSD on target CPU.
8887
8888 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
8889
8890         * install-sh: Use _inst.$$_ for temp file name.
8891
8892 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
8893
8894         * MAINTAINERS (Write After Approval): Move my contact info
8895         from here...
8896         (OS Port Maintainers): ...to here (netbsd).
8897
8898 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
8899
8900         * MAINTAINERS (Write After Approval): Add myself.
8901
8902 2002-01-17  H.J. Lu  <hjl@gnu.org>
8903
8904         * Makefile.in (all-fastjar): Also depend on all-libiberty.
8905         (all-target-fastjar): Also depend on all-target-libiberty.
8906
8907 2002-01-16  H.J. Lu  (hjl@gnu.org)
8908
8909         * config.guess: Import from master sources, rev 1.225.
8910         * config.sub: Import from master sources, rev 1.238.
8911
8912 2002-01-16  Kazu Hirata  <kazu@hxi.com>
8913
8914         * MAINTAINERS (Write After Approval): Remove myself.
8915
8916 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
8917
8918         * MAINTAINERS (Write After Approval): Add myself.
8919
8920 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8921
8922         * MAINTAINERS: Add self as docs co-maintainer.
8923
8924 2001-12-11  Matthias Klose  <doko@debian.org>
8925
8926         * MAINTAINERS (Write After Approval): Add myself.
8927
8928 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
8929
8930         * MAINTAINERS: Update my email address.
8931
8932 2001-12-07  Turly O'Connor  <turly@apple.com>
8933         * MAINTAINERS (Write After Approval): Add myself.
8934         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
8935         (rs6000_initialize_trampoline): Call __trampoline_setup for
8936         ABI_DARWIN too.
8937         * darwin-tramp.asm: New file, implements __trampoline_setup.
8938         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
8939
8940 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
8941
8942         * MAINTAINERS (Write After Approval): Add myself.
8943
8944 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
8945
8946         * configure, configure.in: Use temp file for long sed commands.
8947
8948 2001-12-03  Laurent Guerby  <guerby@acm.org>
8949
8950         * config.sub: Update to version 1.232 on subversion.
8951
8952 2001-12-03  Ben Elliston  <bje@redhat.com>
8953
8954         * MAINTAINERS: Update mail address for config.* patches.
8955
8956 2001-11-27  DJ Delorie  <dj@redhat.com>
8957             Zack Weinberg  <zack@codesourcery.com>
8958
8959         When build != host, create libiberty for the build machine.
8960
8961         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8962         CONFIG_ARGUMENTS.
8963         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8964         New variables.
8965         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8966         and rules.
8967         (all.normal): Depend on ALL_BUILD_MODULES.
8968         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8969         (all-build-libiberty): Depend on configure-build-libiberty.
8970
8971         * configure: Calculate and substitute proper value for
8972         ALL_BUILD_MODULES.
8973         * configure.in: Create the build subdirectory.
8974         Calculate and substitute TARGET_CONFIGARGS (formerly
8975         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8976
8977 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
8978
8979         * MAINTAINERS (write-after-approval): Add self.
8980
8981 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8982
8983         * MAINTAINERS (GNATS only accounts): Remove self.
8984
8985 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
8986
8987         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8988         libf2c.
8989
8990 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8991
8992         * MAINTAINERS (Write After Approval): Add self.
8993
8994 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8995
8996         * MAINTAINERS: mips and s390 are also CPU ports.
8997
8998 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8999
9000         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
9001
9002 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
9003
9004         * MAINTAINERS: Alphabetize.
9005
9006 2001-11-09  Kazu Hirata  <kazu@hxi.com>
9007
9008         * MAINTAINERS (Various maintainers: h8 port): Add myself.
9009
9010 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9011
9012         * MAINTAINERS (Various maintainers: hppa port): Added myself.
9013
9014 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
9015
9016         * configure.in (--enable-languages): Be more permissive about
9017         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
9018
9019 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
9020
9021         * config.sub: Import from master sources, rev. 1.230.
9022         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
9023
9024 2001-11-07  Laurent Guerby  <guerby@acm.org>
9025
9026         * MAINTAINERS (Write After Approval): Add self.
9027
9028 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
9029
9030         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9031
9032 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
9033
9034         * config.sub: Import from master sources, rev 1.226.
9035         * config.guess: Import from master sources, rev 1.216.
9036
9037 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
9038
9039         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
9040         * MAINTAINERS: Add self as maintainer of MMIX port.
9041         Remove old after-approval entry.
9042
9043 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
9044
9045         * ChangeLog, configure: Fix spelling errors.
9046
9047 2001-10-20  Brendan Kehoe  <brendan@zen.org>
9048
9049         * MAINTAINERS: Tweak my address.
9050
9051 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
9052
9053         * MAINTAINERS: Update my email address.
9054
9055 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
9056
9057         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
9058         * MAINTAINERS: Add self as maintainer of CRIS port.
9059
9060 2001-10-10  Geert Bosch  <bosch@gnat.com>
9061
9062         * MAINTAINERS (Various maintainers: Ada front end):
9063         Added Robert Dewar.
9064
9065 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
9066
9067         * MAINTAINERS (Write After Approval): Added self
9068
9069 2001-10-02  Geert Bosch  <bosch@gnat.com>
9070
9071         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9072
9073 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9074
9075         * configure: Handle temporary files securely using mkdir.
9076
9077 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
9078
9079         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9080
9081 2001-09-26  Will Cohen  <wcohen@redhat.com>
9082
9083         * configure.in (*-*-linux*): Disable configuration of target-newlib
9084         and target-libgloss.
9085
9086 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
9087
9088         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
9089         RANLIB.
9090
9091 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
9092
9093         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9094         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9095         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9096         avoid quotes nesting problems.
9097         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9098         (DO_X): Export only variables that are set.
9099
9100 2001-09-19  Ben Elliston  <bje@redhat.com>
9101
9102         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9103         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9104         semantics.  Use the shell built-in "type" command instead.
9105
9106 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
9107
9108         Merged from gcc-3_0-branch:
9109         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
9110         * ltcf-c.sh: Use $objext, not $ac_objext.
9111         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
9112         * ltcf-cxx.sh: Add support for GNU.
9113         2001-07-22  Timothy Wall  <twall@redhat.com>
9114         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
9115         default settings if using GNU tools with that configuration.
9116         * ltcf-cxx.sh: Ditto.
9117         * ltcf-gcj.sh: Ditto.
9118         2001-07-21  Michael Chastain  <chastain@redhat.com>
9119         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9120         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
9121         * ltmain.sh: Mark as gcc-local.
9122
9123 2001-08-30  Eric Christopher  <echristo@redhat.com>
9124             Jason Eckhardt  <jle@redhat.com>
9125
9126         * config.guess: Merge from master sources.
9127         * config.sub: Merge from master sources, add support for mipsisa32.
9128
9129 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
9130         * config.sub: Merge from master sources, rev 1.219.
9131         * MAINTAINERS: Add self as contact for stormy16 port.
9132
9133 2001-08-14  Zack Weinberg  <zackw@panix.com>
9134
9135         * config.sub: Merge from master sources, rev 1.218.
9136         * config.guess: Merge from master sources, rev 1.209.
9137
9138 2001-08-11  Graham Stott  <grahams@redhat.com>
9139
9140         * Makefile.in (check-c++): Add missing semicolon.
9141
9142 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
9143
9144         * MAINTAINERS (Various maitainers: predict.def): Added myself.
9145
9146 2001-07-30  Eric Christopher  <echristo@redhat.com>
9147
9148         * MAINTAINERS (Various maintainers: mips port): Added myself.
9149
9150 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
9151
9152         * configure.in (sh-*-linux*): New.
9153
9154 2001-07-27  Richard Henderson  <rth@redhat.com>
9155
9156         * .cvsignore: Add LAST_UPDATED.
9157
9158 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
9159
9160         * MAINTAINERS (Various maintainers: s390 port): Added myself.
9161
9162 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
9163
9164         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
9165
9166 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
9167
9168         * MAINTAINERS (Write After Approval): Added myself.
9169
9170 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9171
9172         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9173         and libgcj on m68hc11/m68hc12.
9174
9175 2001-06-27  H.J. Lu  (hjl@gnu.org)
9176
9177         * Makefile (CFLAGS_FOR_BUILD): New.
9178         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
9179
9180 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9181
9182         * README: Remove version number.
9183
9184 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9185
9186         * INSTALL/README: Update wrt. to the installation instructions now
9187         residing in gcc/doc/install.texi.
9188
9189 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9190
9191         * README: Replace with a cut-down and updated version of gcc/README.
9192
9193 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
9194
9195         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
9196         multilibs to be disabled.
9197
9198 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
9199
9200         * MAINTAINERS (Write After Approval): Add myself.
9201
9202 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
9203
9204         * config.guess: Import CVS version 1.195.
9205         * config.sub: Import CVS version 1.212.
9206
9207 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
9208
9209         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9210         gcc/xgcc is built, use -print-prog-name to find out the program
9211         name to use.
9212
9213 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
9214
9215         * config.guess:  Import CVS version 1.194.  All gcc-local changes
9216         appear to also be in the master copy.
9217         * config.sub:  Import CVS version 1.211.
9218
9219 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
9220
9221         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9222         with_gcc]: Use `gcc -shared' to build a shared library.
9223
9224 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9225
9226         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9227         archives.
9228
9229 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9230
9231         * MAINTAINERS (Write After Approval): Add myself.
9232
9233 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
9234
9235         * configure.in (libstdcxx_flags): Do not try to execute
9236         libstdc++-v3/testsuite_flags until it exists.
9237
9238 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
9239
9240         * MAINTAINERS: Update my email address.
9241
9242 2001-05-31  Graham Stott  <grahams@redhat.com>
9243
9244         * MAINTAINERS (Write After Approval): Add myself.
9245
9246 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
9247
9248         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
9249         libraries when using g++ with native linker.
9250
9251 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
9252
9253         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9254
9255 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
9256
9257         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9258         [aix4*|aix5*]: Prepend blank.
9259
9260 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
9261
9262         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9263         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
9264         of subdir/configure scripts to use the new libtool.m4.
9265
9266 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
9267
9268         * MAINTAINERS (Write After Approval): Add myself.
9269
9270 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
9271
9272         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
9273
9274 2001-05-11  Ben Elliston  <bje@redhat.com>
9275
9276         * Makefile.in (all-sid): New target.
9277         (check-sid, clean-sid, install-sid): Likewise.
9278
9279 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
9280
9281         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
9282
9283 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9284
9285         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9286         libgcj.
9287
9288 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9289
9290         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9291         gcc/xgcc is built, use -print-prog-name to find out the program
9292         name to use.
9293
9294 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
9295
9296         * configure.in (noconfigdirs): Don't reset it from scratch in the
9297         target case; only append to it.
9298
9299         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9300         sparc-*-solaris2.8]: Disable ${libgcj}.
9301
9302 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
9303
9304         * configure.in (libgcj_saved): Copy from $libgcj.
9305         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9306         --disable-libgcj.
9307
9308 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
9309
9310         * MAINTAINERS: Remove self as MIPS maintainer and
9311         C front end maintainer.
9312
9313 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
9314
9315         * configure.in: Move *-chorusos target case to the proper switch.
9316         Disable libgcj.
9317
9318 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9319
9320         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9321         1.641.2.228.
9322
9323 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9324
9325         * Makefile.in (STAGE1_CFLAGS): Pass down.
9326
9327 2001-04-13  Alan Modra  <amodra@one.net.au>
9328
9329         * config.guess: Add hppa64-linux support.  Note for next import that
9330         this is already in the master file.
9331         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
9332
9333 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9334
9335         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9336         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9337
9338 2001-04-11  Stan Shebs  <shebs@apple.com>
9339
9340         * MAINTAINERS: Add self as Darwin port maintainer.
9341
9342 2001-04-11  Alan Modra  <amodra@one.net.au>
9343
9344         * MAINTAINERS: Update my email address.
9345
9346 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
9347
9348         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9349         recent versions of FreeBSD (release 3 or later).
9350         * ltconfig: On FreeBSD, -lc must not be provided when building
9351         a shared library or else the standard -pthread gcc option is
9352         rendered worthless to later users of the built library.
9353
9354 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
9355
9356         * MAINTAINERS: Add self and RTH as C front end maintainers.
9357
9358 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
9359
9360         * config.sub: Make sure to match an already-canonicalized
9361         machine name (eg. mn10300-unknown-elf).
9362
9363 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
9364
9365         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9366         New macros.
9367         (bootstrap, cross): Use RECURSE_FLAGS.
9368         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9369
9370 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
9371
9372         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9373
9374 2001-03-22  Colin Howell  <chowell@redhat.com>
9375
9376         * Makefile.in (DO_X): Do not backslash single-quotes in
9377         backquotes (two places).
9378
9379 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9380
9381         Re-installed:
9382         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9383         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9384         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9385         * ltcf-cxx.sh: Likewise.
9386         * ltcf-gcj.sh: Likewise.
9387
9388 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9389
9390         * MAINTAINERS: Add myself as "documentation co-maintainer".
9391
9392 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9393
9394         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9395         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9396
9397 2001-03-19  Tom Tromey  <tromey@redhat.com>
9398
9399         * config-ml.in: Handle GCJ and GCJFLAGS.
9400
9401 2001-03-21  Michael Chastain  <chastain@redhat.com>
9402
9403         * Makefile.in: all-m4 depends on all-texinfo.
9404
9405 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
9406
9407         * MAINTAINERS: Add myself to write after approval list.
9408
9409 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
9410
9411         * Makefile.in (DO_X): Quote nested quotes.
9412
9413 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
9414
9415         * MAINTAINERS: Add myself to write after approval list.
9416
9417 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
9418
9419         * Makefile.in (DO_X): Use double quotes for quoting
9420         "RANLIB=$${RANLIB}".
9421
9422 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
9423
9424         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
9425
9426 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
9427
9428         * configure.in: Only use `lang_requires' for languages athat are
9429         actually enabled.
9430
9431 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
9432
9433         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
9434
9435 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
9436
9437         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9438
9439 2001-03-07  Tom Tromey  <tromey@redhat.com>
9440
9441         * configure.in: Allow config-lang.in to set `lang_requires' to list
9442         of other required languages.
9443
9444 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
9445
9446         * Makefile.in: Remove RANLIB definition. Use RANLIB
9447         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
9448         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
9449
9450 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
9451             Alexandre Oliva  <aoliva@redhat.com>
9452
9453         * Makefile.in (check-c++): Use tabs, not spaces.
9454
9455 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
9456
9457         * MAINTAINERS: add myself to Write After Approval list.
9458
9459 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
9460
9461         * Makefile.in (check-c++): New rule.
9462
9463         * configure.in (target_libs): Remove libg++.
9464         (noconfigdirs): Remove libg++.
9465         (noconfigdirs): Same.
9466         (noconfigdirs): Same.
9467         (noconfigdirs): Same.
9468
9469         * config-ml.in: Remove libg++ references.
9470
9471         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
9472         (ALL_TARGET_MODULES): Same.
9473         (configure-target-libg++): Remove.
9474         (all-target-libg++): Remove.
9475         (configure-target-libio): Remove.
9476         (all-target-libio): Remove.
9477         (check-target-libio): Remove.
9478         (.PHONY): Remove.
9479         (libg++.tar.bz2): Remove.
9480         (all-target-cygmon): Remove libio.
9481         (all-target-libstdc++): Remove.
9482         (configure-target-libstdc++): Remove.
9483         (TARGET_LIB_PATH): Remove libstdc++.
9484         (ALL_GCC_CXX): Remove libstdc++.
9485         (all-target-gperf): Correct.
9486
9487 2001-02-16  Nick Clifton  <nickc@redhat.com>
9488
9489         * configure.in (noconfigdirs): Allow configuration of texinfo
9490         for Cygwin hosts.
9491
9492 2001-02-15  Anthony Green  <green@redhat.com>
9493
9494         * configure: Introduce GCJ_FOR_TARGET.
9495         * configure.in: Ditto.
9496         * Makefile.in: Ditto.
9497
9498 2001-02-13  Andreas Schwab  <schwab@suse.de>
9499
9500         * MAINTAINERS: Update mail address.
9501
9502 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9503
9504         * config.guess: Add linux target for S/390.
9505         * config.sub: Likewise.
9506
9507 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
9508
9509         * configure.in: for *-chorusos, don't config target-newlib and
9510         target-libgloss.
9511
9512 2001-02-06  Ben Elliston  <bje@redhat.com>
9513
9514         * configure: Output host type to stdout, not stderr.
9515
9516 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
9517
9518         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
9519         * ltcf-cxx.sh: Likewise.
9520
9521         * config.if: Assume enable_libstdcxx_v3 is defined.
9522
9523 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
9524
9525         Remove V2 C++ library.
9526         * configure.in: Remove --enable-libstdcxx_v3 support.
9527
9528 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
9529
9530         * include/demangle.h: Add prototype for java_demangle_v3.
9531
9532 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
9533
9534         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
9535
9536 2001-01-27  Richard Henderson  <rth@redhat.com>
9537
9538         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
9539
9540 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9541
9542         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9543         Don't unset, it's non-portable and no longer necessary, set to empty
9544         instead.
9545
9546 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9547
9548         * ltconfig: Shell portability fix for the tagname validity check.
9549
9550 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
9551
9552         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9553         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9554
9555 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9556
9557         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9558
9559 2001-01-26  Tom Tromey  <tromey@redhat.com>
9560
9561         * configure.in: Allow libgcj to be built on Sparc Solaris.
9562
9563 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
9564
9565         * ltcf-c.sh: Add aix5 case.
9566         * ltcf-cxx.sh: Likewise.
9567         * ltconfig: Likewise.
9568
9569 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
9570
9571         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9572         keep at least one of build_libtool_libs or build_old_libs set to
9573         yes.
9574
9575         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9576         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9577
9578 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
9579
9580         * configure.in: Enable libgcj on several additional platforms.
9581
9582 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
9583
9584         * configure.in: Enable libgcj for linux targets.
9585
9586 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9587
9588         * MAINTAINERS (Write After Approval): Add myself.
9589
9590 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9591
9592         * MAINTAINERS: Add myself as vax port maintainer.
9593
9594 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
9595
9596         * MAINTAINERS: Add myself as Mercury front-end maintainer.
9597
9598 2001-01-09  Mike Stump  <mrs@wrs.com>
9599
9600         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
9601         failures of subdirectories.
9602
9603 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9604
9605         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9606         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9607         * ltcf-cxx.sh: Likewise.
9608         * ltcf-gcj.sh: Likewise.
9609         * ltconfig.sh: Fix typo.
9610
9611 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9612
9613         * configure: handle DOS-style absolute paths.
9614
9615 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9616
9617         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
9618
9619 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
9620
9621         * MAINTAINERS: Add myself as avr port co-maintainer.
9622
9623 2000-12-28  Ben Elliston  <bje@redhat.com>
9624
9625         * MAINTAINERS: Add myself under ``Write After Approval''.
9626
9627 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
9628
9629         * texinfo: Remove directory from GCC.
9630
9631 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9632
9633         * COPYING: Update to current
9634         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
9635         to 19yy as example year in copyright notice).
9636
9637 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
9638
9639         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
9640         (libstdcxx_incdir): Pass down.
9641         * config.if: Remove expired bits for cxx_interface, add stub.
9642         (libstdcxx_incdir): Add variable for g++ include directory.
9643         * configure.in (gxx_include_dir): Use it.
9644
9645 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
9646
9647         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
9648         with old-email address from ``Write After Approval''.
9649
9650 2000-12-15  Andreas Jaeger  <aj@suse.de>
9651
9652         * configure.in: Handle lang_dirs.
9653
9654 2000-12-14  Tom Tromey  <tromey@redhat.com>
9655
9656         * MAINTAINERS: Removed brads.
9657
9658         * MAINTAINERS: Added gcj developers.
9659
9660 2000-12-13  Anthony Green  <green@redhat.com>
9661
9662         * configure.in: Disable libgcj for any target not specifically
9663         listed.  Disable libgcj for x86 and Alpha Linux until compatible
9664         with g++ abi.
9665
9666 2000-12-13  Mike Stump  <mrs@wrs.com>
9667
9668         * Makefile.in (local-distclean): Also remove fastjar.
9669
9670 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
9671
9672         * contrib/gcc_update: Add fastjar --touch entries.
9673
9674 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
9675
9676         * configure.in: Disable language-specific target libraries for
9677         languages that aren't enabled.
9678
9679 2000-12-10  Anthony Green  <green@redhat.com>
9680
9681         * configure.in: Define libgcj.  Disable libgcj target libraries for
9682         most targets.
9683
9684 2000-12-10  Neil Booth  <neilb@earthling.net>
9685
9686         * MAINTAINERS: Update mail address, remove from WAA list.
9687
9688 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9689
9690         * libjava: Imported from /cvs/java.
9691         * libffi: Likewise.
9692         * Boehm-gc: Likewise.
9693
9694 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9695
9696         * configure.in (target_libs): Revert 2000-12-08 patch.
9697         (noconfigdirs): Added target-libjava.
9698
9699 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
9700
9701         * djunpack.bat: removed.
9702
9703 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
9704
9705         * Makefile.in: handle DOS-style absolute paths.
9706         * config-ml.in: likewise.
9707         * symlink-tree: likewise.
9708
9709 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9710
9711         * fastjar: Imported.
9712
9713 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9714
9715         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
9716         libjava.
9717         * configure.in (target_libs): Removed `target-libjava'.
9718
9719 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9720
9721         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
9722         (ALL_MODULES): Added fastjar.
9723         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
9724         (all-target-libjava): all-fastjar replaces all-zip.
9725         (all-fastjar): Added.
9726         (configure-target-fastjar, all-target-fastjar): Likewise.
9727         * configure.in (host_tools): Added fastjar.
9728
9729 2000-12-07  Mike Stump  <mrs@wrs.com>
9730
9731         * Makefile.in (local-distclean): Remove leftover built files.
9732
9733 2000-11-24  Nick Clifton  <nickc@redhat.com>
9734
9735         * configure.in (xscale-elf): Add target.
9736         (xscale-coff): Add target.
9737
9738 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
9739
9740         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9741         recent versions of FreeBSD (release 3 or later).
9742         * ltconfig: On FreeBSD, -lc must not be provided when building
9743         a shared library or else the standard -pthread gcc option is
9744         rendered worthless to later users of the built library.
9745
9746 2000-11-16  Fred Fish  <fnf@be.com>
9747
9748         * configure.in (enable_libstdcxx_v3): Fix typo,
9749         libstd++ -> libstdc++.
9750
9751 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9752
9753         * MAINTAINERS: Add self to Write After Approval list.
9754
9755 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
9756
9757         * MAINTAINERS: Update my email address.  Add myself to global write
9758         privs list.
9759
9760 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
9761
9762         * Makefile.in: Merge with src and libgcj.
9763         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
9764         configure-target-<library> when their configure scripts need the C
9765         or C++ library to have already been built to work properly.
9766         (do_proto_toplev): Set them to an empty string.
9767
9768         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9769         (REALLY_SET_LIB_PATH): Use them.
9770
9771 2000-11-17  Stan Shebs  <shebs@apple.com>
9772
9773         * MAINTAINERS: Add self to Write After Approval list.
9774
9775 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9776
9777         * configure: Provide the original toplevel configure arguments
9778         (including $0) to subprocesses in the environment rather than
9779         through gcc/configargs.h.
9780
9781 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9782
9783         * MAINTAINERS: Remove references to cccp. Change C9X reference to
9784         C99.  Alphabetise "Write After Approval" list.
9785
9786 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
9787
9788         * configure: Turn on libstdc++ V3 by default.
9789
9790         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
9791         if we've got GCC.
9792
9793 2000-11-11  Philip Blundell  <philb@gnu.org>
9794
9795         * MAINTAINERS: Add self to Write After Approval list.
9796
9797 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
9798
9799         * ltcf-c.sh (aix4): Improve shared library configuration; require
9800         exporting symbols.
9801         * ltcf-cxx.sh (aix4): Define.
9802         * ltconfig (aix4): Define library and soname specs appropriate for
9803         AIX.  Define command to create export symbols list.
9804
9805 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
9806
9807         * config.sub: Add support for Sun Chorus
9808
9809 2000-10-31  Nick Clifton  <nickc@redhat.com>
9810
9811         * MAINTAINERS: Rename <name>@cygnus.com addresses to
9812         <name>@redhat.com.  Also installed new email address for Clint
9813         Popetz.
9814
9815 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
9816
9817         * etc: Remove directory from GCC.
9818
9819 2000-10-16  Michael Meissner  <meissner@redhat.com>
9820
9821         * configure (gcc/configargs.h): Only create if there is a build GCC
9822         directory created.
9823
9824 2000-10-16  Matthias Klose  <doko@debian.org>
9825
9826         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
9827         when configured for libstdc++-v3.
9828
9829 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
9830
9831         * configure: Save configure arguments to gcc/configargs.h.
9832
9833 2000-10-04  Philipp Thomas  <pthomas@suse.de>
9834
9835         * config.guess: Import CVS version 1.157.
9836         * config.sub: Import CVS version 1.181.
9837
9838 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
9839
9840         * Makefile.in (bootstrap): avoid recursion if subdir missing
9841         (cross): ditto
9842         (do-proto-toplev): ditto
9843
9844 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
9845
9846         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
9847         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
9848
9849         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
9850         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
9851         all affected `configure' scripts.
9852
9853 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
9854
9855         * MAINTAINERS: Add self as cpplib co-maintainer.
9856
9857 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
9858
9859         * MAINTAINERS: Add self to Write After Approval list.
9860
9861 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9862
9863         * INSTALL/README: egcs -> GCC update.
9864
9865 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
9866
9867         * MAINTAINERS: Add myself to Write After Approval list.
9868
9869 2000-09-15  Kazu Hirata  <kazu@hxi.com>
9870
9871         * MAINTAINERS: Add myself to Write After Approval list.
9872
9873 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
9874
9875         * configure.in: Do not build byacc for hppa64.  Provide paths to the
9876         X11 libraries for hppa64.
9877
9878 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9879
9880         * MAINTAINERS: Add myself as 68hc11 port maintainer.
9881
9882 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
9883
9884         * Makefile.in (all-zlib): Added dummy target.
9885
9886         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9887         ltcf-gcj.sh: Updated from libtool multi-language branch.
9888
9889 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
9890
9891         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9892         (bootstrap*): Depend on all-bootstrap.
9893
9894 2000-09-05  Philipp Thomas  <pthomas@suse.de>
9895
9896         * config.guess: Import CVS version 1.156.
9897         * config.sub: Import CVS version 1.179.
9898
9899 2000-09-02  Anthony Green  <green@cygnus.com>
9900
9901         * Makefile.in (all-gcc): Depend on all-zlib.
9902         (CLEAN_MODULES): Add clean-zlib.
9903         (ALL_MODULES): Add all-zlib.
9904         * configure.in (host_libs): Add zlib.
9905
9906 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
9907
9908         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9909         crosses, but add gcc/include to the header search path for them.
9910
9911 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
9912
9913         * MAINTAINERS: Add self to Write After Approval list.
9914
9915 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9916
9917         * config.guess: Import CVS version 1.152.
9918         * config.sub: Import CVS version 1.177.
9919
9920 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
9921
9922         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
9923         $targargs to tell whether newlib is going to be built.
9924
9925         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
9926         $$r/TARGET_SUBDIR/libio for _G_config.h.
9927
9928 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
9929
9930         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
9931
9932 2000-08-22  DJ Delorie  <dj@redhat.com>
9933
9934         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
9935
9936 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
9937
9938         * config-ml.in (CC, CXX): Avoid trailing whitespace.
9939         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9940         sub-configures.
9941
9942 2000-08-21  DJ Delorie  <dj@redhat.com>
9943
9944         * MAINTAINERS: Add self as a libiberty maintainer
9945
9946 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
9947
9948         * configure.in (libstdcxx_flags): Use
9949         libstdc++-v3/src/libstdc++.INC.
9950
9951 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
9952
9953         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9954
9955 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
9956
9957         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
9958
9959         * configure: Make enable_threads and enable_shared defaults
9960         explicit.  Substitute enable_threads into generated Makefiles.
9961         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
9962         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
9963
9964 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
9965
9966         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
9967
9968 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
9969
9970         * config-ml.in (CC): Remove bogus duplicate quotation mark from
9971         previous delta.
9972
9973 2000-08-11  Jason Merrill  <jason@redhat.com>
9974
9975         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9976         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9977         (FLAGS_FOR_TARGET): Not here.
9978         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9979
9980 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
9981
9982         * config-ml.in (CC, CXX): Don't introduce a leading space.
9983
9984 2000-08-07  DJ Delorie  <dj@delorie.com>
9985
9986         * MAINTAINERS: Add self as a DJGPP maintainer
9987
9988 2000-08-07  DJ Delorie  <dj@redhat.com>
9989
9990         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9991         "if we're also building gcc, and it's a gcc that will run on the
9992         build machine, we want to use its includes instead of the system's
9993         default includes".
9994
9995 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9996
9997         * MAINTAINERS: Add self to Write After Approval list.
9998
9999 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
10000
10001         * configure.in (libstdcxx_flags): Don't use `"'.
10002
10003         * config-ml.in: Adjust multilib search paths to the
10004         appropriate multilib tree.
10005
10006 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
10007
10008         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
10009         commas in $LANGUAGES.
10010
10011 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
10012
10013         * configure.in: Re-enable all references to libg++ and librx.
10014
10015 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
10016
10017         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
10018         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
10019         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
10020         * ltcf-cxx.sh (need_lc): Set based on postdeps.
10021
10022         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
10023
10024 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
10025
10026         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
10027         CXX_FOR_TARGET for sed.
10028
10029 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
10030
10031         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
10032         Do not override if already set in the environment or in configure.
10033         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
10034         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
10035
10036 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
10037
10038         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
10039         the libtool CVS tree multi-language branch.
10040         * ltconfig, ltmain.sh: Updated.
10041
10042 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
10043
10044         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
10045         (clean-target): Depend on it.
10046
10047         * Makefile.in (FLAGS_FOR_TARGET): New macro.
10048         (GCC_FOR_TARGET): Use it.
10049         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
10050         * configure.in: ... here.
10051         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
10052         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
10053
10054 2000-07-24  Eric Christopher  <echristo@cygnus.com>
10055
10056         * MAINTAINERS: Add self to Write After Approval list.
10057
10058 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
10059
10060         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
10061         (configure-target-libchill, configure-target-libobjc): Likewise.
10062
10063         * configure.in: Use the same cache file for all target libs.
10064         * config-ml.in: But different cache files per multilib variant.
10065
10066 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10067
10068         * configure (topsrcdir): Don't use dirname.
10069
10070 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
10071
10072         * MAINTAINERS: Add self to Write After Approval list.
10073
10074 2000-07-20  Jason Merrill  <jason@redhat.com>
10075
10076         * configure.in: Remove all references to libg++ and librx.
10077
10078         * configure, configure.in, Makefile.in: Unify gcc and binutils.
10079
10080 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
10081
10082         * config.sub: Update to subversions version 2000-07-06.
10083
10084 2000-07-12  Andrew Haley  <aph@cygnus.com>
10085
10086         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
10087         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
10088
10089 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
10090
10091         * symlink-tree:  Check number of arguments.
10092
10093 2000-07-05  Jim Wilson  <wilson@cygnus.com>
10094
10095         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
10096         search path for a g++ extracted from the build tree.  This
10097         will allow link tests run by configure scripts in
10098         subdirectories to succeed.
10099
10100 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
10101
10102         * ltconfig: Add support for mips-dde-sysv4.2MP
10103
10104 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10105
10106         * MAINTAINERS: Add myself as loop discovery maintainer.
10107
10108 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
10109
10110         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
10111         `os2'. Force ac_cv_exeext to be ".exe" in that case.
10112
10113 2000-06-19  Timothy Wall  <twall@cygnus.com>
10114
10115         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
10116         * config.sub: Add tic54x target.
10117
10118 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10119
10120         * MAINTAINERS: Add self as Fortran maintainer,
10121         remove Craig Burley.
10122
10123 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10124
10125         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
10126         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
10127
10128 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
10129
10130         * MAINTAINERS: Add self as i18n maintainer
10131
10132 20000-05-21  H.J. Lu  (hjl@gnu.org)
10133
10134         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
10135         directory are used if they exist. Make sure
10136         $(build_tooldir)/include is searched for header files,
10137         $(build_tooldir)/lib/ for library files.
10138         (GCC_FOR_TARGET): Likewise.
10139         (CXX_FOR_TARGET): Likewise.
10140
10141 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
10142
10143         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
10144
10145 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
10146
10147         * Makefile.in (configure-target-libiberty): Depend on
10148         configure-target-newlib.
10149
10150 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
10151
10152         * configure.in, Makefile.in: Merge all libffi-related
10153         configury stuff from the libgcj tree.
10154
10155 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10156
10157         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10158         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
10159
10160 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10161
10162         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10163         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
10164         current version information.  Add to proto-toplev directory.
10165         (gdb-taz): Build do-djunpack.
10166
10167 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
10168
10169         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
10170
10171 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10172
10173         * MAINTAINERS: Add self to Write After Approval list.
10174
10175 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10176
10177         * ltmain.sh: Preserve in relink_command any environment
10178         variables that may affect the linker behavior.
10179
10180 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
10181
10182         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
10183
10184 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
10185
10186         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
10187
10188 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
10189
10190         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
10191         with the version name.
10192
10193 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
10194
10195         * MAINTAINERS: Add self as bb-reorder maintainer.
10196
10197 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
10198
10199         * config.if: Tweak.
10200
10201 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
10202
10203         * djunpack.bat: New file.
10204
10205 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10206
10207         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
10208         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
10209         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
10210         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
10211
10212 2000-04-16  Dave Pitts  <dpitts@cozx.com>
10213
10214         * config.sub (case $basic_machine): Change default for "ibm-*"
10215         to "openedition".
10216
10217 2000-04-13  Andreas Jaeger  <aj@suse.de>
10218
10219         * MAINTAINERS: Added myself.
10220
10221 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10222
10223         * Makefile.in (gdb-taz): New target.  GDB specific archive.
10224         (do-md5sum): New target.
10225         (MD5PROG): Define.
10226         (PACKAGE): Default to TOOL.
10227         (VER): Default to a shell script.
10228         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
10229         md5 checksum generation.
10230         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
10231         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
10232         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
10233         insight.tar.bz2): Use gdb-taz to create archive.
10234
10235 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10236
10237         * configure (warn_cflags): Delete.
10238
10239 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
10240
10241         * MAINTAINERS: Added myself.
10242
10243 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
10244             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
10245
10246         * configure.in (enable_libstdcxx_v3): Add.
10247         (target_libs): Add bits here to switch between libstdc++-v2 and
10248         libstdc++-v3.
10249         * config.if: And this file too.
10250         * Makefile.in: Add libstdc++-v3 targets.
10251
10252 2000-04-05  Michael Meissner  <meissner@redhat.com>
10253
10254         * config.sub (d30v): Add d30v as a basic machine type.
10255
10256 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
10257
10258         * configure.in: -linux-gnu*, not -linux-gnu.
10259
10260 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10261
10262         * MAINTAINERS: Add self in write-after-approval section.
10263
10264 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
10265
10266         * MAINTAINERS: Add self as ia64 port maintainer.
10267
10268 2000-03-08  Neil Booth  <NeilB@earthling.net>
10269
10270         * MAINTAINERS: Add self in write-after-approval section.
10271
10272 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10273
10274         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
10275         (do-tar-bz2): Replace TOOL with PACKAGE.
10276         (gdb.tar.bz2): Remove GDBTK from GDB package.
10277         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
10278         dejagnu.tar.bz2): New packages.
10279
10280 2000-02-27  Andreas Jaeger  <aj@suse.de>
10281
10282         * configure.in: Add entry for mips*-*-linux*, move catch all
10283         *-*-*linux* entry below this one.
10284
10285 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
10286
10287         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
10288
10289 2000-02-24  Nick Clifton  <nickc@cygnus.com>
10290
10291         * config.sub: Support an OS of "wince".
10292
10293 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10294
10295         * config.guess, config.sub: Updated to match config's 2000-02-15
10296         version.
10297
10298 2000-02-23  Linas Vepstas  <linas@linas.org>
10299
10300         * config.sub: Add support for Linux/IBM 370.
10301         * configure.in: Likewise.
10302
10303 2000-02-22  Nick Clifton  <nickc@cygnus.com>
10304
10305         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
10306
10307 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
10308
10309         * config.guess: Guess "cygwin" rather than "cygwin32".
10310
10311 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10312
10313         * configure (gcc_version): When setting, narrow search to
10314         lines containing `version_string'.
10315
10316 2000-02-15  Denis Chertykov  <denisc@overta.ru>
10317
10318         * config.sub: Add support for avr target.
10319
10320 2000-02-14  Nick Clifton  <nickc@cygnus.com>
10321
10322         * MAINTAINERS: Add maintainers for MCore port.
10323
10324 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
10325
10326         * config.sub: Add mmix-knuth-mmixware.
10327
10328 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10329
10330         * MAINTAINERS: Pair cccp with cpplib maintainership.
10331
10332 2000-01-27  Christopher Faylor  <cgf@redhat.com>
10333
10334         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
10335         structure stuff to -L library search.
10336         (CXX_FOR_TARGET): Ditto.
10337         (CROSS_CHECK_MODULES): Fix spelling mistake.
10338
10339 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
10340
10341         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
10342         the C++ compiler.
10343
10344 2000-01-12  Richard Henderson  <rth@cygnus.com>
10345
10346         * configure.in: Don't build some bits for beos.
10347
10348 2000-01-12  Joel Sherrill (joel@OARcorp.com)
10349
10350         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
10351         as include files.
10352
10353 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
10354
10355         * Add self as cpplib maintainer, as requested by Jason
10356         Merrill.  Correct my e-mail address.
10357
10358 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
10359
10360         * configure.in: Use mt-aix43 to handle *_TARGET defs,
10361         not mh-aix43.
10362
10363 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
10364
10365         * MAINTAINERS: Add myself to "write after approval" list.
10366
10367 1999-12-14  Richard Henderson  <rth@cygnus.com>
10368
10369         * config.guess (alpha-osf, alpha-linux): Detect ev67.
10370         * config.sub: Accept alphaev[78], alphaev8.
10371
10372 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10373
10374         * config.guess, config.sub: Update from autoconf.
10375
10376 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
10377
10378         * MAINTAINERS:  update my playtime e-address.
10379
10380 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10381
10382         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
10383         necessary libraries are missing.
10384
10385 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
10386
10387         * MAINTAINERS: Add new 'write after approval' maintainer.
10388
10389 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10390
10391         * MAINTAINERS: Add new Java maintainer.
10392
10393 1999-10-25  Andreas Schwab  <schwab@suse.de>
10394
10395         * configure: Fix quoting inside arguments of eval.
10396
10397 1999-10-21  Nick Clifton  <nickc@cygnus.com>
10398
10399         * config-ml.in: Allow suppression of some ARM multilibs.
10400
10401 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
10402
10403         * config.guess: Add OS/390 match pattern.
10404         * config.sub: Add mvs, openedition targets.
10405         * configure.in (i370-ibm-opened*): New.
10406
10407 1999-09-04  Steve Chamberlain  <sac@pobox.com>
10408
10409         * config.sub: Add support for configuring for pj.
10410
10411 1999-08-31  Nick Clifton  <nickc@cygnus.com>
10412
10413         * config.sub (maybe_os): Add support for configuring for fr30.
10414
10415 1999-08-25  Nick Clifton  <nickc@cygnus.com>
10416
10417         * configure.in: Do not configure or build ld for AIX
10418         platforms.  ld is known to be broken on these platforms.
10419
10420 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10421
10422         * config-ml.in: Pass compiler flag corresponding to multidirs to
10423         subdir configures.
10424
10425 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
10426
10427         * Makefile.in (LDFLAGS): Define.
10428
10429 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
10430
10431         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
10432         noconfigdirs.
10433         (*-*-cygwin*): Likewise.
10434
10435 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
10436
10437         * mkdep: New file.
10438         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
10439         (BINUTILS_SUPPORT_DIRS): Add mkdep.
10440
10441         From Eli Zaretskii <eliz@is.elta.co.il>:
10442         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
10443         long file name when using DJGPP on MS-DOS.
10444
10445 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
10446
10447         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
10448
10449 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
10450
10451         * Makefile.in (check-target-libio): Remove all-target-libstdc++
10452         dependency as this causes "make check" to globally "make all"
10453
10454 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
10455
10456         * configure.in (target_libs): Added target-zlib.
10457         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
10458         (CONFIGURE_TARGET_MODULES): Likewise.
10459         (CHECK_TARGET_MODULES): Likewise.
10460         (INSTALL_TARGET_MODULES): Likewise.
10461         (CLEAN_TARGET_MODULES): Likewise.
10462         (configure-target-zlib): New target.
10463         (all-target-zlib): Likewise.
10464         (all-target-libjava): Depend on all-target-zlib.
10465         (configure-target-libjava): Depend on configure-target-zlib.
10466
10467         * Makefile.in (configure-target-libjava): Depend on
10468         configure-target-newlib.
10469         (configure-target-boehm-gc): New target.
10470         (configure-target-qthreads): New target.
10471
10472         * configure.in (target_libs): Added target-qthreads.
10473         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
10474         (CONFIGURE_TARGET_MODULES): Likewise.
10475         (CHECK_TARGET_MODULES): Likewise.
10476         (INSTALL_TARGET_MODULES): Likewise.
10477         (CLEAN_TARGET_MODULES): Likewise.
10478         (all-target-qthreads): New target.
10479         (configure-target-libjava): Depend on configure-target-qthreads.
10480         (all-target-libjava): Depend on all-target-qthreads.
10481
10482         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
10483         (CONFIGURE_TARGET_MODULES): Likewise.
10484         (CHECK_TARGET_MODULES): Likewise.
10485         (INSTALL_TARGET_MODULES): Likewise.
10486         (CLEAN_TARGET_MODULES): Likewise.
10487         (all-target-libjava): New target.
10488         (all-target-boehm-gc): Likewise.
10489         * configure.in (target_libs): Added libjava, boehm-gc.
10490
10491 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
10492
10493         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10494         configure.bat in SUPPORT_FILES.
10495         (gas+binutils.tar.bz2): Likewise.
10496
10497         * makeall.bat: Remove; obsolete.
10498
10499 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
10500
10501         From Mark Elbrecht:
10502         * configure.bat: Remove; obsolete.
10503
10504 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
10505
10506         * configure: Add -W -Wall to the default CFLAGS when compiling with
10507         gcc.
10508
10509 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
10510
10511         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10512
10513 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
10514
10515         * configure.in: Build ld on IRIX6.
10516
10517 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
10518
10519         * Makefile.in: Change distribution targets to use bzip2 instead of
10520         gzip.
10521         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
10522         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
10523
10524 1999-06-04  Nick Clifton  <nickc@cygnus.com>
10525
10526         * config.sub: Add mcore target.
10527
10528 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
10529
10530         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10531
10532 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
10533
10534         * config.guess (dummy): Changed to $dummy.
10535
10536 1999-05-24  Nick Clifton  <nickc@cygnus.com>
10537
10538         * config.sub: Tidied up case statements.
10539
10540 1999-05-22  Ben Elliston  <bje@cygnus.com>
10541
10542         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10543         <jiro@din.or.jp>.
10544
10545         * config.guess: Merge with FSF version. Future changes will be
10546         more accurately recorded in this ChangeLog.
10547         * config.sub: Likewise.
10548
10549 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
10550
10551          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
10552
10553 1999-04-30  Tom Tromey  <tromey@cygnus.com>
10554
10555         * ltmain.sh: [mode link] Always use CC given by ltconfig.
10556
10557 1999-04-23  Tom Tromey  <tromey@cygnus.com>
10558
10559         * ltconfig, ltmain.sh: Update to libtool 1.2f.
10560
10561 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
10562
10563         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
10564         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
10565         Bad merge removed these two changes.
10566
10567 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
10568                           Martin Heller (Ing.-Buero_Heller@t-online.de)
10569
10570         * config.guess (interix Alpha): Add.
10571
10572 1999-04-11  Richard Henderson  <rth@cygnus.com>
10573
10574         * configure.in (i?86-*-beos*): Do config gperf; don't config
10575         gdb, newlib, or libgloss.
10576
10577 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
10578
10579         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
10580         link a trivial program with -mabi=64.  If it fails, remove mabi=64
10581         from multidirs.
10582
10583 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
10584
10585         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
10586
10587 1999-04-08  Nick Clifton  <nickc@cygnus.com>
10588
10589         * config.sub: Add support for mcore targets.
10590
10591 1999-04-07  Michael Meissner  <meissner@cygnus.com>
10592
10593         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
10594         not mt-ospace, in order to shut up assembler warning about using
10595         symbols that are named the same as registers.
10596
10597 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
10598
10599         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10600         dependency list for all-target-cygmon.
10601
10602 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
10603
10604         * config-ml.in: Check $host, not $target, for selective multilibs.
10605         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10606         thumb interworking, and underscore prefix multilibs.
10607
10608 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
10609
10610         * missing: Update to version from current automake.
10611
10612 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
10613
10614         * configure (gxx_include_dir): Removed.
10615
10616         * configure.in (gxx_include_dir): Handle it.
10617         * Makefile.in: Likewise.
10618
10619 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
10620
10621         * config.sub (mips64vr4111,mips64vr4111el) Add.
10622
10623 1999-03-21  Ben Elliston  <bje@cygnus.com>
10624
10625         * config.guess: Correct typo for detecting ELF on FreeBSD.
10626
10627 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
10628
10629         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10630         config/mh-djgpp.
10631
10632 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
10633
10634         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10635         all-target-newlib to dependency list for all-target-bsp.
10636
10637 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10638
10639         * config.sub: Add i386-uwin support.
10640         * config.guess: Likewise.
10641
10642 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10643
10644         * configure.in: cleanup, add mh-*pic handling for arm, special
10645         case powerpc*-*-aix*
10646
10647 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10648
10649         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10650         can be built.
10651
10652 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
10653
10654         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10655         targets.
10656
10657 1999-03-02  Nick Clifton  <nickc@cygnus.com>
10658
10659         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10660
10661 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
10662
10663         * config.sub: Check for "cygwin*" rather than "cygwin32*"
10664
10665 1999-02-24  Nick Clifton  <nickc@cygnus.com>
10666
10667         * config.sub: Fix typo in arm recognition.
10668
10669 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
10670
10671         * configure.in (noconfigdirs): Changed target_configdirs to
10672         include target-bsp only for m68k-*-elf* and m68k-*-coff*
10673         rather than m68k-*-* since it is not known to work on
10674         m68k-aout. Ditto for arm-*-*oabi.
10675
10676 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
10677
10678         * configure.in (*-*-windows*): Remove, no longer used.
10679
10680 1999-02-19  Ben Elliston <bje@cygnus.com>
10681
10682         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10683         Smart and improved by Andrew Cagney.
10684
10685 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
10686
10687         * config.guess: Recognize openbsd-*-hppa.
10688
10689 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
10690
10691         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10692         only if it is not empty.
10693
10694 1999-02-17  Nick Clifton  <nickc@cygnus.com>
10695
10696         Patch from: Scott Bambrough <scottb@corelcomputer.com>
10697
10698         * config.guess: Modified to recognize uname's armv* syntax.
10699
10700         * config.sub: Modified to recognize uname's armv* syntax.
10701
10702 1999-02-17  Mark Salter  <msalter@cygnus.com>
10703
10704         * configure.in: Added target-bsp for sparclite.
10705
10706 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
10707
10708         * config.sub: Recognize alphapca5[67] and up to alphaev8.
10709
10710 1999-02-08  Nick Clifton  <nickc@cygnus.com>
10711
10712         * configure.in: Add support for strongarm port.
10713         * config.sub: Add support for strongarm target.
10714
10715 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10716
10717         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10718         the old name config/mh-cygwin32.
10719         Enable texinfo.
10720
10721 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
10722
10723         * configure.in: Do build ld for ix86 Solaris.
10724
10725 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
10726
10727         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
10728         $AR_FOR_TARGET.  Likewise for RANLIB.
10729
10730 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
10731
10732         * config.sub (oabi):  Recognize.
10733         * configure.in (arm-*-oabi):  Handle.
10734
10735 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
10736
10737         * config.guess: Improve detection of i686 on UnixWare 7.
10738
10739 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10740
10741         * config.guess: Add support for i386-pc-interix.
10742         * config.sub: Likewise.
10743         * configure.in: Likewise.
10744
10745 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
10746
10747         * Makefile.in: Remove unneeded all-target-libio from
10748         from all-target-winsup target since it is now unneeded.
10749         Add all-target-libtermcap in its place since it is now
10750         needed.
10751
10752 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
10753
10754         * configure.in: makefile stub for cygwin target is probably
10755         unnecessary.  Remove it for now.
10756
10757 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
10758
10759         * configure.in: libtermcap.a should be built when cygwin is the
10760         target as well as the host.
10761         * config.guess: Allow mixed case in cygwin uname output.
10762         * Makefile.in: Add libtermcap target.
10763
10764 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
10765
10766         * config.sub: Clean up handling of hppa2.0.
10767
10768 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
10769
10770         * config.guess: Use C code to identify more HP machines.
10771
10772 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
10773
10774         * config.sub: Handle hppa2.0.
10775
10776 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
10777
10778         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10779         cygmon for all sparclite targets, regardless of object format.
10780
10781 1998-12-15  Mark Salter  <msalter@cygnus.com>
10782
10783         * configure.in: Added target-bsp for several target architectures.
10784
10785         * Makefile.in: Added rules for bsp.
10786
10787 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
10788
10789         * config.guess: Improve detection of hppa2.0 processors.
10790
10791 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
10792
10793         * config.guess: Recognize FreeBSD using ELF automatically.
10794
10795 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
10796
10797         * configure (skip-this-dir): Add handling for new shell script, which
10798         might be created by a sub-directory's configure to indicate, this particular
10799         directory is "unwanted".
10800         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10801
10802 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
10803
10804         * ltconfig: import from libtool, after changing libtool to
10805         account for the cygwin name change.
10806
10807 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
10808
10809         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10810         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10811
10812 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
10813
10814         * configure.in: Add libtermcap to list of cygwin dependencies.
10815
10816 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
10817
10818         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10819         they include winsup/include when it's a cygwin target.
10820
10821 1998-11-12  Tom Tromey  <tromey@cygnus.com>
10822
10823         * configure.in (host_tools): Added zip.
10824         * Makefile.in (all-target-libjava): Depend on all-zip.
10825         (all-zip): New target.
10826         (ALL_MODULES): Added all-zip.
10827         (NATIVE_CHECK_MODULES): Added check-zip.
10828         (INSTALL_MODULES): Added install-zip.
10829         (CLEAN_MODULES): Added clean-zip.
10830
10831 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
10832
10833         * Makefile.in: lose "32" from comment about cygwin.
10834
10835 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
10836
10837         * configure.in: Use -Os to build target libraries for the fr30.
10838
10839 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
10840
10841         * config.sub: Add fr30.
10842
10843 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
10844
10845         * configure.in: drop "32" from config/mh-cygwin32.  Check
10846         cygwin* instead of cygwin32*.
10847         * config.sub: Check cygwin* instead of cygwin32*.
10848
10849 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
10850
10851         * config.guess: Match any version of Unixware7.
10852
10853 1998-10-20  Syd Polk  <spolk@cygnus.com>
10854
10855         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10856         if desired.
10857
10858 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
10859
10860         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10861         these if the appropriate directories and files to not exist.
10862
10863 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
10864
10865         * Makefile.in (DEVO_SUPPORT): Add config.if.
10866
10867 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10868
10869         * configure: Add pattern to replace "build_tooldir"'s
10870         definition in the generated Makefile with "tooldir"'s
10871         actual value.
10872
10873 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
10874
10875         * config.sub: Bring back lost sparcv9.
10876
10877         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10878
10879 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
10880
10881         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10882         CC_FOR_TARGET and friends.
10883
10884 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
10885
10886         * Makefile.in (build_tooldir): New variable, same as tooldir.
10887         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10888         -B$(build_tooldir)/bin/.
10889         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10890
10891 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10892
10893         * README: Remove installation instructions and refer to the
10894         INSTALL directory instead.
10895
10896 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
10897
10898         * config.sub: Add support for i[34567]86-pc-udk.
10899         * configure.in: Likewise.
10900
10901 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
10902
10903         * Makefile.in: add bzip2 package building bits for user
10904         tools module
10905         * configure.in: ditto
10906
10907 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
10908
10909         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10910         (ALL_TARGET_MODULES): Add all-target-libobjc.
10911         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10912         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10913         (all-target-libchill): Add dependencies.
10914         * configure.in (target_libs): Add libchill.
10915
10916 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
10917
10918         * configure.in (target_subdir): Remove duplicate line.
10919
10920 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
10921
10922         * Makefile.in (all-automake): fix dependencies.
10923
10924 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
10925
10926         * configure.in: Minor cleanups for building in the $(target_alias)
10927         subdir.
10928
10929 1998-09-22  Jim Wilson  <wilson@cygnus.com>
10930
10931         * Makefile.in (bootstrap): Set r and s before make all.  Use
10932         BASE_FLAGS_TO_PASS in make all.
10933         (cross): Likewise.
10934
10935 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
10936
10937         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10938
10939 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
10940
10941         * config.sub: Fix typo in last change.
10942
10943 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10944
10945         * config.sub: Add support for C4x target.
10946         * configure.in: Likewise.
10947
10948 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
10949
10950         * config.sub: Recognize sparcv9 just like sparc64.
10951
10952 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
10953
10954         * config.guess: Match "Pent II" or "PentII" for OpenServer.
10955
10956 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
10957
10958         * config.guess: Correctly identify Pentium II sco boxes.
10959
10960         * config.guess: Fix "tr" code.  From Weiwen Liu.
10961
10962 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
10963
10964         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10965         stabs.
10966
10967 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
10968
10969         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10970         (ALL_TARGET_MODULES): Add all-target-libchill.
10971         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10972         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10973         (all-target-libchill): Add dependencies.
10974         * configure.in (target_libs): Add libchill.
10975
10976 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10977
10978         * config.guess: Avoid assumptions about "tr" behaves when
10979         LANG is set to something other than English.
10980
10981 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
10982
10983         * configure (gxx_include_dir): Changed to
10984         '${prefix}/include/g++'-${libstdcxx_interface}.
10985
10986         * config.if: New to determine the interfaces.
10987
10988 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
10989
10990         * config.guess: Detect and handle MPE/IX.
10991         * config.sub: Deal with MPE/IX.
10992
10993 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
10994
10995         * configure.in: Use mh-aix43.
10996
10997 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
10998
10999         * configure: Fix --without/--disable cases for gxx-include-dir.
11000
11001 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
11002
11003         * mdata-sh:  Imported.  Needed for automake support.
11004
11005 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
11006
11007         * Makefile.in (taz): Try "chmod -R og=u ." before
11008         "chmod og=u `find . -print`".
11009
11010 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
11011
11012         * configure.in: Add arm-elf and thumb-elf support.
11013
11014 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
11015
11016         * Makefile.in: Undo previous patch.
11017
11018 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
11019
11020         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
11021         to here ...
11022         (install-no-fixedincludes): and here
11023         (INSTALL_MODULES): ... from here.
11024
11025 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11026
11027         * config.sub: Merge with FSF.
11028
11029         * config.guess: Merge with FSF.
11030
11031 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
11032
11033         * configure (extraconfigdirs): New variable.
11034         (SUBDIRS): Add extraconfigdirs and recurse on them too.
11035         * Makefile.in (all): Move higher in file.
11036         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
11037         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
11038         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
11039         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
11040         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
11041
11042 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
11043
11044         * Makefile.in (all-target-libjava): Depend on all-gcc and
11045         all-target-newlib.
11046         (configure-target-libjava): Depend on $(ALL_GCC).
11047
11048 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
11049
11050         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
11051         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
11052
11053 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
11054
11055         * INSTALL/README: Fix typo.
11056
11057 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11058
11059         * ylwrap: Change absolute path checks to check for DOS style path
11060         names.
11061
11062         * ylwrap: Don't use a full path name if the source file is in the
11063         same directory.  From hjl@lucon.org (H.J. Lu).
11064
11065         * config-ml.in: Default to being verbose, to match Feb 18 change to
11066         configure.
11067
11068 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
11069
11070         Brought over from egcs:
11071
11072         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11073
11074         * configure.in (target_subdir): Set to ${target_alias} instead
11075         of "libraries".
11076
11077         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11078
11079         * configure.in (target_subdir): Set to libraries if enable_multilib.
11080
11081 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
11082
11083         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
11084         multilibs, force reconfiguration the first time we create
11085         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
11086
11087 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
11088
11089         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
11090         avoid confusion with --no-recursion.
11091
11092 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
11093
11094         * configure.in: Win32 hosts shouldn't use install -x
11095         * install-sh: remove -x option, and special .exe-handling
11096         hack.
11097
11098 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
11099
11100         * config.guess: Recognize i586-pc-beos.
11101         * configure.in: Don't build some bits for beos.
11102
11103 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11104
11105         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
11106         CFLAGS default to -O2.
11107
11108         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
11109         when using GNU ld.
11110
11111 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
11112
11113         * ltmain.sh: Correct install when using a different shell.
11114
11115 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11116
11117         * ltconfig, ltmain.sh: Update to libtool 1.2b.
11118
11119 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
11120
11121         * makefile.vms: Update to build binutils/makefile.vms.  Add install
11122         target.
11123
11124 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
11125
11126         * ltconfig: Update to correct AIX handling.
11127
11128 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11129
11130         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
11131
11132         * configure.in (target_subdir): Set to ${target_alias} instead
11133         of "libraries".
11134
11135 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
11136
11137         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
11138         (Makefile): Depend on $(gcc_version_trigger).
11139
11140         * configure (gcc_version): Change default initializer to empty
11141         string.
11142         (gcc_version_trigger): New variable; pass this variable down
11143         to subdir configures to enable them checking gcc's version
11144         themselves. Emit make macros for both gcc_version vars.
11145         (topsrcdir): Initialize reliably.
11146         (recursion line): Remove --with-gcc-version=${gcc_version}.
11147
11148 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11149
11150         * configure (enable_version_specific_runtime_libs): Implement new flag
11151         --enable-version-specific-runtime-libs which installs C++ runtime stuff
11152         in $(libsubdir); emit definition in each generated Makefile.
11153         (gxx_include_dir): Initialize depending on
11154         $enable_version_specific_runtime_libs.
11155
11156 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11157
11158         * configure (gcc_version): Initialize properly depending on
11159         how and where configure is started.
11160         (recursion line): Pass a --with-gcc-version=${gcc_version}
11161         to configures in subdirs.
11162
11163 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
11164
11165         * configure.in (noconfigdirs): Add configure pattern for mips tx39
11166         cygmon
11167
11168 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
11169
11170         * configure.in: Add cygmon and libstub support for mn10200.
11171
11172 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
11173
11174         * configure (gcc_version): Add new variable describing the
11175         particular gcc version we're building.
11176         * Makefile.in (libsubdir): Add new macro for the directory
11177         in which the compiler finds executables, libraries, etc.
11178         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
11179         and libsubdir.
11180
11181 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11182
11183         * Makefile.in (local-clean): Remove *.log.
11184         (warning.log): Built with warn_summary from build.log.
11185         (mail-report.log): Run test_summary.
11186         (mail-report-with-warnings.log): Run test_summary including
11187         warning.log in the report.
11188
11189 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
11190
11191         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
11192
11193 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11194
11195         * Makefile.in (grep): Grep no longer depends on libiberty.
11196
11197 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
11198
11199         * Makefile.in: all-snavigator needs all-libgui.
11200
11201 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
11202
11203         * configure.in: Add cygmon and libstub support for mn10300.
11204
11205 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
11206
11207         * missing: Update to version from automake 1.3.
11208
11209         * ltmain.sh: On installation, don't get confused if the same name
11210         appears more than once in the list of library names.
11211
11212 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11213
11214         * config.sub: Accept m68060 and m5200 as CPU names.
11215
11216 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
11217
11218         * configure: Use && rather than using -a in test, because odd
11219         strings can confuse test.
11220         * configure.in: Likewise.
11221
11222 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11223
11224         * ltconfig, ltmain.sh: Bring in Visual C++ support.
11225
11226 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11227
11228         * Makefile.in (boostrap2-lean, bootstrap3-lean,
11229         bootstrap4-lean): New targets.
11230
11231 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
11232
11233         * mpw-* Delete.  Not used.
11234
11235 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
11236
11237         * COPYING.LIB: Update FSF address.
11238
11239 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
11240
11241         * ltconfig, ltmain.sh: Update to libtool 1.2a.
11242
11243         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
11244         GAS_SUPPORT_DIRS.
11245
11246 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
11247
11248         * ltconfig, ltmain.sh: Avoid producing a version number if
11249         -version-info was not used.
11250
11251 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11252
11253         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
11254         building with newlib.
11255
11256 1998-04-30  Paul Eggert  <eggert@twinsun.com>
11257
11258         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
11259         Solaris `make' causes it to continue to next definition.
11260
11261 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11262
11263         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
11264         the right GUI libraries and files are installed along with GDB.
11265
11266 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11267
11268         * configure.in: Change alpha to alpha* in several places.
11269
11270 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
11271
11272         * config.sub: Recognize sparc86x.
11273
11274 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
11275
11276         * configure.in (--enable-target-optspace): Remove debug echo.
11277
11278 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
11279
11280         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
11281
11282 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11283
11284         * ltconfig: Update cygwin32 support.
11285
11286         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
11287         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
11288         (GDB_SUPPORT_DIRS): Likewise.
11289
11290 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
11291
11292         * configure.in (target_makefile_frag): If --enable-target-optspace,
11293         use -Os to compile target libraries rather than -O2.  Default to
11294         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
11295         not used.
11296         * configure.in (target_cflags): Ditto for d30v.
11297
11298 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
11299
11300         * Makefile.in (all-bfd): Depend on all-intl.
11301         (all-binutils): Likewise.
11302         (all-gas): Likewise.
11303         (all-gprof): Likewise.
11304         (all-ld): Likewise.
11305
11306 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
11307
11308         * configure.in (host_tools): Fix typo, lbtool -> libtool.
11309
11310 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11311
11312         * Makefile.in (all-bfd): Depend upon all-libiberty.
11313
11314         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
11315
11316 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
11317
11318         * Makefile.in: Add libstub.
11319
11320         * configure.in: Ditto. Build libstub for targets that have cygmon
11321         support.
11322
11323 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
11324
11325         * configure.in: Don't set PICFLAG on ix86-cygwin32.
11326
11327 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
11328
11329         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
11330         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
11331
11332 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
11333
11334         * configure: Define DEFAULT_M4 by searching PATH.
11335         * Makfile.in: Use DEFAULT_M4.
11336
11337 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11338
11339         * ltconfig: Add cygwin32 support.
11340
11341         * Makefile.in, configure.in: Add libtool as a native only directory
11342         to configure and build.
11343
11344 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
11345
11346         * Makefile.in (INSTALL_MODULES): Remove texinfo.
11347
11348 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
11349
11350         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
11351
11352 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
11353
11354         * Makefile.in: add ash make rules
11355         * configure.in: add ash to native_only and host_tools lists
11356
11357 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
11358
11359         * Makefile.in (all-gettext, all-intl): New targets.
11360         (ALL_MODULES): Added all-gettext, all-intl.
11361         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
11362         (INSTALL_MODULES): Added install-gettext, install-intl.
11363         (CLEAN_MODULES): Added clean-gettext, clean-intl.
11364
11365         * configure.in (host_tools): Added gettext.
11366         (native_only): Likewise.
11367         (noconfigdirs) [various cases]: Likewise.
11368         (host_libs): Added intl.
11369
11370 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
11371
11372         * configure: Do not disable building gdbtk for cygwin32 hosts.
11373
11374 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
11375
11376         * configure.in: Add thumb-coff target.
11377         * config.sub: Add thumb-coff target.
11378
11379 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11380
11381         * Makefile.in: Revert yesterday's change.
11382         (all-target-winsup):  all-target-librx stays out of here.
11383
11384 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11385
11386         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
11387         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
11388         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
11389         Remove references to librx and libg++.
11390
11391 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
11392
11393         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
11394         recursive makes
11395
11396 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
11397
11398         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
11399         for newlib directory.
11400         (CXX_FOR_TARGET): Likewise.
11401
11402 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
11403
11404         * ltconfig: Update after libtool/ltconfig.in change for
11405         hpux11.
11406
11407 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
11408
11409         * ltconfig, ltmain.sh: Update to libtool 1.2.
11410
11411 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11412
11413         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
11414         (install-gcc-cross): Instead, override LANGUAGES here.
11415
11416 1998-03-18  Dave Love  <d.love@dl.ac.uk>
11417
11418         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
11419         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
11420
11421 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
11422
11423         * configure.in: Add Thumb-pe target.
11424
11425 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
11426
11427         * Makefile.in - changed sn targets to snavigator
11428         * configure.in - changed sn targets to snavigator
11429
11430 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11431
11432         * config-ml.in: After building symlink tree call make distclean
11433         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
11434         to be the case for libiberty.
11435
11436 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
11437
11438         * configure: When making link, also check the current
11439         directory. The configure scripts may create one.
11440
11441 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
11442
11443         * config.sub: Accept alphapca56 and alphaev6 properly.
11444
11445 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11446
11447         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
11448
11449 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
11450
11451         * config.sub (sco5): Fix typo.
11452
11453 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
11454
11455         * Makefile.in (INSTALL_MODULES): Move install-tcl before
11456         install-itcl.
11457         (install-itcl): Remove dependency on install-tcl.
11458
11459 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
11460
11461         * configure.in: Remove libgloss from noconfigdirs for MN10300.
11462
11463 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
11464
11465         * configure.in: Don't build libgui for a cygwin32 target when not on
11466         a cygwin32 host.
11467
11468 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11469
11470         * configure (redirect): Set to null, so default behavior of
11471         configure is now --verbose.
11472
11473 1998-02-16  Dave Love  <d.love@dl.ac.uk>
11474
11475         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
11476         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
11477
11478 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
11479
11480         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
11481         this change to sync Makefile.in with its ChangeLog entries.
11482
11483 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
11484
11485         * ltmain.sh (mkdir): Check that the directory doesn't exist
11486         before we exit with error, so that we don't get races during
11487         parallel builds.
11488
11489 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11490
11491         * ltconfig, ltmain.sh: Update from libtool 1.0i.
11492
11493 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11494
11495         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
11496         PICFLAG_FOR_TARGET.
11497         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
11498
11499         * configure: Emit a definition for the new macro enable_shared
11500         into each Makefile.
11501
11502 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11503
11504         * configure.in (host_tools, native_only): Add libtool.
11505
11506 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
11507
11508         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11509         Fix typo in ming config comment.
11510
11511 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11512
11513         * ltconfig, ltmain.sh: Update from libtool 1.0h.
11514
11515 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
11516
11517         * config.sub: Add tic30 cases, and map c30 to tic30.
11518
11519 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
11520
11521         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11522         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11523         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11524         (CLEAN_TARGET_MODULES): Similarly
11525         (all-target-libf2c): Add dependences.
11526         * configure.in (target_libs): Add libf2c.
11527
11528 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
11529
11530         * configure.in: Remove expect from noconfigdirs when target
11531         is cygwin32.  OK to build expect and dejagnu with Canadian
11532         Cross.
11533
11534 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
11535
11536         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11537         host.
11538
11539         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11540         and mingw32.
11541
11542 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11543
11544         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11545         here as it is not defined in the toplevel Makefile.
11546
11547 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11548
11549         * configure (package_makefile_rules_frag): New variable, which names
11550         a file with generic rules, ...
11551         Change comment to mention we now have FIVE parts.
11552         * configure: Undo last change.
11553
11554 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
11555
11556         * config.guess: More accurate determination of HP processor types.
11557         * config.sub: More accurate determination of HP processor types.
11558
11559 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11560
11561         * configure (package_makefile_frag): Move inserting the
11562         ${package_makefile_frag} to where it should be according
11563         to the comment.
11564
11565 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
11566
11567         * config.guess: Add support for Linux/ARM.
11568
11569 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
11570
11571         * .cvsignore: Remove *-info and *-install since they match
11572         release-info and mpw-install, which we don't want to just ignore.
11573
11574 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
11575
11576         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
11577
11578 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
11579
11580         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
11581         local_prefix to sub-make invocations.
11582
11583 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
11584
11585         * configure.in: Check makefile fragments in the source
11586         directory.
11587
11588 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11589
11590         * configure.in: Check whether host and target makefile
11591         fragments exist before adding them to *_makefile_frag.
11592
11593 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
11594
11595         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
11596
11597 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
11598
11599         * configure.in: Make sure we only replace RPATH_ENVVAR on
11600         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
11601         regexp to sed.
11602
11603         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11604         to sub-makes.
11605
11606 1998-01-13  Lee Iverson   (leei@ai.sri.com)
11607
11608         * config-ml.in (multi-do): LDFLAGS must include multilib
11609         designator.
11610
11611 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
11612
11613         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11614
11615 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
11616
11617         * config.sub: Add mingw32 support.
11618         * configure.in: Likewise.
11619
11620 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11621
11622         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11623
11624 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
11625
11626         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11627         * configure (gxx_include_dir): Provide a definition for subdirs
11628         which do not use autoconf.
11629
11630 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
11631
11632         * config.guess: Sync with egcs.  Picks up new alpha support,
11633         BeOS & some additional linux support.
11634
11635 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
11636
11637         * config.guess: HP 9000/803 is a PA1.1 machine.
11638
11639 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
11640
11641         * configure.in: It's alpha*-...
11642
11643 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11644
11645         * configure.in (host_makefile_frag, target_makefile_frag):
11646         Handle multiple config files.
11647         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11648         alpha-*-*.
11649
11650 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
11651
11652         * mkdep: New file.
11653
11654 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
11655
11656         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11657
11658 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11659
11660         * Makefile.in: Add libgui directory.
11661         (GDB_TK): Add all-libgui.
11662         * configure.in: Add libgui directory.
11663         * configure: Add all-libgui to GDB_TK.
11664
11665 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
11666
11667         * config-ml.in (multidirs): Add m32r to multilib list.
11668
11669 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
11670
11671         * Makefile.in (all-target-gperf): Change dependency to
11672         all-target-libstdc++.
11673
11674 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
11675
11676         * config.guess: Add BeOS support.
11677
11678 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11679
11680         Source directory cvs renamed to cvssrc:
11681         * configure.in (host_tools): Change cvs to cvssrc.
11682         (native_only): Likewise.
11683         (noconfigdirs) [various cases]: Likewise.
11684         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11685         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11686         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11687         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11688         (all-cvssrc): Rename target from all-cvs.
11689
11690 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
11691
11692         * configure (gxx_include_dir): Fix thinko.
11693
11694 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
11695
11696         * Makefile.in (INSTALL_TARGET_CROSS): Define.
11697         (install-cross, install-gcc-cross): New targets.
11698
11699 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
11700
11701         * configure.in (noconfigdirs): Add support for Thumb target.
11702
11703         * config.sub (maybe_os): Add support for Thumb target.
11704
11705 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
11706
11707         * Makefile.in: Add rules for cygmon.
11708
11709         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11710
11711 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
11712
11713         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11714         * configure (gxx_include_dir): Provide a definition for subdirs
11715         which do not use autoconf.
11716
11717 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
11718
11719         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
11720         11/18/97 build
11721
11722 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
11723
11724         * From Franz Sirl.
11725         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11726         found on RedHat Linux systems.
11727
11728 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
11729
11730         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11731         guesses.
11732
11733 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
11734
11735         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11736
11737 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
11738
11739         * ltmain.sh: If mkdir fails, check whether the directory was created
11740         anyhow by some other process.
11741
11742 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
11743
11744         * configure.in (d30v-*-*): Configure all directories.
11745
11746 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
11747
11748         * configure.in (d30v-*-*): Configure newlib, libiberty directories
11749         for the D30V.
11750
11751 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
11752
11753         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11754
11755 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
11756
11757         * include/libiberty.h: Add extern "C" { so it can be used with C++
11758         progrms.
11759         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
11760         programs.
11761
11762 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
11763
11764         * configure.in (d30v-*-*): Configure GCC now.
11765
11766 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
11767
11768         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11769         is no longer needed.
11770
11771 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
11772
11773         * Makefile.in: check-target-libio depends on all-target-libstdc++.
11774
11775 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
11776
11777         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11778         targets using "$@" to provide support for similar but not identical
11779         targets without having to duplicate code.
11780
11781 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
11782
11783         * makefile.vms: Fix to work with DEC C.
11784
11785 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
11786
11787         * config.sub: Add mips-tx39-elf to marketing names.
11788
11789 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
11790
11791         * ltmain.sh: Handle symlinks in generated script.
11792
11793 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
11794
11795         * configure: Handle autoconf style directory options: --bindir,
11796         --datadir, --includedir, --infodir, --libdir, --libexecdir,
11797         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11798         --sysconfdir.
11799         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11800         (sharedstatedir, localstatedir, oldincludedir): New variables.
11801         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11802         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11803         sbindir, sharedstatedir, and sysconfdir.
11804
11805 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11806
11807         * Makefile.in (bootstrap-lean): New target.
11808
11809 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
11810
11811         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
11812         sn, and gnuserv from noconfigdirs.
11813
11814 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
11815
11816         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11817
11818 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
11819
11820         * Makefile.in (cross): New target.
11821
11822 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
11823                           Jeff Law         <law@cygnus.com>
11824
11825         * Makefile.in (bootstrap2, bootstrap3): New targets.
11826         (all-bootstrap): Remove outdated and confusing target.
11827         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11828
11829 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11830
11831         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11832         windows.  Consistent with gdb/configure.
11833
11834 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
11835
11836         * configure.in: Name Linux target fragment.
11837
11838         * configure: Rewrite so that project Makefile fragment is inserted
11839         first and appears last in the resulting Makefile.
11840
11841 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11842
11843         * Makefile.in (install-itcl): Install tcl first.
11844
11845 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
11846
11847         * configure.in: remove bison from noconfigdirs for Cygwin32 host
11848
11849 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11850
11851         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11852
11853         * configure.in (skipdirs): Add target-librx for Linux.
11854         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11855
11856 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
11857
11858         * Makefile.in (bootstrap): New target.
11859
11860 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
11861
11862         * config.sub: Accept 'amigados' for backward compatibility.
11863
11864 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
11865
11866         * config.guess: Merge with FSF.
11867
11868 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
11869
11870         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11871
11872 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
11873
11874         * config.sub: Add "marketing-names" patch.
11875
11876 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
11877
11878         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11879
11880 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
11881
11882         * config.sub: Handle v850-elf.
11883
11884 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
11885
11886         * .cvsignore (*-install): Remove.
11887
11888 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
11889
11890         * ltconfig: Set CONFIG_SHELL in libtool.
11891         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11892
11893 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11894
11895         * configure.in (target_subdir): Set to libraries if enable_multilib.
11896
11897 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
11898
11899         * config.guess: Update from gcc directory.
11900
11901 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11902
11903         * Makefile.in (all-sim): Depends on all-readline.
11904
11905 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
11906
11907         * Makefile.in (BISON, YACC): Use $$s.
11908         (all-bison): Depend on all-texinfo.
11909
11910 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
11911
11912         * Makefile.in (BISON): Add -L flag.
11913         (YACC): Likewise.
11914
11915 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11916
11917         * configure.in (noconfigdirs): Add support for v850e target.
11918
11919         * config.sub (maybe_os): Add support for v850e target.
11920
11921 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11922
11923         * configure.in (noconfigdirs): Add support for v850ea target.
11924
11925         * config.sub (maybe_os): Add support for v850ea target.
11926
11927 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
11928
11929         * config.sub: Add mipstx39.  Delete r3900.
11930
11931 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11932
11933         * Makefile.in (all-autoconf): Depends on all-texinfo.
11934
11935 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
11936
11937         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11938         eabi targets.
11939
11940 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
11941
11942         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11943
11944         * configure: When handling a Canadian Cross, handle YACC as well as
11945         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
11946         * Makefile.in (all-bison): Depend upon all-texinfo.
11947
11948 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
11949
11950         * Makefile.in (BISON): bison, not byacc or bison -y.
11951         (YACC): bison -y or byacc or yacc.
11952         (various): Add *-bison as appropriate.
11953         (taz): No need to mess with BISON anymore.
11954
11955 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
11956
11957         * configure: If OSTYPE matches *win32*, try to find a good value for
11958         CONFIG_SHELL.
11959
11960 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
11961
11962         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11963         configure.in if it is present.
11964
11965 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
11966
11967         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11968
11969 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
11970
11971         * config.sub: Recognize `arc' cpu.
11972         * configure.in: Likewise.
11973         * config-ml.in: Likewise.
11974
11975 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
11976
11977         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11978
11979 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
11980
11981         * configure: Changed sed delimiter from ':' to '|' when
11982         attempting to substitute ${config_shell} for SHELL. On
11983         NT ${config_shell} may contain a ':' in it.
11984
11985 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
11986
11987         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11988
11989 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
11990
11991         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11992
11993 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11994
11995         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11996
11997         * ylwrap: If the program is a relative path, force it to be
11998         absolute.
11999
12000 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12001
12002         * configure (tooldir): Set BISON to `bison -y' and not just bison.
12003
12004 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12005
12006         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
12007         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
12008         for libraries.
12009
12010 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
12011
12012         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
12013         separated by spaces.
12014
12015 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
12016
12017         * ylwrap: New file.
12018         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
12019
12020         * ltmain.sh: Handle /bin/sh at start of install program.
12021
12022         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
12023
12024         * ltconfig, ltmain.sh: New files, from libtool 1.0.
12025         * missing: New file, from automake 1.2.
12026
12027 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
12028
12029         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
12030         check-tk to CHECK_X11_MODULES.
12031
12032 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
12033
12034         * config.sub: Merge with FSF.
12035
12036 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
12037
12038         * config.guess: Merge with FSF.
12039
12040 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
12041
12042         * configure: Treat msdosdjgpp like go32.
12043         * configure.in: Likewise.  Don't remove gprof for go32.
12044
12045         * configure: Change Makefile.tem2 to Makefile.tm2.
12046
12047 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
12048
12049         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
12050
12051 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12052
12053         * install-sh (chmodcmd): Set to null if the DST directory already
12054         exists.  Same as Nov 11th change.
12055
12056 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
12057
12058         * configure (GDB_TK): Needs itcl and tix.
12059
12060 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
12061
12062         * config.guess: Update from FSF.
12063
12064 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
12065
12066         * Makefile.in (GDB_TK): Depend on itcl and tix.
12067
12068 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12069
12070         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
12071         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
12072         (INSTALL_SCRIPT): New variable.
12073         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
12074         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
12075         to -x.
12076         * install-sh: Add support for -x option.
12077
12078 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
12079
12080         * configure.in, Makefile.in: Treat tix like itcl.
12081
12082 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
12083
12084         * Makefile.in (WINDRES): New variable.
12085         (WINDRES_FOR_TARGET): New variable.
12086         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
12087         (EXTRA_HOST_FLAGS): Add WINDRES.
12088         (EXTRA_TARGET_FLAGS): Add WINDRES.
12089         (EXTRA_GCC_FLAGS): Add WINDRES.
12090         ($(DO_X)): Pass down WINDRES.
12091         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
12092         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
12093         DLLTOOL_FOR_TARGET.
12094
12095 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
12096
12097         * configure.in: configure sim before gdb for win32-x-ppc
12098
12099 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12100
12101         Move gperf into the toplevel, from libg++.
12102         * configure.in (target_tools): Add target-gperf.
12103         (native_only): Add target-gperf.
12104         * Makefile.in (all-target-gperf): New target, depend on
12105         all-target-libg++.
12106         (configure-target-gperf): Empty rule.
12107         (ALL_TARGET_MODULES): Add all-target-gperf.
12108         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
12109         (CHECK_TARGET_MODULES): Add check-target-gperf.
12110         (INSTALL_TARGET_MODULES): Add install-target-gperf.
12111         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
12112
12113 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
12114
12115         * config.sub (mn10200): Recognize new basic machine.
12116
12117 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12118
12119         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
12120         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
12121
12122 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12123
12124         * configure.in: If we're building mips-sgi-irix6* native, turn on
12125         ENABLE_MULTILIB and set TARGET_SUBDIR.
12126
12127 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
12128
12129         * Makefile.in (all-sn): Depend on all-grep.
12130
12131 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
12132
12133         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
12134
12135         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
12136         Makefile.  From Jeff Makey <jeff@cts.com>.
12137         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
12138
12139         * Makefile.in (DISTBISONFILES): Remove.
12140         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
12141         $(DEFAULT_YACC).
12142
12143         * configure.in: Build itl, db, sn, etc., when building for native
12144         cygwin32.
12145
12146         * Makefile.in (LD): New variable.
12147         (EXTRA_HOST_FLAGS): Pass down LD.
12148         ($(DO_X)): Likewise.
12149
12150 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
12151
12152         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
12153
12154 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
12155
12156         * configure.in (targargs): Strip out any supplied --build argument
12157         before adding our own. Always add --build.
12158
12159 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
12160
12161         * configure.in (targargs): Pass --build if we're doing
12162         a cross-compile.
12163
12164 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
12165
12166         * configure: Use '|' instead of ":" as the separator in
12167         sed. Otherwise sed chokes on NT path names with drive
12168         designators. Also look for "?:*" as the leading characters in an
12169         absolute pathname.
12170
12171 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
12172
12173         * config.sub: Support for r3900.
12174
12175 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12176
12177         * configure.in: Use install-sh, not install.sh.
12178
12179 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12180
12181         * Makefile.in (taz): Improve check for BISON so it doesn't try to
12182         apply it twice.
12183
12184 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
12185
12186         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
12187         install-binutils.
12188
12189 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
12190
12191         * Makefile.in: Add automake targets.
12192         * configure.in (host_tools): Add automake.
12193
12194 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12195
12196         * configure: Default CXX to c++, not gcc.
12197         * Makefile.in (CXX): Set to c++, not gcc.
12198         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
12199
12200 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
12201
12202         * install-sh: try appending a .exe if source file doesn't
12203         exist
12204
12205 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
12206
12207         * configure.in: Turn on multilib by default.
12208         (cross_only): Remove target-libiberty.
12209
12210         * Makefile.in (all-gcc): Don't depend on libiberty.
12211
12212 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
12213
12214         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
12215
12216 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12217
12218         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
12219         (DISTBISONFILES): Add ld/Makefile.in
12220
12221 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
12222
12223         * configure.in: if target is cygwin32 but host isn't cygwin32,
12224         don't configure gdb tcl tk expect, not just gdb.
12225
12226 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
12227
12228         * configure.in: Added gnuserv everywhere sn appears.
12229
12230         * Makefile.in (ALL_MODULES): Added all-gnuserv.
12231         (CROSS_CHECK_MODULES): Added check-gnuserv.
12232         (INSTALL_MODULES): Added install-gnuserv.
12233         (CLEAN_MODULES): Added clean-gnuserv.
12234         (all-gnuserv): New target.
12235
12236 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
12237
12238         * config.guess: Fixes for MIPS OpenBSD systems.
12239
12240 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12241
12242         * Makefile.in (INSTALL_XFORM): Remove.
12243         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
12244
12245         * mkinstalldirs: New file, copied from automake.
12246         * Makefile.in (installdirs): Rename from install-dirs.  Use
12247         mkinstalldirs.  Change all users.
12248         (DEVO_SUPPORT): Add mkinstalldirs.
12249
12250 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
12251
12252         * install-sh: Rename from install.sh.
12253         * Makefile.in (INSTALL): Change install.sh to install-sh.
12254         (DEVO_SUPPORT): Likewise.
12255
12256         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
12257         Graichen <graichen@rzpd.de>.
12258
12259 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
12260
12261         * config.guess: Recognize OpenBSD systems correctly.
12262
12263 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12264
12265         * README, Makefile.in (ETC_SUPPORT): Remove references to
12266         cfg-paper*, configure.{texi,man,info*}._
12267
12268 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
12269
12270         * Makefile.in (all.normal): Ensure that gcc is built after all
12271         the x11 - ie gdb - targets.
12272
12273 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
12274
12275         * makefile.vms: Don't run conf-a-gas.
12276
12277 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
12278
12279         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
12280
12281 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
12282
12283         * configure.in: Remove noconfigdirs case since gdb also
12284         configures and builds for tic80-coff.
12285
12286 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12287
12288         * configure: Set cache_file to config.cache.
12289         * Makefile.in (local-distclean): Remove config.cache.
12290
12291 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12292
12293         * COPYING: Update FSF address.
12294
12295 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
12296
12297         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
12298         noconfigdirs.
12299
12300 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12301
12302         * Makefile.in (install-dirs): Don't crash if prefix, and hence
12303         MAKEDIRS, is empty.
12304
12305 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
12306
12307         * config.sub: Tweak mn10300 entry.
12308
12309 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
12310
12311         * configure.in (host_tools): Put sim before gdb, so gdb's
12312         configure.tgt can determine if the simulator was configured.
12313
12314 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
12315
12316         * config.sub: Move BeOS $os case to be with other Cygnus
12317         local cases.
12318
12319 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
12320
12321         * config.sub: Remove misplaced comment that broke Linux.
12322
12323 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
12324
12325         * config.sub: Add BeOS support.
12326
12327 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
12328
12329         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
12330
12331 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
12332
12333         * configure.in (noconfigdirs): Remove tcl and tk from
12334         noconfigdirs for cygwin32 builds.
12335
12336 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
12337
12338         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
12339
12340 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
12341
12342         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
12343         make-all.com, use makefile.vms instead.
12344
12345 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
12346
12347         * config.sub: Accept -lnews*.
12348
12349 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
12350
12351         * configure.in (noconfigdirs): Disable target-newlib,
12352         target-examples and target-libiberty for d30v.
12353
12354 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12355
12356         * configure.in (noconfigdirs): Enable ld for d30v.
12357
12358 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
12359
12360         * configure.in (tic80-*-*): Build compiler.
12361
12362 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
12363
12364         * configure.in (d30v-*): Remove sim directory from list of
12365         unsupported d30v directories
12366
12367 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12368
12369         * config.sub, configure.in: Add d30v target cpu.
12370
12371 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
12372
12373         * makefile.vms: New file.
12374         * make-all.com: Remove.
12375
12376 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
12377
12378         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
12379
12380 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
12381
12382         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
12383
12384 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
12385
12386         * Makefile.in (ALL_MODULES): Added all-db.
12387         (CROSS_CHECK_MODULES): Addec check-db.
12388         (INSTALL_MODULES): Added install-db.
12389         (CLEAN_MODULES): Added clean-db.
12390
12391 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
12392
12393         * config.guess: Merge with latest FSF sources.
12394
12395 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
12396
12397         * Makefile.in (ALL_MODULES): Added all-itcl.
12398         (CROSS_CHECK_MODULES): Added check-itcl.
12399         (INSTALL_MODULES): Added install-itcl.
12400         (CLEAN_MODULES): Added clean-itcl.
12401
12402 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
12403
12404         * configure.in: build gdb for mn10200
12405
12406 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
12407
12408         * Makefile.in (all-target-winsup): Depend on all-target-libio.
12409
12410 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
12411
12412         * configure.in (tic80-*-*): Turn off most targets right now.
12413
12414 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
12415
12416         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
12417         rather than the makeinfo program.
12418         (do-info): Depend upon all-texinfo.
12419
12420 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12421
12422         * configure.in: Remove uses of config/mh-linux.
12423
12424         * config.sub, config.guess: Merge with latest FSF sources.
12425
12426 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
12427
12428         * config.sub (case $basic_machine): Add tic80 entries.
12429
12430 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
12431
12432         * config.sub, config.guess: Merge with latest FSF sources.
12433
12434 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12435
12436         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
12437         * mpw-config.in: Test for NewFolderRecursive.
12438         * mpw-install: Use symbolic name for startup filename.
12439         * mpw-README: Add various additional details.
12440
12441 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
12442
12443         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
12444
12445 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
12446
12447         * configure.in: Do build gcc and the target libraries for
12448         the mn10200.
12449
12450 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
12451
12452         * configure.in: don't avoid building gdb for mn10300 any more
12453         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
12454         instead of single-quoting it.
12455
12456 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
12457
12458         * configure.in: Don't use --with-stabs on IRIX 6.
12459
12460 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
12461
12462         * configure.in (m32r): Build gdb, libg++ now.
12463
12464 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12465
12466         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
12467         directories from noconfigdirs.
12468
12469 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
12470
12471         * config.sub (basic_machine): added mips16 configuration
12472
12473 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12474
12475         * config.sub: Handle d10v-unknown.
12476
12477 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
12478
12479         * config.sub: Handle v850-unknown.
12480
12481 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
12482
12483         * Makefile.in: add findutils
12484         * configure.in: add findutils to list of host_tools
12485
12486 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
12487
12488         * config.sub: Handle mn10200 and mn10300.
12489
12490 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12491
12492         * configure.in (d10v-*): Do not build librx.
12493
12494 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
12495
12496         * configure.in (mn10300): Build everything except gdb & libgloss.
12497
12498 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
12499
12500         * config.guess:  Patch for Dansk Data Elektronik servers,
12501         from Niels Skou Olsen <nso@dde.dk>.
12502
12503         For ncr, use /bin/uname rather than uname, since GNU uname does not
12504         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
12505
12506         Patch for MIPS R4000 running System V,
12507         from Eric S. Raymond <esr@snark.thyrsus.com>.
12508
12509         Fix thinko for nextstep.
12510
12511         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12512
12513         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
12514         * config.guess: Guess mips-dec-mach_bsd4.3.
12515
12516         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
12517         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
12518         release numbers.
12519         * config.guess (mips-mips-riscos*):  Emit just enough of the
12520         release number.
12521
12522         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
12523         * config.guess (sparc-auspex-sunos*):  Added.
12524         (f300-fujitsu-*): Added.
12525
12526         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
12527         * config.guess:  Recognize a Tadpole as a sparc.
12528
12529 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12530
12531         * config.guess: Don't assume that NextStep version is either 2 or
12532         3.  NextStep 4 (aka OpenStep 4) has come out now.
12533
12534 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12535
12536         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12537         From Rik Faith <faith@cs.unc.edu>.
12538
12539 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
12540
12541         * config.sub: Contributions from bug-gnu-utils to:
12542         Support plain "hppa" (no version given) architecture, reported by
12543         OpenStep.
12544         OpenBSD like NetBSD.
12545         LynxOs is not a hardware supplier.
12546
12547         * config.guess: Contributions from bug-gnu-utils to add support for:
12548         OpenBSD like NetBSD.
12549         Stratus systems.
12550         More Pyramid systems.
12551         i[n>4]86 Intel chips.
12552         M680[n>4]0 Motorola chips.
12553         Use unknown instead of lynx for hardware manufacturer.
12554
12555 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12556
12557         * install.sh (chmodcmd): Set to null if the DST directory already
12558         exists.
12559
12560 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12561
12562         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12563         not use mt-ppc target Makefile fragment any more.
12564
12565 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
12566
12567         * configure.in (*-*-windows):  Exclude everything but those dirs
12568         needed to build windows.
12569
12570 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
12571
12572         * Makefile.in (all-target-winsup): Depend on all-target-librx.
12573
12574 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
12575
12576         * configure.in:  Exclude mmalloc from i386-windows.
12577
12578 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
12579
12580         * Undo my previous change.
12581
12582 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
12583
12584         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
12585         unconditionally.
12586         (MAKEOVERRIDES): Define (revert this part of October 18 change).
12587
12588 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
12589
12590         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
12591         host to add it's own flags.
12592
12593 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
12594
12595         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
12596
12597 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
12598
12599         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
12600         (CXX_FOR_TARGET): Likewise.
12601         (GCC_FOR_TARGET): Define.
12602         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
12603         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
12604         CC_FOR_TARGET was specified on the command line.
12605         (MAKEOVERRIDES): Don't define.
12606
12607 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
12608
12609         * configure.in (m32r): Fix spelling of libg++ libs.
12610
12611 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
12612
12613         * config.sub (-apple*): Remove, now redundant.
12614
12615 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
12616
12617         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12618
12619         * configure: Rework yesterday's sed script patch.
12620
12621         * config.sub: Merge with FSF.
12622
12623 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
12624
12625         * config.guess:  Merge from FSF.
12626
12627         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
12628         * config.guess: Use pc instead of unknown, for pc clone systems.
12629         Change linux to linux-gnu.
12630
12631         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12632         * config.guess: Avoid non-portable tr syntax.
12633
12634 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
12635
12636         * test-build.mk (HOLES): Add "xargs" for gdb.
12637
12638         * configure: Avoid hpux10.20 sed bug.
12639
12640 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
12641
12642         * configure.in:  Add support for windows host
12643         (that is a build done under the Microsoft build environment).
12644
12645 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
12646
12647         * Makefile.in: Replace all uses of srcroot with s, to shrink
12648         command line lengths.
12649
12650         Patches from Geoffrey Noer <noer@cygnus.com>:
12651         * configure.in: If configuring for newlib, pass --with-newlib to
12652         subdirectories.
12653         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12654         -Bnewlib/ and -Lwinsup to gcc.
12655         (CXX_FOR_TARGET): Likewise.
12656
12657 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12658
12659         * Makefile.in (ETC_SUPPORT): Add configure.
12660
12661 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
12662
12663         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12664         host configuration file.
12665
12666 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
12667
12668         * configure.in: Break mn10x00 support into separate
12669         mn10200 and mn10300 configurations.
12670         * config.sub: Likewise.
12671
12672 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
12673
12674         * configure.in: Add lots of stuff to noconfigdirs for
12675         the mn10x00 targets.
12676
12677         * config.sub, configure.in: Add mn10x00 support.
12678
12679 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
12680
12681         * make-all.com: Call conf-a-gas, not config-a-gas.
12682
12683 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
12684
12685         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
12686         targets.
12687
12688 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
12689
12690         * mpw-README: Add much more detail for native PowerMac.
12691         * mpw-install: New file.
12692         * mpw-configure: Add --norecursion and --help options.
12693         * mpw-config.in: Translate readme and install files when
12694         copying to objdir.
12695         * mpw-build.in: Don't always depend on byacc and flex.
12696         (install-only-top): New action.
12697
12698 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
12699
12700         * configure.in:  You can now configure GDB for the v850.
12701
12702 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
12703
12704         * configure.in (noconfigdirs): Don't configure any C++ dirs
12705         if targeting D10V.
12706
12707 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12708
12709         * config.sub: Recognize mips64vr5000.
12710
12711 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
12712
12713         * configure.in: Use a single line for host_tools and native_only.
12714
12715 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
12716
12717         * config.sub, configure.in: Add entries for m32r.
12718
12719 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
12720
12721         * Makefile.in (inet-install): Don't run install-gzip.
12722
12723 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
12724
12725         * configure.in:  Don't config lots of things for *-*-windows*.
12726
12727 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
12728
12729         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12730         (host_libs, host_tools): Copy from configure.in.
12731         * mpw-configure: Don't complain about directories not found.
12732
12733 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12734
12735         * configure.in (i[345]86): Recognize i686 for pentium pro.
12736         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12737         file.
12738
12739         * config.guess (i[345]86): Ditto.
12740
12741 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12742
12743         * configure.in (noconfigdirs): Removed gdb for D10V.
12744
12745 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
12746
12747         * configure.in: Remove ld, target-libio, target-libg++, and
12748         target-libstdc++ from noconfigdirs.
12749
12750 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
12751
12752         * configure: Fix three locations where shell scripts were
12753         being run directly rather than with config_shell.
12754
12755 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
12756
12757         * configure.in (v850-*-*): Set up initial $noconfigdirs.
12758         * config.sub (basic_machine): Recognize v850.
12759
12760 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
12761
12762         * mpw-configure: Handle multiple enable/disable options and
12763         pass them down recursively, handle -c and -s flags appropriately
12764         depending on choice of compiler, add escape mechanism for
12765         quoted arguments to gC.
12766
12767 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12768
12769         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12770         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12771         so that -mrelocatable-lib and -mno-eabi are used.
12772
12773         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12774         not support --print-multi-lib, don't abort.
12775
12776 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
12777
12778         * make-all.com: Run config-a-gas.
12779         * setup.com: Don't copy subdirectory files around.
12780
12781 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
12782
12783         * configure.in (*-*-ose): Remove exclusion of libgloss for this
12784         target, it now compiles correctly.
12785
12786 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
12787
12788         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12789
12790 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12791
12792         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12793
12794 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12795
12796         * configure.in (native_only): Add prms.
12797
12798 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
12799
12800         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12801         (BINUTILS_SUPPORT_DIRS): Likewise.
12802
12803 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12804
12805         * configure.in (d10v-*-*): Don't configure ld or gdb until the
12806         d10v support is added.
12807
12808 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12809
12810         * configure.in (d10v-*-*): New target.
12811
12812 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
12813
12814         * config.guess (HP 9000/811): Recognize this as a PA1.1
12815         machine.
12816
12817 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
12818
12819         * Makefile.in (do-tar-gz): New target, split out from tail end of
12820         taz target.  Run each command separately, don't use pipes.
12821         (taz): Use it.
12822
12823 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
12824
12825         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12826         * mpw-build.in: No builds should depend on building byacc or flex,
12827         they are assumed to be installed already.
12828
12829 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12830
12831         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12832         variable that CC_FOR_TARGET needs.
12833
12834 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12835
12836         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12837         options have changed since the last time the subdirectory was
12838         configured, and if it has, reconfigure.
12839         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12840         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12841
12842 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
12843
12844         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12845         CLEAN_MODULES): Add bash.
12846         (all-bash): New target.
12847
12848 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
12849
12850         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12851
12852 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12853
12854         * config.sub (basic_machine): Recognize d10v as a valid processor.
12855
12856 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
12857
12858         * mpw-configure: Add support for --bindir.
12859         * mpw-build.in: Use a GCC-specific build script for GCC actions.
12860
12861 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
12862
12863         * configure.in: add bash, time, gawk to list of hosttools and things
12864         to only build for native toolchains
12865
12866 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12867
12868         * Makefile.in (docdir): Remove.
12869
12870 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12871
12872         * Makefile.in (datadir): Set to $(prefix)/share.
12873
12874 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
12875
12876         * configure.in: build diff and patch for cygwin32-hosted
12877         toolchains.
12878
12879 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
12880
12881         * config.sub: Accept -rtems*.
12882
12883 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
12884
12885         * configure.in: enable dosrel for cygwin32-hosted builds,
12886                 remove diff from the list of things not buildable
12887                 via Canadian Cross
12888
12889 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
12890
12891         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12892         don't get ". ".
12893
12894 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
12895
12896         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12897
12898 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
12899
12900         * Makefile.in (taz): Handle case where tex3patch didn't even get
12901         checked out.  Also, if it was found, put the symlink in a new util
12902         subdirectory.
12903
12904 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12905
12906         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12907
12908 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
12909
12910         * config.sub: Recognize -openvms.
12911         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12912         * make-all.com, setup.com: New files.
12913
12914 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12915
12916         * Makefile.in (taz): tex3patch moved to texinfo/util.
12917
12918 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
12919
12920         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12921         * configure.in: remove make from disable-if-Can-Cross list
12922                 enable gdb if ${host} and ${target} are cygwin32
12923
12924 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
12925
12926         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
12927         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12928
12929 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12930
12931         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
12932         distinguish sysv/svr4/bsd variants.
12933         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12934
12935 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
12936
12937         * configure.in: Added copyright notice.
12938         * move-if-change: Added copyright notice.
12939
12940 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12941
12942         * configure.in (powerpcle-*-solaris*): Until we get shared
12943         libraries working, don't build gdb, sim, make, tcl, tk, or
12944         expect.
12945
12946 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
12947
12948         * config.guess:  Merge with FSF:
12949
12950         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12951         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12952
12953         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
12954         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12955
12956         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
12957         * config.guess:  Combine two OSF1 rules.
12958         Also recognize field test versions.  From mjr@zk3.dec.com.
12959         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
12960         because GNU uname does not support -p.  From pmr@pajato.com.
12961
12962 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
12963
12964         * Makefile.in (MAKEDIRS): Removed $(tooldir).
12965
12966 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
12967
12968         * mpw-README: Document GCCIncludes.
12969
12970 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
12971
12972         * configure.in (alpha-*-linux*): Set enable_shared to yes.
12973
12974 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12975
12976         * mpw-configure: Handle --enable-FOO and --disable-FOO.
12977
12978 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
12979
12980         * configure.in (*-*-cygwin32): Configure make.
12981
12982 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
12983
12984         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12985
12986 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
12987
12988         * Makefile.in (all-inet): Depend on all-perl.
12989
12990         * Makefile.in (inet-install): New target.
12991
12992         * Makefile.in (all-inet): Depend on all-tcl.
12993         (all-inet): Depend on all-send-pr.
12994
12995 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12996
12997         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12998         temporarily.
12999
13000 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
13001
13002         * configure.in: Don't configure --with-gnu-ld on AIX.
13003
13004 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13005
13006         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
13007
13008 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
13009
13010         * Makefile.in (ALL_MODULES): Added all-inet.
13011         (CROSS_CHECK_MODULES): Added check-inet.
13012         (INSTALL_MODULES): Added install-inet.
13013         (CLEAN_MODULES): Added clean-inet.
13014         (all-indent): New target.
13015
13016         * configure.in (host_tools): Added inet.
13017         (native_only): Added inet.
13018         (noconfigdirs): Added inet.
13019
13020 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
13021
13022         * configure.in: Don't configure libgloss if we are not configuring
13023         newlib.
13024
13025 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
13026
13027         * configure.in: Don't configure libgloss for unsupported
13028         architectures.
13029
13030 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13031
13032         * Makefile.in (CLEAN_MODULES): Add clean-apache.
13033
13034 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
13035
13036         * Makefile.in (ALL_MODULES): Include all-apache.
13037         (CROSS_CHECK_MODULES): Include check-apache.
13038         (INSTALL_MODULES): Include install-apache.
13039         (all-apache): New target.
13040
13041         * configure.in: Added apache everywhere perl is seen.
13042
13043 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13044
13045         * Makefile.in: Add support for clean-{module} and
13046         clean-target-{module} rules.
13047
13048 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
13049
13050         * configure.in (*-*-ose) do not build libgloss.
13051
13052 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13053
13054         * config.guess (prep*:SunOS:5.*:*): Turn into
13055         powerpele-unknown-solaris2.
13056
13057 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
13058
13059         * configure.in: Permit --enable-shared to specify a list of
13060         directories.
13061
13062 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13063
13064         * configure.in (host==solaris): Pass only the first word of $CC
13065         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
13066
13067 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13068
13069         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
13070
13071 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
13072
13073         * Makefile.in (ALL_MODULES): Include all-perl.
13074         (CROSS_CHECK_MODULES): Include check-perl.
13075         (INSTALL_MODULES): Include install-perl.
13076         (ALL_X11_MODULES): Include all-guile.
13077         (CHECK_X11_MODULES): Include check-guile.
13078         (INSTALL_X11_MODULES): Include install-guile.
13079         (all-perl): New target.
13080         (all-guile): New target.
13081
13082         * configure.in (host_tools): Include perl and guile.
13083         (native_only): Include perl and guile.
13084         (noconfigdirs): Don't build guile and perl; no ports have been
13085         done.
13086
13087 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
13088
13089         * configure (--enable-*): Handle quoted option lists such as
13090         --enable-sim-cflags='-g0 -O' better.
13091
13092 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13093
13094         * Makefile.in ({,inst}all-target): New rule so we can make and
13095         install all of the target directories easily.
13096
13097 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13098
13099         * configure.in: Add missing global flag in sed substitution when
13100         deleting `target-' from ${configdirs}.
13101
13102 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
13103
13104         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
13105         option.
13106
13107         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
13108         config/mh-necv4.
13109
13110         * install.sh: Correct misspelling of transformbasename.
13111
13112         * config.guess: Recognize mips-*-sysv*.
13113
13114 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
13115
13116         * config.sub: Recognize mon960.
13117
13118 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
13119
13120         * configure: Restore Canadian Cross handling of BISON and LEX,
13121         removed in Feb 20 change.
13122
13123 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
13124
13125         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
13126         Mention make install.  Remove the old copyright date as well the
13127         clumsy and rather pointless copyright on the README file.
13128
13129 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13130
13131         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
13132         Makefile after running symlink-tree, then run `make distclean' to
13133         avoid clobbering any generated files in srcdir.
13134
13135 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
13136
13137         * configure.in (m68k-*-netbsd*): Build everything now.
13138
13139 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13140
13141         * Makefile.in (taz): Fix quoting.
13142
13143 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
13144
13145         * configure.in (sparclet-*-*): Build everything now.
13146
13147 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13148
13149         * configure.in (m68k-*-linux*): New host.
13150
13151 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
13152
13153         * configure: Check for bison before byacc.
13154
13155 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
13156
13157         * Makefile.in configure:  Change the way LEX and BISON/YACC are
13158         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
13159         searching PATH.  These are used as fallbacks by Makefile.in if
13160         flex/bison/byacc aren't in objdir.
13161
13162 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
13163
13164         * Makefile.in: Make everything which depends upon all-bfd also
13165         depend upon all-opcodes, in case --with-commonbfdlib is used.
13166
13167 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13168
13169         * configure.in (host *-*-cygwin32): Don't build gdb if we are
13170         building NT native compilers on Unix.
13171
13172 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
13173
13174         * configure.in: Don't get CC from the host Makefile fragment if we
13175         can find gcc in PATH, or if this is a Canadian Cross.  Move the
13176         Solaris test for /usr/ucb/cc to the post target script, just after
13177         the compiler sanity test.
13178
13179 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
13180
13181         * config.sub: Merge with FSF.
13182
13183 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
13184
13185         * Makefile.in (RPATH_ENVVAR): New variable.
13186         (REALLY_SET_LIB_PATH): Use it.
13187         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
13188
13189 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
13190
13191         * config.sub, configure.in: Recognize sparclet cpu.
13192
13193 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
13194
13195         * config.guess:  Support m68k-cbm-sysv4.
13196
13197 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13198
13199         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
13200         m68k-unknown-linuxaout from linker help string.  Put quotes around
13201         $ld_help_string.
13202
13203 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
13204
13205         * config.guess (powerpc-harris-powerunix): Add guess for port
13206         to new target.
13207
13208 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13209
13210         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
13211
13212 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
13213
13214         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
13215         $(REALLY_SET_LIB_PATH) in Makefile.
13216         * Makefile.in (SET_LIB_PATH): New variable.
13217         (REALLY_SET_LIB_PATH): New variable.
13218         ($(DO_X)): Use $(SET_LIB_PATH).
13219         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
13220         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
13221         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
13222         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
13223         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
13224         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
13225         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
13226         (install-dosrel): Likewise.
13227         (all-opcodes): Depend upon all-libiberty.
13228
13229 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13230
13231         * config.guess (*:CYGWIN*): New
13232
13233 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13234
13235         * Makefile.in (all-target-winsup): All all-target-libiberty.
13236
13237 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13238
13239         * configure.in (noconfigdirs): Add missing # in front of comment.
13240
13241 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
13242
13243         * configure.in: add second pass to things added to noconfigdirs
13244         so *-gm-magic can exclude libgloss properly.
13245
13246 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
13247
13248         * mpw-configure (extralibs_name, rez_name): Set correctly
13249         for MWC68K compiler.
13250
13251         * mpw-README: Add more info on the necessary build tools.
13252
13253 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13254
13255         * configure.in, config.sub: Recognize cygwin32.
13256
13257 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
13258
13259         * config.guess, config.sub: Recognize A/UX.
13260
13261 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
13262
13263         * config.sub: Merge with gcc/config.sub.
13264
13265 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
13266
13267         * mpw-build.in (do-binutils): Add build of stamps.
13268
13269 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
13270
13271         * config.sub: Add recognition for mips64vr4100*-* targets.
13272
13273 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13274
13275         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
13276         Add creation of gconfigargs with `--enable-shared' turned on.
13277         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
13278         ($(host)-stamp-stage3-configured): Likewise.
13279         (HOLES): Add chatr and ldd.
13280         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
13281
13282 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
13283
13284         * configure: Pass --nfp to recursive configures.
13285
13286 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13287
13288         * Makefile.in (DLLTOOL): New.
13289         (DLLTOOL_FOR_TARGET): New.
13290         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
13291         (EXTRA_TARGET_FLAGS): Ditto.
13292         (EXTRA_GCC_FLAGS): Ditto.
13293         (CONFIGURE_TARGET_MODULES): Ditto.
13294         (DO_X): Ditto.
13295         * configure: Add DLLTOOL.
13296
13297 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
13298
13299         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
13300         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
13301         mh-sco, since old workarounds no longer needed, and don't
13302         build ld, since libraries have weak symbols in COFF.
13303
13304 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
13305
13306         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
13307
13308 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13309
13310         * configure.in: Make sure that ${CC} can be used to compile an
13311         executable.
13312
13313 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13314
13315         * Makefile.in (all-gdb): Depend on $(GDB_TK).
13316         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
13317         nothing depending on whether gdbtk is being built.
13318
13319 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
13320
13321         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
13322
13323 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
13324
13325         * configure.in (noconfigdirs): Put ld or gas in this early, if the
13326         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
13327
13328 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
13329
13330         * config-ml.in: Add support for
13331         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
13332         Simplify setting of multidirs from --disable-foo.
13333
13334 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13335
13336         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
13337         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
13338         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
13339         non-empty, pass them on to the  GCC make.
13340         (all-bootstrap): New rule that is like all-gcc, except it executes
13341         the GCC bootstrap rule instead of the GCC all rule.
13342
13343 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
13344
13345         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
13346
13347 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13348
13349         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
13350         DG/UX support.
13351
13352 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
13353
13354         * config.sub (i*86*) Change [345] to [3456]
13355
13356 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13357
13358         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
13359         --with-gnu-ld=no.
13360
13361 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13362
13363         * config-ml.in (rs6000*, powerpc*): Add switches to control which
13364         AIX multilibs get built.
13365
13366 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13367
13368         * configure.in (i386-win32): Don't build expect if we're not
13369         building the tcl subdir.
13370
13371 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
13372
13373         * Makefile.in: (configure-target-examples, all-target-examples):
13374         New targets, configure and build example programs.
13375
13376 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
13377
13378         * mpw-configure: If an mpw-config.in generated a file mk.sed,
13379         use it as input to sedit the generated MPW makefile.
13380         * mpw-README: Add a suggestion about Gestalt.h.
13381
13382 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
13383
13384         * config.sub: Accept *-*-ieee*.
13385
13386 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
13387
13388         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
13389         Ronald F. Guilmette <rfg@monkeys.com>.
13390
13391 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13392
13393         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
13394         for powerpc-pe native.
13395         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
13396         (target==powerpc-pe): duplicate i386-win32 entry.
13397
13398 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13399
13400         * configure.in (noconfigdirs): Exclude target-newlib for all versions
13401         of vxworks, not just vxworks5.1.
13402
13403 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
13404
13405         * mpw-configure: Add support for exec-prefix.
13406
13407 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13408
13409         * config.guess: Recognize HP model 816 machines as having
13410         a PA1.1 processor.
13411
13412 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13413
13414         * configure: Ignore new autoconf configure options.
13415
13416 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13417
13418         * config.guess:  Recognize Pentium under SCO.
13419         From Robert Lipe <robertl@arnet.com>.
13420
13421 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13422
13423         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
13424
13425 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
13426
13427         * configure.in: Don't configure gas for alpha-dec-osf*.
13428
13429 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
13430
13431         * configure.in: Default to --with-stabs for some targets for which
13432         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
13433         i[345]86*-*-unixware*.
13434
13435 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13436
13437         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
13438         rather than basing it on the target.  Simplify handling of options
13439         controlling which directories to configure.  Remove extraneous
13440         slash in multi-clean target.
13441
13442 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
13443
13444         * config-ml.in: Prefix more variables with ml_ so they don't collide
13445         with configure's.
13446
13447 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
13448
13449         * configure: Don't turn -v into --v.
13450
13451 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
13452
13453         * configure.in (targargs): Fix typo.
13454
13455         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
13456
13457 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
13458
13459         * configure.in: Strip --host and --target options from
13460         CONFIG_ARGUMENTS, and always configure for --host only.  Add
13461         --with-cross-host option when building with a cross-compiler.
13462         * configure: Canonicalize the arguments put into config.status by
13463         always using `=' for an option with an argument.  Pass a presumed
13464         --host or --target explicitly.
13465
13466 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
13467
13468         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
13469         into general OS recognition case.
13470
13471 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13472
13473         * configure.in (target_configdirs): add target-winsup only
13474         for win32 target systems.
13475
13476 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
13477
13478         * Makefile.in (all-target-libgloss): Depend upon
13479         configure-target-newlib, since when libgloss is built it looks to
13480         see if the newlib directory exists.
13481
13482 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
13483
13484         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
13485         cfg-ml-*.in.
13486
13487 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
13488
13489         * configure: Handle LD and LD_FOR_TARGET when configuring a
13490         Canadian Cross.
13491
13492 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13493
13494         * configure.in (target_libs): add target-winsup.
13495         (target==i386-win32): add patch diff flex make to $noconfigdirs.
13496         (target==ppcle-pe): remove ld from $noconfigdirs.
13497
13498 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
13499
13500         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
13501         Preserve relative path names in $srcdir.  Build symlink tree if
13502         configuring cross target dir and srcdir=. (= no VPATH support).
13503         (configure-target-libg++): Depend on configure-target-librx.
13504         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
13505         * config-ml.in: New file.
13506         * symlink-tree: New file.
13507         * configure: Ensure srcdir="." if that's what it is.
13508
13509 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
13510
13511         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
13512         includes and FLEX_SKELETON setting.
13513         * mpw-configure (--with-gnu-ld): New option, controls whether
13514         to use PPCLink or ld with PowerMac GCC.
13515         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
13516         * mpw-config.in: Configure grez if targeting Mac.
13517
13518         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
13519         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
13520         just macos.
13521         * configure.in: Configure grez resource compiler if targeting Mac.
13522         * Makefile.in (all-grez, install-grez): New targets.
13523
13524 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
13525
13526         * configure: CXX defaults to gcc, not g++.  If we find
13527         gcc in the path, set CC to gcc -O2.
13528
13529 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
13530
13531         * configure: Default ${build} correctly.  Avoid picking up extra
13532         spaces when reading CC and CXX from Makefile.  When doing a
13533         Canadian Cross, use plausible default values for numerous
13534         variables.
13535         * configure.in: When doing a Canadian Cross, don't try to
13536         configure tools whose configure script can't handle it.
13537
13538 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13539
13540         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13541
13542 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13543
13544         * configure:  Remove dubious bug reporting address.
13545
13546 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13547
13548         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
13549         configure script, run that instead of this directory's configure.
13550         In either case, print a message that we're configuring the sub-dir.
13551
13552 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13553
13554         * configure.in: Before checking for the existence of various files,
13555         use sed to filter out "target-".
13556
13557 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
13558
13559         * Makefile.in (DO_X): Split rule to decrease command line length
13560         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
13561         (Philippe De Muyter).
13562
13563 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13564
13565         * Makefile.in (all-patch): depend on all-libiberty.
13566
13567 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
13568
13569         * configure.in: If the only directory in target_configdirs which
13570         actually exists is libiberty, then set target_configdirs to empty,
13571         to avoid trying to build a target libiberty in a gas or gdb
13572         distribution.
13573
13574 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
13575
13576         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
13577         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
13578         systems.
13579
13580 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13581
13582         * configure.in (copy_dirs): Use sys-include instead of include
13583         for --with-headers option.
13584
13585 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
13586
13587         * Makefile.in, configure.in: Make winsup builds work with
13588         new scheme.
13589
13590 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
13591
13592         * configure.in: Build the linker on AIX.
13593
13594 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13595
13596         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
13597         where needed.
13598
13599 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
13600
13601         * Makefile.in (all-gcc): Fix typo.
13602
13603 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13604
13605         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
13606
13607 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13608
13609         * configure.in:  Rename libFOO to target-libFOO, and xiberty
13610         to target-xiberty, to provide more flexibility.
13611         (target_subdir):  Define.  Create if cross.
13612         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13613         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
13614         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13615         check-libFOO -> check-target-libFOO, etc.
13616         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13617         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13618         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13619         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
13620         allow ALL_GCC="" to only configure.
13621         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
13622         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
13623         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
13624
13625 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
13626
13627         * Makefile.in (taz): Build "info" in etc explicitly.
13628
13629 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
13630
13631         * configure.in:  Make sure that CC is undefined (as opposed to
13632         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
13633         problem with autoconf trying to configure on a host without GCC.
13634
13635 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13636
13637         * mpw-configure: Set host alias from choice of host compiler,
13638         only use generic MPW Makefile sed if present, edit a file
13639         named "hacked_Makefile.in" instead of "Makefile.in" if present.
13640         * mpw-README: Add problem notes about CW6 and CW7.
13641
13642 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
13643
13644         * Makefile.in (taz): Use ";" instead of ";;".
13645
13646 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13647
13648         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
13649         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13650         DISTDOCDIRS.
13651         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
13652         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
13653
13654 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13655
13656         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
13657         and gnats, because they are now subsumed by DISTSTUFFDIRS.
13658         Move bfd to DISTSTUFFDIRS.
13659
13660 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13661
13662         * Makefile.in (X11_LIB): Removed.
13663         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13664
13665         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13666
13667 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13668
13669         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13670         names.
13671
13672 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13673
13674         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13675
13676 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
13677
13678         * configure.in (i[345]86-*-win32): Always build newlib.
13679         Don't configure cvs, autoconf or texinfo.
13680         * Makefile.in (LD_FOR_TARGET): New.
13681         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13682         Pass down LD_FOR_TARGET.
13683
13684 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13685
13686         * winsup: New directory.
13687         * Makefile.in: Build winsup.
13688         * configure.in: Winsup is configured when target is win32.
13689         Can only build win32 target GDB when native.
13690
13691 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
13692
13693         * config.guess: Recognize HP model 819 machines as having
13694         a PA 1.1 processor.
13695
13696 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13697
13698         * configure: Fix sed loop which substitutes for CC and CXX to
13699         avoid bug found in various sed implementations.
13700
13701 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13702
13703         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13704         simulator.  Use standard powerpc-*-eabi*.
13705
13706 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
13707
13708         * configure.in: Stop putting gas and binutils in noconfigdirs for
13709         powerpc-*-aix* and rs6000-*-*.
13710
13711 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
13712
13713         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13714         -mcall-aixdesc libraries.
13715
13716 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
13717
13718         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13719
13720         * config.sub (arm | armel | armeb): Fix shell syntax.
13721
13722 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13723
13724         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13725         -msoft-float and -mcpu=common support.
13726         (powerpc*-*-eabisim*): Add support for building -mcall-aix
13727         libraries.
13728
13729 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13730
13731         * configure.in: Allow configuration and build of emacs19 for the alpha.
13732
13733 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13734
13735         * configure.in (CC): Get ^CC, not just any old CC, from
13736         ${host_makefile_frag}.
13737
13738 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13739
13740         * configure.in (CC): Try to get CC from
13741         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13742
13743 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13744
13745         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13746         only if it exists in $(srcdir).
13747
13748 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13749
13750         * configure: If CC and CXX are not set in the environment, set
13751         them, based on either an existing Makefile or on searching for gcc
13752         in PATH.  Substitute for CC and CXX in Makefile.
13753         * configure.in: Remove libm from target_libs.  Separate
13754         target_configdirs from configdirs.  If CC is not set in
13755         environment, try to get it from a host Makefile fragment.  Rewrite
13756         changes of configdirs to use skipdirs instead.  A few minor
13757         tweaks.  Take directories out of target_configdirs as they are
13758         taken out of configdirs.  Remove existing Makefile files from
13759         subdirectories.  Substitute for TARGET_CONFIGDIRS and
13760         CONFIG_ARGUMENTS in Makefile.
13761         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13762         by configure.in.
13763         (CONFIG_ARGUMENTS): Likewise.
13764         (CONFIGURE_TARGET_MODULES): New variable.
13765         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13766         ($(CONFIGURE_TARGET_MODULES)): New target.
13767         (configure-libg++, configure-libio): New targets.
13768         (all-libg++): Depend upon configure-libg++.
13769         (all-libio): Depend upon configure-libio.
13770         (configure-libgloss, all-libgloss): New targets.
13771         (configure-libstdc++): New target.
13772         (all-libstdc++): Depend upon configure-libstdc++.
13773         (configure-librx, all-librx): New targets.
13774         (configure-newlib): New target.
13775         (all-newlib): Depend upon configure-newlib
13776         (configure-xiberty): New target.
13777         (all-xiberty): Depend upon configure-xiberty.
13778
13779 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13780
13781         * configure.in (host i[345]86-*-win32):  Expand the
13782         noconfigdirs again.
13783
13784 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
13785
13786         * mpw-configure: Fix sed command file name.
13787
13788 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13789
13790         * configure.in (host i[345]86-*-win32): Reduce the
13791         noconfigdirs again.
13792
13793 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
13794
13795         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13796         or powerpc*-*-pe*, since they are not yet supported.
13797
13798 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13799
13800         Add PowerMac support and many other enhancements.
13801         * mpw-configure: New option --cc to select compiler to use,
13802         paste options set according to --cc into the generated
13803         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13804         if mpw-make.sed is present.
13805         * mpw-config.in: Don't test for gC1, test for mpw-touch,
13806         add forward includes for PowerPC include files.
13807         * mpw-build.in: Build using Makefile.PPC if present.
13808         (do-byacc, etc): Remove separate version resource builds.
13809         (do-gas): Build "stamps" before "all".
13810         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13811         * mpw-README: Update to reflect --cc option, PowerMac support,
13812         and recently-reported compatibility problems.
13813
13814 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
13815
13816         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13817         embedded m68k systems (-aout, -coff, -elf, -vxworks).
13818         (--with-multilib-top): Pass to recursive invocations.
13819
13820 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
13821
13822         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13823         v810-*-*.
13824
13825 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13826
13827         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13828         gdb, ld and opcodes on v810-*-*.
13829
13830 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13831
13832         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13833         (local-maintainer-clean): New target.
13834         (maintainer-clean): New target.
13835         (realclean): Just depend upon maintainer-clean.
13836
13837 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13838
13839         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13840
13841 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
13842
13843         * configure.in: Build ld in mips*-*-bsd* case.
13844
13845 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
13846
13847         * config.sub: Accept -lites* OS.  From Ian Dall.
13848
13849 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
13850
13851         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13852         targets.
13853
13854 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13855
13856         * configure.in: treat i386-win32 canadian cross the same as
13857         i386-go32 canadian cross.
13858
13859 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13860
13861         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13862         running under the simulator to build a reduced set of libraries.
13863         (powerpc-*-eabiaix): Add fine grained multilib support added to
13864         other powerpc targets yesterday.
13865
13866 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13867
13868         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13869         -disable-softfloat, -disable-relocatable, -disable-aix, and
13870         -disable-sysv to control which multilib libraries get built.
13871
13872 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13873
13874         * configure: Add Makefile.tem to list of files to remove in trap
13875         handler.
13876
13877 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13878
13879         * config.guess (*Linux*):  Add missing "exit"s.
13880         Also, need specific check for alpha-unknown-linux (uses COFF).
13881
13882 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13883
13884         * config.guess:  Merge with FSF:
13885
13886         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
13887         * config.guess (AIX4): More robust release numbering discovery.
13888
13889         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
13890         * config.guess (i386-sequent-ptx): Properly get version number.
13891
13892         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
13893         * config.guess (mips:*:4*:UMIPS): New case.
13894
13895 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13896
13897         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13898         (i386-win32 host): Likewise.  Don't build readline.
13899
13900 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
13901
13902         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
13903         SUPPORT_FILES to submakes.
13904
13905 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
13906
13907         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13908         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13909         mpw-configure.
13910
13911 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
13912
13913         * configure.in (appdirs): Use =, not ==, in test expression when
13914         trying to build the text to print in the warning message for
13915         Solaris users.
13916
13917 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
13918
13919         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13920
13921 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13922
13923         * config.guess: Recognize lynx-2.3.
13924
13925 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
13926
13927         * config.sub (z8ksim): Deleted
13928         (z8k-*-coff): New, this is the one true name of the target.
13929
13930 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
13931
13932         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13933
13934 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
13935
13936         * config.guess (*:Linux:*:*): First try asking the linker what the
13937         default object file format is (elf, aout, or coff).  Then if this
13938         fails, try previous methods.
13939
13940 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13941
13942         * configure.in: Don't build newlib for *-*-vxworks5.1.
13943
13944 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13945
13946         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13947         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13948
13949 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
13950
13951         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13952
13953 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
13954
13955         * cfg-ml-com.in: New file.
13956         * cfg-ml-pos.in: New file.
13957
13958 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13959
13960         * COPYING.NEWLIB: Add HP free copyright to list.
13961
13962 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13963
13964         * config.sub: Recognize -eabi* for the system, not just -eabi.
13965
13966 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13967
13968         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13969         * config.sub, configure.in (win32): New target and host.
13970
13971 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13972
13973         * configure.in: Add i386-pe configuration.
13974
13975 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
13976
13977         * mpw-build.in (install): Install GDB after LD.
13978
13979 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
13980
13981         * mpw-config.in (elf/mips.h): Always forward-include, needed
13982         for GDB to build.
13983
13984 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13985
13986         * testsuite: New directory for customer acceptance and whole tool
13987         chain tests.
13988
13989 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13990
13991         * configure: If per-host line isn't found, but AC_OUTPUT is found
13992         and a configure script exists, run it instead.
13993
13994 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13995
13996         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
13997
13998 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13999
14000         * configure: Set build_{cpu,vendor,os,alias} to host values when
14001         --build isn't specified.
14002
14003 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14004
14005         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
14006         (FLAGS_TO_PASS): Pass them.
14007         (EXTRA_TARGET_FLAGS): Ditto.
14008
14009 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14010
14011         * Makefile.in (all-libg++): Depend on all-libstdc++.
14012
14013 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14014
14015         * configure.in (noconfigdirs): Enable all packages for
14016           i386-unknown-netbsd.
14017
14018 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
14019
14020         * configure.in (noconfigdirs): Don't configure tk for i386-go32
14021         hosted builds (DOS builds)
14022
14023 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
14024
14025         Changes for ARM based on patches from Richard Earnshaw:
14026         * config.sub: Handle armeb and armel.
14027         * configure.in: Omit arm linker only for riscix.
14028
14029 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14030
14031         * config.guess:  Update from FSF.
14032
14033 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
14034
14035         * config.sub: Recognize powerpcle as the little endian variant of
14036         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
14037         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
14038         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
14039         temporarily.
14040
14041 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
14042
14043         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
14044
14045 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
14046
14047         * config.sub: Accept -lites* as a basic system type.
14048
14049 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
14050
14051         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
14052         installed, and if so return linuxoldld as the system name.
14053
14054 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
14055
14056         * config.guess: Add hppa1.1-hp-lites support.
14057
14058 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14059
14060         * configure.in: Don't build newlib for m68k-vxworks5.1.
14061
14062 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14063
14064         * configure.in (mips-sgi-irix6): Use mh-irix5.
14065
14066 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
14067
14068         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
14069
14070 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14071
14072         * test-build.mk: Enable building of shared libraries on IRIX 5 and
14073         OSF/1.  Fix compiler flags.
14074         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
14075
14076 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
14077
14078         * configure.in: Recognize --with-newlib.
14079         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
14080
14081 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14082
14083         * Makefile.in: move {all,check,install}-gdb from *_MODULES
14084         to *_X11_MODULES due to gdbtk needing X include files et al.
14085
14086 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
14087
14088         Merge in support for Mac MPW as a host.
14089         (Old change descriptions retained for informational value.)
14090
14091         * mpw-config.in: Add generic include forwards for cpu-specific
14092         include files in aout and elf directories.
14093
14094         * mpw-configure: Added copyright.
14095         * mpw-config.in: Check for presence of required build tools.
14096         (target_libs): Add newlib.
14097         (target_tools): Add examples.
14098         (Read Me): Generate as "Read Me for MPW" instead.
14099         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
14100         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
14101         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
14102
14103         * mpw-configure: Remove subdir-specific makefile hackery,
14104         delete mk.tmp after using it.
14105
14106         * mpw-build.in (all): Display start and end times.
14107
14108         * mpw-configure (host_canonical): Set.
14109         (target_cpu): Always add to makefiles.
14110         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
14111         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
14112         (mpw-mh-mpw): Look for in srcdir and srcroot.
14113         Use sed instead of mpw-edit-prefix to edit prefix definitions.
14114
14115         * mpw-build.in: (install-only): New target.
14116
14117         * mpw-configure (host_alias, target_alias): Rename from hostalias
14118         and targetalias, add into generated Makefile.
14119         (mk.tmp): If present, add into generated Makefile.
14120         * mpw-build.in (all-gas): Build config.h first before gas proper.
14121
14122         * mpw-configure (config.status): Write only if changed.
14123         * mpw-config.in (readline): Configure it (not built, just used for
14124         definitions).
14125
14126         * mpw-config.in (elf/mips.h): Add a forward include.
14127
14128         * mpw-config.in: Forward-include most .h files in include into
14129         extra-include.
14130         (readline): Don't build.
14131         mpw-build.in (install): Install GDB.
14132
14133         * mpw-configure (prefix, mpw_prefix): Handle it.
14134         * mpw-config.in (mmalloc, readline): Don't configure.
14135         * mpw-build.in (thisscript): Rename to ThisScript.
14136         Use mpw-build instead of BuildProgram everywhere.
14137         (mmalloc, readline): Don't build.
14138         * mpw-README: New file, basic documentation about the MPW port.
14139
14140         * mpw-config.in: Use forward-include to create include files.
14141
14142         * mpw-configure: Add more things to the top of each configured
14143         Makefile, including contents of config/mpw-mh-mpw.
14144         * mpw-config.in (extra-include): Create this directory and fill it
14145         with Posix-like include files when configuring.
14146
14147         * config.sub (apple, mac, mpw): Add various aliases.
14148
14149         * mpw-build.in: New file, top-level build script fragment for MPW.
14150         * mpw-configure: New file, configure script for MPW.
14151         * mpw-config.in: New file, config fragment for MPW.
14152
14153 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14154
14155         * configure.in (host_libs): Remove glob, since it is gone from the
14156         sources.
14157
14158 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14159
14160         * Makefile.in: define empty GDB_NLM_DEPS var.
14161
14162         * configure.in(target_makefile_frag): use config/mt-netware
14163         for netware targets.
14164
14165 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14166
14167         * config.sub: Merge in recent FSF changes.  Remove linux special
14168         cases.
14169
14170 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14171
14172         Revert this change:
14173
14174         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
14175
14176                 * build-all.mk: Use CC=cc -Xs on Solaris.
14177
14178 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14179
14180         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
14181         stop using it.
14182         * Makefile.in: Nuke all references to glob subdirectory.
14183
14184 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14185
14186         * configure.in: Fix --enable-shared logic in per-host.
14187
14188 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14189
14190         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
14191
14192 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14193
14194         * configure.in (noconfigdirs): Don't build gas on AIX, for
14195         powerpc*-*-aix* as well as for rs6000*-*-aix*.
14196
14197 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
14198
14199         * configure: Fix --cache-file to work if the file argument is a
14200         relative path.
14201
14202 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
14203
14204         * configure: If the --cache-file is used, pass it down to
14205         configure in subdirectories.
14206
14207 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
14208
14209         * config.sub: add vxworks29k configuration.
14210
14211 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14212
14213         * Makefile.in (taz): Do "diststuff" part quietly.
14214
14215 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14216
14217         * config.sub: Mini-merge with gcc/config.sub.
14218
14219 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14220
14221         * config.guess (IRIX): Sed - to _.
14222
14223 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14224
14225         * Makefile.in (source-vault, binary-vault): New targets.
14226
14227 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
14228
14229         * config.sub: Recognize -eabi as a basic system type.
14230
14231 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14232
14233         * configure.in (enable_shared stuff): Fix typo.
14234
14235 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
14236
14237         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
14238
14239 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14240
14241         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
14242
14243 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
14244
14245         * configure.in (rs6000-*-*): Don't build gas.
14246
14247 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
14248
14249         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
14250         reduce command line length.
14251         (AS_FOR_TARGET): Check for as.new, not Makefile.
14252         (NM_FOR_TARGET): Check for nm.new, not Makefile.
14253
14254 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14255
14256         * config.guess:  Merge from FSF.
14257
14258 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14259
14260         * configure: Don't use $ when handling program_suffix.
14261
14262 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
14263
14264         * configure.in:  Configure tk for hppa/hpux.
14265
14266 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14267
14268         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
14269
14270 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14271
14272         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
14273         to LIBCXXFLAGS.  Tests are better run without it.
14274
14275 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
14276
14277         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
14278
14279 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
14280
14281         * configure.in (*-*-netware*): Don't configure xiberty.
14282
14283 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
14284
14285         * configure.in:  Remove tk from native_only list.
14286
14287 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
14288
14289         * build-all.mk: Add mips-ncd-elf target to sun4 targets
14290           for special NCD build.
14291
14292 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14293
14294         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
14295         makeall.bat, they're only useful for binutils snapshots.
14296         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
14297         makeall.bat to specified SUPPORT_FILES.
14298
14299 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
14300
14301         * build-all.mk: Add Ericsson targets to sun4 and solaris
14302           hosts.  Add  BNR's sun4 target to solaris host, so their
14303           build-from-source will be tested in-house first.
14304
14305 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14306
14307         * Makefile.in (LIBCFLAGS): New variable.
14308         (CFLAGS_FOR_TARGET): Ditto.
14309         (LIBCFLAGS_FOR_TARGET): Ditto.
14310         (LIBCXXFLAGS): Ditto.
14311         (CXXFLAGS_FOR_TARGET): Ditto.
14312         (LIBCXXFLAGS_FOR_TARGET): Ditto.
14313         (BASE_FLAGS_TO_PASS): Pass them.
14314         (EXTRA_TARGET_FLAGS): Ditto.
14315
14316         * configure.in: Support --enable-shared.
14317
14318 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14319
14320         * configure.in (target_libs):  Include libstdc++ again.
14321         * config.guess:  Update from FSF (for FreeBSD).
14322
14323 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14324
14325         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
14326         makeall.bat.
14327         (DISTDOCDIRS): Add `etc'.
14328         (ETC_SUPPORT_PFX): New variable.
14329         (taz): Include anything from etc starting with a word in
14330         ETC_SUPPORT_PFX.
14331
14332 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14333
14334         * config.sub: Update for recent FSF changes.  Remove obsolete
14335         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
14336         spacing changes.
14337
14338 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14339
14340         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
14341
14342         * config.guess:  Merge with FSF.
14343         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
14344
14345 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14346
14347         * configure: Since the "trap 0" handler will override the exit
14348         status on many systems, only use it for "exit 1", and make it set
14349         a non-zero exit status; reset it before "exit 0".  Also, check
14350         exit status of config.sub, and error out if it failed.
14351
14352 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
14353
14354         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
14355         and install libgloss.
14356
14357 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14358
14359         * Makefile.in (all-binutils): Depend upon all-byacc.
14360
14361         * configure.in: Don't build emacs on Irix 5.
14362
14363 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14364
14365         * configure.in (*-*-netware*): Add libio.
14366
14367 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14368
14369         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
14370         (CHECK_TARGET_MODULES): Ditto.
14371         (INSTALL_TARGET_MODULES): Ditto.
14372         (TARGET_LIBS): Ditto.
14373         (all-libstdc++): Note dependencies.
14374
14375 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14376
14377         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
14378
14379 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14380
14381         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
14382         -fexternal-templates.
14383
14384         * configure.in (target_libs): Add libstdc++.
14385         (noconfigdirs): Add libstdc++ as appropriate.
14386
14387 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14388
14389         * config.guess:  Update from FSF.
14390
14391 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14392
14393         * configure: Use ${config_shell} when running ${configsub}.
14394
14395 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
14396
14397         * config.sub: No longer recognize h8300h.
14398
14399 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14400
14401         * config.sub: Remove extraneous differences between config.sub and
14402         gcc/config.sub.
14403
14404 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14405
14406         * Makefile.in (DISTSTUFFDIRS): Add gas.
14407
14408 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
14409
14410         * COPYING.NEWLIB: New file.
14411
14412 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14413
14414         * config.guess (HP-UX):  Patch from Harlan Stenn
14415         <harlan@landmark.com> to also emit release level.
14416
14417 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14418
14419         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
14420
14421 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14422
14423         * config.sub:  Merge nextstep cleanup from FSF.
14424
14425 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14426
14427         * configure.in (arm-*-*): Don't configure ld for this target.
14428
14429 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14430
14431         * configure.in (*-*-netware): don't configure libg++, libio,
14432           librx, or newlib.
14433
14434 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14435
14436         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
14437         configure ld--it works, but it doesn't support shared libraries.
14438
14439 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14440
14441         * config.guess (*-unknown-freebsd*):  Get rid of possible
14442         trailing "(Release)" in version string.
14443         Patch from Paul Richards <paul@isl.cf.ac.uk>.
14444
14445 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14446
14447         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
14448         Fix type: *-next-neststep -> *-next-nextstep.
14449
14450         * config.guess:  Merge from FSF:
14451
14452         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
14453
14454         * config.guess: Recognize powerpc-ibm-aix3.2.5.
14455
14456         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
14457
14458         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
14459         instead of UNIX_SV for UnixWare 1.0).
14460
14461 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
14462
14463         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
14464         to make gdb/nlm/* build after the compiler and linker.
14465
14466 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14467
14468         * config.guess (netbsd, freebsd, linux):  Accept any machine,
14469         not just i[34]86.
14470         (m68k-atari-sysv4):  Relocate to match FSF version.
14471
14472         * config.guess:  More merges from the FSF:
14473
14474         Add a space before function call or macro invocation.
14475
14476         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14477
14478         * config.guess: Add trap cmd to remove dummy.c and dummy when
14479         interrupted.
14480
14481         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14482
14483         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
14484         (dummy): Redirect stderr from compilation of dummy.c.
14485
14486         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
14487
14488         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
14489
14490 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
14491
14492         * configure: Accept and ignore --cache*, for compatibility with
14493         new autoconf.
14494
14495 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14496
14497         * config.guess:  Merge from FSF:
14498
14499         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14500
14501         * config.guess (Pyramid*:OSx*:*:*): New case.
14502         (PATH): Add /.attbin at end for finding uname.
14503         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
14504
14505         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
14506
14507         * config.guess (M88*:DolphinOS:*:*): New case.
14508
14509         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
14510
14511         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14512         to select whether to use ELF or COFF.
14513
14514         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14515
14516         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
14517
14518         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
14519
14520         * config.guess: Guess the OS version for HPUX.
14521
14522         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
14523
14524         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14525
14526 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14527
14528         * configure.in: Recognize --with-headers, --with-libs, and
14529         --without-newlib.
14530         * Makefile.in (all-xiberty): Depend upon all-ld.
14531
14532 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14533
14534         * configure.in: Change i[34]86 to i[345]86.
14535
14536 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14537
14538         * configure (version): A few more tweaks to help message.
14539
14540 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14541
14542         * Makefile.in:  Remove (for now) librx as a host library,
14543         now that we're building it for target.
14544
14545 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14546
14547         * configure: Fix up help message; from karl@owl.hq.ileaf.com
14548         (Karl Berry).
14549
14550 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14551
14552         * configure.in:  Also configure librx.
14553
14554 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14555
14556         * Makefile.in:  Update various rules to reflect that librx
14557         is now needed for libg++.
14558
14559 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14560
14561         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14562
14563 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
14564
14565         * configure.in: Configure the examples directory.
14566
14567 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14568
14569         * configure: Simplify Jun 2 1994 change.
14570
14571 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14572
14573         * change CC to /usr/latest/bin/gcc for lynx host builds, since
14574         /bin/gcc isn't good enough to build gcc.
14575
14576 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
14577
14578         * Makefile.in (GDB_SUPPORT_FILES): Remove
14579         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
14580         (gdb.tar.gz): Add new rule to use standard distribution building
14581         mechanism.
14582
14583 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14584
14585         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
14586         Bill Cox <bill@cygnus.com>.
14587
14588 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14589
14590         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
14591
14592 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
14593
14594         * configure:  Search current dir first in .gdbinit.
14595
14596 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14597
14598         * config.sub:  Recognize freebsd (merged from gcc config.sub).
14599
14600 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14601
14602         * config.sub:  Refer to NeXT's operating system as nextstep.
14603
14604         * config.sub (case $basic_machine):  Re-order the cases, to match
14605         the order in the FSF version (which is mostly alphabethical).
14606         Merge in some additions and changes from the FSF.
14607
14608 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
14609
14610         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14611         * config.sub: Recognize cxux7.
14612         * configure.in: Use mh-cxux for m88k-harris-cxux*.
14613
14614 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14615
14616         * config.sub:  Fix typo powerpc -> powerpc-*.
14617
14618 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
14619
14620         * Makefile.in: `all-emacs19' depends on `all-byacc'.
14621
14622         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14623         parallel with all-emacs and install-emacs).  Top-level command
14624         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14625
14626 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14627
14628         * test-build.mk ($(host)-stamp-stage2-installed): Remove
14629         $(relbindir)/make before doing ``make install'', and use
14630         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
14631         installing over running make binary.
14632         ($(host)-stamp-stage3-installed): Likewise.
14633
14634 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14635
14636         * config.guess: Recognize Mach.
14637
14638 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14639
14640         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14641         see whether --exec-prefix was used.
14642
14643 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14644
14645         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
14646
14647 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14648
14649         * Makefile.in: Add all-librx target similar to all-libproc.
14650
14651 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
14652
14653         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
14654         with post 1.2 uname bogosity.
14655
14656 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14657
14658         * configure: Remove temporary files on receipt of a signal.
14659
14660 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
14661
14662         * configure: If there is a package_makefile_frag, remove
14663         ${subdir}/Makefile.tem after copying it in.
14664
14665 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14666
14667         * build_all.mk: support rs6000 lynx identifies itself as
14668         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
14669         since /bin/gcc is too feeble to compile a modern gcc.
14670
14671 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
14672
14673         * brought devo/test-build.mk update-to-date with progressive/
14674           test-build.mk. Add lynx targets and hppa flag info.
14675
14676 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14677
14678         * configure.in:  Use mh-ncrsvr43.  Patch from
14679         Tom McConnell <tmcconne@sedona.intel.com>.
14680
14681 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14682
14683         * config.guess (i386-unknown-bsdi):  No longer need to
14684         check #if defined(__bsdi__) && defined(__i386__).
14685
14686 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14687
14688         * configure: Set program_transform_nameoption correctly.
14689
14690 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
14691
14692         * brought build-all.mk update-to-date with progressive build-all.mk,
14693           added new targets and hppa info.
14694
14695 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14696
14697         * configure: If config.guess result is a prefix of the user
14698         specified target, assume a native build and use the user specified
14699         target as the host alias.  Remove SunOS patch suffix removal hack.
14700         * configure.in: Remove SunOS patch suffix removal hack.
14701
14702         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14703         in NATIVE_CHECK_MODULES.
14704
14705 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
14706
14707         * Makefile.in: Rename HOST_ONLY to NATIVE.
14708         * configure: Delete SunOs patch suffix from host_canonical
14709           and build_canonical variables that are prepended to Makefiles.
14710         * configure.in: Add comments for easier maintenance.
14711
14712 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14713
14714         * Makefile.in: Add all-libproc target similar to all-gui.
14715
14716 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
14717
14718         * Makefile.in (CHECK_MODULES): split into
14719         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14720
14721 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
14722
14723         * config.guess (i386-unknown-bsdi): New system to guess.
14724
14725 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14726
14727         * Makefile.in: Add all-gui target (but not yet build by "all").
14728
14729 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
14730
14731         * config.sub: Move deletion of patch suffix from here...
14732         * configure.in: To here, at Ian's suggestion.  The top-
14733           level scripts might need to know of a patch level.
14734
14735 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
14736
14737         * config.sub: Strip off patch suffix so rtl is recognized
14738           as a sunos4.1.3 machine, even though it's been patched.
14739
14740 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
14741
14742         * Makefile.in (INSTALL_LAST): Delete.
14743         (INSTALL_DOSREL): New.
14744
14745 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14746
14747         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14748         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14749         whether we pass down --with-gnu-ld anyhow.
14750
14751 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
14752
14753         * Makefile.in (INSTALL_LAST): Change operation so it works
14754         on more flavors of make.
14755         * configure.in (go32): Don't build libg++ or libio.
14756
14757 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
14758
14759         * Makefile.in (Move HOST_PREFIX_1 and friends up so
14760         they can be overriden by templates.
14761
14762 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
14763
14764         * configure.in (target==go32): Don't build gdb.
14765         * dosrel: New directory.
14766
14767 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
14768
14769         * configure.in (host==go32): Configure dosrel too.
14770         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14771         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14772         be set by incoming names or templates.
14773         (INSTALL_LAST): New rule.
14774
14775 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
14776
14777         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14778
14779 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14780
14781         * configure.in (appdirs): New variable.  Currently empty, but will
14782         be used in gas distribution.  If nonempty, lists a set of
14783         directories at least one of which must get configured, or top
14784         level configuration is considered to have failed.
14785         (rs6000-*-lynxos*): Use new file name.
14786
14787 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14788
14789         Eliminate XTRAFLAGS.
14790         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14791         newlib include files using -idirafter, and also use -nostdinc.
14792         (CXX_FOR_TARGET): Likewise.
14793         (XTRAFLAGS): Removed.
14794         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14795         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14796         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14797         ($(DO_X)): Don't pass down XTRAFLAGS.
14798
14799 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14800
14801         * configure.in (mips*-dec-bsd*): New target; do build linker.
14802         (mips*-*-bsd*): New target; don't build linker.
14803
14804 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14805
14806         * configure.in: support rs6000-*-lynxos* configuration.
14807         support sunos4 as a cross target.
14808
14809         * config.sub: look for lynx*, not lynx since the OS version may
14810         legitimately be part of the name.
14811
14812 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14813
14814         * configure.in (i[34]86-*-sco*): Move to be with other i386
14815         targets.
14816         (romp-*-*): New target.  Skip various binary utilities.
14817         (vax-*-*): New target.  Don't build newlib.
14818         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
14819
14820 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14821
14822         * configure.in: Only set host_makefile_frag if config
14823         directory exists.
14824
14825 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14826
14827         * install.sh: If $dstdir exists, don't check whether each
14828         component does.
14829
14830 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14831
14832         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14833
14834 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
14835
14836         * configure.in (*-*-lynxos*): Don't configure newlib for either
14837         native or cross Lynx.
14838
14839 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
14840
14841         * config.sub (sparc64-elf): Fix os.
14842         (z8k): Remove duplicate.
14843
14844 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14845
14846         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14847         gcc/stmp-fixproto, to try to prevent fixproto from being run.
14848
14849 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
14850
14851         * configure: Make file links cleanly even if Lynx fails on
14852           an NFS symlink (at least fail cleanly).
14853
14854 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14855
14856         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14857         -XNh2000.
14858
14859 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14860
14861         * configure: Unknown options are fatal again.
14862
14863 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
14864
14865         * configure: Ignore --x-includes and --x-libraries, for Autoconf
14866         compatibility.
14867
14868 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
14869
14870         * build-all.mk: Add `clean' target.
14871
14872 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14873
14874         * config.guess:  Add SINIX support.
14875         * configure.in:  Add mips-*-sysv4* support.
14876
14877 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
14878
14879         * build-all.mk: Document all useful targets.
14880         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14881         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14882
14883 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14884
14885         * configure: Support --silent, --quiet.
14886
14887 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14888
14889         * configure: Support --disable-FEATURE.
14890
14891 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14892
14893         * config.guess: Recognize NCR running SVR4.3.
14894
14895 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14896
14897         * config.guess:  Make BSDI generate i386-unknown-bsd386.
14898         Patch from Paul Eggert <eggert@twinsun.com>.
14899
14900 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14901
14902         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14903
14904 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14905
14906         * configure: Make unrecognized options give nonfatal warnings
14907         instead of fatal errors, and pass them to any subdirectory
14908         configures in case they recognize them.
14909         Make --x equivalent to --with-x.
14910
14911 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14912
14913         * configure: Add --enable-* options.  Clean up usage message and
14914         some comments.
14915
14916 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
14917
14918         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14919
14920 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14921
14922         * configure.in (hppa*-*-*): Enable binutils.
14923
14924 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14925
14926         * config.sub: Recognize cisco.
14927
14928 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
14929
14930         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14931
14932 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14933
14934         * config.guess: about target *-hitachi-hiuxwe2, don't print more
14935         than one configuration name.  Add comment.
14936
14937 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
14938
14939         * config.guess: about target *-hitachi-hiuxwe2, fixed
14940         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
14941         macro is incorrect.]
14942
14943 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14944
14945         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14946         than the "make ls" stuff which used to be here.
14947
14948 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14949
14950         * config.guess:  Recognize i[34]86-unknown-freebsd.
14951         From Shawn M Carey <smcarey@rodan.syr.edu>.
14952
14953 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14954
14955         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14956
14957 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
14958
14959         * config.guess: Check for ptx.
14960
14961 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
14962
14963         * config.sub: Add os9k checking.
14964
14965 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14966
14967         * config.guess: Handle OSF1 running on HPPA processors
14968
14969 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14970
14971         * configure: If subdir configure fails, print out a message with
14972         subdirectory name, in case subdir's configure code didn't identify
14973         itself.
14974
14975 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
14976
14977         * configure.in: Remove embedded newlines from configdirs.
14978         Avoid mismatches of substrings.  Fix matching strings at end
14979         of configdirs.
14980
14981 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
14982
14983         * config.guess:  Add Lynx/rs6000 config support.
14984
14985 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14986
14987         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14988
14989 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
14990
14991         * configure.in (hppa*-*-osf*): Treat this just like most other
14992         PA configurations (eg no binutils or ld).
14993         (hppa*-*-*elf*): These configurations have binutils and ld.
14994
14995 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14996
14997         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
14998
14999 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15000
15001         * configure.in (rs6000-*-*): Build gas.
15002
15003 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15004
15005         * Makefile.in:  Avoid bug in losing hpux sed.
15006
15007 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15008
15009         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
15010         for GDB and GDB has been fixed to not need it.
15011
15012 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15013
15014         * config.guess: Recognize vax hosts.
15015
15016 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15017
15018         * configure (while loop): Don't use "break 2" inside case
15019         statement -- the case statement isn't an enclosing loop.
15020
15021 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15022
15023         * config.guess:  Clean up NeXT support, to allow nextstep
15024         on Intel machines.  Make OS be nextstep.
15025
15026 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
15027
15028         * config.guess: Add alternate forms for Convex.
15029
15030 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
15031
15032         * configure:  Completely rewrite option processing.  Take
15033         advantage of pattern-matching to avoid invoking test frequently.
15034         Also clean up host and target defaulting logic.
15035
15036 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15037
15038         * Makefile.in: Replace all occurrances of "rootme" with "r" and
15039         "$${rootme}" with "$$r", to increase the likelihood that the do-*
15040         commands (plus user environment) will fit SCO limits.
15041
15042 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15043
15044         * configure.in: Don't issue warnings about directories which are
15045         not being configured if -norecursion is set.  Correct test for
15046         --with-gnu-as and --with-gnu-ld to not get confused by substring
15047         matches.
15048
15049         * configure.in: Don't build gas for alpha-dec-osf1*.
15050
15051 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
15052
15053         * configure:  Back out Per's change of 12/19/1993.  It changes the
15054         behavior of configure in unexpected and confusing ways.
15055
15056         Also, use different delim char when calculating
15057         program_transform_name so that the name can contain slashes.
15058
15059 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
15060
15061         * configure.in, config.sub: Add support for VSTa micro-kernel.
15062
15063 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
15064
15065         * configure.in: Nuke hacks which were used to get a special
15066         version of GAS for HPPA configurations.
15067
15068 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15069
15070         * configure:  If only ${target_alias} is given, use that
15071         as the default for ${host_alias}.
15072         * configure:  Add missing back-slashes before nested quotes.
15073
15074 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15075
15076         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
15077
15078 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
15079
15080         * config.guess:  Recognize some Tektronix configurations.
15081         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
15082
15083 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15084
15085         * config.sub: Match any flavor of SH.
15086
15087 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
15088
15089         * configure.in: Don't try to configure newlib for Alpha.
15090
15091 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15092
15093         * configure.in: Don't build ld for Irix 5.  Don't build gas,
15094         libg++ or libio for any Alpha target.
15095
15096         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
15097
15098 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
15099
15100         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
15101         default arguments -- so it tried to compress itself.
15102
15103 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15104
15105         * configure.in (notsupp): ensure that a space is always at the end
15106           of the configdirs list, since the grep checks for an explicit space
15107
15108 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15109
15110         * configure.in (target i386-sysv4.2): don't build ld, since static
15111           versions of many libraries are not available.
15112
15113 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15114
15115         * config.guess: Recognize Apollos (using environment variables).
15116         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
15117
15118 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15119
15120         * config.guess: Recognize Sony news mips running newsos.
15121
15122 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
15123
15124         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
15125         "fi ; else" for bash.
15126
15127 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
15128
15129         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
15130
15131 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
15132
15133         * config.sub: accept unixware as an alias for svr4.2.
15134         Fix some inconsistancies with the gcc version.
15135
15136 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15137
15138         * Makefile.in (DISTDOCDIRS):  Add gdb.
15139
15140 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15141
15142         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
15143
15144 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15145
15146         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
15147         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
15148         this now.
15149
15150 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15151
15152         * config.sub: Accept hiux* as an OS name.
15153
15154         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
15155         etc/make-stds.texi.  The underscore came from gcc, and dje now
15156         agrees that RUNTESTFLAGS is the correct name.
15157
15158 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15159
15160         * install.sh:  Remove 'set -e'.  It makes any conditionals
15161         in the script useless.
15162
15163         * config.guess: Automatically recognize arm-acorn-riscix
15164         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
15165
15166 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
15167
15168         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
15169
15170 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15171
15172         * Makefile.in (DISTDOCDIRS): New variable.
15173         (taz): Edit local Makefile.in sooner, instead of proto-toplev
15174         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
15175
15176 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15177
15178         * configure.in (hppa target): check the source directory for the
15179           pagas sub-directory
15180
15181 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
15182
15183         * config.sub: Allow -aout* and -elf*.
15184
15185 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15186
15187         * configure.in: Don't build ld on i386-solaris2, same as for
15188         sparc-solaris2.
15189
15190 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15191
15192         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
15193
15194 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15195
15196         * configure.in:  Configure gdb for alpha.
15197
15198 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15199
15200         * Makefile.in (CXXFLAGS): Add -O.
15201
15202 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15203
15204         * config.guess: added support for DG Aviion
15205
15206 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15207
15208         * configure.in: Produce warning message for subdirectories not
15209         configurable for this host/target combination.  Don't try to
15210         configure gdb for vms.
15211
15212 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15213
15214         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
15215         appropriate files before making "diststuff".
15216         (DISTBISONFILES): New var: list of files to be edited.
15217         (DISTSTUFFDIRS): Add binutils.
15218
15219 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15220
15221         * config.sub: also handle mipsel and mips64el (for little endian mips)
15222
15223 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15224
15225         * configure.in: Add * to end of all OS names.
15226
15227 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
15228
15229         * configure.in: Build newlib for LynxOS native.
15230
15231 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15232
15233         * config.guess: Add support for delta 88k running SVR3.
15234
15235         * configure.in: Add comment about HP compiler vs. emacs.
15236
15237 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15238
15239         * configure.in: don't build ld on solaris2 (not a viable option
15240           due to bugs in getpwnam & getpwuid)
15241
15242 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15243
15244         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
15245         config.guess will produce a full version number.
15246
15247 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15248
15249         * configure.in: Build linker and binutils for alpha-dec-osf1.
15250
15251 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15252
15253         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
15254         and gdb/testsuite/Makefile.in.
15255
15256 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15257
15258         * configure.in: recognize mips*- instead of mips-
15259
15260 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15261
15262         * config.sub: Accept linux*coff and linux*elf as operating
15263         systems.
15264
15265 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15266
15267         * config.sub: Recognize mips64, and mips3 as an alias for it.
15268
15269 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15270
15271         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
15272         gdb knows how to handle OSF/1 shared libraries.
15273
15274 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15275
15276         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
15277         * config.guess: Recognize Hitachi's HIUX.
15278         * config.sub: Recognize h3050r* and hppahitachi.
15279         Remove redundant cases for hp9k[23]*.
15280
15281 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15282
15283         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
15284         if gas and ld are in the source tree and are in ${configdirs}.
15285         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
15286         --with options (but still pass them down on the command line,
15287         if they were explicitly specified).
15288
15289 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15290
15291         * configure: substitute SHELL value in Makefile.in with
15292         ${CONFIG_SHELL}
15293
15294 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15295
15296         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
15297         *-*-solaris2* targets.
15298
15299 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15300
15301         * Makefile.in: define M4, and pass it down to sub-makes;
15302         all-autoconf now depends on all-m4
15303
15304 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15305
15306         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
15307         presence of {ar,ranlib} instead of a configured directory
15308
15309 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
15310
15311         * config.guess: Accept 34?? as well as 33?? for NCR.
15312
15313 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15314
15315         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
15316         of 'gas' in sed commands, since 'gash' is now in the tree as well.
15317
15318 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15319
15320         * configure: grab values for $(CC) and $(CXX) from the
15321         environment, so that someone can do "CC=gcc configure; make" and
15322         have it work right (matching the way that autoconf works now)
15323
15324         * configure.in, Makefile.in: add support for gash, the tcl
15325         interface to Galaxy
15326
15327         * config.guess: add NetBSD variants (hp300, x86)
15328
15329 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
15330
15331         * install.sh: Support -d option (in the manner of SunOS 4 install,
15332         as it is more deterministic than that of GNU install)
15333         (chmodcmd): Set file to mode 755 by default (should also do default
15334         chgrp and chown, but I don't feel like dealing with that now)
15335
15336 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
15337
15338         * config.sub: Remove h8300hhms alias.
15339
15340 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15341
15342         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
15343
15344 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15345
15346         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
15347         as stmp-fixinc
15348
15349 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15350
15351         * config.sub: recognize m88110-bug-coff.
15352
15353 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15354
15355         * Makefile.in (all-libio): all dependencies on the toolchain used
15356         to build this (gcc, gas, ld, etc)
15357
15358 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15359
15360         * config.guess: Deal with OSF/1 1.3 on alpha.
15361
15362 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15363
15364         * install.sh: add some 'else true' clauses for portability
15365
15366         * configure.in: don't build libio for h8[35]00-*-* targets
15367
15368 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15369
15370         * Makefile.in:  Add support for new libio.
15371
15372 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15373
15374         * install.sh: If one command fails, don't try the rest.  Don't try
15375         to remove $dsttmp (via trap) unless we have already created it.
15376         If $src doesn't exist, detect it and exit with an error.
15377
15378         * config.guess: Recognize BSD on hp300.
15379
15380 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15381
15382         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
15383         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
15384
15385 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
15386
15387         * Makefile.in (all-send-pr): depends on all-prms
15388
15389 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15390
15391         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
15392
15393 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15394
15395         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
15396         Added test for mips-mips-riscos5.
15397
15398 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15399
15400         * configure.in: use mh-hp300 for 68k HP hosts
15401
15402 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15403
15404         * configure: add support for CONFIG_SHELL, so that you can use
15405         some alternate shell for evaluating configure scripts
15406
15407 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
15408
15409         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
15410         in configure script to bug-gdb@prep.ai.mit.edu when building
15411         distribution archive.
15412         * Makefile.in (COMPRESS):  Remove def.
15413         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
15414         gdb.tar.Z and make-gdb.tar.Z respectively.
15415         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
15416         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
15417         to convergence with 'taz' target in Makefile.in.
15418
15419 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15420
15421         * install.sh (dsttmp): use trap to ensure that tmp files go
15422         away on error conditions
15423
15424 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15425
15426         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
15427
15428 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15429
15430         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
15431         its parent is '/' not ''.
15432
15433         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
15434
15435 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
15436
15437         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
15438         that ${newsrcdir}/configure.in does.
15439
15440 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15441
15442         * test-build.mk: support for CONFIG_SHELL
15443
15444 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
15445
15446         * config.sub (netware):  Add as a basic system type.
15447
15448 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15449
15450         * Makefile.in (Makefile): depend on configure.in.  Also drop the
15451           $(srcdir)/ from the dependency on Makefile.in.
15452
15453 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
15454
15455         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
15456         (h8300hhms is temporary until multi-libraries are implemented).
15457         * configure.in: Handle h8300h too.
15458
15459 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15460
15461         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
15462
15463 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
15464
15465         * configure:  Remove extraneous output when guessing host type.
15466         * config.guess:  Remove extraneous output when guessing using C
15467         compiler rather than uname, or when guessing fails.
15468
15469 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
15470
15471         * Makefile.in: remove all.cross and install.cross targets
15472
15473         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
15474           definitions
15475
15476 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
15477
15478         * configure.in (target sh): Build gprof.
15479
15480 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15481
15482         * config.sub: change -solaris to -solaris2
15483
15484 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15485
15486         * configure.in: Use config/mh-riscos for mips-*-sysv*.
15487
15488 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
15489
15490         * configure: Correct error message for missing Makefile.in to
15491         print correct directory.
15492
15493 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15494
15495         * install.sh: kludge around 386BSD shell bug
15496
15497 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
15498
15499         * config.guess:  Recognize NeXT.
15500         * config.guess:  Recognize i486-ncr-sysv4.
15501         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
15502
15503 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
15504
15505         * Makefile.in (MAKEINFOFLAGS): New variable.
15506         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
15507         * build-all.mk, test-build.mk: Pass down --no-split as
15508         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
15509
15510 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
15511
15512         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
15513
15514 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
15515
15516         * Makefile.in (libg++.tar.z):  New rule.
15517         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
15518         * Makefile.in (taz):  Only do a single chmod.
15519
15520 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15521
15522         * install.sh: don't use dirname anymore (replaced with sed usage)
15523
15524 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
15525
15526         * Makefile.in:  Change extension for gzip'd files from '.z' to
15527         '.gz' per new FSF standard usage.
15528
15529 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15530
15531         * configure: put quotes around the final value of program_transform_name
15532
15533 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15534
15535         * Makefile.in: new install.sh support; update install-info rules
15536
15537 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
15538
15539         * configure.in: Build diff for crosses, but not for go32 host.
15540
15541         * configure.in: Build gprof only for native, and don't build it
15542         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15543
15544 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
15545
15546         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15547
15548 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15549
15550         * configure.in (host_tools): Add prms.
15551
15552 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15553
15554         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15555         with $(FLAGS_TO_PASS) on the command line
15556
15557         * config.sub: Recognize lynx and lynxos
15558
15559 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15560
15561         * config.sub: Accept -ecoff*, not just -ecoff.
15562
15563 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15564
15565         * Makefile.in (taz): Use .gz suffix instead of .z.
15566         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15567         names.
15568
15569 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15570
15571         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15572
15573 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15574
15575         * Makefile.in (install-no-fixedincludes):  install gcc last, so
15576         that rebuilds that might happen during 'make install' don't get
15577         bogus gcc include files
15578
15579 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15580
15581         Change from Utah for HPPA support:
15582         * config.guess: Recognize hppa1.x-hp-bsd.
15583
15584 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
15585
15586         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
15587         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
15588
15589 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15590
15591         * config.sub: Add support for rom68k and bug boot monitors.
15592
15593 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
15594
15595         * Makefile.in: Make all-opcodes depend on all-bfd.
15596
15597 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15598
15599         * config.guess: Added special check for i[34]86-univel-sysv4*.
15600
15601 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
15602
15603         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15604         the processor rather than assuming i486.
15605
15606 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15607
15608         * config.guess: Recognize SunOS6 as Solaris3.
15609
15610 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
15611
15612         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
15613         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15614
15615 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
15616
15617         * build-all.mk (all-cross): New target for Canadian Cross.
15618         Added Q2 go32 targets.
15619         * test-build.mk: Configure go32 cross sparclite-aout and
15620         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
15621         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15622
15623 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15624
15625         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15626         GO32 hosted toolchains
15627
15628 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15629
15630         * configure: change  so "-exec-prefix" gets passed down rather
15631         than "-exec_prefix" so autoconf generated Makefiles get the
15632         exec_prefix set right.
15633
15634 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15635
15636         * config.guess: get the Solaris2 minor version number
15637
15638         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15639
15640 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15641
15642         * config.guess: Recognize some Sequent platforms.
15643
15644 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15645
15646         * Makefile.in: added the vault-install target
15647
15648         * configure.in: actually use the Sun3 makefile fragment that's in
15649         config, also added the release dir to configdirs
15650
15651 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15652
15653         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15654
15655 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15656
15657         * configure.in: remove some program from Alpha targetted toolchains
15658
15659 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
15660
15661         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
15662         gprof.
15663         (taz): Run "make diststuff" in those directories instead of "make
15664         proto-dir".  Look for "VERSION=" only at start of line in subdir
15665         Makefile.  Use "gzip -9" for compression.
15666         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15667         (binutils.tar.z): New target.
15668
15669 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15670
15671         * Makefile.in (taz): Include gpl.texinfo.
15672
15673 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15674
15675         * Makefile.in (setup-dirs): Merged into "taz" target.
15676         (taz): Only do `proto-dir' stuff if a directory is actually needed
15677         for this target.
15678
15679 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
15680
15681         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15682         (FLAGS_TO_PASS): Pass down MUNCH_NM.
15683         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15684         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15685         (gcc-no-fixedincludes): Correct for current gcc Makefile.
15686
15687 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
15688
15689         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
15690         config.sub, and move-if-change to gdb testsuite distribution
15691         archive, so the testsuite can be extracted, configured, and
15692         run separately from the gdb distribution.  Blow away the Chill
15693         tests that require a Chill compiled executable, since GNU Chill
15694         is not yet publically available.
15695
15696 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15697
15698         * test-build.mk: set environment variables in a single command,
15699         instead of a list of assignments and exports
15700
15701         * config.guess: recognize Alpha/OSF1 systems
15702
15703 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15704
15705         * configure: Change help message to prefer --options rather than
15706           -options.
15707
15708 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15709
15710         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15711         zippy@ecst.csuchico.edu.
15712         * config.guess: Recognize miniframe.
15713
15714 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15715
15716         * Makefile.in: Use srcroot to find runtest rather than rootme.
15717         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
15718
15719 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
15720
15721         * test-build.mk: Extensive additions to support building on a
15722         machine other than the host.
15723
15724 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15725
15726         * configure (tooldir): Fix for i386-aix again.
15727
15728 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
15729
15730         * configure, Makefile.in:  Change definition of $(tooldir)
15731         to match the FSF.
15732
15733 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
15734
15735         * config.guess:  Recognize i[34]86/SVR4.
15736
15737 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15738
15739         * Makefile.in (all-gdb): gdb depends on sim.
15740
15741 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
15742
15743         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
15744         at the same time we make the prototype gdb directory.
15745         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
15746         files at the same time as the gdb base release distribution.
15747
15748 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
15749
15750         * Makefile.in (check): Use individual check targets rather than
15751         DO_X rule.
15752         (check-gcc): Added.
15753
15754 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
15755
15756         * config.sub: Use sysv3.2 not sysv32 for canonical OS
15757         for System V release 3.2.
15758
15759 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15760
15761         * config.sub: Recognize hppaosf.
15762         * configure.in: Do configure ld/binutils/gas for it.
15763
15764 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15765
15766         * configure (tooldir): Alter syntax used to set this, for systems
15767         where "\$" isn't handled right, like i386-aix.
15768
15769 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15770
15771         * configure: Pass program-transform-name, not
15772         program_transform_name, to recursive configures.
15773
15774 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
15775
15776         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15777         of gas+ld+binutils.
15778
15779 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
15780
15781         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
15782
15783 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15784
15785         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15786
15787 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15788
15789         * Makefile.in (PRMS): Set back to all-prms.
15790
15791 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15792
15793         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15794         targets, rather than for MIPS hosts.
15795
15796 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15797
15798         * configure.in: add comment for --with-x default values
15799
15800         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15801
15802         * Makefile.in: add check-* targets for each of the directories in
15803         the tree.  Add a definition of RUNTEST that will use the one we
15804         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
15805
15806 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
15807
15808         * configure.in: Removed obsolete references to bfd_target and
15809         target_makefile_frag.
15810
15811         * build-all.mk: Set assorted targets for Q2.
15812         * config.sub: Recognize z8k-sim and h8300-hms.
15813         * test-build.mk: Really don't pass host to configure.
15814         (HOLES): Added uname.
15815
15816 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
15817
15818         * configure: Handle an empty program-prefix, program-suffix or
15819         program-transform-name correctly.
15820
15821 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15822
15823         * build-all.mk: -G 8 no longer required for MIPS targets.
15824         * test-build.mk: Don't pass host argument to configure; make it
15825         guess.
15826
15827 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
15828
15829         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
15830         * Makefile.in (COMPRESS):  New macro, like GZIP.
15831
15832 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15833
15834         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15835
15836         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15837         with gas currently defaults to -G 0.
15838
15839 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
15840
15841         * Makefile.in (all-flex): flex depends on byacc.
15842
15843         * build-all.mk: If host not specified, use config.guess.  Pass TAG
15844         to test-build.mk as RELEASE_TAG.
15845         * test-build.mk (configargs): New variable containing arguments to
15846         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
15847         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15848
15849         * config.guess: Use /bin/uname when checking -X argument on SCO,
15850         to avoid invoking GNU uname which doesn't understand -X.
15851
15852         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15853
15854         * configure.in: Build gas for mips-*-*.
15855
15856 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15857
15858         * Makefile.in (all.normal): insert missing backslash.
15859
15860 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15861
15862         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15863
15864         * Makefile.in: Complete overhaul to merge many almost identical
15865         targets.
15866
15867 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15868
15869         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15870         (gdb.tar.Z): Adjusted.
15871
15872         * Makefile.in (setup-dirs, taz): New targets; should be general
15873         enough to adapt for gdb sometime.  Build only .z file.
15874         (gas.tar.z): New target.
15875
15876 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
15877
15878         * build-all.mk: Use CC=cc -Xs on Solaris.
15879
15880 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
15881
15882         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
15883         for handling BISON for FSF releases.
15884
15885 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15886
15887         * configure: Actually implement the change zoo just documented.
15888
15889 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
15890
15891         * configure: when using config.guess, only set target_alias when
15892         it's not already been set (ie, on the command line)
15893
15894 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15895
15896         * Makefile.in: add installcheck target, set PRMS to install-prms
15897
15898 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15899
15900         * configure: add support for package_makefile_fragment, handle the
15901         case where a directory has a configure.in file but no Makefile.in
15902         more gracefully (with an actual understandable error message, even);
15903         add support for --without (and add this to the usage message); also
15904         explicitly add a --host=${host_alias} to the command line when
15905         config.guess is used
15906
15907 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15908
15909         * configure: Must use both --host and --target in recursive calls.
15910
15911 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15912
15913         * Makefile.in: Change deja-gnu to dejagnu.
15914
15915 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15916
15917         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15918
15919 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15920
15921         * configure.in: canonicalize all instances to *-*-solaris2*,
15922         also strip out a number of tools to not build for go32 host
15923
15924 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15925
15926         * config.guess: add GPL.
15927
15928         * Makefile.in, config.guess, config.sub, configure: bump
15929           copyrights to 93.
15930
15931 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
15932
15933         * Makefile.in (do-info): Removed obsolete check for existence of
15934         localenv file.
15935
15936         * Makefile.in (MAKEOVERRIDES): Define to be empty.
15937
15938 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15939
15940         * Makefile.in: a couple of 'else true' for decstation,
15941         support for TclX
15942
15943         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15944
15945 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
15946
15947         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15948
15949 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
15950
15951         * config.guess: Recognize i386-ibm-aix (PS/2).
15952         * configure.in: Use config/mh-aix386 file for it.
15953
15954 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
15955
15956         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15957         CC_FOR_TARGET instead.
15958         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15959
15960 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
15961
15962         * Makefile.in: Add sim to list of directories sent with gdb
15963
15964 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15965
15966         * configure.in: Put back mips-dec-bsd* case.
15967
15968 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
15969
15970         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15971         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
15972         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15973
15974 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15975
15976         * configure.in: remove no-op mips-dec-bsd* in "case $target"
15977
15978         * Makefile.in (dir.info): only run gen-info-dir if it exists,
15979         (install-info): install dir.info only if it exists,
15980         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15981
15982 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
15983
15984         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
15985         gas for mips-dec-bsd.
15986
15987 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
15988
15989         * configure (makesrcdir): If ${srcdir} is relative and not ".",
15990         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15991
15992 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15993
15994         * configure.in: Added "dejagnu" to hosttools list.
15995
15996 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
15997
15998         * config.sub, configure.in, config.guess:  Add support
15999         for Bosx, an AIX variant from Bull.
16000         Patches from F.Pierresteguy@frcl.bull.fr.
16001
16002 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
16003
16004         * devo/dejagnu: Initial creation of devo/dejagnu.
16005         Migrated dejagnu testcases and support files for testing software
16006         tools to reside as subdirectories, currently called "testsuite",
16007         within the directory of the software tool.  Migrated all programs,
16008         support libraries, etc. beloging to dejagnu proper from
16009         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
16010         with no modifications.  The changes to these files which will
16011         allow them to configure, build, and execute properly will be made
16012         in a future update.
16013
16014 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16015
16016         * Makefile.in: Change send_pr to send-pr.
16017         * configure.in: Likewise.
16018         * send_pr: Renamed directory to send-pr.
16019
16020 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
16021
16022         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
16023
16024 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
16025
16026         * README:  Update for gdb-4.8 release.
16027         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
16028         gdb-xxx.tar.z (gzip'd) file also.
16029
16030 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16031
16032         * Makefile.in: make all-diff depend on all-libiberty
16033
16034 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
16035
16036         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
16037
16038 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16039
16040         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
16041
16042 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
16043
16044         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
16045         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
16046         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
16047
16048 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16049
16050         * Makefile.in:  makeinfo binary is in a new location
16051
16052 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
16053
16054         * config.sub: Accept -ecoff as an OS.
16055
16056         * Makefile.in: Various changes to eliminate a level of make
16057         recursion and reduce the required command line length.
16058         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
16059         sub-makes.
16060         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
16061         variables holding settings for specific sub-makes.
16062         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
16063         in terms of BASE_FLAGS_TO_PASS.
16064         (TARGET_LIBS): New variable listing directories which use
16065         TARGET_FLAGS_TO_PASS.
16066         (subdir_do): Eliminated.
16067         (do-*): New set of targets to replace subdir_do.
16068         (various): All targets which used subdir_do now depend on do-*.
16069         (local-clean): Renamed from do_clean.
16070         (local-distclean): New target, dependency of distclean and
16071         realclean.
16072         (install-info): Don't create directories.  Depend on dir.info
16073         rather than calling make recursively.
16074         (install-dir.info): Eliminated.
16075         (install-info-dirs): Create all info directories here.
16076         (dir.info): Depend upon do-install-info.
16077
16078         * test-build.mk (HOLES): Added false.
16079
16080 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
16081
16082         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
16083
16084 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16085
16086         * Makefile.in (info): remove dependency on all-texinfo.  The
16087         problem was really in texinfo/C, not at this level.
16088
16089 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16090
16091         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
16092
16093 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
16094
16095         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
16096         GDB releases.
16097
16098 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16099
16100         * configure: Include srcdir in message about target of link not
16101         being found.  Don't convert `-' to `_' in `with' options being
16102         passed to subdirs.
16103
16104 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16105
16106         * configure.in: add uudecode to host_tools
16107
16108         * Makefile.in: added {all,install}-uudecode targets, added them to
16109         the appropriate lists
16110
16111 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
16112
16113         * Makefile.in (all-gcc): Added dependency on all-gas.
16114
16115         * configure.in (mips-*-*): Build ld and binutils.
16116
16117 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16118
16119         * configure: check return code from mkdir, print error message and
16120           exit on failure.
16121
16122 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
16123
16124         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
16125
16126 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16127
16128         * test-build.mk (HOLES): Added tar, cpio and uudecode.
16129
16130 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16131
16132         * config.sub (h8500):  Recognize this as a cpu type.
16133
16134 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16135
16136         * configure: source directory missing is no longer a warning
16137
16138         * configure.in: recognize irix[34]* instead of irix[34]
16139
16140         * Makefile.in: define and pass down X11_LIB
16141
16142 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
16143
16144         * guess-systype: Renamed to ...
16145         * config.guess:  ... by popular request.
16146         * configure.in, Makefile.in:  Update accordingly.
16147
16148 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
16149
16150         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
16151         + Add Convex, Cray/Unicos, and Encore/Multimax support.
16152         + Execute ./dummy instead of assuming . is in PATH.
16153
16154 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
16155
16156         * guess-systype:  New shell script.  Attempts to guess the
16157         canonical host name of the executing host.
16158         Only a few hosts are supported so far.
16159         * configure:  Call guess-systype if no host is specified.
16160
16161 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16162
16163         * Makefile.in (gcc-no-fixedincludes): Made to work with current
16164         gcc Makefile.
16165
16166
16167 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
16168
16169         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
16170         (all-gcc, install-gcc, subdir_do): Use it.
16171
16172 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16173
16174         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
16175
16176 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
16177
16178         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
16179           set exclusively by configure, using configure.in .
16180
16181 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16182
16183         * test-build.mk: set $PATH for all builds
16184
16185         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
16186
16187 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
16188
16189         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
16190         the one used in gcc/Makefile.in, so that a null expansion doesn't
16191         override the one needed to build gcc with a native cc.
16192
16193
16194 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16195
16196         * configure: Accept -with arguments.
16197
16198 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16199
16200         * Makefile.in: added h8300sim
16201
16202 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
16203
16204         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
16205         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
16206         (all-cygnus, native, build-cygnus): Make
16207         $(canonhost)-stamp-3stage-done, not $(host)....
16208         * test-build.mk (stamp-3stage-compared): Use tail +10c for
16209         i386-sco3.2v4.  Added else true to if command.
16210
16211 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
16212
16213         * config.sub: (from FSF) Sequent uses a BSD-like OS.
16214
16215 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
16216
16217         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
16218
16219 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16220
16221         * configure.in: don't remove binutils from Solaris builds
16222
16223 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
16224
16225         * Makefile.in: get rid of earlier definitions for *clean,
16226         also handle the recursive info rule better
16227
16228 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
16229
16230         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
16231         do more-or-less the right thing.
16232
16233 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
16234
16235         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
16236         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
16237
16238 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16239
16240         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
16241         $(host_canonical).
16242
16243         * configure.in: split the configdirs list into 4 categories (native
16244         v. cross, library v. tool) and handle the cross-only and native-
16245         only in more reasonable (and correct!) way.
16246
16247 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
16248
16249         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
16250         configdirs anymore.
16251
16252 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16253
16254         * Makefile.in: extensive cleanup::  removed all of the explicit
16255         clean-* targets, collapsed many wrappers around subdir_do into
16256         one, added additional targets to satisfy standards.texi, deleted
16257         some old targets, some changes for consistency
16258
16259 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16260
16261         * configure.in: handle some programs as cross-only, and others as
16262         native only
16263
16264         * test-build.mk: handle partial holes in a more generic manner
16265
16266         * Makefile.in: m4 depends on libiberty
16267
16268 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16269
16270         * configure.in: add m4, textutils, fileutils, sed, shellutils,
16271         time, wdiff, and find to configdirs
16272
16273         * Makefile.in: all, clean, and install rules for the new programs
16274         added to configure.in
16275
16276 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16277
16278         * configure.in: use mh-sun for all *-sun-* hosts
16279
16280 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16281
16282         * Makefile.in: define flags for X11 include files and library file
16283         locations, pass them down to the programs that need this info
16284
16285         * build-all.mk: added a 'native' target, to 3stage the native toolchain
16286
16287 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16288
16289         * configure.in: start building libg++ for HP-UX targets
16290
16291 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
16292
16293         * README:  Update references to files moved into etc/.
16294
16295 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
16296
16297         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
16298         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
16299
16300 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16301
16302         * configure: accept dash as well as underscore in long option
16303         names for FSF compatibility.
16304
16305 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
16306
16307         * config.sub: added -sco3.2v4 support from FSF.
16308
16309 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16310
16311         * configure.in: expand the section that adds or removes
16312         directories from the list of programs to build, to handle native
16313         vs. cross in addition to host v. native
16314
16315 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
16316
16317         * Makefile.in:  Replace C++ in macro names with CXX.
16318         This is less likely to break ...
16319
16320 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16321
16322         * test-build.mk: add -w to GNU_MAKE
16323
16324 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16325
16326         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
16327         add 'sparc' to list of recognized cpus.  This needed to make
16328         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
16329         Delete some redundant ose68 variants.  Recognize -wrs as an os,
16330         then changes that into $CPU-wrs-vxworks.
16331
16332         * configure.in: remove most references to gdbtest, regularize
16333         target based program removal
16334
16335         * test-build.mk: import from p3 tree (many fixes and changes)
16336
16337 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
16338
16339         * Makefile.in: added rules to handle tcl, tk, and expect
16340
16341         * configure.in: handle those directories if they exist
16342
16343 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16344
16345         * config.sub: removed bogus hppabsd and hppahpux names, since
16346         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
16347
16348 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16349
16350         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
16351         depends upon all-xiberty
16352
16353         * Makefile.in: changes from p3, including:
16354
16355         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
16356
16357         * Makefile.in (XTRAFLAGS): include newlib directories if
16358         newlib/Makefile exists, rather than if host != target.
16359
16360         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
16361
16362         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16363         from the same source tree and not building a cross-compiler.  This
16364         matters for the libg++ configuration if reconfiguring a tree that
16365         has already been installed.
16366
16367         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
16368
16369         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16370         pick up the machine and system specific header files.
16371
16372         * Makefile.in: added AS_FOR_TARGET, passed down in
16373         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16374         the C compiler to use to create programs which are run in the
16375         build environment, set it to default to $(CC), and passed it down
16376         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16377
16378         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
16379
16380         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
16381         We need them for unusual native builds, like systems without
16382         ranlib.
16383
16384         * configure: also define $(host_canonical) and
16385         $(target_canonical), which are the full, canonical names for the
16386         given host and target
16387
16388 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
16389
16390         * Makefile.in:  Added separate definitions for C++.
16391
16392 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
16393
16394         * configure.in (configdirs):  Add deja-gnu.
16395
16396 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
16397
16398         * README:  Update for configure.texi and gdb-4.7 release.
16399
16400 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
16401
16402         * Makefile.in:  Move "all" target to top of file.
16403         Previously, first target was ".PHONY" which caused BSD4.4 make
16404         to build .PHONY when make was run without arguments.
16405
16406 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
16407
16408         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
16409         Library-copylefted code in libiberty.
16410
16411 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
16412
16413         * config.sub:  Replace m68kmote with plain old m68k.
16414
16415 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
16416
16417         * Makefile.in:  Remove space from blank line, avoid Make complaints.
16418
16419 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
16420
16421         * config.sub: Complain if no argument is given.  Added support for
16422         386bsd as OS and target alias.
16423
16424 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
16425
16426         * Makefile.in (XTRAFLAGS): include newlib directories if
16427         newlib/Makefile exists, rather than if host != target.
16428
16429 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
16430
16431         * config.sub: recognize sparclite-wrs-vxworks.
16432
16433         * Makefile.in (install-xiberty): added *-xiberty make rules (from
16434         p3.) Added clean-xiberty to clean.
16435
16436 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16437
16438         * configure.in: use *-*-* instead of nested cases for host and target
16439
16440 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
16441
16442         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16443         from the same source tree and not building a cross-compiler.  This
16444         matters for the libg++ configuration if reconfiguring a tree that
16445         has already been installed.
16446
16447 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
16448
16449         * config.sub (i486v/i486v4):  Merge in from FSF version.
16450
16451 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
16452
16453         * configure: only set PWD if it is already set.
16454
16455 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
16456
16457         * configure: just set PWD=`pwd` at the top, since Ultrix sh
16458         doesn't have unset and all success paths (and most error paths)
16459         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
16460         to just ${PWD} to avoid confusion.)
16461
16462 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
16463
16464         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
16465         even for a native compilation.
16466
16467 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
16468
16469         Changes to make the gdb.tar.Z rule work better.
16470
16471         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
16472         (DEVO_SUPPORT):  Add configure.texi.
16473         (bfd-ilrt.tar.Z):  Remove ancient rule.
16474
16475 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
16476
16477         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16478         pick up the machine and system specific header files.
16479
16480         * configure.in, config.sub: added new target m68010-adobe-scout,
16481         with alias of adobe68k.  Changed configure.in to check for
16482         -scout before -sco* to avoid a false match.
16483
16484         * Makefile.in: added AS_FOR_TARGET, passed down in
16485         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16486         the C compiler to use to create programs which are run in the
16487         build environment, set it to default to $(CC), and passed it down
16488         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16489
16490 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16491
16492         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
16493         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
16494         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
16495         FOR_TARGET variants, to newlib and libg++.
16496
16497 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16498
16499         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
16500         first.
16501
16502 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
16503
16504         * config.sub:  Accept `elf' as an environment.
16505
16506 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16507
16508         * Makefile.in (all-opcodes):  cd into the right directory
16509
16510 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
16511
16512         * configure: added -program_transform_name option, used as
16513         argument to sed when installing programs.
16514         configure.texi: added documentation for -program_prefix,
16515         -program_suffix and -program_transform_name.
16516
16517 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
16518
16519         * config.sub:  Accept i486 where i386 ok.
16520
16521 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
16522
16523         * config.sub: accept we32k
16524
16525 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
16526
16527         * config.sub, configure.in: accept OSE68000 and OSE68k.
16528
16529         * Makefile.in: don't create all directories for ``make install'';
16530         let the subdirectories create the ones they need.
16531
16532 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16533
16534         * COPYING: new file, GPL v2
16535
16536 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16537
16538         * Makefile.in: use the new gen-info-dir, which needs a template
16539         argument (which also lives in texinfo)
16540
16541         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16542
16543 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
16544
16545         * config.sub (ncr3000):  Change i386 to i486.
16546
16547 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16548
16549         * Makefile.in: add install-rcs, install-grep to
16550         install-no-fixedincludes, removed install-bison and install-libgcc
16551
16552 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
16553
16554         * configure.in: grab the HPUX makefile fragment if on HPUX
16555
16556 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
16557
16558         * Makefile.in: eradicate bison spoor (ditto libgcc).
16559          configure.in: recognise m68{k,000}-ericsson-OSE.
16560          es1800 is alias for m68k-ericsson-OSE
16561
16562 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16563
16564         * configure.in: rearrange the parts that remove programs from
16565         configdirs, based now on HOST==TARGET or by canonical triple.
16566
16567 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16568
16569         * test-build.mk: recurse explicitly with -f test-build.mk when
16570           appropriate.  predicate stage3 and comparison on the existence
16571           of gcc.  That is, if gcc isn't around, we aren't three-staging.
16572           On very clean, also remove ...stamp-co.  Build in-place before
16573           doing other builds.
16574
16575 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16576
16577         * Makefile.in, configure.in: add tgas
16578
16579 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16580
16581         * Makefile.in: a number of changes merged in from progressive.
16582
16583         * configure.in: add libm.
16584
16585         * .cvsignore: ignore some stuff that comes from test-build.mk.
16586
16587 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
16588
16589         * config.sub:  Add es1800 (m68k-ericsson-es1800).
16590
16591 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
16592
16593         * configure: Add program_suffix (parallel to program_prefix)
16594         * Makefile.in: adjust directory-creating script for losing decstation
16595
16596 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
16597
16598         * configure:  Minor $subdir-related fixes.
16599
16600 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16601
16602         * configure: fix various problems with propogating
16603         makefile_target_frag in subdirs.
16604         * configure.in: config libgcc if its there
16605
16606 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
16607
16608         * config.sub:  HPPA merge.
16609
16610 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
16611
16612         * Makefile.in:  Replace all-bison with all-byacc in all
16613         dependency lines for other tools (which now use byacc).
16614
16615 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
16616
16617         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
16618
16619 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
16620
16621         * Makefile.in: make gprof rules similar to byacc rules (instead of
16622         vestigal $(unsubdir) that didn't work...)
16623
16624 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
16625
16626         * config.sub:  Add support for Linux.
16627         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
16628         (at least for libg++).
16629
16630 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
16631
16632         * configure.texi: fix doc for the -nfp option to configure
16633
16634 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
16635
16636         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16637
16638 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
16639
16640         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16641         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16642         * configure.in: added solaris* host_makefile_frag hook.
16643
16644 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16645
16646         * config.sub: changed recognition of m68000 so that various
16647         m68k types can be specified via m680[01234]0
16648
16649 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16650
16651         * config.sub (basic_machine): fix sed so that '-foo' isn't
16652         completely substituted out while .+'-foo' loses the '-foo'
16653
16654 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16655
16656         * config.sub ($os): Add -aout.
16657
16658 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
16659
16660         * configure:  If host_makefile_frag is absolute, don't
16661         prefix ${invsubdir} (relevant to libg++ auto-configure).
16662
16663 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16664
16665         * Makefile.in (tooldir): Define it.
16666         (all-ld): Depend on all-flex.
16667
16668 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
16669
16670         * Makefile.in (check):  Fix libg++ special case.
16671
16672 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
16673
16674         * configure: do not bury `pwd` into config.status, thus do fewer
16675           pwd's.
16676
16677         * configure: print the "Building in" message only when building in
16678           other than "." AND verbose.
16679
16680         * configure: remove -s, rework -v to better accommodate guested
16681           configures.
16682
16683         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16684
16685 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
16686
16687         * Makefile.in: macroize flags passed on recursion.  remove
16688           fileutils.
16689
16690 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
16691
16692         * configure: get makesrcdir right for subdirs deeper than 1.
16693
16694         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16695           install.
16696
16697 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
16698
16699         * Makefile.in: don't print subdir_do or recursion lines.
16700
16701 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
16702
16703         * standards.texi: added menu item.
16704
16705         * Makefile.in: build and install standards.info.
16706
16707         * standards.texi: new file.
16708
16709 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16710
16711         * configure: test for and move config.status pieces from
16712           ${subdir}/.
16713
16714 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
16715
16716         * configure:  Test for existance of files before trying to mv
16717         them, to avoid numerous non-existance messages.
16718
16719 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
16720
16721         * configure: correct final line of config.status.
16722
16723         * configure: patch from eggert.  Avoids a protection problem if
16724           the original Makefile.in is read only.
16725
16726         * configure: use move-if-change from gcc to create config.status.
16727           Some makefiles depend on config.status to tell if a directory
16728           has been reconfigured for a different host.  This change
16729           prevents those directories from remaking everything in the case
16730           where the reconfig was only intended to rebuild a Makefile.
16731
16732         * configure: test for config.sub with "config.sub sun4" rather
16733           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
16734           host alias from a missing config.sub.
16735
16736 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16737
16738         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16739           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
16740
16741 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
16742
16743         * configure: mkdir ${subdir} as needed.
16744
16745 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
16746
16747         * Makefile.in,configure.in: added autoconf.
16748
16749 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16750
16751         * Makefile.in: no longer pass against on recursion.
16752
16753         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16754           definitions are not inherited.
16755
16756         * configure: correct makesrcdir when subdir is .
16757
16758 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
16759
16760         * configure:  Add support for 'subdirs' variable, which is
16761         like 'configdirs', except that configure doesn't re-invoke
16762         itself for subdirs, it just creates a Makefile for each subdir.
16763         * configure.texi:  Document subdirs.
16764
16765 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16766
16767         * configure.in: added flex to configdirs
16768
16769 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
16770
16771         * Makefile.in: remove clean-stamps from clean.
16772
16773 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
16774
16775         * configure.in:  Add gdbtest to configdirs.
16776
16777 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
16778
16779         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
16780         to recursive makes.
16781         * configure.in:  Recognize new ncr3000 config.
16782
16783 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
16784
16785         * Makefile.in, configure.in: removed references to gdbm.
16786
16787 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
16788
16789         * config.sub:  Don't canonicalize os value
16790         newsos* to bsd (readline needs to check for newsos).
16791         (This fix was earlier made Jan 31, but got re-broken.)
16792
16793 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
16794
16795         * configure.in:  sco is an os, not a vendor!
16796
16797         * configure:  Quote $( better.  Keep various shells happy.
16798
16799 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
16800
16801         * Makefile.in: eliminate stamp-files.
16802
16803 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
16804
16805         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
16806           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16807
16808 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
16809
16810         * config.sub:  fix iris/iris3.
16811
16812 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
16813
16814         * configure: re-add -rm.
16815
16816 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
16817
16818         * Maskefile.in: add .stmp-rcs to all.
16819
16820         * configure.in: remove gas from rs6000 build, use aix host fragment.
16821
16822 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
16823
16824         * configure: pass down site_option during recursion.
16825
16826 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
16827
16828         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
16829
16830 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
16831
16832         * configure: Change exec_prefix so that it really defaults to prefix.
16833
16834 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
16835
16836         * Makefile.in, configure.in:  Add support for mmalloc library.
16837
16838 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
16839
16840         * Makefile.in: add stmp dependencies for a few more things.
16841
16842 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
16843
16844         * configure: adjusted error message on objdir/srcdir configure
16845           collision, per john's suggestion.
16846
16847         * Makefile.in: add libiberty stmp to all and all.cross.
16848
16849 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
16850
16851         * Makefile.in: remove force dependencies, add grep to all.
16852
16853 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
16854
16855         * Makefile.in: drop flex.  make stamp files work.
16856
16857         * configure: added test for conflicting configuration in srcdir,
16858           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
16859           gets cranky.  use relative paths for configure and srcdir
16860           whenever possible.  Send some error messages to stderr that were
16861           going to stdout.
16862
16863 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
16864
16865         * Makefile.in:  Fix libg++ rule to check for gcc directory
16866         before using gcc/gcc.  Also pass XTRAFLAGS.
16867
16868 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
16869
16870         * Makefile.in: added stmp-files so that directories aren't polled
16871           when they are already built.
16872
16873         * configure.texi: fixed a node pointer problem.
16874
16875 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
16876
16877         * config.sub configure.in gdb/configure.in
16878         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16879         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16880         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
16881
16882 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16883
16884         * configure: -recurring becomes -silent.  corrected help message
16885           for -site= option.
16886
16887         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16888
16889 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16890
16891         * configure: when building Makefile for crosses, replace
16892           tooldir and program_prefix.  default srcdir from location of
16893           config.sub.  remove "for host in hosts" and "for target in
16894           targets" loops.
16895
16896 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16897
16898         * Makefile.in: Do not pass bindir or mandir to cvs.
16899
16900 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
16901
16902         * Makefile.in, configure.in: removed traces of namesubdir,
16903           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
16904           copyrights to '92, changed some from Cygnus to FSF.
16905
16906         * configure.texi: remove most references to multiple hosts,
16907           multiple targets, subdirs, etc.
16908
16909         * configure.man: removed rcsid. reference config.sub not
16910           config.subr.
16911
16912         * Makefile.in: mkdir $(infodir) on install-info.
16913
16914 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
16915
16916         * configure.texi:  Explain better about .gdbinit and about
16917         the environment that configure.in sections run in.
16918
16919 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
16920
16921         * configure.in:  Ultrix is only a decstation if it's a MIPS.
16922
16923 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
16924
16925         * README:  DOC.configure => cfg-paper.texi.
16926
16927 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
16928
16929         * config.sub (near case $os):  Don't convert newsos* to bsd!
16930
16931 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
16932
16933         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
16934         the number of copies of COPYING that go into the GDB tar file.
16935
16936 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
16937
16938         * bfd/configure.in, gdb/config/mh-i386sco,
16939         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16940         Fix SCO configuration stuff.
16941
16942 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
16943
16944         * Makefile.in:  For libg++, make sure the -I pointing
16945         to the gcc directory goes *after* all the libg++-local -I flags.
16946         Also, move just-gcc dependency from just-libg++ to all-libg++.
16947
16948 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
16949
16950         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
16951
16952 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
16953
16954         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
16955
16956 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
16957
16958         * config.sub:  Add stratus configuration frags.  Also
16959         submitted to FSF.
16960
16961 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
16962
16963         * Makefile.in (DEV_SUPPORT):  add configure.man.
16964
16965         * config.sub(Decode manufacturer-specific):  add -none*.
16966
16967 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
16968
16969         * Makefile.in:  remove form feeds to make Sun's make happy.
16970         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
16971
16972 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
16973
16974         * Makefile.in (AR_FLAGS):  Make quieter.
16975
16976 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
16977
16978         * configure.in:  Add libg++.
16979         * configure:  When verbose, don't output the command line at each
16980         level; it will be unremarkably the same as the previous version,
16981         which will be the same as what the user typed.
16982
16983 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
16984
16985         * configure.in, Makefile.in: fix clean-info, add flex.  add
16986           fileutils.
16987
16988         * configure: be less sensitive to spaces in Makefile.in.  Do not
16989           look for sources in "..".  Doing so breaks subdirectories that
16990           might have their own configure.  If a subdir has it's own
16991           configure script, use it.
16992
16993 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
16994
16995         * cfg-paper.texi: some changes suggested by rms.
16996
16997 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
16998
16999         * config.sub:  Merge in some small additions from the FSF version,
17000         taken from the gcc distribution, to bring the Cygnus and FSF
17001         versions into closer sync.
17002
17003 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
17004
17005         * configure.in:  Changed svr4 references to sysv4.
17006
17007 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
17008
17009         * configure: added -V for version number option.
17010
17011 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
17012
17013         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
17014           renamed from DOC.configure to cfg-paper.texi.
17015
17016 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17017
17018         * configure, config.subr, config.sub: config.subr is now
17019           config.sub again.
17020
17021 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
17022
17023         * configure.texi: new file, in progress.
17024
17025         * Makefile.in: build info file and install the man page for
17026           configure.
17027
17028         * configure.man: new file, first cut.
17029
17030         * configure: find config.subr again now that configuration "none"
17031           has gone.  removed all traces of the -ansi option.  removed all
17032           traces of the -languages option.
17033
17034         * config.subr: resync from rms.
17035
17036 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17037
17038         * configure, config.sub, config.subr: merge config.sub into
17039           config.subr, call the result config.subr, remove config.sub, use
17040           config.subr.
17041
17042         * Makefile.in: revised install for dir.info.
17043
17044 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17045
17046         * configure.in: add decstation host makefile frag.
17047
17048         * Makefile.in: BISON now bison -y again.  also install-gcc on
17049           install.  clean-gdbm on clean.  infodir belongs in datadir.
17050           Make directories for info install.  Build dir.info here then
17051           install it.
17052
17053 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17054
17055         * Makefile.in: fix for bad directory tests.
17056
17057 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17058
17059         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
17060           regexp.  -srcdir relative was being handled incorrectly.
17061
17062         * Makefile.in: unwrapped some for loops so that parallel makes
17063           work again and so one can focus one's attention on a particular
17064           package.
17065
17066 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17067
17068         * configure: added PWD as a stand in for `pwd` (for speed). use
17069           elif wherever possible.  make -srcdir work without -objdir.
17070           -objdir= commented out.
17071
17072 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17073
17074         * configure: +options become --options.  -subdirs commented out.
17075           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
17076           Makefile now at top of generated Makefile.  Removed cvs log
17077           entries.  added -srcdir.  create .gdbinit only if there is one
17078           in ${srcdir}.
17079
17080         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
17081           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
17082           and mandir now keyed off datadir by default.
17083
17084 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17085
17086         * Freshly created ChangeLog.
17087
17088 \f
17089 Local Variables:
17090 mode: change-log
17091 left-margin: 8
17092 fill-column: 76
17093 version-control: never
17094 End: