OSDN Git Service

Add rune as an alias for int.
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2011-10-27  Nick Clifton  <nickc@redhat.com>
2
3         * config.sub: Import these changes from the config project:
4
5         2011-10-08  Joern Rennecke <joern.rennecke@embecosm.com>
6             Ben Elliston  <bje@gnu.org>
7
8         * config.sub (epiphany): New.
9
10         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
11             Ben Elliston  <bje@gnu.org>
12
13         * config.sub (hexagon, hexagon-*): New.
14
15         2011-08-23  Roland McGrath  <mcgrathr@google.com>
16
17         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
18         64eb to be64.
19
20         2011-08-16  Roland McGrath  <mcgrathr@google.com>
21
22         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
23         (nacl): Grok as alias for 32el-unknown-nacl.
24
25 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
26
27         * MAINTAINERS (Write After Approval): Add myself.
28
29 2011-10-24  Teresa Johnson  <tejohnson@google.com>
30
31         * MAINTAINERS (Write After Approval): Add myself.
32
33 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
34
35         * MAINTAINERS (sparc port): Remove myself.
36
37 2011-09-14  Tom de Vries  <tom@codesourcery.com>
38
39         * MAINTAINERS (Write After Approval): Add myself.
40
41 2011-08-14  Yao Qi  <yao@codesourcery.com>
42
43         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
44         * configure: Regenerate.
45
46 2011-07-26  Ian Lance Taylor  <iant@google.com>
47
48         * configure.ac: Set have_compiler based on whether gcc directory
49         exists, rather than on whether gcc is in configdirs.
50         * configure: Rebuild.
51
52 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
53
54         * MAINTAINERS (Global Reviewers): Add self.
55
56 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
57
58         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
59         link directories.
60         * Makefile.in: Rebuild.
61
62 2011-07-20  Ian Lance Taylor  <iant@google.com>
63
64         PR bootstrap/49787
65         * configure.ac: Move --enable-bootstrap handling earlier in file.
66         If --enable-bootstrap and either --enable-build-with-cxx or
67         --enable-build-poststage1-with-cxx, enable C++ automatically.
68         * configure: Rebuild.
69
70 2011-07-19  Ian Lance Taylor  <iant@google.com>
71
72         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
73         make C++ a boot_language.  Set and substitute
74         POSTSTAGE1_CONFIGURE_FLAGS.
75         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
76         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
77         * configure, Makefile.in: Rebuild.
78
79 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
80
81         * MAINTAINERS (Register Allocation): Move myself from reviewers to
82         maintainers.
83
84 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
85
86         * MAINTAINERS (Global Reviewers): Add myself.
87
88 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
89
90         * configure: Regenerate.
91
92 2011-07-16  Jason Merrill  <jason@redhat.com>
93
94         * Makefile.def (language=c++): Add check-c++0x and
95         check-target-libmudflap-c++.
96         * Makefile.tpl (check-target-libmudflap-c++): New.
97         * Makefile.in: Regenerate.
98
99 2011-07-16  Matthias Klose  <doko@ubuntu.com>
100
101         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
102         * Makefile.def (target_modules/libjava): Pass
103         $(EXTRA_CONFIGARGS_LIBJAVA).
104         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
105         if not configured with --enable-static-libjava.
106         * Makefile.in: Regenerate.
107         * configure: Likewise.
108
109 2011-07-15  Jason Merrill  <jason@redhat.com>
110
111         * Makefile.in (check-c++): Move check-gcc-c++0x after
112         check-target-libstdc++-v3.
113
114 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
115
116         * MAINTAINERS (c6x port): New entry.
117
118 2011-07-13  Jason Merrill  <jason@redhat.com>
119
120         * Makefile.in (check-gcc-c++0x): New.
121         (check-c++): Depend on it.
122
123 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
124
125         PR target/39150
126         * configure.ac (i[3456789]86-*-solaris2*): Also accept
127         x86_64-*-solaris2.1[0-9]*.
128         * configure: Regenerate.
129
130 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
131
132         * MAINTAINERS (RTL optimizers): Add self.
133
134 2011-06-27  Gabriel Charette  <gchare@google.com>
135
136         * MAINTAINERS (Write After Approval): Add myself.
137
138 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
139
140         PR regression/47836
141         PR bootstrap/23656
142         PR other/47733
143         PR bootstrap/49247
144         PR c/48825
145         * configure.ac (target_libraries): Remove target-libiberty.
146         Remove case-statement setting skipdirs=target-libiberty for
147         multiple targets.  Remove checking target_configdirs and
148         removing target-libiberty but keeping target-libgcc if
149         otherwise empty.
150         * Makefile.def (target_modules): Don't add libiberty.
151         (dependencies): Remove all traces of target-libiberty.
152         * configure, Makefile.in: Regenerate.
153
154 2011-06-13  Walter Lee <walt@tilera.com>
155
156         * configure.ac (tilepro-*-*) New case.
157         (tilegx-*-*): Likewise.
158         * configure: Regenerate.
159
160 2011-06-06  Jing Yu  <jingyu@google.com>
161
162         * configure.ac: Skip target-libiberty for
163         arm*-*-linux-androideabi.
164         * configure: Regenerated.
165
166 2011-06-06  Nick Clifton  <nickc@redhat.com>
167
168         * config.sub: Sync from upstream.
169
170 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
171
172         * MAINTAINERS (Write After Approval): Add myself.
173
174 2011-06-01  Daniel Jacobowitz  <drow@false.org>
175
176         * MAINTAINERS: Update my email address.
177
178 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
179
180         * MAINTAINERS (Write After Approval): Update my email address.
181
182 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
183
184         * MAINTAINERS (Write After Approval): Add myself.
185
186 2011-05-08  Doug Kwan  <dougkwan@google.com>
187
188         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
189         * configure: Regenerated.
190         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
191         value from configure.
192         * Makefile.in: Regenerated.
193
194 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
195
196         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
197         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
198         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
199         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
200         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
201         *-*-vxworks*): Disable newlib and libgloss in separate case
202         statement.
203         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
204         to separate case statement.
205         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
206         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
207         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
208         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
209         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
210         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
211         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
212         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
213         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
214         i[[3456789]]86-*-rdos*, m32r-*-*,
215         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
216         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
217         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
218         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
219         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
220         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
221         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
222         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
223         and libgloss in main case over targets.  Remove most empty cases
224         in main case over targets.
225         * configure: Regenerate.
226
227 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
228
229         * MAINTAINERS (Write After Approval): Add myself.
230
231 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
232
233         * configure.ac: Remove code setting special library locations for
234         hppa*64*-*-hpux11*.  Remove code setting compiler for
235         sparc-sun-solaris2*.
236         * configure: Regenerate.
237
238 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
239
240         * configure.ac: Separate libgloss_dir settings from general case
241         over targets.
242         * configure: Regenerate.
243
244 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
245
246         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
247         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
248         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
249         cases in libgcj-disabling case statement.
250         (hppa*64*-*-linux*): Set unsupported_languages instead of
251         disabling target-zlib.
252         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
253         to hppa*64*-*-hpux*.
254         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
255         hppa*-*-hpux*.
256         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
257         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
258         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
259         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
260         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
261         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
262         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
263         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
264         libgcj-disabling case statement.
265         * configure: Regenerate.
266
267 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
268
269         * configure.ac: Disable Java for targets not supporting libffi.
270         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
271         Remove cases in Java-disabling statement.
272         (*arm-wince-pe): Change to arm-wince-pe.
273         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
274         cases in Java-disabling statement.
275         (bfin-*-*): Don't disable Java again.
276         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
277         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
278         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
279         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
280         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
281         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
282         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
283         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
284         Java-disabling statement.
285         (mmix-*-*): Don't disable Java again.
286         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
287         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
288         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
289         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
290         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
291         statement.
292         * configure: Regenerate.
293
294 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
295
296         * configure.ac: Separate cases disabling Java and Java libraries
297         from general case over targets.
298         * configure: Regenerate.
299
300 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
301
302         * MAINTAINERS: Update my email address.
303
304 2011-04-20  Easwaran Raman  <eraman@google.com>
305
306         * MAINTAINERS (Write After Approval): Add myself.
307
308 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
309
310         PR lto/48086
311         * configure.ac: Re-enable LTO on *-apple-darwin9*.
312         * configure: Regenerate.
313
314 2011-04-16  Jim Meyering  <meyering@redhat.com>
315
316         * MAINTAINERS (Write After Approval): Add myself.
317
318 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
319
320         * MAINTAINERS: Update my email address.
321
322 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
323
324         * MAINTAINERS (Write After Approval): Add myself.
325
326 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
327
328         * MAINTAINERS (Write After Approval): Add myself.
329
330 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
331
332         * MAINTAINERS (Write After Approval): Add myself.
333
334 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
335
336         * configure.ac (build_tools): Remove build-byacc.
337         (host_libs): Remove mmalloc.
338         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
339         autoconf automake libtool diff rcs fileutils shellutils time
340         textutils wdiff find uudecode hello tar gzip indent recode release
341         sed perl gawk findutils gettext zip.
342         (libgcj): Remove target-qthreads.
343         (target_tools): Remove target-examples target-gperf.
344         (YACC): Don't handle building byacc.
345         * configure: Regenerate.
346         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
347         dosutils, examples, fileutils, find, findutils, gawk, gettext,
348         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
349         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
350         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
351         handle building components.
352         * Makefile.in: Regenerate.
353
354 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
355
356         * MAINTAINERS: Update my email address as Xtensa maintainer.
357
358 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
359
360         * config.sub: Sync from upstream.
361
362 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
363
364         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
365         (microblaze*): Don't disable libssp.
366         * configure: Regenerate.
367
368 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
369
370         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
371         moveifchange.
372         * configure: Regenerate.
373         * Makefile.tpl: Use @SHELL@ not @config_shell@.
374         * Makefile.in: Regenerate.
375
376 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
377
378         * configure.ac (*-*-sysv4*): Don't enable libgomp.
379         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
380         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
381         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
382         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
383         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
384         md_exec_prefix cases.
385         * configure: Regenerate.
386
387 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
388
389         * configure.ac: Separate cases disabling target-libssp,
390         target-libiberty, target-libstdc++-v3 and Fortran from general
391         case over targets.
392         * configure: Regenerate.
393
394 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
395
396         * configure.ac (*-*-chorusos): Don't disable libgcj.
397         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
398         Remove case.
399         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
400         (arm-*-coff): Don't disable libgcj.
401         (arm*-*-linux-gnueabi): Remove useless assignment.
402         (arm-*-riscix*): Don't disable libgcj.
403         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
404         configuration.
405         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
406         (c54x*-*-*): Remove case.
407         (tic54x-*-*): Don't disable GCC or GCC libraries.
408         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
409         to *.
410         (d10v-*-*): Don't disable GCC libraries.
411         (d30v-*-*): Don't disable libgcj.
412         (h8500-*-*): Don't disable GCC libraries.
413         (i960-*-*): Don't disable libgcj.
414         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
415         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
416         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
417         libgcj.
418         (m68k-*-coff*): Remove case.
419         (mmix-*-*): Don't disable libgloss on host.
420         (mn10200-*-*, mn10300-*-*): Remove cases.
421         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
422         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
423         Don't disable libgcj.
424         (romp-*-*): Remove case.
425         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
426         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
427         case.
428         (v810-*-*): Don't disable GCC libraries.
429         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
430         (ip2k-*-*): Don't disable GCC libraries.
431         * configure: Regenerate.
432
433 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
434
435         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
436         libffi on host.
437         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
438         on host.
439         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
440         * configure: Regenerate.
441
442 2011-03-26  John Marino  <binutils@marino.st>
443
444         * configure.ac: Add support for *-*-dragonfly*
445         * configure: Regenerate.
446
447 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
448
449         * configure.ac (native_only): Remove.
450         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
451         send-pr uudecode guile gnuserv on host.
452         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
453         send-pr rcs guile perl texinfo libtool on host.
454         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
455         automake send-pr rcs guile perl texinfo libtool on host.
456         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
457         (*-*-kaos*): Don't disable target-examples target-gperf on target.
458         (alpha*-dec-osf*): Don't disable fileutils on target.
459         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
460         texinfo send-pr expect dejagnu on target.
461         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
462         target-qthreads on target.
463         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
464         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
465         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
466         x86_64-*-mingw*): Don't disable expect on target.
467         (*-*-cygwin*): Don't disable target-gperf on target.
468         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
469         gnuserv on target.
470         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
471         target.
472         * configure: Regenerate.
473
474 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
475
476         * configure.ac (target_tools): Remove target-groff.
477         (native_only): Remove target-groff.
478         (hppa*64*-*-*): Don't disable byacc.
479         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
480         setting.
481         (*-*-kaos*): Don't skip target-librx and target-groff.
482         (*-*-netware*): Don't skip target-libmudflap.
483         (*-*-tpf*): Don't skip target-libmudflap.
484         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
485         directories on the host.
486         (ia64*-*-*vms*): Don't skip tix.
487         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
488         host.
489         * configure: Regenerate.
490
491 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
492
493         * configure.ac: Remove references to mt-mep, mt-netware,
494         mt-wince.
495         * Makefile.def: Add all-utils soft dependencies.
496         * Makefile.tpl: Remove GDB_NLM_DEPS.
497         * configure: Regenerate.
498         * Makefile.in: Regenerate.
499
500 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
501
502         * configure.ac: Do not include mh-x86omitfp.
503         * configure: Regenerate.
504
505 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
506
507         * configure.ac: Remove empty cases.
508         * configure: Regenerate.
509
510 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
511
512         * Makefile.def: Add dependency from termcap to gdb.
513         * Makefile.in: Regenerate.
514
515 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
516
517         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
518         * configure: Regenerate.
519         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
520         * Makefile.tpl: Likewise.
521         * Makefile.in: Regenerate.
522
523 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
524
525         * configure.ac: Remove all mentions of tentative_cc.
526         * configure: Regenerate.
527
528 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
529
530         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
531         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
532         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
533         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
534         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
535         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
536         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
537         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
538         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
539         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
540         *-*-rhapsody*): Remove host cases.
541         * configure: Regenerate.
542
543 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
544
545         * configure.ac (ppc*-*-pe): Remove host case.
546         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
547         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
548         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
549         cases.
550         * configure: Regenerate.
551
552 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
553
554         * config.sub: Update to version 2011-03-23.
555
556 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
557
558         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
559         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
560         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
561         * configure: Regenerate.
562
563 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
564
565         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
566         to Write After Approval.
567         * config-ml.in: Don't handle arc-*-elf*.
568         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
569         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
570         handle GCC libraries.
571         * configure: Regenerate.
572
573 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
574
575         PR bootstrap/48120:
576         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
577         Add -lstdc++ -lm to LIBS.
578         * configure: Regenerate.
579
580 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
581
582         * config.guess: Update to version 2011-02-02
583         * config.sub: Update to version 2011-02-24
584
585 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
586
587         PR lto/48086
588         * configure.ac: Re-enable LTO on *-apple-darwin9.
589         * configure: Regenerate.
590
591 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
592
593         PR lto/48086
594         * configure.ac: Disable LTO on darwin due to an assembler change in
595         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
596         under 256.
597         * configure: Regenerate.
598
599 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
600
601         * MAINTAINERS: Update myself as score backend maintainer, update my e-mail address.
602
603 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
604
605         * MAINTAINERS: Update my e-mail address.
606
607 2011-03-06  Joey Ye  <joey.ye@arm.com>
608
609         * MAINTAINERS: Update my e-mail address.
610
611 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
612
613         * configure.ac: Adjust test of with_ppl.
614         * configure: Regenerated.
615
616 2011-03-02  Kai Tietz  <ktietz@redhat.com>
617
618         * MAINTAINERS: Adjust my e-mail address.
619
620 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
621
622         * configure.ac: Add -lpwl to ppllibs.
623         * configure: Regenerated.
624
625 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
626
627         * config/cloog.m4: Add -lisl to clooglibs.
628         * configure: Regenerated.
629
630 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
631
632         * MAINTAINERS (CPU Port maintainers): Add self.
633
634 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
635
636         * MAINTAINERS: Add myself as testsuite maintainer.
637
638 2011-02-15  Mike Stump  <mikestump@comcast.net>
639
640         * MAINTAINERS: Add myself as testsuite maintainer.
641
642 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
643
644         Import from Libtool and gnulib:
645
646         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
647
648         Prepare for supporting FreeBSD 10.
649         * config.rpath: Remove handling of freebsd1* which soon would
650         match FreeBSD 10.0.
651
652         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
653
654         Remove support for FreeBSD 1.x.
655         * libtool.m4 (_LT_LINKER_SHLIBS)
656         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
657         soon would incorrectly match FreeBSD 10.0.
658
659 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
660
661         PR binutils/12283
662         * move-if-change: Import version from gnulib.
663
664 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
665
666         PR lto/47225
667         * Makefile.def (lto-plugin): Double dash for enable-shared.
668         (configure-gcc): Depend on all-lto-plugin.
669         * Makefile.in: Rebuilt.
670
671 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
672
673         * configure.ac: Remove extra bracket.
674         * configure: Regenerate.
675
676 2011-02-08  Tobias Burnus  <burnus@net-b.de>
677
678         * MAINTAINERS: Add myself as libquadmath maintainer.
679
680 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
681
682         * MAINTAINERS: Update my email address.
683
684 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
685
686         * MAINTAINERS (option handling): Add self.
687
688 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
689
690         PR lto/47225
691         * Makefile.def: Add dependency for install-gcc
692         on install-lto-plugin.
693         * Makfile.in: Regenerated
694
695 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
696
697         * MAINTAINERS (CPU Port Maintainers): Add myself.
698
699 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
700
701         PR libgcj/44341
702         * configure.ac: Discard --with-* flags for host when configuring
703         target libraries for cross build.
704         * configure: Rebuilt.
705
706 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
707
708         * MAINTAINERS (linear loop transforms): Removed.
709
710 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
711
712         * configure.ac: If with_ppl is no, move setting with_cloog=no
713         after CLOOG_REQUESTED check.
714         * configure: Regenerated.
715
716 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
717
718         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
719         CLooG has been requested.
720         * configure: Regenerated.
721
722 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
723
724         * configure: Regenerated.
725         * configure.ac: Check for version 0.11 (or later revision) of PPL.
726
727 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
728
729         * configure: Regenerated.
730         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
731
732 2011-01-21  Andreas Schwab  <schwab@redhat.com>
733
734         * configure.ac: Use AS_HELP_STRING throughout.
735         * configure: Regenerate.
736
737 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
738
739         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
740         * configure: Regenerate.
741
742 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
743
744         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
745
746 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
747
748         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
749         for ia64-hpux.
750         * configure: Regenerate.
751
752 2011-01-07  Jan Hubicka  <jh@suse.cz>
753
754         PR lto/47225
755         * Makefile.in: Regenerate.
756         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
757         configure.
758
759 2011-01-07  Jan Hubicka  <jh@suse.cz>
760
761         * Makefile.in: Regenerate.
762         * Makefile.def (gcc host module) and soft dependency on lto-plugin
763         and configure dependency on lto-plugin configure.
764         (lto-plugin module): Remove dependency on GCC; add dependency on
765         liniberty.
766
767 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
768
769         * MAINTAINERS (Write After Approval): Add myself.
770
771 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
772
773         * configure: Regenerate.
774
775 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
776
777         * configure.ac: (picochip): Disable libiberty.
778
779 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
780
781         * MAINTAINERS (Write After Approval): Add myself.
782
783 2010-12-10  Ian Lance Taylor  <iant@google.com>
784
785         PR bootstrap/46819
786         * configure.ac: For --disable-libgcj clear libgcj_saved.
787         * configure: Rebuild.
788
789 2010-12-10  Tobias Burnus  <burnus@net-b.de>
790
791         PR fortran/46540
792         * configure.ac: Add --disable-libquadmath and
793         --disable-libquadmath-support.
794         * configure: Regenerate.
795
796 2010-12-03  Ian Lance Taylor  <iant@google.com>
797
798         * MAINTAINERS: Add myself as libgo maintainer.
799
800 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
801
802         PR libffi/46792
803         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
804         * configure: Regenerate.
805
806 2010-12-02  Ian Lance Taylor  <iant@google.com>
807
808         * configure.ac: Always set default for poststage1_ldflags to
809         -static-libstdc++ -static-libgcc.
810
811 2010-11-29  Andreas Schwab  <schwab@redhat.com>
812
813         * configure.ac: Move comment to remove extra space in last argument
814         of GCC_TARGET_TOOL.
815
816 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
817
818         PR other/46026
819         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
820         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
821         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
822         (BASE_FLAGS_TO_PASS): Use it.
823         * configure: Rebuilt.
824         * Makefile.in: Rebuilt.
825
826 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
827
828         PR binutils/12258
829         * configure.ac: Correct comments for --enable-gold/--enable-ld.
830         Properly check default linker.
831         * configure: Regnerated.
832
833 2010-11-23  Matthias Klose  <doko@ubuntu.com>
834
835         * configure.ac: For --enable-gold, handle value `default' instead of
836         `both*'.   New configure option --{en,dis}able-ld.
837         * configure: Regenerate.
838
839 2010-11-20  Ian Lance Taylor  <iant@google.com>
840
841         * configure.ac: Only disable a language library if no language needs
842         it.  Don't let --disable-libgcj uncondtionally disable libffi.
843         * configure: Rebuild.
844
845 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
846
847         * Makefile.in: Regenerate.
848
849         PR other/46202
850         * configure.ac: Fix just-built in-tree STRIP name to be
851         binutils/strip-new.
852         * configure: Regenerate.
853         * Makefile.def (install-strip-gcc, install-strip-binutils)
854         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
855         (install-strip-sid): Mirror dependencies on non-strip variants
856         of these targets on the respective -strip prerequisites.
857         * Makefile.tpl (install-strip, install-strip-host)
858         (install-strip-target): New targets.
859         (install-strip-[+module+], install-strip-target-[+module+]):
860         New targets.
861         * Makefile.in: Regenerate.
862
863 2010-11-19  Ian Lance Taylor  <iant@google.com>
864             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
865
866         * configure.ac: Add target-libgo to target_libraries.  Set
867         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
868         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
869         (HOST_EXPORTS): Add GOC.
870         (BASE_TARGET_EXPORTS): Add GOC.
871         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
872         (GOCFLAGS_FOR_TARGET): New variable.
873         (EXTRA_HOST_FLAGS): Add GOC.
874         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
875         * Makefile.def (target_modules): Add libgo.
876         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
877         (dependencies): Add dependency from configure-target-libgo to
878         configure-target-libffi and all-target-libstdc++-v3.  Add
879         dependencies from all-target-libgo to all-target-libffi.
880         (languages): Add go.
881         * configure: Rebuild.
882         * Makefile.in: Rebuild.
883
884 2010-11-19  Ian Lance Taylor  <iant@google.com>
885
886         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
887         compiler/flag environment variables.
888
889 2010-11-18  Ian Lance Taylor  <iant@google.com>
890
891         * configure.ac: Check for lang_requires_boot_languages in
892         config-lang.in files.
893         * configure: Rebuild.
894
895 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
896             Tobias Burnus  <burnus@net-b.de>
897
898         PR fortran/32049
899         * Makefile.def: Add libquadmath; build it with language=fortran.
900         * configure.ac: Add libquadmath.
901         * Makefile.tpl: Handle multiple libs in check-[+language+].
902         * Makefile.in: Regenerate.
903         * configure: Regenerate.
904
905 2010-11-16  Tom Tromey  <tromey@redhat.com>
906
907         * MAINTAINERS: Moved myself to reviewers section.
908
909 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
910
911         * MAINTAINERS: Moved myself to reviewers section.
912
913 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
914
915         * MAINTAINERS (Various Maintainers): Add self for build machinery.
916         (Write After Approval): Remove self.
917
918 2010-11-15  Andreas Schwab  <schwab@redhat.com>
919
920         * configure.ac: Fix spelling in option names.
921         * configure: Regenerated.
922
923 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
924
925         PR bootstrap/39622
926         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
927         * configure: Regenerated.
928
929 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
930
931         * MAINTAINERS: Update my email address.
932
933 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
934
935         * configure: Regenerate.
936
937 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
938
939         * configure: Regenerate.
940
941 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
942
943         * configure: Regenerate.
944
945 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
946
947         * configure: Regenerate.
948
949 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
950
951         * configure.ac: Support official CLooG.org versions.
952         * configure: Regenerate.
953         * config/cloog.m4: New.
954
955 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
956
957         * MAINTAINERS (Write After Approval): Add myself.
958
959 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
960
961         * MAINTAINERS: Update my email address.
962
963 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
964
965         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
966         * configure: Regenerate.
967
968 2010-11-03  Ian Lance Taylor  <iant@google.com>
969             Dave Korn  <dave.korn.cygwin@gmail.com>
970
971         PR lto/46273
972         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
973         and on other supported platforms whenever LTO is enabled.
974         * configure: Rebuild.
975
976 2010-11-02  Alan Modra  <amodra@gmail.com>
977
978         PR binutils/12110
979         * configure.ac: Error when source path contains spaces.
980         * configure: Regenerate.
981
982 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
983
984         * MAINTAINERS: Update my email address.
985
986 2010-10-20  Ian Lance Taylor  <iant@google.com>
987
988         * Makefile.def (target_modules): Set lib_path to src/.libs for
989         libstdc++-v3 module.
990         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
991         * Makefile.in: Rebuild.
992
993 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
994
995         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
996         (Write After Approval): Remove myself.
997
998 2010-10-15  Tristan Gingold  <gingold@adacore.com>
999
1000         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1001
1002 2010-10-14  Douglas Rupp  <rupp@gnat.com>
1003
1004         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1005
1006 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1007
1008         * configure.ac (build_lto_plugin): New shell variable.
1009         (--enable-lto): Turn on by default for all non-ELF platforms that
1010         have had LTO support added so far.  Set build_lto_plugin appropriately
1011         for both ELF and non-ELF.
1012         (configdirs): Add lto-plugin or not based on build_lto_plugin.
1013         * configure: Regenerate.
1014
1015 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1016
1017         Sync from src:
1018         * configure.ac (v850 support): Remove target-libgloss from
1019         noconfigdirs.
1020         * configure: Regenerate.
1021
1022 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1023
1024         PR bootstrap/45326
1025         PR bootstrap/45174
1026         * configure.ac: Honor initial values of $build_configargs,
1027         $host_configargs, $target_configargs.  Mark the precious, so
1028         environment settings get recorded.
1029         * configure: Regenerate.
1030
1031 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1032
1033         PR bootstrap/45796
1034         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1035         Depend on all-build-libiberty.
1036         * Makefile.in: Regenerate.
1037
1038 2010-09-30  Michael Eager  <eager@eagercon.com>
1039
1040         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1041         * configure: Regenerate.
1042
1043 2010-09-28  Michael Eager  <eager@eagercon.com>
1044
1045         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
1046
1047 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1048
1049         PR bootstrap/44621
1050         * configure.ac: Fix unportable shell quoting.
1051         * configure: Regenerate.
1052
1053 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
1054
1055         * configure.ac (enable-lto): Add Darwin to the list of supported lto
1056         targets and amend comment.
1057         * configure: Regenerate.
1058
1059 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
1060
1061         * MAINTAINERS (Write After Approval): Add myself.
1062
1063 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
1064
1065         * configure.ac: Enable LTO by default on Darwin.
1066         * configure: Regenerate.
1067
1068 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
1069
1070         * MAINTAINERS (Write After Approval): Add myself.
1071
1072 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
1073
1074         * MAINTAINERS (Write After Approval): Add myself.
1075
1076 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
1077
1078         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
1079         ports
1080
1081 2010-07-28  David Yuste  <david.yuste@gmail.com>
1082
1083         * MAINTAINERS (Write After Approval): Add myself.
1084
1085 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
1086
1087         * configure.ac: Support all v850 targets.
1088         * configure: Regenerate.
1089
1090 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
1091
1092         PR bootstrap/44455
1093         * configure.ac (extra_mpfr_configure_flags): Copy from
1094         extra_mpc_gmp_configure_flags.
1095         * configure: Re-generated.
1096
1097 2010-07-22  Andi Kleen  <ak@linux.intel.com>
1098
1099         * MAINTAINERS (Write After Approval): Add myself.
1100
1101 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
1102
1103         * MAINTAINERS (Write After Approval): Add myself.
1104
1105 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
1106
1107         * MAINTAINERS (Write After Approval): Add myself.
1108
1109 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
1110
1111         PR target/44862
1112         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1113         Provide -B option to allow for link spec %s substitutions for
1114         libstdc++.a on darwin.
1115         * Makefile.in: Regenerate.
1116
1117 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
1118
1119         * MAINTAINERS (Reviewers): Update my e-mail address
1120
1121 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
1122
1123         * Makefile.def (configure-gcc): Depend on all-libelf.
1124         * Makefile.in: Rebuild.
1125
1126 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
1127
1128         * MAINTAINERS (Write After Approval): Add myself in the right place.
1129
1130 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
1131
1132         * MAINTAINERS (Write After Approval): Add myself.
1133
1134 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
1135
1136         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
1137
1138 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
1139
1140         * config.sub: Update to version 2010-05-21.
1141         * config.guess: Update to version 2010-04-03.
1142
1143 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
1144
1145         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1146         * configure: Regenerate.
1147
1148 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
1149
1150         * MAINTAINERS (Write After Approval): Add myself.
1151
1152 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
1153
1154         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1155         a platform that supports LTO.
1156         * configure: Regenerate.
1157
1158 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
1159
1160         * configure.ac: Allow all the versions greater than 0.10 of PPL.
1161         * configure: Regenerated.
1162
1163 2010-04-27  Roland McGrath  <roland@redhat.com>
1164             H.J. Lu  <hongjiu.lu@intel.com>
1165
1166         * configure.ac (--enable-gold): Support both, both/gold and
1167         both/bfd to add gold to configdirs without removing ld.
1168         * configure: Regenerated.
1169
1170         * Makefile.def: Add install-gold dependency to install-ld.
1171         * Makefile.in: Regenerated.
1172
1173 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
1174
1175         PR lto/42776
1176         * configure.ac (--enable-lto): Refactor handling so libelf tests
1177         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1178         and allow LTO to be explicitly enabled on non-ELF platforms that
1179         are known to support it inside else-clause.
1180         * configure: Regenerate.
1181
1182 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
1183
1184         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1185         * configure: Regenerate.
1186
1187 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
1188
1189         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1190         * configure: Regenerate.
1191
1192 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1193
1194         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1195         separately.
1196         * configure: Regenerate.
1197
1198 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
1199
1200         * MAINTAINERS (Write After Approval): Add myself.
1201
1202 2010-04-14  Tristan Gingold  <gingold@adacore.com>
1203
1204         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1205         * configure: Regenerate.
1206
1207 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
1208
1209         * configure: Regenerate after change to elf.m4.
1210
1211 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
1212
1213         * MAINTAINERS (Write After Approval): Add myself.
1214
1215 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1216
1217         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1218         * configure: Regenerated.
1219
1220 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1221
1222         * configure.ac: Print "buggy but acceptable" when CLooG
1223         revision is less than 9.
1224         * configure: Regenerated.
1225
1226 2010-04-01  Diego Novillo  <dnovillo@google.com>
1227
1228         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
1229
1230 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1231
1232         PR bootstrap/43615
1233         PR bootstrap/43328
1234
1235         Revert:
1236
1237         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1238
1239         * configure.ac: Do not pass --enable-multilib nor
1240         --disable-multilib in baseargs.  Accept explicitly passed
1241         --enable_multilib.
1242         * configure: Regenerate.
1243
1244 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
1245
1246         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
1247
1248 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
1249
1250         * MAINTAINERS: Remove myself.
1251
1252 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1253
1254         PR bootstrap/43328
1255         * configure.ac: Do not pass --enable-multilib nor
1256         --disable-multilib in baseargs.  Accept explicitly passed
1257         --enable_multilib.
1258         * configure: Regenerate.
1259
1260 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
1261
1262         * MAINTAINERS (spu port): Remove me.
1263
1264 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1265
1266         * configure.ac (tic6x-*-*): New case.
1267         * configure: Regenerate.
1268
1269 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1270
1271         * config.sub: Update to version 2010-03-22.
1272         * config.guess: Update to version 2009-12-30.
1273
1274 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
1275
1276         PR ada/42554
1277         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1278         * configure: Regenerate.
1279
1280 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1281
1282         * MAINTAINERS: Update my email address.
1283
1284 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
1285
1286         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
1287         (ghassan.shobaki@amd.com): Removed.
1288
1289 2010-03-17  Alan Modra  <amodra@gmail.com>
1290
1291         * MAINTAINERS: Update my email address.
1292
1293 2010-03-16  Diego Novillo  <dnovillo@google.com>
1294
1295         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
1296         Matthews.
1297
1298 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1299
1300         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
1301         Gutson, Jeffrey D. Oldham and Mark Shinwell.
1302
1303 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1304
1305         * MAINTAINERS: Update my email address.
1306
1307 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
1308
1309         * MAINTAINERS: Update my email address.
1310
1311 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
1312
1313         * MAINTAINERS: Update my email address.
1314
1315 2010-03-09  Jie Zhang  <jie@codesourcery.com>
1316
1317         * MAINTAINERS: Update my email address.
1318
1319 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1320
1321         PR libstdc++/32499
1322         * configure.ac (RANLIB): Default to true.
1323         (STRIP): Likewise.
1324         (RANLIB_FOR_TARGET): Remove superfluous : argument.
1325         * configure: Regenerate.
1326
1327 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
1328
1329         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
1330         (Write After Approval): Update my email address.
1331
1332 2010-02-17  Nick Clifton  <nickc@redhat.com>
1333
1334         PR 11238
1335         * Makefile.tpl (local-distclean): Also remove config.cache files in
1336         sub-directories as there may not be Makefiles present in the
1337         sub-directories.
1338         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1339         the config.cache files found by the find command.
1340
1341         * Makefile.in: Regenerate.
1342         * configure.ac: Revert previous delta.
1343         * configure: Regenerate.
1344
1345 2010-02-15  Nick Clifton  <nickc@redhat.com>
1346
1347         PR 11238
1348         * configure.ac: Delete config.cache files in sub-directories when
1349         deleting Makefiles.
1350         * configure: Regenerate.
1351
1352 2010-02-12  Ben Elliston  <bje@gnu.org>
1353
1354         * MAINTAINERS: Update my email address.
1355
1356 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
1357
1358         * MAINTAINERS (spu port): Update my email address.
1359
1360 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
1361
1362         * MAINTAINERS: Add myself as a maintainer for the bfin port.
1363
1364 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1365
1366         * configure.ac: Add "recommended" version checks for GMP/MPC.
1367         Update recommended GMP/MPFR/MPC versions.
1368         * configure: Regenerate.
1369
1370 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
1371
1372         * MAINTAINERS: Move my Embecosm email address into the
1373         write-after-approval section.
1374
1375 2010-01-26  Ian Lance Taylor  <iant@google.com>
1376
1377         * MAINTAINERS: Add myself as Go frontend maintainer.
1378
1379 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
1380
1381         PR libstdc++/36101, PR libstdc++/42813
1382         * configure.ac (bootstrap_target_libs): Make inclusion of
1383         target-libgomp conditional on libgomb being in target_configdirs.
1384         * configure: Regenerate.
1385
1386 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
1387
1388         PR libstdc++/36101, PR libstdc++/42813
1389         * configure.ac (bootstrap_target_libs): Include target-libgomp.
1390         * configure: Regenerate.
1391
1392 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
1393
1394         PR libstdc++/36101, PR libstdc++/42813
1395         * configure.ac (target_configdirs): Substitute.
1396         * Makefile.def: Bootstrap target module libgomp.
1397         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1398         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1399         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1400         * configure, Makefile.in: Regenerate.
1401
1402 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1403
1404         * MAINTAINERS: Adjust my details.
1405
1406 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
1407
1408         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
1409
1410 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
1411
1412         * MAINTAINERS: reindented my entry with tabs instead of spaces.
1413
1414 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
1415
1416         * MAINTAINERS (Write After Approval): Add myself.
1417
1418 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1419
1420         * MAINTAINERS (Write After Approval): Add myself.
1421
1422 2010-01-11  Richard Guenther  <rguenther@suse.de>
1423
1424         PR lto/41569
1425         * Makefile.def (all-lto-plugin): Depend on all-gcc.
1426         * Makefile.in: Regenerated.
1427
1428 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
1429
1430         * configure.ac: Enable libjava build on x86_64-*freebsd*.
1431         * configure: Regenerate.
1432
1433 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1434             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1435
1436         PR bootstrap/42424
1437         * configure.ac: Include libtool m4 files.
1438         (_LT_CHECK_OBJDIR): Call it.
1439         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1440         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1441
1442         * configure: Regenerate.
1443
1444 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1445
1446         PR bootstrap/41818
1447         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1448         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
1449         * Makefile.in: Regenerate.
1450
1451 2010-01-02  Richard Guenther  <rguenther@suse.de>
1452
1453         PR lto/41529
1454         * configure.ac: Include config/elf.m4.  Disable LTO if not
1455         builting for an elf target.
1456         * configure: Regenerate.
1457
1458 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
1459
1460         * MAINTAINERS: Change my email address.
1461
1462 2009-12-18  Ben Elliston  <bje@au.ibm.com>
1463
1464         * config.sub, config.guess: Update from upstream sources.
1465
1466 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
1467
1468         * MAINTAINERS (Write After Approval): Add myself.
1469
1470 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1471
1472         PR middle-end/30447
1473         PR middle-end/30789
1474         PR other/40302
1475
1476         * configure.ac: Require MPC.
1477         * configure: Regenerate.
1478
1479 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1480
1481         PR target/38384
1482         PR bootstrap/40972
1483         * libtool.m4: Sync from git Libtool.
1484         * ltoptions.m4: Likewise.
1485         * ltversion.m4: Likewise.
1486         * lt~obsolete.m4: Likewise.
1487         * ltmain.sh: Likewise.
1488
1489 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1490
1491         * configure.ac: Update minimum MPC version to 0.8.
1492         * configure: Regenerate.
1493
1494 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
1495
1496         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
1497         * configure: Regenerated.
1498
1499 2009-11-21  Ian Lance Taylor  <iant@google.com>
1500
1501         * configure.ac: Change default of poststage1_ldflags to be empty if
1502         poststage1_libs is set.  When poststage1_libs is empty, and
1503         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
1504         * configure: Rebuild.
1505
1506 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
1507
1508         * MAINTAINERS (Write After Approval): Update my email address.
1509
1510 2009-11-20  Ben Elliston  <bje@au.ibm.com>
1511
1512         * config.guess: Update from upstream sources.
1513
1514 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1515
1516         * Makefile.def: Restore host and target settings for gmp.
1517         * Makefile.in: Rebuild.
1518
1519 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1520
1521         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
1522         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
1523         Fix portability of test of C++ as bootstrap language.  Add
1524         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1525         * configure: Rebuild.
1526         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1527         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
1528         in-tree building.
1529         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1530         (POSTSTAGE1_HOST_EXPORTS): Use it.
1531         (STAGE[+id+]_CXXFLAGS): New.
1532         (BASE_FLAGS_TO_PASS): Pass it down.
1533         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
1534         extra_exports.
1535         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1536         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1537         extra_exports.
1538         * Makefile.in: Rebuild.
1539
1540 2009-11-17  Ben Elliston  <bje@au.ibm.com>
1541
1542         * config.sub, config.guess: Update from upstream sources.
1543
1544 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1545
1546         * MAINTAINERS (Write After Approval): Add myself.
1547
1548 2009-11-09  Jon Beniston  <jon@beniston.com>
1549
1550         * MAINTAINERS (Write After Approval): Add myself.
1551
1552 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
1553
1554         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
1555         paths for *-w64-mingw* and x86_64-*mingw*.
1556         * configure: Regenerated.
1557
1558 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
1559
1560         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
1561
1562 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
1563
1564         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
1565         Phil Edwards to Write-After Approval.
1566
1567 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
1568
1569         * configure.ac: Disable target-winsup & co for
1570         x86_64-*-mingw* and *-w64-mingw* targets.
1571         * configure: Regenerated.
1572
1573 2009-10-16  Nick Clifton  <nickc@redhat.com>
1574
1575         * MAINTAINERS: Add myself as a maintainer for the RX port.
1576
1577 2009-10-26  Johannes Singler  <singler@kit.edu>
1578
1579         * MAINTAINERS (Write After Approval): Update my e-mail address.
1580
1581 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1582
1583         * configure.ac (CLooG test): Use = with test.
1584         * configure: Regenerate.
1585
1586 2009-10-22  Richard Guenther  <rguenther@suse.de>
1587
1588         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
1589         cloog if the ppl version check failed.  Move flags saving
1590         before setting in libelf check.
1591         * configure: Regenerate.
1592
1593 2009-10-21  Richard Guenther  <rguenther@suse.de>
1594
1595         * configure.ac: Adjust the ppl and cloog configure to work as
1596         documented.  Disable cloog if ppl was disabled.  Omit the version
1597         checks if they were disabled.
1598         * configure: Re-generate.
1599
1600 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1601
1602         * configure.ac: Add 'lto' to enable_languages, not
1603         new_enable_languages, and only if not already present.
1604         * configure: Regenerate.
1605
1606 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
1607
1608         * README: Refer to the various COPYING* files instead of just
1609         COPYING.
1610         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
1611
1612 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
1613
1614         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
1615         
1616 2009-10-07  Richard Guenther  <rguenther@suse.de>
1617
1618         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
1619         and Richard Guenther as reviewers.
1620         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
1621         as reviewers.
1622
1623 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
1624
1625         * config.sub: Update from upstream sources.
1626
1627 2009-10-06  Ian Lance Taylor  <iant@google.com>
1628
1629         * Makefile.def: check-gold depends upon all-gas.
1630         * Makefile.in: Rebuild.
1631
1632 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
1633
1634         * MAINTAINERS (Write After Approval): Add myself.
1635
1636 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
1637
1638         * Makefile.def: all-lto-plugin depends on all-libiberty.
1639         set bootstrap=true for lto-plugin.
1640         Add lto-plugin.
1641         * Makefile.in: Regenerate.
1642         * configure.ac (host_libs): Add lto-plugin.
1643         * configure: Regenerate.
1644
1645 2009-10-03  Diego Novillo  <dnovillo@google.com>
1646
1647         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1648         (HOST_LIBELFLIBS): Define.
1649         (HOST_LIBELFINC): Define.
1650         * Makefile.in: Regenerate.
1651         * configure.ac: Add --enable-lto.
1652         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1653         If --enable-lto is used, add 'lto' to new_enable_languages.
1654         If --enable-lto is used and gold is enabled, add
1655         lto-plugin to configdirs.
1656         * configure: Regenerate.
1657
1658 2009-10-03  Simon Baldwin  <simonb@google.com>
1659
1660         * configure.ac: If --with-system-zlib, suppress local zlib and
1661         pass --with-system-zlib to subdir configure scripts.
1662         * configure: Regenerate.
1663
1664 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
1665             Paolo Bonzini  <bonzini@gnu.org>
1666
1667         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1668         $(srcdir).
1669         * Makefile.in: Rebuilt.
1670
1671 2009-09-26  Gary Funck  <gary@intrepid.com>
1672
1673         * MAINTAINERS (Write After Approval): Add myself.
1674
1675 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1676
1677         * configure.ac: Update minimum MPC version to 0.7.
1678         * configure: Regenerate.
1679
1680 2009-09-25  Nick Clifton  <nickc@redhat.com>
1681
1682         * configure.ac: Pass any --cache-file=/dev/null option on to
1683         subconfigures.
1684         * configure: Regenerate.
1685
1686 2009-09-23  Nick Clifton  <nickc@redhat.com>
1687
1688         * config.sub, config.guess: Update from upstream sources.
1689
1690 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
1691
1692         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1693         * Makefile.in: Rebuilt.
1694
1695 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1696
1697         PR bootstrap/32272
1698         * configure.ac: Error out if $srcdir isn't '.' but contains
1699         host-${host_noncanonical}.
1700         * configure: Regenerate.
1701
1702 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1703
1704         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
1705         maintainer.
1706
1707 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1708
1709         * configure.ac: If bootstrapping a combined tree with
1710         --enable-gold, require c++ in stage1_languages.
1711         * configure: Regenerate.
1712
1713         * configure.ac: Also add target_libs of stage1_languages to
1714         bootstrap_target_libs.
1715         * configure: Regenerate.
1716
1717         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1718         with --enable-languages not containing c++.
1719         * configure: Regenerate.
1720
1721 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
1722
1723         * configure.ac: Disable java and boehm-gc for bfin-*-*.
1724         * configure: Regenerate.
1725
1726 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
1727
1728         * MAINTAINERS (Write After Approval): Update my e-mail address,
1729         and move from from here...
1730         (Waiting for paperwork): To here.
1731
1732 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
1733
1734         * MAINTAINERS (Reviewers): Add self as driver reviewer.
1735
1736 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1737
1738         * configure.ac: Do not use $extrasub for replacing @if/@endif
1739         parts in Makefile; instead, use additional arguments to
1740         AC_CONFIG_COMMANDS to do the replacement manually, with several
1741         sed invocations, to avoid HP-UX sed command limits.
1742         * configure: Regenerate.
1743
1744 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
1745
1746         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
1747         blank before -L.
1748
1749 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
1750
1751         * configure.ac (with-build-config): Document.  Handle without.
1752         Handle missing argument.
1753         * configure: Rebuilt.
1754
1755 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
1756
1757         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
1758         Default to bootstrap-debug only if compare-debug works.
1759         * configure: Rebuilt.
1760         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1761         * Makefile.in: Rebuilt.
1762
1763 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1764
1765         * MAINTAINERS (OS Port Maintainers): Update my email address.
1766
1767 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
1768
1769         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1770         * Makefile.in: Rebuilt.
1771
1772 2009-09-01  Chris Demetriou  <cgd@google.com>
1773
1774         * MAINTAINERS (Write After Approval): Add myself.
1775
1776 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
1777
1778         PR debug/30161
1779         * include/dwarf2.h (enum dwarf_tag): Added
1780         DW_TAG_GNU_template_template_param
1781         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
1782
1783 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1784
1785         * Makefile.tpl (AWK): Fix typo.
1786         * Makefile.in: Regenerate.
1787
1788 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1789
1790         * configure.ac: Detect awk and sed.
1791         * Makefile.def (flags_to_pass): Add AWK and SED.
1792         * Makefile.tpl (AWK, SED): New.
1793         (BASE_FLAGS_TO_PASS): Add AWK and SED.
1794         * configure: Regenerate.
1795         * Makefile.in: Regenerate.
1796
1797 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
1798
1799         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
1800         (collapseslashes): Likewise.
1801
1802 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1803
1804         * configure.ac (AC_PREREQ): Bump to 2.64.
1805
1806 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1807
1808         * configure.ac: Remove --with-datarootdir, --with-docdir,
1809         --with-pdfdir, --with-htmldir switches.
1810         * configure: Regenerate.
1811
1812         * configure: Regenerate.
1813
1814         * compile: Sync from Automake 1.11.
1815         * depcomp: Likewise.
1816         * install-sh: Likewise.
1817         * missing: Likewise.
1818         * mkinstalldirs: Likewise.
1819         * ylwrap: Likewise.
1820
1821 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
1822
1823         * ltmain.sh (func_normal_abspath): New function.
1824         (func_relative_path): Likewise.
1825         (func_mode_help): Document new -bindir option for link mode.
1826         (func_mode_link): Add new -bindir option, and use it to place
1827         output DLL if specified.
1828
1829 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1830
1831         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1832         (baseargs): Add --disable-option-checking.
1833         * configure: Regenerate.
1834
1835         * Makefile.def (configure-target-libiberty): Depend on
1836         all-binutils and all-ld.
1837         (configure-target-newlib): Likewise.
1838         * Makefile.in: Regenerate.
1839
1840 2009-08-17  Ben Elliston  <bje@au.ibm.com>
1841
1842         * config.sub, config.guess: Update from upstream sources.
1843
1844 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1845
1846         Sync from src, merge:
1847
1848         2009-07-02  Tristan Gingold  <gingold@adacore.com>
1849
1850         * configure.ac: Do not exclude gas for i386-*-darwin.
1851         Add a case for x86_64-*-darwin.
1852         * configure: Regenerate.
1853
1854 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
1855
1856         * MAINTAINERS: Add my name to Write After Approval list.
1857
1858 2009-08-06  Michael Eager  <eager@eagercon.com>
1859
1860         * configure.ac: Add Microblaze target.
1861         * configure: Regenerate.
1862
1863 2009-07-31  Christian Bruel  <christian.bruel@st.com>
1864
1865         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1866         * configure: Regenerate.
1867         
1868 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
1869
1870         * MAINTAINERS (Write After Approval): Update my e-mail address.
1871
1872 2009-07-06  Ian Lance Taylor  <iant@google.com>
1873
1874         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1875         * configure: Rebuild.
1876
1877 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
1878
1879         * MAINTAINERS: Move myself to the Graphite Reviewers.
1880
1881 2009-06-30  Wei Guozhi  <carrot@google.com>
1882
1883         * MAINTAINERS: Add my name to Write After Approval list.
1884
1885 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
1886
1887         PR bootstrap/40338
1888         * configure.ac (comparestring): Create new variable.
1889         * Makefile.tpl (comparestring): Use to skip some comparisions.
1890         * configure: Regenerate.
1891         * Makefile.in: Regenerate.
1892
1893 2009-06-26  Doug Evans  <dje@sebabeach.org>
1894
1895         * Makefile.def (host_modules): Add cgen.
1896         * Makefile.in: Regenerate.
1897         * configure.ac (host_tools): Add cgen.
1898         * configure: Regenerate.
1899
1900 2009-06-23  DJ Delorie  <dj@redhat.com>
1901
1902         * MAINTAINERS: Add myself as mep maintainer.
1903
1904 2009-06-23  Ian Lance Taylor  <iant@google.com>
1905
1906         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
1907         boot_languages.  Only bootstrap target libraries listed in
1908         target_libs for some boot language.  Add --with-stage1-ldflags,
1909         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
1910         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
1911         if not building with C++.
1912         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1913         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1914         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1915         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1916         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
1917         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1918         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1919         * configure, Makefile.in: Rebuild.
1920
1921 2009-06-23  Li Feng  <nemokingdom@gmail.com>
1922
1923         * MAINTAINERS: Added my name to write-after-approval list.
1924
1925 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
1926
1927         * configure.ac: Define is_elf for QNX Neutrino targets.
1928         * configure: Regenerate.
1929
1930 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
1931
1932         * MAINTAINERS: Added my name to the write-after-approval list
1933
1934 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1935
1936         * configure.ac: Detect MPC in default directory.
1937         * configure: Regenerate.
1938
1939 2009-06-03  Jerome Guitton  <guitton@adacore.com>
1940             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1941
1942         * Makefile.tpl (all): Avoid a trailing backslash.
1943         * Makefile.in: Regenerate.
1944
1945 2009-06-03  Ben Elliston  <bje@au.ibm.com>
1946
1947         * config.sub, config.guess: Update from upstream sources.
1948
1949 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
1950
1951         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1952         to noconfdirs.
1953         * configure: Regenerate.
1954
1955 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
1956
1957         * Makefile.tpl ([+compare-target+]): Compare all stage
1958         directories, rather than just gcc.
1959         * Makefile.in: Rebuilt.
1960
1961 2009-06-01  Doug Kwan  <dougkwan@google.com>
1962
1963         * configure.ac: Support gold for target arm*-*-*.
1964         * configure: Regenerate.
1965
1966 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1967
1968         * Makefile.def: Add MPC support and dependencies.
1969         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
1970
1971         * Makefile.in, configure: Regenerate.
1972
1973 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
1974
1975         * Makefile.tpl (all): Avoid harmless warning in make all when
1976         gcc-bootstrap is enabled but stage_last does not exist.
1977         * Makefile.in: Rebuilt.
1978
1979 2009-05-24  Nicolas Roche  <roche@adacore.com>
1980
1981         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1982         * Makefile.in: Regenerate.
1983
1984 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
1985
1986         * MAINTAINERS: Update my e-mail address.
1987
1988 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1989
1990         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
1991         * configure:  Regenerate.
1992
1993 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1994
1995         PR other/40159
1996         * Makefile.tpl (all): Don't assume gcc-bootstrap and
1997         gcc-no-bootstrap are mutually exclusive.
1998         * Makefile.in: Rebuilt.
1999
2000 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2001
2002         PR other/40159
2003         * Makefile.tpl (all): Don't end with unconditional success.
2004         * Makefile.in: Rebuilt.
2005
2006 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
2007
2008         PR target/37137
2009         * Makefile.def (flags_to_pass): Remove redundant and incomplete
2010         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2011         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2012         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
2013         stage_configureflags, stage_cflags and stage_libcflags into
2014         explicit Makefile macros.
2015         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2016         GFORTRAN.
2017         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2018         CC.  Set CC_FOR_BUILD from CC.
2019         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2020         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2021         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2022         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
2023         and GFORTRAN.
2024         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2025         (_LIBCFLAGS): Renamed to _TFLAGS.
2026         (do-compare-debug, do-compare3-debug): Drop.
2027         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2028         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2029         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2030         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2031         (XGCC_FLAGS_FOR_TARGET): New.
2032         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2033         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2034         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2035         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2036         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
2037         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
2038         TFLAGS.
2039         (BUILD_CONFIG): Include if requested.
2040         (all): Set TFLAGS on bootstrap.
2041         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2042         (all-stageid-prefixmodule): Likewise.
2043         (do-clean, distclean-stageid): Set TFLAGS.
2044         (restrap): Fix whitespace.
2045         * Makefile.in: Rebuilt.
2046
2047 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
2048
2049         * config.guess: Sync with src.
2050
2051 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
2052
2053         * configure.ac ($with_ppl):  Default to no if not supplied.
2054         ($with_cloog):  Likewise.
2055         configure:  Regenerate.
2056
2057 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
2058
2059         * MAINTAINERS: Update my e-mail address.
2060
2061 2009-04-27  Nick Clifton  <nickc@redhat.com>
2062
2063         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
2064
2065 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
2066
2067         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2068         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2069         * Makefile.in: Regenerate.
2070
2071 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2072
2073         PR bootstrap/39739
2074         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2075         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2076
2077         * configure, Makefile.in: Regenerate.
2078
2079 2009-04-21  Taras Glek  <tglek@mozilla.com>
2080
2081         * include/hashtab.h: Update GTY annotations to new syntax
2082         * include/splay-tree.h: Likewise
2083
2084 2009-04-17  Ben Elliston  <bje@au.ibm.com>
2085
2086         * config.sub, config.guess: Update from upstream sources.
2087
2088 2009-04-15  Anthony Green  <green@moxielogic.com>
2089
2090         * configure.ac: Add moxie support.
2091         * configure: Rebuilt.
2092
2093 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
2094
2095         * configure.ac: Change copyright header to refer to version
2096         3 of the GNU General Public License and to point readers at the
2097         COPYING3 file and the FSF's license web page.
2098         * Makefile.def: Likewise.
2099         * Makefile.tpl: Likewise.
2100         * Makefile.in: Regenerate.
2101
2102 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
2103
2104         * configure.ac: Restore match for darwin9 or later. Use double
2105         brackets since regeneration eats one pair.
2106         * configure: Regenerate.
2107
2108 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
2109
2110         PR gas/10039
2111         * configure.ac: Require texinfo 4.7.
2112         * configure: Regenerated.
2113
2114 2009-04-09  Nick Clifton  <nickc@redhat.com>
2115
2116         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
2117         the GCC Runtime Library Exception.
2118
2119 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2120
2121         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2122         * configure: Regenerate.
2123
2124 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
2125
2126         * Makefil.def (languages): New entries.
2127         * Makefile.tpl (check-gcc-*): New generic target.
2128         * Makefile.in: Regenerate.
2129
2130 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
2131
2132         * MAINTAINERS:  Update my email address.
2133
2134 2009-03-18  Tom Tromey  <tromey@redhat.com>
2135
2136         * configure: Rebuild.
2137         * configure.ac (host_libs): Add libiconv.
2138         * Makefile.in: Rebuild.
2139         * Makefile.def (host_modules): Add libiconv.
2140         (configure-gdb, all-gdb): Depend on libiconv.
2141
2142 2009-03-16  Tristan Gingold  <gingold@adacore.com>
2143
2144         * configure.ac: Treat gdb as supported on x86_64-darwin.
2145         * configure: Regenerate.
2146
2147 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
2148
2149         * configure.ac (--with-host-libstdcxx): New option.
2150         * configure: Regenerate.
2151
2152 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
2153
2154         * MAINTAINERS:  Move myself into the write after approval list.
2155
2156 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
2157
2158         * MAINTAINERS: Update e-mail address.
2159         
2160 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
2161
2162         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
2163
2164 2009-03-10  Ira Rosen  <irar@il.ibm.com>
2165
2166         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
2167
2168 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2169
2170         Backport from git Libtool:
2171
2172         2009-01-19  Robert Millan  <rmh@aybabtu.com>
2173         Support GNU/kOpenSolaris.
2174         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2175         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2176         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2177         GNU/kOpenSolaris.
2178
2179 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
2180
2181         * MAINTAINERS: Update e-mail address.
2182
2183 2009-02-24  Michael Eager  <eager@eagercon.com>
2184
2185         * MAINTAINERS (Write After Approval): Add self.
2186
2187 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
2188
2189         * MAINTAINERS (Write After Approval): Add myself.
2190
2191 2009-02-05  Andreas Schwab  <schwab@suse.de>
2192
2193         * Makefile.tpl (stage_last): Define $r and $s before using
2194         $(RECURSE_FLAGS_TO_PASS).
2195         * Makefile.in: Regenerate
2196
2197 2009-01-30  Ian Lance Taylor  <iant@google.com>
2198
2199         * MAINTAINERS: Move myself to the Global Reviewers list.
2200
2201 2009-01-29  Robert Millan  <rmh@aybabtu.com>
2202
2203         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2204         * configure: Regenerate.
2205
2206 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
2207
2208         * MAINTAINERS: Make whitespace consistent.
2209         Remove Robert Millan from Write After Approval.
2210
2211 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
2212
2213         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2214         (all-opcodes): Depend on all-libiberty.
2215         * Makefile.in: Regenerate.
2216
2217 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
2218
2219         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2220         * configure: Regenerate.
2221
2222 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
2223
2224         * MAINTAINERS (Write After Approval): Add myself.
2225
2226 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
2227
2228         * MAINTAINERS: Add myself to reviewers (Fortran).
2229
2230 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
2231
2232         PR tree-optimization/38515
2233         * configure.ac (cloog-polylib): Removed.
2234         (with_ppl, with_cloog): Test for "no".
2235         * configure: Regenerated.
2236
2237 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
2238
2239         * MAINTAINERS: Moved myself to reviewers (Fortran).
2240
2241 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
2242
2243         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
2244         (Write After Approval): Remove myself.
2245
2246 2009-01-03  Diego Novillo  <dnovillo@google.com>
2247
2248         * MAINTAINERS: Remove myself from alias maintainership.
2249
2250 2009-01-02  David Ayers  <ayers@fsfe.org>
2251
2252         * MAINTAINERS: Update e-mail address.
2253
2254 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
2255
2256         * MAINTAINERS: Make whitespace consistent.
2257
2258 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2259
2260         Backport from upstream Libtool:
2261         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2262         Add cache variables to tests that require the linker to work.
2263         For shlibpath_overrides_runpath, this also changes the semantics
2264         to let the result from the C compiler take precedence.
2265
2266 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2267
2268         * config.sub, config.guess: Update from upstream sources.
2269
2270 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
2271
2272         * configure.ac (ppllibs): Add by default the lib flags.
2273         * configure: Regenerate.
2274
2275 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
2276
2277         * MAINTAINERS:  Add myself to the write after approval list.
2278
2279 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2280
2281         * configure.ac: Add double brackets on darwin[912].
2282         * configure: Regenerate.
2283
2284 2008-12-03  Daniel Kraft  <d@domob.eu>
2285
2286         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
2287         Approval to Reviewer section (for Fortran front-end).
2288
2289 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
2290
2291         * configure.ac: Expand to darwin10 and later.
2292         * configure: Regenerate.
2293
2294 2008-12-02  Andreas Schwab  <schwab@suse.de>
2295
2296         * Makefile.def: configure-target-boehm-gc depends on
2297         all-target-libstdc++-v3.
2298         * Makefile.in: Regenerate.
2299
2300 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
2301
2302         * MAINTAINERS:  Add myself as mingw maintainer.
2303
2304 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2305
2306         * config.sub, config.guess: Update from upstream sources.
2307
2308 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
2309
2310         * README.SCO: Remove.
2311
2312 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
2313
2314         * MAINTAINERS:  Add myself to the write after approval list.
2315
2316 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
2317
2318         * MAINTAINERS:  Update my email address in WAA section.
2319
2320 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
2321
2322         * MAINTAINERS: Update e-mail address.
2323
2324 2008-11-27  Toon Moene  <toon@moene.org>
2325
2326         * MAINTAINERS: Change e-mail address.
2327
2328 2008-11-27  Tristan Gingold  <gingold@adacore.com>
2329
2330         * configure.ac: Build gdb for i?86-*-darwin*
2331         * configure: Regenerated.
2332
2333 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
2334
2335         * MAINTAINERS: Added my full name.
2336
2337 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
2338
2339         PR bootstrap/38014
2340         PR bootstrap/37923
2341
2342         Revert:
2343
2344         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2345
2346         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2347         * Makefile.in: Regenerated.
2348
2349         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2350
2351         PR gdb/921
2352         PR gdb/1646
2353         PR gdb/2175
2354         PR gdb/2176
2355
2356         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2357         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2358         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2359         (HOST_EXPORTS): Pass CPPFLAGS.
2360         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2361         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2362         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2363         * Makefile.in, configure: Regenerated.
2364         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2365         and CPPFLAGS_FOR_BUILD.
2366
2367 2008-11-06  Jeff Law  <law@redhat.com>
2368
2369         * MAINTAINERS: Add myself as middle end maintainer.
2370
2371 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
2372
2373         * MAINTAINERS (Write after approval): Add myself.
2374
2375 2008-11-05  Diego Novillo  <dnovillo@google.com>
2376
2377         * MAINTAINERS (Global Reviewers): Add myself.
2378         (Non-Algorithmic Maintainers): Remove myself.
2379
2380 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
2381
2382         * MAINTAINERS (Write after approval): Add myself.
2383
2384 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
2385
2386         * MAINTAINERS (Write after approval): Add myself.
2387
2388 2008-10-31  Ben Elliston  <bje@au.ibm.com>
2389
2390         * configure.ac (spu-*-*): Remove special case.
2391         * configure: Regenerate.
2392
2393 2008-10-30  Catherine Moore  <clm@codesourcery.com>
2394
2395         * MAINTAINERS (Write after approval): Update my email address.
2396
2397 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
2398
2399         * configure.ac [spu-*-*]: Do not set skipdirs.
2400         * configure: Re-generate.
2401
2402 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
2403
2404         * MAINTAINERS (Various Maintainers): Add myself to reload.
2405
2406 2008-10-25  Richard Guenther  <rguenther@suse.de>
2407
2408         * MAINTAINERS (Various Maintainers): Add myself as middle-end
2409         maintainer.  Remove myself as libgcc-math maintainer.
2410         (Non-Algorithmic Maintainers): Remove myself.
2411
2412 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2413
2414         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2415         * Makefile.in: Regenerated.
2416
2417 2008-10-23  Cary Coutant  <ccoutant@google.com>
2418
2419         * MAINTAINERS (Write after approval): Add myself.
2420
2421 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2422
2423         PR gdb/921
2424         PR gdb/1646
2425         PR gdb/2175
2426         PR gdb/2176
2427
2428         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2429         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2430         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2431         (HOST_EXPORTS): Pass CPPFLAGS.
2432         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2433         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2434         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2435         * Makefile.in, configure: Regenerated.
2436         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2437         and CPPFLAGS_FOR_BUILD.
2438
2439 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
2440
2441         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
2442         Sebastian Pop.
2443
2444 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
2445
2446         * MAINTAINERS (Write After Approval): Added myself.
2447
2448 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2449
2450         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2451         recommended version to 2.3.2.
2452
2453         * configure: Regenerate.
2454
2455 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
2456
2457         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
2458
2459 2008-09-29  David Daney <david.daney@caviumnetworks.com>
2460
2461         * MAINTAINERS (Write After Approval): Update e-mail address.
2462
2463 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
2464
2465         * libtool.m4: Update to libtool 2.2.6.
2466         * lt~obsolete.m4: Update to libtool 2.2.6.
2467         * ltmain.sh: Update to libtool 2.2.6.
2468         * ltsugar.m4: Update to libtool 2.2.6.
2469         * ltversion.m4: Update to libtool 2.2.6.
2470         * ltoptions.m4: Update to libtool 2.2.6.
2471         * ltgcc.m4: Update to match changes from libtool 2.2.6.
2472
2473 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
2474
2475         * MAINTAINERS (Write After Approval): Add myself.
2476
2477 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2478
2479         * MAINTAINERS (Write After Approval): Update my name.
2480
2481 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
2482
2483         * MAINTAINERS: Add myself in "Write After Approval".
2484
2485 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
2486
2487         * MAINTAINERS: Add myself as ia64 maintainer.
2488
2489 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
2490
2491         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
2492         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
2493         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
2494         and Michael Tiemann from Write After Approval since they do not
2495         actually have access.
2496
2497 2008-09-05  Richard Guenther  <rguenther@suse.de>
2498
2499         * configure.ac: Initialize clooglibs to -lcloog.
2500         * configure: Re-generate.
2501
2502 2008-09-04  Le-Chun Wu  <lcwu@google.com>
2503
2504         * MAINTAINERS (Write After Approval): Add myself.
2505
2506 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
2507
2508         * configure.ac (--with-cloog-polylib): New.
2509         (--disable-cloog-version-check): New.
2510         (--disable-ppl-version-check): New.
2511         * configure: Re-generate.
2512
2513 2008-09-03  Richard Guenther  <rguenther@suse.de>
2514
2515         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2516         cloog test.
2517         * configure: Re-generate.
2518
2519 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
2520
2521         Add picoChip port.
2522         * MAINTAINERS: Add picoChip maintainers.
2523
2524 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
2525             Tobias Grosser  <grosser@fim.uni-passau.de>
2526             Jan Sjodin  <jan.sjodin@amd.com>
2527             Harsha Jagasia  <harsha.jagasia@amd.com>
2528             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2529             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
2530             Adrien Eliche  <aeliche@isty.uvsq.fr>
2531
2532         Merge from graphite branch.
2533         * configure: Regenerate.
2534         * Makefile.in: Regenerate.
2535         * configure.ac (host_libs): Add ppl and cloog.
2536         Add checks for PPL and CLooG.
2537         * Makefile.def (ppl, cloog): Added modules and dependences.
2538         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2539         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2540
2541 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2542
2543         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2544         (GCC_SHLIB_SUBDIR): New.
2545         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2546         * configure: Regenerate.
2547         * Makefile.in: Regenerate.
2548
2549 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
2550
2551         * MAINTAINERS: Consistently use tabs to separate columns.
2552
2553 2008-08-29  Tristan Gingold  <gingold@adacore.com>
2554
2555         * MAINTAINERS (Write after Approval): Add myself.
2556
2557 2008-08-28  Tristan Gingold  <gingold@adacore.com>
2558
2559         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2560         Enable bfd, binutils and opcodes.
2561         * configure: Regenerate.
2562
2563 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2564
2565         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
2566
2567 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2568
2569         * MAINTAINERS:  Use correct Umlaut for last name.
2570
2571 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2572
2573         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
2574
2575 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
2576
2577         * MAINTAINERS: Update my email address.
2578
2579 2008-08-16  Nicolas Roche  <roche@adacore.com>
2580
2581         * Makefile.tpl: Add BOOT_ADAFLAGS.
2582         * Makefile.in: Regenerate.
2583
2584 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
2585
2586         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2587         * configure: Regenerate.
2588
2589 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
2590
2591         * configure.ac: Add makefile fragments for hpux.
2592         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2593         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2594         * configure: Regenerate.
2595         * Makefile.in: Regenerate.
2596
2597 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
2598
2599         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
2600
2601 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
2602
2603         * MAINTAINERS (Write after Approval): Add myself.
2604
2605 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
2606
2607         * MAINTAINERS (Write After Approval):  Add myself.
2608
2609 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
2610
2611         * MAINTAINERS (Write After Approval):  Add myself.
2612
2613 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
2614
2615         * MAINTAINERS: Update my email address.
2616
2617 2008-06-25  Joey Ye  <joey.ye@intel.com>
2618
2619         * MAINTAINERS (Write After Approval):  Add myself.
2620
2621 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2622
2623         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2624         * Makefile.in: Regenerate.
2625         * configure: Regenerate.
2626
2627 2008-06-17  Daniel Kraft  <d@domob.eu>
2628
2629         * MAINTAINERS (Write After Approval):  Add myself.
2630
2631 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2632
2633         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2634         "$@" is still intact with both Autoconf 2.59 and 2.62.
2635         * configure: Regenerate.
2636
2637 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2638
2639         * Makefile.tpl: Fix comment errors.
2640         * Makefile.in: Regenerate.
2641
2642 2008-06-12  David S. Miller  <davem@davemloft.net>
2643             David Edelsohn  <edelsohn@gnu.org>
2644
2645         * configure.ac: Add powerpc*-*-* to gold supported targets.
2646         * configure: Regenerate.
2647
2648 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
2649
2650         PR tree-optimization/36218
2651         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2652         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2653         (all prefix="build-"): Pass them to build-system sub-makes.
2654         * Makefile.in: Regenerate.
2655
2656 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
2657
2658         * MAINTAINERS (mt port): Remove.
2659         (sco5, unixware, sco udk): Remove.
2660         (Kean Johnston): Add to Write After Approval.
2661
2662 2008-05-30  Julian Brown  <julian@codesourcery.com>
2663
2664         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2665         of libobjc for ARM EABI Linux.
2666         * configure: Regenerate.
2667
2668 2008-05-18  Xinliang David Li   <davidxl@google.com>
2669
2670         * ChangeLog: Remove wrong ChangeLog entry.
2671
2672 2008-05-17  Xinliang David Li   <davidxl@google.com>
2673
2674         * MAINTAINERS (Write After Approval): Add myself.
2675
2676 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
2677
2678         * MAINTAINERS (Write After Approval): Add myself.
2679
2680 2008-05-14  Rafael Espíndola  <espindola@google.com>
2681
2682         * config-ml.in: don't handle --enable-shared and --enable-static.
2683
2684 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
2685
2686         * MAINTAINERS: Update my email address.
2687
2688 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
2689
2690         * MAINTAINERS: Update my email address.
2691
2692 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
2693
2694         * MAINTAINERS (Write After Approval): Add myself.
2695
2696 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
2697
2698         * MAINTAINERS (Write After Approval): Add myself.
2699
2700 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
2701
2702         * MAINTAINERS (crx): Add myself.
2703
2704 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2705
2706         Sync with src:
2707         2008-04-14  David S. Miller  <davem@davemloft.net>
2708
2709         * configure.ac: Add sparc*-*-* to gold supported targets.
2710         * configure: Regenerate.
2711
2712 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2713
2714         PR bootstrap/35457
2715         * configure.ac: Include override.m4.
2716         * configure: Regenerate.
2717
2718 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2719
2720         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2721         * Makefile.in: Regenerate.
2722
2723 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
2724
2725         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2726         as nonconfigurable directories list.
2727         * configure: Regenerate.
2728
2729 2008-04-14  Ben Elliston  <bje@au.ibm.com>
2730
2731         * config.sub, config.guess: Update from upstream sources.
2732
2733 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
2734
2735         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2736         * Makefile.in: Regenerate.
2737
2738 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
2739
2740         * configure.ac: Do not build libssp for the AVR.
2741         * configure: Regenerate.
2742
2743 2008-04-07  Ian Lance Taylor  <iant@google.com>
2744
2745         * Makefile.def: check-gold depends upon all-binutils.
2746         * Makefile.in: Regenerate.
2747
2748 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
2749
2750         * MAINTAINERS (Write After Approval): Add myself.
2751
2752 2008-04-04  Nick Clifton  <nickc@redhat.com>
2753
2754         PR binutils/4334
2755         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2756         builds.
2757         * configure: Regenerate.
2758
2759 2008-04-04  NightStrike  <NightStrike@gmail.com>
2760
2761         PR other/35151
2762         * configure.ac: Combine rules for mingw32 and mingw64.
2763         * configure: Regenerate.
2764
2765 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
2766
2767         * MAINTAINERS (Write After Approval): Add myself.
2768
2769 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
2770
2771         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
2772         * Makefile.in (.NOTPARALLEL): Ditto.
2773
2774 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
2775
2776         * MAINTAINERS (Write After Approval): Add myself.
2777
2778 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
2779
2780         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
2781         * Makefile.in (.NOTPARALLEL): Regenerate.
2782
2783 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
2784
2785         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2786         * Makefile.in: Regenerate.
2787
2788 2008-03-26  Jakub Staszak  <kuba@et.pl>
2789
2790         * MAINTAINERS (Write After Approval): Add myself.
2791
2792 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2793
2794         * MAINTAINERS:  Update e-mail address.
2795
2796 2008-03-20  Ian Lance Taylor  <iant@google.com>
2797
2798         * configure.ac: Add support for --enable-gold.
2799         * Makefile.def: Add gold as a directory like ld.
2800         * configure, Makefile.in: Regenerate.
2801
2802 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2803
2804         * configure.ac: m4_include config/proginstall.m4.
2805         * configure: Regenerate.
2806
2807         Backport from upstream Libtool:
2808
2809         2007-10-12  Eric Blake  <ebb9@byu.net>
2810
2811         Deal with Autoconf 2.62's semantic change in m4_append.
2812         * ltsugar.m4 (lt_append): Replace broken versions of
2813         m4_append.
2814         (lt_if_append_uniq): Don't require separator to be overquoted,
2815         and avoid broken m4_append.
2816         (lt_dict_add): Fix typo.
2817         * libtool.m4 (_LT_DECL): Don't overquote separator.
2818
2819 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
2820
2821         * config.rpath: Add AIX 6 support.
2822
2823 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
2824
2825         * Makefile.def (stageprofile).  Remove -fprofile-generate
2826         from stage_libcflags.
2827         * Makefile.in: Regenerate.
2828
2829 2008-03-13  Ben Elliston  <bje@au.ibm.com>
2830
2831         * config.sub, config.guess: Update from upstream sources.
2832
2833 2008-03-06  Tom Tromey  <tromey@redhat.com>
2834
2835         * MAINTAINERS: Update for treelang deletion.
2836
2837 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
2838
2839         * MAINTAINERS: Update my email address.
2840
2841 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
2842
2843         * MAINTAINERS (darwin port): Add myself as a maintainer.
2844         (objective-c/c++): Add myself as a maintainer.
2845
2846 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
2847
2848         * MAINTAINERS (Write After Approval): Update my email address.
2849
2850 2008-02-25  Tomas Bily  <tbily@suse.cz>
2851
2852         * MAINTAINERS (Write After Approval): Add myself.
2853
2854 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
2855
2856         * MAINTAINERS (OpenMP): Add myself.
2857
2858 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
2859
2860         PR bootstrap/32009
2861         PR bootstrap/32161
2862
2863         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2864         * configure: Regenerate.
2865
2866         * Makefile.def: Define stage_libcflags for all bootstrap stages.
2867         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2868         STAGE4_LIBCFLAGS): New.
2869         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2870         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2871         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2872         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2873         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2874         for target modules.  Don't export LIBCFLAGS.
2875         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2876         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2877         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2878         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2879         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2880         * Makefile.in: Regenerate.
2881
2882 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2883
2884         PR libgcj/33085
2885         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2886         Do not use -DDLL_EXPORT.  Backport from upstream.
2887
2888 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2889
2890         * MAINTAINERS (Write After Approval): Add myself.
2891
2892 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
2893
2894         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2895         * configure: Regenerate.
2896
2897 2008-01-31  Marc Gauthier  <marc@tensilica.com>
2898
2899         * configure.ac (xtensa*-*-*): Recognize processor variants.
2900         * configure: Regenerate.
2901
2902 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2903
2904         PR bootstrap/34922
2905         * configure.ac (PARSE_ARGS): Push suitable setting of
2906         ac_subdirs_all, for `./configure --help=recursive'.
2907         Handle `+' in generic toplevel directory disabling.
2908         * configure: Regenerate.
2909
2910 2008-01-28  Nick Clifton  <nickc@redhat.com>
2911
2912         * MAINTAINERS (xstormy16): Take over maintainership.
2913
2914 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
2915
2916         * MAINTAINERS (c4x port): Remove.
2917
2918 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
2919
2920         * libtool.m4: Backport AIX 6 support from ToT Libtool.
2921
2922 2008-01-23  Ben Elliston  <bje@au.ibm.com>
2923
2924         * config.sub, config.guess: Update from upstream sources.
2925
2926 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
2927
2928         * MAINTAINERS (Write After Approval): Add myself.
2929
2930 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
2931
2932         * MAINTAINERS: Update my email address.
2933
2934 2008-01-09  Raksit Ashok  <raksit@google.com>
2935
2936         * MAINTAINERS (Write After Approval): Add myself.
2937
2938 2008-01-09  Raksit Ashok  <raksit@google.com>
2939
2940         * MAINTAINERS (Write After Approval): Add myself.
2941
2942 2008-01-08  Ben Elliston  <bje@au.ibm.com>
2943
2944         * config.sub, config.guess: Update from upstream sources.
2945
2946 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2947
2948         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2949         Change recommended MPFR from 2.2.1 -> 2.3.0.
2950         * configure: Regenerate.
2951
2952 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
2953
2954         * MAINTAINERS: Update my email address.
2955
2956 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
2957
2958         * MAINTAINERS: Update my email address.
2959
2960 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
2961
2962         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2963         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2964         * Makefile.in: Regenerate.
2965
2966 2007-12-10  Mark Heffernan  <meheff@google.com>
2967
2968         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
2969         misplaced entries.
2970
2971 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2972
2973         * configure.ac: Enable libjava for x86_64-*-darwin9.
2974         * configure: Regenerate.
2975
2976 2007-12-07  Bill Maddox  <maddox@google.com>
2977
2978         * MAINTAINERS (Write After Approval): Add myself.
2979
2980 2007-12-05  Ben Elliston  <bje@au.ibm.com>
2981
2982         * config.sub, config.guess: Update from upstream sources.
2983
2984 2007-12-02  Matthias Klose  <doko@ubuntu.com>
2985
2986         * config-ml.in: Remove 64bit configure tests.
2987
2988 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2989
2990         * config-ml.in: Robustify against white space in absolute file
2991         names.
2992
2993         * config-ml.in (multi-clean): Substitute ${Makefile}.
2994         Remove superfluous ${Makefile} in list.
2995
2996 2007-11-19  Thiemo Seufer  <ths@mips.com>
2997
2998         * config-ml.in: Don't hardcode the Makefile name.
2999
3000 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
3001
3002         * MAINTAINERS (Write After Approval): Add myself.
3003
3004 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
3005
3006         * MAINTAINERS (Write After Approval): Add myself.
3007
3008 2007-11-06  Doug Kwan  <dougkwan@google.com>
3009
3010         * MAINTAINERS (Write After Approval): Add myself.
3011
3012 2007-10-25  Ben Elliston  <bje@au.ibm.com>
3013
3014         * MAINTAINERS (mercury): Remove entry.
3015         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
3016
3017 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
3018
3019         * Makefile.def (dependencies): Make configure-gdb depend on
3020         all-intl.
3021         * Makefile.in: Regenerated.
3022
3023 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
3024
3025         * MAINTAINERS (Fortran maintainer): Remove myself.
3026
3027 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
3028
3029         * Makefile.def: To avoid problems running with parallel makes,
3030         build newlib before libgloss so that target specific header
3031         files are availble.
3032         * Makefile.in: Regenerate
3033
3034 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
3035
3036         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3037         * Makefile.in: Regenerate.
3038
3039 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
3040
3041         * MAINTAINERS (Register allocation reviewer): Add myself.
3042
3043 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
3044
3045         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3046         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3047         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
3048         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3049         * configure: Regenerate.
3050
3051 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
3052
3053         * MAINTAINERS (Register allocation reviewer): Add myself.
3054
3055 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
3056
3057         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3058         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3059         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3060         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3061         * configure.ac: Default them to host tools for $host = $build.
3062         Subst them.
3063
3064         * configure: Regenerate.
3065         * Makefile.in: Regenerate.
3066
3067 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
3068
3069         * MAINTAINERS (Register allocation reviewer): Add myself.
3070
3071 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
3072
3073         * MAINTAINERS (Register allocation reviewer): Add myself.
3074
3075 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
3076
3077         * MAINTAINERS (Write After Approval): Fix typo.
3078
3079 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
3080
3081         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3082         * configure: Regenerate.
3083
3084 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
3085
3086         PR bootstrap/31906
3087         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
3088         they're already prefixed.
3089
3090 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
3091
3092         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3093         libstdc++.
3094         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3095         * configure: Regenerate.
3096         * Makefile.in: Regenerate.
3097
3098 2007-09-17  Andreas Schwab  <schwab@suse.de>
3099
3100         * configure.ac: Raise minimum makeinfo version to 4.6.
3101         * configure: Regenerate.
3102
3103 2007-09-17  Johannes Singler  <singler@ira.uka.de>
3104
3105         * MAINTAINERS (write-after-approval) add myself
3106
3107 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
3108
3109         * configure.ac: Correct makeinfo version check.
3110         * configure: Regenerate.
3111
3112 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
3113
3114         * MAINTAINERS: Update my email address.
3115
3116 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
3117
3118         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
3119         to $skipdirs and only disable gprof for newlib.  Use the normal
3120         mips*-elf* handling in other respects.
3121         * configure: Regnerate.
3122
3123 2007-09-12  David Daney  <ddaney@avtrex.com>
3124
3125         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3126         enabling libgcj.
3127         * configure: Regenerate.
3128
3129 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3130
3131         PR other/32154
3132         * configure.ac: For libgloss targets, point the linker to the linker
3133         script, startup code and simulator library.
3134         * configure: Regenerate.
3135
3136 2007-09-07  Andrew Haley  <aph@redhat.com>
3137
3138         * configure.ac (noconfigdirs): Remove target-libffi and
3139         target-libjava.
3140         * configure: Regenerate.
3141
3142 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3143
3144         PR target/33281
3145         * configure.ac: Use config/mh-mingw on mingw.
3146         * configure: Regenerate.
3147
3148 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
3149
3150         * MAINTAINERS (Write After Approval): Add myself.
3151
3152 2007-09-05  Richard Guenther  <rguenther@suse.de>
3153
3154         * configure.ac (--enable-stage1-checking): If neither --enable-checking
3155         nor --disable-checking is provided also turn on yes and types
3156         checking for stage1.
3157         * configure: Re-generate.
3158
3159 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
3160
3161         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
3162         (Write After Approval): Remove myself.
3163
3164 2007-08-29  Nick Clifton  <nickc@redhat.com>
3165
3166         * config.sub, config.guess: Update from upstream sources.
3167
3168 2007-08-22  Bud Davis  <jmdavis@link.com>
3169
3170         * MAINTAINERS (Write After Approval): Added myself.
3171         * MAINTAINERS (Reviewers): Removed myself.
3172
3173 2007-08-18  Paul Brook  <paul@codesourcery.com>
3174             Joseph Myers  <joseph@codesourcery.com>
3175
3176         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3177         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3178         * Makefile.in: Regenerate.
3179         * configure.ac (--with-debug-prefix-map): New.
3180         * configure: Regenerate.
3181
3182 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
3183             Nigel Stephens  <nigel@mips.com>
3184
3185         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
3186         as target_makefile_frag.
3187         * configure: Regenerate.
3188
3189 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
3190
3191         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3192         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
3193         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3194         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3195         (do-compare, do-compare3, do-compare-debug): New.
3196         ([+compare-target+]): Use them.
3197
3198 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
3199
3200         * MAINTAINERS (Write After Approval): Change my email address.
3201
3202 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3203             Ben Elliston  <bje@au.ibm.com>
3204
3205         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3206         --silent if $silent.
3207         * configure: Regenerate.
3208
3209 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
3210
3211         * MAINTAINERS (Various Maintainers): Add myself as
3212         loop infrastructure maintainer.  Update my e-mail
3213         address.
3214
3215 2007-07-31  Diego Novillo  <dnovillo@google.com>
3216
3217         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
3218         Adjust description.
3219
3220 2007-07-26  Richard Guenther  <rguenther@suse.de>
3221
3222         * configure.ac: Add types checking to stage1 checking flags.
3223         * configure: Regenerate.
3224
3225 2007-07-17  Nick Clifton  <nickc@redhat.com>
3226
3227         * COPYING3: New file.  Contains version 3 of the GNU General
3228         Public License.
3229         * COPYING3.LIB: New file.  Contains version 3 of the GNU
3230         Lesser General Public License.
3231
3232 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3233
3234         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
3235
3236 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3237
3238         * MAINTAINERS (S/390 co-maintainer): Add myself.
3239         (Write After Approval): Remove myself.
3240
3241 2007-07-13  Dan Hipschman  <dsh@google.com>
3242
3243         * MAINTAINERS (Write After Approval): Add myself.
3244
3245 2007-07-11  Nick Clifton  <nickc@redhat.com>
3246
3247         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
3248         WINDRES export.
3249         * Makefile.in: Regenerate.
3250
3251 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3252
3253         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
3254         maintainer.
3255
3256 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
3257
3258         * lt~obsolete.m4: New. Import from 20070318 libtool.
3259
3260 2007-07-03  Julian Brown  <julian@codesourcery.com>
3261
3262         * MAINTAINERS (Write After Approval): Add myself.
3263
3264 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3265
3266         * configure.ac: Rewrite 'configure --help' strings to look nicer.
3267         * configure: Regenerate.
3268
3269 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3270
3271         * configure.ac: Add some missing m4 quotation.
3272         * configure: Regenerate.
3273
3274 2007-07-02  Simon Baldwin  <simonb@google.com>
3275
3276         * MAINTAINERS (Write After Approval): Add myself.
3277
3278 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
3279
3280         * configure: Regenerate.
3281
3282 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
3283
3284         * Makefile.def: Add windmc tool to build.
3285         * Makefile.tpl: Likewise.
3286         * configure.ac: Likewise.
3287         * Makefile.in: Regenerate.
3288         * configure: Regenerate.
3289
3290 2007-06-28  DJ Delorie  <dj@redhat.com>
3291
3292         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3293         not building newlib.
3294         * configure: Regenerated.
3295
3296 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
3297
3298         * MAINTAINERS (Write After Approval): Add myself.
3299
3300 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
3301
3302         * MAINTAINERS (Write After Approval): Add myself.
3303
3304 2007-06-19  Chris Matthews  <chrismatthews@google.com>
3305
3306         * MAINTAINERS (Write After Approval): Add myself.
3307
3308 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3309
3310         * MAINTAINERS (Write After Approval): Add myself.
3311
3312 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
3313
3314         * Makefile.def: Add dependency from configure-gdb to all-bfd.
3315         * Makefile.in: Regenerated.
3316
3317 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
3318
3319         * configure.ac: Don't add target-libmudflap to noconfigdirs for
3320         bfin*-*-uclinux* targets.
3321         * configure: Regenerate.
3322
3323 2007-06-14  Ian Lance Taylor  <iant@google.com>
3324
3325         * MAINTAINERS: Add myself as non-algorithmic global write
3326         maintainer.
3327
3328 2007-06-14  Diego Novillo  <dnovillo@google.com>
3329
3330         * MAINTAINERS: Add self as middle-end maintainer and
3331         non-algorithmic global write maintainer.
3332
3333 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3334
3335         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
3336         Move all Fortran maintainers except Paul Brook into the
3337         Non-Autopoiesis section.
3338
3339 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
3340
3341         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3342         (distclean-stage[+id+]): Possibly delete stage_last.
3343         * Makefile.in: Regenerate.
3344
3345 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
3346
3347         * MAINTAINERS (Various Maintainer): Fix typo.
3348
3349 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
3350
3351         * MAINTAINERS (Various Maintainer): Add myself as
3352         dataflow maintainer.
3353
3354 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3355
3356         * config.sub, config.guess: Update from upstream sources.
3357
3358 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3359
3360         * Makefile.tpl: Fix spelling error.
3361         * Makefile.in: Regenerate.
3362
3363 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
3364
3365         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3366         lt_cv_sys_max_cmd_len.
3367
3368 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
3369
3370         * MAINTAINERS (Various Maintainers): Add myself as
3371         auto-vectorizer maintainer.
3372
3373 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
3374
3375         PR libjava/32098
3376         * libtool.m4: Revert previous change.
3377         * ltgcc.m4: Put it here.
3378
3379 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
3380
3381         * MAINTAINERS (Various Maintainers): Add myself as
3382         auto-vectorizer maintainer.
3383
3384 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
3385
3386         PR libjava/32098
3387         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
3388
3389 2007-05-30  Richard Guenther  <rguenther@suse.de>
3390
3391         * MAINTAINERS (Various Maintainers): Add myself as
3392         auto-vectorizer maintainer.
3393
3394 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
3395
3396         PR bootstrap/29382
3397         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3398         * configure: Rebuilt.
3399
3400 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
3401
3402         * MAINTAINERS (Write After Approval): Removed my name.
3403
3404 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
3405
3406         * MAINTAINERS (Write After Approval): Remove myself.
3407
3408 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
3409
3410         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3411
3412 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
3413
3414         * ltmain.sh: Update from ToT Libtool.
3415         * libtool.m4: Update from ToT Libtool.
3416         * ltsugar.m4: New. Update from ToT Libtool.
3417         * ltversion.m4: New. Update from ToT Libtool.
3418         * ltoptions.m4: New. Update from ToT Libtool.
3419         * ltconfig: Remove.
3420         * ltcf-c.sh: Remove.
3421         * ltcf-cxx.sh: Remove.
3422         * ltcf-gcj.sh: Remove.
3423
3424 2007-05-22  Ollie Wild  <aaw@google.com>
3425
3426         * MAINTAINERS (Write After Approval): Add myself.
3427
3428 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
3429
3430         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3431         stage_cflags.
3432         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3433         Remove CFLAGS/LIBCFLAGS.
3434         (configure-stage[+id+]-[+prefix+][+module+],
3435         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3436         * Makefile.in: Regenerate.
3437
3438 2007-05-15  Diego Novillo  <dnovillo@google.com>
3439
3440         * MAINTAINERS: Update e-mail address.
3441
3442 2007-05-15  Revital Eres  <eres@il.ibm.com>
3443
3444         * MAINTAINERS (Write After Approval): Add myself.
3445
3446 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
3447
3448         * MAINTAINERS (Write After Approval): Updated my address.
3449
3450 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
3451
3452         * MAINTAINERS (Write After Approval): Add myself.
3453
3454 2007-05-11  Silvius Rus  <rus@google.com>
3455
3456         * MAINTAINERS (Write After Approval): Add myself.
3457
3458 2007-04-23  Tom Tromey  <tromey@redhat.com>
3459
3460         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
3461
3462 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
3463
3464         * MAINTAINERS (cpplib): Rename to ...
3465         (libcpp): ... this.  Add C/C++ front end maintainers.
3466
3467 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
3468
3469         * config-ml.in: Pass ${ml_config_env} to configure calls.
3470
3471 2007-04-04  Christian Bruel  <christian.bruel@st.com>
3472
3473         * MAINTAINERS (Write After Approval): Add myself.
3474
3475 2007-04-02  Dave Korn  <dave.korn@artimi.com>
3476
3477         * MAINTAINERS (Write After Approval): Add myself.
3478
3479 2007-03-31  Tobias Burnus  <burnus@net-b.de>
3480
3481         * MAINTAINERS (fortran 95 front end): Add myself.
3482
3483 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
3484
3485         * MAINTAINERS (Write After Approval): Add myself.
3486
3487 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
3488
3489         * MAINTAINERS (Modulo Scheduler): Add myself.
3490
3491 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
3492
3493         * MAINTAINERS (fortran 95 front end): Add myself.
3494         (c++ front end): whitespace fix.
3495
3496 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
3497
3498         * MAINTAINERS (Write After Approval): Add myself.
3499
3500 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
3501
3502         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3503         of glob.  Quote arguments with single quotes too.
3504         * configure: Regenerate.
3505
3506 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
3507
3508         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3509         * Makefile.in: Regenerate
3510
3511 2007-03-07  Andreas Schwab  <schwab@suse.de>
3512
3513         * configure: Regenerate.
3514
3515 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
3516
3517         * configure.ac: Add "--with-pdfdir" configure option,
3518         which defines pdfdir variable.
3519         * Makefile.def (target=fixincludes): Add install-pdf to
3520         missing targets.
3521         (recursive_targets): Add install-pdf target.
3522         (flags_to_pass): Add pdfdir.
3523         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3524         target.
3525         * configure: Regenerate
3526         * Makefile.in: Regenerate
3527
3528 2007-02-28  Eric Christopher  <echristo@apple.com>
3529
3530         Revert:
3531         2006-12-07  Mike Stump  <mrs@apple.com>
3532
3533         * Makefile.def (dependencies): Add dependency for
3534         install-target-libssp and install-target-libgomp on
3535         install-gcc.
3536         * Makefile.in: Regenerate.
3537
3538 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
3539
3540         * configure: Regenerate.
3541         * configure.ac: Move statements after variable declarations.
3542
3543 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
3544
3545         * MAINTAINERS: Add myself as sh maintainer.
3546
3547 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
3548
3549         * configure.ac: Adjust for loop syntax.
3550         * configure: Regenerate.
3551
3552 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3553
3554         * configure: Rebuilt.
3555
3556 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3557
3558         * configure.ac: Drop multiple occurrences of --enable-languages,
3559         and fix its quoting.
3560         * configure: Rebuilt.
3561
3562 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
3563             Nathan Sidwell  <nathan@codesourcery.com>
3564             Vladimir Prus  <vladimir@codesourcery.com>
3565             Joseph Myers  <joseph@codesourcery.com>
3566
3567         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3568         * configure: Regenerate.
3569
3570 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
3571
3572         * ltconfig (freebsd*): Default to elf.
3573
3574 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3575
3576         * configure.ac (target_libraries): Move libgcc before libiberty.
3577         * configure: Regenerated.
3578
3579 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3580             Paolo Bonzini  <bonzini@gnu.org>
3581
3582         PR bootstrap/30753
3583         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
3584         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
3585         * configure: Regenerated.
3586
3587 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3588
3589         * MAINTAINERS (Language Front End Maintainers): Update my mail
3590         address.
3591
3592 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3593
3594         PR bootstrap/30748
3595         * configure.ac: Correct syntax for Solaris ksh.
3596         * configure: Regenerated.
3597
3598 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3599
3600         * configure.ac: Sync with src.
3601         * configure: Regenerate.
3602
3603 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3604
3605         * Makefile.in: Regenerate.
3606
3607 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3608
3609         * config.sub: Sync with src.
3610
3611 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3612
3613         * Makefile.tpl (build_alias, host_alias, target_alias): Use
3614         noncanonical equivalents.
3615         * configure.in: Rename to...
3616         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
3617         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
3618         target_noncanonical.  Use them.  Rewrite removal of configure
3619         arguments for autoconf 2.59.  Discard variable settings.  Force
3620         program_transform_name for native tools.
3621
3622         * Makefile.in: Regenerated.
3623         * configure: Regenerated with autoconf 2.59.
3624
3625 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
3626
3627         * MAINTAINERS (Write After Approval): Add myself.
3628
3629 2007-01-31  Andreas Schwab  <schwab@suse.de>
3630
3631         * Makefile.tpl (LDFLAGS): Substitute it.
3632         * Makefile.in: Regenerate.
3633
3634 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
3635
3636         * MAINTAINERS (Write After Approval): Add myself.
3637
3638 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
3639
3640         * MAINTAINERS (spu port): Add myself.
3641
3642 2007-01-23  Richard Guenther  <rguenther@suse.de>
3643
3644         PR bootstrap/30541
3645         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
3646         * Makefile.tpl (GNATBIND): Substitute it.
3647         (GNATMAKE): Likewise.
3648         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
3649         of STAGE_PREFIX.
3650         * Makefile.in: Regenerate.
3651         * configure: Regenerate.
3652
3653 2007-01-18  Mike Stump  <mrs@apple.com>
3654
3655         * configure.in: Re-enable -Werror for gcc builds.
3656
3657 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
3658
3659         * MAINTAINERS (Write After Approval): Add myself.
3660
3661 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3662
3663         * configure.in: Change == to = in test command.
3664         * configure: Regenerate.
3665
3666 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3667             Nick Clifton  <nickc@redhat.com>
3668             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
3669
3670         * configure.in (build_configargs, host_configargs, target_configargs):
3671         Remove build/host/target parameters.
3672         (host_libs): Add gmp and mpfr.
3673         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3674         * Makefile.def (gmp, mpfr): New.
3675         (gcc): Remove target.
3676         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3677         target_os, target_vendor): New.
3678         (configure): Add host_alias/target_alias arguments; adjust invocations.
3679         * configure: Regenerate.
3680         * Makefile.in: Regenerate.
3681
3682 2007-01-11  Matt Fago  <fago@earthlink.net>
3683
3684         * configure.in: Try to link to functions only in mpfr 2.2.x
3685         to improve robustness of configure tests.
3686         * configure: Regenerate.
3687
3688 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
3689
3690         * MAINTAINERS: Add myself as i386 maintainer.
3691
3692 2007-01-08  Jan Hubicka  <jh@suse.cz>
3693
3694         * MAINTAINERS: Add myself as i386 maintainer.
3695
3696 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
3697
3698         * configure.in: Add support for an x86_64-mingw* target.
3699         * configure: Regenerate.
3700
3701 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
3702
3703         * Makefile.tpl (all-target): Correct @if conditional for target
3704         modules.
3705         * configure.in: Omit libiberty if building only target libgcc.
3706         * configure, Makefile.in: Regenerated.
3707
3708 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
3709
3710         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3711         * configure: Regenerate.
3712
3713 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
3714
3715         * Makefile.def (target_modules): Add libgcc.
3716         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
3717         * Makefile.tpl (clean-target-libgcc): Delete.
3718         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3719         on gcc even for bootstrapped modules.  Rewrite handling of
3720         lang_env_dependencies to loop over target_modules.
3721         * configure.in (target_libraries): Add target-libgcc.
3722         * Makefile.in, configure: Regenerated.
3723
3724 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3725
3726         * configure.in: Reorganize recognition of languages.  Add
3727         --enable-stage1-languages.  Show supported languages for the chosen
3728         target rather than all recognized languages.
3729         * configure: Regenerate.
3730
3731 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3732
3733         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3734         * Makefile.in: Regenerate.
3735
3736 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3737
3738         * configure.in: Warn that MPFR 2.2.0 is buggy.
3739         * configure: Regenerate.
3740
3741 2006-12-27  Ian Lance Taylor  <iant@google.com>
3742
3743         * configure.in: When removing Makefiles to force a reconfigure, also
3744         remove prev-DIR*/Makefile.
3745         * configure: Regenerate.
3746
3747 2006-12-22  Andreas Schwab  <schwab@suse.de>
3748
3749         * configure: Regenerate with correct autoconf version.
3750
3751 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
3752
3753         * configure.in: add AC_SUBST for *_FOR_TARGET.
3754         * configure: Regenerate.
3755
3756 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3757
3758         * configure.in: Simplify logic for rejecting languages that cannot
3759         be built.  Separate the case when a language is unsupported,
3760         from the case when the user chooses not to build a language.
3761
3762 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3763
3764         * configure.in: Remove "$build" case for powerpc-*-darwin* since
3765         it only affects bootstrap and could be tested on "$host" as well.
3766         * configure: Regenerate.
3767         * config/mh-ppc-darwin: Add to the stage1 cflags here.
3768
3769 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3770
3771         PR bootstrap/29544
3772         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3773         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3774         move here comment from Makefile.tpl.
3775         * Makefile.tpl: Move some definitions higher in the file.
3776         (STAGE1_CHECKING): New.
3777         * configure.in: Add --enable-stage1-checking.
3778         * configure: Regenerate.
3779         * Makefile.in: Regenerate.
3780
3781 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3782
3783         * MAINTAINERS: Add myself as build system maintainer.
3784
3785 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
3786
3787         * MAINTAINERS (Write After Approval): Add myself.
3788
3789 2006-12-13  Eric Christopher  <echristo@apple.com>
3790
3791         * MAINTAINERS: Add myself as darwin maintainer.
3792
3793 2006-12-11  Ian Lance Taylor  <ian@airs.com>
3794
3795         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
3796
3797 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
3798
3799         MAINTAINERS: Update my entry.
3800
3801 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
3802
3803         * configure.in:  Handle spu makefile frag.
3804         * Makefile.tpl (MAINT): Define
3805         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3806         * configure: Regenerate.
3807         * Makefile.in: Regenerate.
3808
3809 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3810
3811         * config.guess: Import latest version.
3812         * config.sub: Likewise.
3813
3814 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3815
3816         * configure.in (spu-*-*): Don't skip target-libiberty.
3817         * configure: Regenerate.
3818
3819 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3820
3821         PR bootstrap/30134
3822         * configure.in: Correct x86 darwin support for libjava to powerpc
3823         and i?86 only.
3824         * configure: Regenerate.
3825
3826 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
3827
3828         * configure.in: Add x86 darwin support for libjava.
3829         * configure: Regenerate.
3830
3831 2006-12-07  Mike Stump  <mrs@apple.com>
3832
3833         * Makefile.def (dependencies): Add dependency for
3834         install-target-libssp and install-target-libgomp on
3835         install-gcc.
3836         * Makefile.in: Regenerate.
3837
3838 2006-12-04  Richard Guenther  <rguenther@suse.de>
3839
3840         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
3841         (Non-Algorithmic Maintainers): Move over non-algorithmic
3842         loop optimizer maintainers, add myself as a non-algorithmic
3843         middle-end maintainer.
3844
3845 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
3846
3847         * MAINTAINERS (Write After Approval): Add myself.
3848
3849 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3850
3851         * configure.in: Update error message for missing GMP/MPFR.
3852
3853         * configure: Regenerate.
3854
3855 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3856
3857         * configure.in: Update MPFR version in error message.
3858
3859         * configure: Regenerate.
3860
3861 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3862
3863         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3864         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3865         --with-gmp-lib): New flags.
3866
3867         * configure: Regenerate.
3868
3869 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
3870
3871         * MAINTAINERS (Write After Approval): Change my email address.
3872
3873 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3874
3875         * MAINTAINERS (Write After Approval): Add myself.
3876
3877 2006-11-22  Philipp Thomas  <pth@suse.de>
3878
3879         * MAINTAINERS (i18n): Update e-mail address.
3880
3881 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3882
3883         * MAINTAINERS (spu port): Add myself as maintainer.
3884         (Write After Approval): Remove myself.
3885
3886 2006-11-22  Ben Elliston  <bje@au.ibm.com>
3887
3888         * configure.in (skipdirs): Don't build libssp for SPU.
3889         * configure: Regenerate.
3890
3891 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3892
3893         * MAINTAINERS (spu port): Add myself as maintainer.
3894         (libobjc): Update my email address.
3895
3896 2006-11-21  Andrea Bona  <andrea.bona@st.com>
3897
3898         * MAINTAINERS (Write After Approval): Add myself.
3899
3900 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3901
3902         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
3903         * configure : Rebuilt.
3904
3905 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3906
3907         * MAINTAINERS (Write After Approval): Add myself.
3908
3909 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
3910
3911         * MAINTAINERS (Write After Approval): Add myself.
3912
3913 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3914
3915         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
3916         libmpfr.a.
3917         * configure: Regenerate.
3918
3919 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
3920
3921         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3922         (unstage): Test for stage_last presence.
3923
3924         PR bootstrap/29802
3925         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
3926         STAGE_PREFIX.
3927         * Makefile.in: Regenerate.
3928
3929 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
3930
3931         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
3932         maintainers.
3933
3934 2006-11-14  Erven Rohou  <erven.rohou@st.com>
3935
3936         * MAINTAINERS (Write After Approval): Add myself.
3937
3938 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
3939
3940         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
3941         and stageN-package/Makefile.
3942         * Makefile.in: Regenerated.
3943
3944 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
3945
3946         * configure.in: Remove target-libgloss from noconfigdirs for
3947         bfin-*-*.
3948         * configure: Regenerated.
3949
3950 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3951
3952         * configure.in (have_gmp): Only error if the gcc directory exists.
3953
3954         * configure: Regenerate.
3955
3956 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3957
3958         * configure.in: Robustify error message for missing GMP/MPFR.
3959
3960         * configure: Regenerate.
3961
3962 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
3963
3964         * MAINTAINERS (Write After Approval): Add myself.
3965
3966 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
3967
3968         * MAINTAINERS: Change email address.
3969
3970 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
3971
3972         * MAINTAINERS (Write After Approval): Add myself.
3973
3974 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
3975
3976         * MAINTAINERS (Write After Approval): Add myself.
3977
3978 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
3979
3980         * MAINTAINERS (Write After Approval): Move myself to
3981         Write After Approval section.
3982
3983 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3984
3985         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
3986         need_gmp anymore.
3987         * configure: Regenerate.
3988
3989 2006-10-16  Tobias Burnus  <burnus@net-b.de>
3990
3991         * MAINTAINERS (Write After Approval): Add myself.
3992
3993 2006-10-16  Ben Elliston  <bje@au.ibm.com>
3994
3995         * config.guess: Import latest version.
3996         * config.sub: Likewise.
3997
3998 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
3999
4000         * Makefile.def: Added pdf target handling.
4001         * Makefile.tpl: Added pdf target handling.
4002         * Makefile.in: Regenerated.
4003
4004 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
4005
4006         * MAINTAINERS: Add self as score port maintainer.
4007
4008 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
4009
4010         * MAINTAINERS (Write After Approval): Add myself.
4011
4012 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
4013
4014         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
4015         or newer.
4016         * configure: Regenerated.
4017
4018 2006-09-27  Dave Brolley  <brolley@redhat.com>
4019
4020         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
4021         using $s instead of $r.
4022         * configure: Regenerated.
4023
4024 2006-09-26  Thiemo Seufer  <ths@mips.com>
4025
4026         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4027         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4028         * configure: Regenerate.
4029
4030 2006-09-24  Graeme Peterson  <gridly@gmail.com>
4031
4032         * MAINTAINERS (Write After Approval): Remove myself.
4033
4034 2006-09-22  Chao-ying Fu  <fu@mips.com>
4035
4036         * MAINTAINERS (Write After Approval): Add myself.
4037
4038 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
4039
4040         * MAINTAINERS: Add self as soft-fp maintainer.
4041
4042 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
4043
4044         * MAINTAINERS: Add myself as avr maintainer.
4045         Remove Marek Michalkiewicz as avr maintainer.
4046
4047 2006-09-07  Roberto Costa  <roberto.costa@st.com>
4048
4049         * MAINTAINERS (Write After Approval): Add myself.
4050
4051 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
4052
4053         * configure.in: Never build newlib for a Mingw host.
4054         Never build newlib as Mingw target library.
4055         Test the existence of winsup/cygwin for building a Cygwin newlib,
4056         rather than just winsup.
4057         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4058         building a Mingw target.
4059         * configure: Regenerate.
4060
4061 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
4062
4063         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
4064
4065 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
4066
4067         * config.guess: Import from src (was more updated).
4068         * config.sub: Likewise.
4069
4070 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
4071
4072         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4073         * configure: Regenerated.
4074
4075 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
4076
4077         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4078         for stages after the first.
4079
4080 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
4081
4082         * Makefile.def: Add dependencies for configure-opcodes
4083         on configure-intl and all-opcodes on all-intl.
4084         * Makefile.in: Regenerated.
4085
4086 2006-07-13  Ben Elliston  <bje@au.ibm.com>
4087
4088         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
4089
4090 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4091
4092         Port to hosts whose 'sort' and 'tail' implementations
4093         treat operands with leading '+' as file names, as POSIX
4094         has required since 2001.  However, make sure the code still
4095         works on pre-POSIX hosts.
4096         * ltmain.sh: Don't assume "sort +2" is equivalent to
4097         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
4098
4099 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
4100
4101         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
4102
4103 2006-07-04  Peter O'Gorman  <peter@pogma.com>
4104
4105         * ltconfig: chmod 644 before ranlib during install.
4106
4107 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4108
4109         PR bootstrap/18058
4110         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4111         if the bootstrap compiler is a GCC version that supports it.
4112         * configure: Regenerate.
4113
4114 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4115
4116         * configure.in: Fix thinkos in previous check-in.
4117         * configure: Regenerate.
4118
4119 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4120
4121         PR other/27063
4122         * configure.in: Test subdir_requires and give an appropriate
4123         error message.
4124         * configure: Regenerate.
4125
4126 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
4127
4128         * MAINTAINERS (Write After Approval): Add myself.
4129
4130 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
4131
4132         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4133
4134 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
4135
4136         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4137
4138 2006-06-20  David Ayers  <d.ayers@inode.at>
4139
4140         PR bootstrap/28072
4141         * configure.in: Add target-boehm-gc to noconfigdirs depending on
4142         whether target-libjava is being configured instead of whether the
4143         java front end is enabled.
4144         * configure: Regenerate.
4145
4146 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4147
4148         PR target/27540
4149         * configure.in: Only enable libgomp on IRIX 6.
4150         * configure: Regenerate.
4151
4152 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
4153
4154         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4155         too.
4156         * Makefile.in: Regenerate.
4157
4158 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
4159
4160         * config-ml.in: Alter CCASFLAGS to include special
4161         multilib options the same as is done for CFLAGS.
4162
4163 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4164
4165         * configure.in: Don't enable libgomp on hpux10.
4166         * configure: Rebuilt.
4167
4168 2006-06-12  David Ayers  <d.ayers@inode.at>
4169
4170         PR bootstrap/27963
4171         PR target/19970
4172         * configure.in: Remove target-boehm-gc from noconfigdirs where
4173         ${libgcj} is specified.
4174         * configure: Regenerate.
4175
4176 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
4177
4178         Sync from src:
4179
4180         * configure.in: Sync.
4181         * configure: Regenerated.
4182
4183         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
4184
4185         * Makefile.def: Added dependencies from sim and gdb on intl, and
4186         added configure dependencies to everything with an all dependency
4187         on intl.
4188         * Makefile.in: Regenerated.
4189
4190 2006-06-06  David Ayers  <d.ayers@inode.at>
4191
4192         PR libobjc/13946
4193         * Makefile.def: Add dependencies for libobjc which boehm-gc.
4194         * Makefile.in: Regenerate.
4195         * configure.in: Add --enable-objc-gc at toplevel and have it
4196         enable boehm-gc for Objective-C.
4197         Remove target-boehm-gc from libgcj.
4198         Add target-boehm-gc to target_libraries.
4199         Add target-boehm-gc to noconfigdirs where ${libgcj}
4200         is specified.
4201         Assert that boehm-gc is supported when requested for Objective-C.
4202         Only build boehm-gc if needed either for Java or Objective-C.
4203         * configure: Regenerate.
4204
4205 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
4206
4207         PR 27674
4208         * Makefile.tpl (configure-[+prefix+][+module+],
4209         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4210         Remove rule to unstage bootstrapped modules.
4211         (stage_current): New.
4212         * Makefile.in: Regenerate.
4213
4214 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4215
4216         * MAINTAINERS (Write After Approval): Update my e-mail address.
4217
4218 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
4219
4220         * include/libiberty.h: Declare pex_run_in_environment.
4221
4222 2006-05-31  Asher Langton  <langton2@llnl.gov>
4223
4224         * MAINTAINERS (Write After Approval): Add myself.
4225
4226 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
4227
4228         * Makefile.def (bfd, opcodes): Fix lib_path.
4229         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4230         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
4231         * Makefile.in: Regenerate.
4232
4233 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4234
4235         * Makefile.in: Regenerate.
4236
4237 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4238
4239         * Makefile.def: Add install-html target. Add datarootdir
4240         docdir and htmldir to flags_to_pass.
4241         * Makefile.tpl: Add install-html target.
4242         * Makefile.in: Regenerate.
4243         * configure.in: Add --with-datarootdir, --with-docdir, and
4244         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
4245         * configure: Regenerate.
4246
4247 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
4248
4249         * configure.in: Enable gprof for cross builds.
4250         * configure: Regenerate.
4251
4252 2006-05-22  Richard Guenther  <rguenther@suse.de>
4253
4254         Revert
4255         2006-01-31  Richard Guenther  <rguenther@suse.de>
4256         Paolo Bonzini  <bonzini@gnu.org>
4257
4258         * Makefile.def (target_modules): Add libgcc-math target module.
4259         * configure.in (target_libraries): Add libgcc-math target library.
4260         (--enable-libgcc-math): New configure switch.
4261         * Makefile.in: Re-generate.
4262         * configure: Re-generate.
4263         * libgcc-math: New toplevel directory.
4264
4265 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4266             Andreas Tobler  <a.tobler@schweiz.ch>
4267
4268         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
4269         * configure: Rebuilt.
4270
4271 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
4272
4273         * MAINTAINERS (Write After Approval): Add myself.
4274
4275 2006-05-01  DJ Delorie  <dj@redhat.com>
4276
4277         * configure.in: Restore CFLAGS if GMP isn't present.
4278         * configure: Regenerate.
4279
4280 2006-05-01  Richard Guenther  <rguenther@suse.de>
4281
4282         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
4283         maintainer.
4284
4285 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
4286
4287         * MAINTAINERS (Write After Approval): Add myself.
4288
4289 2006-04-28  Jan Beulich  <jbeulich@novell.com>
4290
4291         * MAINTAINERS (Write After Approval): Add myself.
4292
4293 2006-04-18  DJ Delorie  <dj@redhat.com>
4294
4295         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
4296         reference libgloss so that libssp can be built in a combined
4297         tree.
4298         * configure: Regenerate.
4299
4300 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
4301
4302         * MAINTAINERS (Write After Approval): Add myself.
4303
4304 2006-04-05  Ben Elliston  <bje@au.ibm.com>
4305
4306         * configure.in: Require makeinfo 4.4 or higher.
4307         * configure: Regenerate.
4308
4309 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
4310
4311         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
4312         Rearrange the entries of other libraries to have them in one place.
4313
4314 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
4315
4316         * MAINTAINERS (Write After Approval): Remove myself.
4317         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4318
4319 2006-03-14  Richard Guenther  <rguenther@suse.de>
4320
4321         * configure: Regenerate with autoconf 2.13.
4322
4323 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
4324
4325         * MAINTAINERS: Use my work address.
4326
4327         * MAINTAINERS: Update my E-mail address.
4328
4329 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
4330
4331         * configure.in: Handle --disable-<component> generically.
4332         * configure: Regenerate.
4333
4334 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
4335
4336         PR libgcj/17311
4337         * ltmain.sh: Don't use "$finalize_rpath" for compile.
4338
4339 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
4340
4341         * MAINTAINERS (Write After Approval):  Remove myself.
4342         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4343
4344 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
4345
4346         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
4347         (TARGET_CONFIGDIRS): Remove.
4348         * configure.in: Remove AC_SUBST(target_configdirs).
4349         * Makefile.in, configure: Regenerated.
4350
4351 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
4352
4353         * MAINTAINERS (Write After Approval):  Remove myself.
4354         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4355
4356 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
4357
4358         PR bootstrap/25670
4359
4360         * Makefile.tpl ([+compare-target+]): Print explanation messages.
4361
4362         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4363         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4364         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4365         BUILD_PREFIX, BUILD_PREFIX_1.
4366         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4367
4368         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4369         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4370
4371         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4372         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4373         of `cat stage_current`.  Always provide the `r' and `s' variables.
4374         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4375         a single shell execution.
4376         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4377         bootstrapped modules, make the stage1 module if the build was not
4378         started yet, else build the current stage.
4379         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4380         (all-build, all-host, all-target, [+make_target+]-host,
4381         [+make_target+]-target): Do not use \-continued lines.
4382         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4383         (current_stage, restrap, stage_last): New.
4384
4385         * Makefile.in: Regenerate.
4386         * configure: Regenerate.
4387
4388 2006-02-19  Bud Davis  <jmdavis@link.com>
4389
4390         * MAINTAINERS (Write After Approval):  Remove myself.
4391         (Language Front End Maintainers):  Add myself as fortran 95
4392         maintainer and update e-mail address.
4393
4394 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4395
4396         * MAINTAINERS (Write After Approval):  Remove myself.
4397         (Language Front End Maintainers):  Add myself as fortran 95
4398         maintainer.
4399
4400 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
4401
4402         * MAINTAINERS (Write After Approval): Add myself.
4403
4404 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
4405
4406         * MAINTAINERS (Write After Approval):  Remove myself.
4407         (Language Front End Maintainers):  Add myself as
4408         fortran 95 maintainer.
4409
4410 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4411
4412         Sync from src:
4413
4414         2005-12-27  Leif Ekblad  <leif@rdos.net>
4415
4416         * configure.in: Add support for RDOS target.
4417         * configure: Regenerate.
4418
4419 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4420             Andreas Schwab  <schwab@suse.de>
4421
4422         * configure: Regenerate.
4423
4424 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
4425
4426         * configure.in (enable_libgomp): Add AIX.
4427         * configure: Regenerate.
4428
4429 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
4430
4431         * MAINTAINERS (Write After Approval): Add myself.
4432
4433 2006-02-03  Lee Millward  <lee.millward@gmail.com>
4434
4435         * MAINTAINERS (Write After Approval): Add myself.
4436
4437 2006-01-31  Richard Guenther  <rguenther@suse.de>
4438         Paolo Bonzini  <bonzini@gnu.org>
4439
4440         * Makefile.def (target_modules): Add libgcc-math target module.
4441         * configure.in (target_libraries): Add libgcc-math target library.
4442         (--enable-libgcc-math): New configure switch.
4443         * Makefile.in: Re-generate.
4444         * configure: Re-generate.
4445         * libgcc-math: New toplevel directory.
4446
4447 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
4448
4449         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4450         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4451         the assembler, linker and binutils.
4452         * configure: Regenerate.
4453
4454 2006-01-22  Dirk Mueller  <dmueller@suse.de>
4455
4456         * MAINTAINERS (Write After Approval): Add myself.
4457
4458 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
4459
4460         * configure: Regenerate.
4461
4462 2006-01-18  Richard Henderson  <rth@redhat.com>
4463             Jakub Jelinek  <jakub@redhat.com>
4464             Diego Novillo  <dnovillo@redhat.com>
4465
4466         * libgomp: New directory.
4467         * Makefile.def: Add target_module libgomp.
4468         * Makefile.in: Regenerate.
4469         * configure.in (target_libraries): Add target-libgomp.
4470         * configure: Regenerate.
4471
4472 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
4473
4474         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4475         @ from continuation.
4476         * Makefile.in: Rebuilt.
4477
4478 2006-01-04  Chris Lattner  <sabre@gnu.org>
4479
4480         * MAINTAINERS (Write After Approval): Add myself.
4481
4482 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
4483
4484         PR bootstrap/24252
4485
4486         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4487         * Makefile.tpl (OBJDUMP): New.
4488         (EXTRA_HOST_FLAGS): Add it.
4489         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4490
4491         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4492         to use symbolic links between directories.  Avoid race conditions
4493         or make them harmless.
4494         * configure.in: Do not try to use symbolic links between directories.
4495
4496         * Makefile.def (LEAN): Pass.
4497         * Makefile.tpl (LEAN): Define.
4498         (stage[+id+]-start): Accept that the previous directory does not
4499         exist, if the bootstrap is lean.
4500         (stage[+id+]-bubble): Invoke lean bootstrap commands after
4501         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
4502         configure substitution.
4503         ([+compare-target+]): Likewise.
4504         ([+bootstrap-target+]-lean): New.
4505         * configure.in: Remove lean bootstrap support from here.
4506
4507         * Makefile.in: Regenerate.
4508         * configure: Regenerate.
4509
4510 2006-01-04  Ben Elliston  <bje@au.ibm.com>
4511
4512         * MAINTAINERS (libdecnumber): Add myself.
4513
4514 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
4515
4516         * libtool-ldflags: New script.
4517
4518 2006-01-02  Andreas Schwab  <schwab@suse.de>
4519
4520         * configure.in: When reconfiguring remove Makefile in
4521         all stage directories.
4522         * configure: Regenerate.
4523
4524 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
4525
4526         * MAINTAINERS: Update my email address.
4527
4528 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
4529
4530         Revert Ada-related part of the previous change.
4531
4532         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4533         Do not pass.
4534         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4535         * Makefile.in: Regenerate.
4536         * configure.in: Do not include mt-ppc-aix target fragment.
4537         * configure: Regenerate.
4538
4539 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
4540
4541         * configure.in: Select appropriate fragments for PowerPC/AIX.
4542         * configure: Regenerate.
4543
4544         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4545         BOOT_CFLAGS, BOOT_LDFLAGS.
4546         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4547         BOOT_CFLAGS, BOOT_LDFLAGS.
4548         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4549         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4550         (stage): Fail if we cannot complete the work.
4551         * Makefile.in: Regenerate.
4552
4553 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
4554
4555         * configure.in: Replace ms1 with mt.
4556         * configure: Rebuilt.
4557
4558 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
4559
4560         * MAINTAINERS: Update my email address.
4561
4562 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
4563
4564         * Makefile.tpl (all, do-[+make_target+], do-check, install,
4565         install-host-nogcc): Don't invoke $(stage) at the end.
4566         * Makefile.in: Regenerate.
4567
4568 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
4569
4570         * configure.in: Flip the top-level bootstrap switch.
4571         * configure: Regenerate.
4572
4573 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
4574
4575         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4576         $(stage) and $(unstage).
4577         (EXTRA_TARGET_FLAGS): Correct double-quoting.
4578         (all): Remove stray semicolon.
4579         (local-distclean): Don't handle multilib.tmp and multilib.out.
4580         (install.all): Set $s for consistency.
4581         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4582         check_multilibs setting.  Always make the install directory.
4583         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4584         Correct @if/@endif.
4585         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4586         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4587         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4588         (multilib.out): Remove.
4589         * Makefile.in: Regenerated.
4590
4591 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
4592
4593         * MAINTAINERS (Write After Approval): Add myself.
4594
4595 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
4596
4597         * MAINTAINERS: Add myself as mt maintainer.
4598
4599         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
4600
4601 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
4602
4603         * MAINTAINERS: Change email address.
4604
4605 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
4606
4607         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4608         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4609         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
4610         Find in-tree tools if available.
4611         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4612         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4613         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4614         (COMPILER_*_FOR_TARGET): New.
4615         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4616         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4617         (CONFIGURED_*, USUAL_*): Remove.
4618         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4619         STRIP): Use autoconf substitutions.
4620         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4621         COMPILER_NM_FOR_TARGET): New.
4622         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4623
4624         (all): Make all-host and all-target in parallel.
4625         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4626         that $$r and $$s are set before invoking a recursive make.
4627         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4628         ([+bootstrap-target+]): Inline most of the `all' target.
4629
4630 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4631
4632         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4633         from the gcc build directory.
4634         * Makefile.in: Regenerate.
4635
4636 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4637
4638         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
4639         depend on all-libdecnumber.
4640         * configure.in (host_libs): Include libdecnumber.
4641         * Makefile.in: Regenerate.
4642         * configure: Likewise.
4643
4644 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4645
4646         * libdecnumber: Import decNumber sources from the dfp-branch.
4647
4648 2005-11-21  Kean Johnston  <jkj@sco.com>
4649
4650         * config.sub, config.guess: Sync from upstream sources.
4651
4652 2005-11-21  Ben Elliston  <bje@au.ibm.com>
4653
4654         Import from Autoconf sources:
4655
4656         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
4657         * config/move-if-change: Don't output "$2 is unchanged";
4658         suggested by Ben Elliston.  Handle weird characters correctly.
4659
4660 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
4661
4662         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
4663         to match upstream libtool for darwin.
4664
4665 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
4666
4667         * Makefile.def: Remove gdb dependencies for gdbtk.
4668         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4669         (configure-gdb, install-gdb): New rules.
4670         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4671         * Makefile.in, configure: Regenerated.
4672
4673 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
4674
4675         * MAINTAINERS (Write After Approval): Add myself.
4676
4677 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
4678
4679         * MAINTAINERS (Write After Approval): Add myself.
4680
4681 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
4682
4683         * MAINTAINERS (alias analysis): Add Daniel Berlin and
4684         Diego Novillo.
4685
4686 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
4687
4688         PR bootstrap/24297
4689         * Makefile.tpl (do-[+make-target+], do-check, install,
4690         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4691         are set before recursing.
4692         * Makefile.in: Regenerate.
4693
4694 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
4695
4696         PR bootstrap/18939
4697         * Makefile.def (gcc) <target>: Fix thinko.
4698         * Makefile.in: Regenerate.
4699
4700 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
4701
4702         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4703         * configure: Regenerate.
4704
4705 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
4706
4707         * MAINTAINERS (Write After Approval): Add self.
4708
4709 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
4710
4711         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4712         target-libffi, target-qthreads, target-libjava, and
4713         targetlibobjc.
4714         * configure: Regenerate.
4715
4716 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
4717
4718         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4719         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4720         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4721         (USUAL_OBJDUMP_FOR_TARGET): New.
4722         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4723         * configure.in: Check for $OBJDUMP_FOR_TARGET.
4724         * configure, Makefile.in: Regenerated.
4725
4726 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4727
4728         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4729         before other host packages.
4730
4731 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
4732
4733         * MAINTAINERS: Add self as sh libraries/configury maintainer.
4734
4735 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4736
4737         PR bootstrap/22340
4738
4739         * configure.in (default_target): Remove.
4740         * Makefile.tpl (all): Do not use prerequisites as subroutines
4741         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4742         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4743         use prerequisites as subroutines.
4744         (check-host, check-target): New.
4745         (bootstrap configure & all targets): Do not use stage*-start
4746         if the directory layout is already ok.
4747         (non-bootstrap configure & all targets): Prepend a $(unstage).
4748         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
4749         (NOTPARALLEL): Remove.
4750         (unstage, stage variables): New variables.
4751         (unstage, stage targets): Simply expand to those variables.
4752
4753         * configure: Regenerate.
4754         * Makefile.in: Regenerate.
4755
4756 2005-10-04  James E Wilson  <wilson@specifix.com>
4757
4758         * Makefile.def (lang_env_dependencies): Add libmudflap.
4759         * Makefile.in: Regenerate.
4760
4761 2005-10-03  Andreas Schwab  <schwab@suse.de>
4762
4763         Backport from libtool CVS:
4764         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
4765
4766         * ltmain.sh: add support for installing into temporary
4767         staging area (e.g. 'make install DESTDIR=...')
4768
4769 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
4770
4771         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4772         * configure: Regenerated.
4773
4774 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
4775
4776         * configure: Regenerate with the correct
4777         autoconf version.
4778
4779 2005-09-30  Catherine Moore  <clm@cm00re.com>
4780
4781         * configure.in (bfin-*-*): New.
4782         * configure: Regenerated.
4783
4784 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
4785
4786         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4787         (LIPO_FOR_TARGET): New.
4788         (CONFIGURED_LIPO_FOR_TARGET): New.
4789         (USUAL_LIPO_FOR_TARGET): New.
4790         (STRIP_FOR_TARGET): New.
4791         (CONFIGURED_STRIP_FOR_TARGET): New.
4792         (USUAL_STRIP_FOR_TARGET): New.
4793         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4794         STRIP_FOR_TARGET.
4795         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4796         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4797         * Makefile.in: Regenerate.
4798         * configure: Regenerate.
4799
4800 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
4801
4802         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4803         (rs6000-*-aix*): Same.
4804         * configure: Regenerate.
4805
4806 2005-09-16  Tom Tromey  <tromey@redhat.com>
4807
4808         * MAINTAINERS: Add self as java maintainer.
4809
4810 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4811
4812         * configure.in: Recognize f95 in the --enable-languages option,
4813         and substitute it for fortran, issuing a warning.
4814         * configure: Regenerate.
4815
4816 2005-08-30  Phil Edwards  <phil@codesourcery.com>
4817
4818         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
4819         * configure:  Regenerated.
4820
4821 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
4822
4823         * MAINTAINERS: Add self as ms1 maintainer.
4824
4825 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
4826
4827         * Makefile.def (libssp): Add to lang_env_dependencies.
4828         * Makefile.in: Regenerate.
4829
4830 2005-08-18  Ian Lance Taylor  <ian@airs.com>
4831
4832         * MAINTAINERS: Add myself as middle-end maintainer.
4833
4834 2005-08-17  Christian Groessler  <chris@groessler.org>
4835
4836         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4837         * Makefile.in: Regenerate.
4838
4839 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
4840
4841         * MAINTAINERS (write after approval): Added myself.
4842
4843 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
4844
4845         * MAINTAINERS (Write After Approval): Add myself.
4846
4847 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
4848
4849         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4850         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4851         Look for alternate names of the target cc and c++
4852         * configure: Regenerate.
4853
4854 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
4855
4856         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4857         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4858         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4859         tools; remove code to manually set them.
4860         (Target tools): Look in the environment for them.
4861         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4862         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4863         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4864         build directory.
4865         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4866         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4867         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4868         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4869         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4870         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4871         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4872         * configure: Regenerate.
4873         * Makefile.in: Regenerate.
4874
4875 2005-07-28  Ben Elliston  <bje@au.ibm.com>
4876
4877         * MAINTAINERS: Update for removed CPU targets.
4878
4879 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
4880
4881         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4882         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4883         * Makefile.in: Regenerated.
4884
4885 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
4886
4887         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4888         (CFLAGS_FOR_TARGET): Use it.
4889         (CXXFLAGS_FOR_TARGET): Likewise.
4890         * Makefile.in: Regenerated.
4891         * configure.in (--with-build-sysroot): New option.
4892         * configure: Regenerated.
4893
4894 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
4895
4896         * Makefile.tpl: Wrap install between unstage and stage
4897         * Makefile.in: Regenerate.
4898
4899 2005-07-21  Eric Christopher  <echristo@apple.com>
4900
4901         * MAINTAINERS: Update affiliation.
4902
4903 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
4904
4905         * MAINTAINERS: Add self as crx port maintainer.
4906
4907 2005-07-20  DJ Delorie  <dj@redhat.com>
4908
4909         * MAINTAINERS: Add self as m32c maintainer.
4910
4911 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
4912
4913         * all files: Update FSF address.
4914
4915 2005-07-15  Eric Christopher  <echristo@redhat.com>
4916
4917         * MAINTAINERS: Change affiliation.
4918
4919 2005-07-14  Jim Blandy  <jimb@redhat.com>
4920
4921         * configure.in: Add cases for Renesas m32c.
4922         * configure: Regenerated.
4923
4924 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4925
4926         * COPYING.LIB: Update from fsf.org.
4927
4928 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4929
4930         * COPYING, compile, config.guess,
4931         config.sub, install-sh, missing, mkinstalldirs,
4932         symlink-tree, ylwrap: Sync from upstream sources.
4933         * config-ml.in: Update FSF address.
4934
4935 2005-07-13  Eric Christopher  <echristo@redhat.com>
4936
4937         * configure.in: Add toplevel noconfigdir support for tpf.
4938         * configure: Regenerate.
4939
4940 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
4941
4942         PR ada/22340
4943
4944         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4945         * Makefile.in: Regenerate.
4946
4947 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
4948
4949         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
4950         Brolley to write-after-approval.
4951
4952 2005-07-07  Andreas Schwab  <schwab@suse.de>
4953
4954         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4955         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4956         * Makefile.in: Regenerated.
4957
4958 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
4959
4960         * configure.in: Don't build sim or rda when targetting darwin.
4961         * configure: Regenerate.
4962
4963 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
4964
4965         * configure.in: Add --enable-libssp and --disable-libssp.
4966         * configure: Regenerate with autoconf-2.13.
4967
4968 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
4969
4970         * Makefile.def (target_modules): Add libssp.
4971         * configure.in (target_libraries): Add target-libssp.
4972         * configure: Rebuilt.
4973         * Makefile.in: Rebuilt.
4974
4975 2005-07-01  Zack Weinberg  <zackw@panix.com>
4976
4977         * MAINTAINERS: Change email address.  Resign from maintainership.
4978
4979 2005-07-01  Richard Guenther  <rguenther@suse.de>
4980
4981         * MAINTAINERS: Change my e-mail address and affiliation.
4982
4983 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
4984
4985         * Makefile.def (stagefeedback): Come after profile.
4986         Define profiledbootstrap target.
4987         * Makefile.tpl (profiledbootstrap): Remove.
4988         (stageprofile-end): Zap stagefeedback.
4989         (stagefeedback-start): Copy all .gcda files, not only GCC's.
4990         * Makefile.in: Regenerate.
4991
4992 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
4993
4994         * MAINTAINERS: Update my email address.
4995
4996 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
4997
4998         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
4999         In 'cpp' stanza, support '#line' as well as '# '.
5000
5001 2005-06-08  Andreas Schwab  <schwab@suse.de>
5002
5003         * MAINTAINERS: Move myself from 'Write After Approval' to
5004         'CPU Port Maintainers' section as m68k maintainer.
5005
5006 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
5007
5008         * configure.in (unsupported_languages): New macro.
5009         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
5010         non-ported target libraries in noconfigdirs.
5011         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5012         non-linux-gnu.  Remove libgcj_ex_libffi.
5013         <lang_frag loop>: Set add_this_lang=no if the language is in
5014         unsupported_languages.
5015         * configure: Regenerate.
5016
5017 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
5018
5019         * configure.in: Fix typo in handling of --with-mpfr-dir.
5020         * configure: Regenerate.
5021
5022 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
5023
5024         * MAINTAINERS: Update my email address.
5025
5026 2005-06-02  Jim Blandy  <jimb@redhat.com>
5027
5028         * config.sub: Add cases for the Renesas m32c.  (This patch has been
5029         accepted into the master sources.)
5030
5031 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
5032             Michael Snyder  <msnyder@redhat.com>
5033             Stan Cox  <scox@redhat.com>
5034
5035         * configure.in: Set noconfigdirs for ms1.
5036
5037         * configure: Regenerate.
5038
5039 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
5040
5041         * MAINTAINERS (Write After Approval): Add self.
5042
5043 2005-06-01  Josh Conner  <jconner@apple.com>
5044
5045         * MAINTAINERS (Write After Approval): Add self.
5046
5047 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
5048
5049         * MAINTAINERS: Update my email address.
5050
5051 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
5052
5053         * MAINTAINERS (Write After Approval): Add self.
5054
5055 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
5056
5057         * MAINTAINERS (Write After Approval): Remove self.
5058
5059 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
5060
5061         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5062         (Dependencies): Consider target modules for bootstrap dependencies.
5063         Make target bootstrap modules depend on each stage's gcc.
5064         * Makefile.in: Regenerate.
5065
5066 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
5067
5068         * Makefile.def (configure-gcc): Depend on binutils having been built.
5069         (all-gcc): No need to do it here.
5070         * Makefile.in: Regenerate.
5071
5072 2005-05-19  Paul Brook  <paul@codesourcery.com>
5073
5074         * configure.in: Rewrite misleading error message when requested
5075         language cannot be built.
5076         * configure: Regenerate.
5077
5078 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
5079
5080         * ylwrap: Import from Automake 1.9.5.
5081
5082 2005-05-13  David Ung  <davidu@mips.com>
5083
5084         * MAINTAINERS (Write After Approval): Add self.
5085
5086 2005-05-09  Mike Stump  <mrs@apple.com>
5087
5088         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
5089         lt_cv_sys_max_cmd_len for now.
5090
5091 2005-05-09  Stan Cox  <scox@redhat.com>
5092
5093         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
5094
5095 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
5096
5097         * README.SCO: Update the URL.
5098
5099 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
5100
5101         * ltconfig: Define file_list_spec.  Pass file_list_spec and
5102         with_gnu_ld to libtool.
5103         * ltcf-c.sh (aix[45]): Define file_list_spec.
5104         * ltcf-cxx.sh (aix[45]): Same.
5105         * ltcf-gcj.sh (aix[45]): Same.
5106         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
5107         exists, write list of input files to temporary file.
5108
5109 2005-05-04  Mike Stump  <mrs@apple.com>
5110
5111         * configure.in: Always pass --target to target configures as
5112         otherwise rebuilds that do --recheck will fail.
5113         * confiugure: Rebuilt.
5114
5115 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
5116
5117         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5118         STAGE_HOST_EXPORTS.
5119         (configure, all): Add bootstrap support.
5120         (Host modules, target modules): Pass post-stage1 flags and exports.
5121         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5122         * Makefile.in: Regenerate.
5123
5124 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
5125
5126         * configure: Regenerate.
5127
5128 2005-04-27  Mike Stump  <mrs@apple.com>
5129
5130         * MAINTAINERS: Add self as darwin maintainer.
5131
5132 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
5133
5134         * config.sub: Update from master copy.
5135
5136 2005-04-21  Mike Stump  <mrs@apple.com>
5137
5138         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
5139         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
5140
5141 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
5142
5143         * configure.in <crisv32-*-*, cris-*-*>: New local variable
5144         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
5145         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
5146         "*-*-elf" and "*-*-linux*".
5147         * configure: Regenerate.
5148
5149 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
5150
5151         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
5152
5153 2005-04-12  Mike Stump  <mrs@apple.com>
5154
5155         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
5156
5157 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
5158
5159         * MAINTAINERS (Write After Approval): Add myself.
5160
5161 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
5162
5163         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
5164
5165 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
5166
5167         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5168         (TARGET_CONFIGARGS): Include --with-target-subdir.
5169         (configure, all): New macros.  Use them throughout.
5170         * Makefile.in: Regenerate.
5171
5172 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
5173
5174         * MAINTAINERS (Write After Approval): Add myself.
5175
5176 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5177
5178         * MAINTAINERS: Remove 'loop unrolling' maintainer.
5179
5180 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
5181
5182         * MAINTAINERS: Move John Carr to Write After Approval.
5183
5184 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
5185
5186         * config/mh-mingw32: Delete.
5187         * configure.in: Don't use it.
5188         * configure: Regenerate.
5189
5190 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
5191
5192         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5193         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5194         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
5195         (HOST_LIB_PATH): Generate from Makefile.def.
5196         (TARGET_LIB_PATH): Likewise.
5197         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5198         * Makefile.in: Regenerate.
5199         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5200         (RPATH_ENVVAR): Include Darwin case.
5201         * configure: Regenerate.
5202
5203 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
5204
5205         * MAINTAINERS (Various Maintainers): Remove self.
5206         (Write After Approval): Add self.
5207
5208 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
5209
5210         * MAINTAINERS (Various Maintainers): Add self.
5211
5212 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
5213
5214         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5215         * configure: Regenerate.
5216
5217 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
5218
5219         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5220         gcc_version, and gcc_version_trigger from set of flags to pass.
5221         * Makefile.tpl: Remove definitions of above variables.
5222         (config.status): Remove dependency on $(gcc_version_trigger).
5223         * Makefile.in: Regenerate.
5224         * configure.in: Do not reference config/gcc-version.m4 nor
5225         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
5226         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
5227         * configure: Regenerate.
5228
5229 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
5230             Andrew Pinski  <pinskia@physics.uc.edu>
5231
5232         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5233         * Makefile.in: Regenerate.
5234
5235 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
5236
5237         * MAINTAINERS (Write After Approval): Add myself.
5238
5239 2005-03-03  David Ayers  <d.ayers@inode.at>
5240
5241         * MAINTAINERS (Write After Approval): Add myself.
5242
5243 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
5244
5245         PR libgcj/20160
5246         * ltmain.sh: Avoid creating archives with components that have
5247         duplicate basenames.
5248
5249 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
5250
5251         PR bootstrap/20250
5252         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5253         instead of check.
5254         * Makefile.in: Regenerate.
5255
5256 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5257
5258         * Makefile.in: Regenerate to fix conflict between the previous two
5259         patches.
5260
5261 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5262
5263         PR bootstrap/17383
5264         * Makefile.def (target_modules): Remove "stage", now unnecessary.
5265         * Makefile.tpl (HOST_SUBDIR): New substitution.
5266         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5267         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5268         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5269         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5270         (Host modules, Bootstrapped modules): Use it.
5271         (Build modules, Target modules): Do not create symlink trees,
5272         always configure out-of-srcdir.
5273         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5274         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5275         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5276         $(HOST_SUBDIR).  Create a symlink for host_subdir.
5277
5278         * Makefile.in: Regenerate.
5279         * configure: Regenerate.
5280
5281 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5282
5283         Merged from libada-gnattools-branch:
5284         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5285
5286         * gnattools: New directory.
5287         * Makefile.def: Add gnattools as a module, depending on target-libada.
5288         * Makefile.in: Regenerate.
5289         * configure.in: Include gnattools in host_tools; disable it if ada
5290         is disabled.
5291         * configure: Regenerate.
5292
5293 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
5294
5295         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
5296         treelang maintainer.
5297         (Write After Approval): Remove myself.
5298
5299 2005-02-23  Paul Schlie  <schlie@comcast.net>
5300
5301         * configure.in: Allow darwin targeted ports to build tk, itcl and
5302         libgui.
5303         * configure: Regenerate.
5304
5305 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5306
5307         PR libgcj/10353
5308         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5309         * configure: Regenerate.
5310
5311 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
5312
5313         * MAINTAINERS (Write After Approval): Add myself.
5314
5315 2005-02-10  Ian Lance Taylor  <ian@airs.com>
5316
5317         * MAINTAINERS: Update my e-mail address.
5318
5319 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
5320
5321         * MAINTAINERS (Write After Approval): Add myself.
5322
5323 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
5324
5325         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5326         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5327         target-libgloss when not *-*-elf and *-*-aout.
5328         * configure: Regenerate.
5329
5330 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
5331
5332         * MAINTAINERS: Remove obsolete entries.
5333
5334         * MAINTAINERS (Write After Approval): Add Michael Matz.
5335
5336 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
5337
5338         * MAINTAINERS: Remove self as cpplib maintainer.
5339
5340 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5341
5342         * install-sh, config.sub: Import from upstream.
5343
5344 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5345
5346         PR bootstrap/18222
5347         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5348         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5349         * Makefile.in: Regenerate.
5350
5351 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
5352
5353         * MAINTAINERS: Update my email address.
5354
5355 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
5356             Andreas Schwab  <schwab@suse.de>
5357
5358         PR bootstrap/18033
5359         * config-ml.in: Eval option if surrounded by single quotes.
5360
5361 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
5362
5363         Revert 2004-12-28 Makefile changes, a better fix will be
5364         applied to mainline and src after GCC 4.0 branches.
5365
5366 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
5367
5368         PR bootstrap/17383
5369
5370         * Makefile.def (target_modules): Remove stage parameter,
5371         it is always true now.
5372         * Makefile.tpl (configure-build-[+module+],
5373         configure-target-[+module+]): Always build symlink tree
5374         for the directory and for include.  BUILD_SUBDIR and
5375         TARGET_SUBDIR cannot be . anymore.
5376         * Makefile.in: Regenerate.
5377
5378 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
5379
5380         Revert 2004-12-08 Makefile changes.
5381
5382 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
5383
5384         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
5385         cygwin, mingw.
5386
5387 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
5388
5389         * configure.in (sh64-*-*): Reenable gprof.
5390         * configure: Regenerate.
5391
5392 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
5393
5394         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5395         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5396         (EXTRA_TARGET_FLAGS): Add PICFLAG.
5397         * Makefile.in: Regenerate.
5398
5399 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
5400
5401         * MAINTAINERS: Update my email address.
5402
5403 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
5404
5405         * Makefile.tpl: Generate normal dependencies if the LHS module is
5406         not bootstrapped.
5407         * Makefile.in: Regenerate.
5408
5409 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5410
5411         * configure.in: Include config/gxx-include-dir.m4.  Use
5412         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
5413         * configure: Regenerate.
5414
5415 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5416
5417         * config.if: Delete.
5418         * configure.in: Set libstdcxx_incdir directly.
5419         * configure: Regenerate.
5420
5421 2004-12-02  Eric Christopher  <echristo@redhat.com>
5422
5423         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
5424         * Makefile.in: Regenerate.
5425
5426 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5427
5428         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5429         * configure: Regenerate.
5430
5431 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5432
5433         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
5434         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
5435         * configure: Regenerate.
5436
5437 2004-12-01  Eric Christopher  <echristo@redhat.com>
5438
5439         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
5440         of things to remove.
5441
5442 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
5443
5444         * MAINTAINERS (Write After Approval): Update my e-mail address.
5445
5446 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
5447
5448         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
5449         from CVS libtool to always pass_all.
5450
5451 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5452
5453         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5454         (hppa*64*-*-*): Delete incorrect comment.
5455         * configure: Rebuilt.
5456
5457 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5458
5459         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
5460
5461 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5462
5463         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
5464         from CVS libtool to always pass_all.
5465
5466 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5467
5468         * install-sh, compile: Import from automake.
5469
5470 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5471
5472         * config.guess, config.sub:  Import from savannnah.
5473
5474 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
5475
5476         * MAINTAINERS (Write After Approval): Add myself
5477
5478 2004-11-12  Mike Stump  <mrs@apple.com>
5479
5480         * Makefile.def: Add html support.
5481         * Makefile.tpl: Likewise.
5482         * Makefile.in: Regenerate.
5483
5484 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
5485
5486         PR 18423
5487         * configure.in: Remove all instances of build-fixincludes from
5488         noconfigdirs.
5489         (build_configargs): Supply --target to subdirectories.
5490         * configure: Regenerate.
5491
5492         * Makefile.def: Make gcc install depend on fixincludes install.
5493         * Makefile.in: Regenerate.
5494
5495 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
5496
5497         * MAINTAINERS: Add myself as gcc testsuite maintainer.
5498
5499 2004-11-11  Paul Brook  <paul@codesourcery.com>
5500
5501         * MAINTAINERS: Add self as arm maintainer.  Update email address.
5502
5503 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
5504
5505         * configure.in (noconfigdirs) [mmix-*-*]: Disable
5506         target-libgfortran.
5507         * configure: Regenerate.
5508
5509 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
5510
5511         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5512         like CC.
5513
5514 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
5515
5516         * Makefile.def (host fixincludes): Specify missing targets.
5517         * Makefile.in: Regenerate.
5518
5519 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
5520
5521         * MAINTAINERS: Add myself
5522
5523 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
5524
5525         * MAINTAINERS (Write After Approval): Add myself.
5526
5527 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
5528
5529         * Makefile.def: Build fixincludes for the host, too.
5530         * Makefile.in: Regenerate.
5531         * configure.in (host_tools): Add fixincludes.
5532         * configure: Regenerate.
5533
5534 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
5535
5536         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5537         * configure: Regenerated.
5538
5539 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
5540
5541         PR other/17783
5542         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5543         * configure: Regenerated.
5544
5545 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
5546
5547         * README.SCO: Update per FSF instructions.
5548
5549 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
5550
5551         PR target/18151
5552         * configure.in (case ${target}): Do not build fixincludes for avr.
5553         * configure: Regenerated.
5554
5555 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
5556
5557         * configure.in (case ${target}): Do not build fixincludes
5558         on platforms where it is not used.
5559         * configure: Regenerated.
5560
5561 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
5562
5563         * configure.in: Use an absolute path to install-sh.
5564         * configure: Regenerated.
5565
5566 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
5567
5568         * MAINTAINERS (Write After Approval): Add myself.
5569
5570 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
5571
5572         * MAINTAINERS: Remove from Write After Approval those that are
5573         already maintainers.
5574
5575 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
5576
5577         * MAINTAINERS:  Update my email address.
5578
5579 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
5580
5581         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5582         * configure: Regenerate.
5583
5584 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
5585
5586         * MAINTAINERS:  Update my email address.
5587
5588 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
5589
5590         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
5591         entries belonging to this category.
5592
5593 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
5594
5595         * MAINTAINERS: Update my e-mail address.
5596
5597 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
5598
5599         Fix wrong conflict resolution in:
5600
5601         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5602
5603         * Makefile.in: Regenerate.
5604         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5605         in the recursive `make', instead of hardwiring `all'.
5606         (Autogenerated TARGET-* variables): New.
5607
5608 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
5609
5610         * configure.in: Enable target-libgloss for crx-*-*.
5611         * configure: Regenerate.
5612
5613 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
5614
5615         * MAINTAINERS (Various Maintainers): Move the "windows,
5616         cygwin, mingw" maintainer to ...
5617         (OS Port Maintainers): ... here.
5618
5619 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
5620
5621         * MAINTAINERS (Write After Approval): Remove those that are
5622         maintainers of some subsystem.
5623
5624 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
5625
5626         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5627         * ltcf-cxx.sh (tpf*): Likewise.
5628         * ltconfig (tpf*): Add TPF OS configuration support.
5629
5630 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
5631
5632         * MAINTAINERS: Change my email address to my new work account.
5633
5634 2004-09-24  Michael Roth  <mroth@nessie.de>
5635
5636         * configure.in (--without-headers): Add missing double quotes.
5637         * configure: Regenerate.
5638
5639 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
5640
5641         * ylwrap: Revert to previous version.
5642
5643 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
5644
5645         PR bootstrap/17369
5646         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5647         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5648         SET_GCC_LIB_PATH_CMD.
5649         (BASE_TARGET_EXPORTS): Likewise.
5650         * Makefile.in: Regenerated.
5651
5652         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5653         * configure: Regenerated.
5654
5655 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
5656
5657         * config.guess: New upstream version
5658         * compile, depcomp, install-sh, ylwrap: Likewise.
5659
5660 2004-09-19  Roger Sayle  <roger@eyesopen.com>
5661
5662         * config/mh-x86omitfp: New host makefile fragment.  Add
5663         -fomit-frame-pointer to the default BOOT_CFLAGS.
5664         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5665         * configure: Regenerate.
5666
5667 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
5668
5669         PR target/11572
5670         * configure.in (*-*-darwin*): Renable libobjc.
5671         * configure: Regenerate.
5672
5673 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
5674
5675         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
5676
5677 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
5678
5679         * Makefile.def: Remove libbanshee.
5680         * Makefile.tpl: Ditto.
5681         * configure.in: Ditto.
5682         * Makefile.in: Regen.
5683         * configure: Ditto.
5684
5685 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
5686
5687         * ltmain.sh: Use $pic_object as $non_pic_object if
5688         $non_pic_object=none.
5689
5690 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
5691
5692         * missing: Import latest version from master repository.
5693
5694 2004-09-06  Nick Clifton  <nickc@redhat.com>
5695
5696         * config.sub: Import latest version from master repository.
5697         * config.guess: Likewise.
5698         This includes these changes:
5699
5700         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
5701
5702         * config.sub: Handle crisv32, alias etraxfs.
5703         * config.guess (crisv32:Linux:*:*): Handle.
5704
5705         2004-08-13  Brad Smith  <brad@comstyle.com>
5706
5707         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5708         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5709
5710         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
5711
5712         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5713         assume the processor is a powerpc.  This is because coreutils
5714         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5715         in this case, due to a MacOS X bug that causes
5716         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5717         to return a negative number.
5718         Problem reported by Petter Reinholdtsen in:
5719         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5720
5721         2004-07-19  Ben Elliston  <bje@gnu.org>
5722
5723         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5724
5725         2004-06-24  Ben Elliston  <bje@gnu.org>
5726
5727         * config.guess: Update copyright years.
5728         * config.sub: Likewise.
5729
5730         2004-06-22  Robert Millan  <robertmh@gnu.org>
5731
5732         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5733         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5734
5735         2004-06-22  Stanley F. Quayle <stan@stanq.com>
5736
5737         * config.guess (*:*VMS:*:*): New entry. Replaces
5738         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5739         manufacturer.
5740
5741         2004-06-22  Ben Elliston  <bje@gnu.org>
5742
5743         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5744         * config.sub: Likewise.
5745
5746         2004-06-22  Ben Elliston  <bje@gnu.org>
5747
5748         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5749         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5750
5751         2004-06-11  Ben Elliston  <bje@gnu.org>
5752
5753         * config.guess (pegasos:OpenBSD:*:*): Remove.
5754
5755         2004-06-11  Ben Elliston  <bje@gnu.org>
5756
5757         From Wouter Verhelst <wouter@grep.be>:
5758         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5759
5760         2004-06-11  Ben Elliston  <bje@gnu.org>
5761
5762         * config.guess (luna88k:OpenBSD:*:*): New.
5763
5764         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
5765
5766         * config.guess (m32r*:Linux:*:*): New case.
5767         * config.sub: Handle m32rle.
5768
5769         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
5770
5771         From Jens Petersen  <petersen@redhat.com>:
5772         * config.sub: Handle sparcv8.
5773
5774         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
5775
5776         From Tom Smith <smith@cag.lkg.hp.com>:
5777         * config.guess: Version suffixes are equally significant on Tru64
5778         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
5779         prefix of "P" (patched kernel).
5780
5781         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
5782
5783         * config.sub: Add support for National Semiconductor CRX target.
5784
5785 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
5786
5787         * MAINTAINERS (Various Maintainers): Remove myself as web page
5788         maintainer, add myself as maintainer of build status lists.
5789
5790 2004-09-03  Jan Beulich  <jbeulich@novell.com>
5791
5792         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5793         *-*-netware, but add target-libmudflap.
5794         Consolidate *-*-netware targets (of which really only i?86 exists)
5795         into a single entry.
5796         * configure: Likewise.
5797
5798 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
5799
5800         * Makefile.tpl (sorry): Remove.
5801         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5802         (cleanstrap targets): Depend on distclean, not distclean-stage1.
5803         (do-clean): Clean per-stage directories too.
5804         (do-distclean): Run distclean-stage1 too.
5805         (.NOTPARALLEL): Enable during toplevel bootstrap.
5806         (stage[+id+]-bubble): Enable parallel execution during
5807         the recursive invocation.
5808         * Makefile.in: Regenerate.
5809
5810         Fix previous checkin:
5811
5812         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5813         include.
5814         * configure.in: Fix indentation.
5815         * configure: Regenerate.
5816
5817 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
5818
5819         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5820         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5821         * configure: regenerate
5822         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5823         -mdynamic-no-pic
5824
5825 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
5826
5827         * Makefile.def (build_modules): Add fixincludes.
5828         (dependencies): Make gcc depend on fixincludes.
5829         * configure.in (build_tools): Add fixincludes.
5830         (build_configdirs): Always include build_libs.
5831         * Makefile.in: Regenerate.
5832         * configure: Regenerate.
5833
5834 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
5835
5836         * Makefile.def (bootstrap stages): Add 'lean' parameter.
5837         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5838         phony targets; do not generate timestamp files.
5839         (distclean-stageN): Remove references to their timestamp files.
5840         (restageN, touch-stageN): Remove.
5841         (stageN-bubble): Rewritten.
5842         (compare): Support lean bootstraps.
5843         * Makefile.in: Regenerate.
5844
5845         * configure.in: Only warn when bootstrapping but
5846         build != host or build != target.  Support lean bootstraps.
5847         * configure: Regenerate.
5848
5849 2004-08-26  Phil Edwards  <phil@codesourcery.com>
5850
5851         * configure.in:  Give a better error message if GMP/MPFR are missing
5852         and a language needing them has been requested.
5853         * configure:  Regenerated.
5854
5855 2004-08-25  Phil Edwards  <phil@codesourcery.com>
5856
5857         * configure.in:  Print a list of available language front-ends if
5858         a requested one is missing.  Tidy stray tab characters.
5859         * configure:  Regenerated.
5860
5861 2004-08-19  Michael Koch  <konqueror@gmx.de>
5862
5863         * gcc/doc/install.texi: Update entry about automake for libjava.
5864
5865 2004-08-17  Robert Millan  <robertmh@gnu.org>
5866
5867         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5868         (instead of FreeBSD).
5869         * configure: Regenerate.
5870
5871 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5872
5873         * Makefile.in: Regenerate.
5874         * configure: Regenerate.
5875
5876         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5877         stage_*_flags.
5878         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5879         for bootstrapped modules if toplevel bootstrap is going.
5880         (GCC bootstrap): Generate per-stage targets for all bootstrapped
5881         modules.  Adjust for changes in Makefile.def.  Enable several
5882         rules even in non-bootstrap mode, just to avoid peppering the
5883         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5884         (stage-[+prev+]-bubble): Remove.
5885
5886         * Makefile.def (Dependencies): Depend on all-build-bison,
5887         all-build-flex, all-build-byacc, all-build-texinfo, rather
5888         than the host variations.
5889         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
5890         with BUILD_SUBDIR.
5891         (BISON): Update for recent Bisons.
5892         (YACC): Fix typo.
5893         (cross): Depend on all-build.
5894         (all): Do not depend on all-build.
5895         (prebootstrap): Remove.
5896         (dep-kind): Accept separate prefixes for MODULE and ON variables.
5897         (Prebootstrap dependencies): Add them to the per-stage targets
5898         and to all-prebootstrap.
5899         * configure.in (build_configdirs): Always enable build_tools.
5900         (BUILD_DIR_PREFIX): Remove.
5901
5902         * Makefile.def (gcc): Add target variable.
5903         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5904         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5905         in the recursive `make', instead of hardwiring `all'.
5906         (Autogenerated TARGET-* variables): New.
5907
5908 2004-08-13  Brian Booth  <bbooth@redhat.com>
5909
5910         * MAINTAINERS: Remove myself from write-after-approval.
5911
5912 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5913
5914         * src-release: Stop distributing mmalloc with gdb (which doesn't
5915         use it).
5916         * Makefile.def: GDB doesn't depend on mmalloc anymore.
5917         * Makefile.in: Regenerate.
5918
5919 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
5920
5921         * configure.in (arm*-*-eabi*): New target.
5922         * configure: Regenerate.
5923
5924 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
5925
5926         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5927         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5928         (Dependencies): New section.
5929         * Makefile.tpl (Dependencies): Generate from Makefile.def.
5930         (configure-target-[+module+]): Depend on maybe-all-gcc
5931         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
5932         (toplevel profiledbootstrap): Fix dependencies.
5933         * Makefile.in: Regenerate.
5934
5935 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
5936
5937         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5938         target-libiberty to noconfigdirs.
5939         * configure: Regenerate.
5940
5941 2004-08-03  Paul Brook  <paul@codesourcery.com>
5942
5943         * configure.in: Check for MPFR as well as GMP.
5944         * configure: Regenerate.
5945
5946 2004-08-01  Robert Millan  <robertmh@gnu.org>
5947
5948         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5949         libmudflap for all GNU-based systems (with Glibc).
5950         * configure: Regenerate.
5951
5952 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
5953
5954         * Makefile.def (host-modules): Add gcc.
5955         * Makefile.in: Regenerate.
5956         * Makefile.tpl (sorry): New rule.
5957         (configure-host, all-host, [+make_target+]-host, do-check,
5958         install-host): Do not add gcc as a special case.
5959         (host modules): Add a small special-casing for gcc.  Export
5960         extra_make_flags through the environment.
5961         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5962         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5963         other recursive targets for gcc): Remove.
5964
5965         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5966         (stage, unstage): New rules.
5967         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5968         distclean-stage[+id+]): Use stage_current.
5969         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5970         the stage*-start rules.
5971
5972 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
5973
5974         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
5975         use -all_load flag.
5976
5977 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
5978
5979         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
5980         * configure: Regenerate.
5981
5982 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
5983
5984         * maintainer-scripts/gcc_release: Revert yesterday's change.
5985
5986 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
5987
5988         * MAINTAINERS: Add myself to write-after-approval.
5989
5990 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
5991
5992         * libf2c: Removed.
5993         * gcc/gccbug.in: Updated because of libf2c removal.
5994         * maintainer-scripts/gcc_release: Ditto.
5995
5996 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
5997
5998         * configure.in: Build libmudflap by default on FreeBSD.
5999         * configure: Regenerated.
6000
6001 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
6002
6003         * configure.in: Do not build libmudflap by default on non-GNU/Linux
6004         systems.
6005         * configure: Regenerated.
6006
6007 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6008
6009         PR target/16344
6010         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6011         feedback based compiler.
6012         * Makefile.in: Rebuilt.
6013
6014 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
6015
6016         * Makefile.def (host_modules): Set bootstrap=true for flex.
6017         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6018         * Makefile.in: Rebuilt.
6019
6020 2004-07-07  Jan Hubicka  <jh@suse.cz>
6021
6022         * MAINTAINERS: Add self as a profile feedback maintainer.
6023
6024 2004-07-05  Phil Edwards  <phil@codesourcery.com>
6025
6026         * configure.in:  Do not prepend $srcdir to /dev/null in
6027         makefile fragments.
6028         * configure:  Regenerate.
6029
6030 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
6031
6032         * Makefile.def (build_modules): Add bison, byacc, flex,
6033         m4, texinfo.
6034         (flags_to_pass): Add FLEX.
6035         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6036         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6037         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6038         DEFAULT_MAKEINFO): Remove.
6039         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6040         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6041         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6042         objdir or else use configured tool.
6043         (all-build): New.
6044         (all): Depend on it.
6045         (Build module dependencies): Add.
6046         * Makefile.in: Regenerate.
6047         * configure.in: Better support for multiple build modules,
6048         matching what is done for host/target modules.  Do not look
6049         for "plausible" locations of build tools if Canadian cross.
6050         Use autoconf's AC_PROG_CC to find a C compiler.  Define
6051         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
6052         * configure: Regenerate.
6053
6054 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6055
6056         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6057         * Makefile.in: Regenerate.
6058
6059 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6060
6061         * Makefile.tpl (configure-build-[+module+],
6062         configure-[+module+], configure-target-[+module+]): Pass
6063         [+extra_configure_args+].
6064         (all-build-[+module+], all-[+module+], check-[+module+],
6065         install-[+module+], [+make_target+]-[+module+],
6066         all-target-[+module+], check-target-[+module+],
6067         install-target-[+module+], [+make_target+]-target-[+module+]):
6068         Pass [+extra_make_args+].
6069         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6070         (GCC_HOST_EXPORTS): Remove.
6071         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6072         cross, check-gcc, check-gcc-c++, install-gcc,
6073         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6074         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6075         * Makefile.in: Regenerate.
6076
6077 2004-06-21  Matthew Sachs  <msachs@apple.com>
6078
6079         * MAINTAINERS: Added self to write-after-approval.
6080
6081 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
6082
6083         * configure.in: Check for srcdir/winsup rather than build directory
6084         winsup.
6085         * configure: Regenerate.
6086
6087 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
6088
6089         * configure.in: Don't build Cygwin native newlib if winsup
6090         directory is missing.  Emit warning instead.
6091         * configure: Regenerate.
6092
6093 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
6094
6095         * Makefile.tpl (touch-stage[+id+]): New.
6096         (restage[+prev+]): Depend on touch-stage[+id+].
6097
6098         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6099         Use it throughout.
6100
6101         * Makefile.def: Add profile and feedback bootstrap stages.
6102         Remove next field from bootstrap stages.
6103         * Makefile.tpl (LN, LN_S): Substitute.
6104         (stageN-start, stageN-end): Use double-colon rules, to
6105         provide a hook for additional setup commands.
6106         (distclean-stageN-gcc, restageN): Create dependencies from
6107         [+prev+], not from [+next+].
6108         (stageN-bubble): Add commands for successive stages from
6109         [+prev+], using double-colon rules.
6110         (all-stageN-gcc): Fix typo.
6111         (stagefeedback-start, profiledbootstrap): New.
6112         * Makefile.in: Regenerate.
6113         * configure.in: Call ACX_PROG_LN.
6114         * configure: Regenerate.
6115
6116 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
6117
6118         * MAINTAINERS (Write After Approval): Add myself.
6119
6120 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
6121
6122         * MAINTAINERS (Write After Approval): Add myself.
6123
6124 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
6125
6126         * configure.in: Fix --enable-bootstrap breakage introduced in trees
6127         without gcc.
6128         * configure: Regenerate.
6129
6130 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6131
6132         * Makefile.tpl: Fix typo.
6133         * Makefile.in: Regenerate.
6134
6135 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6136
6137         * configure.in: Remove new- prefix from toplevel
6138         bootstrap targets.
6139         * configure: Regenerate.
6140
6141 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6142
6143         * Makefile.tpl (all.normal): Rename to all.
6144         (all): Replace with a rule to pick the default
6145         target from configure.
6146         (all-gcc, configure-gcc): Use conditionals to
6147         do nothing when toplevel bootstrap is going on.
6148         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6149         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6150         * configure.in: Support --enable-bootstrap.
6151
6152         * Makefile.def: Remove new- prefix from toplevel
6153         bootstrap targets.
6154         * Makefile.tpl: Likewise.
6155
6156         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
6157         target.
6158
6159         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6160         $(RECURSE_FLAGS) to recursive invocation of make.
6161
6162         * Makefile.in: Regenerate.
6163         * configure: Regenerate.
6164
6165 2004-05-30  Andreas Jaeger  <aj@suse.de>
6166             Jim Wilson  <wilson@specifixinc.com>
6167
6168         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6169         like CC.
6170
6171 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
6172
6173         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6174         * configure: Regenerate.
6175
6176 2004-05-25  Daniel Jacobowitz  <drow@false.org>
6177
6178         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6179         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6180         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
6181         targets.
6182         * Makefile.in: Regenerate.
6183
6184 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
6185
6186         * configure.in: Test the ability to symlink directories.
6187         * configure: Regenerate.
6188
6189         * Makefile.def (bootstrap-stage): New definitions.
6190         * Makefile.tpl (configure-stage1-gcc,
6191         configure-stage2-gcc, configure-stage3-gcc,
6192         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6193         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6194         new-restage3, compare): Autogenerate, see Makefile.in
6195         entry for behavioral changes.
6196         (distclean-stage1, new-stage1-start, new-stage1-end,
6197         new-stage1-bubble, distclean-stage2, new-stage2-start,
6198         new-stage2-end, new-stage2-bubble, distclean-stage3,
6199         new-stage3-start, new-stage3-end): New autogenerated targets.
6200         (objext, prebootstrap, BOOT_CFLAGS,
6201         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6202         targets.
6203
6204         * Makefile.in: Regenerate.
6205         (distclean-stage1, new-stage1-start, new-stage1-end,
6206         new-stage1-bubble, distclean-stage2, new-stage2-start,
6207         new-stage2-end, new-stage2-bubble, distclean-stage3,
6208         new-stage3-start, new-stage3-end): New targets.
6209         (all-stage1-gcc): Move prebootstrap dependency from here...
6210         (configure-stage1-gcc): ...to here.
6211         (new-bootstrap): Use bubble targets.
6212         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6213         Use per-stage distclean targets.
6214         (configure-stage1-gcc, configure-stage2-gcc,
6215         configure-stage3-gcc, all-stage1-gcc,
6216         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6217         Use new-stageN-start to prepare the tree.
6218
6219 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
6220
6221         * Makefile.def (host_modules): add libcpp.
6222         * Makefile.tpl: Add dependencies on and for libcpp.
6223         * Makefile.in: Regenerate.
6224         * configure.in: Add libcpp host module.
6225         * configure: Regenerate.
6226
6227 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
6228
6229         * Makefile.tpl: Whenever a recursive target is defined, wrap
6230         it in a special @if/@endif block, and prepare its maybe
6231         dependency in the @if/@endif block
6232         * configure.in: Instead of writing maybe dependencies, remove
6233         the @if/@endif statements, and remove the @if/@endif blocks
6234         that remain.
6235         * configure: Regenerate.
6236         * Makefile.in: Regenerate.
6237
6238 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
6239
6240         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
6241
6242 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
6243
6244         PR bootstrap/15120
6245         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
6246         * */configure: Rebuilt.
6247
6248 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
6249
6250         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6251         of libf2c.
6252         * configure, Makefile.in: Regenerate.
6253
6254 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
6255
6256         * MAINTAINERS (Write After Approval): Add myself.
6257
6258 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
6259
6260         Merge from tree-ssa-20020619-branch.
6261
6262         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6263         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6264         (HOST_GMPLIBS): Define.
6265         (HOST_GMPINC): Define.
6266         (TARGET_LIB_PATH): Add libmudflap.
6267         (GFORTRAN_FOR_TARGET): Define.
6268         (configure-build*): Export GFORTRAN.
6269         (configure-gcc): Export GMPLIBS and GMPINC.
6270         (all-gcc): Add maybe-all-libbanshee.
6271         (configure-target-libgfortran): Define.
6272         * Makefile.in: Regenerate.
6273         * configure.in (host_libs): Add libbanshee.
6274         (target_libraries): Add target-libmudflap and target-libgfortran.
6275         Add --with-libbanshee.
6276         Handle --disable-libmudflap.
6277         (*-*-freebsd*): Use with_gmp.
6278         Add $(libgcj) to noconfigdirs.
6279         * configure: Regenerate.
6280         * depcomp: New file.
6281         * MAINTAINERS: Add tree-ssa maintainers.
6282
6283 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
6284
6285         * MAINTAINERS (Various Maintainers): Add myself.
6286
6287 2004-04-30  Brian Ford  <ford@vss.fsi.com>
6288
6289         * MAINTAINERS (Write After Approval): Add myself.
6290
6291 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
6292
6293         * MAINTAINERS (Write After Approval): Add myself.
6294
6295 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
6296
6297         * config/acx.m4: Fix fastcompare support for new-bootstrap.
6298         * configure: Regenerate.
6299
6300 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
6301
6302         Revert:
6303         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6304
6305         * Makefile.def (flags_to_pass): Remove *dir variables that
6306         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6307         as well as prefix and exec_prefix.
6308         * Makefile.in: Regenerate.
6309
6310 2004-04-26  Robert Millan  <robertmh@gnu.org>
6311
6312         Add patches from libtool CVS.
6313         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6314         * ltconfig: Likewise.
6315         * ltcf-c.sh: Likewise.
6316         * ltcf-cxx.sh: Likewise.
6317         * ltcf-gcj.sh: Likewise.
6318
6319 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6320
6321         * Makefile.def (host_modules): Mark with the bootstrap
6322         flag packages on which gcc depends.
6323         * Makefile.tpl (all-bootstrap): Use it.
6324         * Makefile.in: Regenerate.
6325
6326 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6327
6328         * Makefile.def (flags_to_pass): Remove *dir variables that
6329         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6330         as well as prefix and exec_prefix.
6331         * Makefile.in: Regenerate.
6332
6333 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6334
6335         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6336         * configure: Regenerate.
6337         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6338         * gcc/Makefile.tpl (compare): Use the result of the test.
6339         * gcc/Makefile.in: Regenerate.
6340
6341 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
6342
6343         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6344         Always relocate gcc and prev-gcc to the original names, even
6345         if the build fails.
6346         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6347         New targets.
6348
6349 2004-04-23  Laurent GUERBY <laurent@guerby.net>
6350
6351         * MAINTAINERS: Update my email address.
6352
6353 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6354
6355         * configure.in (mips*-*-irix5*): Enable ld.
6356         * configure: Regenerate.
6357
6358 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6359
6360         * configure: Regenerate.
6361
6362 2004-04-15  James E Wilson  <wilson@specifixinc.com>
6363
6364         * Makefile.tpl (configure-[+module+], configure-gcc,
6365         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6366         Set and export LDFLAGS.
6367         * Makefile.in: Regenerate.
6368
6369 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
6370
6371         * MAINTAINERS: Add myself to write-after-approval.
6372
6373 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6374
6375         PR bootstrap/14871
6376         * Makefile.tpl: If we don't have built-in-tree target tools,
6377         use the ones found by configure rather than hacking around with
6378         program_transform_name.
6379         * configure.in: Give Makefile.tpl the information necessary
6380         to do that.
6381         * Makefile.in: Regenerate.
6382         * configure: Regenerate.
6383
6384 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
6385
6386         PR bootstrap/14760
6387         * configure.in: When computing baseargs, strip *all* copies of
6388         offending options.  Also, don't match/substitute the trailing space,
6389         so that this actually works when two similar options are separated by
6390         only one space.
6391         * configure: Regenerate.
6392
6393 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
6394
6395         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6396         (rs6000-*-aix*): Same.
6397         * configure: Regenerate.
6398
6399 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
6400
6401         * MAINTAINERS: Add myself to write-after-approval.
6402
6403 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
6404
6405         * MAINTAINERS: Add myself to write-after-approval.
6406
6407 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
6408
6409         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6410         STRICT_WARN, WARN_CFLAGS flags passed down to make.
6411         * Makefile.in: Regenerate.
6412
6413         * configure.in (top level bootstrap support): Rework --enable-werror
6414         to set @stage2_werror_flag@.
6415         * configure: Regenerate.
6416         * Makefile.tpl (top level bootstrap support): Pass
6417         @stage2_werror_flag@ down to configure in stages 2 and 3.
6418         * Makefile.in: Regenerate.
6419
6420 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6421
6422         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6423         for stages 2 and 3 as well as in make.  As a consequence, remove
6424         OUTPUT_OPTION (now detected by configure) from the flags passed down
6425         to make.
6426         * Makefile.in: Regenerate.
6427
6428         * Makefile.tpl (new-bootstrap): Fix typo.
6429         * Makefile.in: Regenerate.
6430
6431 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6432
6433         * Makefile.tpl: Rearrange by moving recursive_targets rules
6434         into their proper sections.
6435         * Makefile.tpl (top level bootstrap support): Move disabling
6436         of coverage flags from 'make' to 'configure'; improve comments.
6437         * Makefile.in: Regenerate.
6438
6439         * Makefile.tpl (experimental top level bootstrap) Move stage1
6440         language setting from all- target to configure- target; disable
6441         intermodule optimization in stage 1; prevent gratuitous rebuilds
6442         of stage 1.
6443         * Makefile.in: Regenerate.
6444         * configure.in: Comma-separate stage 1 language list for top
6445         level bootstrap.
6446         * configure: Regenerate.
6447
6448         * Makefile.tpl: Clean up experimental top level bootstrap support:
6449         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6450         prev-gcc in configure- targets as well as all- targets.
6451         * Makefile.in: Regenerate.
6452
6453 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
6454
6455         * compile: New file imported from automake.
6456
6457 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
6458
6459         * configure.in: Remove symbolic link section.
6460         * configure: Regenerate.
6461         * Makefile.tpl (links): Remove.
6462         * Makefile.in: Regenerate.
6463
6464 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
6465             Nathanael Nerode  <neroden@gcc.gnu.org>
6466
6467         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6468         Set with AC_CHECK_PROGS.
6469         * configure.in: Fix comment typo from last patch.
6470         * configure: Regenerate.
6471
6472 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
6473
6474         * Makefile.tpl: Introduce experimental top level bootstrap support.
6475         * Makefile.in: Regenerate.
6476         * configure.in: Introduce support for top level bootstrap.
6477         * configure: Regenerate.
6478
6479 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6480             Paolo Bonzini  <bonzini@gnu.org>
6481
6482         PR bootstrap/14522
6483         * configure.in: Cope with shells that do not support unquoted ^
6484         * configure: Regenerate.
6485
6486 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6487             Paolo Bonzini  <bonzini@gnu.org>
6488
6489         PR bootstrap/14522
6490         * configure.in: Cope with shells that do not support nesting
6491         quotes inside quoted backquote substitutions.
6492         * configure: Regenerate.
6493
6494 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
6495
6496         PR bootstrap/14522
6497         * configure.in: Fix escaping of $.
6498         * configure: Regenerate.
6499
6500 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6501
6502         * configure: Regenerate, since I forgot to while committing Paolo's
6503         changes.
6504
6505 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
6506
6507         PR ada/14131
6508         Move language detection to the top level.
6509         * configure.in: Find default values for the tools as
6510         soon as possible.  Disable ada if GNAT is not found.
6511         Emit error message about missing languages.  Expand
6512         --enable-languages=all for the gcc subdirectory.
6513
6514 2004-03-10  Ben Elliston  <bje@gnu.org>
6515
6516         * MAINTAINERS: Update my email address.
6517
6518 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
6519
6520         * ltconfig: Disable building static libraries if building shared
6521         libraries on AIX 5L.
6522
6523 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
6524
6525         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6526         and disable libgcj.
6527         * configure: Regenerated.
6528
6529 2004-03-01  Brian Booth  <bbooth@redhat.com>
6530
6531         * MAINTAINERS: Add myself to write-after-approval.
6532
6533 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
6534
6535         * MAINTAINERS: Add myself to write-after-approval.
6536
6537 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6538
6539         PR bootstrap/7087
6540         * Makefile.tpl: Guard XFOO sed statements better.
6541         * Makefile.tpl: Add dependency for configure-target-libada.
6542         * Makefile.in: Regenerate (incidentally fixes broken
6543         commit when libada-branch was merged).
6544
6545 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
6546
6547         * MAINTAINERS: Add myself to write-after-approval.
6548
6549 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
6550
6551         * MAINTAINERS: Add Nicola Pero and myself as libobjc
6552         maintainers.
6553
6554 2004-02-20  Andrew Cagney  <cagney@redhat.com>
6555
6556         * config.guess: Update from version 2003-10-16 to 2004-02-16.
6557         * config.sub: Update from version 2003-11-03 to 2004-02-16.
6558
6559 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6560
6561         PR bootstrap/11932
6562         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6563
6564 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
6565
6566         * MAINTAINERS: Added myself to write-after-approval.
6567
6568 2004-02-14  Michael Koch  <konqueror@gmx.de>
6569
6570         * MAINTAINERS: Added myself to write-after-approval.
6571
6572 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
6573
6574         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
6575         some OS port maintainers to OS port maintainers section.
6576
6577 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
6578
6579         * MAINTAINERS: Add self.
6580
6581 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
6582
6583         * MAINTAINERS: Alphabetize.
6584
6585 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
6586
6587         * MAINTAINERS: Remove myself.
6588
6589 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
6590
6591         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6592         (rs6000-*-aix*): Same.
6593         * configure: Regenerate.
6594
6595 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
6596
6597         * configure.in (host): Add in missing $noconfigdirs to defines.
6598         * configure: Regenerate.
6599
6600 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
6601             Nathanael Nerode  <neroden@gcc.gnu.org>
6602
6603         PR ada/6637, PR ada/5911
6604         Merge with libada-branch:
6605         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6606         with appropriate dependencies. Add --enable-libada configure switch.
6607         * configure, Makefile.in: Regenerate.
6608
6609 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
6610
6611         * MAINTAINERS: Add myself to write-after-approval.
6612
6613 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6614
6615         * configure.in: Don't pass --with-stabs on IRIX 5 either.
6616         * configure: Regenerate.
6617
6618 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
6619
6620         Merge from upstream:
6621
6622         * ltmain.in: When setting IFS to '~', be careful about user
6623         arguments that contain '~'.
6624
6625         2004-02-04  Peter O'Gorman  <peter@pogma.com>
6626
6627         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
6628         Also test $base_compile against $CC with escaped arguments. Bug
6629         reported by Geoff Keating <geoffk@apple.com>.
6630
6631 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6632
6633         * MAINTAINERS: Remove i960 port.
6634
6635 2004-01-23  DJ Delorie  <dj@redhat.com>
6636
6637         * Makefile.def (target_modules) [libiberty]: Don't stage.
6638         * Makefile.in: Rebuilt.
6639
6640 2004-01-20  Caroline Tice  <ctice@apple.com>
6641
6642         * MAINTAINERS: Add myself to write-after-approval.
6643
6644 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
6645
6646         * MAINTAINERS: Update my email address.
6647
6648 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
6649
6650         * MAINTAINERS: Add myself to write-after-approval.
6651
6652 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6653
6654         * MAINTAINERS: Remove entries without email address.
6655
6656 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
6657
6658         * MAINTAINERS: Add myself to write-after-approval.
6659
6660 2004-01-15  Steven Bosscher  <stevenb@suse.de>
6661
6662         * MAINTAINERS: Update my email address.
6663
6664 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
6665
6666         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6667         * Makefile.tpl (configure-target-[+module+]): Support stage.
6668         * Makefile.in: Rebuilt.
6669
6670 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
6671
6672         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
6673
6674 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
6675
6676         * MAINTAINERS: Add myself as a MIPS maintainer.
6677
6678 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6679
6680         * configure.in: Use ./config.cache, not config.cache.
6681         * configure: Regenerate.
6682         * Makefile.tpl: Special-casing not needed for GCC any more.
6683         * Makefile.in: Regenerate.
6684
6685         * configure.in: Don't share a cache file for host dirs.
6686         * configure: Regenerate.
6687
6688         * config-ml.in: Don't mess with the cache file.
6689
6690 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6691
6692         * MAINTAINERS: Move myself from 'Write After Approval' to
6693         'CPU Port Maintainers' section as SPARC maintainer.
6694
6695 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6696
6697         * Makefile.tpl: Make GCC use a separate config.cache.
6698         * Makefile.in: Regenerate.
6699
6700         PR bootstrap/11932, PR bootstrap/11933
6701         (I don't know if it will fix either of them, but it relates
6702         to them.)
6703         * configure.in: Don't use shared config.cache for target
6704         directories.
6705         * configure: Regenerate.
6706
6707 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
6708
6709         * MAINTAINERS: Add myself to 'Write After Approval' section.
6710
6711 2003-12-31  Roger Sayle  <roger@eyesopen.com>
6712
6713         * configure.in (ia64*-*-hpux*): Disable building java libraries.
6714         * configure: Regenerated.
6715
6716 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
6717
6718         * MAINTAINERS: Remove the mn10200 maintainer.
6719
6720 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
6721
6722         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6723         * configure: Regenerated.
6724
6725 2003-12-16  Jan Hubicka  <jh@suse.cz>
6726
6727         * MAINTAINERS: Add myself as callgraph maintainer.
6728
6729 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
6730
6731         * configure.in (raw_libstdcxx_flags): Remove the leading space.
6732         * configure: Regenerate.
6733
6734 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6735
6736         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6737         'Write After Approval' section. Update email.
6738
6739 2003-12-01  James Lemke  <jim@wasabisystems.com>
6740
6741         * MAINTAINERS (Write After Approval): Add myself.
6742
6743 2003-11-20  Matt Thomas  <matt@3am-software.com>
6744
6745         * MAINTAINERS: Add myself as a vax port maintainer.
6746
6747 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
6748
6749         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6750         (configure-build-[+module+], configure-[+module+]): Likewise.
6751         (configure-target-[+module+], configure-gcc, config.status): Likewise.
6752         * Makefile.in: Regenerate.
6753
6754 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
6755
6756         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
6757         shared/dylibed libraries.
6758         * ltmain.sh: Likewise.
6759         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
6760         * ltcf-cxx.sh: Likewise.
6761         * ltcf-gcj.sh: Likewise.
6762         * ltconfig: Likewise.
6763
6764 2003-11-17  Stan Cox  <scox@redhat.com>
6765
6766         * MAINTAINERS: Add myself as iq2000 port maintainer.
6767
6768 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
6769
6770         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6771         * Makefile.in: Regenerate.
6772
6773 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
6774
6775         * config.sub: Update to 2003-11-03 version.
6776
6777 2003-10-20  Phil Edwards  <phil@codesourcery.com>
6778
6779         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
6780         * configure:  Regenerate.
6781
6782 2003-10-20  Nicolas Pitre  <nico@cam.org>
6783
6784         * MAINTAINERS: Add myself to 'Write After Approval' section.
6785
6786 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
6787
6788         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
6789
6790 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
6791
6792         * MAINTAINERS: Update my email address.
6793
6794 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6795
6796         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
6797
6798 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
6799
6800         * MAINTAINERS: Add myself to 'Write After Approval' section.
6801
6802 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
6803
6804         * config.guess: Update to 2003-10-16 version.
6805         * config.sub: Update to 2003-10-16 version.
6806
6807 2003-10-15  David Daney  <ddaney@avtrex.com>
6808
6809         * MAINTAINERS: Added myself to 'Write After Approval' section.
6810
6811 2003-10-15  Falk Hueffner  <falk@debian.org>
6812
6813         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6814         'Write After Approval' section. Update email.
6815
6816 2003-10-14  Roger Sayle  <roger@eyesopen.com>
6817
6818         * MAINTAINERS: Move myself from 'Write After Approval' to
6819         'Various Maintainers' section as middle-end maintainer.
6820
6821 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6822
6823         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6824         HOST_FLAGS_TO_PASS.
6825         * Makefile.in: Regenerate.
6826
6827 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
6828
6829         * config.guess: Update to 2003-10-07 version.
6830         * config.sub: Update to 2003-10-07 version.
6831
6832 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6833
6834         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
6835         * ltconfig (irix5*, irix6*): Don't override version_type.
6836
6837 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
6838
6839         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6840         * configure: Rebuilt
6841         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6842         * Makefile.in: Rebuilt
6843
6844 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
6845
6846         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6847
6848 2003-09-30  Carlo Wood  <carlo@alinoe.com>
6849
6850         * MAINTAINERS (Write After Approval): Add myself.
6851
6852 2003-09-29  Paul Koning  <ni1d@arrl.net>
6853
6854         * MAINTAINERS: Move myself from "Write After Approval"
6855         to CPU platform maintainers for pdp11 platform.
6856
6857 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
6858
6859         * MAINTAINERS: Move myself from 'Write After Approval' to
6860         'Various Maintainers' section as libffi testsuite maintainer.
6861
6862 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
6863
6864         * configure.in: Pass a computed --program-transform-name
6865         to subconfigures.
6866         * configure: Regenerated.
6867
6868 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6869
6870         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6871         * Makefile.in: Regenerate.
6872
6873         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6874         * Makefile.in: Regenerate.
6875
6876 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
6877
6878         * MAINTAINERS: Move myself from 'Write After Approval'
6879         to 'Various Maintainers' (objective-c) section.
6880
6881 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
6882
6883         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6884         quoting.
6885         * configure: Regenerated.
6886
6887 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
6888
6889         * MAINTAINERS (Write After Approval): Add myself to write after
6890         approval list.
6891
6892 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
6893
6894         * MAINTAINERS (Write After Approval): Add myself.
6895
6896 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
6897
6898         * MAINTAINERS: Update my e-mail address.
6899
6900 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
6901
6902         * libtool.m4 (LD): Correct powerpc64 host match.
6903
6904 2003-09-06  James E Wilson  <wilson@tuliptree.org>
6905
6906         * MAINTAINTERS: Update my affiliation and email address.
6907
6908 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6909
6910         * MAINTAINERS (Write After Approval): Add myself.
6911
6912 2003-09-04  DJ Delorie  <dj@redhat.com>
6913
6914         * configure: Regenerate.
6915
6916 2003-09-04  Robert Millan  <robertmh@gnu.org>
6917
6918         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6919
6920 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6921
6922         * configure.in: Ensure arguments to sed are properly spaced.
6923         * configure: Regenerate.
6924
6925 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
6926
6927         * MAINTAINERS: Update my e-mail address.
6928
6929 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
6930
6931         * MAINTAINERS (Write After Approval): Add myself.
6932
6933 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
6934
6935         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6936         * configure: Regenerated.
6937
6938 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6939
6940         * MAINTAINERS: Update my email address.
6941
6942 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
6943
6944         * configure.in:  Use newline instead of semicolon when assuming
6945         shell arguments in a for loop.
6946         * configure:  Regenerated.
6947
6948 2003-08-22  Jason Eckhardt  <jle@rice.edu>
6949
6950         * MAINTAINERS: Resurrect the i860 maintainer.
6951
6952 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
6953
6954         PR 8180
6955         * configure.in: When testing with_libs and with_headers, treat
6956         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
6957         * configure: Regenerate.
6958
6959         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6960         make, shell, etc.
6961         (baseargs): Likewise.
6962         * configure: Regenerate.
6963
6964 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
6965
6966         * MAINTAINERS (Write After Approval): Add myself.
6967
6968 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
6969
6970         * configure.in: Disable libgcj for darwin not on powerpc.
6971         * configure: Rebuild.
6972
6973 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
6974
6975         * config-ml.in, symlink-tree: Add license.
6976
6977 2003-08-03  Richard Stallman  <rms@gnu.org>
6978             Eben Moglen  <moglen@columbia.edu>
6979
6980         * README.SCO: New file.
6981
6982 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
6983
6984         * Makefile.tpl (check, check-c++): Express dependencies using
6985         dependencies rather than commands.
6986         * Makefile.in: Regenerate.
6987
6988 2003-08-01  Andrew Cagney  <cagney@redhat.com>
6989
6990         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6991         * configure: Ditto.
6992
6993 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
6994
6995         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6996         * Makefile.in: Update.
6997
6998 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
6999
7000         * configure.in: Enable libgcj for darwin.
7001         * configure: Rebuild.
7002
7003 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
7004
7005         * config-ml.in:  Use ac_configure_args directly instead of
7006         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
7007         actually seen.
7008
7009 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7010
7011         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7012         creating target and build subdirs to build all parent dirs as needed.
7013         * Makefile.in: Rebuild.
7014         * configure.in: Don't build dirs explicitly here.
7015         * configure: Rebuild.
7016
7017 2003-07-26  Paul Brook  <paul@nowt.org>
7018
7019         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
7020
7021 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
7022
7023         * Makefile.tpl (all-make): Depend on intl.
7024         * Makefile.in: Rebuilt.
7025
7026 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
7027
7028         * install-sh:  Update to newer upstream versions (associated with
7029         aclocal 1.7).
7030         * mkinstalldirs:  Likewise.
7031         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
7032
7033 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
7034
7035         * MAINTAINERS: Move self from Bug database only accounts
7036         to write-after-approval.
7037
7038 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
7039
7040         * config.if: Remove unused libc_interface determination.
7041
7042 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7043
7044         * MAINTAINERS: Move self from write-after-approval to
7045         build machinery (*.in).
7046
7047 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7048
7049         PR bootstrap/11273
7050         PR bootstrap/11408
7051         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
7052         unused INSTALL_PROGRAM_ARGS.
7053         * configure.in: Use AC_PROG_INSTALL.
7054         * Makefile.in: Regenerate.
7055         * configure: Regenerate.
7056
7057 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
7058
7059         * MAINTAINERS: Alphabetize.
7060
7061 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
7062
7063         * configure: Rebuilt.
7064         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
7065         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7066         newlib nor libgloss.
7067         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
7068         * configure.in (am33_2.0-*-linux*): Added.
7069
7070 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
7071
7072         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7073         * configure: Regenerate.
7074
7075 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
7076
7077         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
7078         * Makefile.in: Regenerate.
7079
7080 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7081
7082         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
7083         * Makefile.in: Regenerate.
7084
7085 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
7086
7087         * Makefile.tpl: Replace PWD with PWD_COMMAND.
7088         * Makefile.in: Regenerated.
7089
7090         * config-ml.in: Replace PWD with PWD_COMMAND.
7091
7092 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7093
7094         * intl: New directory; see intl/ChangeLog for details.
7095         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
7096         * Makefile.tpl: all-gcc depends on maybe-all-intl.
7097         * Makefile.in: Regenerate.
7098
7099 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7100
7101         * configure.in: Clean up config-lang.in handling.  Delete
7102         useless assignment to "subdirs".
7103         * configure: Regenerate.
7104
7105 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7106
7107         * configure.in: Rename 'target_libs' to 'target_libraries'.
7108         Remove useless reference to 'target_libs'.
7109         * configure: Regenerate.
7110
7111 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
7112
7113         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7114         * Makefile.in: Regenerate.
7115
7116 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7117
7118         * Makefile.def: Introduce flags_to_pass.
7119         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7120         * Makefile.in: Regenerate.
7121
7122 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
7123
7124         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7125         and target-libgloss.
7126         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7127         <h8300*-*-*>: Disable libf2c and ${libgcj}.
7128         * configure: Regenerate.
7129
7130 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
7131
7132         * configure.in: Update testsuite_flags to new location.
7133         * configure. Regenerate.
7134
7135 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7136
7137         * Makefile.tpl: Remove BUILD_CC stuff.
7138         * Makefile.in: Regenerate.
7139
7140 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
7141
7142         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
7143
7144 2003-06-16  Graeme Peterson  <gp@qnx.com>
7145
7146         * MAINTAINERS (Write After Approval): Add myself.
7147
7148 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
7149
7150         * config.guess: Update to 2003-06-12 version.
7151         * config.sub: Update to 2003-06-13 version.
7152
7153 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
7154
7155         * config.guess: Update to 2003-06-06 version.
7156         * config.sub: Update to 2003-06-06 version.
7157
7158 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7159
7160         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7161         * configure. Regenerate.
7162
7163 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7164
7165         * configure.in: Disable serial configure by default.
7166         * configure: Regenerate.
7167         * Makefile.tpl: Abolish .NOTPARALLEL.
7168         * Makefile.in: Regenerate.
7169
7170         * Makefile.tpl: Replace {build,host,target}_canonical by
7171         {build,host,target}.
7172         * Makefile.in: Regenerate.
7173
7174         * Makefile.tpl: Fix stupid pasto.
7175         * Makefile.in: Regenerate.
7176
7177 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7178
7179         * Makefile.tpl: Remove bogus conditional.
7180         * Makefile.in: Regenerate.
7181
7182 2003-06-05  Jan Hubicka  <jh@suse.cz>
7183
7184         * Makefile.tpl (profiledbootstrap): New target.
7185         * Makefile.in (profiledbootstrap): New target.
7186
7187 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
7188
7189         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
7190         Pinski. Remove user names from other bugzilla-only maintainers.
7191
7192 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7193
7194         * Makefile.tpl: Make 'recursive targets' using autogen rather
7195         than shell loop.  Remove duplicate 'clean' targets and false
7196         comments.
7197         * Makefile.def: Add systematic dependencies to 'recursive' targets.
7198         Add systematic method of specifying missing targets in subdirs.
7199         Add copyright boilerplate.
7200         * Makefile.in: Regenerate.
7201         * configure.in: Add 'recursive targets' to maybe list.
7202         * configure: Regenerate.
7203
7204         * MAINTAINERS: "GNATS only" -> "Bug database only".
7205
7206         * Makefile.tpl: Rename [+target+] to [+make_target+].
7207         * Makefile.def: Rename 'target' to 'make_target'.
7208
7209 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
7210
7211         * MAINTAINERS: Add self as options handling maintainer.
7212
7213 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
7214
7215         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
7216         been too long since I touched those ports.
7217
7218 2003-05-28  DJ Delorie  <dj@redhat.com>
7219
7220         * Makefile.tpl: Make maybe-check-gcc .PHONY.
7221         * Makefile.in: Regenerate.
7222
7223 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
7224
7225         * configure.in: Use curly braces in the definition of tooldir.
7226         * configure: Regenerate.
7227
7228 2003-05-21  DJ Delorie  <dj@redhat.com>
7229
7230         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7231         newlib or libgloss.
7232         * Makefile.in: Regenerate.
7233
7234 2003-05-21  DJ Delorie  <dj@redhat.com>
7235
7236         * Makefile.tpl: Add missing empty maybe-check-gcc target.
7237         * Makefile.in: Regenerate.
7238
7239 2003-05-20  Ian Lance Taylor  <ian@airs.com>
7240
7241         * MAINTAINERS: Update my e-mail address.
7242
7243 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7244
7245         * configure.in: Switch more things to use maybe dependencies.
7246         * Makefile.tpl: Switch more things to use maybe dependencies.
7247         Factor out common code from autogen IF statements.
7248         * configure: Regenerate.
7249         * Makefile.in: Regenerate.
7250
7251 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
7252
7253         * configure.in: Accept i[3456789]86 for machine type.
7254         * configure: Regenerate.
7255
7256 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7257
7258         * configure.in: Switch more things to use maybe dependencies.
7259         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
7260         * configure: Regenerate.
7261         * Makefile.tpl: Switch more things to use maybe dependencies.
7262         * Makefile.in: Regenerate.
7263
7264 2003-05-16  Andreas Schwab  <schwab@suse.de>
7265
7266         * Makefile.tpl (install-opcodes): Define.
7267         * Makefile.in: Rebuild.
7268
7269 2003-05-13  Andreas Jaeger  <aj@suse.de>
7270
7271         * config.guess: Update to 2003-05-09 version.
7272         * config.sub: Update to 2003-05-09 version.
7273
7274 2003-05-13  Michael Eager  <eager@mvista.com>
7275
7276         * configure.in: Correct sed script so that options in quotes are not
7277         deleted.
7278         * configure: Rebuild.
7279
7280 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
7281
7282         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7283         and $$s/newlib/libc/sys/cygwin32 include paths.
7284         * configure: Ditto.
7285
7286 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
7287
7288         * MAINTAINERS: Update my email addresses.
7289
7290 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
7291
7292         * config-ml.in: Propagate INSTALL variables.
7293
7294 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7295
7296         * MAINTAINERS: Remove duplicate entries in Write After Approval.
7297
7298 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
7299
7300         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7301         * Makefile.in: Regenerate.
7302
7303 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
7304
7305         * MAINTAINERS (GNATS only): Add Falk Hueffner.
7306
7307 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
7308
7309         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
7310
7311 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
7312
7313         * Makefile.tpl: Clean $(BUILD_SUBDIR).
7314         * Makefile.in: Regenerated.
7315
7316 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
7317
7318         * MAINTAINERS (Write After Approval): Upgrade myself from
7319         GNATS only to write-after-approval. Update my mail address.
7320
7321 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
7322
7323         (OS Port Maintainers: freebsd): Add myself.
7324
7325 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
7326
7327         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
7328
7329 2003-04-22  Kean Johnston  <jkj@sco.com>
7330
7331         * MAINTAINERS (SCO ports): Added myself.
7332
7333 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
7334
7335         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
7336
7337 2003-04-19  Kean Johnston  <jkj@sco.com>
7338
7339         * MAINTAINERS (Write After Approval): Add myself.
7340
7341 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7342
7343         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7344         * Makefile.in: Regenerate.
7345
7346 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
7347
7348         * configure.in (powerpc64*-*-linux*): Remove.
7349         * configure: Rebuilt.
7350
7351 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
7352
7353         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
7354         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7355         and restrap.
7356         * Makefile.in:  Regenerate.
7357
7358 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
7359
7360         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7361         * configure: Regenerated.
7362
7363 2003-04-15  DJ Delorie  <dj@redhat.com>
7364
7365         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
7366
7367 2003-04-13  Nick Clifton  <nickc@redhat.com>
7368
7369         * config-ml.in: Remove support for --disable-aix removing
7370         call-aix multilibs.
7371
7372 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
7373
7374         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7375         * */configure: Rebuilt.
7376
7377 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
7378
7379         * MAINTAINERS: Add my email address.
7380
7381 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
7382
7383         * MAINTAINERS (Write After Approval): Add myself.
7384
7385 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7386
7387         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7388         * Makefile.in: Regenerate.
7389
7390 2003-03-14  Michael Chastain  <mec@shout.net>
7391
7392         * Makefile.in: Regenerate with correct Makefile.def.
7393
7394 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7395
7396         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
7397         Make macro.
7398         * Makefile.in: Regenerate.
7399         * configure.in: Clean up gxx_include_dir logic.
7400         * configure: Regenerate.
7401
7402 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
7403
7404         * MAINTAINERS (Write After Approval): Add myself.
7405
7406 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
7407
7408         * MAINTAINERS: Update my mail address.
7409
7410 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7411
7412         * configure.in (gxx_include_dir): Fix typo.
7413         * configure: Regenerated.
7414
7415 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7416
7417         * Makefile.tpl: Reindent.
7418         * Makefile.in: Regenerate.
7419         * configure.in: Reindent.  Don't set unused variables.
7420         * configure: Regenerate.
7421
7422 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
7423
7424         * configure.in: Include $(build_tooldir)/sys-include in
7425         FLAGS_FOR_TARGET.
7426         * configure: Regenerated.
7427
7428 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7429
7430         * Makefile.tpl: Always pass down RANLIB.
7431         * Makefile.in: Regenerate.
7432
7433         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7434         * Makefile.in: Regenerate.
7435         * configure.in: Remove unused logic relating to --enable-shared
7436         and --enable-threads.  Remove bogus comments.  Remove redundant
7437         noconfigdirs.
7438         * configure: Regenerate.
7439
7440         * configure.in: Replace ${libstdcxx_version} by its value.
7441         Remove reference to mh-dgux.
7442         * configure: Regenerate.
7443
7444 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
7445
7446         * MAINTAINERS (Write After Approval): Add myself.
7447
7448 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7449
7450         * Makefile.tpl: Rearrange.
7451         * Makefile.in: Regenerate.
7452
7453 2003-02-25  Uwe Stieber  <uwe@wwws.de>
7454
7455         * configure.in: Add support for kaOS as cross build target system.
7456         * configure: Regenerated.
7457
7458 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
7459
7460         * MAINTAINERS (Write after approval): Add myself.
7461
7462 2003-02-21  James E Wilson  <wilson@tuliptree.org>
7463
7464         * MAINTAINERS: Update my email address.
7465
7466 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
7467
7468         * MAINTAINERS: Add self to blanket write privs. section.
7469
7470 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
7471
7472         * Makefile.tpl: Add definition of CPPFLAGS to pass into
7473         configure-target-* as some target builds may require additional
7474         flags for preprocessor tests.
7475         * Makefile.in: Regenerated.
7476
7477 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
7478
7479         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7480         * ltconfig: Handle it.
7481         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7482         auto-detecting it.
7483
7484         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7485         it is used as argument to $CC.
7486         * ltcf-gcj.sh: Likewise.
7487
7488         * configure.in: Introduce --enable-maintainer-mode.
7489         * configure: Rebuilt.
7490         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7491         for maintainer mode.
7492         * Makefile.in: Rebuilt.
7493
7494 2003-02-18  Jason Merrill  <jason@redhat.com>
7495
7496         * Makefile.tpl (check-c++): Allow parallelism.
7497
7498 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7499
7500         * MAINTAINERS: Remove John Carr (who never actually had access to
7501         gcc.gnu.org).
7502
7503 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
7504
7505         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7506         don't configure target-libobjc.
7507         * configure: Regenerate.
7508
7509 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7510
7511         * Makefile.tpl (RANLIB): Define.
7512         * Makefile.in: Regenerate.
7513
7514 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
7515
7516         * MAINTAINERS: Update my email.
7517
7518 2003-02-06  Keith R Seitz  <keiths@redhat.com>
7519
7520         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7521         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7522         * Makefile.in: Regenerated.
7523         * configure.in: Remove all traces of snavigator, db, and grep.
7524         * configure: Regenerated.
7525
7526 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7527
7528         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
7529         After Approval.
7530
7531 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7532
7533         * MAINTAINERS (Write after approval): Add myself.
7534
7535 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
7536
7537         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7538         * Makefile.in: Regenerated.
7539
7540 2003-01-30  Roger Sayle  <roger@eyesopen.com>
7541
7542         * config.guess: Updated to 2003-01-30's version.
7543         * config.sub: Updated to 2003-01-28's version.
7544
7545 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
7546
7547         * config.if: If gcc_version is already set, just use it.  Don't set
7548         gcc_version_trigger if it's already set, otherwise set it to
7549         gcc/version.c, but only if the file exists.  If it is not set and
7550         gcc/version.c does not exist, try to extract the version number from
7551         $CC.
7552
7553 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
7554
7555         * MAINTAINERS: Add myself to write-after-approval list.
7556
7557 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
7558
7559         * configure.in:  Revert 24Jan change.
7560         * configure:  Regenerate.
7561
7562 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7563
7564         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
7565         entry of HJ Lu.
7566
7567 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7568
7569         * configure.in: Revert previous change.
7570         * configure: Regenerate.
7571
7572 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7573
7574         * configure.in: Make rda native-only.
7575         * configure: Regenerate.
7576
7577 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7578
7579         * MAINTAINERS: Move myself from GNATS-only-accounts to
7580         write-after-approval.
7581
7582 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7583
7584         * configure.in: Add missing \.
7585         * configure: Rebuilt.
7586
7587 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
7588
7589         * configure.in (baseargs): Avoid using \| in sed regular
7590         expressions.
7591         * configure: Rebuilt.
7592
7593 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
7594
7595         * configure.in (baseargs): Remove all supported forms of
7596         --cache-file, --srcdir, --host, --build and --target options
7597         from argument lists.
7598         * configure: Rebuilt.
7599
7600 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
7601
7602         * MAINTAINERS: Add myself to write-after-approval list.
7603
7604 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
7605
7606         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7607         * configure: Rebuilt.
7608
7609 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7610
7611         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7612         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7613         * Makefile.in: Regenerate.
7614         * configure: Regenerate.
7615
7616 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
7617
7618         * configure.in: Remove Makefile in build, host and target modules
7619         unless configure was run with --no-recursion.
7620         * configure: Rebuilt.
7621
7622 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7623
7624         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7625         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7626         * Makefile.in: Regenerate.
7627
7628 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
7629
7630         * config.guess: Update to 2003-01-03 version.
7631         * config.sub: Update to 2003-01-03 version.
7632
7633 2003-01-07  Christopher Faylor  <cgf@redhat.com>
7634
7635         * configure: Regenerate with proper autoconf 2.13.
7636
7637 2003-01-07  Christopher Faylor  <cgf@redhat.com>
7638
7639         * configure.in: Add AC_PREREQ for consistency.
7640         * configure: Regenerate.
7641
7642 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
7643
7644         * configure.in (GDB_TK): Add tcl directories conditional on
7645         gdb/gdbtk directory being present.
7646         * configure: Regenerate.
7647
7648 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
7649
7650         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
7651         used by gcc if LD is not defined and we are not doing a Canadian Cross.
7652         * configure: Rebuilt.
7653
7654 2002-12-31  Tom Tromey  <tromey@redhat.com>
7655
7656         * Makefile.in: Rebuilt.
7657         * Makefile.def (target_modules) [libffi]: Allow installation.
7658
7659 2002-12-31  Andreas Schwab  <schwab@suse.de>
7660
7661         * configure.in: Fix use of $program_transform_name.
7662         * configure: Regenerated.
7663
7664 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
7665
7666         * configure.in (baseargs): Don't remove first configure argument.
7667         * configure: Regenerated.
7668
7669 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
7670
7671         * Makefile.tpl (local-distclean): Don't remove...
7672         (multilib.ts): ... this.  Moved into...
7673         (multilib.out): ... this.  Don't use sub-make.
7674         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7675         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7676         (configure-build-[+module+], configure-[+module+],
7677         configure-target-[+module+], configure-gcc): ... these.  Test
7678         for Makefile existence.  Drop config.status from dependencies.
7679         * Makefile.in: Rebuilt.
7680         * configure.in: Move gcc-version-trigger to the end of
7681         ac_configure_args.  Add comments to maybedep.tmp and
7682         serdep.tmp.  Introduce --disable-serial-configure.  Remove
7683         nonopt from baseargs, matching and removing corresponding
7684         whitespace while at it.
7685         * configure: Rebuilt.
7686
7687 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
7688
7689         * configure.in (host_configargs): Replace reference to
7690         no-longer-defined buildopts with --build=${build_alias}.
7691         * configure: Rebuilt.
7692
7693         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
7694         program_transform_name to standard idiom.
7695         (AUTOGEN, AUTOCONF): Define.
7696         (Makefile.in): Use $(AUTOGEN).
7697         (Makefile): Depend on config.status, and use autoconf-style rule to
7698         build it.  Move original commands to...
7699         (config.status): ... this new target.
7700         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
7701         $(AUTOCONF).
7702         * Makefile.in: Rebuilt.
7703
7704 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7705
7706         * Makefile.tpl: Fix dramatic bustage due to change in
7707         program_transform_name.
7708         * Makefile.in: Regenerate.
7709
7710         * configure.in: Remove unnecessary PATH setting.
7711         * configure: Regnerate.
7712
7713         * configure.in: Don't default to unprefixed tools unless
7714         the native tools will work.
7715         * configure: Regenerate.
7716
7717         * configure.in: Convert to autoconf script.  Blow away lots
7718         of now-redundant Makefile fragments.
7719         * configure: Generate using Autoconf.
7720         * Makefile.tpl: Rewrite to reflect autoconfiscation.
7721         * Makefile.in: Regenerate.
7722
7723 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7724
7725         * configure: Fix stupid bug where RANLIB was mistakenly included.
7726
7727         * configure.in: Rename (buildargs, hostargs, targargs) to
7728         (build_configargs, host_configargs, target_configargs).
7729
7730         * configure.in: Move logic out of sed statement.
7731
7732         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
7733         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7734
7735 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
7736
7737         * config.sub: Import from master repository
7738         * config.guess: Ditto
7739
7740 2002-12-24  Andreas Schwab  <schwab@suse.de>
7741
7742         * Makefile.tpl (multilib.out): Fix missing space.
7743         * Makefile.in: Regenerate.
7744
7745 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7746
7747         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
7748         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
7749         * Makefile.in: Regenerate.
7750         * configure.in: Remove unnecessary leftovers.
7751
7752 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
7753
7754         * configure.in (extra_ranlibflags_for_target): New variable.
7755         (*-*-darwin): Add -c to ranlib commands.
7756         * configure (tooldir): Handle extra_ranlibflags_for_target.
7757
7758 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7759
7760         * Makefile.tpl: Revert HJL's change.
7761         * Makefile.in: Regenerated.
7762         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7763         always.
7764
7765 2002-12-19  Andreas Schwab  <schwab@suse.de>
7766
7767         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7768         * Makefile.in: Regenerate.
7769
7770 2002-12-18  H.J. Lu  <hjl@gnu.org>
7771
7772         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7773         * Makefile.in: Regenerated.
7774
7775         * configure.in (build_prefix): New. Substitute.
7776
7777 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7778
7779         * Makefile.tpl: Don't let real targets depend on phony targets.
7780         * Makefile.in: Regenerate.
7781
7782         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7783         * Makefile.in: Regenerate.
7784
7785 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
7786
7787         * config.sub: Import from master repository
7788         * config.guess: Ditto
7789
7790 2002-12-16  Jason Merrill  <jason@redhat.com>
7791
7792         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7793         previous 'make bootstrap'.
7794         * Makefile.in: Regenerate.
7795
7796 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
7797
7798         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7799
7800 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7801
7802         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7803         * Makefile.in: Regenerate.
7804
7805 2002-12-13  Jason Merrill  <jason@redhat.com>
7806
7807         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
7808         library tests.
7809         (check-c++): Just depend on it and check-target-libstdc++-v3.
7810         * Makefile.in: Regenerate.
7811
7812 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7813
7814         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7815         * Makefile.in: Rebuilt.
7816
7817 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7818
7819         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
7820
7821 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7822
7823         * configure: Fix bug put in by gremlins.
7824
7825         * Makefile.tpl: Substitute more autoconfily.
7826         * configure: Substitute more autoconfily.
7827         * Makefile.in: Regenerate.
7828
7829 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
7830
7831         * config.sub: Import from master repository
7832         * config.guess: Ditto
7833         * MAINTAINERS: Added Svein Seldal under write after approval
7834
7835 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
7836
7837         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7838         * Makefile.in (all-sim): Ditto.
7839
7840 2002-12-06  DJ Delorie  <dj@redhat.com>
7841
7842         * Makefile.tpl: Change configure dependencies to not have real
7843         targets depend on phony targets.
7844
7845 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
7846
7847         * configure.in: Revert unintentional change.
7848
7849         * Makefile.tpl: Change dependency for */multilib.out so that
7850         it works when gcc isn't in the tree.
7851
7852         * configure.in: Substitute more.
7853         * configure: Run subconfigures from the Makefile.
7854         * Makefile.tpl: Run subconfigures from the Makefile; add a few
7855         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
7856
7857 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7858
7859         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
7860
7861 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7862
7863         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7864         and corresponding dependencies.
7865         * Makefile.in: Regenerate.
7866
7867         * configure.in (host_tools): Order binutils, gas and ld for
7868         convenience in running the testsuites.
7869
7870         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7871         * Makefile.in: Regenerate.
7872         * configure.in: Introduce rules to serialize subconfigure runs.
7873
7874         * configure.in: Introduce BASE_CC_FOR_TARGET.
7875         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
7876         Realize configure-build-* targets.  Realize configure-target-* targets.
7877         * Makefile.in: Regenerate.
7878
7879 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7880
7881         * configure: Move gcc_version_trigger stuff from here...
7882         * configure.in: ...to here.
7883
7884         * configure.in: Separate subconfigure options added by this file from
7885         options given by the user.  Add machinery to put args for host
7886         subconfigures into the Makefile.
7887
7888         * Makefile.tpl: Remove 'vault' targets.
7889         * Makefile.tpl: Reorder and comment dependencies.
7890         * Makefile.in: Regenerate.
7891
7892 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7893         * configure.in: Fix my broken commit of previous patch. (sigh)
7894
7895 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7896
7897         * configure.in: Move host-specific darwin noconfigdirs into
7898         the host-specific section.
7899
7900 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7901
7902         * configure.in: Move host-specific darwin noconfigdirs into
7903         the host-specific section.
7904
7905 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7906
7907         * configure: Remove skip-this-dir support.
7908         * Makefile.tpl: Remove skip-this-dir support.
7909
7910         * Makefile.tpl: Remove leftover support for non-autoconfiscated
7911         subdirectories.
7912         * Makefile.in: Regenerate.
7913
7914         * Makefile.tpl: Strip out useless setting of 'dir'.
7915         * Makefile.in: Regenerate.
7916
7917 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7918
7919         * configure.in: Fix deeply stupid bug.
7920
7921         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7922         shell code in CXX_FOR_TARGET
7923         * Makefile.def: Introduce raw_cxx.
7924         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7925         RAW_CXX_FOR_TARGET.
7926         * Makefile.in: Regenerate.
7927
7928 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
7929
7930         * Makefile.tpl: Remove unnecessary ifs.
7931         * Makefile.in: Regenerate.
7932
7933         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
7934         dependencies.  Maybe-ize build-libiberty.  Create dummy install
7935         targets for 'no_install' modules.
7936         * configure: Move GDB_TK substitution to configure.in.  Move
7937         build_modules stuff to configure.in.
7938         * configure.in: Implement soft dependency machinery.  Maybe-ize
7939         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
7940         * Makefile.in: Regenerate.
7941
7942 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7943
7944         * Makefile.tpl: Make all-target, install-target behave similarly
7945         to all, install (only hitting configured targets).  Eliminate
7946         unused macro defintions.
7947
7948         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7949         build != host.
7950
7951         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7952
7953         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7954
7955         * configure.in: Produce lists of subdir targets we're actually
7956         configuring.  Remove references to "dosrel".
7957         * Makefile.tpl: Let configure set which subdir targets are hit.
7958         Remove install-cross; clean up install; remove ALL.  Remove
7959         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
7960         Autogenerate host module targets.  Remove empty dependency lines
7961         and redundant dependency; rearrange slightly.
7962         * Makefile.def: Add host-side libtermcap, utils.
7963
7964         * Makefile.in: Regenerate.
7965
7966 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7967
7968         * ltconfig (osf[345]): Append $major to soname_spec.
7969         Reflect this in library_names_spec.
7970         * ltmain.sh (osf): Prefix $major with . for use as extension.
7971
7972 2002-11-19  Andreas Jaeger  <aj@suse.de>
7973
7974         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
7975         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
7976         and sparc64 GNU/Linux systems.
7977
7978 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
7979
7980         * MAINTAINERS: Update email.
7981
7982 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7983
7984         * MAINTAINERS: Complete James Dennett's entry.
7985
7986 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
7987
7988         * MAINTAINERS (Write After Approval): Add myself.
7989
7990 2002-11-13  Bruce Korb  <bkorb@gnu.org>
7991
7992         * Makefile.tpl: syntactic cleanup
7993
7994 2002-11-13  Stuart Hastings  <stuart@apple.com>
7995
7996         * MAINTAINERS: Add myself to write-after-approval list.
7997
7998 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7999
8000         * Makefile.def: Add list of recursive targets to autogenerate.
8001         Add build_modules.
8002         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
8003         targets.  Autogenerate *-build-* targets.
8004         * Makefile.in: Regenerate.
8005
8006 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8007
8008         * configure: More autoconf-style substitutions.
8009         * Makefile.tpl: More autoconf-style substitutions.
8010         * Makefile.in: Regenerate.
8011
8012 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8013
8014         * configure: Substitute more variables in a more autoconf-friendly
8015         way.  Simplify slightly.
8016         * Makefile.tpl: Make more variables substitutable in an
8017         autoconf-friendly way.
8018         * Makefile.in: Regenerate.
8019
8020 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
8021
8022         * MAINTAINERS (Write After Approval): Add myself.
8023
8024 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8025
8026         * configure.in (v810*): Remove special setting of tools.
8027
8028         * configure: Add support for extra required flags for ar or nm.
8029         * configure.in (aix4.3+): Use above support for target-specific
8030         issues, rather than using config/mt-aix43.
8031
8032 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8033
8034         * configure: Remove 'removing', which doesn't work.  Replace $subdir
8035         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
8036         with $srcdir.  Reformat indentation.  Substitute some variables
8037         formerly hard-coded in the Makefile for build=host.
8038         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8039         * Makefile.def: Autogenerate more.
8040         * Makefile.in: Regenerate.
8041
8042 2002-11-04  Adam Nemet  <anemet@lnxw.com>
8043
8044         * MAINTAINERS (Write After Approval): Add myself.
8045
8046 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
8047
8048         * Makefile.def (host_modules): Add rda.
8049         * Makefile.in: Regenerate.
8050         * configure.in (target_tool): Add target-rda to list.
8051
8052 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8053
8054         * MAINTAINERS: Remove "co-maintainer" note for web pages.
8055
8056 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
8057
8058         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
8059         and restrap targets to this rule.
8060         * Makefile.in:  Regenerate.
8061
8062 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8063
8064         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
8065         GNATS only accounts.
8066
8067 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
8068
8069         * configure.in (i[3456]86-*-linux*): Add check to disable
8070         ${libgcj} for glibc1.
8071
8072 2002-10-24  Denis Chertykov  <denisc@overta.ru>
8073
8074         * MAINTAINERS: Add myself as ip2k port maintainer.
8075
8076 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
8077
8078         * configure.in: Add tic4x target.
8079
8080 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8081
8082         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8083         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8084         * Makefile.in: Regenerate.
8085
8086         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8087         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8088         * Makefile.in: Regenerate.
8089
8090 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
8091
8092         * MAINTAINERS: Add myself as web pages co-maintainer.
8093
8094 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8095
8096         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8097         * Makefile.in: Regenerate.
8098
8099 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
8100
8101         * MAINTAINERS: Add myself and Nathan Sidwell
8102         <nathan@codesourcery.com> as VxWorks maintainers.
8103
8104 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8105
8106         * Makefile.def: Remove order dependency comments.
8107         * Makefile.tpl: Add explicit install-install dependencies.
8108         * Makefile.in: Regenerate.
8109
8110         * Makefile.tpl: Remove material now in src-release.  (Finally!)
8111         * Makefile.in: Regenerate.
8112
8113         * Makefile.tpl: Add configure-target (for src-release in src)
8114         * Makefile.in: Regenerate.
8115
8116 2002-09-30  Nick Clifton  <nickc@redhat.com>
8117
8118         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8119
8120 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
8121
8122         * configure.in (s390*-*-linux*): Enable libgcj.
8123
8124 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
8125
8126         * configure: Revert accidentally applied changes.
8127
8128         * Makefile.tpl: Make more autoconf-friendly.
8129         * Makefile.in: Regenerate.
8130         * configure: Make substitution more autoconf-like.
8131
8132 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
8133
8134         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8135         single entry to handle all these.
8136         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
8137         libjava on arm-*-elf.
8138
8139 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
8140
8141         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8142         things that depend on them.
8143
8144 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8145
8146         * Makefile.tpl: Make subsituted variables more autoconfy.
8147         * Makefile.in: Regenerate.
8148         * configure: Make seds more autoconfy.
8149
8150 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8151
8152         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8153         * Makefile.in: Regenerate.
8154         * configure.in: Rewrite sed statements to look autoconfy.
8155
8156         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8157         all-target-foo on configure-target-foo.
8158         * Makefile.def: Ditto.
8159         * Makefile.in: Rebuild.
8160
8161 2002-09-25  Andrew Haley  <aph@redhat.com>
8162
8163         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
8164
8165 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8166
8167         * Makefile.def: New file.
8168         * Makefile.tpl: New file.
8169         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8170         * contrib/gcc_update: Note that Makefile.in is a generated file.
8171
8172         * configure.in: Minor rearrangement.  Simplify tests.
8173
8174 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
8175
8176         * configure.in (with_headers): Skip copy if value is "yes".
8177         (with_libs): Likewise.
8178
8179 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
8180
8181         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8182         * configure.in (sh*-*-pe*): Ditto.
8183         * configure.in (mips*-*-pe*): Ditto.
8184         * configure.in (*arm-wince-pe): Ditto.
8185
8186         * configure.in: Rearrange.
8187
8188 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
8189
8190         * MAINTAINERS: Update my email address.
8191
8192 2002-08-30  Paul Koning  <pkoning@equallogic.com>
8193
8194         * MAINTAINERS: (Write After Approval): Add myself.
8195
8196 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
8197
8198         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
8199
8200 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
8201
8202         * MAINTAINERS: Change my mailing address.
8203
8204 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
8205
8206         * MAINTAINERS (Write After Approval): Remove myself.
8207         (Various Maintainers: c++ runtime libs): Add myself.
8208
8209 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
8210
8211         * MAINTAINERS (Write After Approval): Remove myself.
8212         (Various Maintainers: c++ runtime libs): Add myself.
8213
8214 2002-08-15  Eric Christopher  <echristo@redhat.com>
8215
8216         * config.sub: Import from master repository.
8217         * config.guess: Ditto.
8218
8219 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
8220
8221         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8222         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8223         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8224
8225 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
8226
8227         * MAINTAINERS: Add self to rs6000 vector extensions.
8228
8229 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
8230
8231         * libiberty/configure: Reverted unintended yesterday's check in.
8232
8233 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
8234
8235         * boehm-gc/configure, libf2c/configure: Rebuilt.
8236         * libffi/configure, libiberty/configure: Ditto.
8237         * libjava/configure, libobjc/configure: Ditto.
8238         * libstdc++-v3/configure, zlib/configure: Ditto.
8239         Merged from binutils:
8240         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
8241         From Steve Ellcey <sje@cup.hp.com>:
8242         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8243         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8244         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8245         IA64.
8246         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8247         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8248         soname_spec, sys_lib_search_path_spec): Ditto.
8249
8250 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
8251
8252         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8253
8254 2002-08-04  H.J. Lu  (hjl@gnu.org)
8255
8256         * configure.in (mips*-*-linux*): Don't skip target-libffi.
8257
8258 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
8259
8260         * MAINTAINERS (Write After Approval): Add myself.
8261
8262 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
8263
8264         * configure.in: Move generic linux case to end.  Copy generic
8265         linux noconfigdirs to mips*-*-linux* entry and new
8266         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
8267
8268 2002-07-19  Michael Matz  <matz@suse.de>
8269
8270         * MAINTAINERS: Add myself as ra* maintainer.
8271
8272 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
8273
8274         * config.guess: Update to 2002-07-09 version.
8275         * config.sub: Update to 2002-07-03 version.
8276
8277 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
8278
8279         * MAINTAINERS: Fix typo in a maintainer email address.
8280
8281 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8282
8283         * configure.in: Remove two redundant tests.
8284
8285 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8286
8287         * configure.in (mips*-*-irix6*o32): Enable stabs.
8288
8289 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
8290
8291         * configure.in: Don't build grez.
8292         * Makefile.in: Ditto.
8293
8294         * Makefile.in: Remove references to bsp, cygmon, libstub.
8295         * configure.in: Ditto.
8296
8297         * configure.in: Remove leftover reference to gdbtest.
8298
8299 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
8300
8301         * configure.in (gxx_include_dir):  Change to match versioned
8302         C++ headers if --enable-version-specific-runtime-libs is used.
8303
8304 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
8305
8306         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8307
8308 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8309
8310         * configure.in: Make --without-x work.
8311
8312 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8313
8314         * configure.in: Rearrange target Makefile fragment collection.
8315
8316         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8317         cvs[src].
8318         * configure.in: Ditto.
8319
8320 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
8321
8322         * MAINTAINERS (Write After Approval): Update my e-mail address.
8323
8324 2002-06-24  Ben Elliston  <bje@redhat.com>
8325
8326         * configure.in (host_tools): Remove cgen.
8327
8328         * Makefile.in (all-cgen): Remove; runs from its source directory.
8329         (check-cgen, install-cgen, clean-cgen): Likewise.
8330         (all-opcodes): Do not depend on all-cgen.
8331         (all-sim): Likewise.
8332
8333 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8334
8335         * Makefile.in: Eliminate 'apache' targets.
8336         * configure.in: Eliminate 'apache' targets.
8337
8338         * configure.in: Eliminate redundant tests.  Reorganize.
8339
8340         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8341
8342         * config-ml.in: Eliminate references to Cygnus configure.
8343
8344         * Makefile.in: Eliminate references to building emacs.
8345
8346 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
8347
8348         * MAINTAINERS: Update my email address.
8349
8350 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
8351
8352         * config.if (libstdcxx_incdir): Version C++ headers.
8353         (cxx_incdir): Remove.
8354
8355 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8356
8357         * MAINTAINERS (Write After Approval): Add self.
8358
8359 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
8360
8361         * configure.in: Add support for ip2k.
8362
8363 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
8364
8365         * configure.in: Fix AIX configury bug.
8366
8367 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
8368
8369         * MAINTAINERS (Write After Approval): Add self.
8370
8371 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8372
8373         * configure.in: replace ${topsrcdir} with ${srcdir}
8374
8375         * configure.in: Move definition of libstdcxx_flags
8376         right above usage, rather than waaay earlier.
8377
8378         * configure.in: Pull definition of is_cross_compiler earlier.
8379
8380         * configure.in: Rearrange a little.
8381
8382         * configure.in: Remove references to librx.
8383         * Makefile.in: Remove references to librx.
8384
8385 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
8386
8387         * config.sub: Add support for avr target.
8388         Import from master sources, rev 1.255
8389
8390 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
8391
8392         * configure, .cvsignore:  Revert previous change...
8393         * Makefile:  ...delete.
8394
8395 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8396
8397         * configure.in: Eliminate ${gasdir} variable.
8398
8399 2002-06-18  Dave Brolley  <brolley@redhat.com>
8400
8401         * configure.in: Add support for frv.
8402         * config.sub: Add support for frv.
8403
8404 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8405
8406         * configure:  Remove garbage from previous commit.
8407
8408 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8409
8410         * configure:  For in-source builds, make a subdir and re-exec there.
8411         * Makefile:  New file.  Pass targets through to build directory.
8412         * .cvsignore:  No longer ignore "Makefile".
8413
8414 2002-06-16  Douglas Rupp  <rupp@gnat.com>
8415
8416         * MAINTAINERS (Write After Approval): Add self.
8417
8418 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8419
8420         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8421
8422 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
8423
8424         * configure.in (vax-*-netbsd*): Re-enable gas.
8425
8426 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
8427
8428         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8429         BUILD_PREFIX_1, to correct nomenclature.
8430         * configure: Likewise.
8431
8432         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8433         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8434
8435 2002-05-31  Olaf Hering  <olh@suse.de>
8436
8437         * config-ml.in: Propogate DESTDIR also.
8438
8439 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
8440
8441         * configure.in (vax-*-netbsd*): Don't build gas for this
8442         platform.
8443
8444 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
8445
8446         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8447         and libgcj for AVR.
8448
8449 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
8450
8451         * MAINTAINERS (Write After Approval): Add myself.
8452
8453 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
8454
8455         * config.guess: Update to 2002-05-22 version.
8456         * config.sub: Likewise.
8457
8458 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8459
8460         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8461         * config-ml.in: Likewise.
8462         * configure: Likewise.
8463         * configure.in: Likewise.
8464
8465 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
8466
8467         * MAINTAINERS: Update my email address.
8468
8469 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
8470
8471         * configure.in: Simplify makefile fragment collection.
8472
8473         * configure.in: Remove code to build emacs.
8474
8475         * configure.in : Remove --srcdir argument from targargs and buildargs
8476         (it's always overridden in the Makefile anyway).  Rearrange a bit.
8477
8478         * configure: Move some logic to configure.in.
8479         * configure.in: Move some logic from configure.
8480
8481 2002-05-11  Tom Tromey  <tromey@redhat.com>
8482
8483         * MAINTAINERS: Reflect libgcj reality.
8484
8485 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
8486
8487         * Makefile.in: Honour DESTDIR.
8488
8489 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
8490
8491         * config.guess: Import 2002-03-20 version.
8492         * config.sub: Import 2002-04-26 version.
8493
8494 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8495
8496         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
8497
8498 2002-05-07  Tim Josling  <tej@melbpc.org.au>
8499
8500         * MAINTAINERS: Add self.
8501
8502 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
8503
8504         * ltmain.sh: Detect and handle object name conflicts
8505         while piecewise linking a static library.
8506
8507 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
8508
8509         * configure.in (noconfigdirs): Don't disable libgcj on
8510         sparc64-*-solaris* and sparcv9-*-solaris*.
8511
8512 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
8513
8514         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8515
8516 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
8517
8518         * configure.in (FLAGS_FOR_TARGET): Do not add
8519         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8520         on i[3456]86-*-linux*.
8521
8522 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
8523
8524         * configure.in (noconfigdirs): Replace [ ] with test.
8525
8526         * configure.in (noconfigdirs): Do not add target-newlib if
8527         target == i[3456]86-*-linux*, and host == target.
8528
8529 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
8530
8531         * configure.in: delete reference to absent file
8532
8533         * configure.in: replace '[' with 'test'
8534
8535         * configure.in: Eliminate references to gash.
8536         * Makefile.in: Eliminate references to gash.
8537
8538         * configure.in: remove useless references to 'pic' makefile fragments.
8539
8540         * configure.in: (*-*-windows*) Finish removing.
8541
8542         * configure.in: Eliminate redundant test for libgui.
8543
8544 2002-04-29  Roger Sayle  <roger@eyesopen.com>
8545
8546         * MAINTAINERS: Add self and realphabetize.  Update entries
8547         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
8548         entry for a29k port maintainer.
8549
8550 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
8551
8552         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8553         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8554
8555 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
8556
8557         * configure.in: remove references to dead files
8558
8559 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
8560
8561         * MAINTAINERS: Add information about purpose of this file.
8562
8563 2002-04-18  Tom Tromey  <tromey@redhat.com>
8564
8565         * configure.in: Disallow configuring libgcj when it is already
8566         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
8567         Solaris 2.8 by default.  For PR libgcj/6158.
8568
8569 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8570
8571         * configure.in:  Move default CC setting out of config/mh-* fragments
8572         directly into here.
8573
8574 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8575
8576         * configure.in: don't even try to configure or make a subdirectory
8577         if there's no configure script for it.
8578
8579 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
8580
8581         * MAINTAINERS: Remove chill maintainers.
8582         * Makefile.in (CHILLFLAGS): Remove.
8583         (CHILL_LIB): Remove.
8584         (TARGET_CONFIGDIRS): Remove libchill.
8585         (CHILL_FOR_TARGET): Remove.
8586         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8587         CHILL_LIB.
8588         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8589         (CHECK_TARGET_MODULES): Likewise.
8590         (INSTALL_TARGET_MODULES): Likewise.
8591         (CLEAN_TARGET_MODULES): Likewise.
8592         (configure-target-libchill): Remove.
8593         (all-target-libchill): Remove.
8594         * configure.in (target_libs): Remove target-libchill.
8595         Do not compute CHILL_FOR_TARGET.
8596         * libchill: Remove directory.
8597
8598 2002-04-11  DJ Delorie  <dj@redhat.com>
8599
8600         * Makefile.in, configure.in: Sync with binutils, entries
8601         follow...
8602
8603 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8604
8605         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
8606         (do-tar, do-bz2): New rules.
8607         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
8608         (gdb-tar): New rule.
8609         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
8610         (insight_dejagnu.tar): New rule.
8611         (insight.tar): New rule.
8612         (gdb+dejagnu.tar): New rule.
8613         (gdb.tar): New rule.
8614
8615 2002-02-01  Mo DeJong  <supermo@bayarea.net>
8616
8617         * Makefile.in: Add all-tix to deps for all-snavigator
8618         so that tix is built when building snavigator.
8619
8620 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
8621
8622         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8623         ld and gdb are not supported.
8624
8625 2002-01-07  Mark Salter  <msalter@redhat.com>
8626
8627         * configure.in: Remove target-bsp and target-cygmon from arm builds.
8628         Allow target-libgloss to be built for arm, strongarm, and xscale.
8629
8630 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
8631
8632         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8633         options for i[3456]86-pc-linux* native builds.
8634
8635 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
8636
8637         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8638         files from .po files for a distribution.
8639
8640 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
8641
8642         * configure.in: Enable libstdc++-v3 for h8300 targets.
8643
8644 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
8645
8646         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
8647         version from bfd/.
8648
8649 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
8650
8651         * Makefile.in (VER): When present, extract the version number from
8652         the file version.in.
8653
8654 2001-05-24  Tom Rix  <trix@redhat.com>
8655
8656         * configure.in : enable ld for aix
8657
8658 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8659
8660         * config.guess: Add linux target for S/390.
8661
8662 2000-11-07  Philip Blundell  <pb@futuretv.com>
8663
8664         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8665
8666 2000-11-03  Philip Blundell  <pb@futuretv.com>
8667
8668         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8669         files.
8670
8671 2001-01-15  Ben Elliston  <bje@redhat.com>
8672
8673         * configure.in (host_tools): Add sid.
8674         Always configure cgen.
8675
8676 2000-11-24  Nick Clifton  <nickc@redhat.com>
8677
8678         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
8679
8680
8681 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
8682
8683         * Makefile.in (ALL_MODULES): Add all-cgen.
8684         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8685         (all-cgen): New target.
8686         (all-opcodes,all-sim): Depend on all-cgen.
8687         * configure.in (host_tools): Add cgen.
8688         Only configure cgen if --enable-cgen-maint.
8689
8690 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
8691
8692         * configure.in: Add *-*-freebsd* configurations.
8693
8694 2002-04-08  Tom Tromey  <tromey@redhat.com>
8695
8696         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8697         Fixes PR libgcj/6068.
8698
8699 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
8700
8701         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8702
8703 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8704
8705         * configure.in (alpha*-dec-osf*): Enable libgcj.
8706
8707 2003-03-27  Matthew Gingell  <gingell@gnat.com>
8708
8709         * MAINTAINERS (Write After Approval): Add myself.
8710
8711 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
8712
8713         Fix for: PR bootstrap/3591, target/5676
8714         * configure.in (mcore-pe): Disable the configuration of
8715         libstdc++-v3 since exceptions are not supported.
8716
8717 2002-03-20  Anthony Green  <green@redhat.com>
8718
8719         * configure.in: Enable libgcj for xscale-elf target.
8720
8721 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
8722
8723         * MAINTAINERS:  Update my email address.
8724
8725 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
8726
8727         * ltmain.sh (relink_command): Fix typo in previous change.
8728
8729 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
8730
8731         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
8732         (relink_command): Added --tag flags.
8733         (mode=install): If relinking fails; error out.
8734
8735 2002-03-12  Richard Henderson  <rth@redhat.com>
8736
8737         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
8738         .NOTPARALLEL tag.
8739         (do-check): Rename from check.
8740         (check): Allow parallel check.
8741
8742 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
8743
8744         * MAINTAINERS: Add myself as maintainer for xtensa port.
8745         Fix alphabetical order in CPU port maintainer list.
8746         Remove myself from Write After Approval list.
8747
8748 2002-03-11  Richard Henderson  <rth@redhat.com>
8749
8750         * Makefile.in (.NOTPARALLEL): Add fake tag.
8751
8752 2002-03-07  H.J. Lu  (hjl@gnu.org)
8753
8754         * configure.in: Enable gprof for mips*-*-linux*.
8755
8756 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
8757
8758         * MAINTAINERS (Write After Approval): Add myself.
8759
8760 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
8761
8762         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8763         libjava.
8764         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8765
8766 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
8767
8768         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8769         because its Makefile is there; test for the executable instead.
8770
8771 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
8772
8773         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8774         libstdc++-v3 and libjava.
8775
8776 2002-02-11  Adam Megacz  <adam@xwt.org>
8777
8778         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8779         boehm-gc
8780
8781 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
8782
8783         * config.guess: Updated to 2002-01-30's version.
8784         * config.sub: Updated to 2002-02-01's version.
8785         Contribute sh64-elf.
8786         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
8787         * configure.in: Added sh64-*-*.
8788
8789 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
8790
8791         * MAINTAINERS: Belatedly add myself to write after approval list.
8792
8793 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
8794
8795         * MAINTAINERS: Put self in as maintainer for x86-64 port.
8796         Remove self as Write After Approval.
8797
8798 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
8799
8800         * MAINTAINERS: Put self in as maintainer for contrib/regression
8801         directory.
8802
8803 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
8804
8805         * MAINTAINERS:  Update my email address.
8806
8807 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
8808
8809         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
8810         target-libiberty, and target-libgloss.  Skip Java-related
8811         libraries if not supported for NetBSD on target CPU.
8812
8813 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
8814
8815         * install-sh: Use _inst.$$_ for temp file name.
8816
8817 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
8818
8819         * MAINTAINERS (Write After Approval): Move my contact info
8820         from here...
8821         (OS Port Maintainers): ...to here (netbsd).
8822
8823 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
8824
8825         * MAINTAINERS (Write After Approval): Add myself.
8826
8827 2002-01-17  H.J. Lu  <hjl@gnu.org>
8828
8829         * Makefile.in (all-fastjar): Also depend on all-libiberty.
8830         (all-target-fastjar): Also depend on all-target-libiberty.
8831
8832 2002-01-16  H.J. Lu  (hjl@gnu.org)
8833
8834         * config.guess: Import from master sources, rev 1.225.
8835         * config.sub: Import from master sources, rev 1.238.
8836
8837 2002-01-16  Kazu Hirata  <kazu@hxi.com>
8838
8839         * MAINTAINERS (Write After Approval): Remove myself.
8840
8841 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
8842
8843         * MAINTAINERS (Write After Approval): Add myself.
8844
8845 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8846
8847         * MAINTAINERS: Add self as docs co-maintainer.
8848
8849 2001-12-11  Matthias Klose  <doko@debian.org>
8850
8851         * MAINTAINERS (Write After Approval): Add myself.
8852
8853 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
8854
8855         * MAINTAINERS: Update my email address.
8856
8857 2001-12-07  Turly O'Connor  <turly@apple.com>
8858         * MAINTAINERS (Write After Approval): Add myself.
8859         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
8860         (rs6000_initialize_trampoline): Call __trampoline_setup for
8861         ABI_DARWIN too.
8862         * darwin-tramp.asm: New file, implements __trampoline_setup.
8863         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
8864
8865 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
8866
8867         * MAINTAINERS (Write After Approval): Add myself.
8868
8869 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
8870
8871         * configure, configure.in: Use temp file for long sed commands.
8872
8873 2001-12-03  Laurent Guerby  <guerby@acm.org>
8874
8875         * config.sub: Update to version 1.232 on subversion.
8876
8877 2001-12-03  Ben Elliston  <bje@redhat.com>
8878
8879         * MAINTAINERS: Update mail address for config.* patches.
8880
8881 2001-11-27  DJ Delorie  <dj@redhat.com>
8882             Zack Weinberg  <zack@codesourcery.com>
8883
8884         When build != host, create libiberty for the build machine.
8885
8886         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8887         CONFIG_ARGUMENTS.
8888         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8889         New variables.
8890         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8891         and rules.
8892         (all.normal): Depend on ALL_BUILD_MODULES.
8893         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8894         (all-build-libiberty): Depend on configure-build-libiberty.
8895
8896         * configure: Calculate and substitute proper value for
8897         ALL_BUILD_MODULES.
8898         * configure.in: Create the build subdirectory.
8899         Calculate and substitute TARGET_CONFIGARGS (formerly
8900         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8901
8902 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
8903
8904         * MAINTAINERS (write-after-approval): Add self.
8905
8906 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8907
8908         * MAINTAINERS (GNATS only accounts): Remove self.
8909
8910 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
8911
8912         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8913         libf2c.
8914
8915 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8916
8917         * MAINTAINERS (Write After Approval): Add self.
8918
8919 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8920
8921         * MAINTAINERS: mips and s390 are also CPU ports.
8922
8923 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8924
8925         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
8926
8927 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
8928
8929         * MAINTAINERS: Alphabetize.
8930
8931 2001-11-09  Kazu Hirata  <kazu@hxi.com>
8932
8933         * MAINTAINERS (Various maintainers: h8 port): Add myself.
8934
8935 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8936
8937         * MAINTAINERS (Various maintainers: hppa port): Added myself.
8938
8939 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
8940
8941         * configure.in (--enable-languages): Be more permissive about
8942         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
8943
8944 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
8945
8946         * config.sub: Import from master sources, rev. 1.230.
8947         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
8948
8949 2001-11-07  Laurent Guerby  <guerby@acm.org>
8950
8951         * MAINTAINERS (Write After Approval): Add self.
8952
8953 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
8954
8955         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8956
8957 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
8958
8959         * config.sub: Import from master sources, rev 1.226.
8960         * config.guess: Import from master sources, rev 1.216.
8961
8962 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
8963
8964         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8965         * MAINTAINERS: Add self as maintainer of MMIX port.
8966         Remove old after-approval entry.
8967
8968 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
8969
8970         * ChangeLog, configure: Fix spelling errors.
8971
8972 2001-10-20  Brendan Kehoe  <brendan@zen.org>
8973
8974         * MAINTAINERS: Tweak my address.
8975
8976 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
8977
8978         * MAINTAINERS: Update my email address.
8979
8980 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
8981
8982         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8983         * MAINTAINERS: Add self as maintainer of CRIS port.
8984
8985 2001-10-10  Geert Bosch  <bosch@gnat.com>
8986
8987         * MAINTAINERS (Various maintainers: Ada front end):
8988         Added Robert Dewar.
8989
8990 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
8991
8992         * MAINTAINERS (Write After Approval): Added self
8993
8994 2001-10-02  Geert Bosch  <bosch@gnat.com>
8995
8996         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8997
8998 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
8999
9000         * configure: Handle temporary files securely using mkdir.
9001
9002 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
9003
9004         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9005
9006 2001-09-26  Will Cohen  <wcohen@redhat.com>
9007
9008         * configure.in (*-*-linux*): Disable configuration of target-newlib
9009         and target-libgloss.
9010
9011 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
9012
9013         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
9014         RANLIB.
9015
9016 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
9017
9018         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9019         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9020         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9021         avoid quotes nesting problems.
9022         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9023         (DO_X): Export only variables that are set.
9024
9025 2001-09-19  Ben Elliston  <bje@redhat.com>
9026
9027         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9028         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9029         semantics.  Use the shell built-in "type" command instead.
9030
9031 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
9032
9033         Merged from gcc-3_0-branch:
9034         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
9035         * ltcf-c.sh: Use $objext, not $ac_objext.
9036         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
9037         * ltcf-cxx.sh: Add support for GNU.
9038         2001-07-22  Timothy Wall  <twall@redhat.com>
9039         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
9040         default settings if using GNU tools with that configuration.
9041         * ltcf-cxx.sh: Ditto.
9042         * ltcf-gcj.sh: Ditto.
9043         2001-07-21  Michael Chastain  <chastain@redhat.com>
9044         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9045         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
9046         * ltmain.sh: Mark as gcc-local.
9047
9048 2001-08-30  Eric Christopher  <echristo@redhat.com>
9049             Jason Eckhardt  <jle@redhat.com>
9050
9051         * config.guess: Merge from master sources.
9052         * config.sub: Merge from master sources, add support for mipsisa32.
9053
9054 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
9055         * config.sub: Merge from master sources, rev 1.219.
9056         * MAINTAINERS: Add self as contact for stormy16 port.
9057
9058 2001-08-14  Zack Weinberg  <zackw@panix.com>
9059
9060         * config.sub: Merge from master sources, rev 1.218.
9061         * config.guess: Merge from master sources, rev 1.209.
9062
9063 2001-08-11  Graham Stott  <grahams@redhat.com>
9064
9065         * Makefile.in (check-c++): Add missing semicolon.
9066
9067 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
9068
9069         * MAINTAINERS (Various maitainers: predict.def): Added myself.
9070
9071 2001-07-30  Eric Christopher  <echristo@redhat.com>
9072
9073         * MAINTAINERS (Various maintainers: mips port): Added myself.
9074
9075 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
9076
9077         * configure.in (sh-*-linux*): New.
9078
9079 2001-07-27  Richard Henderson  <rth@redhat.com>
9080
9081         * .cvsignore: Add LAST_UPDATED.
9082
9083 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
9084
9085         * MAINTAINERS (Various maintainers: s390 port): Added myself.
9086
9087 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
9088
9089         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
9090
9091 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
9092
9093         * MAINTAINERS (Write After Approval): Added myself.
9094
9095 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9096
9097         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9098         and libgcj on m68hc11/m68hc12.
9099
9100 2001-06-27  H.J. Lu  (hjl@gnu.org)
9101
9102         * Makefile (CFLAGS_FOR_BUILD): New.
9103         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
9104
9105 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9106
9107         * README: Remove version number.
9108
9109 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9110
9111         * INSTALL/README: Update wrt. to the installation instructions now
9112         residing in gcc/doc/install.texi.
9113
9114 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9115
9116         * README: Replace with a cut-down and updated version of gcc/README.
9117
9118 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
9119
9120         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
9121         multilibs to be disabled.
9122
9123 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
9124
9125         * MAINTAINERS (Write After Approval): Add myself.
9126
9127 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
9128
9129         * config.guess: Import CVS version 1.195.
9130         * config.sub: Import CVS version 1.212.
9131
9132 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
9133
9134         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9135         gcc/xgcc is built, use -print-prog-name to find out the program
9136         name to use.
9137
9138 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
9139
9140         * config.guess:  Import CVS version 1.194.  All gcc-local changes
9141         appear to also be in the master copy.
9142         * config.sub:  Import CVS version 1.211.
9143
9144 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
9145
9146         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9147         with_gcc]: Use `gcc -shared' to build a shared library.
9148
9149 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9150
9151         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9152         archives.
9153
9154 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9155
9156         * MAINTAINERS (Write After Approval): Add myself.
9157
9158 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
9159
9160         * configure.in (libstdcxx_flags): Do not try to execute
9161         libstdc++-v3/testsuite_flags until it exists.
9162
9163 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
9164
9165         * MAINTAINERS: Update my email address.
9166
9167 2001-05-31  Graham Stott  <grahams@redhat.com>
9168
9169         * MAINTAINERS (Write After Approval): Add myself.
9170
9171 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
9172
9173         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
9174         libraries when using g++ with native linker.
9175
9176 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
9177
9178         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9179
9180 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
9181
9182         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9183         [aix4*|aix5*]: Prepend blank.
9184
9185 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
9186
9187         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9188         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
9189         of subdir/configure scripts to use the new libtool.m4.
9190
9191 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
9192
9193         * MAINTAINERS (Write After Approval): Add myself.
9194
9195 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
9196
9197         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
9198
9199 2001-05-11  Ben Elliston  <bje@redhat.com>
9200
9201         * Makefile.in (all-sid): New target.
9202         (check-sid, clean-sid, install-sid): Likewise.
9203
9204 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
9205
9206         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
9207
9208 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9209
9210         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9211         libgcj.
9212
9213 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9214
9215         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9216         gcc/xgcc is built, use -print-prog-name to find out the program
9217         name to use.
9218
9219 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
9220
9221         * configure.in (noconfigdirs): Don't reset it from scratch in the
9222         target case; only append to it.
9223
9224         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9225         sparc-*-solaris2.8]: Disable ${libgcj}.
9226
9227 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
9228
9229         * configure.in (libgcj_saved): Copy from $libgcj.
9230         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9231         --disable-libgcj.
9232
9233 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
9234
9235         * MAINTAINERS: Remove self as MIPS maintainer and
9236         C front end maintainer.
9237
9238 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
9239
9240         * configure.in: Move *-chorusos target case to the proper switch.
9241         Disable libgcj.
9242
9243 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9244
9245         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9246         1.641.2.228.
9247
9248 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9249
9250         * Makefile.in (STAGE1_CFLAGS): Pass down.
9251
9252 2001-04-13  Alan Modra  <amodra@one.net.au>
9253
9254         * config.guess: Add hppa64-linux support.  Note for next import that
9255         this is already in the master file.
9256         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
9257
9258 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9259
9260         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9261         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9262
9263 2001-04-11  Stan Shebs  <shebs@apple.com>
9264
9265         * MAINTAINERS: Add self as Darwin port maintainer.
9266
9267 2001-04-11  Alan Modra  <amodra@one.net.au>
9268
9269         * MAINTAINERS: Update my email address.
9270
9271 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
9272
9273         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9274         recent versions of FreeBSD (release 3 or later).
9275         * ltconfig: On FreeBSD, -lc must not be provided when building
9276         a shared library or else the standard -pthread gcc option is
9277         rendered worthless to later users of the built library.
9278
9279 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
9280
9281         * MAINTAINERS: Add self and RTH as C front end maintainers.
9282
9283 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
9284
9285         * config.sub: Make sure to match an already-canonicalized
9286         machine name (eg. mn10300-unknown-elf).
9287
9288 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
9289
9290         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9291         New macros.
9292         (bootstrap, cross): Use RECURSE_FLAGS.
9293         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9294
9295 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
9296
9297         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9298
9299 2001-03-22  Colin Howell  <chowell@redhat.com>
9300
9301         * Makefile.in (DO_X): Do not backslash single-quotes in
9302         backquotes (two places).
9303
9304 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9305
9306         Re-installed:
9307         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9308         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9309         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9310         * ltcf-cxx.sh: Likewise.
9311         * ltcf-gcj.sh: Likewise.
9312
9313 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9314
9315         * MAINTAINERS: Add myself as "documentation co-maintainer".
9316
9317 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9318
9319         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9320         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9321
9322 2001-03-19  Tom Tromey  <tromey@redhat.com>
9323
9324         * config-ml.in: Handle GCJ and GCJFLAGS.
9325
9326 2001-03-21  Michael Chastain  <chastain@redhat.com>
9327
9328         * Makefile.in: all-m4 depends on all-texinfo.
9329
9330 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
9331
9332         * MAINTAINERS: Add myself to write after approval list.
9333
9334 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
9335
9336         * Makefile.in (DO_X): Quote nested quotes.
9337
9338 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
9339
9340         * MAINTAINERS: Add myself to write after approval list.
9341
9342 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
9343
9344         * Makefile.in (DO_X): Use double quotes for quoting
9345         "RANLIB=$${RANLIB}".
9346
9347 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
9348
9349         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
9350
9351 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
9352
9353         * configure.in: Only use `lang_requires' for languages athat are
9354         actually enabled.
9355
9356 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
9357
9358         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
9359
9360 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
9361
9362         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9363
9364 2001-03-07  Tom Tromey  <tromey@redhat.com>
9365
9366         * configure.in: Allow config-lang.in to set `lang_requires' to list
9367         of other required languages.
9368
9369 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
9370
9371         * Makefile.in: Remove RANLIB definition. Use RANLIB
9372         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
9373         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
9374
9375 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
9376             Alexandre Oliva  <aoliva@redhat.com>
9377
9378         * Makefile.in (check-c++): Use tabs, not spaces.
9379
9380 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
9381
9382         * MAINTAINERS: add myself to Write After Approval list.
9383
9384 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
9385
9386         * Makefile.in (check-c++): New rule.
9387
9388         * configure.in (target_libs): Remove libg++.
9389         (noconfigdirs): Remove libg++.
9390         (noconfigdirs): Same.
9391         (noconfigdirs): Same.
9392         (noconfigdirs): Same.
9393
9394         * config-ml.in: Remove libg++ references.
9395
9396         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
9397         (ALL_TARGET_MODULES): Same.
9398         (configure-target-libg++): Remove.
9399         (all-target-libg++): Remove.
9400         (configure-target-libio): Remove.
9401         (all-target-libio): Remove.
9402         (check-target-libio): Remove.
9403         (.PHONY): Remove.
9404         (libg++.tar.bz2): Remove.
9405         (all-target-cygmon): Remove libio.
9406         (all-target-libstdc++): Remove.
9407         (configure-target-libstdc++): Remove.
9408         (TARGET_LIB_PATH): Remove libstdc++.
9409         (ALL_GCC_CXX): Remove libstdc++.
9410         (all-target-gperf): Correct.
9411
9412 2001-02-16  Nick Clifton  <nickc@redhat.com>
9413
9414         * configure.in (noconfigdirs): Allow configuration of texinfo
9415         for Cygwin hosts.
9416
9417 2001-02-15  Anthony Green  <green@redhat.com>
9418
9419         * configure: Introduce GCJ_FOR_TARGET.
9420         * configure.in: Ditto.
9421         * Makefile.in: Ditto.
9422
9423 2001-02-13  Andreas Schwab  <schwab@suse.de>
9424
9425         * MAINTAINERS: Update mail address.
9426
9427 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9428
9429         * config.guess: Add linux target for S/390.
9430         * config.sub: Likewise.
9431
9432 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
9433
9434         * configure.in: for *-chorusos, don't config target-newlib and
9435         target-libgloss.
9436
9437 2001-02-06  Ben Elliston  <bje@redhat.com>
9438
9439         * configure: Output host type to stdout, not stderr.
9440
9441 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
9442
9443         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
9444         * ltcf-cxx.sh: Likewise.
9445
9446         * config.if: Assume enable_libstdcxx_v3 is defined.
9447
9448 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
9449
9450         Remove V2 C++ library.
9451         * configure.in: Remove --enable-libstdcxx_v3 support.
9452
9453 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
9454
9455         * include/demangle.h: Add prototype for java_demangle_v3.
9456
9457 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
9458
9459         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
9460
9461 2001-01-27  Richard Henderson  <rth@redhat.com>
9462
9463         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
9464
9465 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9466
9467         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9468         Don't unset, it's non-portable and no longer necessary, set to empty
9469         instead.
9470
9471 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9472
9473         * ltconfig: Shell portability fix for the tagname validity check.
9474
9475 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
9476
9477         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9478         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9479
9480 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9481
9482         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9483
9484 2001-01-26  Tom Tromey  <tromey@redhat.com>
9485
9486         * configure.in: Allow libgcj to be built on Sparc Solaris.
9487
9488 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
9489
9490         * ltcf-c.sh: Add aix5 case.
9491         * ltcf-cxx.sh: Likewise.
9492         * ltconfig: Likewise.
9493
9494 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
9495
9496         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9497         keep at least one of build_libtool_libs or build_old_libs set to
9498         yes.
9499
9500         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9501         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9502
9503 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
9504
9505         * configure.in: Enable libgcj on several additional platforms.
9506
9507 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
9508
9509         * configure.in: Enable libgcj for linux targets.
9510
9511 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9512
9513         * MAINTAINERS (Write After Approval): Add myself.
9514
9515 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9516
9517         * MAINTAINERS: Add myself as vax port maintainer.
9518
9519 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
9520
9521         * MAINTAINERS: Add myself as Mercury front-end maintainer.
9522
9523 2001-01-09  Mike Stump  <mrs@wrs.com>
9524
9525         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
9526         failures of subdirectories.
9527
9528 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9529
9530         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9531         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9532         * ltcf-cxx.sh: Likewise.
9533         * ltcf-gcj.sh: Likewise.
9534         * ltconfig.sh: Fix typo.
9535
9536 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9537
9538         * configure: handle DOS-style absolute paths.
9539
9540 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9541
9542         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
9543
9544 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
9545
9546         * MAINTAINERS: Add myself as avr port co-maintainer.
9547
9548 2000-12-28  Ben Elliston  <bje@redhat.com>
9549
9550         * MAINTAINERS: Add myself under ``Write After Approval''.
9551
9552 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
9553
9554         * texinfo: Remove directory from GCC.
9555
9556 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9557
9558         * COPYING: Update to current
9559         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
9560         to 19yy as example year in copyright notice).
9561
9562 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
9563
9564         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
9565         (libstdcxx_incdir): Pass down.
9566         * config.if: Remove expired bits for cxx_interface, add stub.
9567         (libstdcxx_incdir): Add variable for g++ include directory.
9568         * configure.in (gxx_include_dir): Use it.
9569
9570 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
9571
9572         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
9573         with old-email address from ``Write After Approval''.
9574
9575 2000-12-15  Andreas Jaeger  <aj@suse.de>
9576
9577         * configure.in: Handle lang_dirs.
9578
9579 2000-12-14  Tom Tromey  <tromey@redhat.com>
9580
9581         * MAINTAINERS: Removed brads.
9582
9583         * MAINTAINERS: Added gcj developers.
9584
9585 2000-12-13  Anthony Green  <green@redhat.com>
9586
9587         * configure.in: Disable libgcj for any target not specifically
9588         listed.  Disable libgcj for x86 and Alpha Linux until compatible
9589         with g++ abi.
9590
9591 2000-12-13  Mike Stump  <mrs@wrs.com>
9592
9593         * Makefile.in (local-distclean): Also remove fastjar.
9594
9595 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
9596
9597         * contrib/gcc_update: Add fastjar --touch entries.
9598
9599 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
9600
9601         * configure.in: Disable language-specific target libraries for
9602         languages that aren't enabled.
9603
9604 2000-12-10  Anthony Green  <green@redhat.com>
9605
9606         * configure.in: Define libgcj.  Disable libgcj target libraries for
9607         most targets.
9608
9609 2000-12-10  Neil Booth  <neilb@earthling.net>
9610
9611         * MAINTAINERS: Update mail address, remove from WAA list.
9612
9613 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9614
9615         * libjava: Imported from /cvs/java.
9616         * libffi: Likewise.
9617         * Boehm-gc: Likewise.
9618
9619 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9620
9621         * configure.in (target_libs): Revert 2000-12-08 patch.
9622         (noconfigdirs): Added target-libjava.
9623
9624 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
9625
9626         * djunpack.bat: removed.
9627
9628 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
9629
9630         * Makefile.in: handle DOS-style absolute paths.
9631         * config-ml.in: likewise.
9632         * symlink-tree: likewise.
9633
9634 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9635
9636         * fastjar: Imported.
9637
9638 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9639
9640         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
9641         libjava.
9642         * configure.in (target_libs): Removed `target-libjava'.
9643
9644 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9645
9646         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
9647         (ALL_MODULES): Added fastjar.
9648         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
9649         (all-target-libjava): all-fastjar replaces all-zip.
9650         (all-fastjar): Added.
9651         (configure-target-fastjar, all-target-fastjar): Likewise.
9652         * configure.in (host_tools): Added fastjar.
9653
9654 2000-12-07  Mike Stump  <mrs@wrs.com>
9655
9656         * Makefile.in (local-distclean): Remove leftover built files.
9657
9658 2000-11-24  Nick Clifton  <nickc@redhat.com>
9659
9660         * configure.in (xscale-elf): Add target.
9661         (xscale-coff): Add target.
9662
9663 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
9664
9665         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9666         recent versions of FreeBSD (release 3 or later).
9667         * ltconfig: On FreeBSD, -lc must not be provided when building
9668         a shared library or else the standard -pthread gcc option is
9669         rendered worthless to later users of the built library.
9670
9671 2000-11-16  Fred Fish  <fnf@be.com>
9672
9673         * configure.in (enable_libstdcxx_v3): Fix typo,
9674         libstd++ -> libstdc++.
9675
9676 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9677
9678         * MAINTAINERS: Add self to Write After Approval list.
9679
9680 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
9681
9682         * MAINTAINERS: Update my email address.  Add myself to global write
9683         privs list.
9684
9685 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
9686
9687         * Makefile.in: Merge with src and libgcj.
9688         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
9689         configure-target-<library> when their configure scripts need the C
9690         or C++ library to have already been built to work properly.
9691         (do_proto_toplev): Set them to an empty string.
9692
9693         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9694         (REALLY_SET_LIB_PATH): Use them.
9695
9696 2000-11-17  Stan Shebs  <shebs@apple.com>
9697
9698         * MAINTAINERS: Add self to Write After Approval list.
9699
9700 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9701
9702         * configure: Provide the original toplevel configure arguments
9703         (including $0) to subprocesses in the environment rather than
9704         through gcc/configargs.h.
9705
9706 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9707
9708         * MAINTAINERS: Remove references to cccp. Change C9X reference to
9709         C99.  Alphabetise "Write After Approval" list.
9710
9711 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
9712
9713         * configure: Turn on libstdc++ V3 by default.
9714
9715         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
9716         if we've got GCC.
9717
9718 2000-11-11  Philip Blundell  <philb@gnu.org>
9719
9720         * MAINTAINERS: Add self to Write After Approval list.
9721
9722 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
9723
9724         * ltcf-c.sh (aix4): Improve shared library configuration; require
9725         exporting symbols.
9726         * ltcf-cxx.sh (aix4): Define.
9727         * ltconfig (aix4): Define library and soname specs appropriate for
9728         AIX.  Define command to create export symbols list.
9729
9730 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
9731
9732         * config.sub: Add support for Sun Chorus
9733
9734 2000-10-31  Nick Clifton  <nickc@redhat.com>
9735
9736         * MAINTAINERS: Rename <name>@cygnus.com addresses to
9737         <name>@redhat.com.  Also installed new email address for Clint
9738         Popetz.
9739
9740 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
9741
9742         * etc: Remove directory from GCC.
9743
9744 2000-10-16  Michael Meissner  <meissner@redhat.com>
9745
9746         * configure (gcc/configargs.h): Only create if there is a build GCC
9747         directory created.
9748
9749 2000-10-16  Matthias Klose  <doko@debian.org>
9750
9751         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
9752         when configured for libstdc++-v3.
9753
9754 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
9755
9756         * configure: Save configure arguments to gcc/configargs.h.
9757
9758 2000-10-04  Philipp Thomas  <pthomas@suse.de>
9759
9760         * config.guess: Import CVS version 1.157.
9761         * config.sub: Import CVS version 1.181.
9762
9763 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
9764
9765         * Makefile.in (bootstrap): avoid recursion if subdir missing
9766         (cross): ditto
9767         (do-proto-toplev): ditto
9768
9769 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
9770
9771         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
9772         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
9773
9774         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
9775         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
9776         all affected `configure' scripts.
9777
9778 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
9779
9780         * MAINTAINERS: Add self as cpplib co-maintainer.
9781
9782 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
9783
9784         * MAINTAINERS: Add self to Write After Approval list.
9785
9786 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9787
9788         * INSTALL/README: egcs -> GCC update.
9789
9790 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
9791
9792         * MAINTAINERS: Add myself to Write After Approval list.
9793
9794 2000-09-15  Kazu Hirata  <kazu@hxi.com>
9795
9796         * MAINTAINERS: Add myself to Write After Approval list.
9797
9798 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
9799
9800         * configure.in: Do not build byacc for hppa64.  Provide paths to the
9801         X11 libraries for hppa64.
9802
9803 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9804
9805         * MAINTAINERS: Add myself as 68hc11 port maintainer.
9806
9807 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
9808
9809         * Makefile.in (all-zlib): Added dummy target.
9810
9811         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9812         ltcf-gcj.sh: Updated from libtool multi-language branch.
9813
9814 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
9815
9816         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9817         (bootstrap*): Depend on all-bootstrap.
9818
9819 2000-09-05  Philipp Thomas  <pthomas@suse.de>
9820
9821         * config.guess: Import CVS version 1.156.
9822         * config.sub: Import CVS version 1.179.
9823
9824 2000-09-02  Anthony Green  <green@cygnus.com>
9825
9826         * Makefile.in (all-gcc): Depend on all-zlib.
9827         (CLEAN_MODULES): Add clean-zlib.
9828         (ALL_MODULES): Add all-zlib.
9829         * configure.in (host_libs): Add zlib.
9830
9831 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
9832
9833         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9834         crosses, but add gcc/include to the header search path for them.
9835
9836 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
9837
9838         * MAINTAINERS: Add self to Write After Approval list.
9839
9840 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9841
9842         * config.guess: Import CVS version 1.152.
9843         * config.sub: Import CVS version 1.177.
9844
9845 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
9846
9847         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
9848         $targargs to tell whether newlib is going to be built.
9849
9850         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
9851         $$r/TARGET_SUBDIR/libio for _G_config.h.
9852
9853 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
9854
9855         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
9856
9857 2000-08-22  DJ Delorie  <dj@redhat.com>
9858
9859         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
9860
9861 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
9862
9863         * config-ml.in (CC, CXX): Avoid trailing whitespace.
9864         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9865         sub-configures.
9866
9867 2000-08-21  DJ Delorie  <dj@redhat.com>
9868
9869         * MAINTAINERS: Add self as a libiberty maintainer
9870
9871 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
9872
9873         * configure.in (libstdcxx_flags): Use
9874         libstdc++-v3/src/libstdc++.INC.
9875
9876 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
9877
9878         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9879
9880 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
9881
9882         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
9883
9884         * configure: Make enable_threads and enable_shared defaults
9885         explicit.  Substitute enable_threads into generated Makefiles.
9886         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
9887         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
9888
9889 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
9890
9891         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
9892
9893 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
9894
9895         * config-ml.in (CC): Remove bogus duplicate quotation mark from
9896         previous delta.
9897
9898 2000-08-11  Jason Merrill  <jason@redhat.com>
9899
9900         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9901         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9902         (FLAGS_FOR_TARGET): Not here.
9903         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9904
9905 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
9906
9907         * config-ml.in (CC, CXX): Don't introduce a leading space.
9908
9909 2000-08-07  DJ Delorie  <dj@delorie.com>
9910
9911         * MAINTAINERS: Add self as a DJGPP maintainer
9912
9913 2000-08-07  DJ Delorie  <dj@redhat.com>
9914
9915         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9916         "if we're also building gcc, and it's a gcc that will run on the
9917         build machine, we want to use its includes instead of the system's
9918         default includes".
9919
9920 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9921
9922         * MAINTAINERS: Add self to Write After Approval list.
9923
9924 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
9925
9926         * configure.in (libstdcxx_flags): Don't use `"'.
9927
9928         * config-ml.in: Adjust multilib search paths to the
9929         appropriate multilib tree.
9930
9931 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
9932
9933         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9934         commas in $LANGUAGES.
9935
9936 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
9937
9938         * configure.in: Re-enable all references to libg++ and librx.
9939
9940 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
9941
9942         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
9943         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
9944         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
9945         * ltcf-cxx.sh (need_lc): Set based on postdeps.
9946
9947         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9948
9949 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
9950
9951         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9952         CXX_FOR_TARGET for sed.
9953
9954 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
9955
9956         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9957         Do not override if already set in the environment or in configure.
9958         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9959         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9960
9961 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
9962
9963         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
9964         the libtool CVS tree multi-language branch.
9965         * ltconfig, ltmain.sh: Updated.
9966
9967 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
9968
9969         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
9970         (clean-target): Depend on it.
9971
9972         * Makefile.in (FLAGS_FOR_TARGET): New macro.
9973         (GCC_FOR_TARGET): Use it.
9974         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9975         * configure.in: ... here.
9976         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
9977         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9978
9979 2000-07-24  Eric Christopher  <echristo@cygnus.com>
9980
9981         * MAINTAINERS: Add self to Write After Approval list.
9982
9983 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
9984
9985         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9986         (configure-target-libchill, configure-target-libobjc): Likewise.
9987
9988         * configure.in: Use the same cache file for all target libs.
9989         * config-ml.in: But different cache files per multilib variant.
9990
9991 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9992
9993         * configure (topsrcdir): Don't use dirname.
9994
9995 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
9996
9997         * MAINTAINERS: Add self to Write After Approval list.
9998
9999 2000-07-20  Jason Merrill  <jason@redhat.com>
10000
10001         * configure.in: Remove all references to libg++ and librx.
10002
10003         * configure, configure.in, Makefile.in: Unify gcc and binutils.
10004
10005 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
10006
10007         * config.sub: Update to subversions version 2000-07-06.
10008
10009 2000-07-12  Andrew Haley  <aph@cygnus.com>
10010
10011         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
10012         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
10013
10014 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
10015
10016         * symlink-tree:  Check number of arguments.
10017
10018 2000-07-05  Jim Wilson  <wilson@cygnus.com>
10019
10020         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
10021         search path for a g++ extracted from the build tree.  This
10022         will allow link tests run by configure scripts in
10023         subdirectories to succeed.
10024
10025 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
10026
10027         * ltconfig: Add support for mips-dde-sysv4.2MP
10028
10029 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10030
10031         * MAINTAINERS: Add myself as loop discovery maintainer.
10032
10033 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
10034
10035         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
10036         `os2'. Force ac_cv_exeext to be ".exe" in that case.
10037
10038 2000-06-19  Timothy Wall  <twall@cygnus.com>
10039
10040         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
10041         * config.sub: Add tic54x target.
10042
10043 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10044
10045         * MAINTAINERS: Add self as Fortran maintainer,
10046         remove Craig Burley.
10047
10048 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10049
10050         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
10051         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
10052
10053 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
10054
10055         * MAINTAINERS: Add self as i18n maintainer
10056
10057 20000-05-21  H.J. Lu  (hjl@gnu.org)
10058
10059         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
10060         directory are used if they exist. Make sure
10061         $(build_tooldir)/include is searched for header files,
10062         $(build_tooldir)/lib/ for library files.
10063         (GCC_FOR_TARGET): Likewise.
10064         (CXX_FOR_TARGET): Likewise.
10065
10066 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
10067
10068         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
10069
10070 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
10071
10072         * Makefile.in (configure-target-libiberty): Depend on
10073         configure-target-newlib.
10074
10075 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
10076
10077         * configure.in, Makefile.in: Merge all libffi-related
10078         configury stuff from the libgcj tree.
10079
10080 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10081
10082         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10083         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
10084
10085 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10086
10087         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10088         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
10089         current version information.  Add to proto-toplev directory.
10090         (gdb-taz): Build do-djunpack.
10091
10092 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
10093
10094         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
10095
10096 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10097
10098         * MAINTAINERS: Add self to Write After Approval list.
10099
10100 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10101
10102         * ltmain.sh: Preserve in relink_command any environment
10103         variables that may affect the linker behavior.
10104
10105 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
10106
10107         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
10108
10109 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
10110
10111         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
10112
10113 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
10114
10115         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
10116         with the version name.
10117
10118 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
10119
10120         * MAINTAINERS: Add self as bb-reorder maintainer.
10121
10122 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
10123
10124         * config.if: Tweak.
10125
10126 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
10127
10128         * djunpack.bat: New file.
10129
10130 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10131
10132         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
10133         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
10134         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
10135         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
10136
10137 2000-04-16  Dave Pitts  <dpitts@cozx.com>
10138
10139         * config.sub (case $basic_machine): Change default for "ibm-*"
10140         to "openedition".
10141
10142 2000-04-13  Andreas Jaeger  <aj@suse.de>
10143
10144         * MAINTAINERS: Added myself.
10145
10146 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10147
10148         * Makefile.in (gdb-taz): New target.  GDB specific archive.
10149         (do-md5sum): New target.
10150         (MD5PROG): Define.
10151         (PACKAGE): Default to TOOL.
10152         (VER): Default to a shell script.
10153         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
10154         md5 checksum generation.
10155         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
10156         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
10157         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
10158         insight.tar.bz2): Use gdb-taz to create archive.
10159
10160 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10161
10162         * configure (warn_cflags): Delete.
10163
10164 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
10165
10166         * MAINTAINERS: Added myself.
10167
10168 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
10169             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
10170
10171         * configure.in (enable_libstdcxx_v3): Add.
10172         (target_libs): Add bits here to switch between libstdc++-v2 and
10173         libstdc++-v3.
10174         * config.if: And this file too.
10175         * Makefile.in: Add libstdc++-v3 targets.
10176
10177 2000-04-05  Michael Meissner  <meissner@redhat.com>
10178
10179         * config.sub (d30v): Add d30v as a basic machine type.
10180
10181 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
10182
10183         * configure.in: -linux-gnu*, not -linux-gnu.
10184
10185 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10186
10187         * MAINTAINERS: Add self in write-after-approval section.
10188
10189 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
10190
10191         * MAINTAINERS: Add self as ia64 port maintainer.
10192
10193 2000-03-08  Neil Booth  <NeilB@earthling.net>
10194
10195         * MAINTAINERS: Add self in write-after-approval section.
10196
10197 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10198
10199         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
10200         (do-tar-bz2): Replace TOOL with PACKAGE.
10201         (gdb.tar.bz2): Remove GDBTK from GDB package.
10202         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
10203         dejagnu.tar.bz2): New packages.
10204
10205 2000-02-27  Andreas Jaeger  <aj@suse.de>
10206
10207         * configure.in: Add entry for mips*-*-linux*, move catch all
10208         *-*-*linux* entry below this one.
10209
10210 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
10211
10212         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
10213
10214 2000-02-24  Nick Clifton  <nickc@cygnus.com>
10215
10216         * config.sub: Support an OS of "wince".
10217
10218 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10219
10220         * config.guess, config.sub: Updated to match config's 2000-02-15
10221         version.
10222
10223 2000-02-23  Linas Vepstas  <linas@linas.org>
10224
10225         * config.sub: Add support for Linux/IBM 370.
10226         * configure.in: Likewise.
10227
10228 2000-02-22  Nick Clifton  <nickc@cygnus.com>
10229
10230         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
10231
10232 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
10233
10234         * config.guess: Guess "cygwin" rather than "cygwin32".
10235
10236 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10237
10238         * configure (gcc_version): When setting, narrow search to
10239         lines containing `version_string'.
10240
10241 2000-02-15  Denis Chertykov  <denisc@overta.ru>
10242
10243         * config.sub: Add support for avr target.
10244
10245 2000-02-14  Nick Clifton  <nickc@cygnus.com>
10246
10247         * MAINTAINERS: Add maintainers for MCore port.
10248
10249 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
10250
10251         * config.sub: Add mmix-knuth-mmixware.
10252
10253 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10254
10255         * MAINTAINERS: Pair cccp with cpplib maintainership.
10256
10257 2000-01-27  Christopher Faylor  <cgf@redhat.com>
10258
10259         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
10260         structure stuff to -L library search.
10261         (CXX_FOR_TARGET): Ditto.
10262         (CROSS_CHECK_MODULES): Fix spelling mistake.
10263
10264 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
10265
10266         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
10267         the C++ compiler.
10268
10269 2000-01-12  Richard Henderson  <rth@cygnus.com>
10270
10271         * configure.in: Don't build some bits for beos.
10272
10273 2000-01-12  Joel Sherrill (joel@OARcorp.com)
10274
10275         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
10276         as include files.
10277
10278 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
10279
10280         * Add self as cpplib maintainer, as requested by Jason
10281         Merrill.  Correct my e-mail address.
10282
10283 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
10284
10285         * configure.in: Use mt-aix43 to handle *_TARGET defs,
10286         not mh-aix43.
10287
10288 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
10289
10290         * MAINTAINERS: Add myself to "write after approval" list.
10291
10292 1999-12-14  Richard Henderson  <rth@cygnus.com>
10293
10294         * config.guess (alpha-osf, alpha-linux): Detect ev67.
10295         * config.sub: Accept alphaev[78], alphaev8.
10296
10297 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10298
10299         * config.guess, config.sub: Update from autoconf.
10300
10301 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
10302
10303         * MAINTAINERS:  update my playtime e-address.
10304
10305 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10306
10307         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
10308         necessary libraries are missing.
10309
10310 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
10311
10312         * MAINTAINERS: Add new 'write after approval' maintainer.
10313
10314 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10315
10316         * MAINTAINERS: Add new Java maintainer.
10317
10318 1999-10-25  Andreas Schwab  <schwab@suse.de>
10319
10320         * configure: Fix quoting inside arguments of eval.
10321
10322 1999-10-21  Nick Clifton  <nickc@cygnus.com>
10323
10324         * config-ml.in: Allow suppression of some ARM multilibs.
10325
10326 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
10327
10328         * config.guess: Add OS/390 match pattern.
10329         * config.sub: Add mvs, openedition targets.
10330         * configure.in (i370-ibm-opened*): New.
10331
10332 1999-09-04  Steve Chamberlain  <sac@pobox.com>
10333
10334         * config.sub: Add support for configuring for pj.
10335
10336 1999-08-31  Nick Clifton  <nickc@cygnus.com>
10337
10338         * config.sub (maybe_os): Add support for configuring for fr30.
10339
10340 1999-08-25  Nick Clifton  <nickc@cygnus.com>
10341
10342         * configure.in: Do not configure or build ld for AIX
10343         platforms.  ld is known to be broken on these platforms.
10344
10345 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10346
10347         * config-ml.in: Pass compiler flag corresponding to multidirs to
10348         subdir configures.
10349
10350 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
10351
10352         * Makefile.in (LDFLAGS): Define.
10353
10354 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
10355
10356         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
10357         noconfigdirs.
10358         (*-*-cygwin*): Likewise.
10359
10360 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
10361
10362         * mkdep: New file.
10363         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
10364         (BINUTILS_SUPPORT_DIRS): Add mkdep.
10365
10366         From Eli Zaretskii <eliz@is.elta.co.il>:
10367         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
10368         long file name when using DJGPP on MS-DOS.
10369
10370 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
10371
10372         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
10373
10374 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
10375
10376         * Makefile.in (check-target-libio): Remove all-target-libstdc++
10377         dependency as this causes "make check" to globally "make all"
10378
10379 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
10380
10381         * configure.in (target_libs): Added target-zlib.
10382         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
10383         (CONFIGURE_TARGET_MODULES): Likewise.
10384         (CHECK_TARGET_MODULES): Likewise.
10385         (INSTALL_TARGET_MODULES): Likewise.
10386         (CLEAN_TARGET_MODULES): Likewise.
10387         (configure-target-zlib): New target.
10388         (all-target-zlib): Likewise.
10389         (all-target-libjava): Depend on all-target-zlib.
10390         (configure-target-libjava): Depend on configure-target-zlib.
10391
10392         * Makefile.in (configure-target-libjava): Depend on
10393         configure-target-newlib.
10394         (configure-target-boehm-gc): New target.
10395         (configure-target-qthreads): New target.
10396
10397         * configure.in (target_libs): Added target-qthreads.
10398         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
10399         (CONFIGURE_TARGET_MODULES): Likewise.
10400         (CHECK_TARGET_MODULES): Likewise.
10401         (INSTALL_TARGET_MODULES): Likewise.
10402         (CLEAN_TARGET_MODULES): Likewise.
10403         (all-target-qthreads): New target.
10404         (configure-target-libjava): Depend on configure-target-qthreads.
10405         (all-target-libjava): Depend on all-target-qthreads.
10406
10407         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
10408         (CONFIGURE_TARGET_MODULES): Likewise.
10409         (CHECK_TARGET_MODULES): Likewise.
10410         (INSTALL_TARGET_MODULES): Likewise.
10411         (CLEAN_TARGET_MODULES): Likewise.
10412         (all-target-libjava): New target.
10413         (all-target-boehm-gc): Likewise.
10414         * configure.in (target_libs): Added libjava, boehm-gc.
10415
10416 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
10417
10418         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10419         configure.bat in SUPPORT_FILES.
10420         (gas+binutils.tar.bz2): Likewise.
10421
10422         * makeall.bat: Remove; obsolete.
10423
10424 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
10425
10426         From Mark Elbrecht:
10427         * configure.bat: Remove; obsolete.
10428
10429 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
10430
10431         * configure: Add -W -Wall to the default CFLAGS when compiling with
10432         gcc.
10433
10434 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
10435
10436         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10437
10438 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
10439
10440         * configure.in: Build ld on IRIX6.
10441
10442 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
10443
10444         * Makefile.in: Change distribution targets to use bzip2 instead of
10445         gzip.
10446         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
10447         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
10448
10449 1999-06-04  Nick Clifton  <nickc@cygnus.com>
10450
10451         * config.sub: Add mcore target.
10452
10453 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
10454
10455         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10456
10457 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
10458
10459         * config.guess (dummy): Changed to $dummy.
10460
10461 1999-05-24  Nick Clifton  <nickc@cygnus.com>
10462
10463         * config.sub: Tidied up case statements.
10464
10465 1999-05-22  Ben Elliston  <bje@cygnus.com>
10466
10467         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10468         <jiro@din.or.jp>.
10469
10470         * config.guess: Merge with FSF version. Future changes will be
10471         more accurately recorded in this ChangeLog.
10472         * config.sub: Likewise.
10473
10474 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
10475
10476          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
10477
10478 1999-04-30  Tom Tromey  <tromey@cygnus.com>
10479
10480         * ltmain.sh: [mode link] Always use CC given by ltconfig.
10481
10482 1999-04-23  Tom Tromey  <tromey@cygnus.com>
10483
10484         * ltconfig, ltmain.sh: Update to libtool 1.2f.
10485
10486 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
10487
10488         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
10489         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
10490         Bad merge removed these two changes.
10491
10492 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
10493                           Martin Heller (Ing.-Buero_Heller@t-online.de)
10494
10495         * config.guess (interix Alpha): Add.
10496
10497 1999-04-11  Richard Henderson  <rth@cygnus.com>
10498
10499         * configure.in (i?86-*-beos*): Do config gperf; don't config
10500         gdb, newlib, or libgloss.
10501
10502 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
10503
10504         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
10505         link a trivial program with -mabi=64.  If it fails, remove mabi=64
10506         from multidirs.
10507
10508 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
10509
10510         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
10511
10512 1999-04-08  Nick Clifton  <nickc@cygnus.com>
10513
10514         * config.sub: Add support for mcore targets.
10515
10516 1999-04-07  Michael Meissner  <meissner@cygnus.com>
10517
10518         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
10519         not mt-ospace, in order to shut up assembler warning about using
10520         symbols that are named the same as registers.
10521
10522 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
10523
10524         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10525         dependency list for all-target-cygmon.
10526
10527 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
10528
10529         * config-ml.in: Check $host, not $target, for selective multilibs.
10530         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10531         thumb interworking, and underscore prefix multilibs.
10532
10533 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
10534
10535         * missing: Update to version from current automake.
10536
10537 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
10538
10539         * configure (gxx_include_dir): Removed.
10540
10541         * configure.in (gxx_include_dir): Handle it.
10542         * Makefile.in: Likewise.
10543
10544 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
10545
10546         * config.sub (mips64vr4111,mips64vr4111el) Add.
10547
10548 1999-03-21  Ben Elliston  <bje@cygnus.com>
10549
10550         * config.guess: Correct typo for detecting ELF on FreeBSD.
10551
10552 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
10553
10554         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10555         config/mh-djgpp.
10556
10557 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
10558
10559         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10560         all-target-newlib to dependency list for all-target-bsp.
10561
10562 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10563
10564         * config.sub: Add i386-uwin support.
10565         * config.guess: Likewise.
10566
10567 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10568
10569         * configure.in: cleanup, add mh-*pic handling for arm, special
10570         case powerpc*-*-aix*
10571
10572 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10573
10574         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10575         can be built.
10576
10577 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
10578
10579         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10580         targets.
10581
10582 1999-03-02  Nick Clifton  <nickc@cygnus.com>
10583
10584         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10585
10586 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
10587
10588         * config.sub: Check for "cygwin*" rather than "cygwin32*"
10589
10590 1999-02-24  Nick Clifton  <nickc@cygnus.com>
10591
10592         * config.sub: Fix typo in arm recognition.
10593
10594 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
10595
10596         * configure.in (noconfigdirs): Changed target_configdirs to
10597         include target-bsp only for m68k-*-elf* and m68k-*-coff*
10598         rather than m68k-*-* since it is not known to work on
10599         m68k-aout. Ditto for arm-*-*oabi.
10600
10601 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
10602
10603         * configure.in (*-*-windows*): Remove, no longer used.
10604
10605 1999-02-19  Ben Elliston <bje@cygnus.com>
10606
10607         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10608         Smart and improved by Andrew Cagney.
10609
10610 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
10611
10612         * config.guess: Recognize openbsd-*-hppa.
10613
10614 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
10615
10616         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10617         only if it is not empty.
10618
10619 1999-02-17  Nick Clifton  <nickc@cygnus.com>
10620
10621         Patch from: Scott Bambrough <scottb@corelcomputer.com>
10622
10623         * config.guess: Modified to recognize uname's armv* syntax.
10624
10625         * config.sub: Modified to recognize uname's armv* syntax.
10626
10627 1999-02-17  Mark Salter  <msalter@cygnus.com>
10628
10629         * configure.in: Added target-bsp for sparclite.
10630
10631 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
10632
10633         * config.sub: Recognize alphapca5[67] and up to alphaev8.
10634
10635 1999-02-08  Nick Clifton  <nickc@cygnus.com>
10636
10637         * configure.in: Add support for strongarm port.
10638         * config.sub: Add support for strongarm target.
10639
10640 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10641
10642         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10643         the old name config/mh-cygwin32.
10644         Enable texinfo.
10645
10646 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
10647
10648         * configure.in: Do build ld for ix86 Solaris.
10649
10650 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
10651
10652         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
10653         $AR_FOR_TARGET.  Likewise for RANLIB.
10654
10655 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
10656
10657         * config.sub (oabi):  Recognize.
10658         * configure.in (arm-*-oabi):  Handle.
10659
10660 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
10661
10662         * config.guess: Improve detection of i686 on UnixWare 7.
10663
10664 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10665
10666         * config.guess: Add support for i386-pc-interix.
10667         * config.sub: Likewise.
10668         * configure.in: Likewise.
10669
10670 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
10671
10672         * Makefile.in: Remove unneeded all-target-libio from
10673         from all-target-winsup target since it is now unneeded.
10674         Add all-target-libtermcap in its place since it is now
10675         needed.
10676
10677 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
10678
10679         * configure.in: makefile stub for cygwin target is probably
10680         unnecessary.  Remove it for now.
10681
10682 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
10683
10684         * configure.in: libtermcap.a should be built when cygwin is the
10685         target as well as the host.
10686         * config.guess: Allow mixed case in cygwin uname output.
10687         * Makefile.in: Add libtermcap target.
10688
10689 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
10690
10691         * config.sub: Clean up handling of hppa2.0.
10692
10693 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
10694
10695         * config.guess: Use C code to identify more HP machines.
10696
10697 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
10698
10699         * config.sub: Handle hppa2.0.
10700
10701 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
10702
10703         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10704         cygmon for all sparclite targets, regardless of object format.
10705
10706 1998-12-15  Mark Salter  <msalter@cygnus.com>
10707
10708         * configure.in: Added target-bsp for several target architectures.
10709
10710         * Makefile.in: Added rules for bsp.
10711
10712 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
10713
10714         * config.guess: Improve detection of hppa2.0 processors.
10715
10716 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
10717
10718         * config.guess: Recognize FreeBSD using ELF automatically.
10719
10720 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
10721
10722         * configure (skip-this-dir): Add handling for new shell script, which
10723         might be created by a sub-directory's configure to indicate, this particular
10724         directory is "unwanted".
10725         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10726
10727 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
10728
10729         * ltconfig: import from libtool, after changing libtool to
10730         account for the cygwin name change.
10731
10732 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
10733
10734         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10735         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10736
10737 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
10738
10739         * configure.in: Add libtermcap to list of cygwin dependencies.
10740
10741 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
10742
10743         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10744         they include winsup/include when it's a cygwin target.
10745
10746 1998-11-12  Tom Tromey  <tromey@cygnus.com>
10747
10748         * configure.in (host_tools): Added zip.
10749         * Makefile.in (all-target-libjava): Depend on all-zip.
10750         (all-zip): New target.
10751         (ALL_MODULES): Added all-zip.
10752         (NATIVE_CHECK_MODULES): Added check-zip.
10753         (INSTALL_MODULES): Added install-zip.
10754         (CLEAN_MODULES): Added clean-zip.
10755
10756 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
10757
10758         * Makefile.in: lose "32" from comment about cygwin.
10759
10760 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
10761
10762         * configure.in: Use -Os to build target libraries for the fr30.
10763
10764 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
10765
10766         * config.sub: Add fr30.
10767
10768 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
10769
10770         * configure.in: drop "32" from config/mh-cygwin32.  Check
10771         cygwin* instead of cygwin32*.
10772         * config.sub: Check cygwin* instead of cygwin32*.
10773
10774 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
10775
10776         * config.guess: Match any version of Unixware7.
10777
10778 1998-10-20  Syd Polk  <spolk@cygnus.com>
10779
10780         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10781         if desired.
10782
10783 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
10784
10785         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10786         these if the appropriate directories and files to not exist.
10787
10788 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
10789
10790         * Makefile.in (DEVO_SUPPORT): Add config.if.
10791
10792 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10793
10794         * configure: Add pattern to replace "build_tooldir"'s
10795         definition in the generated Makefile with "tooldir"'s
10796         actual value.
10797
10798 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
10799
10800         * config.sub: Bring back lost sparcv9.
10801
10802         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10803
10804 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
10805
10806         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10807         CC_FOR_TARGET and friends.
10808
10809 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
10810
10811         * Makefile.in (build_tooldir): New variable, same as tooldir.
10812         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10813         -B$(build_tooldir)/bin/.
10814         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10815
10816 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10817
10818         * README: Remove installation instructions and refer to the
10819         INSTALL directory instead.
10820
10821 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
10822
10823         * config.sub: Add support for i[34567]86-pc-udk.
10824         * configure.in: Likewise.
10825
10826 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
10827
10828         * Makefile.in: add bzip2 package building bits for user
10829         tools module
10830         * configure.in: ditto
10831
10832 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
10833
10834         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10835         (ALL_TARGET_MODULES): Add all-target-libobjc.
10836         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10837         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10838         (all-target-libchill): Add dependencies.
10839         * configure.in (target_libs): Add libchill.
10840
10841 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
10842
10843         * configure.in (target_subdir): Remove duplicate line.
10844
10845 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
10846
10847         * Makefile.in (all-automake): fix dependencies.
10848
10849 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
10850
10851         * configure.in: Minor cleanups for building in the $(target_alias)
10852         subdir.
10853
10854 1998-09-22  Jim Wilson  <wilson@cygnus.com>
10855
10856         * Makefile.in (bootstrap): Set r and s before make all.  Use
10857         BASE_FLAGS_TO_PASS in make all.
10858         (cross): Likewise.
10859
10860 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
10861
10862         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10863
10864 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
10865
10866         * config.sub: Fix typo in last change.
10867
10868 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10869
10870         * config.sub: Add support for C4x target.
10871         * configure.in: Likewise.
10872
10873 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
10874
10875         * config.sub: Recognize sparcv9 just like sparc64.
10876
10877 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
10878
10879         * config.guess: Match "Pent II" or "PentII" for OpenServer.
10880
10881 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
10882
10883         * config.guess: Correctly identify Pentium II sco boxes.
10884
10885         * config.guess: Fix "tr" code.  From Weiwen Liu.
10886
10887 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
10888
10889         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10890         stabs.
10891
10892 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
10893
10894         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10895         (ALL_TARGET_MODULES): Add all-target-libchill.
10896         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10897         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10898         (all-target-libchill): Add dependencies.
10899         * configure.in (target_libs): Add libchill.
10900
10901 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10902
10903         * config.guess: Avoid assumptions about "tr" behaves when
10904         LANG is set to something other than English.
10905
10906 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
10907
10908         * configure (gxx_include_dir): Changed to
10909         '${prefix}/include/g++'-${libstdcxx_interface}.
10910
10911         * config.if: New to determine the interfaces.
10912
10913 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
10914
10915         * config.guess: Detect and handle MPE/IX.
10916         * config.sub: Deal with MPE/IX.
10917
10918 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
10919
10920         * configure.in: Use mh-aix43.
10921
10922 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
10923
10924         * configure: Fix --without/--disable cases for gxx-include-dir.
10925
10926 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
10927
10928         * mdata-sh:  Imported.  Needed for automake support.
10929
10930 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
10931
10932         * Makefile.in (taz): Try "chmod -R og=u ." before
10933         "chmod og=u `find . -print`".
10934
10935 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
10936
10937         * configure.in: Add arm-elf and thumb-elf support.
10938
10939 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
10940
10941         * Makefile.in: Undo previous patch.
10942
10943 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
10944
10945         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10946         to here ...
10947         (install-no-fixedincludes): and here
10948         (INSTALL_MODULES): ... from here.
10949
10950 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10951
10952         * config.sub: Merge with FSF.
10953
10954         * config.guess: Merge with FSF.
10955
10956 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
10957
10958         * configure (extraconfigdirs): New variable.
10959         (SUBDIRS): Add extraconfigdirs and recurse on them too.
10960         * Makefile.in (all): Move higher in file.
10961         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10962         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10963         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10964         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10965         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10966
10967 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
10968
10969         * Makefile.in (all-target-libjava): Depend on all-gcc and
10970         all-target-newlib.
10971         (configure-target-libjava): Depend on $(ALL_GCC).
10972
10973 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
10974
10975         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10976         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10977
10978 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
10979
10980         * INSTALL/README: Fix typo.
10981
10982 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10983
10984         * ylwrap: Change absolute path checks to check for DOS style path
10985         names.
10986
10987         * ylwrap: Don't use a full path name if the source file is in the
10988         same directory.  From hjl@lucon.org (H.J. Lu).
10989
10990         * config-ml.in: Default to being verbose, to match Feb 18 change to
10991         configure.
10992
10993 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
10994
10995         Brought over from egcs:
10996
10997         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10998
10999         * configure.in (target_subdir): Set to ${target_alias} instead
11000         of "libraries".
11001
11002         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11003
11004         * configure.in (target_subdir): Set to libraries if enable_multilib.
11005
11006 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
11007
11008         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
11009         multilibs, force reconfiguration the first time we create
11010         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
11011
11012 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
11013
11014         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
11015         avoid confusion with --no-recursion.
11016
11017 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
11018
11019         * configure.in: Win32 hosts shouldn't use install -x
11020         * install-sh: remove -x option, and special .exe-handling
11021         hack.
11022
11023 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
11024
11025         * config.guess: Recognize i586-pc-beos.
11026         * configure.in: Don't build some bits for beos.
11027
11028 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11029
11030         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
11031         CFLAGS default to -O2.
11032
11033         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
11034         when using GNU ld.
11035
11036 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
11037
11038         * ltmain.sh: Correct install when using a different shell.
11039
11040 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11041
11042         * ltconfig, ltmain.sh: Update to libtool 1.2b.
11043
11044 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
11045
11046         * makefile.vms: Update to build binutils/makefile.vms.  Add install
11047         target.
11048
11049 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
11050
11051         * ltconfig: Update to correct AIX handling.
11052
11053 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11054
11055         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
11056
11057         * configure.in (target_subdir): Set to ${target_alias} instead
11058         of "libraries".
11059
11060 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
11061
11062         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
11063         (Makefile): Depend on $(gcc_version_trigger).
11064
11065         * configure (gcc_version): Change default initializer to empty
11066         string.
11067         (gcc_version_trigger): New variable; pass this variable down
11068         to subdir configures to enable them checking gcc's version
11069         themselves. Emit make macros for both gcc_version vars.
11070         (topsrcdir): Initialize reliably.
11071         (recursion line): Remove --with-gcc-version=${gcc_version}.
11072
11073 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11074
11075         * configure (enable_version_specific_runtime_libs): Implement new flag
11076         --enable-version-specific-runtime-libs which installs C++ runtime stuff
11077         in $(libsubdir); emit definition in each generated Makefile.
11078         (gxx_include_dir): Initialize depending on
11079         $enable_version_specific_runtime_libs.
11080
11081 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11082
11083         * configure (gcc_version): Initialize properly depending on
11084         how and where configure is started.
11085         (recursion line): Pass a --with-gcc-version=${gcc_version}
11086         to configures in subdirs.
11087
11088 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
11089
11090         * configure.in (noconfigdirs): Add configure pattern for mips tx39
11091         cygmon
11092
11093 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
11094
11095         * configure.in: Add cygmon and libstub support for mn10200.
11096
11097 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
11098
11099         * configure (gcc_version): Add new variable describing the
11100         particular gcc version we're building.
11101         * Makefile.in (libsubdir): Add new macro for the directory
11102         in which the compiler finds executables, libraries, etc.
11103         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
11104         and libsubdir.
11105
11106 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11107
11108         * Makefile.in (local-clean): Remove *.log.
11109         (warning.log): Built with warn_summary from build.log.
11110         (mail-report.log): Run test_summary.
11111         (mail-report-with-warnings.log): Run test_summary including
11112         warning.log in the report.
11113
11114 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
11115
11116         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
11117
11118 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11119
11120         * Makefile.in (grep): Grep no longer depends on libiberty.
11121
11122 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
11123
11124         * Makefile.in: all-snavigator needs all-libgui.
11125
11126 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
11127
11128         * configure.in: Add cygmon and libstub support for mn10300.
11129
11130 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
11131
11132         * missing: Update to version from automake 1.3.
11133
11134         * ltmain.sh: On installation, don't get confused if the same name
11135         appears more than once in the list of library names.
11136
11137 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11138
11139         * config.sub: Accept m68060 and m5200 as CPU names.
11140
11141 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
11142
11143         * configure: Use && rather than using -a in test, because odd
11144         strings can confuse test.
11145         * configure.in: Likewise.
11146
11147 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11148
11149         * ltconfig, ltmain.sh: Bring in Visual C++ support.
11150
11151 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11152
11153         * Makefile.in (boostrap2-lean, bootstrap3-lean,
11154         bootstrap4-lean): New targets.
11155
11156 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
11157
11158         * mpw-* Delete.  Not used.
11159
11160 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
11161
11162         * COPYING.LIB: Update FSF address.
11163
11164 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
11165
11166         * ltconfig, ltmain.sh: Update to libtool 1.2a.
11167
11168         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
11169         GAS_SUPPORT_DIRS.
11170
11171 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
11172
11173         * ltconfig, ltmain.sh: Avoid producing a version number if
11174         -version-info was not used.
11175
11176 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11177
11178         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
11179         building with newlib.
11180
11181 1998-04-30  Paul Eggert  <eggert@twinsun.com>
11182
11183         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
11184         Solaris `make' causes it to continue to next definition.
11185
11186 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11187
11188         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
11189         the right GUI libraries and files are installed along with GDB.
11190
11191 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11192
11193         * configure.in: Change alpha to alpha* in several places.
11194
11195 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
11196
11197         * config.sub: Recognize sparc86x.
11198
11199 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
11200
11201         * configure.in (--enable-target-optspace): Remove debug echo.
11202
11203 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
11204
11205         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
11206
11207 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11208
11209         * ltconfig: Update cygwin32 support.
11210
11211         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
11212         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
11213         (GDB_SUPPORT_DIRS): Likewise.
11214
11215 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
11216
11217         * configure.in (target_makefile_frag): If --enable-target-optspace,
11218         use -Os to compile target libraries rather than -O2.  Default to
11219         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
11220         not used.
11221         * configure.in (target_cflags): Ditto for d30v.
11222
11223 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
11224
11225         * Makefile.in (all-bfd): Depend on all-intl.
11226         (all-binutils): Likewise.
11227         (all-gas): Likewise.
11228         (all-gprof): Likewise.
11229         (all-ld): Likewise.
11230
11231 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
11232
11233         * configure.in (host_tools): Fix typo, lbtool -> libtool.
11234
11235 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11236
11237         * Makefile.in (all-bfd): Depend upon all-libiberty.
11238
11239         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
11240
11241 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
11242
11243         * Makefile.in: Add libstub.
11244
11245         * configure.in: Ditto. Build libstub for targets that have cygmon
11246         support.
11247
11248 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
11249
11250         * configure.in: Don't set PICFLAG on ix86-cygwin32.
11251
11252 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
11253
11254         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
11255         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
11256
11257 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
11258
11259         * configure: Define DEFAULT_M4 by searching PATH.
11260         * Makfile.in: Use DEFAULT_M4.
11261
11262 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11263
11264         * ltconfig: Add cygwin32 support.
11265
11266         * Makefile.in, configure.in: Add libtool as a native only directory
11267         to configure and build.
11268
11269 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
11270
11271         * Makefile.in (INSTALL_MODULES): Remove texinfo.
11272
11273 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
11274
11275         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
11276
11277 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
11278
11279         * Makefile.in: add ash make rules
11280         * configure.in: add ash to native_only and host_tools lists
11281
11282 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
11283
11284         * Makefile.in (all-gettext, all-intl): New targets.
11285         (ALL_MODULES): Added all-gettext, all-intl.
11286         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
11287         (INSTALL_MODULES): Added install-gettext, install-intl.
11288         (CLEAN_MODULES): Added clean-gettext, clean-intl.
11289
11290         * configure.in (host_tools): Added gettext.
11291         (native_only): Likewise.
11292         (noconfigdirs) [various cases]: Likewise.
11293         (host_libs): Added intl.
11294
11295 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
11296
11297         * configure: Do not disable building gdbtk for cygwin32 hosts.
11298
11299 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
11300
11301         * configure.in: Add thumb-coff target.
11302         * config.sub: Add thumb-coff target.
11303
11304 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11305
11306         * Makefile.in: Revert yesterday's change.
11307         (all-target-winsup):  all-target-librx stays out of here.
11308
11309 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11310
11311         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
11312         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
11313         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
11314         Remove references to librx and libg++.
11315
11316 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
11317
11318         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
11319         recursive makes
11320
11321 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
11322
11323         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
11324         for newlib directory.
11325         (CXX_FOR_TARGET): Likewise.
11326
11327 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
11328
11329         * ltconfig: Update after libtool/ltconfig.in change for
11330         hpux11.
11331
11332 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
11333
11334         * ltconfig, ltmain.sh: Update to libtool 1.2.
11335
11336 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11337
11338         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
11339         (install-gcc-cross): Instead, override LANGUAGES here.
11340
11341 1998-03-18  Dave Love  <d.love@dl.ac.uk>
11342
11343         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
11344         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
11345
11346 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
11347
11348         * configure.in: Add Thumb-pe target.
11349
11350 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
11351
11352         * Makefile.in - changed sn targets to snavigator
11353         * configure.in - changed sn targets to snavigator
11354
11355 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11356
11357         * config-ml.in: After building symlink tree call make distclean
11358         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
11359         to be the case for libiberty.
11360
11361 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
11362
11363         * configure: When making link, also check the current
11364         directory. The configure scripts may create one.
11365
11366 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
11367
11368         * config.sub: Accept alphapca56 and alphaev6 properly.
11369
11370 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11371
11372         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
11373
11374 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
11375
11376         * config.sub (sco5): Fix typo.
11377
11378 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
11379
11380         * Makefile.in (INSTALL_MODULES): Move install-tcl before
11381         install-itcl.
11382         (install-itcl): Remove dependency on install-tcl.
11383
11384 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
11385
11386         * configure.in: Remove libgloss from noconfigdirs for MN10300.
11387
11388 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
11389
11390         * configure.in: Don't build libgui for a cygwin32 target when not on
11391         a cygwin32 host.
11392
11393 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11394
11395         * configure (redirect): Set to null, so default behavior of
11396         configure is now --verbose.
11397
11398 1998-02-16  Dave Love  <d.love@dl.ac.uk>
11399
11400         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
11401         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
11402
11403 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
11404
11405         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
11406         this change to sync Makefile.in with its ChangeLog entries.
11407
11408 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
11409
11410         * ltmain.sh (mkdir): Check that the directory doesn't exist
11411         before we exit with error, so that we don't get races during
11412         parallel builds.
11413
11414 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11415
11416         * ltconfig, ltmain.sh: Update from libtool 1.0i.
11417
11418 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11419
11420         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
11421         PICFLAG_FOR_TARGET.
11422         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
11423
11424         * configure: Emit a definition for the new macro enable_shared
11425         into each Makefile.
11426
11427 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11428
11429         * configure.in (host_tools, native_only): Add libtool.
11430
11431 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
11432
11433         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11434         Fix typo in ming config comment.
11435
11436 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11437
11438         * ltconfig, ltmain.sh: Update from libtool 1.0h.
11439
11440 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
11441
11442         * config.sub: Add tic30 cases, and map c30 to tic30.
11443
11444 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
11445
11446         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11447         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11448         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11449         (CLEAN_TARGET_MODULES): Similarly
11450         (all-target-libf2c): Add dependences.
11451         * configure.in (target_libs): Add libf2c.
11452
11453 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
11454
11455         * configure.in: Remove expect from noconfigdirs when target
11456         is cygwin32.  OK to build expect and dejagnu with Canadian
11457         Cross.
11458
11459 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
11460
11461         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11462         host.
11463
11464         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11465         and mingw32.
11466
11467 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11468
11469         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11470         here as it is not defined in the toplevel Makefile.
11471
11472 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11473
11474         * configure (package_makefile_rules_frag): New variable, which names
11475         a file with generic rules, ...
11476         Change comment to mention we now have FIVE parts.
11477         * configure: Undo last change.
11478
11479 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
11480
11481         * config.guess: More accurate determination of HP processor types.
11482         * config.sub: More accurate determination of HP processor types.
11483
11484 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11485
11486         * configure (package_makefile_frag): Move inserting the
11487         ${package_makefile_frag} to where it should be according
11488         to the comment.
11489
11490 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
11491
11492         * config.guess: Add support for Linux/ARM.
11493
11494 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
11495
11496         * .cvsignore: Remove *-info and *-install since they match
11497         release-info and mpw-install, which we don't want to just ignore.
11498
11499 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
11500
11501         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
11502
11503 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
11504
11505         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
11506         local_prefix to sub-make invocations.
11507
11508 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
11509
11510         * configure.in: Check makefile fragments in the source
11511         directory.
11512
11513 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11514
11515         * configure.in: Check whether host and target makefile
11516         fragments exist before adding them to *_makefile_frag.
11517
11518 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
11519
11520         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
11521
11522 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
11523
11524         * configure.in: Make sure we only replace RPATH_ENVVAR on
11525         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
11526         regexp to sed.
11527
11528         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11529         to sub-makes.
11530
11531 1998-01-13  Lee Iverson   (leei@ai.sri.com)
11532
11533         * config-ml.in (multi-do): LDFLAGS must include multilib
11534         designator.
11535
11536 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
11537
11538         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11539
11540 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
11541
11542         * config.sub: Add mingw32 support.
11543         * configure.in: Likewise.
11544
11545 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11546
11547         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11548
11549 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
11550
11551         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11552         * configure (gxx_include_dir): Provide a definition for subdirs
11553         which do not use autoconf.
11554
11555 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
11556
11557         * config.guess: Sync with egcs.  Picks up new alpha support,
11558         BeOS & some additional linux support.
11559
11560 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
11561
11562         * config.guess: HP 9000/803 is a PA1.1 machine.
11563
11564 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
11565
11566         * configure.in: It's alpha*-...
11567
11568 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11569
11570         * configure.in (host_makefile_frag, target_makefile_frag):
11571         Handle multiple config files.
11572         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11573         alpha-*-*.
11574
11575 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
11576
11577         * mkdep: New file.
11578
11579 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
11580
11581         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11582
11583 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11584
11585         * Makefile.in: Add libgui directory.
11586         (GDB_TK): Add all-libgui.
11587         * configure.in: Add libgui directory.
11588         * configure: Add all-libgui to GDB_TK.
11589
11590 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
11591
11592         * config-ml.in (multidirs): Add m32r to multilib list.
11593
11594 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
11595
11596         * Makefile.in (all-target-gperf): Change dependency to
11597         all-target-libstdc++.
11598
11599 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
11600
11601         * config.guess: Add BeOS support.
11602
11603 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11604
11605         Source directory cvs renamed to cvssrc:
11606         * configure.in (host_tools): Change cvs to cvssrc.
11607         (native_only): Likewise.
11608         (noconfigdirs) [various cases]: Likewise.
11609         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11610         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11611         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11612         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11613         (all-cvssrc): Rename target from all-cvs.
11614
11615 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
11616
11617         * configure (gxx_include_dir): Fix thinko.
11618
11619 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
11620
11621         * Makefile.in (INSTALL_TARGET_CROSS): Define.
11622         (install-cross, install-gcc-cross): New targets.
11623
11624 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
11625
11626         * configure.in (noconfigdirs): Add support for Thumb target.
11627
11628         * config.sub (maybe_os): Add support for Thumb target.
11629
11630 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
11631
11632         * Makefile.in: Add rules for cygmon.
11633
11634         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11635
11636 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
11637
11638         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11639         * configure (gxx_include_dir): Provide a definition for subdirs
11640         which do not use autoconf.
11641
11642 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
11643
11644         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
11645         11/18/97 build
11646
11647 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
11648
11649         * From Franz Sirl.
11650         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11651         found on RedHat Linux systems.
11652
11653 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
11654
11655         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11656         guesses.
11657
11658 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
11659
11660         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11661
11662 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
11663
11664         * ltmain.sh: If mkdir fails, check whether the directory was created
11665         anyhow by some other process.
11666
11667 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
11668
11669         * configure.in (d30v-*-*): Configure all directories.
11670
11671 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
11672
11673         * configure.in (d30v-*-*): Configure newlib, libiberty directories
11674         for the D30V.
11675
11676 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
11677
11678         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11679
11680 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
11681
11682         * include/libiberty.h: Add extern "C" { so it can be used with C++
11683         progrms.
11684         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
11685         programs.
11686
11687 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
11688
11689         * configure.in (d30v-*-*): Configure GCC now.
11690
11691 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
11692
11693         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11694         is no longer needed.
11695
11696 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
11697
11698         * Makefile.in: check-target-libio depends on all-target-libstdc++.
11699
11700 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
11701
11702         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11703         targets using "$@" to provide support for similar but not identical
11704         targets without having to duplicate code.
11705
11706 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
11707
11708         * makefile.vms: Fix to work with DEC C.
11709
11710 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
11711
11712         * config.sub: Add mips-tx39-elf to marketing names.
11713
11714 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
11715
11716         * ltmain.sh: Handle symlinks in generated script.
11717
11718 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
11719
11720         * configure: Handle autoconf style directory options: --bindir,
11721         --datadir, --includedir, --infodir, --libdir, --libexecdir,
11722         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11723         --sysconfdir.
11724         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11725         (sharedstatedir, localstatedir, oldincludedir): New variables.
11726         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11727         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11728         sbindir, sharedstatedir, and sysconfdir.
11729
11730 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11731
11732         * Makefile.in (bootstrap-lean): New target.
11733
11734 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
11735
11736         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
11737         sn, and gnuserv from noconfigdirs.
11738
11739 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
11740
11741         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11742
11743 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
11744
11745         * Makefile.in (cross): New target.
11746
11747 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
11748                           Jeff Law         <law@cygnus.com>
11749
11750         * Makefile.in (bootstrap2, bootstrap3): New targets.
11751         (all-bootstrap): Remove outdated and confusing target.
11752         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11753
11754 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11755
11756         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11757         windows.  Consistent with gdb/configure.
11758
11759 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
11760
11761         * configure.in: Name Linux target fragment.
11762
11763         * configure: Rewrite so that project Makefile fragment is inserted
11764         first and appears last in the resulting Makefile.
11765
11766 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11767
11768         * Makefile.in (install-itcl): Install tcl first.
11769
11770 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
11771
11772         * configure.in: remove bison from noconfigdirs for Cygwin32 host
11773
11774 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11775
11776         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11777
11778         * configure.in (skipdirs): Add target-librx for Linux.
11779         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11780
11781 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
11782
11783         * Makefile.in (bootstrap): New target.
11784
11785 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
11786
11787         * config.sub: Accept 'amigados' for backward compatibility.
11788
11789 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
11790
11791         * config.guess: Merge with FSF.
11792
11793 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
11794
11795         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11796
11797 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
11798
11799         * config.sub: Add "marketing-names" patch.
11800
11801 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
11802
11803         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11804
11805 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
11806
11807         * config.sub: Handle v850-elf.
11808
11809 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
11810
11811         * .cvsignore (*-install): Remove.
11812
11813 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
11814
11815         * ltconfig: Set CONFIG_SHELL in libtool.
11816         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11817
11818 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11819
11820         * configure.in (target_subdir): Set to libraries if enable_multilib.
11821
11822 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
11823
11824         * config.guess: Update from gcc directory.
11825
11826 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11827
11828         * Makefile.in (all-sim): Depends on all-readline.
11829
11830 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
11831
11832         * Makefile.in (BISON, YACC): Use $$s.
11833         (all-bison): Depend on all-texinfo.
11834
11835 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
11836
11837         * Makefile.in (BISON): Add -L flag.
11838         (YACC): Likewise.
11839
11840 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11841
11842         * configure.in (noconfigdirs): Add support for v850e target.
11843
11844         * config.sub (maybe_os): Add support for v850e target.
11845
11846 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11847
11848         * configure.in (noconfigdirs): Add support for v850ea target.
11849
11850         * config.sub (maybe_os): Add support for v850ea target.
11851
11852 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
11853
11854         * config.sub: Add mipstx39.  Delete r3900.
11855
11856 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11857
11858         * Makefile.in (all-autoconf): Depends on all-texinfo.
11859
11860 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
11861
11862         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11863         eabi targets.
11864
11865 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
11866
11867         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11868
11869         * configure: When handling a Canadian Cross, handle YACC as well as
11870         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
11871         * Makefile.in (all-bison): Depend upon all-texinfo.
11872
11873 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
11874
11875         * Makefile.in (BISON): bison, not byacc or bison -y.
11876         (YACC): bison -y or byacc or yacc.
11877         (various): Add *-bison as appropriate.
11878         (taz): No need to mess with BISON anymore.
11879
11880 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
11881
11882         * configure: If OSTYPE matches *win32*, try to find a good value for
11883         CONFIG_SHELL.
11884
11885 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
11886
11887         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11888         configure.in if it is present.
11889
11890 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
11891
11892         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11893
11894 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
11895
11896         * config.sub: Recognize `arc' cpu.
11897         * configure.in: Likewise.
11898         * config-ml.in: Likewise.
11899
11900 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
11901
11902         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11903
11904 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
11905
11906         * configure: Changed sed delimiter from ':' to '|' when
11907         attempting to substitute ${config_shell} for SHELL. On
11908         NT ${config_shell} may contain a ':' in it.
11909
11910 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
11911
11912         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11913
11914 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
11915
11916         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11917
11918 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11919
11920         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11921
11922         * ylwrap: If the program is a relative path, force it to be
11923         absolute.
11924
11925 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11926
11927         * configure (tooldir): Set BISON to `bison -y' and not just bison.
11928
11929 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11930
11931         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11932         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11933         for libraries.
11934
11935 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
11936
11937         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11938         separated by spaces.
11939
11940 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
11941
11942         * ylwrap: New file.
11943         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11944
11945         * ltmain.sh: Handle /bin/sh at start of install program.
11946
11947         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11948
11949         * ltconfig, ltmain.sh: New files, from libtool 1.0.
11950         * missing: New file, from automake 1.2.
11951
11952 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
11953
11954         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
11955         check-tk to CHECK_X11_MODULES.
11956
11957 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11958
11959         * config.sub: Merge with FSF.
11960
11961 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11962
11963         * config.guess: Merge with FSF.
11964
11965 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11966
11967         * configure: Treat msdosdjgpp like go32.
11968         * configure.in: Likewise.  Don't remove gprof for go32.
11969
11970         * configure: Change Makefile.tem2 to Makefile.tm2.
11971
11972 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
11973
11974         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11975
11976 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11977
11978         * install-sh (chmodcmd): Set to null if the DST directory already
11979         exists.  Same as Nov 11th change.
11980
11981 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
11982
11983         * configure (GDB_TK): Needs itcl and tix.
11984
11985 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
11986
11987         * config.guess: Update from FSF.
11988
11989 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
11990
11991         * Makefile.in (GDB_TK): Depend on itcl and tix.
11992
11993 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11994
11995         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11996         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11997         (INSTALL_SCRIPT): New variable.
11998         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11999         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
12000         to -x.
12001         * install-sh: Add support for -x option.
12002
12003 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
12004
12005         * configure.in, Makefile.in: Treat tix like itcl.
12006
12007 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
12008
12009         * Makefile.in (WINDRES): New variable.
12010         (WINDRES_FOR_TARGET): New variable.
12011         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
12012         (EXTRA_HOST_FLAGS): Add WINDRES.
12013         (EXTRA_TARGET_FLAGS): Add WINDRES.
12014         (EXTRA_GCC_FLAGS): Add WINDRES.
12015         ($(DO_X)): Pass down WINDRES.
12016         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
12017         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
12018         DLLTOOL_FOR_TARGET.
12019
12020 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
12021
12022         * configure.in: configure sim before gdb for win32-x-ppc
12023
12024 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12025
12026         Move gperf into the toplevel, from libg++.
12027         * configure.in (target_tools): Add target-gperf.
12028         (native_only): Add target-gperf.
12029         * Makefile.in (all-target-gperf): New target, depend on
12030         all-target-libg++.
12031         (configure-target-gperf): Empty rule.
12032         (ALL_TARGET_MODULES): Add all-target-gperf.
12033         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
12034         (CHECK_TARGET_MODULES): Add check-target-gperf.
12035         (INSTALL_TARGET_MODULES): Add install-target-gperf.
12036         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
12037
12038 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
12039
12040         * config.sub (mn10200): Recognize new basic machine.
12041
12042 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12043
12044         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
12045         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
12046
12047 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12048
12049         * configure.in: If we're building mips-sgi-irix6* native, turn on
12050         ENABLE_MULTILIB and set TARGET_SUBDIR.
12051
12052 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
12053
12054         * Makefile.in (all-sn): Depend on all-grep.
12055
12056 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
12057
12058         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
12059
12060         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
12061         Makefile.  From Jeff Makey <jeff@cts.com>.
12062         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
12063
12064         * Makefile.in (DISTBISONFILES): Remove.
12065         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
12066         $(DEFAULT_YACC).
12067
12068         * configure.in: Build itl, db, sn, etc., when building for native
12069         cygwin32.
12070
12071         * Makefile.in (LD): New variable.
12072         (EXTRA_HOST_FLAGS): Pass down LD.
12073         ($(DO_X)): Likewise.
12074
12075 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
12076
12077         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
12078
12079 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
12080
12081         * configure.in (targargs): Strip out any supplied --build argument
12082         before adding our own. Always add --build.
12083
12084 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
12085
12086         * configure.in (targargs): Pass --build if we're doing
12087         a cross-compile.
12088
12089 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
12090
12091         * configure: Use '|' instead of ":" as the separator in
12092         sed. Otherwise sed chokes on NT path names with drive
12093         designators. Also look for "?:*" as the leading characters in an
12094         absolute pathname.
12095
12096 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
12097
12098         * config.sub: Support for r3900.
12099
12100 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12101
12102         * configure.in: Use install-sh, not install.sh.
12103
12104 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12105
12106         * Makefile.in (taz): Improve check for BISON so it doesn't try to
12107         apply it twice.
12108
12109 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
12110
12111         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
12112         install-binutils.
12113
12114 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
12115
12116         * Makefile.in: Add automake targets.
12117         * configure.in (host_tools): Add automake.
12118
12119 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12120
12121         * configure: Default CXX to c++, not gcc.
12122         * Makefile.in (CXX): Set to c++, not gcc.
12123         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
12124
12125 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
12126
12127         * install-sh: try appending a .exe if source file doesn't
12128         exist
12129
12130 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
12131
12132         * configure.in: Turn on multilib by default.
12133         (cross_only): Remove target-libiberty.
12134
12135         * Makefile.in (all-gcc): Don't depend on libiberty.
12136
12137 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
12138
12139         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
12140
12141 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12142
12143         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
12144         (DISTBISONFILES): Add ld/Makefile.in
12145
12146 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
12147
12148         * configure.in: if target is cygwin32 but host isn't cygwin32,
12149         don't configure gdb tcl tk expect, not just gdb.
12150
12151 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
12152
12153         * configure.in: Added gnuserv everywhere sn appears.
12154
12155         * Makefile.in (ALL_MODULES): Added all-gnuserv.
12156         (CROSS_CHECK_MODULES): Added check-gnuserv.
12157         (INSTALL_MODULES): Added install-gnuserv.
12158         (CLEAN_MODULES): Added clean-gnuserv.
12159         (all-gnuserv): New target.
12160
12161 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
12162
12163         * config.guess: Fixes for MIPS OpenBSD systems.
12164
12165 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12166
12167         * Makefile.in (INSTALL_XFORM): Remove.
12168         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
12169
12170         * mkinstalldirs: New file, copied from automake.
12171         * Makefile.in (installdirs): Rename from install-dirs.  Use
12172         mkinstalldirs.  Change all users.
12173         (DEVO_SUPPORT): Add mkinstalldirs.
12174
12175 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
12176
12177         * install-sh: Rename from install.sh.
12178         * Makefile.in (INSTALL): Change install.sh to install-sh.
12179         (DEVO_SUPPORT): Likewise.
12180
12181         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
12182         Graichen <graichen@rzpd.de>.
12183
12184 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
12185
12186         * config.guess: Recognize OpenBSD systems correctly.
12187
12188 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12189
12190         * README, Makefile.in (ETC_SUPPORT): Remove references to
12191         cfg-paper*, configure.{texi,man,info*}._
12192
12193 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
12194
12195         * Makefile.in (all.normal): Ensure that gcc is built after all
12196         the x11 - ie gdb - targets.
12197
12198 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
12199
12200         * makefile.vms: Don't run conf-a-gas.
12201
12202 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
12203
12204         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
12205
12206 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
12207
12208         * configure.in: Remove noconfigdirs case since gdb also
12209         configures and builds for tic80-coff.
12210
12211 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12212
12213         * configure: Set cache_file to config.cache.
12214         * Makefile.in (local-distclean): Remove config.cache.
12215
12216 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12217
12218         * COPYING: Update FSF address.
12219
12220 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
12221
12222         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
12223         noconfigdirs.
12224
12225 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12226
12227         * Makefile.in (install-dirs): Don't crash if prefix, and hence
12228         MAKEDIRS, is empty.
12229
12230 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
12231
12232         * config.sub: Tweak mn10300 entry.
12233
12234 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
12235
12236         * configure.in (host_tools): Put sim before gdb, so gdb's
12237         configure.tgt can determine if the simulator was configured.
12238
12239 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
12240
12241         * config.sub: Move BeOS $os case to be with other Cygnus
12242         local cases.
12243
12244 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
12245
12246         * config.sub: Remove misplaced comment that broke Linux.
12247
12248 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
12249
12250         * config.sub: Add BeOS support.
12251
12252 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
12253
12254         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
12255
12256 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
12257
12258         * configure.in (noconfigdirs): Remove tcl and tk from
12259         noconfigdirs for cygwin32 builds.
12260
12261 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
12262
12263         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
12264
12265 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
12266
12267         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
12268         make-all.com, use makefile.vms instead.
12269
12270 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
12271
12272         * config.sub: Accept -lnews*.
12273
12274 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
12275
12276         * configure.in (noconfigdirs): Disable target-newlib,
12277         target-examples and target-libiberty for d30v.
12278
12279 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12280
12281         * configure.in (noconfigdirs): Enable ld for d30v.
12282
12283 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
12284
12285         * configure.in (tic80-*-*): Build compiler.
12286
12287 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
12288
12289         * configure.in (d30v-*): Remove sim directory from list of
12290         unsupported d30v directories
12291
12292 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12293
12294         * config.sub, configure.in: Add d30v target cpu.
12295
12296 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
12297
12298         * makefile.vms: New file.
12299         * make-all.com: Remove.
12300
12301 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
12302
12303         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
12304
12305 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
12306
12307         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
12308
12309 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
12310
12311         * Makefile.in (ALL_MODULES): Added all-db.
12312         (CROSS_CHECK_MODULES): Addec check-db.
12313         (INSTALL_MODULES): Added install-db.
12314         (CLEAN_MODULES): Added clean-db.
12315
12316 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
12317
12318         * config.guess: Merge with latest FSF sources.
12319
12320 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
12321
12322         * Makefile.in (ALL_MODULES): Added all-itcl.
12323         (CROSS_CHECK_MODULES): Added check-itcl.
12324         (INSTALL_MODULES): Added install-itcl.
12325         (CLEAN_MODULES): Added clean-itcl.
12326
12327 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
12328
12329         * configure.in: build gdb for mn10200
12330
12331 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
12332
12333         * Makefile.in (all-target-winsup): Depend on all-target-libio.
12334
12335 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
12336
12337         * configure.in (tic80-*-*): Turn off most targets right now.
12338
12339 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
12340
12341         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
12342         rather than the makeinfo program.
12343         (do-info): Depend upon all-texinfo.
12344
12345 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12346
12347         * configure.in: Remove uses of config/mh-linux.
12348
12349         * config.sub, config.guess: Merge with latest FSF sources.
12350
12351 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
12352
12353         * config.sub (case $basic_machine): Add tic80 entries.
12354
12355 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
12356
12357         * config.sub, config.guess: Merge with latest FSF sources.
12358
12359 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12360
12361         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
12362         * mpw-config.in: Test for NewFolderRecursive.
12363         * mpw-install: Use symbolic name for startup filename.
12364         * mpw-README: Add various additional details.
12365
12366 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
12367
12368         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
12369
12370 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
12371
12372         * configure.in: Do build gcc and the target libraries for
12373         the mn10200.
12374
12375 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
12376
12377         * configure.in: don't avoid building gdb for mn10300 any more
12378         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
12379         instead of single-quoting it.
12380
12381 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
12382
12383         * configure.in: Don't use --with-stabs on IRIX 6.
12384
12385 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
12386
12387         * configure.in (m32r): Build gdb, libg++ now.
12388
12389 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12390
12391         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
12392         directories from noconfigdirs.
12393
12394 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
12395
12396         * config.sub (basic_machine): added mips16 configuration
12397
12398 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12399
12400         * config.sub: Handle d10v-unknown.
12401
12402 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
12403
12404         * config.sub: Handle v850-unknown.
12405
12406 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
12407
12408         * Makefile.in: add findutils
12409         * configure.in: add findutils to list of host_tools
12410
12411 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
12412
12413         * config.sub: Handle mn10200 and mn10300.
12414
12415 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12416
12417         * configure.in (d10v-*): Do not build librx.
12418
12419 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
12420
12421         * configure.in (mn10300): Build everything except gdb & libgloss.
12422
12423 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
12424
12425         * config.guess:  Patch for Dansk Data Elektronik servers,
12426         from Niels Skou Olsen <nso@dde.dk>.
12427
12428         For ncr, use /bin/uname rather than uname, since GNU uname does not
12429         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
12430
12431         Patch for MIPS R4000 running System V,
12432         from Eric S. Raymond <esr@snark.thyrsus.com>.
12433
12434         Fix thinko for nextstep.
12435
12436         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12437
12438         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
12439         * config.guess: Guess mips-dec-mach_bsd4.3.
12440
12441         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
12442         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
12443         release numbers.
12444         * config.guess (mips-mips-riscos*):  Emit just enough of the
12445         release number.
12446
12447         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
12448         * config.guess (sparc-auspex-sunos*):  Added.
12449         (f300-fujitsu-*): Added.
12450
12451         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
12452         * config.guess:  Recognize a Tadpole as a sparc.
12453
12454 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12455
12456         * config.guess: Don't assume that NextStep version is either 2 or
12457         3.  NextStep 4 (aka OpenStep 4) has come out now.
12458
12459 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12460
12461         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12462         From Rik Faith <faith@cs.unc.edu>.
12463
12464 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
12465
12466         * config.sub: Contributions from bug-gnu-utils to:
12467         Support plain "hppa" (no version given) architecture, reported by
12468         OpenStep.
12469         OpenBSD like NetBSD.
12470         LynxOs is not a hardware supplier.
12471
12472         * config.guess: Contributions from bug-gnu-utils to add support for:
12473         OpenBSD like NetBSD.
12474         Stratus systems.
12475         More Pyramid systems.
12476         i[n>4]86 Intel chips.
12477         M680[n>4]0 Motorola chips.
12478         Use unknown instead of lynx for hardware manufacturer.
12479
12480 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12481
12482         * install.sh (chmodcmd): Set to null if the DST directory already
12483         exists.
12484
12485 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12486
12487         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12488         not use mt-ppc target Makefile fragment any more.
12489
12490 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
12491
12492         * configure.in (*-*-windows):  Exclude everything but those dirs
12493         needed to build windows.
12494
12495 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
12496
12497         * Makefile.in (all-target-winsup): Depend on all-target-librx.
12498
12499 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
12500
12501         * configure.in:  Exclude mmalloc from i386-windows.
12502
12503 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
12504
12505         * Undo my previous change.
12506
12507 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
12508
12509         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
12510         unconditionally.
12511         (MAKEOVERRIDES): Define (revert this part of October 18 change).
12512
12513 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
12514
12515         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
12516         host to add it's own flags.
12517
12518 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
12519
12520         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
12521
12522 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
12523
12524         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
12525         (CXX_FOR_TARGET): Likewise.
12526         (GCC_FOR_TARGET): Define.
12527         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
12528         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
12529         CC_FOR_TARGET was specified on the command line.
12530         (MAKEOVERRIDES): Don't define.
12531
12532 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
12533
12534         * configure.in (m32r): Fix spelling of libg++ libs.
12535
12536 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
12537
12538         * config.sub (-apple*): Remove, now redundant.
12539
12540 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
12541
12542         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12543
12544         * configure: Rework yesterday's sed script patch.
12545
12546         * config.sub: Merge with FSF.
12547
12548 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
12549
12550         * config.guess:  Merge from FSF.
12551
12552         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
12553         * config.guess: Use pc instead of unknown, for pc clone systems.
12554         Change linux to linux-gnu.
12555
12556         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12557         * config.guess: Avoid non-portable tr syntax.
12558
12559 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
12560
12561         * test-build.mk (HOLES): Add "xargs" for gdb.
12562
12563         * configure: Avoid hpux10.20 sed bug.
12564
12565 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
12566
12567         * configure.in:  Add support for windows host
12568         (that is a build done under the Microsoft build environment).
12569
12570 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
12571
12572         * Makefile.in: Replace all uses of srcroot with s, to shrink
12573         command line lengths.
12574
12575         Patches from Geoffrey Noer <noer@cygnus.com>:
12576         * configure.in: If configuring for newlib, pass --with-newlib to
12577         subdirectories.
12578         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12579         -Bnewlib/ and -Lwinsup to gcc.
12580         (CXX_FOR_TARGET): Likewise.
12581
12582 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12583
12584         * Makefile.in (ETC_SUPPORT): Add configure.
12585
12586 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
12587
12588         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12589         host configuration file.
12590
12591 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
12592
12593         * configure.in: Break mn10x00 support into separate
12594         mn10200 and mn10300 configurations.
12595         * config.sub: Likewise.
12596
12597 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
12598
12599         * configure.in: Add lots of stuff to noconfigdirs for
12600         the mn10x00 targets.
12601
12602         * config.sub, configure.in: Add mn10x00 support.
12603
12604 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
12605
12606         * make-all.com: Call conf-a-gas, not config-a-gas.
12607
12608 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
12609
12610         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
12611         targets.
12612
12613 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
12614
12615         * mpw-README: Add much more detail for native PowerMac.
12616         * mpw-install: New file.
12617         * mpw-configure: Add --norecursion and --help options.
12618         * mpw-config.in: Translate readme and install files when
12619         copying to objdir.
12620         * mpw-build.in: Don't always depend on byacc and flex.
12621         (install-only-top): New action.
12622
12623 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
12624
12625         * configure.in:  You can now configure GDB for the v850.
12626
12627 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
12628
12629         * configure.in (noconfigdirs): Don't configure any C++ dirs
12630         if targeting D10V.
12631
12632 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12633
12634         * config.sub: Recognize mips64vr5000.
12635
12636 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
12637
12638         * configure.in: Use a single line for host_tools and native_only.
12639
12640 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
12641
12642         * config.sub, configure.in: Add entries for m32r.
12643
12644 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
12645
12646         * Makefile.in (inet-install): Don't run install-gzip.
12647
12648 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
12649
12650         * configure.in:  Don't config lots of things for *-*-windows*.
12651
12652 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
12653
12654         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12655         (host_libs, host_tools): Copy from configure.in.
12656         * mpw-configure: Don't complain about directories not found.
12657
12658 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12659
12660         * configure.in (i[345]86): Recognize i686 for pentium pro.
12661         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12662         file.
12663
12664         * config.guess (i[345]86): Ditto.
12665
12666 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12667
12668         * configure.in (noconfigdirs): Removed gdb for D10V.
12669
12670 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
12671
12672         * configure.in: Remove ld, target-libio, target-libg++, and
12673         target-libstdc++ from noconfigdirs.
12674
12675 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
12676
12677         * configure: Fix three locations where shell scripts were
12678         being run directly rather than with config_shell.
12679
12680 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
12681
12682         * configure.in (v850-*-*): Set up initial $noconfigdirs.
12683         * config.sub (basic_machine): Recognize v850.
12684
12685 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
12686
12687         * mpw-configure: Handle multiple enable/disable options and
12688         pass them down recursively, handle -c and -s flags appropriately
12689         depending on choice of compiler, add escape mechanism for
12690         quoted arguments to gC.
12691
12692 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12693
12694         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12695         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12696         so that -mrelocatable-lib and -mno-eabi are used.
12697
12698         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12699         not support --print-multi-lib, don't abort.
12700
12701 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
12702
12703         * make-all.com: Run config-a-gas.
12704         * setup.com: Don't copy subdirectory files around.
12705
12706 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
12707
12708         * configure.in (*-*-ose): Remove exclusion of libgloss for this
12709         target, it now compiles correctly.
12710
12711 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
12712
12713         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12714
12715 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12716
12717         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12718
12719 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12720
12721         * configure.in (native_only): Add prms.
12722
12723 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
12724
12725         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12726         (BINUTILS_SUPPORT_DIRS): Likewise.
12727
12728 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12729
12730         * configure.in (d10v-*-*): Don't configure ld or gdb until the
12731         d10v support is added.
12732
12733 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12734
12735         * configure.in (d10v-*-*): New target.
12736
12737 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
12738
12739         * config.guess (HP 9000/811): Recognize this as a PA1.1
12740         machine.
12741
12742 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
12743
12744         * Makefile.in (do-tar-gz): New target, split out from tail end of
12745         taz target.  Run each command separately, don't use pipes.
12746         (taz): Use it.
12747
12748 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
12749
12750         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12751         * mpw-build.in: No builds should depend on building byacc or flex,
12752         they are assumed to be installed already.
12753
12754 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12755
12756         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12757         variable that CC_FOR_TARGET needs.
12758
12759 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12760
12761         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12762         options have changed since the last time the subdirectory was
12763         configured, and if it has, reconfigure.
12764         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12765         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12766
12767 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
12768
12769         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12770         CLEAN_MODULES): Add bash.
12771         (all-bash): New target.
12772
12773 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
12774
12775         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12776
12777 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12778
12779         * config.sub (basic_machine): Recognize d10v as a valid processor.
12780
12781 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
12782
12783         * mpw-configure: Add support for --bindir.
12784         * mpw-build.in: Use a GCC-specific build script for GCC actions.
12785
12786 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
12787
12788         * configure.in: add bash, time, gawk to list of hosttools and things
12789         to only build for native toolchains
12790
12791 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12792
12793         * Makefile.in (docdir): Remove.
12794
12795 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12796
12797         * Makefile.in (datadir): Set to $(prefix)/share.
12798
12799 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
12800
12801         * configure.in: build diff and patch for cygwin32-hosted
12802         toolchains.
12803
12804 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
12805
12806         * config.sub: Accept -rtems*.
12807
12808 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
12809
12810         * configure.in: enable dosrel for cygwin32-hosted builds,
12811                 remove diff from the list of things not buildable
12812                 via Canadian Cross
12813
12814 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
12815
12816         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12817         don't get ". ".
12818
12819 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
12820
12821         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12822
12823 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
12824
12825         * Makefile.in (taz): Handle case where tex3patch didn't even get
12826         checked out.  Also, if it was found, put the symlink in a new util
12827         subdirectory.
12828
12829 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12830
12831         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12832
12833 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
12834
12835         * config.sub: Recognize -openvms.
12836         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12837         * make-all.com, setup.com: New files.
12838
12839 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12840
12841         * Makefile.in (taz): tex3patch moved to texinfo/util.
12842
12843 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
12844
12845         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12846         * configure.in: remove make from disable-if-Can-Cross list
12847                 enable gdb if ${host} and ${target} are cygwin32
12848
12849 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
12850
12851         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
12852         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12853
12854 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12855
12856         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
12857         distinguish sysv/svr4/bsd variants.
12858         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12859
12860 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
12861
12862         * configure.in: Added copyright notice.
12863         * move-if-change: Added copyright notice.
12864
12865 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12866
12867         * configure.in (powerpcle-*-solaris*): Until we get shared
12868         libraries working, don't build gdb, sim, make, tcl, tk, or
12869         expect.
12870
12871 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
12872
12873         * config.guess:  Merge with FSF:
12874
12875         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12876         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12877
12878         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
12879         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12880
12881         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
12882         * config.guess:  Combine two OSF1 rules.
12883         Also recognize field test versions.  From mjr@zk3.dec.com.
12884         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
12885         because GNU uname does not support -p.  From pmr@pajato.com.
12886
12887 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
12888
12889         * Makefile.in (MAKEDIRS): Removed $(tooldir).
12890
12891 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
12892
12893         * mpw-README: Document GCCIncludes.
12894
12895 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
12896
12897         * configure.in (alpha-*-linux*): Set enable_shared to yes.
12898
12899 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12900
12901         * mpw-configure: Handle --enable-FOO and --disable-FOO.
12902
12903 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
12904
12905         * configure.in (*-*-cygwin32): Configure make.
12906
12907 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
12908
12909         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12910
12911 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
12912
12913         * Makefile.in (all-inet): Depend on all-perl.
12914
12915         * Makefile.in (inet-install): New target.
12916
12917         * Makefile.in (all-inet): Depend on all-tcl.
12918         (all-inet): Depend on all-send-pr.
12919
12920 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12921
12922         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12923         temporarily.
12924
12925 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
12926
12927         * configure.in: Don't configure --with-gnu-ld on AIX.
12928
12929 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12930
12931         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12932
12933 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
12934
12935         * Makefile.in (ALL_MODULES): Added all-inet.
12936         (CROSS_CHECK_MODULES): Added check-inet.
12937         (INSTALL_MODULES): Added install-inet.
12938         (CLEAN_MODULES): Added clean-inet.
12939         (all-indent): New target.
12940
12941         * configure.in (host_tools): Added inet.
12942         (native_only): Added inet.
12943         (noconfigdirs): Added inet.
12944
12945 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
12946
12947         * configure.in: Don't configure libgloss if we are not configuring
12948         newlib.
12949
12950 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
12951
12952         * configure.in: Don't configure libgloss for unsupported
12953         architectures.
12954
12955 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12956
12957         * Makefile.in (CLEAN_MODULES): Add clean-apache.
12958
12959 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
12960
12961         * Makefile.in (ALL_MODULES): Include all-apache.
12962         (CROSS_CHECK_MODULES): Include check-apache.
12963         (INSTALL_MODULES): Include install-apache.
12964         (all-apache): New target.
12965
12966         * configure.in: Added apache everywhere perl is seen.
12967
12968 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12969
12970         * Makefile.in: Add support for clean-{module} and
12971         clean-target-{module} rules.
12972
12973 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
12974
12975         * configure.in (*-*-ose) do not build libgloss.
12976
12977 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12978
12979         * config.guess (prep*:SunOS:5.*:*): Turn into
12980         powerpele-unknown-solaris2.
12981
12982 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
12983
12984         * configure.in: Permit --enable-shared to specify a list of
12985         directories.
12986
12987 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12988
12989         * configure.in (host==solaris): Pass only the first word of $CC
12990         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12991
12992 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12993
12994         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12995
12996 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
12997
12998         * Makefile.in (ALL_MODULES): Include all-perl.
12999         (CROSS_CHECK_MODULES): Include check-perl.
13000         (INSTALL_MODULES): Include install-perl.
13001         (ALL_X11_MODULES): Include all-guile.
13002         (CHECK_X11_MODULES): Include check-guile.
13003         (INSTALL_X11_MODULES): Include install-guile.
13004         (all-perl): New target.
13005         (all-guile): New target.
13006
13007         * configure.in (host_tools): Include perl and guile.
13008         (native_only): Include perl and guile.
13009         (noconfigdirs): Don't build guile and perl; no ports have been
13010         done.
13011
13012 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
13013
13014         * configure (--enable-*): Handle quoted option lists such as
13015         --enable-sim-cflags='-g0 -O' better.
13016
13017 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13018
13019         * Makefile.in ({,inst}all-target): New rule so we can make and
13020         install all of the target directories easily.
13021
13022 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13023
13024         * configure.in: Add missing global flag in sed substitution when
13025         deleting `target-' from ${configdirs}.
13026
13027 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
13028
13029         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
13030         option.
13031
13032         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
13033         config/mh-necv4.
13034
13035         * install.sh: Correct misspelling of transformbasename.
13036
13037         * config.guess: Recognize mips-*-sysv*.
13038
13039 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
13040
13041         * config.sub: Recognize mon960.
13042
13043 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
13044
13045         * configure: Restore Canadian Cross handling of BISON and LEX,
13046         removed in Feb 20 change.
13047
13048 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
13049
13050         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
13051         Mention make install.  Remove the old copyright date as well the
13052         clumsy and rather pointless copyright on the README file.
13053
13054 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13055
13056         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
13057         Makefile after running symlink-tree, then run `make distclean' to
13058         avoid clobbering any generated files in srcdir.
13059
13060 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
13061
13062         * configure.in (m68k-*-netbsd*): Build everything now.
13063
13064 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13065
13066         * Makefile.in (taz): Fix quoting.
13067
13068 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
13069
13070         * configure.in (sparclet-*-*): Build everything now.
13071
13072 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13073
13074         * configure.in (m68k-*-linux*): New host.
13075
13076 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
13077
13078         * configure: Check for bison before byacc.
13079
13080 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
13081
13082         * Makefile.in configure:  Change the way LEX and BISON/YACC are
13083         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
13084         searching PATH.  These are used as fallbacks by Makefile.in if
13085         flex/bison/byacc aren't in objdir.
13086
13087 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
13088
13089         * Makefile.in: Make everything which depends upon all-bfd also
13090         depend upon all-opcodes, in case --with-commonbfdlib is used.
13091
13092 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13093
13094         * configure.in (host *-*-cygwin32): Don't build gdb if we are
13095         building NT native compilers on Unix.
13096
13097 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
13098
13099         * configure.in: Don't get CC from the host Makefile fragment if we
13100         can find gcc in PATH, or if this is a Canadian Cross.  Move the
13101         Solaris test for /usr/ucb/cc to the post target script, just after
13102         the compiler sanity test.
13103
13104 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
13105
13106         * config.sub: Merge with FSF.
13107
13108 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
13109
13110         * Makefile.in (RPATH_ENVVAR): New variable.
13111         (REALLY_SET_LIB_PATH): Use it.
13112         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
13113
13114 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
13115
13116         * config.sub, configure.in: Recognize sparclet cpu.
13117
13118 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
13119
13120         * config.guess:  Support m68k-cbm-sysv4.
13121
13122 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13123
13124         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
13125         m68k-unknown-linuxaout from linker help string.  Put quotes around
13126         $ld_help_string.
13127
13128 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
13129
13130         * config.guess (powerpc-harris-powerunix): Add guess for port
13131         to new target.
13132
13133 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13134
13135         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
13136
13137 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
13138
13139         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
13140         $(REALLY_SET_LIB_PATH) in Makefile.
13141         * Makefile.in (SET_LIB_PATH): New variable.
13142         (REALLY_SET_LIB_PATH): New variable.
13143         ($(DO_X)): Use $(SET_LIB_PATH).
13144         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
13145         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
13146         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
13147         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
13148         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
13149         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
13150         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
13151         (install-dosrel): Likewise.
13152         (all-opcodes): Depend upon all-libiberty.
13153
13154 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13155
13156         * config.guess (*:CYGWIN*): New
13157
13158 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13159
13160         * Makefile.in (all-target-winsup): All all-target-libiberty.
13161
13162 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13163
13164         * configure.in (noconfigdirs): Add missing # in front of comment.
13165
13166 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
13167
13168         * configure.in: add second pass to things added to noconfigdirs
13169         so *-gm-magic can exclude libgloss properly.
13170
13171 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
13172
13173         * mpw-configure (extralibs_name, rez_name): Set correctly
13174         for MWC68K compiler.
13175
13176         * mpw-README: Add more info on the necessary build tools.
13177
13178 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13179
13180         * configure.in, config.sub: Recognize cygwin32.
13181
13182 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
13183
13184         * config.guess, config.sub: Recognize A/UX.
13185
13186 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
13187
13188         * config.sub: Merge with gcc/config.sub.
13189
13190 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
13191
13192         * mpw-build.in (do-binutils): Add build of stamps.
13193
13194 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
13195
13196         * config.sub: Add recognition for mips64vr4100*-* targets.
13197
13198 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13199
13200         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
13201         Add creation of gconfigargs with `--enable-shared' turned on.
13202         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
13203         ($(host)-stamp-stage3-configured): Likewise.
13204         (HOLES): Add chatr and ldd.
13205         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
13206
13207 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
13208
13209         * configure: Pass --nfp to recursive configures.
13210
13211 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13212
13213         * Makefile.in (DLLTOOL): New.
13214         (DLLTOOL_FOR_TARGET): New.
13215         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
13216         (EXTRA_TARGET_FLAGS): Ditto.
13217         (EXTRA_GCC_FLAGS): Ditto.
13218         (CONFIGURE_TARGET_MODULES): Ditto.
13219         (DO_X): Ditto.
13220         * configure: Add DLLTOOL.
13221
13222 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
13223
13224         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
13225         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
13226         mh-sco, since old workarounds no longer needed, and don't
13227         build ld, since libraries have weak symbols in COFF.
13228
13229 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
13230
13231         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
13232
13233 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13234
13235         * configure.in: Make sure that ${CC} can be used to compile an
13236         executable.
13237
13238 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13239
13240         * Makefile.in (all-gdb): Depend on $(GDB_TK).
13241         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
13242         nothing depending on whether gdbtk is being built.
13243
13244 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
13245
13246         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
13247
13248 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
13249
13250         * configure.in (noconfigdirs): Put ld or gas in this early, if the
13251         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
13252
13253 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
13254
13255         * config-ml.in: Add support for
13256         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
13257         Simplify setting of multidirs from --disable-foo.
13258
13259 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13260
13261         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
13262         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
13263         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
13264         non-empty, pass them on to the  GCC make.
13265         (all-bootstrap): New rule that is like all-gcc, except it executes
13266         the GCC bootstrap rule instead of the GCC all rule.
13267
13268 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
13269
13270         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
13271
13272 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13273
13274         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
13275         DG/UX support.
13276
13277 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
13278
13279         * config.sub (i*86*) Change [345] to [3456]
13280
13281 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13282
13283         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
13284         --with-gnu-ld=no.
13285
13286 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13287
13288         * config-ml.in (rs6000*, powerpc*): Add switches to control which
13289         AIX multilibs get built.
13290
13291 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13292
13293         * configure.in (i386-win32): Don't build expect if we're not
13294         building the tcl subdir.
13295
13296 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
13297
13298         * Makefile.in: (configure-target-examples, all-target-examples):
13299         New targets, configure and build example programs.
13300
13301 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
13302
13303         * mpw-configure: If an mpw-config.in generated a file mk.sed,
13304         use it as input to sedit the generated MPW makefile.
13305         * mpw-README: Add a suggestion about Gestalt.h.
13306
13307 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
13308
13309         * config.sub: Accept *-*-ieee*.
13310
13311 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
13312
13313         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
13314         Ronald F. Guilmette <rfg@monkeys.com>.
13315
13316 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13317
13318         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
13319         for powerpc-pe native.
13320         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
13321         (target==powerpc-pe): duplicate i386-win32 entry.
13322
13323 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13324
13325         * configure.in (noconfigdirs): Exclude target-newlib for all versions
13326         of vxworks, not just vxworks5.1.
13327
13328 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
13329
13330         * mpw-configure: Add support for exec-prefix.
13331
13332 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13333
13334         * config.guess: Recognize HP model 816 machines as having
13335         a PA1.1 processor.
13336
13337 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13338
13339         * configure: Ignore new autoconf configure options.
13340
13341 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13342
13343         * config.guess:  Recognize Pentium under SCO.
13344         From Robert Lipe <robertl@arnet.com>.
13345
13346 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13347
13348         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
13349
13350 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
13351
13352         * configure.in: Don't configure gas for alpha-dec-osf*.
13353
13354 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
13355
13356         * configure.in: Default to --with-stabs for some targets for which
13357         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
13358         i[345]86*-*-unixware*.
13359
13360 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13361
13362         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
13363         rather than basing it on the target.  Simplify handling of options
13364         controlling which directories to configure.  Remove extraneous
13365         slash in multi-clean target.
13366
13367 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
13368
13369         * config-ml.in: Prefix more variables with ml_ so they don't collide
13370         with configure's.
13371
13372 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
13373
13374         * configure: Don't turn -v into --v.
13375
13376 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
13377
13378         * configure.in (targargs): Fix typo.
13379
13380         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
13381
13382 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
13383
13384         * configure.in: Strip --host and --target options from
13385         CONFIG_ARGUMENTS, and always configure for --host only.  Add
13386         --with-cross-host option when building with a cross-compiler.
13387         * configure: Canonicalize the arguments put into config.status by
13388         always using `=' for an option with an argument.  Pass a presumed
13389         --host or --target explicitly.
13390
13391 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
13392
13393         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
13394         into general OS recognition case.
13395
13396 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13397
13398         * configure.in (target_configdirs): add target-winsup only
13399         for win32 target systems.
13400
13401 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
13402
13403         * Makefile.in (all-target-libgloss): Depend upon
13404         configure-target-newlib, since when libgloss is built it looks to
13405         see if the newlib directory exists.
13406
13407 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
13408
13409         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
13410         cfg-ml-*.in.
13411
13412 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
13413
13414         * configure: Handle LD and LD_FOR_TARGET when configuring a
13415         Canadian Cross.
13416
13417 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13418
13419         * configure.in (target_libs): add target-winsup.
13420         (target==i386-win32): add patch diff flex make to $noconfigdirs.
13421         (target==ppcle-pe): remove ld from $noconfigdirs.
13422
13423 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
13424
13425         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
13426         Preserve relative path names in $srcdir.  Build symlink tree if
13427         configuring cross target dir and srcdir=. (= no VPATH support).
13428         (configure-target-libg++): Depend on configure-target-librx.
13429         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
13430         * config-ml.in: New file.
13431         * symlink-tree: New file.
13432         * configure: Ensure srcdir="." if that's what it is.
13433
13434 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
13435
13436         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
13437         includes and FLEX_SKELETON setting.
13438         * mpw-configure (--with-gnu-ld): New option, controls whether
13439         to use PPCLink or ld with PowerMac GCC.
13440         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
13441         * mpw-config.in: Configure grez if targeting Mac.
13442
13443         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
13444         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
13445         just macos.
13446         * configure.in: Configure grez resource compiler if targeting Mac.
13447         * Makefile.in (all-grez, install-grez): New targets.
13448
13449 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
13450
13451         * configure: CXX defaults to gcc, not g++.  If we find
13452         gcc in the path, set CC to gcc -O2.
13453
13454 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
13455
13456         * configure: Default ${build} correctly.  Avoid picking up extra
13457         spaces when reading CC and CXX from Makefile.  When doing a
13458         Canadian Cross, use plausible default values for numerous
13459         variables.
13460         * configure.in: When doing a Canadian Cross, don't try to
13461         configure tools whose configure script can't handle it.
13462
13463 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13464
13465         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13466
13467 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13468
13469         * configure:  Remove dubious bug reporting address.
13470
13471 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13472
13473         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
13474         configure script, run that instead of this directory's configure.
13475         In either case, print a message that we're configuring the sub-dir.
13476
13477 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13478
13479         * configure.in: Before checking for the existence of various files,
13480         use sed to filter out "target-".
13481
13482 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
13483
13484         * Makefile.in (DO_X): Split rule to decrease command line length
13485         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
13486         (Philippe De Muyter).
13487
13488 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13489
13490         * Makefile.in (all-patch): depend on all-libiberty.
13491
13492 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
13493
13494         * configure.in: If the only directory in target_configdirs which
13495         actually exists is libiberty, then set target_configdirs to empty,
13496         to avoid trying to build a target libiberty in a gas or gdb
13497         distribution.
13498
13499 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
13500
13501         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
13502         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
13503         systems.
13504
13505 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13506
13507         * configure.in (copy_dirs): Use sys-include instead of include
13508         for --with-headers option.
13509
13510 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
13511
13512         * Makefile.in, configure.in: Make winsup builds work with
13513         new scheme.
13514
13515 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
13516
13517         * configure.in: Build the linker on AIX.
13518
13519 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13520
13521         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
13522         where needed.
13523
13524 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
13525
13526         * Makefile.in (all-gcc): Fix typo.
13527
13528 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13529
13530         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
13531
13532 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13533
13534         * configure.in:  Rename libFOO to target-libFOO, and xiberty
13535         to target-xiberty, to provide more flexibility.
13536         (target_subdir):  Define.  Create if cross.
13537         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13538         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
13539         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13540         check-libFOO -> check-target-libFOO, etc.
13541         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13542         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13543         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13544         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
13545         allow ALL_GCC="" to only configure.
13546         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
13547         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
13548         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
13549
13550 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
13551
13552         * Makefile.in (taz): Build "info" in etc explicitly.
13553
13554 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
13555
13556         * configure.in:  Make sure that CC is undefined (as opposed to
13557         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
13558         problem with autoconf trying to configure on a host without GCC.
13559
13560 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13561
13562         * mpw-configure: Set host alias from choice of host compiler,
13563         only use generic MPW Makefile sed if present, edit a file
13564         named "hacked_Makefile.in" instead of "Makefile.in" if present.
13565         * mpw-README: Add problem notes about CW6 and CW7.
13566
13567 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
13568
13569         * Makefile.in (taz): Use ";" instead of ";;".
13570
13571 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13572
13573         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
13574         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13575         DISTDOCDIRS.
13576         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
13577         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
13578
13579 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13580
13581         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
13582         and gnats, because they are now subsumed by DISTSTUFFDIRS.
13583         Move bfd to DISTSTUFFDIRS.
13584
13585 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13586
13587         * Makefile.in (X11_LIB): Removed.
13588         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13589
13590         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13591
13592 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13593
13594         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13595         names.
13596
13597 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13598
13599         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13600
13601 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
13602
13603         * configure.in (i[345]86-*-win32): Always build newlib.
13604         Don't configure cvs, autoconf or texinfo.
13605         * Makefile.in (LD_FOR_TARGET): New.
13606         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13607         Pass down LD_FOR_TARGET.
13608
13609 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13610
13611         * winsup: New directory.
13612         * Makefile.in: Build winsup.
13613         * configure.in: Winsup is configured when target is win32.
13614         Can only build win32 target GDB when native.
13615
13616 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
13617
13618         * config.guess: Recognize HP model 819 machines as having
13619         a PA 1.1 processor.
13620
13621 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13622
13623         * configure: Fix sed loop which substitutes for CC and CXX to
13624         avoid bug found in various sed implementations.
13625
13626 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13627
13628         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13629         simulator.  Use standard powerpc-*-eabi*.
13630
13631 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
13632
13633         * configure.in: Stop putting gas and binutils in noconfigdirs for
13634         powerpc-*-aix* and rs6000-*-*.
13635
13636 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
13637
13638         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13639         -mcall-aixdesc libraries.
13640
13641 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
13642
13643         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13644
13645         * config.sub (arm | armel | armeb): Fix shell syntax.
13646
13647 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13648
13649         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13650         -msoft-float and -mcpu=common support.
13651         (powerpc*-*-eabisim*): Add support for building -mcall-aix
13652         libraries.
13653
13654 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13655
13656         * configure.in: Allow configuration and build of emacs19 for the alpha.
13657
13658 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13659
13660         * configure.in (CC): Get ^CC, not just any old CC, from
13661         ${host_makefile_frag}.
13662
13663 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13664
13665         * configure.in (CC): Try to get CC from
13666         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13667
13668 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13669
13670         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13671         only if it exists in $(srcdir).
13672
13673 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13674
13675         * configure: If CC and CXX are not set in the environment, set
13676         them, based on either an existing Makefile or on searching for gcc
13677         in PATH.  Substitute for CC and CXX in Makefile.
13678         * configure.in: Remove libm from target_libs.  Separate
13679         target_configdirs from configdirs.  If CC is not set in
13680         environment, try to get it from a host Makefile fragment.  Rewrite
13681         changes of configdirs to use skipdirs instead.  A few minor
13682         tweaks.  Take directories out of target_configdirs as they are
13683         taken out of configdirs.  Remove existing Makefile files from
13684         subdirectories.  Substitute for TARGET_CONFIGDIRS and
13685         CONFIG_ARGUMENTS in Makefile.
13686         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13687         by configure.in.
13688         (CONFIG_ARGUMENTS): Likewise.
13689         (CONFIGURE_TARGET_MODULES): New variable.
13690         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13691         ($(CONFIGURE_TARGET_MODULES)): New target.
13692         (configure-libg++, configure-libio): New targets.
13693         (all-libg++): Depend upon configure-libg++.
13694         (all-libio): Depend upon configure-libio.
13695         (configure-libgloss, all-libgloss): New targets.
13696         (configure-libstdc++): New target.
13697         (all-libstdc++): Depend upon configure-libstdc++.
13698         (configure-librx, all-librx): New targets.
13699         (configure-newlib): New target.
13700         (all-newlib): Depend upon configure-newlib
13701         (configure-xiberty): New target.
13702         (all-xiberty): Depend upon configure-xiberty.
13703
13704 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13705
13706         * configure.in (host i[345]86-*-win32):  Expand the
13707         noconfigdirs again.
13708
13709 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
13710
13711         * mpw-configure: Fix sed command file name.
13712
13713 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13714
13715         * configure.in (host i[345]86-*-win32): Reduce the
13716         noconfigdirs again.
13717
13718 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
13719
13720         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13721         or powerpc*-*-pe*, since they are not yet supported.
13722
13723 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13724
13725         Add PowerMac support and many other enhancements.
13726         * mpw-configure: New option --cc to select compiler to use,
13727         paste options set according to --cc into the generated
13728         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13729         if mpw-make.sed is present.
13730         * mpw-config.in: Don't test for gC1, test for mpw-touch,
13731         add forward includes for PowerPC include files.
13732         * mpw-build.in: Build using Makefile.PPC if present.
13733         (do-byacc, etc): Remove separate version resource builds.
13734         (do-gas): Build "stamps" before "all".
13735         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13736         * mpw-README: Update to reflect --cc option, PowerMac support,
13737         and recently-reported compatibility problems.
13738
13739 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
13740
13741         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13742         embedded m68k systems (-aout, -coff, -elf, -vxworks).
13743         (--with-multilib-top): Pass to recursive invocations.
13744
13745 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
13746
13747         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13748         v810-*-*.
13749
13750 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13751
13752         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13753         gdb, ld and opcodes on v810-*-*.
13754
13755 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13756
13757         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13758         (local-maintainer-clean): New target.
13759         (maintainer-clean): New target.
13760         (realclean): Just depend upon maintainer-clean.
13761
13762 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13763
13764         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13765
13766 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
13767
13768         * configure.in: Build ld in mips*-*-bsd* case.
13769
13770 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
13771
13772         * config.sub: Accept -lites* OS.  From Ian Dall.
13773
13774 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
13775
13776         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13777         targets.
13778
13779 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13780
13781         * configure.in: treat i386-win32 canadian cross the same as
13782         i386-go32 canadian cross.
13783
13784 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13785
13786         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13787         running under the simulator to build a reduced set of libraries.
13788         (powerpc-*-eabiaix): Add fine grained multilib support added to
13789         other powerpc targets yesterday.
13790
13791 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13792
13793         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13794         -disable-softfloat, -disable-relocatable, -disable-aix, and
13795         -disable-sysv to control which multilib libraries get built.
13796
13797 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13798
13799         * configure: Add Makefile.tem to list of files to remove in trap
13800         handler.
13801
13802 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13803
13804         * config.guess (*Linux*):  Add missing "exit"s.
13805         Also, need specific check for alpha-unknown-linux (uses COFF).
13806
13807 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13808
13809         * config.guess:  Merge with FSF:
13810
13811         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
13812         * config.guess (AIX4): More robust release numbering discovery.
13813
13814         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
13815         * config.guess (i386-sequent-ptx): Properly get version number.
13816
13817         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
13818         * config.guess (mips:*:4*:UMIPS): New case.
13819
13820 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13821
13822         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13823         (i386-win32 host): Likewise.  Don't build readline.
13824
13825 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
13826
13827         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
13828         SUPPORT_FILES to submakes.
13829
13830 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
13831
13832         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13833         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13834         mpw-configure.
13835
13836 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
13837
13838         * configure.in (appdirs): Use =, not ==, in test expression when
13839         trying to build the text to print in the warning message for
13840         Solaris users.
13841
13842 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
13843
13844         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13845
13846 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13847
13848         * config.guess: Recognize lynx-2.3.
13849
13850 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
13851
13852         * config.sub (z8ksim): Deleted
13853         (z8k-*-coff): New, this is the one true name of the target.
13854
13855 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
13856
13857         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13858
13859 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
13860
13861         * config.guess (*:Linux:*:*): First try asking the linker what the
13862         default object file format is (elf, aout, or coff).  Then if this
13863         fails, try previous methods.
13864
13865 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13866
13867         * configure.in: Don't build newlib for *-*-vxworks5.1.
13868
13869 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13870
13871         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13872         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13873
13874 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
13875
13876         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13877
13878 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
13879
13880         * cfg-ml-com.in: New file.
13881         * cfg-ml-pos.in: New file.
13882
13883 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13884
13885         * COPYING.NEWLIB: Add HP free copyright to list.
13886
13887 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13888
13889         * config.sub: Recognize -eabi* for the system, not just -eabi.
13890
13891 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13892
13893         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13894         * config.sub, configure.in (win32): New target and host.
13895
13896 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13897
13898         * configure.in: Add i386-pe configuration.
13899
13900 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
13901
13902         * mpw-build.in (install): Install GDB after LD.
13903
13904 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
13905
13906         * mpw-config.in (elf/mips.h): Always forward-include, needed
13907         for GDB to build.
13908
13909 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13910
13911         * testsuite: New directory for customer acceptance and whole tool
13912         chain tests.
13913
13914 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13915
13916         * configure: If per-host line isn't found, but AC_OUTPUT is found
13917         and a configure script exists, run it instead.
13918
13919 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13920
13921         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
13922
13923 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13924
13925         * configure: Set build_{cpu,vendor,os,alias} to host values when
13926         --build isn't specified.
13927
13928 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13929
13930         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13931         (FLAGS_TO_PASS): Pass them.
13932         (EXTRA_TARGET_FLAGS): Ditto.
13933
13934 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13935
13936         * Makefile.in (all-libg++): Depend on all-libstdc++.
13937
13938 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13939
13940         * configure.in (noconfigdirs): Enable all packages for
13941           i386-unknown-netbsd.
13942
13943 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
13944
13945         * configure.in (noconfigdirs): Don't configure tk for i386-go32
13946         hosted builds (DOS builds)
13947
13948 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13949
13950         Changes for ARM based on patches from Richard Earnshaw:
13951         * config.sub: Handle armeb and armel.
13952         * configure.in: Omit arm linker only for riscix.
13953
13954 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13955
13956         * config.guess:  Update from FSF.
13957
13958 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
13959
13960         * config.sub: Recognize powerpcle as the little endian variant of
13961         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
13962         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
13963         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
13964         temporarily.
13965
13966 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
13967
13968         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13969
13970 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
13971
13972         * config.sub: Accept -lites* as a basic system type.
13973
13974 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
13975
13976         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13977         installed, and if so return linuxoldld as the system name.
13978
13979 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
13980
13981         * config.guess: Add hppa1.1-hp-lites support.
13982
13983 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13984
13985         * configure.in: Don't build newlib for m68k-vxworks5.1.
13986
13987 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13988
13989         * configure.in (mips-sgi-irix6): Use mh-irix5.
13990
13991 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
13992
13993         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13994
13995 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13996
13997         * test-build.mk: Enable building of shared libraries on IRIX 5 and
13998         OSF/1.  Fix compiler flags.
13999         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
14000
14001 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
14002
14003         * configure.in: Recognize --with-newlib.
14004         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
14005
14006 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14007
14008         * Makefile.in: move {all,check,install}-gdb from *_MODULES
14009         to *_X11_MODULES due to gdbtk needing X include files et al.
14010
14011 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
14012
14013         Merge in support for Mac MPW as a host.
14014         (Old change descriptions retained for informational value.)
14015
14016         * mpw-config.in: Add generic include forwards for cpu-specific
14017         include files in aout and elf directories.
14018
14019         * mpw-configure: Added copyright.
14020         * mpw-config.in: Check for presence of required build tools.
14021         (target_libs): Add newlib.
14022         (target_tools): Add examples.
14023         (Read Me): Generate as "Read Me for MPW" instead.
14024         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
14025         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
14026         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
14027
14028         * mpw-configure: Remove subdir-specific makefile hackery,
14029         delete mk.tmp after using it.
14030
14031         * mpw-build.in (all): Display start and end times.
14032
14033         * mpw-configure (host_canonical): Set.
14034         (target_cpu): Always add to makefiles.
14035         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
14036         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
14037         (mpw-mh-mpw): Look for in srcdir and srcroot.
14038         Use sed instead of mpw-edit-prefix to edit prefix definitions.
14039
14040         * mpw-build.in: (install-only): New target.
14041
14042         * mpw-configure (host_alias, target_alias): Rename from hostalias
14043         and targetalias, add into generated Makefile.
14044         (mk.tmp): If present, add into generated Makefile.
14045         * mpw-build.in (all-gas): Build config.h first before gas proper.
14046
14047         * mpw-configure (config.status): Write only if changed.
14048         * mpw-config.in (readline): Configure it (not built, just used for
14049         definitions).
14050
14051         * mpw-config.in (elf/mips.h): Add a forward include.
14052
14053         * mpw-config.in: Forward-include most .h files in include into
14054         extra-include.
14055         (readline): Don't build.
14056         mpw-build.in (install): Install GDB.
14057
14058         * mpw-configure (prefix, mpw_prefix): Handle it.
14059         * mpw-config.in (mmalloc, readline): Don't configure.
14060         * mpw-build.in (thisscript): Rename to ThisScript.
14061         Use mpw-build instead of BuildProgram everywhere.
14062         (mmalloc, readline): Don't build.
14063         * mpw-README: New file, basic documentation about the MPW port.
14064
14065         * mpw-config.in: Use forward-include to create include files.
14066
14067         * mpw-configure: Add more things to the top of each configured
14068         Makefile, including contents of config/mpw-mh-mpw.
14069         * mpw-config.in (extra-include): Create this directory and fill it
14070         with Posix-like include files when configuring.
14071
14072         * config.sub (apple, mac, mpw): Add various aliases.
14073
14074         * mpw-build.in: New file, top-level build script fragment for MPW.
14075         * mpw-configure: New file, configure script for MPW.
14076         * mpw-config.in: New file, config fragment for MPW.
14077
14078 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14079
14080         * configure.in (host_libs): Remove glob, since it is gone from the
14081         sources.
14082
14083 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14084
14085         * Makefile.in: define empty GDB_NLM_DEPS var.
14086
14087         * configure.in(target_makefile_frag): use config/mt-netware
14088         for netware targets.
14089
14090 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14091
14092         * config.sub: Merge in recent FSF changes.  Remove linux special
14093         cases.
14094
14095 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14096
14097         Revert this change:
14098
14099         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
14100
14101                 * build-all.mk: Use CC=cc -Xs on Solaris.
14102
14103 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14104
14105         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
14106         stop using it.
14107         * Makefile.in: Nuke all references to glob subdirectory.
14108
14109 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14110
14111         * configure.in: Fix --enable-shared logic in per-host.
14112
14113 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14114
14115         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
14116
14117 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14118
14119         * configure.in (noconfigdirs): Don't build gas on AIX, for
14120         powerpc*-*-aix* as well as for rs6000*-*-aix*.
14121
14122 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
14123
14124         * configure: Fix --cache-file to work if the file argument is a
14125         relative path.
14126
14127 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
14128
14129         * configure: If the --cache-file is used, pass it down to
14130         configure in subdirectories.
14131
14132 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
14133
14134         * config.sub: add vxworks29k configuration.
14135
14136 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14137
14138         * Makefile.in (taz): Do "diststuff" part quietly.
14139
14140 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14141
14142         * config.sub: Mini-merge with gcc/config.sub.
14143
14144 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14145
14146         * config.guess (IRIX): Sed - to _.
14147
14148 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14149
14150         * Makefile.in (source-vault, binary-vault): New targets.
14151
14152 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
14153
14154         * config.sub: Recognize -eabi as a basic system type.
14155
14156 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14157
14158         * configure.in (enable_shared stuff): Fix typo.
14159
14160 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
14161
14162         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
14163
14164 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14165
14166         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
14167
14168 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
14169
14170         * configure.in (rs6000-*-*): Don't build gas.
14171
14172 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
14173
14174         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
14175         reduce command line length.
14176         (AS_FOR_TARGET): Check for as.new, not Makefile.
14177         (NM_FOR_TARGET): Check for nm.new, not Makefile.
14178
14179 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14180
14181         * config.guess:  Merge from FSF.
14182
14183 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14184
14185         * configure: Don't use $ when handling program_suffix.
14186
14187 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
14188
14189         * configure.in:  Configure tk for hppa/hpux.
14190
14191 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14192
14193         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
14194
14195 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14196
14197         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
14198         to LIBCXXFLAGS.  Tests are better run without it.
14199
14200 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
14201
14202         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
14203
14204 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
14205
14206         * configure.in (*-*-netware*): Don't configure xiberty.
14207
14208 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
14209
14210         * configure.in:  Remove tk from native_only list.
14211
14212 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
14213
14214         * build-all.mk: Add mips-ncd-elf target to sun4 targets
14215           for special NCD build.
14216
14217 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14218
14219         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
14220         makeall.bat, they're only useful for binutils snapshots.
14221         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
14222         makeall.bat to specified SUPPORT_FILES.
14223
14224 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
14225
14226         * build-all.mk: Add Ericsson targets to sun4 and solaris
14227           hosts.  Add  BNR's sun4 target to solaris host, so their
14228           build-from-source will be tested in-house first.
14229
14230 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14231
14232         * Makefile.in (LIBCFLAGS): New variable.
14233         (CFLAGS_FOR_TARGET): Ditto.
14234         (LIBCFLAGS_FOR_TARGET): Ditto.
14235         (LIBCXXFLAGS): Ditto.
14236         (CXXFLAGS_FOR_TARGET): Ditto.
14237         (LIBCXXFLAGS_FOR_TARGET): Ditto.
14238         (BASE_FLAGS_TO_PASS): Pass them.
14239         (EXTRA_TARGET_FLAGS): Ditto.
14240
14241         * configure.in: Support --enable-shared.
14242
14243 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14244
14245         * configure.in (target_libs):  Include libstdc++ again.
14246         * config.guess:  Update from FSF (for FreeBSD).
14247
14248 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14249
14250         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
14251         makeall.bat.
14252         (DISTDOCDIRS): Add `etc'.
14253         (ETC_SUPPORT_PFX): New variable.
14254         (taz): Include anything from etc starting with a word in
14255         ETC_SUPPORT_PFX.
14256
14257 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14258
14259         * config.sub: Update for recent FSF changes.  Remove obsolete
14260         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
14261         spacing changes.
14262
14263 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14264
14265         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
14266
14267         * config.guess:  Merge with FSF.
14268         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
14269
14270 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14271
14272         * configure: Since the "trap 0" handler will override the exit
14273         status on many systems, only use it for "exit 1", and make it set
14274         a non-zero exit status; reset it before "exit 0".  Also, check
14275         exit status of config.sub, and error out if it failed.
14276
14277 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
14278
14279         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
14280         and install libgloss.
14281
14282 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14283
14284         * Makefile.in (all-binutils): Depend upon all-byacc.
14285
14286         * configure.in: Don't build emacs on Irix 5.
14287
14288 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14289
14290         * configure.in (*-*-netware*): Add libio.
14291
14292 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14293
14294         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
14295         (CHECK_TARGET_MODULES): Ditto.
14296         (INSTALL_TARGET_MODULES): Ditto.
14297         (TARGET_LIBS): Ditto.
14298         (all-libstdc++): Note dependencies.
14299
14300 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14301
14302         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
14303
14304 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14305
14306         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
14307         -fexternal-templates.
14308
14309         * configure.in (target_libs): Add libstdc++.
14310         (noconfigdirs): Add libstdc++ as appropriate.
14311
14312 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14313
14314         * config.guess:  Update from FSF.
14315
14316 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14317
14318         * configure: Use ${config_shell} when running ${configsub}.
14319
14320 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
14321
14322         * config.sub: No longer recognize h8300h.
14323
14324 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14325
14326         * config.sub: Remove extraneous differences between config.sub and
14327         gcc/config.sub.
14328
14329 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14330
14331         * Makefile.in (DISTSTUFFDIRS): Add gas.
14332
14333 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
14334
14335         * COPYING.NEWLIB: New file.
14336
14337 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14338
14339         * config.guess (HP-UX):  Patch from Harlan Stenn
14340         <harlan@landmark.com> to also emit release level.
14341
14342 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14343
14344         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
14345
14346 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14347
14348         * config.sub:  Merge nextstep cleanup from FSF.
14349
14350 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14351
14352         * configure.in (arm-*-*): Don't configure ld for this target.
14353
14354 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14355
14356         * configure.in (*-*-netware): don't configure libg++, libio,
14357           librx, or newlib.
14358
14359 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14360
14361         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
14362         configure ld--it works, but it doesn't support shared libraries.
14363
14364 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14365
14366         * config.guess (*-unknown-freebsd*):  Get rid of possible
14367         trailing "(Release)" in version string.
14368         Patch from Paul Richards <paul@isl.cf.ac.uk>.
14369
14370 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14371
14372         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
14373         Fix type: *-next-neststep -> *-next-nextstep.
14374
14375         * config.guess:  Merge from FSF:
14376
14377         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
14378
14379         * config.guess: Recognize powerpc-ibm-aix3.2.5.
14380
14381         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
14382
14383         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
14384         instead of UNIX_SV for UnixWare 1.0).
14385
14386 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
14387
14388         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
14389         to make gdb/nlm/* build after the compiler and linker.
14390
14391 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14392
14393         * config.guess (netbsd, freebsd, linux):  Accept any machine,
14394         not just i[34]86.
14395         (m68k-atari-sysv4):  Relocate to match FSF version.
14396
14397         * config.guess:  More merges from the FSF:
14398
14399         Add a space before function call or macro invocation.
14400
14401         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14402
14403         * config.guess: Add trap cmd to remove dummy.c and dummy when
14404         interrupted.
14405
14406         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14407
14408         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
14409         (dummy): Redirect stderr from compilation of dummy.c.
14410
14411         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
14412
14413         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
14414
14415 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
14416
14417         * configure: Accept and ignore --cache*, for compatibility with
14418         new autoconf.
14419
14420 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14421
14422         * config.guess:  Merge from FSF:
14423
14424         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14425
14426         * config.guess (Pyramid*:OSx*:*:*): New case.
14427         (PATH): Add /.attbin at end for finding uname.
14428         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
14429
14430         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
14431
14432         * config.guess (M88*:DolphinOS:*:*): New case.
14433
14434         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
14435
14436         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14437         to select whether to use ELF or COFF.
14438
14439         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14440
14441         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
14442
14443         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
14444
14445         * config.guess: Guess the OS version for HPUX.
14446
14447         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
14448
14449         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14450
14451 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14452
14453         * configure.in: Recognize --with-headers, --with-libs, and
14454         --without-newlib.
14455         * Makefile.in (all-xiberty): Depend upon all-ld.
14456
14457 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14458
14459         * configure.in: Change i[34]86 to i[345]86.
14460
14461 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14462
14463         * configure (version): A few more tweaks to help message.
14464
14465 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14466
14467         * Makefile.in:  Remove (for now) librx as a host library,
14468         now that we're building it for target.
14469
14470 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14471
14472         * configure: Fix up help message; from karl@owl.hq.ileaf.com
14473         (Karl Berry).
14474
14475 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14476
14477         * configure.in:  Also configure librx.
14478
14479 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14480
14481         * Makefile.in:  Update various rules to reflect that librx
14482         is now needed for libg++.
14483
14484 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14485
14486         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14487
14488 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
14489
14490         * configure.in: Configure the examples directory.
14491
14492 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14493
14494         * configure: Simplify Jun 2 1994 change.
14495
14496 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14497
14498         * change CC to /usr/latest/bin/gcc for lynx host builds, since
14499         /bin/gcc isn't good enough to build gcc.
14500
14501 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
14502
14503         * Makefile.in (GDB_SUPPORT_FILES): Remove
14504         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
14505         (gdb.tar.gz): Add new rule to use standard distribution building
14506         mechanism.
14507
14508 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14509
14510         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
14511         Bill Cox <bill@cygnus.com>.
14512
14513 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14514
14515         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
14516
14517 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
14518
14519         * configure:  Search current dir first in .gdbinit.
14520
14521 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14522
14523         * config.sub:  Recognize freebsd (merged from gcc config.sub).
14524
14525 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14526
14527         * config.sub:  Refer to NeXT's operating system as nextstep.
14528
14529         * config.sub (case $basic_machine):  Re-order the cases, to match
14530         the order in the FSF version (which is mostly alphabethical).
14531         Merge in some additions and changes from the FSF.
14532
14533 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
14534
14535         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14536         * config.sub: Recognize cxux7.
14537         * configure.in: Use mh-cxux for m88k-harris-cxux*.
14538
14539 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14540
14541         * config.sub:  Fix typo powerpc -> powerpc-*.
14542
14543 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
14544
14545         * Makefile.in: `all-emacs19' depends on `all-byacc'.
14546
14547         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14548         parallel with all-emacs and install-emacs).  Top-level command
14549         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14550
14551 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14552
14553         * test-build.mk ($(host)-stamp-stage2-installed): Remove
14554         $(relbindir)/make before doing ``make install'', and use
14555         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
14556         installing over running make binary.
14557         ($(host)-stamp-stage3-installed): Likewise.
14558
14559 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14560
14561         * config.guess: Recognize Mach.
14562
14563 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14564
14565         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14566         see whether --exec-prefix was used.
14567
14568 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14569
14570         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
14571
14572 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14573
14574         * Makefile.in: Add all-librx target similar to all-libproc.
14575
14576 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
14577
14578         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
14579         with post 1.2 uname bogosity.
14580
14581 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14582
14583         * configure: Remove temporary files on receipt of a signal.
14584
14585 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
14586
14587         * configure: If there is a package_makefile_frag, remove
14588         ${subdir}/Makefile.tem after copying it in.
14589
14590 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14591
14592         * build_all.mk: support rs6000 lynx identifies itself as
14593         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
14594         since /bin/gcc is too feeble to compile a modern gcc.
14595
14596 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
14597
14598         * brought devo/test-build.mk update-to-date with progressive/
14599           test-build.mk. Add lynx targets and hppa flag info.
14600
14601 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14602
14603         * configure.in:  Use mh-ncrsvr43.  Patch from
14604         Tom McConnell <tmcconne@sedona.intel.com>.
14605
14606 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14607
14608         * config.guess (i386-unknown-bsdi):  No longer need to
14609         check #if defined(__bsdi__) && defined(__i386__).
14610
14611 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14612
14613         * configure: Set program_transform_nameoption correctly.
14614
14615 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
14616
14617         * brought build-all.mk update-to-date with progressive build-all.mk,
14618           added new targets and hppa info.
14619
14620 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14621
14622         * configure: If config.guess result is a prefix of the user
14623         specified target, assume a native build and use the user specified
14624         target as the host alias.  Remove SunOS patch suffix removal hack.
14625         * configure.in: Remove SunOS patch suffix removal hack.
14626
14627         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14628         in NATIVE_CHECK_MODULES.
14629
14630 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
14631
14632         * Makefile.in: Rename HOST_ONLY to NATIVE.
14633         * configure: Delete SunOs patch suffix from host_canonical
14634           and build_canonical variables that are prepended to Makefiles.
14635         * configure.in: Add comments for easier maintenance.
14636
14637 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14638
14639         * Makefile.in: Add all-libproc target similar to all-gui.
14640
14641 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
14642
14643         * Makefile.in (CHECK_MODULES): split into
14644         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14645
14646 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
14647
14648         * config.guess (i386-unknown-bsdi): New system to guess.
14649
14650 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14651
14652         * Makefile.in: Add all-gui target (but not yet build by "all").
14653
14654 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
14655
14656         * config.sub: Move deletion of patch suffix from here...
14657         * configure.in: To here, at Ian's suggestion.  The top-
14658           level scripts might need to know of a patch level.
14659
14660 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
14661
14662         * config.sub: Strip off patch suffix so rtl is recognized
14663           as a sunos4.1.3 machine, even though it's been patched.
14664
14665 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
14666
14667         * Makefile.in (INSTALL_LAST): Delete.
14668         (INSTALL_DOSREL): New.
14669
14670 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14671
14672         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14673         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14674         whether we pass down --with-gnu-ld anyhow.
14675
14676 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
14677
14678         * Makefile.in (INSTALL_LAST): Change operation so it works
14679         on more flavors of make.
14680         * configure.in (go32): Don't build libg++ or libio.
14681
14682 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
14683
14684         * Makefile.in (Move HOST_PREFIX_1 and friends up so
14685         they can be overriden by templates.
14686
14687 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
14688
14689         * configure.in (target==go32): Don't build gdb.
14690         * dosrel: New directory.
14691
14692 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
14693
14694         * configure.in (host==go32): Configure dosrel too.
14695         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14696         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14697         be set by incoming names or templates.
14698         (INSTALL_LAST): New rule.
14699
14700 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
14701
14702         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14703
14704 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14705
14706         * configure.in (appdirs): New variable.  Currently empty, but will
14707         be used in gas distribution.  If nonempty, lists a set of
14708         directories at least one of which must get configured, or top
14709         level configuration is considered to have failed.
14710         (rs6000-*-lynxos*): Use new file name.
14711
14712 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14713
14714         Eliminate XTRAFLAGS.
14715         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14716         newlib include files using -idirafter, and also use -nostdinc.
14717         (CXX_FOR_TARGET): Likewise.
14718         (XTRAFLAGS): Removed.
14719         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14720         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14721         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14722         ($(DO_X)): Don't pass down XTRAFLAGS.
14723
14724 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14725
14726         * configure.in (mips*-dec-bsd*): New target; do build linker.
14727         (mips*-*-bsd*): New target; don't build linker.
14728
14729 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14730
14731         * configure.in: support rs6000-*-lynxos* configuration.
14732         support sunos4 as a cross target.
14733
14734         * config.sub: look for lynx*, not lynx since the OS version may
14735         legitimately be part of the name.
14736
14737 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14738
14739         * configure.in (i[34]86-*-sco*): Move to be with other i386
14740         targets.
14741         (romp-*-*): New target.  Skip various binary utilities.
14742         (vax-*-*): New target.  Don't build newlib.
14743         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
14744
14745 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14746
14747         * configure.in: Only set host_makefile_frag if config
14748         directory exists.
14749
14750 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14751
14752         * install.sh: If $dstdir exists, don't check whether each
14753         component does.
14754
14755 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14756
14757         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14758
14759 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
14760
14761         * configure.in (*-*-lynxos*): Don't configure newlib for either
14762         native or cross Lynx.
14763
14764 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
14765
14766         * config.sub (sparc64-elf): Fix os.
14767         (z8k): Remove duplicate.
14768
14769 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14770
14771         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14772         gcc/stmp-fixproto, to try to prevent fixproto from being run.
14773
14774 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
14775
14776         * configure: Make file links cleanly even if Lynx fails on
14777           an NFS symlink (at least fail cleanly).
14778
14779 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14780
14781         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14782         -XNh2000.
14783
14784 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14785
14786         * configure: Unknown options are fatal again.
14787
14788 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
14789
14790         * configure: Ignore --x-includes and --x-libraries, for Autoconf
14791         compatibility.
14792
14793 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
14794
14795         * build-all.mk: Add `clean' target.
14796
14797 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14798
14799         * config.guess:  Add SINIX support.
14800         * configure.in:  Add mips-*-sysv4* support.
14801
14802 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
14803
14804         * build-all.mk: Document all useful targets.
14805         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14806         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14807
14808 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14809
14810         * configure: Support --silent, --quiet.
14811
14812 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14813
14814         * configure: Support --disable-FEATURE.
14815
14816 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14817
14818         * config.guess: Recognize NCR running SVR4.3.
14819
14820 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14821
14822         * config.guess:  Make BSDI generate i386-unknown-bsd386.
14823         Patch from Paul Eggert <eggert@twinsun.com>.
14824
14825 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14826
14827         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14828
14829 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14830
14831         * configure: Make unrecognized options give nonfatal warnings
14832         instead of fatal errors, and pass them to any subdirectory
14833         configures in case they recognize them.
14834         Make --x equivalent to --with-x.
14835
14836 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14837
14838         * configure: Add --enable-* options.  Clean up usage message and
14839         some comments.
14840
14841 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
14842
14843         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14844
14845 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14846
14847         * configure.in (hppa*-*-*): Enable binutils.
14848
14849 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14850
14851         * config.sub: Recognize cisco.
14852
14853 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
14854
14855         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14856
14857 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14858
14859         * config.guess: about target *-hitachi-hiuxwe2, don't print more
14860         than one configuration name.  Add comment.
14861
14862 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
14863
14864         * config.guess: about target *-hitachi-hiuxwe2, fixed
14865         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
14866         macro is incorrect.]
14867
14868 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14869
14870         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14871         than the "make ls" stuff which used to be here.
14872
14873 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14874
14875         * config.guess:  Recognize i[34]86-unknown-freebsd.
14876         From Shawn M Carey <smcarey@rodan.syr.edu>.
14877
14878 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14879
14880         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14881
14882 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
14883
14884         * config.guess: Check for ptx.
14885
14886 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
14887
14888         * config.sub: Add os9k checking.
14889
14890 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14891
14892         * config.guess: Handle OSF1 running on HPPA processors
14893
14894 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14895
14896         * configure: If subdir configure fails, print out a message with
14897         subdirectory name, in case subdir's configure code didn't identify
14898         itself.
14899
14900 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
14901
14902         * configure.in: Remove embedded newlines from configdirs.
14903         Avoid mismatches of substrings.  Fix matching strings at end
14904         of configdirs.
14905
14906 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
14907
14908         * config.guess:  Add Lynx/rs6000 config support.
14909
14910 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14911
14912         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14913
14914 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
14915
14916         * configure.in (hppa*-*-osf*): Treat this just like most other
14917         PA configurations (eg no binutils or ld).
14918         (hppa*-*-*elf*): These configurations have binutils and ld.
14919
14920 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14921
14922         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
14923
14924 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14925
14926         * configure.in (rs6000-*-*): Build gas.
14927
14928 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14929
14930         * Makefile.in:  Avoid bug in losing hpux sed.
14931
14932 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14933
14934         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14935         for GDB and GDB has been fixed to not need it.
14936
14937 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14938
14939         * config.guess: Recognize vax hosts.
14940
14941 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14942
14943         * configure (while loop): Don't use "break 2" inside case
14944         statement -- the case statement isn't an enclosing loop.
14945
14946 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14947
14948         * config.guess:  Clean up NeXT support, to allow nextstep
14949         on Intel machines.  Make OS be nextstep.
14950
14951 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
14952
14953         * config.guess: Add alternate forms for Convex.
14954
14955 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
14956
14957         * configure:  Completely rewrite option processing.  Take
14958         advantage of pattern-matching to avoid invoking test frequently.
14959         Also clean up host and target defaulting logic.
14960
14961 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14962
14963         * Makefile.in: Replace all occurrances of "rootme" with "r" and
14964         "$${rootme}" with "$$r", to increase the likelihood that the do-*
14965         commands (plus user environment) will fit SCO limits.
14966
14967 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14968
14969         * configure.in: Don't issue warnings about directories which are
14970         not being configured if -norecursion is set.  Correct test for
14971         --with-gnu-as and --with-gnu-ld to not get confused by substring
14972         matches.
14973
14974         * configure.in: Don't build gas for alpha-dec-osf1*.
14975
14976 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
14977
14978         * configure:  Back out Per's change of 12/19/1993.  It changes the
14979         behavior of configure in unexpected and confusing ways.
14980
14981         Also, use different delim char when calculating
14982         program_transform_name so that the name can contain slashes.
14983
14984 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
14985
14986         * configure.in, config.sub: Add support for VSTa micro-kernel.
14987
14988 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
14989
14990         * configure.in: Nuke hacks which were used to get a special
14991         version of GAS for HPPA configurations.
14992
14993 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14994
14995         * configure:  If only ${target_alias} is given, use that
14996         as the default for ${host_alias}.
14997         * configure:  Add missing back-slashes before nested quotes.
14998
14999 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15000
15001         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
15002
15003 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
15004
15005         * config.guess:  Recognize some Tektronix configurations.
15006         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
15007
15008 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15009
15010         * config.sub: Match any flavor of SH.
15011
15012 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
15013
15014         * configure.in: Don't try to configure newlib for Alpha.
15015
15016 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15017
15018         * configure.in: Don't build ld for Irix 5.  Don't build gas,
15019         libg++ or libio for any Alpha target.
15020
15021         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
15022
15023 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
15024
15025         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
15026         default arguments -- so it tried to compress itself.
15027
15028 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15029
15030         * configure.in (notsupp): ensure that a space is always at the end
15031           of the configdirs list, since the grep checks for an explicit space
15032
15033 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15034
15035         * configure.in (target i386-sysv4.2): don't build ld, since static
15036           versions of many libraries are not available.
15037
15038 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15039
15040         * config.guess: Recognize Apollos (using environment variables).
15041         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
15042
15043 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15044
15045         * config.guess: Recognize Sony news mips running newsos.
15046
15047 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
15048
15049         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
15050         "fi ; else" for bash.
15051
15052 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
15053
15054         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
15055
15056 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
15057
15058         * config.sub: accept unixware as an alias for svr4.2.
15059         Fix some inconsistancies with the gcc version.
15060
15061 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15062
15063         * Makefile.in (DISTDOCDIRS):  Add gdb.
15064
15065 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15066
15067         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
15068
15069 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15070
15071         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
15072         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
15073         this now.
15074
15075 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15076
15077         * config.sub: Accept hiux* as an OS name.
15078
15079         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
15080         etc/make-stds.texi.  The underscore came from gcc, and dje now
15081         agrees that RUNTESTFLAGS is the correct name.
15082
15083 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15084
15085         * install.sh:  Remove 'set -e'.  It makes any conditionals
15086         in the script useless.
15087
15088         * config.guess: Automatically recognize arm-acorn-riscix
15089         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
15090
15091 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
15092
15093         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
15094
15095 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15096
15097         * Makefile.in (DISTDOCDIRS): New variable.
15098         (taz): Edit local Makefile.in sooner, instead of proto-toplev
15099         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
15100
15101 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15102
15103         * configure.in (hppa target): check the source directory for the
15104           pagas sub-directory
15105
15106 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
15107
15108         * config.sub: Allow -aout* and -elf*.
15109
15110 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15111
15112         * configure.in: Don't build ld on i386-solaris2, same as for
15113         sparc-solaris2.
15114
15115 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15116
15117         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
15118
15119 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15120
15121         * configure.in:  Configure gdb for alpha.
15122
15123 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15124
15125         * Makefile.in (CXXFLAGS): Add -O.
15126
15127 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15128
15129         * config.guess: added support for DG Aviion
15130
15131 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15132
15133         * configure.in: Produce warning message for subdirectories not
15134         configurable for this host/target combination.  Don't try to
15135         configure gdb for vms.
15136
15137 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15138
15139         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
15140         appropriate files before making "diststuff".
15141         (DISTBISONFILES): New var: list of files to be edited.
15142         (DISTSTUFFDIRS): Add binutils.
15143
15144 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15145
15146         * config.sub: also handle mipsel and mips64el (for little endian mips)
15147
15148 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15149
15150         * configure.in: Add * to end of all OS names.
15151
15152 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
15153
15154         * configure.in: Build newlib for LynxOS native.
15155
15156 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15157
15158         * config.guess: Add support for delta 88k running SVR3.
15159
15160         * configure.in: Add comment about HP compiler vs. emacs.
15161
15162 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15163
15164         * configure.in: don't build ld on solaris2 (not a viable option
15165           due to bugs in getpwnam & getpwuid)
15166
15167 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15168
15169         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
15170         config.guess will produce a full version number.
15171
15172 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15173
15174         * configure.in: Build linker and binutils for alpha-dec-osf1.
15175
15176 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15177
15178         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
15179         and gdb/testsuite/Makefile.in.
15180
15181 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15182
15183         * configure.in: recognize mips*- instead of mips-
15184
15185 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15186
15187         * config.sub: Accept linux*coff and linux*elf as operating
15188         systems.
15189
15190 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15191
15192         * config.sub: Recognize mips64, and mips3 as an alias for it.
15193
15194 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15195
15196         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
15197         gdb knows how to handle OSF/1 shared libraries.
15198
15199 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15200
15201         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
15202         * config.guess: Recognize Hitachi's HIUX.
15203         * config.sub: Recognize h3050r* and hppahitachi.
15204         Remove redundant cases for hp9k[23]*.
15205
15206 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15207
15208         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
15209         if gas and ld are in the source tree and are in ${configdirs}.
15210         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
15211         --with options (but still pass them down on the command line,
15212         if they were explicitly specified).
15213
15214 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15215
15216         * configure: substitute SHELL value in Makefile.in with
15217         ${CONFIG_SHELL}
15218
15219 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15220
15221         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
15222         *-*-solaris2* targets.
15223
15224 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15225
15226         * Makefile.in: define M4, and pass it down to sub-makes;
15227         all-autoconf now depends on all-m4
15228
15229 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15230
15231         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
15232         presence of {ar,ranlib} instead of a configured directory
15233
15234 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
15235
15236         * config.guess: Accept 34?? as well as 33?? for NCR.
15237
15238 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15239
15240         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
15241         of 'gas' in sed commands, since 'gash' is now in the tree as well.
15242
15243 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15244
15245         * configure: grab values for $(CC) and $(CXX) from the
15246         environment, so that someone can do "CC=gcc configure; make" and
15247         have it work right (matching the way that autoconf works now)
15248
15249         * configure.in, Makefile.in: add support for gash, the tcl
15250         interface to Galaxy
15251
15252         * config.guess: add NetBSD variants (hp300, x86)
15253
15254 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
15255
15256         * install.sh: Support -d option (in the manner of SunOS 4 install,
15257         as it is more deterministic than that of GNU install)
15258         (chmodcmd): Set file to mode 755 by default (should also do default
15259         chgrp and chown, but I don't feel like dealing with that now)
15260
15261 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
15262
15263         * config.sub: Remove h8300hhms alias.
15264
15265 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15266
15267         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
15268
15269 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15270
15271         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
15272         as stmp-fixinc
15273
15274 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15275
15276         * config.sub: recognize m88110-bug-coff.
15277
15278 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15279
15280         * Makefile.in (all-libio): all dependencies on the toolchain used
15281         to build this (gcc, gas, ld, etc)
15282
15283 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15284
15285         * config.guess: Deal with OSF/1 1.3 on alpha.
15286
15287 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15288
15289         * install.sh: add some 'else true' clauses for portability
15290
15291         * configure.in: don't build libio for h8[35]00-*-* targets
15292
15293 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15294
15295         * Makefile.in:  Add support for new libio.
15296
15297 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15298
15299         * install.sh: If one command fails, don't try the rest.  Don't try
15300         to remove $dsttmp (via trap) unless we have already created it.
15301         If $src doesn't exist, detect it and exit with an error.
15302
15303         * config.guess: Recognize BSD on hp300.
15304
15305 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15306
15307         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
15308         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
15309
15310 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
15311
15312         * Makefile.in (all-send-pr): depends on all-prms
15313
15314 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15315
15316         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
15317
15318 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15319
15320         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
15321         Added test for mips-mips-riscos5.
15322
15323 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15324
15325         * configure.in: use mh-hp300 for 68k HP hosts
15326
15327 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15328
15329         * configure: add support for CONFIG_SHELL, so that you can use
15330         some alternate shell for evaluating configure scripts
15331
15332 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
15333
15334         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
15335         in configure script to bug-gdb@prep.ai.mit.edu when building
15336         distribution archive.
15337         * Makefile.in (COMPRESS):  Remove def.
15338         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
15339         gdb.tar.Z and make-gdb.tar.Z respectively.
15340         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
15341         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
15342         to convergence with 'taz' target in Makefile.in.
15343
15344 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15345
15346         * install.sh (dsttmp): use trap to ensure that tmp files go
15347         away on error conditions
15348
15349 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15350
15351         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
15352
15353 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15354
15355         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
15356         its parent is '/' not ''.
15357
15358         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
15359
15360 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
15361
15362         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
15363         that ${newsrcdir}/configure.in does.
15364
15365 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15366
15367         * test-build.mk: support for CONFIG_SHELL
15368
15369 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
15370
15371         * config.sub (netware):  Add as a basic system type.
15372
15373 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15374
15375         * Makefile.in (Makefile): depend on configure.in.  Also drop the
15376           $(srcdir)/ from the dependency on Makefile.in.
15377
15378 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
15379
15380         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
15381         (h8300hhms is temporary until multi-libraries are implemented).
15382         * configure.in: Handle h8300h too.
15383
15384 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15385
15386         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
15387
15388 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
15389
15390         * configure:  Remove extraneous output when guessing host type.
15391         * config.guess:  Remove extraneous output when guessing using C
15392         compiler rather than uname, or when guessing fails.
15393
15394 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
15395
15396         * Makefile.in: remove all.cross and install.cross targets
15397
15398         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
15399           definitions
15400
15401 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
15402
15403         * configure.in (target sh): Build gprof.
15404
15405 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15406
15407         * config.sub: change -solaris to -solaris2
15408
15409 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15410
15411         * configure.in: Use config/mh-riscos for mips-*-sysv*.
15412
15413 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
15414
15415         * configure: Correct error message for missing Makefile.in to
15416         print correct directory.
15417
15418 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15419
15420         * install.sh: kludge around 386BSD shell bug
15421
15422 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
15423
15424         * config.guess:  Recognize NeXT.
15425         * config.guess:  Recognize i486-ncr-sysv4.
15426         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
15427
15428 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
15429
15430         * Makefile.in (MAKEINFOFLAGS): New variable.
15431         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
15432         * build-all.mk, test-build.mk: Pass down --no-split as
15433         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
15434
15435 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
15436
15437         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
15438
15439 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
15440
15441         * Makefile.in (libg++.tar.z):  New rule.
15442         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
15443         * Makefile.in (taz):  Only do a single chmod.
15444
15445 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15446
15447         * install.sh: don't use dirname anymore (replaced with sed usage)
15448
15449 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
15450
15451         * Makefile.in:  Change extension for gzip'd files from '.z' to
15452         '.gz' per new FSF standard usage.
15453
15454 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15455
15456         * configure: put quotes around the final value of program_transform_name
15457
15458 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15459
15460         * Makefile.in: new install.sh support; update install-info rules
15461
15462 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
15463
15464         * configure.in: Build diff for crosses, but not for go32 host.
15465
15466         * configure.in: Build gprof only for native, and don't build it
15467         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15468
15469 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
15470
15471         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15472
15473 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15474
15475         * configure.in (host_tools): Add prms.
15476
15477 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15478
15479         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15480         with $(FLAGS_TO_PASS) on the command line
15481
15482         * config.sub: Recognize lynx and lynxos
15483
15484 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15485
15486         * config.sub: Accept -ecoff*, not just -ecoff.
15487
15488 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15489
15490         * Makefile.in (taz): Use .gz suffix instead of .z.
15491         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15492         names.
15493
15494 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15495
15496         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15497
15498 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15499
15500         * Makefile.in (install-no-fixedincludes):  install gcc last, so
15501         that rebuilds that might happen during 'make install' don't get
15502         bogus gcc include files
15503
15504 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15505
15506         Change from Utah for HPPA support:
15507         * config.guess: Recognize hppa1.x-hp-bsd.
15508
15509 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
15510
15511         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
15512         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
15513
15514 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15515
15516         * config.sub: Add support for rom68k and bug boot monitors.
15517
15518 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
15519
15520         * Makefile.in: Make all-opcodes depend on all-bfd.
15521
15522 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15523
15524         * config.guess: Added special check for i[34]86-univel-sysv4*.
15525
15526 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
15527
15528         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15529         the processor rather than assuming i486.
15530
15531 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15532
15533         * config.guess: Recognize SunOS6 as Solaris3.
15534
15535 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
15536
15537         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
15538         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15539
15540 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
15541
15542         * build-all.mk (all-cross): New target for Canadian Cross.
15543         Added Q2 go32 targets.
15544         * test-build.mk: Configure go32 cross sparclite-aout and
15545         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
15546         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15547
15548 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15549
15550         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15551         GO32 hosted toolchains
15552
15553 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15554
15555         * configure: change  so "-exec-prefix" gets passed down rather
15556         than "-exec_prefix" so autoconf generated Makefiles get the
15557         exec_prefix set right.
15558
15559 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15560
15561         * config.guess: get the Solaris2 minor version number
15562
15563         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15564
15565 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15566
15567         * config.guess: Recognize some Sequent platforms.
15568
15569 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15570
15571         * Makefile.in: added the vault-install target
15572
15573         * configure.in: actually use the Sun3 makefile fragment that's in
15574         config, also added the release dir to configdirs
15575
15576 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15577
15578         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15579
15580 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15581
15582         * configure.in: remove some program from Alpha targetted toolchains
15583
15584 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
15585
15586         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
15587         gprof.
15588         (taz): Run "make diststuff" in those directories instead of "make
15589         proto-dir".  Look for "VERSION=" only at start of line in subdir
15590         Makefile.  Use "gzip -9" for compression.
15591         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15592         (binutils.tar.z): New target.
15593
15594 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15595
15596         * Makefile.in (taz): Include gpl.texinfo.
15597
15598 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15599
15600         * Makefile.in (setup-dirs): Merged into "taz" target.
15601         (taz): Only do `proto-dir' stuff if a directory is actually needed
15602         for this target.
15603
15604 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
15605
15606         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15607         (FLAGS_TO_PASS): Pass down MUNCH_NM.
15608         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15609         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15610         (gcc-no-fixedincludes): Correct for current gcc Makefile.
15611
15612 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
15613
15614         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
15615         config.sub, and move-if-change to gdb testsuite distribution
15616         archive, so the testsuite can be extracted, configured, and
15617         run separately from the gdb distribution.  Blow away the Chill
15618         tests that require a Chill compiled executable, since GNU Chill
15619         is not yet publically available.
15620
15621 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15622
15623         * test-build.mk: set environment variables in a single command,
15624         instead of a list of assignments and exports
15625
15626         * config.guess: recognize Alpha/OSF1 systems
15627
15628 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15629
15630         * configure: Change help message to prefer --options rather than
15631           -options.
15632
15633 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15634
15635         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15636         zippy@ecst.csuchico.edu.
15637         * config.guess: Recognize miniframe.
15638
15639 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15640
15641         * Makefile.in: Use srcroot to find runtest rather than rootme.
15642         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
15643
15644 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
15645
15646         * test-build.mk: Extensive additions to support building on a
15647         machine other than the host.
15648
15649 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15650
15651         * configure (tooldir): Fix for i386-aix again.
15652
15653 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
15654
15655         * configure, Makefile.in:  Change definition of $(tooldir)
15656         to match the FSF.
15657
15658 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
15659
15660         * config.guess:  Recognize i[34]86/SVR4.
15661
15662 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15663
15664         * Makefile.in (all-gdb): gdb depends on sim.
15665
15666 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
15667
15668         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
15669         at the same time we make the prototype gdb directory.
15670         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
15671         files at the same time as the gdb base release distribution.
15672
15673 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
15674
15675         * Makefile.in (check): Use individual check targets rather than
15676         DO_X rule.
15677         (check-gcc): Added.
15678
15679 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
15680
15681         * config.sub: Use sysv3.2 not sysv32 for canonical OS
15682         for System V release 3.2.
15683
15684 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15685
15686         * config.sub: Recognize hppaosf.
15687         * configure.in: Do configure ld/binutils/gas for it.
15688
15689 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15690
15691         * configure (tooldir): Alter syntax used to set this, for systems
15692         where "\$" isn't handled right, like i386-aix.
15693
15694 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15695
15696         * configure: Pass program-transform-name, not
15697         program_transform_name, to recursive configures.
15698
15699 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
15700
15701         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15702         of gas+ld+binutils.
15703
15704 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
15705
15706         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
15707
15708 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15709
15710         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15711
15712 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15713
15714         * Makefile.in (PRMS): Set back to all-prms.
15715
15716 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15717
15718         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15719         targets, rather than for MIPS hosts.
15720
15721 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15722
15723         * configure.in: add comment for --with-x default values
15724
15725         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15726
15727         * Makefile.in: add check-* targets for each of the directories in
15728         the tree.  Add a definition of RUNTEST that will use the one we
15729         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
15730
15731 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
15732
15733         * configure.in: Removed obsolete references to bfd_target and
15734         target_makefile_frag.
15735
15736         * build-all.mk: Set assorted targets for Q2.
15737         * config.sub: Recognize z8k-sim and h8300-hms.
15738         * test-build.mk: Really don't pass host to configure.
15739         (HOLES): Added uname.
15740
15741 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
15742
15743         * configure: Handle an empty program-prefix, program-suffix or
15744         program-transform-name correctly.
15745
15746 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15747
15748         * build-all.mk: -G 8 no longer required for MIPS targets.
15749         * test-build.mk: Don't pass host argument to configure; make it
15750         guess.
15751
15752 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
15753
15754         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
15755         * Makefile.in (COMPRESS):  New macro, like GZIP.
15756
15757 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15758
15759         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15760
15761         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15762         with gas currently defaults to -G 0.
15763
15764 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
15765
15766         * Makefile.in (all-flex): flex depends on byacc.
15767
15768         * build-all.mk: If host not specified, use config.guess.  Pass TAG
15769         to test-build.mk as RELEASE_TAG.
15770         * test-build.mk (configargs): New variable containing arguments to
15771         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
15772         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15773
15774         * config.guess: Use /bin/uname when checking -X argument on SCO,
15775         to avoid invoking GNU uname which doesn't understand -X.
15776
15777         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15778
15779         * configure.in: Build gas for mips-*-*.
15780
15781 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15782
15783         * Makefile.in (all.normal): insert missing backslash.
15784
15785 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15786
15787         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15788
15789         * Makefile.in: Complete overhaul to merge many almost identical
15790         targets.
15791
15792 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15793
15794         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15795         (gdb.tar.Z): Adjusted.
15796
15797         * Makefile.in (setup-dirs, taz): New targets; should be general
15798         enough to adapt for gdb sometime.  Build only .z file.
15799         (gas.tar.z): New target.
15800
15801 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
15802
15803         * build-all.mk: Use CC=cc -Xs on Solaris.
15804
15805 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
15806
15807         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
15808         for handling BISON for FSF releases.
15809
15810 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15811
15812         * configure: Actually implement the change zoo just documented.
15813
15814 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
15815
15816         * configure: when using config.guess, only set target_alias when
15817         it's not already been set (ie, on the command line)
15818
15819 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15820
15821         * Makefile.in: add installcheck target, set PRMS to install-prms
15822
15823 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15824
15825         * configure: add support for package_makefile_fragment, handle the
15826         case where a directory has a configure.in file but no Makefile.in
15827         more gracefully (with an actual understandable error message, even);
15828         add support for --without (and add this to the usage message); also
15829         explicitly add a --host=${host_alias} to the command line when
15830         config.guess is used
15831
15832 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15833
15834         * configure: Must use both --host and --target in recursive calls.
15835
15836 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15837
15838         * Makefile.in: Change deja-gnu to dejagnu.
15839
15840 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15841
15842         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15843
15844 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15845
15846         * configure.in: canonicalize all instances to *-*-solaris2*,
15847         also strip out a number of tools to not build for go32 host
15848
15849 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15850
15851         * config.guess: add GPL.
15852
15853         * Makefile.in, config.guess, config.sub, configure: bump
15854           copyrights to 93.
15855
15856 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
15857
15858         * Makefile.in (do-info): Removed obsolete check for existence of
15859         localenv file.
15860
15861         * Makefile.in (MAKEOVERRIDES): Define to be empty.
15862
15863 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15864
15865         * Makefile.in: a couple of 'else true' for decstation,
15866         support for TclX
15867
15868         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15869
15870 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
15871
15872         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15873
15874 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
15875
15876         * config.guess: Recognize i386-ibm-aix (PS/2).
15877         * configure.in: Use config/mh-aix386 file for it.
15878
15879 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
15880
15881         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15882         CC_FOR_TARGET instead.
15883         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15884
15885 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
15886
15887         * Makefile.in: Add sim to list of directories sent with gdb
15888
15889 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15890
15891         * configure.in: Put back mips-dec-bsd* case.
15892
15893 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
15894
15895         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15896         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
15897         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15898
15899 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15900
15901         * configure.in: remove no-op mips-dec-bsd* in "case $target"
15902
15903         * Makefile.in (dir.info): only run gen-info-dir if it exists,
15904         (install-info): install dir.info only if it exists,
15905         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15906
15907 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
15908
15909         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
15910         gas for mips-dec-bsd.
15911
15912 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
15913
15914         * configure (makesrcdir): If ${srcdir} is relative and not ".",
15915         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15916
15917 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15918
15919         * configure.in: Added "dejagnu" to hosttools list.
15920
15921 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
15922
15923         * config.sub, configure.in, config.guess:  Add support
15924         for Bosx, an AIX variant from Bull.
15925         Patches from F.Pierresteguy@frcl.bull.fr.
15926
15927 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15928
15929         * devo/dejagnu: Initial creation of devo/dejagnu.
15930         Migrated dejagnu testcases and support files for testing software
15931         tools to reside as subdirectories, currently called "testsuite",
15932         within the directory of the software tool.  Migrated all programs,
15933         support libraries, etc. beloging to dejagnu proper from
15934         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
15935         with no modifications.  The changes to these files which will
15936         allow them to configure, build, and execute properly will be made
15937         in a future update.
15938
15939 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15940
15941         * Makefile.in: Change send_pr to send-pr.
15942         * configure.in: Likewise.
15943         * send_pr: Renamed directory to send-pr.
15944
15945 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
15946
15947         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
15948
15949 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
15950
15951         * README:  Update for gdb-4.8 release.
15952         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
15953         gdb-xxx.tar.z (gzip'd) file also.
15954
15955 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15956
15957         * Makefile.in: make all-diff depend on all-libiberty
15958
15959 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
15960
15961         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15962
15963 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15964
15965         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15966
15967 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
15968
15969         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
15970         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
15971         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
15972
15973 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15974
15975         * Makefile.in:  makeinfo binary is in a new location
15976
15977 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
15978
15979         * config.sub: Accept -ecoff as an OS.
15980
15981         * Makefile.in: Various changes to eliminate a level of make
15982         recursion and reduce the required command line length.
15983         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15984         sub-makes.
15985         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15986         variables holding settings for specific sub-makes.
15987         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15988         in terms of BASE_FLAGS_TO_PASS.
15989         (TARGET_LIBS): New variable listing directories which use
15990         TARGET_FLAGS_TO_PASS.
15991         (subdir_do): Eliminated.
15992         (do-*): New set of targets to replace subdir_do.
15993         (various): All targets which used subdir_do now depend on do-*.
15994         (local-clean): Renamed from do_clean.
15995         (local-distclean): New target, dependency of distclean and
15996         realclean.
15997         (install-info): Don't create directories.  Depend on dir.info
15998         rather than calling make recursively.
15999         (install-dir.info): Eliminated.
16000         (install-info-dirs): Create all info directories here.
16001         (dir.info): Depend upon do-install-info.
16002
16003         * test-build.mk (HOLES): Added false.
16004
16005 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
16006
16007         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
16008
16009 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16010
16011         * Makefile.in (info): remove dependency on all-texinfo.  The
16012         problem was really in texinfo/C, not at this level.
16013
16014 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16015
16016         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
16017
16018 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
16019
16020         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
16021         GDB releases.
16022
16023 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16024
16025         * configure: Include srcdir in message about target of link not
16026         being found.  Don't convert `-' to `_' in `with' options being
16027         passed to subdirs.
16028
16029 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16030
16031         * configure.in: add uudecode to host_tools
16032
16033         * Makefile.in: added {all,install}-uudecode targets, added them to
16034         the appropriate lists
16035
16036 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
16037
16038         * Makefile.in (all-gcc): Added dependency on all-gas.
16039
16040         * configure.in (mips-*-*): Build ld and binutils.
16041
16042 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16043
16044         * configure: check return code from mkdir, print error message and
16045           exit on failure.
16046
16047 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
16048
16049         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
16050
16051 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16052
16053         * test-build.mk (HOLES): Added tar, cpio and uudecode.
16054
16055 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16056
16057         * config.sub (h8500):  Recognize this as a cpu type.
16058
16059 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16060
16061         * configure: source directory missing is no longer a warning
16062
16063         * configure.in: recognize irix[34]* instead of irix[34]
16064
16065         * Makefile.in: define and pass down X11_LIB
16066
16067 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
16068
16069         * guess-systype: Renamed to ...
16070         * config.guess:  ... by popular request.
16071         * configure.in, Makefile.in:  Update accordingly.
16072
16073 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
16074
16075         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
16076         + Add Convex, Cray/Unicos, and Encore/Multimax support.
16077         + Execute ./dummy instead of assuming . is in PATH.
16078
16079 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
16080
16081         * guess-systype:  New shell script.  Attempts to guess the
16082         canonical host name of the executing host.
16083         Only a few hosts are supported so far.
16084         * configure:  Call guess-systype if no host is specified.
16085
16086 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16087
16088         * Makefile.in (gcc-no-fixedincludes): Made to work with current
16089         gcc Makefile.
16090
16091
16092 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
16093
16094         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
16095         (all-gcc, install-gcc, subdir_do): Use it.
16096
16097 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16098
16099         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
16100
16101 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
16102
16103         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
16104           set exclusively by configure, using configure.in .
16105
16106 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16107
16108         * test-build.mk: set $PATH for all builds
16109
16110         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
16111
16112 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
16113
16114         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
16115         the one used in gcc/Makefile.in, so that a null expansion doesn't
16116         override the one needed to build gcc with a native cc.
16117
16118
16119 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16120
16121         * configure: Accept -with arguments.
16122
16123 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16124
16125         * Makefile.in: added h8300sim
16126
16127 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
16128
16129         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
16130         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
16131         (all-cygnus, native, build-cygnus): Make
16132         $(canonhost)-stamp-3stage-done, not $(host)....
16133         * test-build.mk (stamp-3stage-compared): Use tail +10c for
16134         i386-sco3.2v4.  Added else true to if command.
16135
16136 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
16137
16138         * config.sub: (from FSF) Sequent uses a BSD-like OS.
16139
16140 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
16141
16142         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
16143
16144 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16145
16146         * configure.in: don't remove binutils from Solaris builds
16147
16148 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
16149
16150         * Makefile.in: get rid of earlier definitions for *clean,
16151         also handle the recursive info rule better
16152
16153 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
16154
16155         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
16156         do more-or-less the right thing.
16157
16158 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
16159
16160         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
16161         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
16162
16163 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16164
16165         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
16166         $(host_canonical).
16167
16168         * configure.in: split the configdirs list into 4 categories (native
16169         v. cross, library v. tool) and handle the cross-only and native-
16170         only in more reasonable (and correct!) way.
16171
16172 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
16173
16174         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
16175         configdirs anymore.
16176
16177 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16178
16179         * Makefile.in: extensive cleanup::  removed all of the explicit
16180         clean-* targets, collapsed many wrappers around subdir_do into
16181         one, added additional targets to satisfy standards.texi, deleted
16182         some old targets, some changes for consistency
16183
16184 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16185
16186         * configure.in: handle some programs as cross-only, and others as
16187         native only
16188
16189         * test-build.mk: handle partial holes in a more generic manner
16190
16191         * Makefile.in: m4 depends on libiberty
16192
16193 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16194
16195         * configure.in: add m4, textutils, fileutils, sed, shellutils,
16196         time, wdiff, and find to configdirs
16197
16198         * Makefile.in: all, clean, and install rules for the new programs
16199         added to configure.in
16200
16201 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16202
16203         * configure.in: use mh-sun for all *-sun-* hosts
16204
16205 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16206
16207         * Makefile.in: define flags for X11 include files and library file
16208         locations, pass them down to the programs that need this info
16209
16210         * build-all.mk: added a 'native' target, to 3stage the native toolchain
16211
16212 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16213
16214         * configure.in: start building libg++ for HP-UX targets
16215
16216 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
16217
16218         * README:  Update references to files moved into etc/.
16219
16220 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
16221
16222         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
16223         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
16224
16225 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16226
16227         * configure: accept dash as well as underscore in long option
16228         names for FSF compatibility.
16229
16230 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
16231
16232         * config.sub: added -sco3.2v4 support from FSF.
16233
16234 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16235
16236         * configure.in: expand the section that adds or removes
16237         directories from the list of programs to build, to handle native
16238         vs. cross in addition to host v. native
16239
16240 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
16241
16242         * Makefile.in:  Replace C++ in macro names with CXX.
16243         This is less likely to break ...
16244
16245 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16246
16247         * test-build.mk: add -w to GNU_MAKE
16248
16249 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16250
16251         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
16252         add 'sparc' to list of recognized cpus.  This needed to make
16253         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
16254         Delete some redundant ose68 variants.  Recognize -wrs as an os,
16255         then changes that into $CPU-wrs-vxworks.
16256
16257         * configure.in: remove most references to gdbtest, regularize
16258         target based program removal
16259
16260         * test-build.mk: import from p3 tree (many fixes and changes)
16261
16262 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
16263
16264         * Makefile.in: added rules to handle tcl, tk, and expect
16265
16266         * configure.in: handle those directories if they exist
16267
16268 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16269
16270         * config.sub: removed bogus hppabsd and hppahpux names, since
16271         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
16272
16273 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16274
16275         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
16276         depends upon all-xiberty
16277
16278         * Makefile.in: changes from p3, including:
16279
16280         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
16281
16282         * Makefile.in (XTRAFLAGS): include newlib directories if
16283         newlib/Makefile exists, rather than if host != target.
16284
16285         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
16286
16287         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16288         from the same source tree and not building a cross-compiler.  This
16289         matters for the libg++ configuration if reconfiguring a tree that
16290         has already been installed.
16291
16292         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
16293
16294         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16295         pick up the machine and system specific header files.
16296
16297         * Makefile.in: added AS_FOR_TARGET, passed down in
16298         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16299         the C compiler to use to create programs which are run in the
16300         build environment, set it to default to $(CC), and passed it down
16301         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16302
16303         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
16304
16305         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
16306         We need them for unusual native builds, like systems without
16307         ranlib.
16308
16309         * configure: also define $(host_canonical) and
16310         $(target_canonical), which are the full, canonical names for the
16311         given host and target
16312
16313 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
16314
16315         * Makefile.in:  Added separate definitions for C++.
16316
16317 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
16318
16319         * configure.in (configdirs):  Add deja-gnu.
16320
16321 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
16322
16323         * README:  Update for configure.texi and gdb-4.7 release.
16324
16325 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
16326
16327         * Makefile.in:  Move "all" target to top of file.
16328         Previously, first target was ".PHONY" which caused BSD4.4 make
16329         to build .PHONY when make was run without arguments.
16330
16331 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
16332
16333         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
16334         Library-copylefted code in libiberty.
16335
16336 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
16337
16338         * config.sub:  Replace m68kmote with plain old m68k.
16339
16340 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
16341
16342         * Makefile.in:  Remove space from blank line, avoid Make complaints.
16343
16344 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
16345
16346         * config.sub: Complain if no argument is given.  Added support for
16347         386bsd as OS and target alias.
16348
16349 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
16350
16351         * Makefile.in (XTRAFLAGS): include newlib directories if
16352         newlib/Makefile exists, rather than if host != target.
16353
16354 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
16355
16356         * config.sub: recognize sparclite-wrs-vxworks.
16357
16358         * Makefile.in (install-xiberty): added *-xiberty make rules (from
16359         p3.) Added clean-xiberty to clean.
16360
16361 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16362
16363         * configure.in: use *-*-* instead of nested cases for host and target
16364
16365 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
16366
16367         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16368         from the same source tree and not building a cross-compiler.  This
16369         matters for the libg++ configuration if reconfiguring a tree that
16370         has already been installed.
16371
16372 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
16373
16374         * config.sub (i486v/i486v4):  Merge in from FSF version.
16375
16376 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
16377
16378         * configure: only set PWD if it is already set.
16379
16380 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
16381
16382         * configure: just set PWD=`pwd` at the top, since Ultrix sh
16383         doesn't have unset and all success paths (and most error paths)
16384         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
16385         to just ${PWD} to avoid confusion.)
16386
16387 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
16388
16389         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
16390         even for a native compilation.
16391
16392 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
16393
16394         Changes to make the gdb.tar.Z rule work better.
16395
16396         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
16397         (DEVO_SUPPORT):  Add configure.texi.
16398         (bfd-ilrt.tar.Z):  Remove ancient rule.
16399
16400 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
16401
16402         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16403         pick up the machine and system specific header files.
16404
16405         * configure.in, config.sub: added new target m68010-adobe-scout,
16406         with alias of adobe68k.  Changed configure.in to check for
16407         -scout before -sco* to avoid a false match.
16408
16409         * Makefile.in: added AS_FOR_TARGET, passed down in
16410         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16411         the C compiler to use to create programs which are run in the
16412         build environment, set it to default to $(CC), and passed it down
16413         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16414
16415 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16416
16417         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
16418         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
16419         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
16420         FOR_TARGET variants, to newlib and libg++.
16421
16422 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16423
16424         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
16425         first.
16426
16427 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
16428
16429         * config.sub:  Accept `elf' as an environment.
16430
16431 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16432
16433         * Makefile.in (all-opcodes):  cd into the right directory
16434
16435 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
16436
16437         * configure: added -program_transform_name option, used as
16438         argument to sed when installing programs.
16439         configure.texi: added documentation for -program_prefix,
16440         -program_suffix and -program_transform_name.
16441
16442 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
16443
16444         * config.sub:  Accept i486 where i386 ok.
16445
16446 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
16447
16448         * config.sub: accept we32k
16449
16450 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
16451
16452         * config.sub, configure.in: accept OSE68000 and OSE68k.
16453
16454         * Makefile.in: don't create all directories for ``make install'';
16455         let the subdirectories create the ones they need.
16456
16457 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16458
16459         * COPYING: new file, GPL v2
16460
16461 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16462
16463         * Makefile.in: use the new gen-info-dir, which needs a template
16464         argument (which also lives in texinfo)
16465
16466         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16467
16468 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
16469
16470         * config.sub (ncr3000):  Change i386 to i486.
16471
16472 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16473
16474         * Makefile.in: add install-rcs, install-grep to
16475         install-no-fixedincludes, removed install-bison and install-libgcc
16476
16477 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
16478
16479         * configure.in: grab the HPUX makefile fragment if on HPUX
16480
16481 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
16482
16483         * Makefile.in: eradicate bison spoor (ditto libgcc).
16484          configure.in: recognise m68{k,000}-ericsson-OSE.
16485          es1800 is alias for m68k-ericsson-OSE
16486
16487 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16488
16489         * configure.in: rearrange the parts that remove programs from
16490         configdirs, based now on HOST==TARGET or by canonical triple.
16491
16492 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16493
16494         * test-build.mk: recurse explicitly with -f test-build.mk when
16495           appropriate.  predicate stage3 and comparison on the existence
16496           of gcc.  That is, if gcc isn't around, we aren't three-staging.
16497           On very clean, also remove ...stamp-co.  Build in-place before
16498           doing other builds.
16499
16500 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16501
16502         * Makefile.in, configure.in: add tgas
16503
16504 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16505
16506         * Makefile.in: a number of changes merged in from progressive.
16507
16508         * configure.in: add libm.
16509
16510         * .cvsignore: ignore some stuff that comes from test-build.mk.
16511
16512 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
16513
16514         * config.sub:  Add es1800 (m68k-ericsson-es1800).
16515
16516 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
16517
16518         * configure: Add program_suffix (parallel to program_prefix)
16519         * Makefile.in: adjust directory-creating script for losing decstation
16520
16521 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
16522
16523         * configure:  Minor $subdir-related fixes.
16524
16525 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16526
16527         * configure: fix various problems with propogating
16528         makefile_target_frag in subdirs.
16529         * configure.in: config libgcc if its there
16530
16531 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
16532
16533         * config.sub:  HPPA merge.
16534
16535 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
16536
16537         * Makefile.in:  Replace all-bison with all-byacc in all
16538         dependency lines for other tools (which now use byacc).
16539
16540 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
16541
16542         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
16543
16544 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
16545
16546         * Makefile.in: make gprof rules similar to byacc rules (instead of
16547         vestigal $(unsubdir) that didn't work...)
16548
16549 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
16550
16551         * config.sub:  Add support for Linux.
16552         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
16553         (at least for libg++).
16554
16555 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
16556
16557         * configure.texi: fix doc for the -nfp option to configure
16558
16559 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
16560
16561         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16562
16563 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
16564
16565         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16566         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16567         * configure.in: added solaris* host_makefile_frag hook.
16568
16569 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16570
16571         * config.sub: changed recognition of m68000 so that various
16572         m68k types can be specified via m680[01234]0
16573
16574 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16575
16576         * config.sub (basic_machine): fix sed so that '-foo' isn't
16577         completely substituted out while .+'-foo' loses the '-foo'
16578
16579 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16580
16581         * config.sub ($os): Add -aout.
16582
16583 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
16584
16585         * configure:  If host_makefile_frag is absolute, don't
16586         prefix ${invsubdir} (relevant to libg++ auto-configure).
16587
16588 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16589
16590         * Makefile.in (tooldir): Define it.
16591         (all-ld): Depend on all-flex.
16592
16593 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
16594
16595         * Makefile.in (check):  Fix libg++ special case.
16596
16597 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
16598
16599         * configure: do not bury `pwd` into config.status, thus do fewer
16600           pwd's.
16601
16602         * configure: print the "Building in" message only when building in
16603           other than "." AND verbose.
16604
16605         * configure: remove -s, rework -v to better accommodate guested
16606           configures.
16607
16608         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16609
16610 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
16611
16612         * Makefile.in: macroize flags passed on recursion.  remove
16613           fileutils.
16614
16615 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
16616
16617         * configure: get makesrcdir right for subdirs deeper than 1.
16618
16619         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16620           install.
16621
16622 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
16623
16624         * Makefile.in: don't print subdir_do or recursion lines.
16625
16626 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
16627
16628         * standards.texi: added menu item.
16629
16630         * Makefile.in: build and install standards.info.
16631
16632         * standards.texi: new file.
16633
16634 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16635
16636         * configure: test for and move config.status pieces from
16637           ${subdir}/.
16638
16639 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
16640
16641         * configure:  Test for existance of files before trying to mv
16642         them, to avoid numerous non-existance messages.
16643
16644 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
16645
16646         * configure: correct final line of config.status.
16647
16648         * configure: patch from eggert.  Avoids a protection problem if
16649           the original Makefile.in is read only.
16650
16651         * configure: use move-if-change from gcc to create config.status.
16652           Some makefiles depend on config.status to tell if a directory
16653           has been reconfigured for a different host.  This change
16654           prevents those directories from remaking everything in the case
16655           where the reconfig was only intended to rebuild a Makefile.
16656
16657         * configure: test for config.sub with "config.sub sun4" rather
16658           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
16659           host alias from a missing config.sub.
16660
16661 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16662
16663         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16664           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
16665
16666 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
16667
16668         * configure: mkdir ${subdir} as needed.
16669
16670 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
16671
16672         * Makefile.in,configure.in: added autoconf.
16673
16674 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16675
16676         * Makefile.in: no longer pass against on recursion.
16677
16678         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16679           definitions are not inherited.
16680
16681         * configure: correct makesrcdir when subdir is .
16682
16683 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
16684
16685         * configure:  Add support for 'subdirs' variable, which is
16686         like 'configdirs', except that configure doesn't re-invoke
16687         itself for subdirs, it just creates a Makefile for each subdir.
16688         * configure.texi:  Document subdirs.
16689
16690 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16691
16692         * configure.in: added flex to configdirs
16693
16694 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
16695
16696         * Makefile.in: remove clean-stamps from clean.
16697
16698 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
16699
16700         * configure.in:  Add gdbtest to configdirs.
16701
16702 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
16703
16704         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
16705         to recursive makes.
16706         * configure.in:  Recognize new ncr3000 config.
16707
16708 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
16709
16710         * Makefile.in, configure.in: removed references to gdbm.
16711
16712 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
16713
16714         * config.sub:  Don't canonicalize os value
16715         newsos* to bsd (readline needs to check for newsos).
16716         (This fix was earlier made Jan 31, but got re-broken.)
16717
16718 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
16719
16720         * configure.in:  sco is an os, not a vendor!
16721
16722         * configure:  Quote $( better.  Keep various shells happy.
16723
16724 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
16725
16726         * Makefile.in: eliminate stamp-files.
16727
16728 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
16729
16730         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
16731           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16732
16733 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
16734
16735         * config.sub:  fix iris/iris3.
16736
16737 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
16738
16739         * configure: re-add -rm.
16740
16741 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
16742
16743         * Maskefile.in: add .stmp-rcs to all.
16744
16745         * configure.in: remove gas from rs6000 build, use aix host fragment.
16746
16747 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
16748
16749         * configure: pass down site_option during recursion.
16750
16751 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
16752
16753         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
16754
16755 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
16756
16757         * configure: Change exec_prefix so that it really defaults to prefix.
16758
16759 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
16760
16761         * Makefile.in, configure.in:  Add support for mmalloc library.
16762
16763 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
16764
16765         * Makefile.in: add stmp dependencies for a few more things.
16766
16767 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
16768
16769         * configure: adjusted error message on objdir/srcdir configure
16770           collision, per john's suggestion.
16771
16772         * Makefile.in: add libiberty stmp to all and all.cross.
16773
16774 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
16775
16776         * Makefile.in: remove force dependencies, add grep to all.
16777
16778 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
16779
16780         * Makefile.in: drop flex.  make stamp files work.
16781
16782         * configure: added test for conflicting configuration in srcdir,
16783           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
16784           gets cranky.  use relative paths for configure and srcdir
16785           whenever possible.  Send some error messages to stderr that were
16786           going to stdout.
16787
16788 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
16789
16790         * Makefile.in:  Fix libg++ rule to check for gcc directory
16791         before using gcc/gcc.  Also pass XTRAFLAGS.
16792
16793 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
16794
16795         * Makefile.in: added stmp-files so that directories aren't polled
16796           when they are already built.
16797
16798         * configure.texi: fixed a node pointer problem.
16799
16800 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
16801
16802         * config.sub configure.in gdb/configure.in
16803         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16804         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16805         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
16806
16807 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16808
16809         * configure: -recurring becomes -silent.  corrected help message
16810           for -site= option.
16811
16812         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16813
16814 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16815
16816         * configure: when building Makefile for crosses, replace
16817           tooldir and program_prefix.  default srcdir from location of
16818           config.sub.  remove "for host in hosts" and "for target in
16819           targets" loops.
16820
16821 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16822
16823         * Makefile.in: Do not pass bindir or mandir to cvs.
16824
16825 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
16826
16827         * Makefile.in, configure.in: removed traces of namesubdir,
16828           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
16829           copyrights to '92, changed some from Cygnus to FSF.
16830
16831         * configure.texi: remove most references to multiple hosts,
16832           multiple targets, subdirs, etc.
16833
16834         * configure.man: removed rcsid. reference config.sub not
16835           config.subr.
16836
16837         * Makefile.in: mkdir $(infodir) on install-info.
16838
16839 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
16840
16841         * configure.texi:  Explain better about .gdbinit and about
16842         the environment that configure.in sections run in.
16843
16844 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
16845
16846         * configure.in:  Ultrix is only a decstation if it's a MIPS.
16847
16848 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
16849
16850         * README:  DOC.configure => cfg-paper.texi.
16851
16852 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
16853
16854         * config.sub (near case $os):  Don't convert newsos* to bsd!
16855
16856 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
16857
16858         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
16859         the number of copies of COPYING that go into the GDB tar file.
16860
16861 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
16862
16863         * bfd/configure.in, gdb/config/mh-i386sco,
16864         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16865         Fix SCO configuration stuff.
16866
16867 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
16868
16869         * Makefile.in:  For libg++, make sure the -I pointing
16870         to the gcc directory goes *after* all the libg++-local -I flags.
16871         Also, move just-gcc dependency from just-libg++ to all-libg++.
16872
16873 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
16874
16875         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
16876
16877 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
16878
16879         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
16880
16881 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
16882
16883         * config.sub:  Add stratus configuration frags.  Also
16884         submitted to FSF.
16885
16886 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
16887
16888         * Makefile.in (DEV_SUPPORT):  add configure.man.
16889
16890         * config.sub(Decode manufacturer-specific):  add -none*.
16891
16892 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
16893
16894         * Makefile.in:  remove form feeds to make Sun's make happy.
16895         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
16896
16897 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
16898
16899         * Makefile.in (AR_FLAGS):  Make quieter.
16900
16901 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
16902
16903         * configure.in:  Add libg++.
16904         * configure:  When verbose, don't output the command line at each
16905         level; it will be unremarkably the same as the previous version,
16906         which will be the same as what the user typed.
16907
16908 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
16909
16910         * configure.in, Makefile.in: fix clean-info, add flex.  add
16911           fileutils.
16912
16913         * configure: be less sensitive to spaces in Makefile.in.  Do not
16914           look for sources in "..".  Doing so breaks subdirectories that
16915           might have their own configure.  If a subdir has it's own
16916           configure script, use it.
16917
16918 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
16919
16920         * cfg-paper.texi: some changes suggested by rms.
16921
16922 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
16923
16924         * config.sub:  Merge in some small additions from the FSF version,
16925         taken from the gcc distribution, to bring the Cygnus and FSF
16926         versions into closer sync.
16927
16928 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
16929
16930         * configure.in:  Changed svr4 references to sysv4.
16931
16932 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
16933
16934         * configure: added -V for version number option.
16935
16936 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
16937
16938         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16939           renamed from DOC.configure to cfg-paper.texi.
16940
16941 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16942
16943         * configure, config.subr, config.sub: config.subr is now
16944           config.sub again.
16945
16946 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
16947
16948         * configure.texi: new file, in progress.
16949
16950         * Makefile.in: build info file and install the man page for
16951           configure.
16952
16953         * configure.man: new file, first cut.
16954
16955         * configure: find config.subr again now that configuration "none"
16956           has gone.  removed all traces of the -ansi option.  removed all
16957           traces of the -languages option.
16958
16959         * config.subr: resync from rms.
16960
16961 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16962
16963         * configure, config.sub, config.subr: merge config.sub into
16964           config.subr, call the result config.subr, remove config.sub, use
16965           config.subr.
16966
16967         * Makefile.in: revised install for dir.info.
16968
16969 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16970
16971         * configure.in: add decstation host makefile frag.
16972
16973         * Makefile.in: BISON now bison -y again.  also install-gcc on
16974           install.  clean-gdbm on clean.  infodir belongs in datadir.
16975           Make directories for info install.  Build dir.info here then
16976           install it.
16977
16978 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16979
16980         * Makefile.in: fix for bad directory tests.
16981
16982 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16983
16984         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
16985           regexp.  -srcdir relative was being handled incorrectly.
16986
16987         * Makefile.in: unwrapped some for loops so that parallel makes
16988           work again and so one can focus one's attention on a particular
16989           package.
16990
16991 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16992
16993         * configure: added PWD as a stand in for `pwd` (for speed). use
16994           elif wherever possible.  make -srcdir work without -objdir.
16995           -objdir= commented out.
16996
16997 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16998
16999         * configure: +options become --options.  -subdirs commented out.
17000           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
17001           Makefile now at top of generated Makefile.  Removed cvs log
17002           entries.  added -srcdir.  create .gdbinit only if there is one
17003           in ${srcdir}.
17004
17005         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
17006           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
17007           and mandir now keyed off datadir by default.
17008
17009 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17010
17011         * Freshly created ChangeLog.
17012
17013 \f
17014 Local Variables:
17015 mode: change-log
17016 left-margin: 8
17017 fill-column: 76
17018 version-control: never
17019 End: