OSDN Git Service

2012-02-08 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2012-02-08  Ira Rosen <irar@il.ibm.com>
2
3         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
4         maintainer.
5
6 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
7
8         * MAINTAINERS (Write After Approval): Move myself to maintain alphabetical order.
9
10 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
11
12         * MAINTAINERS (Write After Approval): Add myself.
13
14 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
15
16         * MAINTAINERS (Write After Approval): Add myself.
17
18 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
19             Jayant R Sonar <jayant.sonar@kpitcummins.com>
20
21         * configure.ac (cr16-*-*): Remove nonconfigdirs.
22         * configure: Regenerate.
23
24 2012-01-23  Harshit Chopra  <harshit@google.com>
25
26         * MAINTAINERS (Write After Approval): Add myself.
27
28 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
29
30         * configure.ac: Remove reference to mh-interix.
31         * configure: Regenerate.
32
33 2012-01-05  Richard Henderson  <rth@redhat.com>
34
35         PR bootstrap/51072
36         * configure.ac: Disable libitm if c++ is not enabled.
37         * configure: Rebuild.
38
39         * configure.ac: Fix regexp for same.
40         * configure: Rebuild.
41
42 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
43
44         * MAINTAINERS (Write After Approval): Add myself.
45
46 2012-01-02  Richard Guenther  <rguenther@suse.de>
47
48         PR bootstrap/51686
49         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
50         * Makefile.in: Regenerate.
51
52 2011-12-28  Oleg Endo <olegendo@gcc.gnu.org>
53
54         * MAINTAINERS (Write After Approval): Add myself.
55
56 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
57
58         * configure: Regenerate.
59
60 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
61
62         * MAINTAINERS (picochip): Changed email address.
63
64 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
65
66         * MAINTAINERS (write-after-approval): Add self.
67
68 2011-11-29  DJ Delorie  <dj@redhat.com>
69
70         * configure.ac (rl78-*-*) New case.
71         * configure: Regenerate.
72         * MAINTAINERS: Add myself as RL78 maintainer.
73
74 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
75
76         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
77
78 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
79
80         * libtool.m4: dditional FreeBSD 10 fixes.
81
82 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
83
84         * MAINTAINERS: Move myself from Write After Approval to CPU Port
85         Maintainers section, as Epiphany maintainer.
86
87 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
88
89         PR target/49992
90         * configure.ac: Remove ranlib special-casing for Darwin.
91         * configure: Regenerate.
92
93 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
94
95         * MAINTAINERS (Reviewers): Keep the list sorted.
96
97 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
98
99         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
100
101 2011-11-09  Roland McGrath  <mcgrathr@google.com>
102
103         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
104         * configure: Rebuild.
105         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
106         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
107         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
108         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
109         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
110         Add READELF.
111         * Makefile.in: Rebuild.
112
113 2011-11-09  Jason Merrill  <jason@redhat.com>
114
115         * Makefile.def (language=c++): Remove check-c++0x.
116         * Makefile.in (check-gcc-c++): Regenerate.
117
118 2011-11-08  Richard Henderson  <rth@redhat.com>
119
120         * configure.ac: Test for libitm directory present first.
121
122         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
123
124         * configure.ac: Test libitm/configure.tgt to disable libitm.
125         * configure: Rebuild.
126
127 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
128             Richard Henderson  <rth@redhat.com>
129
130         Merged from transactional-memory.
131
132         * Makefile.def (lang_env_dependencies): libitm is c++.
133         Add libitm target module.
134         * configure.ac: Likewise.
135         * config/mmap.m4: New file.
136         * contrib/gcc_update: Add libitm to touch data.
137         * Makefile.in, configure: Rebuild.
138
139 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
140
141         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
142         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
143         * Makefile.in: Regenerate.
144
145 2011-11-01  DJ Delorie  <dj@redhat.com>
146
147         * config.sub: Update to version 2011-10-29 (added rl78)
148
149 2011-10-27  Nick Clifton  <nickc@redhat.com>
150
151         * config.sub: Import these changes from the config project:
152
153         2011-10-08  Joern Rennecke <joern.rennecke@embecosm.com>
154             Ben Elliston  <bje@gnu.org>
155
156         * config.sub (epiphany): New.
157
158         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
159             Ben Elliston  <bje@gnu.org>
160
161         * config.sub (hexagon, hexagon-*): New.
162
163         2011-08-23  Roland McGrath  <mcgrathr@google.com>
164
165         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
166         64eb to be64.
167
168         2011-08-16  Roland McGrath  <mcgrathr@google.com>
169
170         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
171         (nacl): Grok as alias for 32el-unknown-nacl.
172
173 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
174
175         * MAINTAINERS (Write After Approval): Add myself.
176
177 2011-10-24  Teresa Johnson  <tejohnson@google.com>
178
179         * MAINTAINERS (Write After Approval): Add myself.
180
181 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
182
183         * MAINTAINERS (sparc port): Remove myself.
184
185 2011-09-14  Tom de Vries  <tom@codesourcery.com>
186
187         * MAINTAINERS (Write After Approval): Add myself.
188
189 2011-08-14  Yao Qi  <yao@codesourcery.com>
190
191         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
192         * configure: Regenerate.
193
194 2011-07-26  Ian Lance Taylor  <iant@google.com>
195
196         * configure.ac: Set have_compiler based on whether gcc directory
197         exists, rather than on whether gcc is in configdirs.
198         * configure: Rebuild.
199
200 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
201
202         * MAINTAINERS (Global Reviewers): Add self.
203
204 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
205
206         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
207         link directories.
208         * Makefile.in: Rebuild.
209
210 2011-07-20  Ian Lance Taylor  <iant@google.com>
211
212         PR bootstrap/49787
213         * configure.ac: Move --enable-bootstrap handling earlier in file.
214         If --enable-bootstrap and either --enable-build-with-cxx or
215         --enable-build-poststage1-with-cxx, enable C++ automatically.
216         * configure: Rebuild.
217
218 2011-07-19  Ian Lance Taylor  <iant@google.com>
219
220         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
221         make C++ a boot_language.  Set and substitute
222         POSTSTAGE1_CONFIGURE_FLAGS.
223         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
224         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
225         * configure, Makefile.in: Rebuild.
226
227 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
228
229         * MAINTAINERS (Register Allocation): Move myself from reviewers to
230         maintainers.
231
232 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
233
234         * MAINTAINERS (Global Reviewers): Add myself.
235
236 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
237
238         * configure: Regenerate.
239
240 2011-07-16  Jason Merrill  <jason@redhat.com>
241
242         * Makefile.def (language=c++): Add check-c++0x and
243         check-target-libmudflap-c++.
244         * Makefile.tpl (check-target-libmudflap-c++): New.
245         * Makefile.in: Regenerate.
246
247 2011-07-16  Matthias Klose  <doko@ubuntu.com>
248
249         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
250         * Makefile.def (target_modules/libjava): Pass
251         $(EXTRA_CONFIGARGS_LIBJAVA).
252         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
253         if not configured with --enable-static-libjava.
254         * Makefile.in: Regenerate.
255         * configure: Likewise.
256
257 2011-07-15  Jason Merrill  <jason@redhat.com>
258
259         * Makefile.in (check-c++): Move check-gcc-c++0x after
260         check-target-libstdc++-v3.
261
262 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
263
264         * MAINTAINERS (c6x port): New entry.
265
266 2011-07-13  Jason Merrill  <jason@redhat.com>
267
268         * Makefile.in (check-gcc-c++0x): New.
269         (check-c++): Depend on it.
270
271 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
272
273         PR target/39150
274         * configure.ac (i[3456789]86-*-solaris2*): Also accept
275         x86_64-*-solaris2.1[0-9]*.
276         * configure: Regenerate.
277
278 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
279
280         * MAINTAINERS (RTL optimizers): Add self.
281
282 2011-06-27  Gabriel Charette  <gchare@google.com>
283
284         * MAINTAINERS (Write After Approval): Add myself.
285
286 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
287
288         PR regression/47836
289         PR bootstrap/23656
290         PR other/47733
291         PR bootstrap/49247
292         PR c/48825
293         * configure.ac (target_libraries): Remove target-libiberty.
294         Remove case-statement setting skipdirs=target-libiberty for
295         multiple targets.  Remove checking target_configdirs and
296         removing target-libiberty but keeping target-libgcc if
297         otherwise empty.
298         * Makefile.def (target_modules): Don't add libiberty.
299         (dependencies): Remove all traces of target-libiberty.
300         * configure, Makefile.in: Regenerate.
301
302 2011-06-13  Walter Lee <walt@tilera.com>
303
304         * configure.ac (tilepro-*-*) New case.
305         (tilegx-*-*): Likewise.
306         * configure: Regenerate.
307
308 2011-06-06  Jing Yu  <jingyu@google.com>
309
310         * configure.ac: Skip target-libiberty for
311         arm*-*-linux-androideabi.
312         * configure: Regenerated.
313
314 2011-06-06  Nick Clifton  <nickc@redhat.com>
315
316         * config.sub: Sync from upstream.
317
318 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
319
320         * MAINTAINERS (Write After Approval): Add myself.
321
322 2011-06-01  Daniel Jacobowitz  <drow@false.org>
323
324         * MAINTAINERS: Update my email address.
325
326 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
327
328         * MAINTAINERS (Write After Approval): Update my email address.
329
330 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
331
332         * MAINTAINERS (Write After Approval): Add myself.
333
334 2011-05-08  Doug Kwan  <dougkwan@google.com>
335
336         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
337         * configure: Regenerated.
338         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
339         value from configure.
340         * Makefile.in: Regenerated.
341
342 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
343
344         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
345         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
346         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
347         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
348         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
349         *-*-vxworks*): Disable newlib and libgloss in separate case
350         statement.
351         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
352         to separate case statement.
353         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
354         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
355         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
356         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
357         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
358         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
359         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
360         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
361         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
362         i[[3456789]]86-*-rdos*, m32r-*-*,
363         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
364         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
365         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
366         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
367         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
368         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
369         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
370         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
371         and libgloss in main case over targets.  Remove most empty cases
372         in main case over targets.
373         * configure: Regenerate.
374
375 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
376
377         * MAINTAINERS (Write After Approval): Add myself.
378
379 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
380
381         * configure.ac: Remove code setting special library locations for
382         hppa*64*-*-hpux11*.  Remove code setting compiler for
383         sparc-sun-solaris2*.
384         * configure: Regenerate.
385
386 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
387
388         * configure.ac: Separate libgloss_dir settings from general case
389         over targets.
390         * configure: Regenerate.
391
392 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
393
394         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
395         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
396         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
397         cases in libgcj-disabling case statement.
398         (hppa*64*-*-linux*): Set unsupported_languages instead of
399         disabling target-zlib.
400         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
401         to hppa*64*-*-hpux*.
402         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
403         hppa*-*-hpux*.
404         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
405         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
406         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
407         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
408         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
409         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
410         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
411         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
412         libgcj-disabling case statement.
413         * configure: Regenerate.
414
415 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
416
417         * configure.ac: Disable Java for targets not supporting libffi.
418         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
419         Remove cases in Java-disabling statement.
420         (*arm-wince-pe): Change to arm-wince-pe.
421         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
422         cases in Java-disabling statement.
423         (bfin-*-*): Don't disable Java again.
424         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
425         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
426         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
427         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
428         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
429         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
430         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
431         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
432         Java-disabling statement.
433         (mmix-*-*): Don't disable Java again.
434         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
435         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
436         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
437         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
438         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
439         statement.
440         * configure: Regenerate.
441
442 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
443
444         * configure.ac: Separate cases disabling Java and Java libraries
445         from general case over targets.
446         * configure: Regenerate.
447
448 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
449
450         * MAINTAINERS: Update my email address.
451
452 2011-04-20  Easwaran Raman  <eraman@google.com>
453
454         * MAINTAINERS (Write After Approval): Add myself.
455
456 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
457
458         PR lto/48086
459         * configure.ac: Re-enable LTO on *-apple-darwin9*.
460         * configure: Regenerate.
461
462 2011-04-16  Jim Meyering  <meyering@redhat.com>
463
464         * MAINTAINERS (Write After Approval): Add myself.
465
466 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
467
468         * MAINTAINERS: Update my email address.
469
470 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
471
472         * MAINTAINERS (Write After Approval): Add myself.
473
474 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
475
476         * MAINTAINERS (Write After Approval): Add myself.
477
478 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
479
480         * MAINTAINERS (Write After Approval): Add myself.
481
482 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
483
484         * configure.ac (build_tools): Remove build-byacc.
485         (host_libs): Remove mmalloc.
486         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
487         autoconf automake libtool diff rcs fileutils shellutils time
488         textutils wdiff find uudecode hello tar gzip indent recode release
489         sed perl gawk findutils gettext zip.
490         (libgcj): Remove target-qthreads.
491         (target_tools): Remove target-examples target-gperf.
492         (YACC): Don't handle building byacc.
493         * configure: Regenerate.
494         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
495         dosutils, examples, fileutils, find, findutils, gawk, gettext,
496         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
497         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
498         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
499         handle building components.
500         * Makefile.in: Regenerate.
501
502 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
503
504         * MAINTAINERS: Update my email address as Xtensa maintainer.
505
506 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
507
508         * config.sub: Sync from upstream.
509
510 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
511
512         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
513         (microblaze*): Don't disable libssp.
514         * configure: Regenerate.
515
516 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
517
518         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
519         moveifchange.
520         * configure: Regenerate.
521         * Makefile.tpl: Use @SHELL@ not @config_shell@.
522         * Makefile.in: Regenerate.
523
524 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
525
526         * configure.ac (*-*-sysv4*): Don't enable libgomp.
527         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
528         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
529         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
530         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
531         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
532         md_exec_prefix cases.
533         * configure: Regenerate.
534
535 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
536
537         * configure.ac: Separate cases disabling target-libssp,
538         target-libiberty, target-libstdc++-v3 and Fortran from general
539         case over targets.
540         * configure: Regenerate.
541
542 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
543
544         * configure.ac (*-*-chorusos): Don't disable libgcj.
545         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
546         Remove case.
547         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
548         (arm-*-coff): Don't disable libgcj.
549         (arm*-*-linux-gnueabi): Remove useless assignment.
550         (arm-*-riscix*): Don't disable libgcj.
551         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
552         configuration.
553         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
554         (c54x*-*-*): Remove case.
555         (tic54x-*-*): Don't disable GCC or GCC libraries.
556         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
557         to *.
558         (d10v-*-*): Don't disable GCC libraries.
559         (d30v-*-*): Don't disable libgcj.
560         (h8500-*-*): Don't disable GCC libraries.
561         (i960-*-*): Don't disable libgcj.
562         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
563         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
564         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
565         libgcj.
566         (m68k-*-coff*): Remove case.
567         (mmix-*-*): Don't disable libgloss on host.
568         (mn10200-*-*, mn10300-*-*): Remove cases.
569         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
570         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
571         Don't disable libgcj.
572         (romp-*-*): Remove case.
573         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
574         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
575         case.
576         (v810-*-*): Don't disable GCC libraries.
577         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
578         (ip2k-*-*): Don't disable GCC libraries.
579         * configure: Regenerate.
580
581 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
582
583         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
584         libffi on host.
585         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
586         on host.
587         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
588         * configure: Regenerate.
589
590 2011-03-26  John Marino  <binutils@marino.st>
591
592         * configure.ac: Add support for *-*-dragonfly*
593         * configure: Regenerate.
594
595 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
596
597         * configure.ac (native_only): Remove.
598         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
599         send-pr uudecode guile gnuserv on host.
600         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
601         send-pr rcs guile perl texinfo libtool on host.
602         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
603         automake send-pr rcs guile perl texinfo libtool on host.
604         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
605         (*-*-kaos*): Don't disable target-examples target-gperf on target.
606         (alpha*-dec-osf*): Don't disable fileutils on target.
607         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
608         texinfo send-pr expect dejagnu on target.
609         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
610         target-qthreads on target.
611         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
612         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
613         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
614         x86_64-*-mingw*): Don't disable expect on target.
615         (*-*-cygwin*): Don't disable target-gperf on target.
616         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
617         gnuserv on target.
618         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
619         target.
620         * configure: Regenerate.
621
622 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
623
624         * configure.ac (target_tools): Remove target-groff.
625         (native_only): Remove target-groff.
626         (hppa*64*-*-*): Don't disable byacc.
627         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
628         setting.
629         (*-*-kaos*): Don't skip target-librx and target-groff.
630         (*-*-netware*): Don't skip target-libmudflap.
631         (*-*-tpf*): Don't skip target-libmudflap.
632         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
633         directories on the host.
634         (ia64*-*-*vms*): Don't skip tix.
635         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
636         host.
637         * configure: Regenerate.
638
639 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
640
641         * configure.ac: Remove references to mt-mep, mt-netware,
642         mt-wince.
643         * Makefile.def: Add all-utils soft dependencies.
644         * Makefile.tpl: Remove GDB_NLM_DEPS.
645         * configure: Regenerate.
646         * Makefile.in: Regenerate.
647
648 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
649
650         * configure.ac: Do not include mh-x86omitfp.
651         * configure: Regenerate.
652
653 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
654
655         * configure.ac: Remove empty cases.
656         * configure: Regenerate.
657
658 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
659
660         * Makefile.def: Add dependency from termcap to gdb.
661         * Makefile.in: Regenerate.
662
663 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
664
665         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
666         * configure: Regenerate.
667         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
668         * Makefile.tpl: Likewise.
669         * Makefile.in: Regenerate.
670
671 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
672
673         * configure.ac: Remove all mentions of tentative_cc.
674         * configure: Regenerate.
675
676 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
677
678         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
679         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
680         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
681         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
682         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
683         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
684         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
685         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
686         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
687         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
688         *-*-rhapsody*): Remove host cases.
689         * configure: Regenerate.
690
691 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
692
693         * configure.ac (ppc*-*-pe): Remove host case.
694         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
695         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
696         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
697         cases.
698         * configure: Regenerate.
699
700 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
701
702         * config.sub: Update to version 2011-03-23.
703
704 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
705
706         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
707         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
708         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
709         * configure: Regenerate.
710
711 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
712
713         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
714         to Write After Approval.
715         * config-ml.in: Don't handle arc-*-elf*.
716         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
717         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
718         handle GCC libraries.
719         * configure: Regenerate.
720
721 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
722
723         PR bootstrap/48120:
724         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
725         Add -lstdc++ -lm to LIBS.
726         * configure: Regenerate.
727
728 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
729
730         * config.guess: Update to version 2011-02-02
731         * config.sub: Update to version 2011-02-24
732
733 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
734
735         PR lto/48086
736         * configure.ac: Re-enable LTO on *-apple-darwin9.
737         * configure: Regenerate.
738
739 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
740
741         PR lto/48086
742         * configure.ac: Disable LTO on darwin due to an assembler change in
743         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
744         under 256.
745         * configure: Regenerate.
746
747 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
748
749         * MAINTAINERS: Update myself as score backend maintainer, update my e-mail address.
750
751 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
752
753         * MAINTAINERS: Update my e-mail address.
754
755 2011-03-06  Joey Ye  <joey.ye@arm.com>
756
757         * MAINTAINERS: Update my e-mail address.
758
759 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
760
761         * configure.ac: Adjust test of with_ppl.
762         * configure: Regenerated.
763
764 2011-03-02  Kai Tietz  <ktietz@redhat.com>
765
766         * MAINTAINERS: Adjust my e-mail address.
767
768 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
769
770         * configure.ac: Add -lpwl to ppllibs.
771         * configure: Regenerated.
772
773 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
774
775         * config/cloog.m4: Add -lisl to clooglibs.
776         * configure: Regenerated.
777
778 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
779
780         * MAINTAINERS (CPU Port maintainers): Add self.
781
782 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
783
784         * MAINTAINERS: Add myself as testsuite maintainer.
785
786 2011-02-15  Mike Stump  <mikestump@comcast.net>
787
788         * MAINTAINERS: Add myself as testsuite maintainer.
789
790 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
791
792         Import from Libtool and gnulib:
793
794         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
795
796         Prepare for supporting FreeBSD 10.
797         * config.rpath: Remove handling of freebsd1* which soon would
798         match FreeBSD 10.0.
799
800         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
801
802         Remove support for FreeBSD 1.x.
803         * libtool.m4 (_LT_LINKER_SHLIBS)
804         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
805         soon would incorrectly match FreeBSD 10.0.
806
807 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
808
809         PR binutils/12283
810         * move-if-change: Import version from gnulib.
811
812 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
813
814         PR lto/47225
815         * Makefile.def (lto-plugin): Double dash for enable-shared.
816         (configure-gcc): Depend on all-lto-plugin.
817         * Makefile.in: Rebuilt.
818
819 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
820
821         * configure.ac: Remove extra bracket.
822         * configure: Regenerate.
823
824 2011-02-08  Tobias Burnus  <burnus@net-b.de>
825
826         * MAINTAINERS: Add myself as libquadmath maintainer.
827
828 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
829
830         * MAINTAINERS: Update my email address.
831
832 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
833
834         * MAINTAINERS (option handling): Add self.
835
836 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
837
838         PR lto/47225
839         * Makefile.def: Add dependency for install-gcc
840         on install-lto-plugin.
841         * Makfile.in: Regenerated
842
843 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
844
845         * MAINTAINERS (CPU Port Maintainers): Add myself.
846
847 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
848
849         PR libgcj/44341
850         * configure.ac: Discard --with-* flags for host when configuring
851         target libraries for cross build.
852         * configure: Rebuilt.
853
854 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
855
856         * MAINTAINERS (linear loop transforms): Removed.
857
858 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
859
860         * configure.ac: If with_ppl is no, move setting with_cloog=no
861         after CLOOG_REQUESTED check.
862         * configure: Regenerated.
863
864 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
865
866         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
867         CLooG has been requested.
868         * configure: Regenerated.
869
870 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
871
872         * configure: Regenerated.
873         * configure.ac: Check for version 0.11 (or later revision) of PPL.
874
875 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
876
877         * configure: Regenerated.
878         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
879
880 2011-01-21  Andreas Schwab  <schwab@redhat.com>
881
882         * configure.ac: Use AS_HELP_STRING throughout.
883         * configure: Regenerate.
884
885 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
886
887         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
888         * configure: Regenerate.
889
890 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
891
892         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
893
894 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
895
896         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
897         for ia64-hpux.
898         * configure: Regenerate.
899
900 2011-01-07  Jan Hubicka  <jh@suse.cz>
901
902         PR lto/47225
903         * Makefile.in: Regenerate.
904         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
905         configure.
906
907 2011-01-07  Jan Hubicka  <jh@suse.cz>
908
909         * Makefile.in: Regenerate.
910         * Makefile.def (gcc host module) and soft dependency on lto-plugin
911         and configure dependency on lto-plugin configure.
912         (lto-plugin module): Remove dependency on GCC; add dependency on
913         liniberty.
914
915 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
916
917         * MAINTAINERS (Write After Approval): Add myself.
918
919 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
920
921         * configure: Regenerate.
922
923 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
924
925         * configure.ac: (picochip): Disable libiberty.
926
927 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
928
929         * MAINTAINERS (Write After Approval): Add myself.
930
931 2010-12-10  Ian Lance Taylor  <iant@google.com>
932
933         PR bootstrap/46819
934         * configure.ac: For --disable-libgcj clear libgcj_saved.
935         * configure: Rebuild.
936
937 2010-12-10  Tobias Burnus  <burnus@net-b.de>
938
939         PR fortran/46540
940         * configure.ac: Add --disable-libquadmath and
941         --disable-libquadmath-support.
942         * configure: Regenerate.
943
944 2010-12-03  Ian Lance Taylor  <iant@google.com>
945
946         * MAINTAINERS: Add myself as libgo maintainer.
947
948 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
949
950         PR libffi/46792
951         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
952         * configure: Regenerate.
953
954 2010-12-02  Ian Lance Taylor  <iant@google.com>
955
956         * configure.ac: Always set default for poststage1_ldflags to
957         -static-libstdc++ -static-libgcc.
958
959 2010-11-29  Andreas Schwab  <schwab@redhat.com>
960
961         * configure.ac: Move comment to remove extra space in last argument
962         of GCC_TARGET_TOOL.
963
964 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
965
966         PR other/46026
967         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
968         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
969         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
970         (BASE_FLAGS_TO_PASS): Use it.
971         * configure: Rebuilt.
972         * Makefile.in: Rebuilt.
973
974 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
975
976         PR binutils/12258
977         * configure.ac: Correct comments for --enable-gold/--enable-ld.
978         Properly check default linker.
979         * configure: Regnerated.
980
981 2010-11-23  Matthias Klose  <doko@ubuntu.com>
982
983         * configure.ac: For --enable-gold, handle value `default' instead of
984         `both*'.   New configure option --{en,dis}able-ld.
985         * configure: Regenerate.
986
987 2010-11-20  Ian Lance Taylor  <iant@google.com>
988
989         * configure.ac: Only disable a language library if no language needs
990         it.  Don't let --disable-libgcj uncondtionally disable libffi.
991         * configure: Rebuild.
992
993 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
994
995         * Makefile.in: Regenerate.
996
997         PR other/46202
998         * configure.ac: Fix just-built in-tree STRIP name to be
999         binutils/strip-new.
1000         * configure: Regenerate.
1001         * Makefile.def (install-strip-gcc, install-strip-binutils)
1002         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1003         (install-strip-sid): Mirror dependencies on non-strip variants
1004         of these targets on the respective -strip prerequisites.
1005         * Makefile.tpl (install-strip, install-strip-host)
1006         (install-strip-target): New targets.
1007         (install-strip-[+module+], install-strip-target-[+module+]):
1008         New targets.
1009         * Makefile.in: Regenerate.
1010
1011 2010-11-19  Ian Lance Taylor  <iant@google.com>
1012             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1013
1014         * configure.ac: Add target-libgo to target_libraries.  Set
1015         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1016         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1017         (HOST_EXPORTS): Add GOC.
1018         (BASE_TARGET_EXPORTS): Add GOC.
1019         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1020         (GOCFLAGS_FOR_TARGET): New variable.
1021         (EXTRA_HOST_FLAGS): Add GOC.
1022         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1023         * Makefile.def (target_modules): Add libgo.
1024         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1025         (dependencies): Add dependency from configure-target-libgo to
1026         configure-target-libffi and all-target-libstdc++-v3.  Add
1027         dependencies from all-target-libgo to all-target-libffi.
1028         (languages): Add go.
1029         * configure: Rebuild.
1030         * Makefile.in: Rebuild.
1031
1032 2010-11-19  Ian Lance Taylor  <iant@google.com>
1033
1034         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1035         compiler/flag environment variables.
1036
1037 2010-11-18  Ian Lance Taylor  <iant@google.com>
1038
1039         * configure.ac: Check for lang_requires_boot_languages in
1040         config-lang.in files.
1041         * configure: Rebuild.
1042
1043 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1044             Tobias Burnus  <burnus@net-b.de>
1045
1046         PR fortran/32049
1047         * Makefile.def: Add libquadmath; build it with language=fortran.
1048         * configure.ac: Add libquadmath.
1049         * Makefile.tpl: Handle multiple libs in check-[+language+].
1050         * Makefile.in: Regenerate.
1051         * configure: Regenerate.
1052
1053 2010-11-16  Tom Tromey  <tromey@redhat.com>
1054
1055         * MAINTAINERS: Moved myself to reviewers section.
1056
1057 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
1058
1059         * MAINTAINERS: Moved myself to reviewers section.
1060
1061 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1062
1063         * MAINTAINERS (Various Maintainers): Add self for build machinery.
1064         (Write After Approval): Remove self.
1065
1066 2010-11-15  Andreas Schwab  <schwab@redhat.com>
1067
1068         * configure.ac: Fix spelling in option names.
1069         * configure: Regenerated.
1070
1071 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
1072
1073         PR bootstrap/39622
1074         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1075         * configure: Regenerated.
1076
1077 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
1078
1079         * MAINTAINERS: Update my email address.
1080
1081 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1082
1083         * configure: Regenerate.
1084
1085 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1086
1087         * configure: Regenerate.
1088
1089 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1090
1091         * configure: Regenerate.
1092
1093 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1094
1095         * configure: Regenerate.
1096
1097 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1098
1099         * configure.ac: Support official CLooG.org versions.
1100         * configure: Regenerate.
1101         * config/cloog.m4: New.
1102
1103 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
1104
1105         * MAINTAINERS (Write After Approval): Add myself.
1106
1107 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
1108
1109         * MAINTAINERS: Update my email address.
1110
1111 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
1112
1113         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1114         * configure: Regenerate.
1115
1116 2010-11-03  Ian Lance Taylor  <iant@google.com>
1117             Dave Korn  <dave.korn.cygwin@gmail.com>
1118
1119         PR lto/46273
1120         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
1121         and on other supported platforms whenever LTO is enabled.
1122         * configure: Rebuild.
1123
1124 2010-11-02  Alan Modra  <amodra@gmail.com>
1125
1126         PR binutils/12110
1127         * configure.ac: Error when source path contains spaces.
1128         * configure: Regenerate.
1129
1130 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
1131
1132         * MAINTAINERS: Update my email address.
1133
1134 2010-10-20  Ian Lance Taylor  <iant@google.com>
1135
1136         * Makefile.def (target_modules): Set lib_path to src/.libs for
1137         libstdc++-v3 module.
1138         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1139         * Makefile.in: Rebuild.
1140
1141 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1142
1143         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
1144         (Write After Approval): Remove myself.
1145
1146 2010-10-15  Tristan Gingold  <gingold@adacore.com>
1147
1148         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1149
1150 2010-10-14  Douglas Rupp  <rupp@gnat.com>
1151
1152         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1153
1154 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1155
1156         * configure.ac (build_lto_plugin): New shell variable.
1157         (--enable-lto): Turn on by default for all non-ELF platforms that
1158         have had LTO support added so far.  Set build_lto_plugin appropriately
1159         for both ELF and non-ELF.
1160         (configdirs): Add lto-plugin or not based on build_lto_plugin.
1161         * configure: Regenerate.
1162
1163 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1164
1165         Sync from src:
1166         * configure.ac (v850 support): Remove target-libgloss from
1167         noconfigdirs.
1168         * configure: Regenerate.
1169
1170 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1171
1172         PR bootstrap/45326
1173         PR bootstrap/45174
1174         * configure.ac: Honor initial values of $build_configargs,
1175         $host_configargs, $target_configargs.  Mark the precious, so
1176         environment settings get recorded.
1177         * configure: Regenerate.
1178
1179 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1180
1181         PR bootstrap/45796
1182         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1183         Depend on all-build-libiberty.
1184         * Makefile.in: Regenerate.
1185
1186 2010-09-30  Michael Eager  <eager@eagercon.com>
1187
1188         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1189         * configure: Regenerate.
1190
1191 2010-09-28  Michael Eager  <eager@eagercon.com>
1192
1193         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
1194
1195 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1196
1197         PR bootstrap/44621
1198         * configure.ac: Fix unportable shell quoting.
1199         * configure: Regenerate.
1200
1201 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
1202
1203         * configure.ac (enable-lto): Add Darwin to the list of supported lto
1204         targets and amend comment.
1205         * configure: Regenerate.
1206
1207 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
1208
1209         * MAINTAINERS (Write After Approval): Add myself.
1210
1211 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
1212
1213         * configure.ac: Enable LTO by default on Darwin.
1214         * configure: Regenerate.
1215
1216 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
1217
1218         * MAINTAINERS (Write After Approval): Add myself.
1219
1220 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
1221
1222         * MAINTAINERS (Write After Approval): Add myself.
1223
1224 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
1225
1226         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
1227         ports
1228
1229 2010-07-28  David Yuste  <david.yuste@gmail.com>
1230
1231         * MAINTAINERS (Write After Approval): Add myself.
1232
1233 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
1234
1235         * configure.ac: Support all v850 targets.
1236         * configure: Regenerate.
1237
1238 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
1239
1240         PR bootstrap/44455
1241         * configure.ac (extra_mpfr_configure_flags): Copy from
1242         extra_mpc_gmp_configure_flags.
1243         * configure: Re-generated.
1244
1245 2010-07-22  Andi Kleen  <ak@linux.intel.com>
1246
1247         * MAINTAINERS (Write After Approval): Add myself.
1248
1249 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
1250
1251         * MAINTAINERS (Write After Approval): Add myself.
1252
1253 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
1254
1255         * MAINTAINERS (Write After Approval): Add myself.
1256
1257 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
1258
1259         PR target/44862
1260         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1261         Provide -B option to allow for link spec %s substitutions for
1262         libstdc++.a on darwin.
1263         * Makefile.in: Regenerate.
1264
1265 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
1266
1267         * MAINTAINERS (Reviewers): Update my e-mail address
1268
1269 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
1270
1271         * Makefile.def (configure-gcc): Depend on all-libelf.
1272         * Makefile.in: Rebuild.
1273
1274 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
1275
1276         * MAINTAINERS (Write After Approval): Add myself in the right place.
1277
1278 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
1279
1280         * MAINTAINERS (Write After Approval): Add myself.
1281
1282 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
1283
1284         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
1285
1286 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
1287
1288         * config.sub: Update to version 2010-05-21.
1289         * config.guess: Update to version 2010-04-03.
1290
1291 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
1292
1293         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1294         * configure: Regenerate.
1295
1296 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
1297
1298         * MAINTAINERS (Write After Approval): Add myself.
1299
1300 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
1301
1302         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1303         a platform that supports LTO.
1304         * configure: Regenerate.
1305
1306 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
1307
1308         * configure.ac: Allow all the versions greater than 0.10 of PPL.
1309         * configure: Regenerated.
1310
1311 2010-04-27  Roland McGrath  <roland@redhat.com>
1312             H.J. Lu  <hongjiu.lu@intel.com>
1313
1314         * configure.ac (--enable-gold): Support both, both/gold and
1315         both/bfd to add gold to configdirs without removing ld.
1316         * configure: Regenerated.
1317
1318         * Makefile.def: Add install-gold dependency to install-ld.
1319         * Makefile.in: Regenerated.
1320
1321 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
1322
1323         PR lto/42776
1324         * configure.ac (--enable-lto): Refactor handling so libelf tests
1325         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1326         and allow LTO to be explicitly enabled on non-ELF platforms that
1327         are known to support it inside else-clause.
1328         * configure: Regenerate.
1329
1330 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
1331
1332         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1333         * configure: Regenerate.
1334
1335 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
1336
1337         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1338         * configure: Regenerate.
1339
1340 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1341
1342         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1343         separately.
1344         * configure: Regenerate.
1345
1346 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
1347
1348         * MAINTAINERS (Write After Approval): Add myself.
1349
1350 2010-04-14  Tristan Gingold  <gingold@adacore.com>
1351
1352         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1353         * configure: Regenerate.
1354
1355 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
1356
1357         * configure: Regenerate after change to elf.m4.
1358
1359 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
1360
1361         * MAINTAINERS (Write After Approval): Add myself.
1362
1363 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1364
1365         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1366         * configure: Regenerated.
1367
1368 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1369
1370         * configure.ac: Print "buggy but acceptable" when CLooG
1371         revision is less than 9.
1372         * configure: Regenerated.
1373
1374 2010-04-01  Diego Novillo  <dnovillo@google.com>
1375
1376         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
1377
1378 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1379
1380         PR bootstrap/43615
1381         PR bootstrap/43328
1382
1383         Revert:
1384
1385         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1386
1387         * configure.ac: Do not pass --enable-multilib nor
1388         --disable-multilib in baseargs.  Accept explicitly passed
1389         --enable_multilib.
1390         * configure: Regenerate.
1391
1392 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
1393
1394         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
1395
1396 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
1397
1398         * MAINTAINERS: Remove myself.
1399
1400 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1401
1402         PR bootstrap/43328
1403         * configure.ac: Do not pass --enable-multilib nor
1404         --disable-multilib in baseargs.  Accept explicitly passed
1405         --enable_multilib.
1406         * configure: Regenerate.
1407
1408 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
1409
1410         * MAINTAINERS (spu port): Remove me.
1411
1412 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1413
1414         * configure.ac (tic6x-*-*): New case.
1415         * configure: Regenerate.
1416
1417 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1418
1419         * config.sub: Update to version 2010-03-22.
1420         * config.guess: Update to version 2009-12-30.
1421
1422 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
1423
1424         PR ada/42554
1425         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1426         * configure: Regenerate.
1427
1428 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1429
1430         * MAINTAINERS: Update my email address.
1431
1432 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
1433
1434         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
1435         (ghassan.shobaki@amd.com): Removed.
1436
1437 2010-03-17  Alan Modra  <amodra@gmail.com>
1438
1439         * MAINTAINERS: Update my email address.
1440
1441 2010-03-16  Diego Novillo  <dnovillo@google.com>
1442
1443         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
1444         Matthews.
1445
1446 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1447
1448         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
1449         Gutson, Jeffrey D. Oldham and Mark Shinwell.
1450
1451 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1452
1453         * MAINTAINERS: Update my email address.
1454
1455 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
1456
1457         * MAINTAINERS: Update my email address.
1458
1459 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
1460
1461         * MAINTAINERS: Update my email address.
1462
1463 2010-03-09  Jie Zhang  <jie@codesourcery.com>
1464
1465         * MAINTAINERS: Update my email address.
1466
1467 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1468
1469         PR libstdc++/32499
1470         * configure.ac (RANLIB): Default to true.
1471         (STRIP): Likewise.
1472         (RANLIB_FOR_TARGET): Remove superfluous : argument.
1473         * configure: Regenerate.
1474
1475 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
1476
1477         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
1478         (Write After Approval): Update my email address.
1479
1480 2010-02-17  Nick Clifton  <nickc@redhat.com>
1481
1482         PR 11238
1483         * Makefile.tpl (local-distclean): Also remove config.cache files in
1484         sub-directories as there may not be Makefiles present in the
1485         sub-directories.
1486         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1487         the config.cache files found by the find command.
1488
1489         * Makefile.in: Regenerate.
1490         * configure.ac: Revert previous delta.
1491         * configure: Regenerate.
1492
1493 2010-02-15  Nick Clifton  <nickc@redhat.com>
1494
1495         PR 11238
1496         * configure.ac: Delete config.cache files in sub-directories when
1497         deleting Makefiles.
1498         * configure: Regenerate.
1499
1500 2010-02-12  Ben Elliston  <bje@gnu.org>
1501
1502         * MAINTAINERS: Update my email address.
1503
1504 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
1505
1506         * MAINTAINERS (spu port): Update my email address.
1507
1508 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
1509
1510         * MAINTAINERS: Add myself as a maintainer for the bfin port.
1511
1512 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1513
1514         * configure.ac: Add "recommended" version checks for GMP/MPC.
1515         Update recommended GMP/MPFR/MPC versions.
1516         * configure: Regenerate.
1517
1518 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
1519
1520         * MAINTAINERS: Move my Embecosm email address into the
1521         write-after-approval section.
1522
1523 2010-01-26  Ian Lance Taylor  <iant@google.com>
1524
1525         * MAINTAINERS: Add myself as Go frontend maintainer.
1526
1527 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
1528
1529         PR libstdc++/36101, PR libstdc++/42813
1530         * configure.ac (bootstrap_target_libs): Make inclusion of
1531         target-libgomp conditional on libgomb being in target_configdirs.
1532         * configure: Regenerate.
1533
1534 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
1535
1536         PR libstdc++/36101, PR libstdc++/42813
1537         * configure.ac (bootstrap_target_libs): Include target-libgomp.
1538         * configure: Regenerate.
1539
1540 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
1541
1542         PR libstdc++/36101, PR libstdc++/42813
1543         * configure.ac (target_configdirs): Substitute.
1544         * Makefile.def: Bootstrap target module libgomp.
1545         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1546         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1547         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1548         * configure, Makefile.in: Regenerate.
1549
1550 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1551
1552         * MAINTAINERS: Adjust my details.
1553
1554 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
1555
1556         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
1557
1558 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
1559
1560         * MAINTAINERS: reindented my entry with tabs instead of spaces.
1561
1562 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
1563
1564         * MAINTAINERS (Write After Approval): Add myself.
1565
1566 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1567
1568         * MAINTAINERS (Write After Approval): Add myself.
1569
1570 2010-01-11  Richard Guenther  <rguenther@suse.de>
1571
1572         PR lto/41569
1573         * Makefile.def (all-lto-plugin): Depend on all-gcc.
1574         * Makefile.in: Regenerated.
1575
1576 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
1577
1578         * configure.ac: Enable libjava build on x86_64-*freebsd*.
1579         * configure: Regenerate.
1580
1581 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1582             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1583
1584         PR bootstrap/42424
1585         * configure.ac: Include libtool m4 files.
1586         (_LT_CHECK_OBJDIR): Call it.
1587         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1588         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1589
1590         * configure: Regenerate.
1591
1592 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1593
1594         PR bootstrap/41818
1595         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1596         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
1597         * Makefile.in: Regenerate.
1598
1599 2010-01-02  Richard Guenther  <rguenther@suse.de>
1600
1601         PR lto/41529
1602         * configure.ac: Include config/elf.m4.  Disable LTO if not
1603         builting for an elf target.
1604         * configure: Regenerate.
1605
1606 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
1607
1608         * MAINTAINERS: Change my email address.
1609
1610 2009-12-18  Ben Elliston  <bje@au.ibm.com>
1611
1612         * config.sub, config.guess: Update from upstream sources.
1613
1614 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
1615
1616         * MAINTAINERS (Write After Approval): Add myself.
1617
1618 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1619
1620         PR middle-end/30447
1621         PR middle-end/30789
1622         PR other/40302
1623
1624         * configure.ac: Require MPC.
1625         * configure: Regenerate.
1626
1627 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1628
1629         PR target/38384
1630         PR bootstrap/40972
1631         * libtool.m4: Sync from git Libtool.
1632         * ltoptions.m4: Likewise.
1633         * ltversion.m4: Likewise.
1634         * lt~obsolete.m4: Likewise.
1635         * ltmain.sh: Likewise.
1636
1637 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1638
1639         * configure.ac: Update minimum MPC version to 0.8.
1640         * configure: Regenerate.
1641
1642 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
1643
1644         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
1645         * configure: Regenerated.
1646
1647 2009-11-21  Ian Lance Taylor  <iant@google.com>
1648
1649         * configure.ac: Change default of poststage1_ldflags to be empty if
1650         poststage1_libs is set.  When poststage1_libs is empty, and
1651         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
1652         * configure: Rebuild.
1653
1654 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
1655
1656         * MAINTAINERS (Write After Approval): Update my email address.
1657
1658 2009-11-20  Ben Elliston  <bje@au.ibm.com>
1659
1660         * config.guess: Update from upstream sources.
1661
1662 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1663
1664         * Makefile.def: Restore host and target settings for gmp.
1665         * Makefile.in: Rebuild.
1666
1667 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1668
1669         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
1670         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
1671         Fix portability of test of C++ as bootstrap language.  Add
1672         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1673         * configure: Rebuild.
1674         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1675         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
1676         in-tree building.
1677         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1678         (POSTSTAGE1_HOST_EXPORTS): Use it.
1679         (STAGE[+id+]_CXXFLAGS): New.
1680         (BASE_FLAGS_TO_PASS): Pass it down.
1681         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
1682         extra_exports.
1683         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1684         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1685         extra_exports.
1686         * Makefile.in: Rebuild.
1687
1688 2009-11-17  Ben Elliston  <bje@au.ibm.com>
1689
1690         * config.sub, config.guess: Update from upstream sources.
1691
1692 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1693
1694         * MAINTAINERS (Write After Approval): Add myself.
1695
1696 2009-11-09  Jon Beniston  <jon@beniston.com>
1697
1698         * MAINTAINERS (Write After Approval): Add myself.
1699
1700 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
1701
1702         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
1703         paths for *-w64-mingw* and x86_64-*mingw*.
1704         * configure: Regenerated.
1705
1706 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
1707
1708         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
1709
1710 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
1711
1712         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
1713         Phil Edwards to Write-After Approval.
1714
1715 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
1716
1717         * configure.ac: Disable target-winsup & co for
1718         x86_64-*-mingw* and *-w64-mingw* targets.
1719         * configure: Regenerated.
1720
1721 2009-10-16  Nick Clifton  <nickc@redhat.com>
1722
1723         * MAINTAINERS: Add myself as a maintainer for the RX port.
1724
1725 2009-10-26  Johannes Singler  <singler@kit.edu>
1726
1727         * MAINTAINERS (Write After Approval): Update my e-mail address.
1728
1729 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1730
1731         * configure.ac (CLooG test): Use = with test.
1732         * configure: Regenerate.
1733
1734 2009-10-22  Richard Guenther  <rguenther@suse.de>
1735
1736         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
1737         cloog if the ppl version check failed.  Move flags saving
1738         before setting in libelf check.
1739         * configure: Regenerate.
1740
1741 2009-10-21  Richard Guenther  <rguenther@suse.de>
1742
1743         * configure.ac: Adjust the ppl and cloog configure to work as
1744         documented.  Disable cloog if ppl was disabled.  Omit the version
1745         checks if they were disabled.
1746         * configure: Re-generate.
1747
1748 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1749
1750         * configure.ac: Add 'lto' to enable_languages, not
1751         new_enable_languages, and only if not already present.
1752         * configure: Regenerate.
1753
1754 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
1755
1756         * README: Refer to the various COPYING* files instead of just
1757         COPYING.
1758         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
1759
1760 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
1761
1762         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
1763         
1764 2009-10-07  Richard Guenther  <rguenther@suse.de>
1765
1766         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
1767         and Richard Guenther as reviewers.
1768         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
1769         as reviewers.
1770
1771 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
1772
1773         * config.sub: Update from upstream sources.
1774
1775 2009-10-06  Ian Lance Taylor  <iant@google.com>
1776
1777         * Makefile.def: check-gold depends upon all-gas.
1778         * Makefile.in: Rebuild.
1779
1780 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
1781
1782         * MAINTAINERS (Write After Approval): Add myself.
1783
1784 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
1785
1786         * Makefile.def: all-lto-plugin depends on all-libiberty.
1787         set bootstrap=true for lto-plugin.
1788         Add lto-plugin.
1789         * Makefile.in: Regenerate.
1790         * configure.ac (host_libs): Add lto-plugin.
1791         * configure: Regenerate.
1792
1793 2009-10-03  Diego Novillo  <dnovillo@google.com>
1794
1795         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1796         (HOST_LIBELFLIBS): Define.
1797         (HOST_LIBELFINC): Define.
1798         * Makefile.in: Regenerate.
1799         * configure.ac: Add --enable-lto.
1800         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1801         If --enable-lto is used, add 'lto' to new_enable_languages.
1802         If --enable-lto is used and gold is enabled, add
1803         lto-plugin to configdirs.
1804         * configure: Regenerate.
1805
1806 2009-10-03  Simon Baldwin  <simonb@google.com>
1807
1808         * configure.ac: If --with-system-zlib, suppress local zlib and
1809         pass --with-system-zlib to subdir configure scripts.
1810         * configure: Regenerate.
1811
1812 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
1813             Paolo Bonzini  <bonzini@gnu.org>
1814
1815         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1816         $(srcdir).
1817         * Makefile.in: Rebuilt.
1818
1819 2009-09-26  Gary Funck  <gary@intrepid.com>
1820
1821         * MAINTAINERS (Write After Approval): Add myself.
1822
1823 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1824
1825         * configure.ac: Update minimum MPC version to 0.7.
1826         * configure: Regenerate.
1827
1828 2009-09-25  Nick Clifton  <nickc@redhat.com>
1829
1830         * configure.ac: Pass any --cache-file=/dev/null option on to
1831         subconfigures.
1832         * configure: Regenerate.
1833
1834 2009-09-23  Nick Clifton  <nickc@redhat.com>
1835
1836         * config.sub, config.guess: Update from upstream sources.
1837
1838 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
1839
1840         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1841         * Makefile.in: Rebuilt.
1842
1843 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1844
1845         PR bootstrap/32272
1846         * configure.ac: Error out if $srcdir isn't '.' but contains
1847         host-${host_noncanonical}.
1848         * configure: Regenerate.
1849
1850 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1851
1852         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
1853         maintainer.
1854
1855 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1856
1857         * configure.ac: If bootstrapping a combined tree with
1858         --enable-gold, require c++ in stage1_languages.
1859         * configure: Regenerate.
1860
1861         * configure.ac: Also add target_libs of stage1_languages to
1862         bootstrap_target_libs.
1863         * configure: Regenerate.
1864
1865         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1866         with --enable-languages not containing c++.
1867         * configure: Regenerate.
1868
1869 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
1870
1871         * configure.ac: Disable java and boehm-gc for bfin-*-*.
1872         * configure: Regenerate.
1873
1874 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
1875
1876         * MAINTAINERS (Write After Approval): Update my e-mail address,
1877         and move from from here...
1878         (Waiting for paperwork): To here.
1879
1880 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
1881
1882         * MAINTAINERS (Reviewers): Add self as driver reviewer.
1883
1884 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1885
1886         * configure.ac: Do not use $extrasub for replacing @if/@endif
1887         parts in Makefile; instead, use additional arguments to
1888         AC_CONFIG_COMMANDS to do the replacement manually, with several
1889         sed invocations, to avoid HP-UX sed command limits.
1890         * configure: Regenerate.
1891
1892 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
1893
1894         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
1895         blank before -L.
1896
1897 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
1898
1899         * configure.ac (with-build-config): Document.  Handle without.
1900         Handle missing argument.
1901         * configure: Rebuilt.
1902
1903 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
1904
1905         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
1906         Default to bootstrap-debug only if compare-debug works.
1907         * configure: Rebuilt.
1908         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1909         * Makefile.in: Rebuilt.
1910
1911 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1912
1913         * MAINTAINERS (OS Port Maintainers): Update my email address.
1914
1915 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
1916
1917         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1918         * Makefile.in: Rebuilt.
1919
1920 2009-09-01  Chris Demetriou  <cgd@google.com>
1921
1922         * MAINTAINERS (Write After Approval): Add myself.
1923
1924 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
1925
1926         PR debug/30161
1927         * include/dwarf2.h (enum dwarf_tag): Added
1928         DW_TAG_GNU_template_template_param
1929         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
1930
1931 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1932
1933         * Makefile.tpl (AWK): Fix typo.
1934         * Makefile.in: Regenerate.
1935
1936 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1937
1938         * configure.ac: Detect awk and sed.
1939         * Makefile.def (flags_to_pass): Add AWK and SED.
1940         * Makefile.tpl (AWK, SED): New.
1941         (BASE_FLAGS_TO_PASS): Add AWK and SED.
1942         * configure: Regenerate.
1943         * Makefile.in: Regenerate.
1944
1945 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
1946
1947         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
1948         (collapseslashes): Likewise.
1949
1950 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1951
1952         * configure.ac (AC_PREREQ): Bump to 2.64.
1953
1954 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1955
1956         * configure.ac: Remove --with-datarootdir, --with-docdir,
1957         --with-pdfdir, --with-htmldir switches.
1958         * configure: Regenerate.
1959
1960         * configure: Regenerate.
1961
1962         * compile: Sync from Automake 1.11.
1963         * depcomp: Likewise.
1964         * install-sh: Likewise.
1965         * missing: Likewise.
1966         * mkinstalldirs: Likewise.
1967         * ylwrap: Likewise.
1968
1969 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
1970
1971         * ltmain.sh (func_normal_abspath): New function.
1972         (func_relative_path): Likewise.
1973         (func_mode_help): Document new -bindir option for link mode.
1974         (func_mode_link): Add new -bindir option, and use it to place
1975         output DLL if specified.
1976
1977 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1978
1979         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1980         (baseargs): Add --disable-option-checking.
1981         * configure: Regenerate.
1982
1983         * Makefile.def (configure-target-libiberty): Depend on
1984         all-binutils and all-ld.
1985         (configure-target-newlib): Likewise.
1986         * Makefile.in: Regenerate.
1987
1988 2009-08-17  Ben Elliston  <bje@au.ibm.com>
1989
1990         * config.sub, config.guess: Update from upstream sources.
1991
1992 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1993
1994         Sync from src, merge:
1995
1996         2009-07-02  Tristan Gingold  <gingold@adacore.com>
1997
1998         * configure.ac: Do not exclude gas for i386-*-darwin.
1999         Add a case for x86_64-*-darwin.
2000         * configure: Regenerate.
2001
2002 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
2003
2004         * MAINTAINERS: Add my name to Write After Approval list.
2005
2006 2009-08-06  Michael Eager  <eager@eagercon.com>
2007
2008         * configure.ac: Add Microblaze target.
2009         * configure: Regenerate.
2010
2011 2009-07-31  Christian Bruel  <christian.bruel@st.com>
2012
2013         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2014         * configure: Regenerate.
2015         
2016 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
2017
2018         * MAINTAINERS (Write After Approval): Update my e-mail address.
2019
2020 2009-07-06  Ian Lance Taylor  <iant@google.com>
2021
2022         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2023         * configure: Rebuild.
2024
2025 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
2026
2027         * MAINTAINERS: Move myself to the Graphite Reviewers.
2028
2029 2009-06-30  Wei Guozhi  <carrot@google.com>
2030
2031         * MAINTAINERS: Add my name to Write After Approval list.
2032
2033 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
2034
2035         PR bootstrap/40338
2036         * configure.ac (comparestring): Create new variable.
2037         * Makefile.tpl (comparestring): Use to skip some comparisions.
2038         * configure: Regenerate.
2039         * Makefile.in: Regenerate.
2040
2041 2009-06-26  Doug Evans  <dje@sebabeach.org>
2042
2043         * Makefile.def (host_modules): Add cgen.
2044         * Makefile.in: Regenerate.
2045         * configure.ac (host_tools): Add cgen.
2046         * configure: Regenerate.
2047
2048 2009-06-23  DJ Delorie  <dj@redhat.com>
2049
2050         * MAINTAINERS: Add myself as mep maintainer.
2051
2052 2009-06-23  Ian Lance Taylor  <iant@google.com>
2053
2054         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
2055         boot_languages.  Only bootstrap target libraries listed in
2056         target_libs for some boot language.  Add --with-stage1-ldflags,
2057         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
2058         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
2059         if not building with C++.
2060         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2061         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2062         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2063         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
2064         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
2065         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
2066         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2067         * configure, Makefile.in: Rebuild.
2068
2069 2009-06-23  Li Feng  <nemokingdom@gmail.com>
2070
2071         * MAINTAINERS: Added my name to write-after-approval list.
2072
2073 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
2074
2075         * configure.ac: Define is_elf for QNX Neutrino targets.
2076         * configure: Regenerate.
2077
2078 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
2079
2080         * MAINTAINERS: Added my name to the write-after-approval list
2081
2082 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2083
2084         * configure.ac: Detect MPC in default directory.
2085         * configure: Regenerate.
2086
2087 2009-06-03  Jerome Guitton  <guitton@adacore.com>
2088             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2089
2090         * Makefile.tpl (all): Avoid a trailing backslash.
2091         * Makefile.in: Regenerate.
2092
2093 2009-06-03  Ben Elliston  <bje@au.ibm.com>
2094
2095         * config.sub, config.guess: Update from upstream sources.
2096
2097 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
2098
2099         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2100         to noconfdirs.
2101         * configure: Regenerate.
2102
2103 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
2104
2105         * Makefile.tpl ([+compare-target+]): Compare all stage
2106         directories, rather than just gcc.
2107         * Makefile.in: Rebuilt.
2108
2109 2009-06-01  Doug Kwan  <dougkwan@google.com>
2110
2111         * configure.ac: Support gold for target arm*-*-*.
2112         * configure: Regenerate.
2113
2114 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2115
2116         * Makefile.def: Add MPC support and dependencies.
2117         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
2118
2119         * Makefile.in, configure: Regenerate.
2120
2121 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
2122
2123         * Makefile.tpl (all): Avoid harmless warning in make all when
2124         gcc-bootstrap is enabled but stage_last does not exist.
2125         * Makefile.in: Rebuilt.
2126
2127 2009-05-24  Nicolas Roche  <roche@adacore.com>
2128
2129         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2130         * Makefile.in: Regenerate.
2131
2132 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
2133
2134         * MAINTAINERS: Update my e-mail address.
2135
2136 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
2137
2138         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
2139         * configure:  Regenerate.
2140
2141 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2142
2143         PR other/40159
2144         * Makefile.tpl (all): Don't assume gcc-bootstrap and
2145         gcc-no-bootstrap are mutually exclusive.
2146         * Makefile.in: Rebuilt.
2147
2148 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2149
2150         PR other/40159
2151         * Makefile.tpl (all): Don't end with unconditional success.
2152         * Makefile.in: Rebuilt.
2153
2154 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
2155
2156         PR target/37137
2157         * Makefile.def (flags_to_pass): Remove redundant and incomplete
2158         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2159         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2160         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
2161         stage_configureflags, stage_cflags and stage_libcflags into
2162         explicit Makefile macros.
2163         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2164         GFORTRAN.
2165         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2166         CC.  Set CC_FOR_BUILD from CC.
2167         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2168         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2169         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2170         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
2171         and GFORTRAN.
2172         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2173         (_LIBCFLAGS): Renamed to _TFLAGS.
2174         (do-compare-debug, do-compare3-debug): Drop.
2175         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2176         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2177         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2178         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2179         (XGCC_FLAGS_FOR_TARGET): New.
2180         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2181         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2182         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2183         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2184         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
2185         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
2186         TFLAGS.
2187         (BUILD_CONFIG): Include if requested.
2188         (all): Set TFLAGS on bootstrap.
2189         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2190         (all-stageid-prefixmodule): Likewise.
2191         (do-clean, distclean-stageid): Set TFLAGS.
2192         (restrap): Fix whitespace.
2193         * Makefile.in: Rebuilt.
2194
2195 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
2196
2197         * config.guess: Sync with src.
2198
2199 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
2200
2201         * configure.ac ($with_ppl):  Default to no if not supplied.
2202         ($with_cloog):  Likewise.
2203         configure:  Regenerate.
2204
2205 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
2206
2207         * MAINTAINERS: Update my e-mail address.
2208
2209 2009-04-27  Nick Clifton  <nickc@redhat.com>
2210
2211         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
2212
2213 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
2214
2215         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2216         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2217         * Makefile.in: Regenerate.
2218
2219 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2220
2221         PR bootstrap/39739
2222         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2223         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2224
2225         * configure, Makefile.in: Regenerate.
2226
2227 2009-04-21  Taras Glek  <tglek@mozilla.com>
2228
2229         * include/hashtab.h: Update GTY annotations to new syntax
2230         * include/splay-tree.h: Likewise
2231
2232 2009-04-17  Ben Elliston  <bje@au.ibm.com>
2233
2234         * config.sub, config.guess: Update from upstream sources.
2235
2236 2009-04-15  Anthony Green  <green@moxielogic.com>
2237
2238         * configure.ac: Add moxie support.
2239         * configure: Rebuilt.
2240
2241 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
2242
2243         * configure.ac: Change copyright header to refer to version
2244         3 of the GNU General Public License and to point readers at the
2245         COPYING3 file and the FSF's license web page.
2246         * Makefile.def: Likewise.
2247         * Makefile.tpl: Likewise.
2248         * Makefile.in: Regenerate.
2249
2250 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
2251
2252         * configure.ac: Restore match for darwin9 or later. Use double
2253         brackets since regeneration eats one pair.
2254         * configure: Regenerate.
2255
2256 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
2257
2258         PR gas/10039
2259         * configure.ac: Require texinfo 4.7.
2260         * configure: Regenerated.
2261
2262 2009-04-09  Nick Clifton  <nickc@redhat.com>
2263
2264         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
2265         the GCC Runtime Library Exception.
2266
2267 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2268
2269         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2270         * configure: Regenerate.
2271
2272 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
2273
2274         * Makefil.def (languages): New entries.
2275         * Makefile.tpl (check-gcc-*): New generic target.
2276         * Makefile.in: Regenerate.
2277
2278 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
2279
2280         * MAINTAINERS:  Update my email address.
2281
2282 2009-03-18  Tom Tromey  <tromey@redhat.com>
2283
2284         * configure: Rebuild.
2285         * configure.ac (host_libs): Add libiconv.
2286         * Makefile.in: Rebuild.
2287         * Makefile.def (host_modules): Add libiconv.
2288         (configure-gdb, all-gdb): Depend on libiconv.
2289
2290 2009-03-16  Tristan Gingold  <gingold@adacore.com>
2291
2292         * configure.ac: Treat gdb as supported on x86_64-darwin.
2293         * configure: Regenerate.
2294
2295 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
2296
2297         * configure.ac (--with-host-libstdcxx): New option.
2298         * configure: Regenerate.
2299
2300 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
2301
2302         * MAINTAINERS:  Move myself into the write after approval list.
2303
2304 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
2305
2306         * MAINTAINERS: Update e-mail address.
2307         
2308 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
2309
2310         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
2311
2312 2009-03-10  Ira Rosen  <irar@il.ibm.com>
2313
2314         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
2315
2316 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2317
2318         Backport from git Libtool:
2319
2320         2009-01-19  Robert Millan  <rmh@aybabtu.com>
2321         Support GNU/kOpenSolaris.
2322         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2323         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2324         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2325         GNU/kOpenSolaris.
2326
2327 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
2328
2329         * MAINTAINERS: Update e-mail address.
2330
2331 2009-02-24  Michael Eager  <eager@eagercon.com>
2332
2333         * MAINTAINERS (Write After Approval): Add self.
2334
2335 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
2336
2337         * MAINTAINERS (Write After Approval): Add myself.
2338
2339 2009-02-05  Andreas Schwab  <schwab@suse.de>
2340
2341         * Makefile.tpl (stage_last): Define $r and $s before using
2342         $(RECURSE_FLAGS_TO_PASS).
2343         * Makefile.in: Regenerate
2344
2345 2009-01-30  Ian Lance Taylor  <iant@google.com>
2346
2347         * MAINTAINERS: Move myself to the Global Reviewers list.
2348
2349 2009-01-29  Robert Millan  <rmh@aybabtu.com>
2350
2351         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2352         * configure: Regenerate.
2353
2354 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
2355
2356         * MAINTAINERS: Make whitespace consistent.
2357         Remove Robert Millan from Write After Approval.
2358
2359 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
2360
2361         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2362         (all-opcodes): Depend on all-libiberty.
2363         * Makefile.in: Regenerate.
2364
2365 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
2366
2367         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2368         * configure: Regenerate.
2369
2370 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
2371
2372         * MAINTAINERS (Write After Approval): Add myself.
2373
2374 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
2375
2376         * MAINTAINERS: Add myself to reviewers (Fortran).
2377
2378 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
2379
2380         PR tree-optimization/38515
2381         * configure.ac (cloog-polylib): Removed.
2382         (with_ppl, with_cloog): Test for "no".
2383         * configure: Regenerated.
2384
2385 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
2386
2387         * MAINTAINERS: Moved myself to reviewers (Fortran).
2388
2389 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
2390
2391         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
2392         (Write After Approval): Remove myself.
2393
2394 2009-01-03  Diego Novillo  <dnovillo@google.com>
2395
2396         * MAINTAINERS: Remove myself from alias maintainership.
2397
2398 2009-01-02  David Ayers  <ayers@fsfe.org>
2399
2400         * MAINTAINERS: Update e-mail address.
2401
2402 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
2403
2404         * MAINTAINERS: Make whitespace consistent.
2405
2406 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2407
2408         Backport from upstream Libtool:
2409         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2410         Add cache variables to tests that require the linker to work.
2411         For shlibpath_overrides_runpath, this also changes the semantics
2412         to let the result from the C compiler take precedence.
2413
2414 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2415
2416         * config.sub, config.guess: Update from upstream sources.
2417
2418 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
2419
2420         * configure.ac (ppllibs): Add by default the lib flags.
2421         * configure: Regenerate.
2422
2423 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
2424
2425         * MAINTAINERS:  Add myself to the write after approval list.
2426
2427 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2428
2429         * configure.ac: Add double brackets on darwin[912].
2430         * configure: Regenerate.
2431
2432 2008-12-03  Daniel Kraft  <d@domob.eu>
2433
2434         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
2435         Approval to Reviewer section (for Fortran front-end).
2436
2437 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
2438
2439         * configure.ac: Expand to darwin10 and later.
2440         * configure: Regenerate.
2441
2442 2008-12-02  Andreas Schwab  <schwab@suse.de>
2443
2444         * Makefile.def: configure-target-boehm-gc depends on
2445         all-target-libstdc++-v3.
2446         * Makefile.in: Regenerate.
2447
2448 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
2449
2450         * MAINTAINERS:  Add myself as mingw maintainer.
2451
2452 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2453
2454         * config.sub, config.guess: Update from upstream sources.
2455
2456 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
2457
2458         * README.SCO: Remove.
2459
2460 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
2461
2462         * MAINTAINERS:  Add myself to the write after approval list.
2463
2464 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
2465
2466         * MAINTAINERS:  Update my email address in WAA section.
2467
2468 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
2469
2470         * MAINTAINERS: Update e-mail address.
2471
2472 2008-11-27  Toon Moene  <toon@moene.org>
2473
2474         * MAINTAINERS: Change e-mail address.
2475
2476 2008-11-27  Tristan Gingold  <gingold@adacore.com>
2477
2478         * configure.ac: Build gdb for i?86-*-darwin*
2479         * configure: Regenerated.
2480
2481 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
2482
2483         * MAINTAINERS: Added my full name.
2484
2485 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
2486
2487         PR bootstrap/38014
2488         PR bootstrap/37923
2489
2490         Revert:
2491
2492         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2493
2494         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2495         * Makefile.in: Regenerated.
2496
2497         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2498
2499         PR gdb/921
2500         PR gdb/1646
2501         PR gdb/2175
2502         PR gdb/2176
2503
2504         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2505         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2506         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2507         (HOST_EXPORTS): Pass CPPFLAGS.
2508         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2509         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2510         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2511         * Makefile.in, configure: Regenerated.
2512         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2513         and CPPFLAGS_FOR_BUILD.
2514
2515 2008-11-06  Jeff Law  <law@redhat.com>
2516
2517         * MAINTAINERS: Add myself as middle end maintainer.
2518
2519 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
2520
2521         * MAINTAINERS (Write after approval): Add myself.
2522
2523 2008-11-05  Diego Novillo  <dnovillo@google.com>
2524
2525         * MAINTAINERS (Global Reviewers): Add myself.
2526         (Non-Algorithmic Maintainers): Remove myself.
2527
2528 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
2529
2530         * MAINTAINERS (Write after approval): Add myself.
2531
2532 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
2533
2534         * MAINTAINERS (Write after approval): Add myself.
2535
2536 2008-10-31  Ben Elliston  <bje@au.ibm.com>
2537
2538         * configure.ac (spu-*-*): Remove special case.
2539         * configure: Regenerate.
2540
2541 2008-10-30  Catherine Moore  <clm@codesourcery.com>
2542
2543         * MAINTAINERS (Write after approval): Update my email address.
2544
2545 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
2546
2547         * configure.ac [spu-*-*]: Do not set skipdirs.
2548         * configure: Re-generate.
2549
2550 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
2551
2552         * MAINTAINERS (Various Maintainers): Add myself to reload.
2553
2554 2008-10-25  Richard Guenther  <rguenther@suse.de>
2555
2556         * MAINTAINERS (Various Maintainers): Add myself as middle-end
2557         maintainer.  Remove myself as libgcc-math maintainer.
2558         (Non-Algorithmic Maintainers): Remove myself.
2559
2560 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2561
2562         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2563         * Makefile.in: Regenerated.
2564
2565 2008-10-23  Cary Coutant  <ccoutant@google.com>
2566
2567         * MAINTAINERS (Write after approval): Add myself.
2568
2569 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2570
2571         PR gdb/921
2572         PR gdb/1646
2573         PR gdb/2175
2574         PR gdb/2176
2575
2576         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2577         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2578         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2579         (HOST_EXPORTS): Pass CPPFLAGS.
2580         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2581         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2582         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2583         * Makefile.in, configure: Regenerated.
2584         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2585         and CPPFLAGS_FOR_BUILD.
2586
2587 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
2588
2589         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
2590         Sebastian Pop.
2591
2592 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
2593
2594         * MAINTAINERS (Write After Approval): Added myself.
2595
2596 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2597
2598         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2599         recommended version to 2.3.2.
2600
2601         * configure: Regenerate.
2602
2603 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
2604
2605         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
2606
2607 2008-09-29  David Daney <david.daney@caviumnetworks.com>
2608
2609         * MAINTAINERS (Write After Approval): Update e-mail address.
2610
2611 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
2612
2613         * libtool.m4: Update to libtool 2.2.6.
2614         * lt~obsolete.m4: Update to libtool 2.2.6.
2615         * ltmain.sh: Update to libtool 2.2.6.
2616         * ltsugar.m4: Update to libtool 2.2.6.
2617         * ltversion.m4: Update to libtool 2.2.6.
2618         * ltoptions.m4: Update to libtool 2.2.6.
2619         * ltgcc.m4: Update to match changes from libtool 2.2.6.
2620
2621 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
2622
2623         * MAINTAINERS (Write After Approval): Add myself.
2624
2625 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2626
2627         * MAINTAINERS (Write After Approval): Update my name.
2628
2629 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
2630
2631         * MAINTAINERS: Add myself in "Write After Approval".
2632
2633 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
2634
2635         * MAINTAINERS: Add myself as ia64 maintainer.
2636
2637 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
2638
2639         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
2640         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
2641         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
2642         and Michael Tiemann from Write After Approval since they do not
2643         actually have access.
2644
2645 2008-09-05  Richard Guenther  <rguenther@suse.de>
2646
2647         * configure.ac: Initialize clooglibs to -lcloog.
2648         * configure: Re-generate.
2649
2650 2008-09-04  Le-Chun Wu  <lcwu@google.com>
2651
2652         * MAINTAINERS (Write After Approval): Add myself.
2653
2654 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
2655
2656         * configure.ac (--with-cloog-polylib): New.
2657         (--disable-cloog-version-check): New.
2658         (--disable-ppl-version-check): New.
2659         * configure: Re-generate.
2660
2661 2008-09-03  Richard Guenther  <rguenther@suse.de>
2662
2663         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2664         cloog test.
2665         * configure: Re-generate.
2666
2667 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
2668
2669         Add picoChip port.
2670         * MAINTAINERS: Add picoChip maintainers.
2671
2672 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
2673             Tobias Grosser  <grosser@fim.uni-passau.de>
2674             Jan Sjodin  <jan.sjodin@amd.com>
2675             Harsha Jagasia  <harsha.jagasia@amd.com>
2676             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2677             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
2678             Adrien Eliche  <aeliche@isty.uvsq.fr>
2679
2680         Merge from graphite branch.
2681         * configure: Regenerate.
2682         * Makefile.in: Regenerate.
2683         * configure.ac (host_libs): Add ppl and cloog.
2684         Add checks for PPL and CLooG.
2685         * Makefile.def (ppl, cloog): Added modules and dependences.
2686         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2687         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2688
2689 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2690
2691         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2692         (GCC_SHLIB_SUBDIR): New.
2693         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2694         * configure: Regenerate.
2695         * Makefile.in: Regenerate.
2696
2697 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
2698
2699         * MAINTAINERS: Consistently use tabs to separate columns.
2700
2701 2008-08-29  Tristan Gingold  <gingold@adacore.com>
2702
2703         * MAINTAINERS (Write after Approval): Add myself.
2704
2705 2008-08-28  Tristan Gingold  <gingold@adacore.com>
2706
2707         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2708         Enable bfd, binutils and opcodes.
2709         * configure: Regenerate.
2710
2711 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2712
2713         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
2714
2715 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2716
2717         * MAINTAINERS:  Use correct Umlaut for last name.
2718
2719 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2720
2721         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
2722
2723 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
2724
2725         * MAINTAINERS: Update my email address.
2726
2727 2008-08-16  Nicolas Roche  <roche@adacore.com>
2728
2729         * Makefile.tpl: Add BOOT_ADAFLAGS.
2730         * Makefile.in: Regenerate.
2731
2732 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
2733
2734         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2735         * configure: Regenerate.
2736
2737 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
2738
2739         * configure.ac: Add makefile fragments for hpux.
2740         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2741         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2742         * configure: Regenerate.
2743         * Makefile.in: Regenerate.
2744
2745 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
2746
2747         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
2748
2749 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
2750
2751         * MAINTAINERS (Write after Approval): Add myself.
2752
2753 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
2754
2755         * MAINTAINERS (Write After Approval):  Add myself.
2756
2757 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
2758
2759         * MAINTAINERS (Write After Approval):  Add myself.
2760
2761 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
2762
2763         * MAINTAINERS: Update my email address.
2764
2765 2008-06-25  Joey Ye  <joey.ye@intel.com>
2766
2767         * MAINTAINERS (Write After Approval):  Add myself.
2768
2769 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2770
2771         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2772         * Makefile.in: Regenerate.
2773         * configure: Regenerate.
2774
2775 2008-06-17  Daniel Kraft  <d@domob.eu>
2776
2777         * MAINTAINERS (Write After Approval):  Add myself.
2778
2779 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2780
2781         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2782         "$@" is still intact with both Autoconf 2.59 and 2.62.
2783         * configure: Regenerate.
2784
2785 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2786
2787         * Makefile.tpl: Fix comment errors.
2788         * Makefile.in: Regenerate.
2789
2790 2008-06-12  David S. Miller  <davem@davemloft.net>
2791             David Edelsohn  <edelsohn@gnu.org>
2792
2793         * configure.ac: Add powerpc*-*-* to gold supported targets.
2794         * configure: Regenerate.
2795
2796 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
2797
2798         PR tree-optimization/36218
2799         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2800         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2801         (all prefix="build-"): Pass them to build-system sub-makes.
2802         * Makefile.in: Regenerate.
2803
2804 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
2805
2806         * MAINTAINERS (mt port): Remove.
2807         (sco5, unixware, sco udk): Remove.
2808         (Kean Johnston): Add to Write After Approval.
2809
2810 2008-05-30  Julian Brown  <julian@codesourcery.com>
2811
2812         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2813         of libobjc for ARM EABI Linux.
2814         * configure: Regenerate.
2815
2816 2008-05-18  Xinliang David Li   <davidxl@google.com>
2817
2818         * ChangeLog: Remove wrong ChangeLog entry.
2819
2820 2008-05-17  Xinliang David Li   <davidxl@google.com>
2821
2822         * MAINTAINERS (Write After Approval): Add myself.
2823
2824 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
2825
2826         * MAINTAINERS (Write After Approval): Add myself.
2827
2828 2008-05-14  Rafael Espíndola  <espindola@google.com>
2829
2830         * config-ml.in: don't handle --enable-shared and --enable-static.
2831
2832 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
2833
2834         * MAINTAINERS: Update my email address.
2835
2836 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
2837
2838         * MAINTAINERS: Update my email address.
2839
2840 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
2841
2842         * MAINTAINERS (Write After Approval): Add myself.
2843
2844 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
2845
2846         * MAINTAINERS (Write After Approval): Add myself.
2847
2848 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
2849
2850         * MAINTAINERS (crx): Add myself.
2851
2852 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2853
2854         Sync with src:
2855         2008-04-14  David S. Miller  <davem@davemloft.net>
2856
2857         * configure.ac: Add sparc*-*-* to gold supported targets.
2858         * configure: Regenerate.
2859
2860 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2861
2862         PR bootstrap/35457
2863         * configure.ac: Include override.m4.
2864         * configure: Regenerate.
2865
2866 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2867
2868         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2869         * Makefile.in: Regenerate.
2870
2871 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
2872
2873         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2874         as nonconfigurable directories list.
2875         * configure: Regenerate.
2876
2877 2008-04-14  Ben Elliston  <bje@au.ibm.com>
2878
2879         * config.sub, config.guess: Update from upstream sources.
2880
2881 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
2882
2883         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2884         * Makefile.in: Regenerate.
2885
2886 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
2887
2888         * configure.ac: Do not build libssp for the AVR.
2889         * configure: Regenerate.
2890
2891 2008-04-07  Ian Lance Taylor  <iant@google.com>
2892
2893         * Makefile.def: check-gold depends upon all-binutils.
2894         * Makefile.in: Regenerate.
2895
2896 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
2897
2898         * MAINTAINERS (Write After Approval): Add myself.
2899
2900 2008-04-04  Nick Clifton  <nickc@redhat.com>
2901
2902         PR binutils/4334
2903         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2904         builds.
2905         * configure: Regenerate.
2906
2907 2008-04-04  NightStrike  <NightStrike@gmail.com>
2908
2909         PR other/35151
2910         * configure.ac: Combine rules for mingw32 and mingw64.
2911         * configure: Regenerate.
2912
2913 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
2914
2915         * MAINTAINERS (Write After Approval): Add myself.
2916
2917 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
2918
2919         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
2920         * Makefile.in (.NOTPARALLEL): Ditto.
2921
2922 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
2923
2924         * MAINTAINERS (Write After Approval): Add myself.
2925
2926 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
2927
2928         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
2929         * Makefile.in (.NOTPARALLEL): Regenerate.
2930
2931 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
2932
2933         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2934         * Makefile.in: Regenerate.
2935
2936 2008-03-26  Jakub Staszak  <kuba@et.pl>
2937
2938         * MAINTAINERS (Write After Approval): Add myself.
2939
2940 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2941
2942         * MAINTAINERS:  Update e-mail address.
2943
2944 2008-03-20  Ian Lance Taylor  <iant@google.com>
2945
2946         * configure.ac: Add support for --enable-gold.
2947         * Makefile.def: Add gold as a directory like ld.
2948         * configure, Makefile.in: Regenerate.
2949
2950 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2951
2952         * configure.ac: m4_include config/proginstall.m4.
2953         * configure: Regenerate.
2954
2955         Backport from upstream Libtool:
2956
2957         2007-10-12  Eric Blake  <ebb9@byu.net>
2958
2959         Deal with Autoconf 2.62's semantic change in m4_append.
2960         * ltsugar.m4 (lt_append): Replace broken versions of
2961         m4_append.
2962         (lt_if_append_uniq): Don't require separator to be overquoted,
2963         and avoid broken m4_append.
2964         (lt_dict_add): Fix typo.
2965         * libtool.m4 (_LT_DECL): Don't overquote separator.
2966
2967 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
2968
2969         * config.rpath: Add AIX 6 support.
2970
2971 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
2972
2973         * Makefile.def (stageprofile).  Remove -fprofile-generate
2974         from stage_libcflags.
2975         * Makefile.in: Regenerate.
2976
2977 2008-03-13  Ben Elliston  <bje@au.ibm.com>
2978
2979         * config.sub, config.guess: Update from upstream sources.
2980
2981 2008-03-06  Tom Tromey  <tromey@redhat.com>
2982
2983         * MAINTAINERS: Update for treelang deletion.
2984
2985 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
2986
2987         * MAINTAINERS: Update my email address.
2988
2989 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
2990
2991         * MAINTAINERS (darwin port): Add myself as a maintainer.
2992         (objective-c/c++): Add myself as a maintainer.
2993
2994 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
2995
2996         * MAINTAINERS (Write After Approval): Update my email address.
2997
2998 2008-02-25  Tomas Bily  <tbily@suse.cz>
2999
3000         * MAINTAINERS (Write After Approval): Add myself.
3001
3002 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
3003
3004         * MAINTAINERS (OpenMP): Add myself.
3005
3006 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
3007
3008         PR bootstrap/32009
3009         PR bootstrap/32161
3010
3011         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3012         * configure: Regenerate.
3013
3014         * Makefile.def: Define stage_libcflags for all bootstrap stages.
3015         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3016         STAGE4_LIBCFLAGS): New.
3017         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3018         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3019         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3020         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3021         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3022         for target modules.  Don't export LIBCFLAGS.
3023         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3024         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3025         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3026         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3027         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3028         * Makefile.in: Regenerate.
3029
3030 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3031
3032         PR libgcj/33085
3033         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3034         Do not use -DDLL_EXPORT.  Backport from upstream.
3035
3036 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3037
3038         * MAINTAINERS (Write After Approval): Add myself.
3039
3040 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
3041
3042         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3043         * configure: Regenerate.
3044
3045 2008-01-31  Marc Gauthier  <marc@tensilica.com>
3046
3047         * configure.ac (xtensa*-*-*): Recognize processor variants.
3048         * configure: Regenerate.
3049
3050 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3051
3052         PR bootstrap/34922
3053         * configure.ac (PARSE_ARGS): Push suitable setting of
3054         ac_subdirs_all, for `./configure --help=recursive'.
3055         Handle `+' in generic toplevel directory disabling.
3056         * configure: Regenerate.
3057
3058 2008-01-28  Nick Clifton  <nickc@redhat.com>
3059
3060         * MAINTAINERS (xstormy16): Take over maintainership.
3061
3062 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
3063
3064         * MAINTAINERS (c4x port): Remove.
3065
3066 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
3067
3068         * libtool.m4: Backport AIX 6 support from ToT Libtool.
3069
3070 2008-01-23  Ben Elliston  <bje@au.ibm.com>
3071
3072         * config.sub, config.guess: Update from upstream sources.
3073
3074 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
3075
3076         * MAINTAINERS (Write After Approval): Add myself.
3077
3078 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
3079
3080         * MAINTAINERS: Update my email address.
3081
3082 2008-01-09  Raksit Ashok  <raksit@google.com>
3083
3084         * MAINTAINERS (Write After Approval): Add myself.
3085
3086 2008-01-09  Raksit Ashok  <raksit@google.com>
3087
3088         * MAINTAINERS (Write After Approval): Add myself.
3089
3090 2008-01-08  Ben Elliston  <bje@au.ibm.com>
3091
3092         * config.sub, config.guess: Update from upstream sources.
3093
3094 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3095
3096         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3097         Change recommended MPFR from 2.2.1 -> 2.3.0.
3098         * configure: Regenerate.
3099
3100 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
3101
3102         * MAINTAINERS: Update my email address.
3103
3104 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
3105
3106         * MAINTAINERS: Update my email address.
3107
3108 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
3109
3110         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3111         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3112         * Makefile.in: Regenerate.
3113
3114 2007-12-10  Mark Heffernan  <meheff@google.com>
3115
3116         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
3117         misplaced entries.
3118
3119 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3120
3121         * configure.ac: Enable libjava for x86_64-*-darwin9.
3122         * configure: Regenerate.
3123
3124 2007-12-07  Bill Maddox  <maddox@google.com>
3125
3126         * MAINTAINERS (Write After Approval): Add myself.
3127
3128 2007-12-05  Ben Elliston  <bje@au.ibm.com>
3129
3130         * config.sub, config.guess: Update from upstream sources.
3131
3132 2007-12-02  Matthias Klose  <doko@ubuntu.com>
3133
3134         * config-ml.in: Remove 64bit configure tests.
3135
3136 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3137
3138         * config-ml.in: Robustify against white space in absolute file
3139         names.
3140
3141         * config-ml.in (multi-clean): Substitute ${Makefile}.
3142         Remove superfluous ${Makefile} in list.
3143
3144 2007-11-19  Thiemo Seufer  <ths@mips.com>
3145
3146         * config-ml.in: Don't hardcode the Makefile name.
3147
3148 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
3149
3150         * MAINTAINERS (Write After Approval): Add myself.
3151
3152 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
3153
3154         * MAINTAINERS (Write After Approval): Add myself.
3155
3156 2007-11-06  Doug Kwan  <dougkwan@google.com>
3157
3158         * MAINTAINERS (Write After Approval): Add myself.
3159
3160 2007-10-25  Ben Elliston  <bje@au.ibm.com>
3161
3162         * MAINTAINERS (mercury): Remove entry.
3163         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
3164
3165 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
3166
3167         * Makefile.def (dependencies): Make configure-gdb depend on
3168         all-intl.
3169         * Makefile.in: Regenerated.
3170
3171 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
3172
3173         * MAINTAINERS (Fortran maintainer): Remove myself.
3174
3175 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
3176
3177         * Makefile.def: To avoid problems running with parallel makes,
3178         build newlib before libgloss so that target specific header
3179         files are availble.
3180         * Makefile.in: Regenerate
3181
3182 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
3183
3184         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3185         * Makefile.in: Regenerate.
3186
3187 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
3188
3189         * MAINTAINERS (Register allocation reviewer): Add myself.
3190
3191 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
3192
3193         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3194         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3195         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
3196         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3197         * configure: Regenerate.
3198
3199 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
3200
3201         * MAINTAINERS (Register allocation reviewer): Add myself.
3202
3203 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
3204
3205         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3206         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3207         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3208         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3209         * configure.ac: Default them to host tools for $host = $build.
3210         Subst them.
3211
3212         * configure: Regenerate.
3213         * Makefile.in: Regenerate.
3214
3215 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
3216
3217         * MAINTAINERS (Register allocation reviewer): Add myself.
3218
3219 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
3220
3221         * MAINTAINERS (Register allocation reviewer): Add myself.
3222
3223 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
3224
3225         * MAINTAINERS (Write After Approval): Fix typo.
3226
3227 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
3228
3229         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3230         * configure: Regenerate.
3231
3232 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
3233
3234         PR bootstrap/31906
3235         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
3236         they're already prefixed.
3237
3238 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
3239
3240         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3241         libstdc++.
3242         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3243         * configure: Regenerate.
3244         * Makefile.in: Regenerate.
3245
3246 2007-09-17  Andreas Schwab  <schwab@suse.de>
3247
3248         * configure.ac: Raise minimum makeinfo version to 4.6.
3249         * configure: Regenerate.
3250
3251 2007-09-17  Johannes Singler  <singler@ira.uka.de>
3252
3253         * MAINTAINERS (write-after-approval) add myself
3254
3255 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
3256
3257         * configure.ac: Correct makeinfo version check.
3258         * configure: Regenerate.
3259
3260 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
3261
3262         * MAINTAINERS: Update my email address.
3263
3264 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
3265
3266         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
3267         to $skipdirs and only disable gprof for newlib.  Use the normal
3268         mips*-elf* handling in other respects.
3269         * configure: Regnerate.
3270
3271 2007-09-12  David Daney  <ddaney@avtrex.com>
3272
3273         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3274         enabling libgcj.
3275         * configure: Regenerate.
3276
3277 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3278
3279         PR other/32154
3280         * configure.ac: For libgloss targets, point the linker to the linker
3281         script, startup code and simulator library.
3282         * configure: Regenerate.
3283
3284 2007-09-07  Andrew Haley  <aph@redhat.com>
3285
3286         * configure.ac (noconfigdirs): Remove target-libffi and
3287         target-libjava.
3288         * configure: Regenerate.
3289
3290 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3291
3292         PR target/33281
3293         * configure.ac: Use config/mh-mingw on mingw.
3294         * configure: Regenerate.
3295
3296 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
3297
3298         * MAINTAINERS (Write After Approval): Add myself.
3299
3300 2007-09-05  Richard Guenther  <rguenther@suse.de>
3301
3302         * configure.ac (--enable-stage1-checking): If neither --enable-checking
3303         nor --disable-checking is provided also turn on yes and types
3304         checking for stage1.
3305         * configure: Re-generate.
3306
3307 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
3308
3309         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
3310         (Write After Approval): Remove myself.
3311
3312 2007-08-29  Nick Clifton  <nickc@redhat.com>
3313
3314         * config.sub, config.guess: Update from upstream sources.
3315
3316 2007-08-22  Bud Davis  <jmdavis@link.com>
3317
3318         * MAINTAINERS (Write After Approval): Added myself.
3319         * MAINTAINERS (Reviewers): Removed myself.
3320
3321 2007-08-18  Paul Brook  <paul@codesourcery.com>
3322             Joseph Myers  <joseph@codesourcery.com>
3323
3324         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3325         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3326         * Makefile.in: Regenerate.
3327         * configure.ac (--with-debug-prefix-map): New.
3328         * configure: Regenerate.
3329
3330 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
3331             Nigel Stephens  <nigel@mips.com>
3332
3333         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
3334         as target_makefile_frag.
3335         * configure: Regenerate.
3336
3337 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
3338
3339         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3340         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
3341         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3342         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3343         (do-compare, do-compare3, do-compare-debug): New.
3344         ([+compare-target+]): Use them.
3345
3346 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
3347
3348         * MAINTAINERS (Write After Approval): Change my email address.
3349
3350 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3351             Ben Elliston  <bje@au.ibm.com>
3352
3353         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3354         --silent if $silent.
3355         * configure: Regenerate.
3356
3357 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
3358
3359         * MAINTAINERS (Various Maintainers): Add myself as
3360         loop infrastructure maintainer.  Update my e-mail
3361         address.
3362
3363 2007-07-31  Diego Novillo  <dnovillo@google.com>
3364
3365         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
3366         Adjust description.
3367
3368 2007-07-26  Richard Guenther  <rguenther@suse.de>
3369
3370         * configure.ac: Add types checking to stage1 checking flags.
3371         * configure: Regenerate.
3372
3373 2007-07-17  Nick Clifton  <nickc@redhat.com>
3374
3375         * COPYING3: New file.  Contains version 3 of the GNU General
3376         Public License.
3377         * COPYING3.LIB: New file.  Contains version 3 of the GNU
3378         Lesser General Public License.
3379
3380 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3381
3382         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
3383
3384 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3385
3386         * MAINTAINERS (S/390 co-maintainer): Add myself.
3387         (Write After Approval): Remove myself.
3388
3389 2007-07-13  Dan Hipschman  <dsh@google.com>
3390
3391         * MAINTAINERS (Write After Approval): Add myself.
3392
3393 2007-07-11  Nick Clifton  <nickc@redhat.com>
3394
3395         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
3396         WINDRES export.
3397         * Makefile.in: Regenerate.
3398
3399 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3400
3401         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
3402         maintainer.
3403
3404 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
3405
3406         * lt~obsolete.m4: New. Import from 20070318 libtool.
3407
3408 2007-07-03  Julian Brown  <julian@codesourcery.com>
3409
3410         * MAINTAINERS (Write After Approval): Add myself.
3411
3412 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3413
3414         * configure.ac: Rewrite 'configure --help' strings to look nicer.
3415         * configure: Regenerate.
3416
3417 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3418
3419         * configure.ac: Add some missing m4 quotation.
3420         * configure: Regenerate.
3421
3422 2007-07-02  Simon Baldwin  <simonb@google.com>
3423
3424         * MAINTAINERS (Write After Approval): Add myself.
3425
3426 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
3427
3428         * configure: Regenerate.
3429
3430 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
3431
3432         * Makefile.def: Add windmc tool to build.
3433         * Makefile.tpl: Likewise.
3434         * configure.ac: Likewise.
3435         * Makefile.in: Regenerate.
3436         * configure: Regenerate.
3437
3438 2007-06-28  DJ Delorie  <dj@redhat.com>
3439
3440         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3441         not building newlib.
3442         * configure: Regenerated.
3443
3444 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
3445
3446         * MAINTAINERS (Write After Approval): Add myself.
3447
3448 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
3449
3450         * MAINTAINERS (Write After Approval): Add myself.
3451
3452 2007-06-19  Chris Matthews  <chrismatthews@google.com>
3453
3454         * MAINTAINERS (Write After Approval): Add myself.
3455
3456 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3457
3458         * MAINTAINERS (Write After Approval): Add myself.
3459
3460 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
3461
3462         * Makefile.def: Add dependency from configure-gdb to all-bfd.
3463         * Makefile.in: Regenerated.
3464
3465 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
3466
3467         * configure.ac: Don't add target-libmudflap to noconfigdirs for
3468         bfin*-*-uclinux* targets.
3469         * configure: Regenerate.
3470
3471 2007-06-14  Ian Lance Taylor  <iant@google.com>
3472
3473         * MAINTAINERS: Add myself as non-algorithmic global write
3474         maintainer.
3475
3476 2007-06-14  Diego Novillo  <dnovillo@google.com>
3477
3478         * MAINTAINERS: Add self as middle-end maintainer and
3479         non-algorithmic global write maintainer.
3480
3481 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3482
3483         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
3484         Move all Fortran maintainers except Paul Brook into the
3485         Non-Autopoiesis section.
3486
3487 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
3488
3489         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3490         (distclean-stage[+id+]): Possibly delete stage_last.
3491         * Makefile.in: Regenerate.
3492
3493 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
3494
3495         * MAINTAINERS (Various Maintainer): Fix typo.
3496
3497 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
3498
3499         * MAINTAINERS (Various Maintainer): Add myself as
3500         dataflow maintainer.
3501
3502 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3503
3504         * config.sub, config.guess: Update from upstream sources.
3505
3506 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3507
3508         * Makefile.tpl: Fix spelling error.
3509         * Makefile.in: Regenerate.
3510
3511 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
3512
3513         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3514         lt_cv_sys_max_cmd_len.
3515
3516 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
3517
3518         * MAINTAINERS (Various Maintainers): Add myself as
3519         auto-vectorizer maintainer.
3520
3521 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
3522
3523         PR libjava/32098
3524         * libtool.m4: Revert previous change.
3525         * ltgcc.m4: Put it here.
3526
3527 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
3528
3529         * MAINTAINERS (Various Maintainers): Add myself as
3530         auto-vectorizer maintainer.
3531
3532 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
3533
3534         PR libjava/32098
3535         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
3536
3537 2007-05-30  Richard Guenther  <rguenther@suse.de>
3538
3539         * MAINTAINERS (Various Maintainers): Add myself as
3540         auto-vectorizer maintainer.
3541
3542 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
3543
3544         PR bootstrap/29382
3545         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3546         * configure: Rebuilt.
3547
3548 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
3549
3550         * MAINTAINERS (Write After Approval): Removed my name.
3551
3552 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
3553
3554         * MAINTAINERS (Write After Approval): Remove myself.
3555
3556 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
3557
3558         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3559
3560 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
3561
3562         * ltmain.sh: Update from ToT Libtool.
3563         * libtool.m4: Update from ToT Libtool.
3564         * ltsugar.m4: New. Update from ToT Libtool.
3565         * ltversion.m4: New. Update from ToT Libtool.
3566         * ltoptions.m4: New. Update from ToT Libtool.
3567         * ltconfig: Remove.
3568         * ltcf-c.sh: Remove.
3569         * ltcf-cxx.sh: Remove.
3570         * ltcf-gcj.sh: Remove.
3571
3572 2007-05-22  Ollie Wild  <aaw@google.com>
3573
3574         * MAINTAINERS (Write After Approval): Add myself.
3575
3576 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
3577
3578         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3579         stage_cflags.
3580         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3581         Remove CFLAGS/LIBCFLAGS.
3582         (configure-stage[+id+]-[+prefix+][+module+],
3583         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3584         * Makefile.in: Regenerate.
3585
3586 2007-05-15  Diego Novillo  <dnovillo@google.com>
3587
3588         * MAINTAINERS: Update e-mail address.
3589
3590 2007-05-15  Revital Eres  <eres@il.ibm.com>
3591
3592         * MAINTAINERS (Write After Approval): Add myself.
3593
3594 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
3595
3596         * MAINTAINERS (Write After Approval): Updated my address.
3597
3598 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
3599
3600         * MAINTAINERS (Write After Approval): Add myself.
3601
3602 2007-05-11  Silvius Rus  <rus@google.com>
3603
3604         * MAINTAINERS (Write After Approval): Add myself.
3605
3606 2007-04-23  Tom Tromey  <tromey@redhat.com>
3607
3608         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
3609
3610 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
3611
3612         * MAINTAINERS (cpplib): Rename to ...
3613         (libcpp): ... this.  Add C/C++ front end maintainers.
3614
3615 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
3616
3617         * config-ml.in: Pass ${ml_config_env} to configure calls.
3618
3619 2007-04-04  Christian Bruel  <christian.bruel@st.com>
3620
3621         * MAINTAINERS (Write After Approval): Add myself.
3622
3623 2007-04-02  Dave Korn  <dave.korn@artimi.com>
3624
3625         * MAINTAINERS (Write After Approval): Add myself.
3626
3627 2007-03-31  Tobias Burnus  <burnus@net-b.de>
3628
3629         * MAINTAINERS (fortran 95 front end): Add myself.
3630
3631 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
3632
3633         * MAINTAINERS (Write After Approval): Add myself.
3634
3635 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
3636
3637         * MAINTAINERS (Modulo Scheduler): Add myself.
3638
3639 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
3640
3641         * MAINTAINERS (fortran 95 front end): Add myself.
3642         (c++ front end): whitespace fix.
3643
3644 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
3645
3646         * MAINTAINERS (Write After Approval): Add myself.
3647
3648 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
3649
3650         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3651         of glob.  Quote arguments with single quotes too.
3652         * configure: Regenerate.
3653
3654 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
3655
3656         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3657         * Makefile.in: Regenerate
3658
3659 2007-03-07  Andreas Schwab  <schwab@suse.de>
3660
3661         * configure: Regenerate.
3662
3663 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
3664
3665         * configure.ac: Add "--with-pdfdir" configure option,
3666         which defines pdfdir variable.
3667         * Makefile.def (target=fixincludes): Add install-pdf to
3668         missing targets.
3669         (recursive_targets): Add install-pdf target.
3670         (flags_to_pass): Add pdfdir.
3671         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3672         target.
3673         * configure: Regenerate
3674         * Makefile.in: Regenerate
3675
3676 2007-02-28  Eric Christopher  <echristo@apple.com>
3677
3678         Revert:
3679         2006-12-07  Mike Stump  <mrs@apple.com>
3680
3681         * Makefile.def (dependencies): Add dependency for
3682         install-target-libssp and install-target-libgomp on
3683         install-gcc.
3684         * Makefile.in: Regenerate.
3685
3686 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
3687
3688         * configure: Regenerate.
3689         * configure.ac: Move statements after variable declarations.
3690
3691 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
3692
3693         * MAINTAINERS: Add myself as sh maintainer.
3694
3695 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
3696
3697         * configure.ac: Adjust for loop syntax.
3698         * configure: Regenerate.
3699
3700 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3701
3702         * configure: Rebuilt.
3703
3704 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3705
3706         * configure.ac: Drop multiple occurrences of --enable-languages,
3707         and fix its quoting.
3708         * configure: Rebuilt.
3709
3710 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
3711             Nathan Sidwell  <nathan@codesourcery.com>
3712             Vladimir Prus  <vladimir@codesourcery.com>
3713             Joseph Myers  <joseph@codesourcery.com>
3714
3715         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3716         * configure: Regenerate.
3717
3718 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
3719
3720         * ltconfig (freebsd*): Default to elf.
3721
3722 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3723
3724         * configure.ac (target_libraries): Move libgcc before libiberty.
3725         * configure: Regenerated.
3726
3727 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3728             Paolo Bonzini  <bonzini@gnu.org>
3729
3730         PR bootstrap/30753
3731         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
3732         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
3733         * configure: Regenerated.
3734
3735 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3736
3737         * MAINTAINERS (Language Front End Maintainers): Update my mail
3738         address.
3739
3740 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3741
3742         PR bootstrap/30748
3743         * configure.ac: Correct syntax for Solaris ksh.
3744         * configure: Regenerated.
3745
3746 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3747
3748         * configure.ac: Sync with src.
3749         * configure: Regenerate.
3750
3751 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3752
3753         * Makefile.in: Regenerate.
3754
3755 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3756
3757         * config.sub: Sync with src.
3758
3759 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3760
3761         * Makefile.tpl (build_alias, host_alias, target_alias): Use
3762         noncanonical equivalents.
3763         * configure.in: Rename to...
3764         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
3765         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
3766         target_noncanonical.  Use them.  Rewrite removal of configure
3767         arguments for autoconf 2.59.  Discard variable settings.  Force
3768         program_transform_name for native tools.
3769
3770         * Makefile.in: Regenerated.
3771         * configure: Regenerated with autoconf 2.59.
3772
3773 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
3774
3775         * MAINTAINERS (Write After Approval): Add myself.
3776
3777 2007-01-31  Andreas Schwab  <schwab@suse.de>
3778
3779         * Makefile.tpl (LDFLAGS): Substitute it.
3780         * Makefile.in: Regenerate.
3781
3782 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
3783
3784         * MAINTAINERS (Write After Approval): Add myself.
3785
3786 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
3787
3788         * MAINTAINERS (spu port): Add myself.
3789
3790 2007-01-23  Richard Guenther  <rguenther@suse.de>
3791
3792         PR bootstrap/30541
3793         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
3794         * Makefile.tpl (GNATBIND): Substitute it.
3795         (GNATMAKE): Likewise.
3796         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
3797         of STAGE_PREFIX.
3798         * Makefile.in: Regenerate.
3799         * configure: Regenerate.
3800
3801 2007-01-18  Mike Stump  <mrs@apple.com>
3802
3803         * configure.in: Re-enable -Werror for gcc builds.
3804
3805 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
3806
3807         * MAINTAINERS (Write After Approval): Add myself.
3808
3809 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3810
3811         * configure.in: Change == to = in test command.
3812         * configure: Regenerate.
3813
3814 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3815             Nick Clifton  <nickc@redhat.com>
3816             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
3817
3818         * configure.in (build_configargs, host_configargs, target_configargs):
3819         Remove build/host/target parameters.
3820         (host_libs): Add gmp and mpfr.
3821         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3822         * Makefile.def (gmp, mpfr): New.
3823         (gcc): Remove target.
3824         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3825         target_os, target_vendor): New.
3826         (configure): Add host_alias/target_alias arguments; adjust invocations.
3827         * configure: Regenerate.
3828         * Makefile.in: Regenerate.
3829
3830 2007-01-11  Matt Fago  <fago@earthlink.net>
3831
3832         * configure.in: Try to link to functions only in mpfr 2.2.x
3833         to improve robustness of configure tests.
3834         * configure: Regenerate.
3835
3836 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
3837
3838         * MAINTAINERS: Add myself as i386 maintainer.
3839
3840 2007-01-08  Jan Hubicka  <jh@suse.cz>
3841
3842         * MAINTAINERS: Add myself as i386 maintainer.
3843
3844 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
3845
3846         * configure.in: Add support for an x86_64-mingw* target.
3847         * configure: Regenerate.
3848
3849 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
3850
3851         * Makefile.tpl (all-target): Correct @if conditional for target
3852         modules.
3853         * configure.in: Omit libiberty if building only target libgcc.
3854         * configure, Makefile.in: Regenerated.
3855
3856 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
3857
3858         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3859         * configure: Regenerate.
3860
3861 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
3862
3863         * Makefile.def (target_modules): Add libgcc.
3864         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
3865         * Makefile.tpl (clean-target-libgcc): Delete.
3866         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3867         on gcc even for bootstrapped modules.  Rewrite handling of
3868         lang_env_dependencies to loop over target_modules.
3869         * configure.in (target_libraries): Add target-libgcc.
3870         * Makefile.in, configure: Regenerated.
3871
3872 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3873
3874         * configure.in: Reorganize recognition of languages.  Add
3875         --enable-stage1-languages.  Show supported languages for the chosen
3876         target rather than all recognized languages.
3877         * configure: Regenerate.
3878
3879 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3880
3881         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3882         * Makefile.in: Regenerate.
3883
3884 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3885
3886         * configure.in: Warn that MPFR 2.2.0 is buggy.
3887         * configure: Regenerate.
3888
3889 2006-12-27  Ian Lance Taylor  <iant@google.com>
3890
3891         * configure.in: When removing Makefiles to force a reconfigure, also
3892         remove prev-DIR*/Makefile.
3893         * configure: Regenerate.
3894
3895 2006-12-22  Andreas Schwab  <schwab@suse.de>
3896
3897         * configure: Regenerate with correct autoconf version.
3898
3899 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
3900
3901         * configure.in: add AC_SUBST for *_FOR_TARGET.
3902         * configure: Regenerate.
3903
3904 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3905
3906         * configure.in: Simplify logic for rejecting languages that cannot
3907         be built.  Separate the case when a language is unsupported,
3908         from the case when the user chooses not to build a language.
3909
3910 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3911
3912         * configure.in: Remove "$build" case for powerpc-*-darwin* since
3913         it only affects bootstrap and could be tested on "$host" as well.
3914         * configure: Regenerate.
3915         * config/mh-ppc-darwin: Add to the stage1 cflags here.
3916
3917 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3918
3919         PR bootstrap/29544
3920         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3921         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3922         move here comment from Makefile.tpl.
3923         * Makefile.tpl: Move some definitions higher in the file.
3924         (STAGE1_CHECKING): New.
3925         * configure.in: Add --enable-stage1-checking.
3926         * configure: Regenerate.
3927         * Makefile.in: Regenerate.
3928
3929 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3930
3931         * MAINTAINERS: Add myself as build system maintainer.
3932
3933 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
3934
3935         * MAINTAINERS (Write After Approval): Add myself.
3936
3937 2006-12-13  Eric Christopher  <echristo@apple.com>
3938
3939         * MAINTAINERS: Add myself as darwin maintainer.
3940
3941 2006-12-11  Ian Lance Taylor  <ian@airs.com>
3942
3943         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
3944
3945 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
3946
3947         MAINTAINERS: Update my entry.
3948
3949 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
3950
3951         * configure.in:  Handle spu makefile frag.
3952         * Makefile.tpl (MAINT): Define
3953         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3954         * configure: Regenerate.
3955         * Makefile.in: Regenerate.
3956
3957 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3958
3959         * config.guess: Import latest version.
3960         * config.sub: Likewise.
3961
3962 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3963
3964         * configure.in (spu-*-*): Don't skip target-libiberty.
3965         * configure: Regenerate.
3966
3967 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3968
3969         PR bootstrap/30134
3970         * configure.in: Correct x86 darwin support for libjava to powerpc
3971         and i?86 only.
3972         * configure: Regenerate.
3973
3974 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
3975
3976         * configure.in: Add x86 darwin support for libjava.
3977         * configure: Regenerate.
3978
3979 2006-12-07  Mike Stump  <mrs@apple.com>
3980
3981         * Makefile.def (dependencies): Add dependency for
3982         install-target-libssp and install-target-libgomp on
3983         install-gcc.
3984         * Makefile.in: Regenerate.
3985
3986 2006-12-04  Richard Guenther  <rguenther@suse.de>
3987
3988         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
3989         (Non-Algorithmic Maintainers): Move over non-algorithmic
3990         loop optimizer maintainers, add myself as a non-algorithmic
3991         middle-end maintainer.
3992
3993 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
3994
3995         * MAINTAINERS (Write After Approval): Add myself.
3996
3997 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3998
3999         * configure.in: Update error message for missing GMP/MPFR.
4000
4001         * configure: Regenerate.
4002
4003 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4004
4005         * configure.in: Update MPFR version in error message.
4006
4007         * configure: Regenerate.
4008
4009 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4010
4011         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4012         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4013         --with-gmp-lib): New flags.
4014
4015         * configure: Regenerate.
4016
4017 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
4018
4019         * MAINTAINERS (Write After Approval): Change my email address.
4020
4021 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4022
4023         * MAINTAINERS (Write After Approval): Add myself.
4024
4025 2006-11-22  Philipp Thomas  <pth@suse.de>
4026
4027         * MAINTAINERS (i18n): Update e-mail address.
4028
4029 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4030
4031         * MAINTAINERS (spu port): Add myself as maintainer.
4032         (Write After Approval): Remove myself.
4033
4034 2006-11-22  Ben Elliston  <bje@au.ibm.com>
4035
4036         * configure.in (skipdirs): Don't build libssp for SPU.
4037         * configure: Regenerate.
4038
4039 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
4040
4041         * MAINTAINERS (spu port): Add myself as maintainer.
4042         (libobjc): Update my email address.
4043
4044 2006-11-21  Andrea Bona  <andrea.bona@st.com>
4045
4046         * MAINTAINERS (Write After Approval): Add myself.
4047
4048 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4049
4050         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
4051         * configure : Rebuilt.
4052
4053 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4054
4055         * MAINTAINERS (Write After Approval): Add myself.
4056
4057 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
4058
4059         * MAINTAINERS (Write After Approval): Add myself.
4060
4061 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4062
4063         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
4064         libmpfr.a.
4065         * configure: Regenerate.
4066
4067 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
4068
4069         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4070         (unstage): Test for stage_last presence.
4071
4072         PR bootstrap/29802
4073         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
4074         STAGE_PREFIX.
4075         * Makefile.in: Regenerate.
4076
4077 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
4078
4079         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
4080         maintainers.
4081
4082 2006-11-14  Erven Rohou  <erven.rohou@st.com>
4083
4084         * MAINTAINERS (Write After Approval): Add myself.
4085
4086 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
4087
4088         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
4089         and stageN-package/Makefile.
4090         * Makefile.in: Regenerated.
4091
4092 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
4093
4094         * configure.in: Remove target-libgloss from noconfigdirs for
4095         bfin-*-*.
4096         * configure: Regenerated.
4097
4098 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4099
4100         * configure.in (have_gmp): Only error if the gcc directory exists.
4101
4102         * configure: Regenerate.
4103
4104 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4105
4106         * configure.in: Robustify error message for missing GMP/MPFR.
4107
4108         * configure: Regenerate.
4109
4110 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
4111
4112         * MAINTAINERS (Write After Approval): Add myself.
4113
4114 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
4115
4116         * MAINTAINERS: Change email address.
4117
4118 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
4119
4120         * MAINTAINERS (Write After Approval): Add myself.
4121
4122 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
4123
4124         * MAINTAINERS (Write After Approval): Add myself.
4125
4126 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
4127
4128         * MAINTAINERS (Write After Approval): Move myself to
4129         Write After Approval section.
4130
4131 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4132
4133         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
4134         need_gmp anymore.
4135         * configure: Regenerate.
4136
4137 2006-10-16  Tobias Burnus  <burnus@net-b.de>
4138
4139         * MAINTAINERS (Write After Approval): Add myself.
4140
4141 2006-10-16  Ben Elliston  <bje@au.ibm.com>
4142
4143         * config.guess: Import latest version.
4144         * config.sub: Likewise.
4145
4146 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
4147
4148         * Makefile.def: Added pdf target handling.
4149         * Makefile.tpl: Added pdf target handling.
4150         * Makefile.in: Regenerated.
4151
4152 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
4153
4154         * MAINTAINERS: Add self as score port maintainer.
4155
4156 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
4157
4158         * MAINTAINERS (Write After Approval): Add myself.
4159
4160 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
4161
4162         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
4163         or newer.
4164         * configure: Regenerated.
4165
4166 2006-09-27  Dave Brolley  <brolley@redhat.com>
4167
4168         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
4169         using $s instead of $r.
4170         * configure: Regenerated.
4171
4172 2006-09-26  Thiemo Seufer  <ths@mips.com>
4173
4174         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4175         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4176         * configure: Regenerate.
4177
4178 2006-09-24  Graeme Peterson  <gridly@gmail.com>
4179
4180         * MAINTAINERS (Write After Approval): Remove myself.
4181
4182 2006-09-22  Chao-ying Fu  <fu@mips.com>
4183
4184         * MAINTAINERS (Write After Approval): Add myself.
4185
4186 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
4187
4188         * MAINTAINERS: Add self as soft-fp maintainer.
4189
4190 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
4191
4192         * MAINTAINERS: Add myself as avr maintainer.
4193         Remove Marek Michalkiewicz as avr maintainer.
4194
4195 2006-09-07  Roberto Costa  <roberto.costa@st.com>
4196
4197         * MAINTAINERS (Write After Approval): Add myself.
4198
4199 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
4200
4201         * configure.in: Never build newlib for a Mingw host.
4202         Never build newlib as Mingw target library.
4203         Test the existence of winsup/cygwin for building a Cygwin newlib,
4204         rather than just winsup.
4205         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4206         building a Mingw target.
4207         * configure: Regenerate.
4208
4209 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
4210
4211         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
4212
4213 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
4214
4215         * config.guess: Import from src (was more updated).
4216         * config.sub: Likewise.
4217
4218 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
4219
4220         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4221         * configure: Regenerated.
4222
4223 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
4224
4225         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4226         for stages after the first.
4227
4228 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
4229
4230         * Makefile.def: Add dependencies for configure-opcodes
4231         on configure-intl and all-opcodes on all-intl.
4232         * Makefile.in: Regenerated.
4233
4234 2006-07-13  Ben Elliston  <bje@au.ibm.com>
4235
4236         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
4237
4238 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4239
4240         Port to hosts whose 'sort' and 'tail' implementations
4241         treat operands with leading '+' as file names, as POSIX
4242         has required since 2001.  However, make sure the code still
4243         works on pre-POSIX hosts.
4244         * ltmain.sh: Don't assume "sort +2" is equivalent to
4245         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
4246
4247 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
4248
4249         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
4250
4251 2006-07-04  Peter O'Gorman  <peter@pogma.com>
4252
4253         * ltconfig: chmod 644 before ranlib during install.
4254
4255 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4256
4257         PR bootstrap/18058
4258         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4259         if the bootstrap compiler is a GCC version that supports it.
4260         * configure: Regenerate.
4261
4262 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4263
4264         * configure.in: Fix thinkos in previous check-in.
4265         * configure: Regenerate.
4266
4267 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4268
4269         PR other/27063
4270         * configure.in: Test subdir_requires and give an appropriate
4271         error message.
4272         * configure: Regenerate.
4273
4274 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
4275
4276         * MAINTAINERS (Write After Approval): Add myself.
4277
4278 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
4279
4280         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4281
4282 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
4283
4284         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4285
4286 2006-06-20  David Ayers  <d.ayers@inode.at>
4287
4288         PR bootstrap/28072
4289         * configure.in: Add target-boehm-gc to noconfigdirs depending on
4290         whether target-libjava is being configured instead of whether the
4291         java front end is enabled.
4292         * configure: Regenerate.
4293
4294 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4295
4296         PR target/27540
4297         * configure.in: Only enable libgomp on IRIX 6.
4298         * configure: Regenerate.
4299
4300 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
4301
4302         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4303         too.
4304         * Makefile.in: Regenerate.
4305
4306 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
4307
4308         * config-ml.in: Alter CCASFLAGS to include special
4309         multilib options the same as is done for CFLAGS.
4310
4311 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4312
4313         * configure.in: Don't enable libgomp on hpux10.
4314         * configure: Rebuilt.
4315
4316 2006-06-12  David Ayers  <d.ayers@inode.at>
4317
4318         PR bootstrap/27963
4319         PR target/19970
4320         * configure.in: Remove target-boehm-gc from noconfigdirs where
4321         ${libgcj} is specified.
4322         * configure: Regenerate.
4323
4324 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
4325
4326         Sync from src:
4327
4328         * configure.in: Sync.
4329         * configure: Regenerated.
4330
4331         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
4332
4333         * Makefile.def: Added dependencies from sim and gdb on intl, and
4334         added configure dependencies to everything with an all dependency
4335         on intl.
4336         * Makefile.in: Regenerated.
4337
4338 2006-06-06  David Ayers  <d.ayers@inode.at>
4339
4340         PR libobjc/13946
4341         * Makefile.def: Add dependencies for libobjc which boehm-gc.
4342         * Makefile.in: Regenerate.
4343         * configure.in: Add --enable-objc-gc at toplevel and have it
4344         enable boehm-gc for Objective-C.
4345         Remove target-boehm-gc from libgcj.
4346         Add target-boehm-gc to target_libraries.
4347         Add target-boehm-gc to noconfigdirs where ${libgcj}
4348         is specified.
4349         Assert that boehm-gc is supported when requested for Objective-C.
4350         Only build boehm-gc if needed either for Java or Objective-C.
4351         * configure: Regenerate.
4352
4353 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
4354
4355         PR 27674
4356         * Makefile.tpl (configure-[+prefix+][+module+],
4357         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4358         Remove rule to unstage bootstrapped modules.
4359         (stage_current): New.
4360         * Makefile.in: Regenerate.
4361
4362 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4363
4364         * MAINTAINERS (Write After Approval): Update my e-mail address.
4365
4366 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
4367
4368         * include/libiberty.h: Declare pex_run_in_environment.
4369
4370 2006-05-31  Asher Langton  <langton2@llnl.gov>
4371
4372         * MAINTAINERS (Write After Approval): Add myself.
4373
4374 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
4375
4376         * Makefile.def (bfd, opcodes): Fix lib_path.
4377         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4378         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
4379         * Makefile.in: Regenerate.
4380
4381 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4382
4383         * Makefile.in: Regenerate.
4384
4385 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4386
4387         * Makefile.def: Add install-html target. Add datarootdir
4388         docdir and htmldir to flags_to_pass.
4389         * Makefile.tpl: Add install-html target.
4390         * Makefile.in: Regenerate.
4391         * configure.in: Add --with-datarootdir, --with-docdir, and
4392         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
4393         * configure: Regenerate.
4394
4395 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
4396
4397         * configure.in: Enable gprof for cross builds.
4398         * configure: Regenerate.
4399
4400 2006-05-22  Richard Guenther  <rguenther@suse.de>
4401
4402         Revert
4403         2006-01-31  Richard Guenther  <rguenther@suse.de>
4404         Paolo Bonzini  <bonzini@gnu.org>
4405
4406         * Makefile.def (target_modules): Add libgcc-math target module.
4407         * configure.in (target_libraries): Add libgcc-math target library.
4408         (--enable-libgcc-math): New configure switch.
4409         * Makefile.in: Re-generate.
4410         * configure: Re-generate.
4411         * libgcc-math: New toplevel directory.
4412
4413 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4414             Andreas Tobler  <a.tobler@schweiz.ch>
4415
4416         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
4417         * configure: Rebuilt.
4418
4419 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
4420
4421         * MAINTAINERS (Write After Approval): Add myself.
4422
4423 2006-05-01  DJ Delorie  <dj@redhat.com>
4424
4425         * configure.in: Restore CFLAGS if GMP isn't present.
4426         * configure: Regenerate.
4427
4428 2006-05-01  Richard Guenther  <rguenther@suse.de>
4429
4430         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
4431         maintainer.
4432
4433 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
4434
4435         * MAINTAINERS (Write After Approval): Add myself.
4436
4437 2006-04-28  Jan Beulich  <jbeulich@novell.com>
4438
4439         * MAINTAINERS (Write After Approval): Add myself.
4440
4441 2006-04-18  DJ Delorie  <dj@redhat.com>
4442
4443         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
4444         reference libgloss so that libssp can be built in a combined
4445         tree.
4446         * configure: Regenerate.
4447
4448 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
4449
4450         * MAINTAINERS (Write After Approval): Add myself.
4451
4452 2006-04-05  Ben Elliston  <bje@au.ibm.com>
4453
4454         * configure.in: Require makeinfo 4.4 or higher.
4455         * configure: Regenerate.
4456
4457 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
4458
4459         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
4460         Rearrange the entries of other libraries to have them in one place.
4461
4462 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
4463
4464         * MAINTAINERS (Write After Approval): Remove myself.
4465         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4466
4467 2006-03-14  Richard Guenther  <rguenther@suse.de>
4468
4469         * configure: Regenerate with autoconf 2.13.
4470
4471 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
4472
4473         * MAINTAINERS: Use my work address.
4474
4475         * MAINTAINERS: Update my E-mail address.
4476
4477 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
4478
4479         * configure.in: Handle --disable-<component> generically.
4480         * configure: Regenerate.
4481
4482 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
4483
4484         PR libgcj/17311
4485         * ltmain.sh: Don't use "$finalize_rpath" for compile.
4486
4487 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
4488
4489         * MAINTAINERS (Write After Approval):  Remove myself.
4490         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4491
4492 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
4493
4494         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
4495         (TARGET_CONFIGDIRS): Remove.
4496         * configure.in: Remove AC_SUBST(target_configdirs).
4497         * Makefile.in, configure: Regenerated.
4498
4499 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
4500
4501         * MAINTAINERS (Write After Approval):  Remove myself.
4502         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4503
4504 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
4505
4506         PR bootstrap/25670
4507
4508         * Makefile.tpl ([+compare-target+]): Print explanation messages.
4509
4510         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4511         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4512         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4513         BUILD_PREFIX, BUILD_PREFIX_1.
4514         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4515
4516         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4517         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4518
4519         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4520         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4521         of `cat stage_current`.  Always provide the `r' and `s' variables.
4522         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4523         a single shell execution.
4524         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4525         bootstrapped modules, make the stage1 module if the build was not
4526         started yet, else build the current stage.
4527         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4528         (all-build, all-host, all-target, [+make_target+]-host,
4529         [+make_target+]-target): Do not use \-continued lines.
4530         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4531         (current_stage, restrap, stage_last): New.
4532
4533         * Makefile.in: Regenerate.
4534         * configure: Regenerate.
4535
4536 2006-02-19  Bud Davis  <jmdavis@link.com>
4537
4538         * MAINTAINERS (Write After Approval):  Remove myself.
4539         (Language Front End Maintainers):  Add myself as fortran 95
4540         maintainer and update e-mail address.
4541
4542 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4543
4544         * MAINTAINERS (Write After Approval):  Remove myself.
4545         (Language Front End Maintainers):  Add myself as fortran 95
4546         maintainer.
4547
4548 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
4549
4550         * MAINTAINERS (Write After Approval): Add myself.
4551
4552 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
4553
4554         * MAINTAINERS (Write After Approval):  Remove myself.
4555         (Language Front End Maintainers):  Add myself as
4556         fortran 95 maintainer.
4557
4558 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4559
4560         Sync from src:
4561
4562         2005-12-27  Leif Ekblad  <leif@rdos.net>
4563
4564         * configure.in: Add support for RDOS target.
4565         * configure: Regenerate.
4566
4567 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4568             Andreas Schwab  <schwab@suse.de>
4569
4570         * configure: Regenerate.
4571
4572 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
4573
4574         * configure.in (enable_libgomp): Add AIX.
4575         * configure: Regenerate.
4576
4577 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
4578
4579         * MAINTAINERS (Write After Approval): Add myself.
4580
4581 2006-02-03  Lee Millward  <lee.millward@gmail.com>
4582
4583         * MAINTAINERS (Write After Approval): Add myself.
4584
4585 2006-01-31  Richard Guenther  <rguenther@suse.de>
4586         Paolo Bonzini  <bonzini@gnu.org>
4587
4588         * Makefile.def (target_modules): Add libgcc-math target module.
4589         * configure.in (target_libraries): Add libgcc-math target library.
4590         (--enable-libgcc-math): New configure switch.
4591         * Makefile.in: Re-generate.
4592         * configure: Re-generate.
4593         * libgcc-math: New toplevel directory.
4594
4595 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
4596
4597         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4598         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4599         the assembler, linker and binutils.
4600         * configure: Regenerate.
4601
4602 2006-01-22  Dirk Mueller  <dmueller@suse.de>
4603
4604         * MAINTAINERS (Write After Approval): Add myself.
4605
4606 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
4607
4608         * configure: Regenerate.
4609
4610 2006-01-18  Richard Henderson  <rth@redhat.com>
4611             Jakub Jelinek  <jakub@redhat.com>
4612             Diego Novillo  <dnovillo@redhat.com>
4613
4614         * libgomp: New directory.
4615         * Makefile.def: Add target_module libgomp.
4616         * Makefile.in: Regenerate.
4617         * configure.in (target_libraries): Add target-libgomp.
4618         * configure: Regenerate.
4619
4620 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
4621
4622         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4623         @ from continuation.
4624         * Makefile.in: Rebuilt.
4625
4626 2006-01-04  Chris Lattner  <sabre@gnu.org>
4627
4628         * MAINTAINERS (Write After Approval): Add myself.
4629
4630 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
4631
4632         PR bootstrap/24252
4633
4634         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4635         * Makefile.tpl (OBJDUMP): New.
4636         (EXTRA_HOST_FLAGS): Add it.
4637         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4638
4639         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4640         to use symbolic links between directories.  Avoid race conditions
4641         or make them harmless.
4642         * configure.in: Do not try to use symbolic links between directories.
4643
4644         * Makefile.def (LEAN): Pass.
4645         * Makefile.tpl (LEAN): Define.
4646         (stage[+id+]-start): Accept that the previous directory does not
4647         exist, if the bootstrap is lean.
4648         (stage[+id+]-bubble): Invoke lean bootstrap commands after
4649         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
4650         configure substitution.
4651         ([+compare-target+]): Likewise.
4652         ([+bootstrap-target+]-lean): New.
4653         * configure.in: Remove lean bootstrap support from here.
4654
4655         * Makefile.in: Regenerate.
4656         * configure: Regenerate.
4657
4658 2006-01-04  Ben Elliston  <bje@au.ibm.com>
4659
4660         * MAINTAINERS (libdecnumber): Add myself.
4661
4662 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
4663
4664         * libtool-ldflags: New script.
4665
4666 2006-01-02  Andreas Schwab  <schwab@suse.de>
4667
4668         * configure.in: When reconfiguring remove Makefile in
4669         all stage directories.
4670         * configure: Regenerate.
4671
4672 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
4673
4674         * MAINTAINERS: Update my email address.
4675
4676 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
4677
4678         Revert Ada-related part of the previous change.
4679
4680         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4681         Do not pass.
4682         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4683         * Makefile.in: Regenerate.
4684         * configure.in: Do not include mt-ppc-aix target fragment.
4685         * configure: Regenerate.
4686
4687 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
4688
4689         * configure.in: Select appropriate fragments for PowerPC/AIX.
4690         * configure: Regenerate.
4691
4692         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4693         BOOT_CFLAGS, BOOT_LDFLAGS.
4694         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4695         BOOT_CFLAGS, BOOT_LDFLAGS.
4696         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4697         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4698         (stage): Fail if we cannot complete the work.
4699         * Makefile.in: Regenerate.
4700
4701 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
4702
4703         * configure.in: Replace ms1 with mt.
4704         * configure: Rebuilt.
4705
4706 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
4707
4708         * MAINTAINERS: Update my email address.
4709
4710 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
4711
4712         * Makefile.tpl (all, do-[+make_target+], do-check, install,
4713         install-host-nogcc): Don't invoke $(stage) at the end.
4714         * Makefile.in: Regenerate.
4715
4716 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
4717
4718         * configure.in: Flip the top-level bootstrap switch.
4719         * configure: Regenerate.
4720
4721 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
4722
4723         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4724         $(stage) and $(unstage).
4725         (EXTRA_TARGET_FLAGS): Correct double-quoting.
4726         (all): Remove stray semicolon.
4727         (local-distclean): Don't handle multilib.tmp and multilib.out.
4728         (install.all): Set $s for consistency.
4729         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4730         check_multilibs setting.  Always make the install directory.
4731         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4732         Correct @if/@endif.
4733         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4734         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4735         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4736         (multilib.out): Remove.
4737         * Makefile.in: Regenerated.
4738
4739 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
4740
4741         * MAINTAINERS (Write After Approval): Add myself.
4742
4743 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
4744
4745         * MAINTAINERS: Add myself as mt maintainer.
4746
4747         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
4748
4749 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
4750
4751         * MAINTAINERS: Change email address.
4752
4753 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
4754
4755         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4756         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4757         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
4758         Find in-tree tools if available.
4759         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4760         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4761         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4762         (COMPILER_*_FOR_TARGET): New.
4763         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4764         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4765         (CONFIGURED_*, USUAL_*): Remove.
4766         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4767         STRIP): Use autoconf substitutions.
4768         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4769         COMPILER_NM_FOR_TARGET): New.
4770         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4771
4772         (all): Make all-host and all-target in parallel.
4773         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4774         that $$r and $$s are set before invoking a recursive make.
4775         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4776         ([+bootstrap-target+]): Inline most of the `all' target.
4777
4778 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4779
4780         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4781         from the gcc build directory.
4782         * Makefile.in: Regenerate.
4783
4784 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4785
4786         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
4787         depend on all-libdecnumber.
4788         * configure.in (host_libs): Include libdecnumber.
4789         * Makefile.in: Regenerate.
4790         * configure: Likewise.
4791
4792 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4793
4794         * libdecnumber: Import decNumber sources from the dfp-branch.
4795
4796 2005-11-21  Kean Johnston  <jkj@sco.com>
4797
4798         * config.sub, config.guess: Sync from upstream sources.
4799
4800 2005-11-21  Ben Elliston  <bje@au.ibm.com>
4801
4802         Import from Autoconf sources:
4803
4804         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
4805         * config/move-if-change: Don't output "$2 is unchanged";
4806         suggested by Ben Elliston.  Handle weird characters correctly.
4807
4808 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
4809
4810         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
4811         to match upstream libtool for darwin.
4812
4813 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
4814
4815         * Makefile.def: Remove gdb dependencies for gdbtk.
4816         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4817         (configure-gdb, install-gdb): New rules.
4818         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4819         * Makefile.in, configure: Regenerated.
4820
4821 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
4822
4823         * MAINTAINERS (Write After Approval): Add myself.
4824
4825 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
4826
4827         * MAINTAINERS (Write After Approval): Add myself.
4828
4829 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
4830
4831         * MAINTAINERS (alias analysis): Add Daniel Berlin and
4832         Diego Novillo.
4833
4834 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
4835
4836         PR bootstrap/24297
4837         * Makefile.tpl (do-[+make-target+], do-check, install,
4838         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4839         are set before recursing.
4840         * Makefile.in: Regenerate.
4841
4842 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
4843
4844         PR bootstrap/18939
4845         * Makefile.def (gcc) <target>: Fix thinko.
4846         * Makefile.in: Regenerate.
4847
4848 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
4849
4850         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4851         * configure: Regenerate.
4852
4853 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
4854
4855         * MAINTAINERS (Write After Approval): Add self.
4856
4857 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
4858
4859         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4860         target-libffi, target-qthreads, target-libjava, and
4861         targetlibobjc.
4862         * configure: Regenerate.
4863
4864 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
4865
4866         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4867         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4868         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4869         (USUAL_OBJDUMP_FOR_TARGET): New.
4870         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4871         * configure.in: Check for $OBJDUMP_FOR_TARGET.
4872         * configure, Makefile.in: Regenerated.
4873
4874 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4875
4876         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4877         before other host packages.
4878
4879 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
4880
4881         * MAINTAINERS: Add self as sh libraries/configury maintainer.
4882
4883 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4884
4885         PR bootstrap/22340
4886
4887         * configure.in (default_target): Remove.
4888         * Makefile.tpl (all): Do not use prerequisites as subroutines
4889         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4890         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4891         use prerequisites as subroutines.
4892         (check-host, check-target): New.
4893         (bootstrap configure & all targets): Do not use stage*-start
4894         if the directory layout is already ok.
4895         (non-bootstrap configure & all targets): Prepend a $(unstage).
4896         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
4897         (NOTPARALLEL): Remove.
4898         (unstage, stage variables): New variables.
4899         (unstage, stage targets): Simply expand to those variables.
4900
4901         * configure: Regenerate.
4902         * Makefile.in: Regenerate.
4903
4904 2005-10-04  James E Wilson  <wilson@specifix.com>
4905
4906         * Makefile.def (lang_env_dependencies): Add libmudflap.
4907         * Makefile.in: Regenerate.
4908
4909 2005-10-03  Andreas Schwab  <schwab@suse.de>
4910
4911         Backport from libtool CVS:
4912         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
4913
4914         * ltmain.sh: add support for installing into temporary
4915         staging area (e.g. 'make install DESTDIR=...')
4916
4917 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
4918
4919         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4920         * configure: Regenerated.
4921
4922 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
4923
4924         * configure: Regenerate with the correct
4925         autoconf version.
4926
4927 2005-09-30  Catherine Moore  <clm@cm00re.com>
4928
4929         * configure.in (bfin-*-*): New.
4930         * configure: Regenerated.
4931
4932 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
4933
4934         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4935         (LIPO_FOR_TARGET): New.
4936         (CONFIGURED_LIPO_FOR_TARGET): New.
4937         (USUAL_LIPO_FOR_TARGET): New.
4938         (STRIP_FOR_TARGET): New.
4939         (CONFIGURED_STRIP_FOR_TARGET): New.
4940         (USUAL_STRIP_FOR_TARGET): New.
4941         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4942         STRIP_FOR_TARGET.
4943         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4944         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4945         * Makefile.in: Regenerate.
4946         * configure: Regenerate.
4947
4948 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
4949
4950         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4951         (rs6000-*-aix*): Same.
4952         * configure: Regenerate.
4953
4954 2005-09-16  Tom Tromey  <tromey@redhat.com>
4955
4956         * MAINTAINERS: Add self as java maintainer.
4957
4958 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4959
4960         * configure.in: Recognize f95 in the --enable-languages option,
4961         and substitute it for fortran, issuing a warning.
4962         * configure: Regenerate.
4963
4964 2005-08-30  Phil Edwards  <phil@codesourcery.com>
4965
4966         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
4967         * configure:  Regenerated.
4968
4969 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
4970
4971         * MAINTAINERS: Add self as ms1 maintainer.
4972
4973 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
4974
4975         * Makefile.def (libssp): Add to lang_env_dependencies.
4976         * Makefile.in: Regenerate.
4977
4978 2005-08-18  Ian Lance Taylor  <ian@airs.com>
4979
4980         * MAINTAINERS: Add myself as middle-end maintainer.
4981
4982 2005-08-17  Christian Groessler  <chris@groessler.org>
4983
4984         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4985         * Makefile.in: Regenerate.
4986
4987 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
4988
4989         * MAINTAINERS (write after approval): Added myself.
4990
4991 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
4992
4993         * MAINTAINERS (Write After Approval): Add myself.
4994
4995 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
4996
4997         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4998         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4999         Look for alternate names of the target cc and c++
5000         * configure: Regenerate.
5001
5002 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
5003
5004         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5005         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5006         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5007         tools; remove code to manually set them.
5008         (Target tools): Look in the environment for them.
5009         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5010         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5011         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5012         build directory.
5013         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5014         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5015         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5016         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5017         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5018         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5019         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5020         * configure: Regenerate.
5021         * Makefile.in: Regenerate.
5022
5023 2005-07-28  Ben Elliston  <bje@au.ibm.com>
5024
5025         * MAINTAINERS: Update for removed CPU targets.
5026
5027 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
5028
5029         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5030         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5031         * Makefile.in: Regenerated.
5032
5033 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
5034
5035         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5036         (CFLAGS_FOR_TARGET): Use it.
5037         (CXXFLAGS_FOR_TARGET): Likewise.
5038         * Makefile.in: Regenerated.
5039         * configure.in (--with-build-sysroot): New option.
5040         * configure: Regenerated.
5041
5042 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
5043
5044         * Makefile.tpl: Wrap install between unstage and stage
5045         * Makefile.in: Regenerate.
5046
5047 2005-07-21  Eric Christopher  <echristo@apple.com>
5048
5049         * MAINTAINERS: Update affiliation.
5050
5051 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
5052
5053         * MAINTAINERS: Add self as crx port maintainer.
5054
5055 2005-07-20  DJ Delorie  <dj@redhat.com>
5056
5057         * MAINTAINERS: Add self as m32c maintainer.
5058
5059 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
5060
5061         * all files: Update FSF address.
5062
5063 2005-07-15  Eric Christopher  <echristo@redhat.com>
5064
5065         * MAINTAINERS: Change affiliation.
5066
5067 2005-07-14  Jim Blandy  <jimb@redhat.com>
5068
5069         * configure.in: Add cases for Renesas m32c.
5070         * configure: Regenerated.
5071
5072 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5073
5074         * COPYING.LIB: Update from fsf.org.
5075
5076 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5077
5078         * COPYING, compile, config.guess,
5079         config.sub, install-sh, missing, mkinstalldirs,
5080         symlink-tree, ylwrap: Sync from upstream sources.
5081         * config-ml.in: Update FSF address.
5082
5083 2005-07-13  Eric Christopher  <echristo@redhat.com>
5084
5085         * configure.in: Add toplevel noconfigdir support for tpf.
5086         * configure: Regenerate.
5087
5088 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
5089
5090         PR ada/22340
5091
5092         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5093         * Makefile.in: Regenerate.
5094
5095 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
5096
5097         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
5098         Brolley to write-after-approval.
5099
5100 2005-07-07  Andreas Schwab  <schwab@suse.de>
5101
5102         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5103         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5104         * Makefile.in: Regenerated.
5105
5106 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
5107
5108         * configure.in: Don't build sim or rda when targetting darwin.
5109         * configure: Regenerate.
5110
5111 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
5112
5113         * configure.in: Add --enable-libssp and --disable-libssp.
5114         * configure: Regenerate with autoconf-2.13.
5115
5116 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
5117
5118         * Makefile.def (target_modules): Add libssp.
5119         * configure.in (target_libraries): Add target-libssp.
5120         * configure: Rebuilt.
5121         * Makefile.in: Rebuilt.
5122
5123 2005-07-01  Zack Weinberg  <zackw@panix.com>
5124
5125         * MAINTAINERS: Change email address.  Resign from maintainership.
5126
5127 2005-07-01  Richard Guenther  <rguenther@suse.de>
5128
5129         * MAINTAINERS: Change my e-mail address and affiliation.
5130
5131 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
5132
5133         * Makefile.def (stagefeedback): Come after profile.
5134         Define profiledbootstrap target.
5135         * Makefile.tpl (profiledbootstrap): Remove.
5136         (stageprofile-end): Zap stagefeedback.
5137         (stagefeedback-start): Copy all .gcda files, not only GCC's.
5138         * Makefile.in: Regenerate.
5139
5140 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
5141
5142         * MAINTAINERS: Update my email address.
5143
5144 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
5145
5146         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
5147         In 'cpp' stanza, support '#line' as well as '# '.
5148
5149 2005-06-08  Andreas Schwab  <schwab@suse.de>
5150
5151         * MAINTAINERS: Move myself from 'Write After Approval' to
5152         'CPU Port Maintainers' section as m68k maintainer.
5153
5154 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
5155
5156         * configure.in (unsupported_languages): New macro.
5157         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
5158         non-ported target libraries in noconfigdirs.
5159         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5160         non-linux-gnu.  Remove libgcj_ex_libffi.
5161         <lang_frag loop>: Set add_this_lang=no if the language is in
5162         unsupported_languages.
5163         * configure: Regenerate.
5164
5165 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
5166
5167         * configure.in: Fix typo in handling of --with-mpfr-dir.
5168         * configure: Regenerate.
5169
5170 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
5171
5172         * MAINTAINERS: Update my email address.
5173
5174 2005-06-02  Jim Blandy  <jimb@redhat.com>
5175
5176         * config.sub: Add cases for the Renesas m32c.  (This patch has been
5177         accepted into the master sources.)
5178
5179 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
5180             Michael Snyder  <msnyder@redhat.com>
5181             Stan Cox  <scox@redhat.com>
5182
5183         * configure.in: Set noconfigdirs for ms1.
5184
5185         * configure: Regenerate.
5186
5187 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
5188
5189         * MAINTAINERS (Write After Approval): Add self.
5190
5191 2005-06-01  Josh Conner  <jconner@apple.com>
5192
5193         * MAINTAINERS (Write After Approval): Add self.
5194
5195 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
5196
5197         * MAINTAINERS: Update my email address.
5198
5199 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
5200
5201         * MAINTAINERS (Write After Approval): Add self.
5202
5203 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
5204
5205         * MAINTAINERS (Write After Approval): Remove self.
5206
5207 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
5208
5209         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5210         (Dependencies): Consider target modules for bootstrap dependencies.
5211         Make target bootstrap modules depend on each stage's gcc.
5212         * Makefile.in: Regenerate.
5213
5214 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
5215
5216         * Makefile.def (configure-gcc): Depend on binutils having been built.
5217         (all-gcc): No need to do it here.
5218         * Makefile.in: Regenerate.
5219
5220 2005-05-19  Paul Brook  <paul@codesourcery.com>
5221
5222         * configure.in: Rewrite misleading error message when requested
5223         language cannot be built.
5224         * configure: Regenerate.
5225
5226 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
5227
5228         * ylwrap: Import from Automake 1.9.5.
5229
5230 2005-05-13  David Ung  <davidu@mips.com>
5231
5232         * MAINTAINERS (Write After Approval): Add self.
5233
5234 2005-05-09  Mike Stump  <mrs@apple.com>
5235
5236         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
5237         lt_cv_sys_max_cmd_len for now.
5238
5239 2005-05-09  Stan Cox  <scox@redhat.com>
5240
5241         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
5242
5243 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
5244
5245         * README.SCO: Update the URL.
5246
5247 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
5248
5249         * ltconfig: Define file_list_spec.  Pass file_list_spec and
5250         with_gnu_ld to libtool.
5251         * ltcf-c.sh (aix[45]): Define file_list_spec.
5252         * ltcf-cxx.sh (aix[45]): Same.
5253         * ltcf-gcj.sh (aix[45]): Same.
5254         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
5255         exists, write list of input files to temporary file.
5256
5257 2005-05-04  Mike Stump  <mrs@apple.com>
5258
5259         * configure.in: Always pass --target to target configures as
5260         otherwise rebuilds that do --recheck will fail.
5261         * confiugure: Rebuilt.
5262
5263 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
5264
5265         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5266         STAGE_HOST_EXPORTS.
5267         (configure, all): Add bootstrap support.
5268         (Host modules, target modules): Pass post-stage1 flags and exports.
5269         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5270         * Makefile.in: Regenerate.
5271
5272 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
5273
5274         * configure: Regenerate.
5275
5276 2005-04-27  Mike Stump  <mrs@apple.com>
5277
5278         * MAINTAINERS: Add self as darwin maintainer.
5279
5280 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
5281
5282         * config.sub: Update from master copy.
5283
5284 2005-04-21  Mike Stump  <mrs@apple.com>
5285
5286         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
5287         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
5288
5289 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
5290
5291         * configure.in <crisv32-*-*, cris-*-*>: New local variable
5292         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
5293         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
5294         "*-*-elf" and "*-*-linux*".
5295         * configure: Regenerate.
5296
5297 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
5298
5299         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
5300
5301 2005-04-12  Mike Stump  <mrs@apple.com>
5302
5303         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
5304
5305 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
5306
5307         * MAINTAINERS (Write After Approval): Add myself.
5308
5309 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
5310
5311         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
5312
5313 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
5314
5315         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5316         (TARGET_CONFIGARGS): Include --with-target-subdir.
5317         (configure, all): New macros.  Use them throughout.
5318         * Makefile.in: Regenerate.
5319
5320 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
5321
5322         * MAINTAINERS (Write After Approval): Add myself.
5323
5324 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5325
5326         * MAINTAINERS: Remove 'loop unrolling' maintainer.
5327
5328 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
5329
5330         * MAINTAINERS: Move John Carr to Write After Approval.
5331
5332 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
5333
5334         * config/mh-mingw32: Delete.
5335         * configure.in: Don't use it.
5336         * configure: Regenerate.
5337
5338 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
5339
5340         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5341         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5342         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
5343         (HOST_LIB_PATH): Generate from Makefile.def.
5344         (TARGET_LIB_PATH): Likewise.
5345         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5346         * Makefile.in: Regenerate.
5347         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5348         (RPATH_ENVVAR): Include Darwin case.
5349         * configure: Regenerate.
5350
5351 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
5352
5353         * MAINTAINERS (Various Maintainers): Remove self.
5354         (Write After Approval): Add self.
5355
5356 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
5357
5358         * MAINTAINERS (Various Maintainers): Add self.
5359
5360 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
5361
5362         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5363         * configure: Regenerate.
5364
5365 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
5366
5367         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5368         gcc_version, and gcc_version_trigger from set of flags to pass.
5369         * Makefile.tpl: Remove definitions of above variables.
5370         (config.status): Remove dependency on $(gcc_version_trigger).
5371         * Makefile.in: Regenerate.
5372         * configure.in: Do not reference config/gcc-version.m4 nor
5373         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
5374         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
5375         * configure: Regenerate.
5376
5377 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
5378             Andrew Pinski  <pinskia@physics.uc.edu>
5379
5380         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5381         * Makefile.in: Regenerate.
5382
5383 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
5384
5385         * MAINTAINERS (Write After Approval): Add myself.
5386
5387 2005-03-03  David Ayers  <d.ayers@inode.at>
5388
5389         * MAINTAINERS (Write After Approval): Add myself.
5390
5391 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
5392
5393         PR libgcj/20160
5394         * ltmain.sh: Avoid creating archives with components that have
5395         duplicate basenames.
5396
5397 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
5398
5399         PR bootstrap/20250
5400         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5401         instead of check.
5402         * Makefile.in: Regenerate.
5403
5404 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5405
5406         * Makefile.in: Regenerate to fix conflict between the previous two
5407         patches.
5408
5409 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5410
5411         PR bootstrap/17383
5412         * Makefile.def (target_modules): Remove "stage", now unnecessary.
5413         * Makefile.tpl (HOST_SUBDIR): New substitution.
5414         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5415         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5416         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5417         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5418         (Host modules, Bootstrapped modules): Use it.
5419         (Build modules, Target modules): Do not create symlink trees,
5420         always configure out-of-srcdir.
5421         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5422         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5423         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5424         $(HOST_SUBDIR).  Create a symlink for host_subdir.
5425
5426         * Makefile.in: Regenerate.
5427         * configure: Regenerate.
5428
5429 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5430
5431         Merged from libada-gnattools-branch:
5432         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5433
5434         * gnattools: New directory.
5435         * Makefile.def: Add gnattools as a module, depending on target-libada.
5436         * Makefile.in: Regenerate.
5437         * configure.in: Include gnattools in host_tools; disable it if ada
5438         is disabled.
5439         * configure: Regenerate.
5440
5441 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
5442
5443         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
5444         treelang maintainer.
5445         (Write After Approval): Remove myself.
5446
5447 2005-02-23  Paul Schlie  <schlie@comcast.net>
5448
5449         * configure.in: Allow darwin targeted ports to build tk, itcl and
5450         libgui.
5451         * configure: Regenerate.
5452
5453 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5454
5455         PR libgcj/10353
5456         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5457         * configure: Regenerate.
5458
5459 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
5460
5461         * MAINTAINERS (Write After Approval): Add myself.
5462
5463 2005-02-10  Ian Lance Taylor  <ian@airs.com>
5464
5465         * MAINTAINERS: Update my e-mail address.
5466
5467 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
5468
5469         * MAINTAINERS (Write After Approval): Add myself.
5470
5471 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
5472
5473         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5474         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5475         target-libgloss when not *-*-elf and *-*-aout.
5476         * configure: Regenerate.
5477
5478 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
5479
5480         * MAINTAINERS: Remove obsolete entries.
5481
5482         * MAINTAINERS (Write After Approval): Add Michael Matz.
5483
5484 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
5485
5486         * MAINTAINERS: Remove self as cpplib maintainer.
5487
5488 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5489
5490         * install-sh, config.sub: Import from upstream.
5491
5492 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5493
5494         PR bootstrap/18222
5495         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5496         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5497         * Makefile.in: Regenerate.
5498
5499 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
5500
5501         * MAINTAINERS: Update my email address.
5502
5503 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
5504             Andreas Schwab  <schwab@suse.de>
5505
5506         PR bootstrap/18033
5507         * config-ml.in: Eval option if surrounded by single quotes.
5508
5509 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
5510
5511         Revert 2004-12-28 Makefile changes, a better fix will be
5512         applied to mainline and src after GCC 4.0 branches.
5513
5514 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
5515
5516         PR bootstrap/17383
5517
5518         * Makefile.def (target_modules): Remove stage parameter,
5519         it is always true now.
5520         * Makefile.tpl (configure-build-[+module+],
5521         configure-target-[+module+]): Always build symlink tree
5522         for the directory and for include.  BUILD_SUBDIR and
5523         TARGET_SUBDIR cannot be . anymore.
5524         * Makefile.in: Regenerate.
5525
5526 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
5527
5528         Revert 2004-12-08 Makefile changes.
5529
5530 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
5531
5532         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
5533         cygwin, mingw.
5534
5535 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
5536
5537         * configure.in (sh64-*-*): Reenable gprof.
5538         * configure: Regenerate.
5539
5540 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
5541
5542         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5543         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5544         (EXTRA_TARGET_FLAGS): Add PICFLAG.
5545         * Makefile.in: Regenerate.
5546
5547 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
5548
5549         * MAINTAINERS: Update my email address.
5550
5551 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
5552
5553         * Makefile.tpl: Generate normal dependencies if the LHS module is
5554         not bootstrapped.
5555         * Makefile.in: Regenerate.
5556
5557 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5558
5559         * configure.in: Include config/gxx-include-dir.m4.  Use
5560         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
5561         * configure: Regenerate.
5562
5563 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5564
5565         * config.if: Delete.
5566         * configure.in: Set libstdcxx_incdir directly.
5567         * configure: Regenerate.
5568
5569 2004-12-02  Eric Christopher  <echristo@redhat.com>
5570
5571         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
5572         * Makefile.in: Regenerate.
5573
5574 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5575
5576         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5577         * configure: Regenerate.
5578
5579 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5580
5581         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
5582         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
5583         * configure: Regenerate.
5584
5585 2004-12-01  Eric Christopher  <echristo@redhat.com>
5586
5587         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
5588         of things to remove.
5589
5590 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
5591
5592         * MAINTAINERS (Write After Approval): Update my e-mail address.
5593
5594 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
5595
5596         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
5597         from CVS libtool to always pass_all.
5598
5599 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5600
5601         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5602         (hppa*64*-*-*): Delete incorrect comment.
5603         * configure: Rebuilt.
5604
5605 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5606
5607         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
5608
5609 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5610
5611         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
5612         from CVS libtool to always pass_all.
5613
5614 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5615
5616         * install-sh, compile: Import from automake.
5617
5618 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5619
5620         * config.guess, config.sub:  Import from savannnah.
5621
5622 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
5623
5624         * MAINTAINERS (Write After Approval): Add myself
5625
5626 2004-11-12  Mike Stump  <mrs@apple.com>
5627
5628         * Makefile.def: Add html support.
5629         * Makefile.tpl: Likewise.
5630         * Makefile.in: Regenerate.
5631
5632 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
5633
5634         PR 18423
5635         * configure.in: Remove all instances of build-fixincludes from
5636         noconfigdirs.
5637         (build_configargs): Supply --target to subdirectories.
5638         * configure: Regenerate.
5639
5640         * Makefile.def: Make gcc install depend on fixincludes install.
5641         * Makefile.in: Regenerate.
5642
5643 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
5644
5645         * MAINTAINERS: Add myself as gcc testsuite maintainer.
5646
5647 2004-11-11  Paul Brook  <paul@codesourcery.com>
5648
5649         * MAINTAINERS: Add self as arm maintainer.  Update email address.
5650
5651 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
5652
5653         * configure.in (noconfigdirs) [mmix-*-*]: Disable
5654         target-libgfortran.
5655         * configure: Regenerate.
5656
5657 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
5658
5659         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5660         like CC.
5661
5662 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
5663
5664         * Makefile.def (host fixincludes): Specify missing targets.
5665         * Makefile.in: Regenerate.
5666
5667 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
5668
5669         * MAINTAINERS: Add myself
5670
5671 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
5672
5673         * MAINTAINERS (Write After Approval): Add myself.
5674
5675 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
5676
5677         * Makefile.def: Build fixincludes for the host, too.
5678         * Makefile.in: Regenerate.
5679         * configure.in (host_tools): Add fixincludes.
5680         * configure: Regenerate.
5681
5682 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
5683
5684         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5685         * configure: Regenerated.
5686
5687 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
5688
5689         PR other/17783
5690         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5691         * configure: Regenerated.
5692
5693 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
5694
5695         * README.SCO: Update per FSF instructions.
5696
5697 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
5698
5699         PR target/18151
5700         * configure.in (case ${target}): Do not build fixincludes for avr.
5701         * configure: Regenerated.
5702
5703 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
5704
5705         * configure.in (case ${target}): Do not build fixincludes
5706         on platforms where it is not used.
5707         * configure: Regenerated.
5708
5709 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
5710
5711         * configure.in: Use an absolute path to install-sh.
5712         * configure: Regenerated.
5713
5714 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
5715
5716         * MAINTAINERS (Write After Approval): Add myself.
5717
5718 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
5719
5720         * MAINTAINERS: Remove from Write After Approval those that are
5721         already maintainers.
5722
5723 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
5724
5725         * MAINTAINERS:  Update my email address.
5726
5727 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
5728
5729         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5730         * configure: Regenerate.
5731
5732 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
5733
5734         * MAINTAINERS:  Update my email address.
5735
5736 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
5737
5738         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
5739         entries belonging to this category.
5740
5741 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
5742
5743         * MAINTAINERS: Update my e-mail address.
5744
5745 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
5746
5747         Fix wrong conflict resolution in:
5748
5749         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5750
5751         * Makefile.in: Regenerate.
5752         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5753         in the recursive `make', instead of hardwiring `all'.
5754         (Autogenerated TARGET-* variables): New.
5755
5756 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
5757
5758         * configure.in: Enable target-libgloss for crx-*-*.
5759         * configure: Regenerate.
5760
5761 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
5762
5763         * MAINTAINERS (Various Maintainers): Move the "windows,
5764         cygwin, mingw" maintainer to ...
5765         (OS Port Maintainers): ... here.
5766
5767 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
5768
5769         * MAINTAINERS (Write After Approval): Remove those that are
5770         maintainers of some subsystem.
5771
5772 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
5773
5774         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5775         * ltcf-cxx.sh (tpf*): Likewise.
5776         * ltconfig (tpf*): Add TPF OS configuration support.
5777
5778 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
5779
5780         * MAINTAINERS: Change my email address to my new work account.
5781
5782 2004-09-24  Michael Roth  <mroth@nessie.de>
5783
5784         * configure.in (--without-headers): Add missing double quotes.
5785         * configure: Regenerate.
5786
5787 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
5788
5789         * ylwrap: Revert to previous version.
5790
5791 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
5792
5793         PR bootstrap/17369
5794         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5795         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5796         SET_GCC_LIB_PATH_CMD.
5797         (BASE_TARGET_EXPORTS): Likewise.
5798         * Makefile.in: Regenerated.
5799
5800         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5801         * configure: Regenerated.
5802
5803 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
5804
5805         * config.guess: New upstream version
5806         * compile, depcomp, install-sh, ylwrap: Likewise.
5807
5808 2004-09-19  Roger Sayle  <roger@eyesopen.com>
5809
5810         * config/mh-x86omitfp: New host makefile fragment.  Add
5811         -fomit-frame-pointer to the default BOOT_CFLAGS.
5812         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5813         * configure: Regenerate.
5814
5815 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
5816
5817         PR target/11572
5818         * configure.in (*-*-darwin*): Renable libobjc.
5819         * configure: Regenerate.
5820
5821 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
5822
5823         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
5824
5825 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
5826
5827         * Makefile.def: Remove libbanshee.
5828         * Makefile.tpl: Ditto.
5829         * configure.in: Ditto.
5830         * Makefile.in: Regen.
5831         * configure: Ditto.
5832
5833 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
5834
5835         * ltmain.sh: Use $pic_object as $non_pic_object if
5836         $non_pic_object=none.
5837
5838 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
5839
5840         * missing: Import latest version from master repository.
5841
5842 2004-09-06  Nick Clifton  <nickc@redhat.com>
5843
5844         * config.sub: Import latest version from master repository.
5845         * config.guess: Likewise.
5846         This includes these changes:
5847
5848         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
5849
5850         * config.sub: Handle crisv32, alias etraxfs.
5851         * config.guess (crisv32:Linux:*:*): Handle.
5852
5853         2004-08-13  Brad Smith  <brad@comstyle.com>
5854
5855         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5856         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5857
5858         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
5859
5860         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5861         assume the processor is a powerpc.  This is because coreutils
5862         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5863         in this case, due to a MacOS X bug that causes
5864         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5865         to return a negative number.
5866         Problem reported by Petter Reinholdtsen in:
5867         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5868
5869         2004-07-19  Ben Elliston  <bje@gnu.org>
5870
5871         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5872
5873         2004-06-24  Ben Elliston  <bje@gnu.org>
5874
5875         * config.guess: Update copyright years.
5876         * config.sub: Likewise.
5877
5878         2004-06-22  Robert Millan  <robertmh@gnu.org>
5879
5880         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5881         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5882
5883         2004-06-22  Stanley F. Quayle <stan@stanq.com>
5884
5885         * config.guess (*:*VMS:*:*): New entry. Replaces
5886         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5887         manufacturer.
5888
5889         2004-06-22  Ben Elliston  <bje@gnu.org>
5890
5891         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5892         * config.sub: Likewise.
5893
5894         2004-06-22  Ben Elliston  <bje@gnu.org>
5895
5896         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5897         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5898
5899         2004-06-11  Ben Elliston  <bje@gnu.org>
5900
5901         * config.guess (pegasos:OpenBSD:*:*): Remove.
5902
5903         2004-06-11  Ben Elliston  <bje@gnu.org>
5904
5905         From Wouter Verhelst <wouter@grep.be>:
5906         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5907
5908         2004-06-11  Ben Elliston  <bje@gnu.org>
5909
5910         * config.guess (luna88k:OpenBSD:*:*): New.
5911
5912         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
5913
5914         * config.guess (m32r*:Linux:*:*): New case.
5915         * config.sub: Handle m32rle.
5916
5917         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
5918
5919         From Jens Petersen  <petersen@redhat.com>:
5920         * config.sub: Handle sparcv8.
5921
5922         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
5923
5924         From Tom Smith <smith@cag.lkg.hp.com>:
5925         * config.guess: Version suffixes are equally significant on Tru64
5926         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
5927         prefix of "P" (patched kernel).
5928
5929         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
5930
5931         * config.sub: Add support for National Semiconductor CRX target.
5932
5933 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
5934
5935         * MAINTAINERS (Various Maintainers): Remove myself as web page
5936         maintainer, add myself as maintainer of build status lists.
5937
5938 2004-09-03  Jan Beulich  <jbeulich@novell.com>
5939
5940         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5941         *-*-netware, but add target-libmudflap.
5942         Consolidate *-*-netware targets (of which really only i?86 exists)
5943         into a single entry.
5944         * configure: Likewise.
5945
5946 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
5947
5948         * Makefile.tpl (sorry): Remove.
5949         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5950         (cleanstrap targets): Depend on distclean, not distclean-stage1.
5951         (do-clean): Clean per-stage directories too.
5952         (do-distclean): Run distclean-stage1 too.
5953         (.NOTPARALLEL): Enable during toplevel bootstrap.
5954         (stage[+id+]-bubble): Enable parallel execution during
5955         the recursive invocation.
5956         * Makefile.in: Regenerate.
5957
5958         Fix previous checkin:
5959
5960         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5961         include.
5962         * configure.in: Fix indentation.
5963         * configure: Regenerate.
5964
5965 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
5966
5967         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5968         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5969         * configure: regenerate
5970         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5971         -mdynamic-no-pic
5972
5973 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
5974
5975         * Makefile.def (build_modules): Add fixincludes.
5976         (dependencies): Make gcc depend on fixincludes.
5977         * configure.in (build_tools): Add fixincludes.
5978         (build_configdirs): Always include build_libs.
5979         * Makefile.in: Regenerate.
5980         * configure: Regenerate.
5981
5982 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
5983
5984         * Makefile.def (bootstrap stages): Add 'lean' parameter.
5985         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5986         phony targets; do not generate timestamp files.
5987         (distclean-stageN): Remove references to their timestamp files.
5988         (restageN, touch-stageN): Remove.
5989         (stageN-bubble): Rewritten.
5990         (compare): Support lean bootstraps.
5991         * Makefile.in: Regenerate.
5992
5993         * configure.in: Only warn when bootstrapping but
5994         build != host or build != target.  Support lean bootstraps.
5995         * configure: Regenerate.
5996
5997 2004-08-26  Phil Edwards  <phil@codesourcery.com>
5998
5999         * configure.in:  Give a better error message if GMP/MPFR are missing
6000         and a language needing them has been requested.
6001         * configure:  Regenerated.
6002
6003 2004-08-25  Phil Edwards  <phil@codesourcery.com>
6004
6005         * configure.in:  Print a list of available language front-ends if
6006         a requested one is missing.  Tidy stray tab characters.
6007         * configure:  Regenerated.
6008
6009 2004-08-19  Michael Koch  <konqueror@gmx.de>
6010
6011         * gcc/doc/install.texi: Update entry about automake for libjava.
6012
6013 2004-08-17  Robert Millan  <robertmh@gnu.org>
6014
6015         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6016         (instead of FreeBSD).
6017         * configure: Regenerate.
6018
6019 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
6020
6021         * Makefile.in: Regenerate.
6022         * configure: Regenerate.
6023
6024         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6025         stage_*_flags.
6026         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6027         for bootstrapped modules if toplevel bootstrap is going.
6028         (GCC bootstrap): Generate per-stage targets for all bootstrapped
6029         modules.  Adjust for changes in Makefile.def.  Enable several
6030         rules even in non-bootstrap mode, just to avoid peppering the
6031         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6032         (stage-[+prev+]-bubble): Remove.
6033
6034         * Makefile.def (Dependencies): Depend on all-build-bison,
6035         all-build-flex, all-build-byacc, all-build-texinfo, rather
6036         than the host variations.
6037         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
6038         with BUILD_SUBDIR.
6039         (BISON): Update for recent Bisons.
6040         (YACC): Fix typo.
6041         (cross): Depend on all-build.
6042         (all): Do not depend on all-build.
6043         (prebootstrap): Remove.
6044         (dep-kind): Accept separate prefixes for MODULE and ON variables.
6045         (Prebootstrap dependencies): Add them to the per-stage targets
6046         and to all-prebootstrap.
6047         * configure.in (build_configdirs): Always enable build_tools.
6048         (BUILD_DIR_PREFIX): Remove.
6049
6050         * Makefile.def (gcc): Add target variable.
6051         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6052         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6053         in the recursive `make', instead of hardwiring `all'.
6054         (Autogenerated TARGET-* variables): New.
6055
6056 2004-08-13  Brian Booth  <bbooth@redhat.com>
6057
6058         * MAINTAINERS: Remove myself from write-after-approval.
6059
6060 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6061
6062         * src-release: Stop distributing mmalloc with gdb (which doesn't
6063         use it).
6064         * Makefile.def: GDB doesn't depend on mmalloc anymore.
6065         * Makefile.in: Regenerate.
6066
6067 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
6068
6069         * configure.in (arm*-*-eabi*): New target.
6070         * configure: Regenerate.
6071
6072 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
6073
6074         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6075         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6076         (Dependencies): New section.
6077         * Makefile.tpl (Dependencies): Generate from Makefile.def.
6078         (configure-target-[+module+]): Depend on maybe-all-gcc
6079         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
6080         (toplevel profiledbootstrap): Fix dependencies.
6081         * Makefile.in: Regenerate.
6082
6083 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
6084
6085         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6086         target-libiberty to noconfigdirs.
6087         * configure: Regenerate.
6088
6089 2004-08-03  Paul Brook  <paul@codesourcery.com>
6090
6091         * configure.in: Check for MPFR as well as GMP.
6092         * configure: Regenerate.
6093
6094 2004-08-01  Robert Millan  <robertmh@gnu.org>
6095
6096         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6097         libmudflap for all GNU-based systems (with Glibc).
6098         * configure: Regenerate.
6099
6100 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
6101
6102         * Makefile.def (host-modules): Add gcc.
6103         * Makefile.in: Regenerate.
6104         * Makefile.tpl (sorry): New rule.
6105         (configure-host, all-host, [+make_target+]-host, do-check,
6106         install-host): Do not add gcc as a special case.
6107         (host modules): Add a small special-casing for gcc.  Export
6108         extra_make_flags through the environment.
6109         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6110         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6111         other recursive targets for gcc): Remove.
6112
6113         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6114         (stage, unstage): New rules.
6115         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6116         distclean-stage[+id+]): Use stage_current.
6117         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6118         the stage*-start rules.
6119
6120 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
6121
6122         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
6123         use -all_load flag.
6124
6125 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
6126
6127         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
6128         * configure: Regenerate.
6129
6130 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
6131
6132         * maintainer-scripts/gcc_release: Revert yesterday's change.
6133
6134 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
6135
6136         * MAINTAINERS: Add myself to write-after-approval.
6137
6138 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
6139
6140         * libf2c: Removed.
6141         * gcc/gccbug.in: Updated because of libf2c removal.
6142         * maintainer-scripts/gcc_release: Ditto.
6143
6144 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
6145
6146         * configure.in: Build libmudflap by default on FreeBSD.
6147         * configure: Regenerated.
6148
6149 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
6150
6151         * configure.in: Do not build libmudflap by default on non-GNU/Linux
6152         systems.
6153         * configure: Regenerated.
6154
6155 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6156
6157         PR target/16344
6158         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6159         feedback based compiler.
6160         * Makefile.in: Rebuilt.
6161
6162 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
6163
6164         * Makefile.def (host_modules): Set bootstrap=true for flex.
6165         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6166         * Makefile.in: Rebuilt.
6167
6168 2004-07-07  Jan Hubicka  <jh@suse.cz>
6169
6170         * MAINTAINERS: Add self as a profile feedback maintainer.
6171
6172 2004-07-05  Phil Edwards  <phil@codesourcery.com>
6173
6174         * configure.in:  Do not prepend $srcdir to /dev/null in
6175         makefile fragments.
6176         * configure:  Regenerate.
6177
6178 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
6179
6180         * Makefile.def (build_modules): Add bison, byacc, flex,
6181         m4, texinfo.
6182         (flags_to_pass): Add FLEX.
6183         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6184         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6185         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6186         DEFAULT_MAKEINFO): Remove.
6187         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6188         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6189         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6190         objdir or else use configured tool.
6191         (all-build): New.
6192         (all): Depend on it.
6193         (Build module dependencies): Add.
6194         * Makefile.in: Regenerate.
6195         * configure.in: Better support for multiple build modules,
6196         matching what is done for host/target modules.  Do not look
6197         for "plausible" locations of build tools if Canadian cross.
6198         Use autoconf's AC_PROG_CC to find a C compiler.  Define
6199         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
6200         * configure: Regenerate.
6201
6202 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6203
6204         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6205         * Makefile.in: Regenerate.
6206
6207 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6208
6209         * Makefile.tpl (configure-build-[+module+],
6210         configure-[+module+], configure-target-[+module+]): Pass
6211         [+extra_configure_args+].
6212         (all-build-[+module+], all-[+module+], check-[+module+],
6213         install-[+module+], [+make_target+]-[+module+],
6214         all-target-[+module+], check-target-[+module+],
6215         install-target-[+module+], [+make_target+]-target-[+module+]):
6216         Pass [+extra_make_args+].
6217         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6218         (GCC_HOST_EXPORTS): Remove.
6219         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6220         cross, check-gcc, check-gcc-c++, install-gcc,
6221         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6222         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6223         * Makefile.in: Regenerate.
6224
6225 2004-06-21  Matthew Sachs  <msachs@apple.com>
6226
6227         * MAINTAINERS: Added self to write-after-approval.
6228
6229 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
6230
6231         * configure.in: Check for srcdir/winsup rather than build directory
6232         winsup.
6233         * configure: Regenerate.
6234
6235 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
6236
6237         * configure.in: Don't build Cygwin native newlib if winsup
6238         directory is missing.  Emit warning instead.
6239         * configure: Regenerate.
6240
6241 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
6242
6243         * Makefile.tpl (touch-stage[+id+]): New.
6244         (restage[+prev+]): Depend on touch-stage[+id+].
6245
6246         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6247         Use it throughout.
6248
6249         * Makefile.def: Add profile and feedback bootstrap stages.
6250         Remove next field from bootstrap stages.
6251         * Makefile.tpl (LN, LN_S): Substitute.
6252         (stageN-start, stageN-end): Use double-colon rules, to
6253         provide a hook for additional setup commands.
6254         (distclean-stageN-gcc, restageN): Create dependencies from
6255         [+prev+], not from [+next+].
6256         (stageN-bubble): Add commands for successive stages from
6257         [+prev+], using double-colon rules.
6258         (all-stageN-gcc): Fix typo.
6259         (stagefeedback-start, profiledbootstrap): New.
6260         * Makefile.in: Regenerate.
6261         * configure.in: Call ACX_PROG_LN.
6262         * configure: Regenerate.
6263
6264 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
6265
6266         * MAINTAINERS (Write After Approval): Add myself.
6267
6268 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
6269
6270         * MAINTAINERS (Write After Approval): Add myself.
6271
6272 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
6273
6274         * configure.in: Fix --enable-bootstrap breakage introduced in trees
6275         without gcc.
6276         * configure: Regenerate.
6277
6278 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6279
6280         * Makefile.tpl: Fix typo.
6281         * Makefile.in: Regenerate.
6282
6283 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6284
6285         * configure.in: Remove new- prefix from toplevel
6286         bootstrap targets.
6287         * configure: Regenerate.
6288
6289 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6290
6291         * Makefile.tpl (all.normal): Rename to all.
6292         (all): Replace with a rule to pick the default
6293         target from configure.
6294         (all-gcc, configure-gcc): Use conditionals to
6295         do nothing when toplevel bootstrap is going on.
6296         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6297         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6298         * configure.in: Support --enable-bootstrap.
6299
6300         * Makefile.def: Remove new- prefix from toplevel
6301         bootstrap targets.
6302         * Makefile.tpl: Likewise.
6303
6304         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
6305         target.
6306
6307         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6308         $(RECURSE_FLAGS) to recursive invocation of make.
6309
6310         * Makefile.in: Regenerate.
6311         * configure: Regenerate.
6312
6313 2004-05-30  Andreas Jaeger  <aj@suse.de>
6314             Jim Wilson  <wilson@specifixinc.com>
6315
6316         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6317         like CC.
6318
6319 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
6320
6321         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6322         * configure: Regenerate.
6323
6324 2004-05-25  Daniel Jacobowitz  <drow@false.org>
6325
6326         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6327         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6328         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
6329         targets.
6330         * Makefile.in: Regenerate.
6331
6332 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
6333
6334         * configure.in: Test the ability to symlink directories.
6335         * configure: Regenerate.
6336
6337         * Makefile.def (bootstrap-stage): New definitions.
6338         * Makefile.tpl (configure-stage1-gcc,
6339         configure-stage2-gcc, configure-stage3-gcc,
6340         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6341         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6342         new-restage3, compare): Autogenerate, see Makefile.in
6343         entry for behavioral changes.
6344         (distclean-stage1, new-stage1-start, new-stage1-end,
6345         new-stage1-bubble, distclean-stage2, new-stage2-start,
6346         new-stage2-end, new-stage2-bubble, distclean-stage3,
6347         new-stage3-start, new-stage3-end): New autogenerated targets.
6348         (objext, prebootstrap, BOOT_CFLAGS,
6349         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6350         targets.
6351
6352         * Makefile.in: Regenerate.
6353         (distclean-stage1, new-stage1-start, new-stage1-end,
6354         new-stage1-bubble, distclean-stage2, new-stage2-start,
6355         new-stage2-end, new-stage2-bubble, distclean-stage3,
6356         new-stage3-start, new-stage3-end): New targets.
6357         (all-stage1-gcc): Move prebootstrap dependency from here...
6358         (configure-stage1-gcc): ...to here.
6359         (new-bootstrap): Use bubble targets.
6360         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6361         Use per-stage distclean targets.
6362         (configure-stage1-gcc, configure-stage2-gcc,
6363         configure-stage3-gcc, all-stage1-gcc,
6364         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6365         Use new-stageN-start to prepare the tree.
6366
6367 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
6368
6369         * Makefile.def (host_modules): add libcpp.
6370         * Makefile.tpl: Add dependencies on and for libcpp.
6371         * Makefile.in: Regenerate.
6372         * configure.in: Add libcpp host module.
6373         * configure: Regenerate.
6374
6375 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
6376
6377         * Makefile.tpl: Whenever a recursive target is defined, wrap
6378         it in a special @if/@endif block, and prepare its maybe
6379         dependency in the @if/@endif block
6380         * configure.in: Instead of writing maybe dependencies, remove
6381         the @if/@endif statements, and remove the @if/@endif blocks
6382         that remain.
6383         * configure: Regenerate.
6384         * Makefile.in: Regenerate.
6385
6386 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
6387
6388         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
6389
6390 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
6391
6392         PR bootstrap/15120
6393         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
6394         * */configure: Rebuilt.
6395
6396 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
6397
6398         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6399         of libf2c.
6400         * configure, Makefile.in: Regenerate.
6401
6402 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
6403
6404         * MAINTAINERS (Write After Approval): Add myself.
6405
6406 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
6407
6408         Merge from tree-ssa-20020619-branch.
6409
6410         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6411         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6412         (HOST_GMPLIBS): Define.
6413         (HOST_GMPINC): Define.
6414         (TARGET_LIB_PATH): Add libmudflap.
6415         (GFORTRAN_FOR_TARGET): Define.
6416         (configure-build*): Export GFORTRAN.
6417         (configure-gcc): Export GMPLIBS and GMPINC.
6418         (all-gcc): Add maybe-all-libbanshee.
6419         (configure-target-libgfortran): Define.
6420         * Makefile.in: Regenerate.
6421         * configure.in (host_libs): Add libbanshee.
6422         (target_libraries): Add target-libmudflap and target-libgfortran.
6423         Add --with-libbanshee.
6424         Handle --disable-libmudflap.
6425         (*-*-freebsd*): Use with_gmp.
6426         Add $(libgcj) to noconfigdirs.
6427         * configure: Regenerate.
6428         * depcomp: New file.
6429         * MAINTAINERS: Add tree-ssa maintainers.
6430
6431 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
6432
6433         * MAINTAINERS (Various Maintainers): Add myself.
6434
6435 2004-04-30  Brian Ford  <ford@vss.fsi.com>
6436
6437         * MAINTAINERS (Write After Approval): Add myself.
6438
6439 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
6440
6441         * MAINTAINERS (Write After Approval): Add myself.
6442
6443 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
6444
6445         * config/acx.m4: Fix fastcompare support for new-bootstrap.
6446         * configure: Regenerate.
6447
6448 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
6449
6450         Revert:
6451         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6452
6453         * Makefile.def (flags_to_pass): Remove *dir variables that
6454         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6455         as well as prefix and exec_prefix.
6456         * Makefile.in: Regenerate.
6457
6458 2004-04-26  Robert Millan  <robertmh@gnu.org>
6459
6460         Add patches from libtool CVS.
6461         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6462         * ltconfig: Likewise.
6463         * ltcf-c.sh: Likewise.
6464         * ltcf-cxx.sh: Likewise.
6465         * ltcf-gcj.sh: Likewise.
6466
6467 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6468
6469         * Makefile.def (host_modules): Mark with the bootstrap
6470         flag packages on which gcc depends.
6471         * Makefile.tpl (all-bootstrap): Use it.
6472         * Makefile.in: Regenerate.
6473
6474 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6475
6476         * Makefile.def (flags_to_pass): Remove *dir variables that
6477         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6478         as well as prefix and exec_prefix.
6479         * Makefile.in: Regenerate.
6480
6481 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6482
6483         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6484         * configure: Regenerate.
6485         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6486         * gcc/Makefile.tpl (compare): Use the result of the test.
6487         * gcc/Makefile.in: Regenerate.
6488
6489 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
6490
6491         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6492         Always relocate gcc and prev-gcc to the original names, even
6493         if the build fails.
6494         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6495         New targets.
6496
6497 2004-04-23  Laurent GUERBY <laurent@guerby.net>
6498
6499         * MAINTAINERS: Update my email address.
6500
6501 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6502
6503         * configure.in (mips*-*-irix5*): Enable ld.
6504         * configure: Regenerate.
6505
6506 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6507
6508         * configure: Regenerate.
6509
6510 2004-04-15  James E Wilson  <wilson@specifixinc.com>
6511
6512         * Makefile.tpl (configure-[+module+], configure-gcc,
6513         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6514         Set and export LDFLAGS.
6515         * Makefile.in: Regenerate.
6516
6517 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
6518
6519         * MAINTAINERS: Add myself to write-after-approval.
6520
6521 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6522
6523         PR bootstrap/14871
6524         * Makefile.tpl: If we don't have built-in-tree target tools,
6525         use the ones found by configure rather than hacking around with
6526         program_transform_name.
6527         * configure.in: Give Makefile.tpl the information necessary
6528         to do that.
6529         * Makefile.in: Regenerate.
6530         * configure: Regenerate.
6531
6532 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
6533
6534         PR bootstrap/14760
6535         * configure.in: When computing baseargs, strip *all* copies of
6536         offending options.  Also, don't match/substitute the trailing space,
6537         so that this actually works when two similar options are separated by
6538         only one space.
6539         * configure: Regenerate.
6540
6541 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
6542
6543         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6544         (rs6000-*-aix*): Same.
6545         * configure: Regenerate.
6546
6547 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
6548
6549         * MAINTAINERS: Add myself to write-after-approval.
6550
6551 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
6552
6553         * MAINTAINERS: Add myself to write-after-approval.
6554
6555 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
6556
6557         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6558         STRICT_WARN, WARN_CFLAGS flags passed down to make.
6559         * Makefile.in: Regenerate.
6560
6561         * configure.in (top level bootstrap support): Rework --enable-werror
6562         to set @stage2_werror_flag@.
6563         * configure: Regenerate.
6564         * Makefile.tpl (top level bootstrap support): Pass
6565         @stage2_werror_flag@ down to configure in stages 2 and 3.
6566         * Makefile.in: Regenerate.
6567
6568 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6569
6570         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6571         for stages 2 and 3 as well as in make.  As a consequence, remove
6572         OUTPUT_OPTION (now detected by configure) from the flags passed down
6573         to make.
6574         * Makefile.in: Regenerate.
6575
6576         * Makefile.tpl (new-bootstrap): Fix typo.
6577         * Makefile.in: Regenerate.
6578
6579 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6580
6581         * Makefile.tpl: Rearrange by moving recursive_targets rules
6582         into their proper sections.
6583         * Makefile.tpl (top level bootstrap support): Move disabling
6584         of coverage flags from 'make' to 'configure'; improve comments.
6585         * Makefile.in: Regenerate.
6586
6587         * Makefile.tpl (experimental top level bootstrap) Move stage1
6588         language setting from all- target to configure- target; disable
6589         intermodule optimization in stage 1; prevent gratuitous rebuilds
6590         of stage 1.
6591         * Makefile.in: Regenerate.
6592         * configure.in: Comma-separate stage 1 language list for top
6593         level bootstrap.
6594         * configure: Regenerate.
6595
6596         * Makefile.tpl: Clean up experimental top level bootstrap support:
6597         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6598         prev-gcc in configure- targets as well as all- targets.
6599         * Makefile.in: Regenerate.
6600
6601 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
6602
6603         * compile: New file imported from automake.
6604
6605 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
6606
6607         * configure.in: Remove symbolic link section.
6608         * configure: Regenerate.
6609         * Makefile.tpl (links): Remove.
6610         * Makefile.in: Regenerate.
6611
6612 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
6613             Nathanael Nerode  <neroden@gcc.gnu.org>
6614
6615         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6616         Set with AC_CHECK_PROGS.
6617         * configure.in: Fix comment typo from last patch.
6618         * configure: Regenerate.
6619
6620 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
6621
6622         * Makefile.tpl: Introduce experimental top level bootstrap support.
6623         * Makefile.in: Regenerate.
6624         * configure.in: Introduce support for top level bootstrap.
6625         * configure: Regenerate.
6626
6627 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6628             Paolo Bonzini  <bonzini@gnu.org>
6629
6630         PR bootstrap/14522
6631         * configure.in: Cope with shells that do not support unquoted ^
6632         * configure: Regenerate.
6633
6634 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6635             Paolo Bonzini  <bonzini@gnu.org>
6636
6637         PR bootstrap/14522
6638         * configure.in: Cope with shells that do not support nesting
6639         quotes inside quoted backquote substitutions.
6640         * configure: Regenerate.
6641
6642 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
6643
6644         PR bootstrap/14522
6645         * configure.in: Fix escaping of $.
6646         * configure: Regenerate.
6647
6648 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6649
6650         * configure: Regenerate, since I forgot to while committing Paolo's
6651         changes.
6652
6653 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
6654
6655         PR ada/14131
6656         Move language detection to the top level.
6657         * configure.in: Find default values for the tools as
6658         soon as possible.  Disable ada if GNAT is not found.
6659         Emit error message about missing languages.  Expand
6660         --enable-languages=all for the gcc subdirectory.
6661
6662 2004-03-10  Ben Elliston  <bje@gnu.org>
6663
6664         * MAINTAINERS: Update my email address.
6665
6666 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
6667
6668         * ltconfig: Disable building static libraries if building shared
6669         libraries on AIX 5L.
6670
6671 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
6672
6673         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6674         and disable libgcj.
6675         * configure: Regenerated.
6676
6677 2004-03-01  Brian Booth  <bbooth@redhat.com>
6678
6679         * MAINTAINERS: Add myself to write-after-approval.
6680
6681 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
6682
6683         * MAINTAINERS: Add myself to write-after-approval.
6684
6685 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6686
6687         PR bootstrap/7087
6688         * Makefile.tpl: Guard XFOO sed statements better.
6689         * Makefile.tpl: Add dependency for configure-target-libada.
6690         * Makefile.in: Regenerate (incidentally fixes broken
6691         commit when libada-branch was merged).
6692
6693 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
6694
6695         * MAINTAINERS: Add myself to write-after-approval.
6696
6697 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
6698
6699         * MAINTAINERS: Add Nicola Pero and myself as libobjc
6700         maintainers.
6701
6702 2004-02-20  Andrew Cagney  <cagney@redhat.com>
6703
6704         * config.guess: Update from version 2003-10-16 to 2004-02-16.
6705         * config.sub: Update from version 2003-11-03 to 2004-02-16.
6706
6707 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6708
6709         PR bootstrap/11932
6710         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6711
6712 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
6713
6714         * MAINTAINERS: Added myself to write-after-approval.
6715
6716 2004-02-14  Michael Koch  <konqueror@gmx.de>
6717
6718         * MAINTAINERS: Added myself to write-after-approval.
6719
6720 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
6721
6722         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
6723         some OS port maintainers to OS port maintainers section.
6724
6725 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
6726
6727         * MAINTAINERS: Add self.
6728
6729 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
6730
6731         * MAINTAINERS: Alphabetize.
6732
6733 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
6734
6735         * MAINTAINERS: Remove myself.
6736
6737 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
6738
6739         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6740         (rs6000-*-aix*): Same.
6741         * configure: Regenerate.
6742
6743 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
6744
6745         * configure.in (host): Add in missing $noconfigdirs to defines.
6746         * configure: Regenerate.
6747
6748 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
6749             Nathanael Nerode  <neroden@gcc.gnu.org>
6750
6751         PR ada/6637, PR ada/5911
6752         Merge with libada-branch:
6753         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6754         with appropriate dependencies. Add --enable-libada configure switch.
6755         * configure, Makefile.in: Regenerate.
6756
6757 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
6758
6759         * MAINTAINERS: Add myself to write-after-approval.
6760
6761 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6762
6763         * configure.in: Don't pass --with-stabs on IRIX 5 either.
6764         * configure: Regenerate.
6765
6766 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
6767
6768         Merge from upstream:
6769
6770         * ltmain.in: When setting IFS to '~', be careful about user
6771         arguments that contain '~'.
6772
6773         2004-02-04  Peter O'Gorman  <peter@pogma.com>
6774
6775         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
6776         Also test $base_compile against $CC with escaped arguments. Bug
6777         reported by Geoff Keating <geoffk@apple.com>.
6778
6779 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6780
6781         * MAINTAINERS: Remove i960 port.
6782
6783 2004-01-23  DJ Delorie  <dj@redhat.com>
6784
6785         * Makefile.def (target_modules) [libiberty]: Don't stage.
6786         * Makefile.in: Rebuilt.
6787
6788 2004-01-20  Caroline Tice  <ctice@apple.com>
6789
6790         * MAINTAINERS: Add myself to write-after-approval.
6791
6792 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
6793
6794         * MAINTAINERS: Update my email address.
6795
6796 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
6797
6798         * MAINTAINERS: Add myself to write-after-approval.
6799
6800 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6801
6802         * MAINTAINERS: Remove entries without email address.
6803
6804 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
6805
6806         * MAINTAINERS: Add myself to write-after-approval.
6807
6808 2004-01-15  Steven Bosscher  <stevenb@suse.de>
6809
6810         * MAINTAINERS: Update my email address.
6811
6812 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
6813
6814         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6815         * Makefile.tpl (configure-target-[+module+]): Support stage.
6816         * Makefile.in: Rebuilt.
6817
6818 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
6819
6820         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
6821
6822 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
6823
6824         * MAINTAINERS: Add myself as a MIPS maintainer.
6825
6826 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6827
6828         * configure.in: Use ./config.cache, not config.cache.
6829         * configure: Regenerate.
6830         * Makefile.tpl: Special-casing not needed for GCC any more.
6831         * Makefile.in: Regenerate.
6832
6833         * configure.in: Don't share a cache file for host dirs.
6834         * configure: Regenerate.
6835
6836         * config-ml.in: Don't mess with the cache file.
6837
6838 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6839
6840         * MAINTAINERS: Move myself from 'Write After Approval' to
6841         'CPU Port Maintainers' section as SPARC maintainer.
6842
6843 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6844
6845         * Makefile.tpl: Make GCC use a separate config.cache.
6846         * Makefile.in: Regenerate.
6847
6848         PR bootstrap/11932, PR bootstrap/11933
6849         (I don't know if it will fix either of them, but it relates
6850         to them.)
6851         * configure.in: Don't use shared config.cache for target
6852         directories.
6853         * configure: Regenerate.
6854
6855 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
6856
6857         * MAINTAINERS: Add myself to 'Write After Approval' section.
6858
6859 2003-12-31  Roger Sayle  <roger@eyesopen.com>
6860
6861         * configure.in (ia64*-*-hpux*): Disable building java libraries.
6862         * configure: Regenerated.
6863
6864 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
6865
6866         * MAINTAINERS: Remove the mn10200 maintainer.
6867
6868 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
6869
6870         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6871         * configure: Regenerated.
6872
6873 2003-12-16  Jan Hubicka  <jh@suse.cz>
6874
6875         * MAINTAINERS: Add myself as callgraph maintainer.
6876
6877 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
6878
6879         * configure.in (raw_libstdcxx_flags): Remove the leading space.
6880         * configure: Regenerate.
6881
6882 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6883
6884         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6885         'Write After Approval' section. Update email.
6886
6887 2003-12-01  James Lemke  <jim@wasabisystems.com>
6888
6889         * MAINTAINERS (Write After Approval): Add myself.
6890
6891 2003-11-20  Matt Thomas  <matt@3am-software.com>
6892
6893         * MAINTAINERS: Add myself as a vax port maintainer.
6894
6895 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
6896
6897         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6898         (configure-build-[+module+], configure-[+module+]): Likewise.
6899         (configure-target-[+module+], configure-gcc, config.status): Likewise.
6900         * Makefile.in: Regenerate.
6901
6902 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
6903
6904         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
6905         shared/dylibed libraries.
6906         * ltmain.sh: Likewise.
6907         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
6908         * ltcf-cxx.sh: Likewise.
6909         * ltcf-gcj.sh: Likewise.
6910         * ltconfig: Likewise.
6911
6912 2003-11-17  Stan Cox  <scox@redhat.com>
6913
6914         * MAINTAINERS: Add myself as iq2000 port maintainer.
6915
6916 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
6917
6918         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6919         * Makefile.in: Regenerate.
6920
6921 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
6922
6923         * config.sub: Update to 2003-11-03 version.
6924
6925 2003-10-20  Phil Edwards  <phil@codesourcery.com>
6926
6927         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
6928         * configure:  Regenerate.
6929
6930 2003-10-20  Nicolas Pitre  <nico@cam.org>
6931
6932         * MAINTAINERS: Add myself to 'Write After Approval' section.
6933
6934 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
6935
6936         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
6937
6938 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
6939
6940         * MAINTAINERS: Update my email address.
6941
6942 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6943
6944         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
6945
6946 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
6947
6948         * MAINTAINERS: Add myself to 'Write After Approval' section.
6949
6950 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
6951
6952         * config.guess: Update to 2003-10-16 version.
6953         * config.sub: Update to 2003-10-16 version.
6954
6955 2003-10-15  David Daney  <ddaney@avtrex.com>
6956
6957         * MAINTAINERS: Added myself to 'Write After Approval' section.
6958
6959 2003-10-15  Falk Hueffner  <falk@debian.org>
6960
6961         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6962         'Write After Approval' section. Update email.
6963
6964 2003-10-14  Roger Sayle  <roger@eyesopen.com>
6965
6966         * MAINTAINERS: Move myself from 'Write After Approval' to
6967         'Various Maintainers' section as middle-end maintainer.
6968
6969 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6970
6971         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6972         HOST_FLAGS_TO_PASS.
6973         * Makefile.in: Regenerate.
6974
6975 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
6976
6977         * config.guess: Update to 2003-10-07 version.
6978         * config.sub: Update to 2003-10-07 version.
6979
6980 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6981
6982         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
6983         * ltconfig (irix5*, irix6*): Don't override version_type.
6984
6985 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
6986
6987         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6988         * configure: Rebuilt
6989         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6990         * Makefile.in: Rebuilt
6991
6992 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
6993
6994         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6995
6996 2003-09-30  Carlo Wood  <carlo@alinoe.com>
6997
6998         * MAINTAINERS (Write After Approval): Add myself.
6999
7000 2003-09-29  Paul Koning  <ni1d@arrl.net>
7001
7002         * MAINTAINERS: Move myself from "Write After Approval"
7003         to CPU platform maintainers for pdp11 platform.
7004
7005 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
7006
7007         * MAINTAINERS: Move myself from 'Write After Approval' to
7008         'Various Maintainers' section as libffi testsuite maintainer.
7009
7010 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
7011
7012         * configure.in: Pass a computed --program-transform-name
7013         to subconfigures.
7014         * configure: Regenerated.
7015
7016 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7017
7018         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7019         * Makefile.in: Regenerate.
7020
7021         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7022         * Makefile.in: Regenerate.
7023
7024 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
7025
7026         * MAINTAINERS: Move myself from 'Write After Approval'
7027         to 'Various Maintainers' (objective-c) section.
7028
7029 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
7030
7031         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7032         quoting.
7033         * configure: Regenerated.
7034
7035 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
7036
7037         * MAINTAINERS (Write After Approval): Add myself to write after
7038         approval list.
7039
7040 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
7041
7042         * MAINTAINERS (Write After Approval): Add myself.
7043
7044 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
7045
7046         * MAINTAINERS: Update my e-mail address.
7047
7048 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
7049
7050         * libtool.m4 (LD): Correct powerpc64 host match.
7051
7052 2003-09-06  James E Wilson  <wilson@tuliptree.org>
7053
7054         * MAINTAINTERS: Update my affiliation and email address.
7055
7056 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7057
7058         * MAINTAINERS (Write After Approval): Add myself.
7059
7060 2003-09-04  DJ Delorie  <dj@redhat.com>
7061
7062         * configure: Regenerate.
7063
7064 2003-09-04  Robert Millan  <robertmh@gnu.org>
7065
7066         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7067
7068 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7069
7070         * configure.in: Ensure arguments to sed are properly spaced.
7071         * configure: Regenerate.
7072
7073 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
7074
7075         * MAINTAINERS: Update my e-mail address.
7076
7077 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
7078
7079         * MAINTAINERS (Write After Approval): Add myself.
7080
7081 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
7082
7083         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7084         * configure: Regenerated.
7085
7086 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7087
7088         * MAINTAINERS: Update my email address.
7089
7090 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
7091
7092         * configure.in:  Use newline instead of semicolon when assuming
7093         shell arguments in a for loop.
7094         * configure:  Regenerated.
7095
7096 2003-08-22  Jason Eckhardt  <jle@rice.edu>
7097
7098         * MAINTAINERS: Resurrect the i860 maintainer.
7099
7100 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
7101
7102         PR 8180
7103         * configure.in: When testing with_libs and with_headers, treat
7104         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
7105         * configure: Regenerate.
7106
7107         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7108         make, shell, etc.
7109         (baseargs): Likewise.
7110         * configure: Regenerate.
7111
7112 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
7113
7114         * MAINTAINERS (Write After Approval): Add myself.
7115
7116 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
7117
7118         * configure.in: Disable libgcj for darwin not on powerpc.
7119         * configure: Rebuild.
7120
7121 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
7122
7123         * config-ml.in, symlink-tree: Add license.
7124
7125 2003-08-03  Richard Stallman  <rms@gnu.org>
7126             Eben Moglen  <moglen@columbia.edu>
7127
7128         * README.SCO: New file.
7129
7130 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
7131
7132         * Makefile.tpl (check, check-c++): Express dependencies using
7133         dependencies rather than commands.
7134         * Makefile.in: Regenerate.
7135
7136 2003-08-01  Andrew Cagney  <cagney@redhat.com>
7137
7138         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7139         * configure: Ditto.
7140
7141 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
7142
7143         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7144         * Makefile.in: Update.
7145
7146 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
7147
7148         * configure.in: Enable libgcj for darwin.
7149         * configure: Rebuild.
7150
7151 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
7152
7153         * config-ml.in:  Use ac_configure_args directly instead of
7154         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
7155         actually seen.
7156
7157 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7158
7159         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7160         creating target and build subdirs to build all parent dirs as needed.
7161         * Makefile.in: Rebuild.
7162         * configure.in: Don't build dirs explicitly here.
7163         * configure: Rebuild.
7164
7165 2003-07-26  Paul Brook  <paul@nowt.org>
7166
7167         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
7168
7169 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
7170
7171         * Makefile.tpl (all-make): Depend on intl.
7172         * Makefile.in: Rebuilt.
7173
7174 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
7175
7176         * install-sh:  Update to newer upstream versions (associated with
7177         aclocal 1.7).
7178         * mkinstalldirs:  Likewise.
7179         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
7180
7181 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
7182
7183         * MAINTAINERS: Move self from Bug database only accounts
7184         to write-after-approval.
7185
7186 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
7187
7188         * config.if: Remove unused libc_interface determination.
7189
7190 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7191
7192         * MAINTAINERS: Move self from write-after-approval to
7193         build machinery (*.in).
7194
7195 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7196
7197         PR bootstrap/11273
7198         PR bootstrap/11408
7199         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
7200         unused INSTALL_PROGRAM_ARGS.
7201         * configure.in: Use AC_PROG_INSTALL.
7202         * Makefile.in: Regenerate.
7203         * configure: Regenerate.
7204
7205 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
7206
7207         * MAINTAINERS: Alphabetize.
7208
7209 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
7210
7211         * configure: Rebuilt.
7212         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
7213         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7214         newlib nor libgloss.
7215         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
7216         * configure.in (am33_2.0-*-linux*): Added.
7217
7218 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
7219
7220         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7221         * configure: Regenerate.
7222
7223 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
7224
7225         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
7226         * Makefile.in: Regenerate.
7227
7228 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7229
7230         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
7231         * Makefile.in: Regenerate.
7232
7233 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
7234
7235         * Makefile.tpl: Replace PWD with PWD_COMMAND.
7236         * Makefile.in: Regenerated.
7237
7238         * config-ml.in: Replace PWD with PWD_COMMAND.
7239
7240 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7241
7242         * intl: New directory; see intl/ChangeLog for details.
7243         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
7244         * Makefile.tpl: all-gcc depends on maybe-all-intl.
7245         * Makefile.in: Regenerate.
7246
7247 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7248
7249         * configure.in: Clean up config-lang.in handling.  Delete
7250         useless assignment to "subdirs".
7251         * configure: Regenerate.
7252
7253 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7254
7255         * configure.in: Rename 'target_libs' to 'target_libraries'.
7256         Remove useless reference to 'target_libs'.
7257         * configure: Regenerate.
7258
7259 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
7260
7261         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7262         * Makefile.in: Regenerate.
7263
7264 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7265
7266         * Makefile.def: Introduce flags_to_pass.
7267         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7268         * Makefile.in: Regenerate.
7269
7270 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
7271
7272         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7273         and target-libgloss.
7274         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7275         <h8300*-*-*>: Disable libf2c and ${libgcj}.
7276         * configure: Regenerate.
7277
7278 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
7279
7280         * configure.in: Update testsuite_flags to new location.
7281         * configure. Regenerate.
7282
7283 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7284
7285         * Makefile.tpl: Remove BUILD_CC stuff.
7286         * Makefile.in: Regenerate.
7287
7288 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
7289
7290         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
7291
7292 2003-06-16  Graeme Peterson  <gp@qnx.com>
7293
7294         * MAINTAINERS (Write After Approval): Add myself.
7295
7296 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
7297
7298         * config.guess: Update to 2003-06-12 version.
7299         * config.sub: Update to 2003-06-13 version.
7300
7301 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
7302
7303         * config.guess: Update to 2003-06-06 version.
7304         * config.sub: Update to 2003-06-06 version.
7305
7306 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7307
7308         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7309         * configure. Regenerate.
7310
7311 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7312
7313         * configure.in: Disable serial configure by default.
7314         * configure: Regenerate.
7315         * Makefile.tpl: Abolish .NOTPARALLEL.
7316         * Makefile.in: Regenerate.
7317
7318         * Makefile.tpl: Replace {build,host,target}_canonical by
7319         {build,host,target}.
7320         * Makefile.in: Regenerate.
7321
7322         * Makefile.tpl: Fix stupid pasto.
7323         * Makefile.in: Regenerate.
7324
7325 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7326
7327         * Makefile.tpl: Remove bogus conditional.
7328         * Makefile.in: Regenerate.
7329
7330 2003-06-05  Jan Hubicka  <jh@suse.cz>
7331
7332         * Makefile.tpl (profiledbootstrap): New target.
7333         * Makefile.in (profiledbootstrap): New target.
7334
7335 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
7336
7337         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
7338         Pinski. Remove user names from other bugzilla-only maintainers.
7339
7340 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7341
7342         * Makefile.tpl: Make 'recursive targets' using autogen rather
7343         than shell loop.  Remove duplicate 'clean' targets and false
7344         comments.
7345         * Makefile.def: Add systematic dependencies to 'recursive' targets.
7346         Add systematic method of specifying missing targets in subdirs.
7347         Add copyright boilerplate.
7348         * Makefile.in: Regenerate.
7349         * configure.in: Add 'recursive targets' to maybe list.
7350         * configure: Regenerate.
7351
7352         * MAINTAINERS: "GNATS only" -> "Bug database only".
7353
7354         * Makefile.tpl: Rename [+target+] to [+make_target+].
7355         * Makefile.def: Rename 'target' to 'make_target'.
7356
7357 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
7358
7359         * MAINTAINERS: Add self as options handling maintainer.
7360
7361 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
7362
7363         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
7364         been too long since I touched those ports.
7365
7366 2003-05-28  DJ Delorie  <dj@redhat.com>
7367
7368         * Makefile.tpl: Make maybe-check-gcc .PHONY.
7369         * Makefile.in: Regenerate.
7370
7371 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
7372
7373         * configure.in: Use curly braces in the definition of tooldir.
7374         * configure: Regenerate.
7375
7376 2003-05-21  DJ Delorie  <dj@redhat.com>
7377
7378         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7379         newlib or libgloss.
7380         * Makefile.in: Regenerate.
7381
7382 2003-05-21  DJ Delorie  <dj@redhat.com>
7383
7384         * Makefile.tpl: Add missing empty maybe-check-gcc target.
7385         * Makefile.in: Regenerate.
7386
7387 2003-05-20  Ian Lance Taylor  <ian@airs.com>
7388
7389         * MAINTAINERS: Update my e-mail address.
7390
7391 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7392
7393         * configure.in: Switch more things to use maybe dependencies.
7394         * Makefile.tpl: Switch more things to use maybe dependencies.
7395         Factor out common code from autogen IF statements.
7396         * configure: Regenerate.
7397         * Makefile.in: Regenerate.
7398
7399 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
7400
7401         * configure.in: Accept i[3456789]86 for machine type.
7402         * configure: Regenerate.
7403
7404 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7405
7406         * configure.in: Switch more things to use maybe dependencies.
7407         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
7408         * configure: Regenerate.
7409         * Makefile.tpl: Switch more things to use maybe dependencies.
7410         * Makefile.in: Regenerate.
7411
7412 2003-05-16  Andreas Schwab  <schwab@suse.de>
7413
7414         * Makefile.tpl (install-opcodes): Define.
7415         * Makefile.in: Rebuild.
7416
7417 2003-05-13  Andreas Jaeger  <aj@suse.de>
7418
7419         * config.guess: Update to 2003-05-09 version.
7420         * config.sub: Update to 2003-05-09 version.
7421
7422 2003-05-13  Michael Eager  <eager@mvista.com>
7423
7424         * configure.in: Correct sed script so that options in quotes are not
7425         deleted.
7426         * configure: Rebuild.
7427
7428 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
7429
7430         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7431         and $$s/newlib/libc/sys/cygwin32 include paths.
7432         * configure: Ditto.
7433
7434 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
7435
7436         * MAINTAINERS: Update my email addresses.
7437
7438 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
7439
7440         * config-ml.in: Propagate INSTALL variables.
7441
7442 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7443
7444         * MAINTAINERS: Remove duplicate entries in Write After Approval.
7445
7446 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
7447
7448         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7449         * Makefile.in: Regenerate.
7450
7451 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
7452
7453         * MAINTAINERS (GNATS only): Add Falk Hueffner.
7454
7455 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
7456
7457         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
7458
7459 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
7460
7461         * Makefile.tpl: Clean $(BUILD_SUBDIR).
7462         * Makefile.in: Regenerated.
7463
7464 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
7465
7466         * MAINTAINERS (Write After Approval): Upgrade myself from
7467         GNATS only to write-after-approval. Update my mail address.
7468
7469 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
7470
7471         (OS Port Maintainers: freebsd): Add myself.
7472
7473 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
7474
7475         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
7476
7477 2003-04-22  Kean Johnston  <jkj@sco.com>
7478
7479         * MAINTAINERS (SCO ports): Added myself.
7480
7481 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
7482
7483         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
7484
7485 2003-04-19  Kean Johnston  <jkj@sco.com>
7486
7487         * MAINTAINERS (Write After Approval): Add myself.
7488
7489 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7490
7491         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7492         * Makefile.in: Regenerate.
7493
7494 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
7495
7496         * configure.in (powerpc64*-*-linux*): Remove.
7497         * configure: Rebuilt.
7498
7499 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
7500
7501         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
7502         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7503         and restrap.
7504         * Makefile.in:  Regenerate.
7505
7506 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
7507
7508         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7509         * configure: Regenerated.
7510
7511 2003-04-15  DJ Delorie  <dj@redhat.com>
7512
7513         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
7514
7515 2003-04-13  Nick Clifton  <nickc@redhat.com>
7516
7517         * config-ml.in: Remove support for --disable-aix removing
7518         call-aix multilibs.
7519
7520 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
7521
7522         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7523         * */configure: Rebuilt.
7524
7525 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
7526
7527         * MAINTAINERS: Add my email address.
7528
7529 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
7530
7531         * MAINTAINERS (Write After Approval): Add myself.
7532
7533 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7534
7535         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7536         * Makefile.in: Regenerate.
7537
7538 2003-03-14  Michael Chastain  <mec@shout.net>
7539
7540         * Makefile.in: Regenerate with correct Makefile.def.
7541
7542 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7543
7544         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
7545         Make macro.
7546         * Makefile.in: Regenerate.
7547         * configure.in: Clean up gxx_include_dir logic.
7548         * configure: Regenerate.
7549
7550 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
7551
7552         * MAINTAINERS (Write After Approval): Add myself.
7553
7554 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
7555
7556         * MAINTAINERS: Update my mail address.
7557
7558 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7559
7560         * configure.in (gxx_include_dir): Fix typo.
7561         * configure: Regenerated.
7562
7563 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7564
7565         * Makefile.tpl: Reindent.
7566         * Makefile.in: Regenerate.
7567         * configure.in: Reindent.  Don't set unused variables.
7568         * configure: Regenerate.
7569
7570 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
7571
7572         * configure.in: Include $(build_tooldir)/sys-include in
7573         FLAGS_FOR_TARGET.
7574         * configure: Regenerated.
7575
7576 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7577
7578         * Makefile.tpl: Always pass down RANLIB.
7579         * Makefile.in: Regenerate.
7580
7581         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7582         * Makefile.in: Regenerate.
7583         * configure.in: Remove unused logic relating to --enable-shared
7584         and --enable-threads.  Remove bogus comments.  Remove redundant
7585         noconfigdirs.
7586         * configure: Regenerate.
7587
7588         * configure.in: Replace ${libstdcxx_version} by its value.
7589         Remove reference to mh-dgux.
7590         * configure: Regenerate.
7591
7592 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
7593
7594         * MAINTAINERS (Write After Approval): Add myself.
7595
7596 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7597
7598         * Makefile.tpl: Rearrange.
7599         * Makefile.in: Regenerate.
7600
7601 2003-02-25  Uwe Stieber  <uwe@wwws.de>
7602
7603         * configure.in: Add support for kaOS as cross build target system.
7604         * configure: Regenerated.
7605
7606 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
7607
7608         * MAINTAINERS (Write after approval): Add myself.
7609
7610 2003-02-21  James E Wilson  <wilson@tuliptree.org>
7611
7612         * MAINTAINERS: Update my email address.
7613
7614 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
7615
7616         * MAINTAINERS: Add self to blanket write privs. section.
7617
7618 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
7619
7620         * Makefile.tpl: Add definition of CPPFLAGS to pass into
7621         configure-target-* as some target builds may require additional
7622         flags for preprocessor tests.
7623         * Makefile.in: Regenerated.
7624
7625 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
7626
7627         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7628         * ltconfig: Handle it.
7629         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7630         auto-detecting it.
7631
7632         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7633         it is used as argument to $CC.
7634         * ltcf-gcj.sh: Likewise.
7635
7636         * configure.in: Introduce --enable-maintainer-mode.
7637         * configure: Rebuilt.
7638         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7639         for maintainer mode.
7640         * Makefile.in: Rebuilt.
7641
7642 2003-02-18  Jason Merrill  <jason@redhat.com>
7643
7644         * Makefile.tpl (check-c++): Allow parallelism.
7645
7646 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7647
7648         * MAINTAINERS: Remove John Carr (who never actually had access to
7649         gcc.gnu.org).
7650
7651 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
7652
7653         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7654         don't configure target-libobjc.
7655         * configure: Regenerate.
7656
7657 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7658
7659         * Makefile.tpl (RANLIB): Define.
7660         * Makefile.in: Regenerate.
7661
7662 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
7663
7664         * MAINTAINERS: Update my email.
7665
7666 2003-02-06  Keith R Seitz  <keiths@redhat.com>
7667
7668         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7669         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7670         * Makefile.in: Regenerated.
7671         * configure.in: Remove all traces of snavigator, db, and grep.
7672         * configure: Regenerated.
7673
7674 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7675
7676         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
7677         After Approval.
7678
7679 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7680
7681         * MAINTAINERS (Write after approval): Add myself.
7682
7683 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
7684
7685         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7686         * Makefile.in: Regenerated.
7687
7688 2003-01-30  Roger Sayle  <roger@eyesopen.com>
7689
7690         * config.guess: Updated to 2003-01-30's version.
7691         * config.sub: Updated to 2003-01-28's version.
7692
7693 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
7694
7695         * config.if: If gcc_version is already set, just use it.  Don't set
7696         gcc_version_trigger if it's already set, otherwise set it to
7697         gcc/version.c, but only if the file exists.  If it is not set and
7698         gcc/version.c does not exist, try to extract the version number from
7699         $CC.
7700
7701 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
7702
7703         * MAINTAINERS: Add myself to write-after-approval list.
7704
7705 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
7706
7707         * configure.in:  Revert 24Jan change.
7708         * configure:  Regenerate.
7709
7710 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7711
7712         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
7713         entry of HJ Lu.
7714
7715 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7716
7717         * configure.in: Revert previous change.
7718         * configure: Regenerate.
7719
7720 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7721
7722         * configure.in: Make rda native-only.
7723         * configure: Regenerate.
7724
7725 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7726
7727         * MAINTAINERS: Move myself from GNATS-only-accounts to
7728         write-after-approval.
7729
7730 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7731
7732         * configure.in: Add missing \.
7733         * configure: Rebuilt.
7734
7735 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
7736
7737         * configure.in (baseargs): Avoid using \| in sed regular
7738         expressions.
7739         * configure: Rebuilt.
7740
7741 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
7742
7743         * configure.in (baseargs): Remove all supported forms of
7744         --cache-file, --srcdir, --host, --build and --target options
7745         from argument lists.
7746         * configure: Rebuilt.
7747
7748 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
7749
7750         * MAINTAINERS: Add myself to write-after-approval list.
7751
7752 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
7753
7754         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7755         * configure: Rebuilt.
7756
7757 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7758
7759         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7760         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7761         * Makefile.in: Regenerate.
7762         * configure: Regenerate.
7763
7764 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
7765
7766         * configure.in: Remove Makefile in build, host and target modules
7767         unless configure was run with --no-recursion.
7768         * configure: Rebuilt.
7769
7770 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7771
7772         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7773         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7774         * Makefile.in: Regenerate.
7775
7776 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
7777
7778         * config.guess: Update to 2003-01-03 version.
7779         * config.sub: Update to 2003-01-03 version.
7780
7781 2003-01-07  Christopher Faylor  <cgf@redhat.com>
7782
7783         * configure: Regenerate with proper autoconf 2.13.
7784
7785 2003-01-07  Christopher Faylor  <cgf@redhat.com>
7786
7787         * configure.in: Add AC_PREREQ for consistency.
7788         * configure: Regenerate.
7789
7790 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
7791
7792         * configure.in (GDB_TK): Add tcl directories conditional on
7793         gdb/gdbtk directory being present.
7794         * configure: Regenerate.
7795
7796 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
7797
7798         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
7799         used by gcc if LD is not defined and we are not doing a Canadian Cross.
7800         * configure: Rebuilt.
7801
7802 2002-12-31  Tom Tromey  <tromey@redhat.com>
7803
7804         * Makefile.in: Rebuilt.
7805         * Makefile.def (target_modules) [libffi]: Allow installation.
7806
7807 2002-12-31  Andreas Schwab  <schwab@suse.de>
7808
7809         * configure.in: Fix use of $program_transform_name.
7810         * configure: Regenerated.
7811
7812 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
7813
7814         * configure.in (baseargs): Don't remove first configure argument.
7815         * configure: Regenerated.
7816
7817 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
7818
7819         * Makefile.tpl (local-distclean): Don't remove...
7820         (multilib.ts): ... this.  Moved into...
7821         (multilib.out): ... this.  Don't use sub-make.
7822         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7823         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7824         (configure-build-[+module+], configure-[+module+],
7825         configure-target-[+module+], configure-gcc): ... these.  Test
7826         for Makefile existence.  Drop config.status from dependencies.
7827         * Makefile.in: Rebuilt.
7828         * configure.in: Move gcc-version-trigger to the end of
7829         ac_configure_args.  Add comments to maybedep.tmp and
7830         serdep.tmp.  Introduce --disable-serial-configure.  Remove
7831         nonopt from baseargs, matching and removing corresponding
7832         whitespace while at it.
7833         * configure: Rebuilt.
7834
7835 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
7836
7837         * configure.in (host_configargs): Replace reference to
7838         no-longer-defined buildopts with --build=${build_alias}.
7839         * configure: Rebuilt.
7840
7841         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
7842         program_transform_name to standard idiom.
7843         (AUTOGEN, AUTOCONF): Define.
7844         (Makefile.in): Use $(AUTOGEN).
7845         (Makefile): Depend on config.status, and use autoconf-style rule to
7846         build it.  Move original commands to...
7847         (config.status): ... this new target.
7848         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
7849         $(AUTOCONF).
7850         * Makefile.in: Rebuilt.
7851
7852 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7853
7854         * Makefile.tpl: Fix dramatic bustage due to change in
7855         program_transform_name.
7856         * Makefile.in: Regenerate.
7857
7858         * configure.in: Remove unnecessary PATH setting.
7859         * configure: Regnerate.
7860
7861         * configure.in: Don't default to unprefixed tools unless
7862         the native tools will work.
7863         * configure: Regenerate.
7864
7865         * configure.in: Convert to autoconf script.  Blow away lots
7866         of now-redundant Makefile fragments.
7867         * configure: Generate using Autoconf.
7868         * Makefile.tpl: Rewrite to reflect autoconfiscation.
7869         * Makefile.in: Regenerate.
7870
7871 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7872
7873         * configure: Fix stupid bug where RANLIB was mistakenly included.
7874
7875         * configure.in: Rename (buildargs, hostargs, targargs) to
7876         (build_configargs, host_configargs, target_configargs).
7877
7878         * configure.in: Move logic out of sed statement.
7879
7880         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
7881         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7882
7883 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
7884
7885         * config.sub: Import from master repository
7886         * config.guess: Ditto
7887
7888 2002-12-24  Andreas Schwab  <schwab@suse.de>
7889
7890         * Makefile.tpl (multilib.out): Fix missing space.
7891         * Makefile.in: Regenerate.
7892
7893 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7894
7895         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
7896         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
7897         * Makefile.in: Regenerate.
7898         * configure.in: Remove unnecessary leftovers.
7899
7900 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
7901
7902         * configure.in (extra_ranlibflags_for_target): New variable.
7903         (*-*-darwin): Add -c to ranlib commands.
7904         * configure (tooldir): Handle extra_ranlibflags_for_target.
7905
7906 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7907
7908         * Makefile.tpl: Revert HJL's change.
7909         * Makefile.in: Regenerated.
7910         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7911         always.
7912
7913 2002-12-19  Andreas Schwab  <schwab@suse.de>
7914
7915         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7916         * Makefile.in: Regenerate.
7917
7918 2002-12-18  H.J. Lu  <hjl@gnu.org>
7919
7920         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7921         * Makefile.in: Regenerated.
7922
7923         * configure.in (build_prefix): New. Substitute.
7924
7925 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7926
7927         * Makefile.tpl: Don't let real targets depend on phony targets.
7928         * Makefile.in: Regenerate.
7929
7930         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7931         * Makefile.in: Regenerate.
7932
7933 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
7934
7935         * config.sub: Import from master repository
7936         * config.guess: Ditto
7937
7938 2002-12-16  Jason Merrill  <jason@redhat.com>
7939
7940         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7941         previous 'make bootstrap'.
7942         * Makefile.in: Regenerate.
7943
7944 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
7945
7946         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7947
7948 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7949
7950         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7951         * Makefile.in: Regenerate.
7952
7953 2002-12-13  Jason Merrill  <jason@redhat.com>
7954
7955         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
7956         library tests.
7957         (check-c++): Just depend on it and check-target-libstdc++-v3.
7958         * Makefile.in: Regenerate.
7959
7960 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7961
7962         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7963         * Makefile.in: Rebuilt.
7964
7965 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7966
7967         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
7968
7969 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7970
7971         * configure: Fix bug put in by gremlins.
7972
7973         * Makefile.tpl: Substitute more autoconfily.
7974         * configure: Substitute more autoconfily.
7975         * Makefile.in: Regenerate.
7976
7977 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
7978
7979         * config.sub: Import from master repository
7980         * config.guess: Ditto
7981         * MAINTAINERS: Added Svein Seldal under write after approval
7982
7983 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
7984
7985         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7986         * Makefile.in (all-sim): Ditto.
7987
7988 2002-12-06  DJ Delorie  <dj@redhat.com>
7989
7990         * Makefile.tpl: Change configure dependencies to not have real
7991         targets depend on phony targets.
7992
7993 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
7994
7995         * configure.in: Revert unintentional change.
7996
7997         * Makefile.tpl: Change dependency for */multilib.out so that
7998         it works when gcc isn't in the tree.
7999
8000         * configure.in: Substitute more.
8001         * configure: Run subconfigures from the Makefile.
8002         * Makefile.tpl: Run subconfigures from the Makefile; add a few
8003         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
8004
8005 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8006
8007         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
8008
8009 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8010
8011         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8012         and corresponding dependencies.
8013         * Makefile.in: Regenerate.
8014
8015         * configure.in (host_tools): Order binutils, gas and ld for
8016         convenience in running the testsuites.
8017
8018         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8019         * Makefile.in: Regenerate.
8020         * configure.in: Introduce rules to serialize subconfigure runs.
8021
8022         * configure.in: Introduce BASE_CC_FOR_TARGET.
8023         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
8024         Realize configure-build-* targets.  Realize configure-target-* targets.
8025         * Makefile.in: Regenerate.
8026
8027 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8028
8029         * configure: Move gcc_version_trigger stuff from here...
8030         * configure.in: ...to here.
8031
8032         * configure.in: Separate subconfigure options added by this file from
8033         options given by the user.  Add machinery to put args for host
8034         subconfigures into the Makefile.
8035
8036         * Makefile.tpl: Remove 'vault' targets.
8037         * Makefile.tpl: Reorder and comment dependencies.
8038         * Makefile.in: Regenerate.
8039
8040 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8041         * configure.in: Fix my broken commit of previous patch. (sigh)
8042
8043 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
8044
8045         * configure.in: Move host-specific darwin noconfigdirs into
8046         the host-specific section.
8047
8048 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
8049
8050         * configure.in: Move host-specific darwin noconfigdirs into
8051         the host-specific section.
8052
8053 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
8054
8055         * configure: Remove skip-this-dir support.
8056         * Makefile.tpl: Remove skip-this-dir support.
8057
8058         * Makefile.tpl: Remove leftover support for non-autoconfiscated
8059         subdirectories.
8060         * Makefile.in: Regenerate.
8061
8062         * Makefile.tpl: Strip out useless setting of 'dir'.
8063         * Makefile.in: Regenerate.
8064
8065 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8066
8067         * configure.in: Fix deeply stupid bug.
8068
8069         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8070         shell code in CXX_FOR_TARGET
8071         * Makefile.def: Introduce raw_cxx.
8072         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8073         RAW_CXX_FOR_TARGET.
8074         * Makefile.in: Regenerate.
8075
8076 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
8077
8078         * Makefile.tpl: Remove unnecessary ifs.
8079         * Makefile.in: Regenerate.
8080
8081         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
8082         dependencies.  Maybe-ize build-libiberty.  Create dummy install
8083         targets for 'no_install' modules.
8084         * configure: Move GDB_TK substitution to configure.in.  Move
8085         build_modules stuff to configure.in.
8086         * configure.in: Implement soft dependency machinery.  Maybe-ize
8087         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
8088         * Makefile.in: Regenerate.
8089
8090 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8091
8092         * Makefile.tpl: Make all-target, install-target behave similarly
8093         to all, install (only hitting configured targets).  Eliminate
8094         unused macro defintions.
8095
8096         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8097         build != host.
8098
8099         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8100
8101         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8102
8103         * configure.in: Produce lists of subdir targets we're actually
8104         configuring.  Remove references to "dosrel".
8105         * Makefile.tpl: Let configure set which subdir targets are hit.
8106         Remove install-cross; clean up install; remove ALL.  Remove
8107         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
8108         Autogenerate host module targets.  Remove empty dependency lines
8109         and redundant dependency; rearrange slightly.
8110         * Makefile.def: Add host-side libtermcap, utils.
8111
8112         * Makefile.in: Regenerate.
8113
8114 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8115
8116         * ltconfig (osf[345]): Append $major to soname_spec.
8117         Reflect this in library_names_spec.
8118         * ltmain.sh (osf): Prefix $major with . for use as extension.
8119
8120 2002-11-19  Andreas Jaeger  <aj@suse.de>
8121
8122         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
8123         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
8124         and sparc64 GNU/Linux systems.
8125
8126 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
8127
8128         * MAINTAINERS: Update email.
8129
8130 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8131
8132         * MAINTAINERS: Complete James Dennett's entry.
8133
8134 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
8135
8136         * MAINTAINERS (Write After Approval): Add myself.
8137
8138 2002-11-13  Bruce Korb  <bkorb@gnu.org>
8139
8140         * Makefile.tpl: syntactic cleanup
8141
8142 2002-11-13  Stuart Hastings  <stuart@apple.com>
8143
8144         * MAINTAINERS: Add myself to write-after-approval list.
8145
8146 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8147
8148         * Makefile.def: Add list of recursive targets to autogenerate.
8149         Add build_modules.
8150         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
8151         targets.  Autogenerate *-build-* targets.
8152         * Makefile.in: Regenerate.
8153
8154 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8155
8156         * configure: More autoconf-style substitutions.
8157         * Makefile.tpl: More autoconf-style substitutions.
8158         * Makefile.in: Regenerate.
8159
8160 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8161
8162         * configure: Substitute more variables in a more autoconf-friendly
8163         way.  Simplify slightly.
8164         * Makefile.tpl: Make more variables substitutable in an
8165         autoconf-friendly way.
8166         * Makefile.in: Regenerate.
8167
8168 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
8169
8170         * MAINTAINERS (Write After Approval): Add myself.
8171
8172 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8173
8174         * configure.in (v810*): Remove special setting of tools.
8175
8176         * configure: Add support for extra required flags for ar or nm.
8177         * configure.in (aix4.3+): Use above support for target-specific
8178         issues, rather than using config/mt-aix43.
8179
8180 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8181
8182         * configure: Remove 'removing', which doesn't work.  Replace $subdir
8183         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
8184         with $srcdir.  Reformat indentation.  Substitute some variables
8185         formerly hard-coded in the Makefile for build=host.
8186         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8187         * Makefile.def: Autogenerate more.
8188         * Makefile.in: Regenerate.
8189
8190 2002-11-04  Adam Nemet  <anemet@lnxw.com>
8191
8192         * MAINTAINERS (Write After Approval): Add myself.
8193
8194 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
8195
8196         * Makefile.def (host_modules): Add rda.
8197         * Makefile.in: Regenerate.
8198         * configure.in (target_tool): Add target-rda to list.
8199
8200 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8201
8202         * MAINTAINERS: Remove "co-maintainer" note for web pages.
8203
8204 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
8205
8206         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
8207         and restrap targets to this rule.
8208         * Makefile.in:  Regenerate.
8209
8210 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8211
8212         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
8213         GNATS only accounts.
8214
8215 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
8216
8217         * configure.in (i[3456]86-*-linux*): Add check to disable
8218         ${libgcj} for glibc1.
8219
8220 2002-10-24  Denis Chertykov  <denisc@overta.ru>
8221
8222         * MAINTAINERS: Add myself as ip2k port maintainer.
8223
8224 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
8225
8226         * configure.in: Add tic4x target.
8227
8228 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8229
8230         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8231         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8232         * Makefile.in: Regenerate.
8233
8234         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8235         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8236         * Makefile.in: Regenerate.
8237
8238 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
8239
8240         * MAINTAINERS: Add myself as web pages co-maintainer.
8241
8242 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8243
8244         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8245         * Makefile.in: Regenerate.
8246
8247 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
8248
8249         * MAINTAINERS: Add myself and Nathan Sidwell
8250         <nathan@codesourcery.com> as VxWorks maintainers.
8251
8252 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8253
8254         * Makefile.def: Remove order dependency comments.
8255         * Makefile.tpl: Add explicit install-install dependencies.
8256         * Makefile.in: Regenerate.
8257
8258         * Makefile.tpl: Remove material now in src-release.  (Finally!)
8259         * Makefile.in: Regenerate.
8260
8261         * Makefile.tpl: Add configure-target (for src-release in src)
8262         * Makefile.in: Regenerate.
8263
8264 2002-09-30  Nick Clifton  <nickc@redhat.com>
8265
8266         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8267
8268 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
8269
8270         * configure.in (s390*-*-linux*): Enable libgcj.
8271
8272 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
8273
8274         * configure: Revert accidentally applied changes.
8275
8276         * Makefile.tpl: Make more autoconf-friendly.
8277         * Makefile.in: Regenerate.
8278         * configure: Make substitution more autoconf-like.
8279
8280 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
8281
8282         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8283         single entry to handle all these.
8284         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
8285         libjava on arm-*-elf.
8286
8287 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
8288
8289         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8290         things that depend on them.
8291
8292 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8293
8294         * Makefile.tpl: Make subsituted variables more autoconfy.
8295         * Makefile.in: Regenerate.
8296         * configure: Make seds more autoconfy.
8297
8298 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8299
8300         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8301         * Makefile.in: Regenerate.
8302         * configure.in: Rewrite sed statements to look autoconfy.
8303
8304         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8305         all-target-foo on configure-target-foo.
8306         * Makefile.def: Ditto.
8307         * Makefile.in: Rebuild.
8308
8309 2002-09-25  Andrew Haley  <aph@redhat.com>
8310
8311         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
8312
8313 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8314
8315         * Makefile.def: New file.
8316         * Makefile.tpl: New file.
8317         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8318         * contrib/gcc_update: Note that Makefile.in is a generated file.
8319
8320         * configure.in: Minor rearrangement.  Simplify tests.
8321
8322 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
8323
8324         * configure.in (with_headers): Skip copy if value is "yes".
8325         (with_libs): Likewise.
8326
8327 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
8328
8329         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8330         * configure.in (sh*-*-pe*): Ditto.
8331         * configure.in (mips*-*-pe*): Ditto.
8332         * configure.in (*arm-wince-pe): Ditto.
8333
8334         * configure.in: Rearrange.
8335
8336 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
8337
8338         * MAINTAINERS: Update my email address.
8339
8340 2002-08-30  Paul Koning  <pkoning@equallogic.com>
8341
8342         * MAINTAINERS: (Write After Approval): Add myself.
8343
8344 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
8345
8346         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
8347
8348 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
8349
8350         * MAINTAINERS: Change my mailing address.
8351
8352 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
8353
8354         * MAINTAINERS (Write After Approval): Remove myself.
8355         (Various Maintainers: c++ runtime libs): Add myself.
8356
8357 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
8358
8359         * MAINTAINERS (Write After Approval): Remove myself.
8360         (Various Maintainers: c++ runtime libs): Add myself.
8361
8362 2002-08-15  Eric Christopher  <echristo@redhat.com>
8363
8364         * config.sub: Import from master repository.
8365         * config.guess: Ditto.
8366
8367 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
8368
8369         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8370         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8371         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8372
8373 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
8374
8375         * MAINTAINERS: Add self to rs6000 vector extensions.
8376
8377 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
8378
8379         * libiberty/configure: Reverted unintended yesterday's check in.
8380
8381 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
8382
8383         * boehm-gc/configure, libf2c/configure: Rebuilt.
8384         * libffi/configure, libiberty/configure: Ditto.
8385         * libjava/configure, libobjc/configure: Ditto.
8386         * libstdc++-v3/configure, zlib/configure: Ditto.
8387         Merged from binutils:
8388         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
8389         From Steve Ellcey <sje@cup.hp.com>:
8390         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8391         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8392         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8393         IA64.
8394         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8395         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8396         soname_spec, sys_lib_search_path_spec): Ditto.
8397
8398 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
8399
8400         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8401
8402 2002-08-04  H.J. Lu  (hjl@gnu.org)
8403
8404         * configure.in (mips*-*-linux*): Don't skip target-libffi.
8405
8406 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
8407
8408         * MAINTAINERS (Write After Approval): Add myself.
8409
8410 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
8411
8412         * configure.in: Move generic linux case to end.  Copy generic
8413         linux noconfigdirs to mips*-*-linux* entry and new
8414         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
8415
8416 2002-07-19  Michael Matz  <matz@suse.de>
8417
8418         * MAINTAINERS: Add myself as ra* maintainer.
8419
8420 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
8421
8422         * config.guess: Update to 2002-07-09 version.
8423         * config.sub: Update to 2002-07-03 version.
8424
8425 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
8426
8427         * MAINTAINERS: Fix typo in a maintainer email address.
8428
8429 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8430
8431         * configure.in: Remove two redundant tests.
8432
8433 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8434
8435         * configure.in (mips*-*-irix6*o32): Enable stabs.
8436
8437 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
8438
8439         * configure.in: Don't build grez.
8440         * Makefile.in: Ditto.
8441
8442         * Makefile.in: Remove references to bsp, cygmon, libstub.
8443         * configure.in: Ditto.
8444
8445         * configure.in: Remove leftover reference to gdbtest.
8446
8447 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
8448
8449         * configure.in (gxx_include_dir):  Change to match versioned
8450         C++ headers if --enable-version-specific-runtime-libs is used.
8451
8452 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
8453
8454         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8455
8456 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8457
8458         * configure.in: Make --without-x work.
8459
8460 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8461
8462         * configure.in: Rearrange target Makefile fragment collection.
8463
8464         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8465         cvs[src].
8466         * configure.in: Ditto.
8467
8468 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
8469
8470         * MAINTAINERS (Write After Approval): Update my e-mail address.
8471
8472 2002-06-24  Ben Elliston  <bje@redhat.com>
8473
8474         * configure.in (host_tools): Remove cgen.
8475
8476         * Makefile.in (all-cgen): Remove; runs from its source directory.
8477         (check-cgen, install-cgen, clean-cgen): Likewise.
8478         (all-opcodes): Do not depend on all-cgen.
8479         (all-sim): Likewise.
8480
8481 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8482
8483         * Makefile.in: Eliminate 'apache' targets.
8484         * configure.in: Eliminate 'apache' targets.
8485
8486         * configure.in: Eliminate redundant tests.  Reorganize.
8487
8488         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8489
8490         * config-ml.in: Eliminate references to Cygnus configure.
8491
8492         * Makefile.in: Eliminate references to building emacs.
8493
8494 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
8495
8496         * MAINTAINERS: Update my email address.
8497
8498 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
8499
8500         * config.if (libstdcxx_incdir): Version C++ headers.
8501         (cxx_incdir): Remove.
8502
8503 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8504
8505         * MAINTAINERS (Write After Approval): Add self.
8506
8507 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
8508
8509         * configure.in: Add support for ip2k.
8510
8511 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
8512
8513         * configure.in: Fix AIX configury bug.
8514
8515 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
8516
8517         * MAINTAINERS (Write After Approval): Add self.
8518
8519 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8520
8521         * configure.in: replace ${topsrcdir} with ${srcdir}
8522
8523         * configure.in: Move definition of libstdcxx_flags
8524         right above usage, rather than waaay earlier.
8525
8526         * configure.in: Pull definition of is_cross_compiler earlier.
8527
8528         * configure.in: Rearrange a little.
8529
8530         * configure.in: Remove references to librx.
8531         * Makefile.in: Remove references to librx.
8532
8533 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
8534
8535         * config.sub: Add support for avr target.
8536         Import from master sources, rev 1.255
8537
8538 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
8539
8540         * configure, .cvsignore:  Revert previous change...
8541         * Makefile:  ...delete.
8542
8543 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8544
8545         * configure.in: Eliminate ${gasdir} variable.
8546
8547 2002-06-18  Dave Brolley  <brolley@redhat.com>
8548
8549         * configure.in: Add support for frv.
8550         * config.sub: Add support for frv.
8551
8552 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8553
8554         * configure:  Remove garbage from previous commit.
8555
8556 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8557
8558         * configure:  For in-source builds, make a subdir and re-exec there.
8559         * Makefile:  New file.  Pass targets through to build directory.
8560         * .cvsignore:  No longer ignore "Makefile".
8561
8562 2002-06-16  Douglas Rupp  <rupp@gnat.com>
8563
8564         * MAINTAINERS (Write After Approval): Add self.
8565
8566 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8567
8568         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8569
8570 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
8571
8572         * configure.in (vax-*-netbsd*): Re-enable gas.
8573
8574 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
8575
8576         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8577         BUILD_PREFIX_1, to correct nomenclature.
8578         * configure: Likewise.
8579
8580         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8581         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8582
8583 2002-05-31  Olaf Hering  <olh@suse.de>
8584
8585         * config-ml.in: Propogate DESTDIR also.
8586
8587 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
8588
8589         * configure.in (vax-*-netbsd*): Don't build gas for this
8590         platform.
8591
8592 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
8593
8594         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8595         and libgcj for AVR.
8596
8597 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
8598
8599         * MAINTAINERS (Write After Approval): Add myself.
8600
8601 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
8602
8603         * config.guess: Update to 2002-05-22 version.
8604         * config.sub: Likewise.
8605
8606 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8607
8608         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8609         * config-ml.in: Likewise.
8610         * configure: Likewise.
8611         * configure.in: Likewise.
8612
8613 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
8614
8615         * MAINTAINERS: Update my email address.
8616
8617 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
8618
8619         * configure.in: Simplify makefile fragment collection.
8620
8621         * configure.in: Remove code to build emacs.
8622
8623         * configure.in : Remove --srcdir argument from targargs and buildargs
8624         (it's always overridden in the Makefile anyway).  Rearrange a bit.
8625
8626         * configure: Move some logic to configure.in.
8627         * configure.in: Move some logic from configure.
8628
8629 2002-05-11  Tom Tromey  <tromey@redhat.com>
8630
8631         * MAINTAINERS: Reflect libgcj reality.
8632
8633 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
8634
8635         * Makefile.in: Honour DESTDIR.
8636
8637 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
8638
8639         * config.guess: Import 2002-03-20 version.
8640         * config.sub: Import 2002-04-26 version.
8641
8642 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8643
8644         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
8645
8646 2002-05-07  Tim Josling  <tej@melbpc.org.au>
8647
8648         * MAINTAINERS: Add self.
8649
8650 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
8651
8652         * ltmain.sh: Detect and handle object name conflicts
8653         while piecewise linking a static library.
8654
8655 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
8656
8657         * configure.in (noconfigdirs): Don't disable libgcj on
8658         sparc64-*-solaris* and sparcv9-*-solaris*.
8659
8660 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
8661
8662         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8663
8664 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
8665
8666         * configure.in (FLAGS_FOR_TARGET): Do not add
8667         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8668         on i[3456]86-*-linux*.
8669
8670 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
8671
8672         * configure.in (noconfigdirs): Replace [ ] with test.
8673
8674         * configure.in (noconfigdirs): Do not add target-newlib if
8675         target == i[3456]86-*-linux*, and host == target.
8676
8677 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
8678
8679         * configure.in: delete reference to absent file
8680
8681         * configure.in: replace '[' with 'test'
8682
8683         * configure.in: Eliminate references to gash.
8684         * Makefile.in: Eliminate references to gash.
8685
8686         * configure.in: remove useless references to 'pic' makefile fragments.
8687
8688         * configure.in: (*-*-windows*) Finish removing.
8689
8690         * configure.in: Eliminate redundant test for libgui.
8691
8692 2002-04-29  Roger Sayle  <roger@eyesopen.com>
8693
8694         * MAINTAINERS: Add self and realphabetize.  Update entries
8695         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
8696         entry for a29k port maintainer.
8697
8698 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
8699
8700         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8701         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8702
8703 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
8704
8705         * configure.in: remove references to dead files
8706
8707 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
8708
8709         * MAINTAINERS: Add information about purpose of this file.
8710
8711 2002-04-18  Tom Tromey  <tromey@redhat.com>
8712
8713         * configure.in: Disallow configuring libgcj when it is already
8714         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
8715         Solaris 2.8 by default.  For PR libgcj/6158.
8716
8717 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8718
8719         * configure.in:  Move default CC setting out of config/mh-* fragments
8720         directly into here.
8721
8722 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8723
8724         * configure.in: don't even try to configure or make a subdirectory
8725         if there's no configure script for it.
8726
8727 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
8728
8729         * MAINTAINERS: Remove chill maintainers.
8730         * Makefile.in (CHILLFLAGS): Remove.
8731         (CHILL_LIB): Remove.
8732         (TARGET_CONFIGDIRS): Remove libchill.
8733         (CHILL_FOR_TARGET): Remove.
8734         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8735         CHILL_LIB.
8736         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8737         (CHECK_TARGET_MODULES): Likewise.
8738         (INSTALL_TARGET_MODULES): Likewise.
8739         (CLEAN_TARGET_MODULES): Likewise.
8740         (configure-target-libchill): Remove.
8741         (all-target-libchill): Remove.
8742         * configure.in (target_libs): Remove target-libchill.
8743         Do not compute CHILL_FOR_TARGET.
8744         * libchill: Remove directory.
8745
8746 2002-04-11  DJ Delorie  <dj@redhat.com>
8747
8748         * Makefile.in, configure.in: Sync with binutils, entries
8749         follow...
8750
8751 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8752
8753         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
8754         (do-tar, do-bz2): New rules.
8755         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
8756         (gdb-tar): New rule.
8757         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
8758         (insight_dejagnu.tar): New rule.
8759         (insight.tar): New rule.
8760         (gdb+dejagnu.tar): New rule.
8761         (gdb.tar): New rule.
8762
8763 2002-02-01  Mo DeJong  <supermo@bayarea.net>
8764
8765         * Makefile.in: Add all-tix to deps for all-snavigator
8766         so that tix is built when building snavigator.
8767
8768 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
8769
8770         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8771         ld and gdb are not supported.
8772
8773 2002-01-07  Mark Salter  <msalter@redhat.com>
8774
8775         * configure.in: Remove target-bsp and target-cygmon from arm builds.
8776         Allow target-libgloss to be built for arm, strongarm, and xscale.
8777
8778 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
8779
8780         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8781         options for i[3456]86-pc-linux* native builds.
8782
8783 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
8784
8785         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8786         files from .po files for a distribution.
8787
8788 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
8789
8790         * configure.in: Enable libstdc++-v3 for h8300 targets.
8791
8792 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
8793
8794         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
8795         version from bfd/.
8796
8797 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
8798
8799         * Makefile.in (VER): When present, extract the version number from
8800         the file version.in.
8801
8802 2001-05-24  Tom Rix  <trix@redhat.com>
8803
8804         * configure.in : enable ld for aix
8805
8806 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8807
8808         * config.guess: Add linux target for S/390.
8809
8810 2000-11-07  Philip Blundell  <pb@futuretv.com>
8811
8812         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8813
8814 2000-11-03  Philip Blundell  <pb@futuretv.com>
8815
8816         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8817         files.
8818
8819 2001-01-15  Ben Elliston  <bje@redhat.com>
8820
8821         * configure.in (host_tools): Add sid.
8822         Always configure cgen.
8823
8824 2000-11-24  Nick Clifton  <nickc@redhat.com>
8825
8826         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
8827
8828
8829 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
8830
8831         * Makefile.in (ALL_MODULES): Add all-cgen.
8832         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8833         (all-cgen): New target.
8834         (all-opcodes,all-sim): Depend on all-cgen.
8835         * configure.in (host_tools): Add cgen.
8836         Only configure cgen if --enable-cgen-maint.
8837
8838 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
8839
8840         * configure.in: Add *-*-freebsd* configurations.
8841
8842 2002-04-08  Tom Tromey  <tromey@redhat.com>
8843
8844         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8845         Fixes PR libgcj/6068.
8846
8847 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
8848
8849         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8850
8851 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8852
8853         * configure.in (alpha*-dec-osf*): Enable libgcj.
8854
8855 2003-03-27  Matthew Gingell  <gingell@gnat.com>
8856
8857         * MAINTAINERS (Write After Approval): Add myself.
8858
8859 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
8860
8861         Fix for: PR bootstrap/3591, target/5676
8862         * configure.in (mcore-pe): Disable the configuration of
8863         libstdc++-v3 since exceptions are not supported.
8864
8865 2002-03-20  Anthony Green  <green@redhat.com>
8866
8867         * configure.in: Enable libgcj for xscale-elf target.
8868
8869 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
8870
8871         * MAINTAINERS:  Update my email address.
8872
8873 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
8874
8875         * ltmain.sh (relink_command): Fix typo in previous change.
8876
8877 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
8878
8879         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
8880         (relink_command): Added --tag flags.
8881         (mode=install): If relinking fails; error out.
8882
8883 2002-03-12  Richard Henderson  <rth@redhat.com>
8884
8885         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
8886         .NOTPARALLEL tag.
8887         (do-check): Rename from check.
8888         (check): Allow parallel check.
8889
8890 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
8891
8892         * MAINTAINERS: Add myself as maintainer for xtensa port.
8893         Fix alphabetical order in CPU port maintainer list.
8894         Remove myself from Write After Approval list.
8895
8896 2002-03-11  Richard Henderson  <rth@redhat.com>
8897
8898         * Makefile.in (.NOTPARALLEL): Add fake tag.
8899
8900 2002-03-07  H.J. Lu  (hjl@gnu.org)
8901
8902         * configure.in: Enable gprof for mips*-*-linux*.
8903
8904 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
8905
8906         * MAINTAINERS (Write After Approval): Add myself.
8907
8908 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
8909
8910         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8911         libjava.
8912         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8913
8914 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
8915
8916         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8917         because its Makefile is there; test for the executable instead.
8918
8919 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
8920
8921         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8922         libstdc++-v3 and libjava.
8923
8924 2002-02-11  Adam Megacz  <adam@xwt.org>
8925
8926         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8927         boehm-gc
8928
8929 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
8930
8931         * config.guess: Updated to 2002-01-30's version.
8932         * config.sub: Updated to 2002-02-01's version.
8933         Contribute sh64-elf.
8934         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
8935         * configure.in: Added sh64-*-*.
8936
8937 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
8938
8939         * MAINTAINERS: Belatedly add myself to write after approval list.
8940
8941 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
8942
8943         * MAINTAINERS: Put self in as maintainer for x86-64 port.
8944         Remove self as Write After Approval.
8945
8946 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
8947
8948         * MAINTAINERS: Put self in as maintainer for contrib/regression
8949         directory.
8950
8951 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
8952
8953         * MAINTAINERS:  Update my email address.
8954
8955 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
8956
8957         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
8958         target-libiberty, and target-libgloss.  Skip Java-related
8959         libraries if not supported for NetBSD on target CPU.
8960
8961 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
8962
8963         * install-sh: Use _inst.$$_ for temp file name.
8964
8965 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
8966
8967         * MAINTAINERS (Write After Approval): Move my contact info
8968         from here...
8969         (OS Port Maintainers): ...to here (netbsd).
8970
8971 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
8972
8973         * MAINTAINERS (Write After Approval): Add myself.
8974
8975 2002-01-17  H.J. Lu  <hjl@gnu.org>
8976
8977         * Makefile.in (all-fastjar): Also depend on all-libiberty.
8978         (all-target-fastjar): Also depend on all-target-libiberty.
8979
8980 2002-01-16  H.J. Lu  (hjl@gnu.org)
8981
8982         * config.guess: Import from master sources, rev 1.225.
8983         * config.sub: Import from master sources, rev 1.238.
8984
8985 2002-01-16  Kazu Hirata  <kazu@hxi.com>
8986
8987         * MAINTAINERS (Write After Approval): Remove myself.
8988
8989 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
8990
8991         * MAINTAINERS (Write After Approval): Add myself.
8992
8993 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8994
8995         * MAINTAINERS: Add self as docs co-maintainer.
8996
8997 2001-12-11  Matthias Klose  <doko@debian.org>
8998
8999         * MAINTAINERS (Write After Approval): Add myself.
9000
9001 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
9002
9003         * MAINTAINERS: Update my email address.
9004
9005 2001-12-07  Turly O'Connor  <turly@apple.com>
9006         * MAINTAINERS (Write After Approval): Add myself.
9007         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
9008         (rs6000_initialize_trampoline): Call __trampoline_setup for
9009         ABI_DARWIN too.
9010         * darwin-tramp.asm: New file, implements __trampoline_setup.
9011         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
9012
9013 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
9014
9015         * MAINTAINERS (Write After Approval): Add myself.
9016
9017 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
9018
9019         * configure, configure.in: Use temp file for long sed commands.
9020
9021 2001-12-03  Laurent Guerby  <guerby@acm.org>
9022
9023         * config.sub: Update to version 1.232 on subversion.
9024
9025 2001-12-03  Ben Elliston  <bje@redhat.com>
9026
9027         * MAINTAINERS: Update mail address for config.* patches.
9028
9029 2001-11-27  DJ Delorie  <dj@redhat.com>
9030             Zack Weinberg  <zack@codesourcery.com>
9031
9032         When build != host, create libiberty for the build machine.
9033
9034         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9035         CONFIG_ARGUMENTS.
9036         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9037         New variables.
9038         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9039         and rules.
9040         (all.normal): Depend on ALL_BUILD_MODULES.
9041         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9042         (all-build-libiberty): Depend on configure-build-libiberty.
9043
9044         * configure: Calculate and substitute proper value for
9045         ALL_BUILD_MODULES.
9046         * configure.in: Create the build subdirectory.
9047         Calculate and substitute TARGET_CONFIGARGS (formerly
9048         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9049
9050 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
9051
9052         * MAINTAINERS (write-after-approval): Add self.
9053
9054 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
9055
9056         * MAINTAINERS (GNATS only accounts): Remove self.
9057
9058 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
9059
9060         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
9061         libf2c.
9062
9063 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
9064
9065         * MAINTAINERS (Write After Approval): Add self.
9066
9067 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
9068
9069         * MAINTAINERS: mips and s390 are also CPU ports.
9070
9071 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
9072
9073         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
9074
9075 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
9076
9077         * MAINTAINERS: Alphabetize.
9078
9079 2001-11-09  Kazu Hirata  <kazu@hxi.com>
9080
9081         * MAINTAINERS (Various maintainers: h8 port): Add myself.
9082
9083 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9084
9085         * MAINTAINERS (Various maintainers: hppa port): Added myself.
9086
9087 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
9088
9089         * configure.in (--enable-languages): Be more permissive about
9090         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
9091
9092 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
9093
9094         * config.sub: Import from master sources, rev. 1.230.
9095         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
9096
9097 2001-11-07  Laurent Guerby  <guerby@acm.org>
9098
9099         * MAINTAINERS (Write After Approval): Add self.
9100
9101 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
9102
9103         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9104
9105 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
9106
9107         * config.sub: Import from master sources, rev 1.226.
9108         * config.guess: Import from master sources, rev 1.216.
9109
9110 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
9111
9112         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
9113         * MAINTAINERS: Add self as maintainer of MMIX port.
9114         Remove old after-approval entry.
9115
9116 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
9117
9118         * ChangeLog, configure: Fix spelling errors.
9119
9120 2001-10-20  Brendan Kehoe  <brendan@zen.org>
9121
9122         * MAINTAINERS: Tweak my address.
9123
9124 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
9125
9126         * MAINTAINERS: Update my email address.
9127
9128 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
9129
9130         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
9131         * MAINTAINERS: Add self as maintainer of CRIS port.
9132
9133 2001-10-10  Geert Bosch  <bosch@gnat.com>
9134
9135         * MAINTAINERS (Various maintainers: Ada front end):
9136         Added Robert Dewar.
9137
9138 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
9139
9140         * MAINTAINERS (Write After Approval): Added self
9141
9142 2001-10-02  Geert Bosch  <bosch@gnat.com>
9143
9144         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9145
9146 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9147
9148         * configure: Handle temporary files securely using mkdir.
9149
9150 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
9151
9152         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9153
9154 2001-09-26  Will Cohen  <wcohen@redhat.com>
9155
9156         * configure.in (*-*-linux*): Disable configuration of target-newlib
9157         and target-libgloss.
9158
9159 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
9160
9161         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
9162         RANLIB.
9163
9164 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
9165
9166         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9167         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9168         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9169         avoid quotes nesting problems.
9170         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9171         (DO_X): Export only variables that are set.
9172
9173 2001-09-19  Ben Elliston  <bje@redhat.com>
9174
9175         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9176         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9177         semantics.  Use the shell built-in "type" command instead.
9178
9179 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
9180
9181         Merged from gcc-3_0-branch:
9182         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
9183         * ltcf-c.sh: Use $objext, not $ac_objext.
9184         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
9185         * ltcf-cxx.sh: Add support for GNU.
9186         2001-07-22  Timothy Wall  <twall@redhat.com>
9187         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
9188         default settings if using GNU tools with that configuration.
9189         * ltcf-cxx.sh: Ditto.
9190         * ltcf-gcj.sh: Ditto.
9191         2001-07-21  Michael Chastain  <chastain@redhat.com>
9192         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9193         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
9194         * ltmain.sh: Mark as gcc-local.
9195
9196 2001-08-30  Eric Christopher  <echristo@redhat.com>
9197             Jason Eckhardt  <jle@redhat.com>
9198
9199         * config.guess: Merge from master sources.
9200         * config.sub: Merge from master sources, add support for mipsisa32.
9201
9202 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
9203         * config.sub: Merge from master sources, rev 1.219.
9204         * MAINTAINERS: Add self as contact for stormy16 port.
9205
9206 2001-08-14  Zack Weinberg  <zackw@panix.com>
9207
9208         * config.sub: Merge from master sources, rev 1.218.
9209         * config.guess: Merge from master sources, rev 1.209.
9210
9211 2001-08-11  Graham Stott  <grahams@redhat.com>
9212
9213         * Makefile.in (check-c++): Add missing semicolon.
9214
9215 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
9216
9217         * MAINTAINERS (Various maitainers: predict.def): Added myself.
9218
9219 2001-07-30  Eric Christopher  <echristo@redhat.com>
9220
9221         * MAINTAINERS (Various maintainers: mips port): Added myself.
9222
9223 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
9224
9225         * configure.in (sh-*-linux*): New.
9226
9227 2001-07-27  Richard Henderson  <rth@redhat.com>
9228
9229         * .cvsignore: Add LAST_UPDATED.
9230
9231 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
9232
9233         * MAINTAINERS (Various maintainers: s390 port): Added myself.
9234
9235 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
9236
9237         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
9238
9239 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
9240
9241         * MAINTAINERS (Write After Approval): Added myself.
9242
9243 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9244
9245         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9246         and libgcj on m68hc11/m68hc12.
9247
9248 2001-06-27  H.J. Lu  (hjl@gnu.org)
9249
9250         * Makefile (CFLAGS_FOR_BUILD): New.
9251         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
9252
9253 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9254
9255         * README: Remove version number.
9256
9257 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9258
9259         * INSTALL/README: Update wrt. to the installation instructions now
9260         residing in gcc/doc/install.texi.
9261
9262 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9263
9264         * README: Replace with a cut-down and updated version of gcc/README.
9265
9266 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
9267
9268         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
9269         multilibs to be disabled.
9270
9271 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
9272
9273         * MAINTAINERS (Write After Approval): Add myself.
9274
9275 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
9276
9277         * config.guess: Import CVS version 1.195.
9278         * config.sub: Import CVS version 1.212.
9279
9280 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
9281
9282         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9283         gcc/xgcc is built, use -print-prog-name to find out the program
9284         name to use.
9285
9286 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
9287
9288         * config.guess:  Import CVS version 1.194.  All gcc-local changes
9289         appear to also be in the master copy.
9290         * config.sub:  Import CVS version 1.211.
9291
9292 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
9293
9294         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9295         with_gcc]: Use `gcc -shared' to build a shared library.
9296
9297 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9298
9299         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9300         archives.
9301
9302 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9303
9304         * MAINTAINERS (Write After Approval): Add myself.
9305
9306 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
9307
9308         * configure.in (libstdcxx_flags): Do not try to execute
9309         libstdc++-v3/testsuite_flags until it exists.
9310
9311 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
9312
9313         * MAINTAINERS: Update my email address.
9314
9315 2001-05-31  Graham Stott  <grahams@redhat.com>
9316
9317         * MAINTAINERS (Write After Approval): Add myself.
9318
9319 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
9320
9321         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
9322         libraries when using g++ with native linker.
9323
9324 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
9325
9326         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9327
9328 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
9329
9330         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9331         [aix4*|aix5*]: Prepend blank.
9332
9333 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
9334
9335         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9336         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
9337         of subdir/configure scripts to use the new libtool.m4.
9338
9339 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
9340
9341         * MAINTAINERS (Write After Approval): Add myself.
9342
9343 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
9344
9345         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
9346
9347 2001-05-11  Ben Elliston  <bje@redhat.com>
9348
9349         * Makefile.in (all-sid): New target.
9350         (check-sid, clean-sid, install-sid): Likewise.
9351
9352 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
9353
9354         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
9355
9356 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9357
9358         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9359         libgcj.
9360
9361 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9362
9363         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9364         gcc/xgcc is built, use -print-prog-name to find out the program
9365         name to use.
9366
9367 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
9368
9369         * configure.in (noconfigdirs): Don't reset it from scratch in the
9370         target case; only append to it.
9371
9372         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9373         sparc-*-solaris2.8]: Disable ${libgcj}.
9374
9375 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
9376
9377         * configure.in (libgcj_saved): Copy from $libgcj.
9378         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9379         --disable-libgcj.
9380
9381 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
9382
9383         * MAINTAINERS: Remove self as MIPS maintainer and
9384         C front end maintainer.
9385
9386 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
9387
9388         * configure.in: Move *-chorusos target case to the proper switch.
9389         Disable libgcj.
9390
9391 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9392
9393         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9394         1.641.2.228.
9395
9396 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9397
9398         * Makefile.in (STAGE1_CFLAGS): Pass down.
9399
9400 2001-04-13  Alan Modra  <amodra@one.net.au>
9401
9402         * config.guess: Add hppa64-linux support.  Note for next import that
9403         this is already in the master file.
9404         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
9405
9406 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9407
9408         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9409         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9410
9411 2001-04-11  Stan Shebs  <shebs@apple.com>
9412
9413         * MAINTAINERS: Add self as Darwin port maintainer.
9414
9415 2001-04-11  Alan Modra  <amodra@one.net.au>
9416
9417         * MAINTAINERS: Update my email address.
9418
9419 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
9420
9421         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9422         recent versions of FreeBSD (release 3 or later).
9423         * ltconfig: On FreeBSD, -lc must not be provided when building
9424         a shared library or else the standard -pthread gcc option is
9425         rendered worthless to later users of the built library.
9426
9427 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
9428
9429         * MAINTAINERS: Add self and RTH as C front end maintainers.
9430
9431 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
9432
9433         * config.sub: Make sure to match an already-canonicalized
9434         machine name (eg. mn10300-unknown-elf).
9435
9436 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
9437
9438         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9439         New macros.
9440         (bootstrap, cross): Use RECURSE_FLAGS.
9441         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9442
9443 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
9444
9445         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9446
9447 2001-03-22  Colin Howell  <chowell@redhat.com>
9448
9449         * Makefile.in (DO_X): Do not backslash single-quotes in
9450         backquotes (two places).
9451
9452 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9453
9454         Re-installed:
9455         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9456         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9457         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9458         * ltcf-cxx.sh: Likewise.
9459         * ltcf-gcj.sh: Likewise.
9460
9461 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9462
9463         * MAINTAINERS: Add myself as "documentation co-maintainer".
9464
9465 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9466
9467         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9468         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9469
9470 2001-03-19  Tom Tromey  <tromey@redhat.com>
9471
9472         * config-ml.in: Handle GCJ and GCJFLAGS.
9473
9474 2001-03-21  Michael Chastain  <chastain@redhat.com>
9475
9476         * Makefile.in: all-m4 depends on all-texinfo.
9477
9478 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
9479
9480         * MAINTAINERS: Add myself to write after approval list.
9481
9482 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
9483
9484         * Makefile.in (DO_X): Quote nested quotes.
9485
9486 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
9487
9488         * MAINTAINERS: Add myself to write after approval list.
9489
9490 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
9491
9492         * Makefile.in (DO_X): Use double quotes for quoting
9493         "RANLIB=$${RANLIB}".
9494
9495 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
9496
9497         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
9498
9499 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
9500
9501         * configure.in: Only use `lang_requires' for languages athat are
9502         actually enabled.
9503
9504 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
9505
9506         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
9507
9508 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
9509
9510         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9511
9512 2001-03-07  Tom Tromey  <tromey@redhat.com>
9513
9514         * configure.in: Allow config-lang.in to set `lang_requires' to list
9515         of other required languages.
9516
9517 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
9518
9519         * Makefile.in: Remove RANLIB definition. Use RANLIB
9520         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
9521         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
9522
9523 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
9524             Alexandre Oliva  <aoliva@redhat.com>
9525
9526         * Makefile.in (check-c++): Use tabs, not spaces.
9527
9528 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
9529
9530         * MAINTAINERS: add myself to Write After Approval list.
9531
9532 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
9533
9534         * Makefile.in (check-c++): New rule.
9535
9536         * configure.in (target_libs): Remove libg++.
9537         (noconfigdirs): Remove libg++.
9538         (noconfigdirs): Same.
9539         (noconfigdirs): Same.
9540         (noconfigdirs): Same.
9541
9542         * config-ml.in: Remove libg++ references.
9543
9544         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
9545         (ALL_TARGET_MODULES): Same.
9546         (configure-target-libg++): Remove.
9547         (all-target-libg++): Remove.
9548         (configure-target-libio): Remove.
9549         (all-target-libio): Remove.
9550         (check-target-libio): Remove.
9551         (.PHONY): Remove.
9552         (libg++.tar.bz2): Remove.
9553         (all-target-cygmon): Remove libio.
9554         (all-target-libstdc++): Remove.
9555         (configure-target-libstdc++): Remove.
9556         (TARGET_LIB_PATH): Remove libstdc++.
9557         (ALL_GCC_CXX): Remove libstdc++.
9558         (all-target-gperf): Correct.
9559
9560 2001-02-16  Nick Clifton  <nickc@redhat.com>
9561
9562         * configure.in (noconfigdirs): Allow configuration of texinfo
9563         for Cygwin hosts.
9564
9565 2001-02-15  Anthony Green  <green@redhat.com>
9566
9567         * configure: Introduce GCJ_FOR_TARGET.
9568         * configure.in: Ditto.
9569         * Makefile.in: Ditto.
9570
9571 2001-02-13  Andreas Schwab  <schwab@suse.de>
9572
9573         * MAINTAINERS: Update mail address.
9574
9575 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9576
9577         * config.guess: Add linux target for S/390.
9578         * config.sub: Likewise.
9579
9580 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
9581
9582         * configure.in: for *-chorusos, don't config target-newlib and
9583         target-libgloss.
9584
9585 2001-02-06  Ben Elliston  <bje@redhat.com>
9586
9587         * configure: Output host type to stdout, not stderr.
9588
9589 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
9590
9591         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
9592         * ltcf-cxx.sh: Likewise.
9593
9594         * config.if: Assume enable_libstdcxx_v3 is defined.
9595
9596 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
9597
9598         Remove V2 C++ library.
9599         * configure.in: Remove --enable-libstdcxx_v3 support.
9600
9601 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
9602
9603         * include/demangle.h: Add prototype for java_demangle_v3.
9604
9605 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
9606
9607         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
9608
9609 2001-01-27  Richard Henderson  <rth@redhat.com>
9610
9611         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
9612
9613 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9614
9615         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9616         Don't unset, it's non-portable and no longer necessary, set to empty
9617         instead.
9618
9619 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9620
9621         * ltconfig: Shell portability fix for the tagname validity check.
9622
9623 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
9624
9625         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9626         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9627
9628 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9629
9630         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9631
9632 2001-01-26  Tom Tromey  <tromey@redhat.com>
9633
9634         * configure.in: Allow libgcj to be built on Sparc Solaris.
9635
9636 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
9637
9638         * ltcf-c.sh: Add aix5 case.
9639         * ltcf-cxx.sh: Likewise.
9640         * ltconfig: Likewise.
9641
9642 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
9643
9644         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9645         keep at least one of build_libtool_libs or build_old_libs set to
9646         yes.
9647
9648         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9649         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9650
9651 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
9652
9653         * configure.in: Enable libgcj on several additional platforms.
9654
9655 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
9656
9657         * configure.in: Enable libgcj for linux targets.
9658
9659 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9660
9661         * MAINTAINERS (Write After Approval): Add myself.
9662
9663 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9664
9665         * MAINTAINERS: Add myself as vax port maintainer.
9666
9667 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
9668
9669         * MAINTAINERS: Add myself as Mercury front-end maintainer.
9670
9671 2001-01-09  Mike Stump  <mrs@wrs.com>
9672
9673         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
9674         failures of subdirectories.
9675
9676 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9677
9678         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9679         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9680         * ltcf-cxx.sh: Likewise.
9681         * ltcf-gcj.sh: Likewise.
9682         * ltconfig.sh: Fix typo.
9683
9684 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9685
9686         * configure: handle DOS-style absolute paths.
9687
9688 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9689
9690         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
9691
9692 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
9693
9694         * MAINTAINERS: Add myself as avr port co-maintainer.
9695
9696 2000-12-28  Ben Elliston  <bje@redhat.com>
9697
9698         * MAINTAINERS: Add myself under ``Write After Approval''.
9699
9700 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
9701
9702         * texinfo: Remove directory from GCC.
9703
9704 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9705
9706         * COPYING: Update to current
9707         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
9708         to 19yy as example year in copyright notice).
9709
9710 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
9711
9712         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
9713         (libstdcxx_incdir): Pass down.
9714         * config.if: Remove expired bits for cxx_interface, add stub.
9715         (libstdcxx_incdir): Add variable for g++ include directory.
9716         * configure.in (gxx_include_dir): Use it.
9717
9718 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
9719
9720         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
9721         with old-email address from ``Write After Approval''.
9722
9723 2000-12-15  Andreas Jaeger  <aj@suse.de>
9724
9725         * configure.in: Handle lang_dirs.
9726
9727 2000-12-14  Tom Tromey  <tromey@redhat.com>
9728
9729         * MAINTAINERS: Removed brads.
9730
9731         * MAINTAINERS: Added gcj developers.
9732
9733 2000-12-13  Anthony Green  <green@redhat.com>
9734
9735         * configure.in: Disable libgcj for any target not specifically
9736         listed.  Disable libgcj for x86 and Alpha Linux until compatible
9737         with g++ abi.
9738
9739 2000-12-13  Mike Stump  <mrs@wrs.com>
9740
9741         * Makefile.in (local-distclean): Also remove fastjar.
9742
9743 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
9744
9745         * contrib/gcc_update: Add fastjar --touch entries.
9746
9747 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
9748
9749         * configure.in: Disable language-specific target libraries for
9750         languages that aren't enabled.
9751
9752 2000-12-10  Anthony Green  <green@redhat.com>
9753
9754         * configure.in: Define libgcj.  Disable libgcj target libraries for
9755         most targets.
9756
9757 2000-12-10  Neil Booth  <neilb@earthling.net>
9758
9759         * MAINTAINERS: Update mail address, remove from WAA list.
9760
9761 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9762
9763         * libjava: Imported from /cvs/java.
9764         * libffi: Likewise.
9765         * Boehm-gc: Likewise.
9766
9767 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9768
9769         * configure.in (target_libs): Revert 2000-12-08 patch.
9770         (noconfigdirs): Added target-libjava.
9771
9772 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
9773
9774         * djunpack.bat: removed.
9775
9776 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
9777
9778         * Makefile.in: handle DOS-style absolute paths.
9779         * config-ml.in: likewise.
9780         * symlink-tree: likewise.
9781
9782 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9783
9784         * fastjar: Imported.
9785
9786 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9787
9788         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
9789         libjava.
9790         * configure.in (target_libs): Removed `target-libjava'.
9791
9792 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9793
9794         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
9795         (ALL_MODULES): Added fastjar.
9796         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
9797         (all-target-libjava): all-fastjar replaces all-zip.
9798         (all-fastjar): Added.
9799         (configure-target-fastjar, all-target-fastjar): Likewise.
9800         * configure.in (host_tools): Added fastjar.
9801
9802 2000-12-07  Mike Stump  <mrs@wrs.com>
9803
9804         * Makefile.in (local-distclean): Remove leftover built files.
9805
9806 2000-11-24  Nick Clifton  <nickc@redhat.com>
9807
9808         * configure.in (xscale-elf): Add target.
9809         (xscale-coff): Add target.
9810
9811 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
9812
9813         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9814         recent versions of FreeBSD (release 3 or later).
9815         * ltconfig: On FreeBSD, -lc must not be provided when building
9816         a shared library or else the standard -pthread gcc option is
9817         rendered worthless to later users of the built library.
9818
9819 2000-11-16  Fred Fish  <fnf@be.com>
9820
9821         * configure.in (enable_libstdcxx_v3): Fix typo,
9822         libstd++ -> libstdc++.
9823
9824 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9825
9826         * MAINTAINERS: Add self to Write After Approval list.
9827
9828 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
9829
9830         * MAINTAINERS: Update my email address.  Add myself to global write
9831         privs list.
9832
9833 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
9834
9835         * Makefile.in: Merge with src and libgcj.
9836         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
9837         configure-target-<library> when their configure scripts need the C
9838         or C++ library to have already been built to work properly.
9839         (do_proto_toplev): Set them to an empty string.
9840
9841         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9842         (REALLY_SET_LIB_PATH): Use them.
9843
9844 2000-11-17  Stan Shebs  <shebs@apple.com>
9845
9846         * MAINTAINERS: Add self to Write After Approval list.
9847
9848 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9849
9850         * configure: Provide the original toplevel configure arguments
9851         (including $0) to subprocesses in the environment rather than
9852         through gcc/configargs.h.
9853
9854 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9855
9856         * MAINTAINERS: Remove references to cccp. Change C9X reference to
9857         C99.  Alphabetise "Write After Approval" list.
9858
9859 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
9860
9861         * configure: Turn on libstdc++ V3 by default.
9862
9863         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
9864         if we've got GCC.
9865
9866 2000-11-11  Philip Blundell  <philb@gnu.org>
9867
9868         * MAINTAINERS: Add self to Write After Approval list.
9869
9870 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
9871
9872         * ltcf-c.sh (aix4): Improve shared library configuration; require
9873         exporting symbols.
9874         * ltcf-cxx.sh (aix4): Define.
9875         * ltconfig (aix4): Define library and soname specs appropriate for
9876         AIX.  Define command to create export symbols list.
9877
9878 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
9879
9880         * config.sub: Add support for Sun Chorus
9881
9882 2000-10-31  Nick Clifton  <nickc@redhat.com>
9883
9884         * MAINTAINERS: Rename <name>@cygnus.com addresses to
9885         <name>@redhat.com.  Also installed new email address for Clint
9886         Popetz.
9887
9888 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
9889
9890         * etc: Remove directory from GCC.
9891
9892 2000-10-16  Michael Meissner  <meissner@redhat.com>
9893
9894         * configure (gcc/configargs.h): Only create if there is a build GCC
9895         directory created.
9896
9897 2000-10-16  Matthias Klose  <doko@debian.org>
9898
9899         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
9900         when configured for libstdc++-v3.
9901
9902 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
9903
9904         * configure: Save configure arguments to gcc/configargs.h.
9905
9906 2000-10-04  Philipp Thomas  <pthomas@suse.de>
9907
9908         * config.guess: Import CVS version 1.157.
9909         * config.sub: Import CVS version 1.181.
9910
9911 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
9912
9913         * Makefile.in (bootstrap): avoid recursion if subdir missing
9914         (cross): ditto
9915         (do-proto-toplev): ditto
9916
9917 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
9918
9919         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
9920         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
9921
9922         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
9923         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
9924         all affected `configure' scripts.
9925
9926 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
9927
9928         * MAINTAINERS: Add self as cpplib co-maintainer.
9929
9930 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
9931
9932         * MAINTAINERS: Add self to Write After Approval list.
9933
9934 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9935
9936         * INSTALL/README: egcs -> GCC update.
9937
9938 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
9939
9940         * MAINTAINERS: Add myself to Write After Approval list.
9941
9942 2000-09-15  Kazu Hirata  <kazu@hxi.com>
9943
9944         * MAINTAINERS: Add myself to Write After Approval list.
9945
9946 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
9947
9948         * configure.in: Do not build byacc for hppa64.  Provide paths to the
9949         X11 libraries for hppa64.
9950
9951 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9952
9953         * MAINTAINERS: Add myself as 68hc11 port maintainer.
9954
9955 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
9956
9957         * Makefile.in (all-zlib): Added dummy target.
9958
9959         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9960         ltcf-gcj.sh: Updated from libtool multi-language branch.
9961
9962 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
9963
9964         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9965         (bootstrap*): Depend on all-bootstrap.
9966
9967 2000-09-05  Philipp Thomas  <pthomas@suse.de>
9968
9969         * config.guess: Import CVS version 1.156.
9970         * config.sub: Import CVS version 1.179.
9971
9972 2000-09-02  Anthony Green  <green@cygnus.com>
9973
9974         * Makefile.in (all-gcc): Depend on all-zlib.
9975         (CLEAN_MODULES): Add clean-zlib.
9976         (ALL_MODULES): Add all-zlib.
9977         * configure.in (host_libs): Add zlib.
9978
9979 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
9980
9981         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9982         crosses, but add gcc/include to the header search path for them.
9983
9984 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
9985
9986         * MAINTAINERS: Add self to Write After Approval list.
9987
9988 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9989
9990         * config.guess: Import CVS version 1.152.
9991         * config.sub: Import CVS version 1.177.
9992
9993 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
9994
9995         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
9996         $targargs to tell whether newlib is going to be built.
9997
9998         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
9999         $$r/TARGET_SUBDIR/libio for _G_config.h.
10000
10001 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
10002
10003         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
10004
10005 2000-08-22  DJ Delorie  <dj@redhat.com>
10006
10007         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
10008
10009 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
10010
10011         * config-ml.in (CC, CXX): Avoid trailing whitespace.
10012         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
10013         sub-configures.
10014
10015 2000-08-21  DJ Delorie  <dj@redhat.com>
10016
10017         * MAINTAINERS: Add self as a libiberty maintainer
10018
10019 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
10020
10021         * configure.in (libstdcxx_flags): Use
10022         libstdc++-v3/src/libstdc++.INC.
10023
10024 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
10025
10026         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
10027
10028 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
10029
10030         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
10031
10032         * configure: Make enable_threads and enable_shared defaults
10033         explicit.  Substitute enable_threads into generated Makefiles.
10034         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10035         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
10036
10037 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
10038
10039         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
10040
10041 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
10042
10043         * config-ml.in (CC): Remove bogus duplicate quotation mark from
10044         previous delta.
10045
10046 2000-08-11  Jason Merrill  <jason@redhat.com>
10047
10048         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
10049         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
10050         (FLAGS_FOR_TARGET): Not here.
10051         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
10052
10053 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
10054
10055         * config-ml.in (CC, CXX): Don't introduce a leading space.
10056
10057 2000-08-07  DJ Delorie  <dj@delorie.com>
10058
10059         * MAINTAINERS: Add self as a DJGPP maintainer
10060
10061 2000-08-07  DJ Delorie  <dj@redhat.com>
10062
10063         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
10064         "if we're also building gcc, and it's a gcc that will run on the
10065         build machine, we want to use its includes instead of the system's
10066         default includes".
10067
10068 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10069
10070         * MAINTAINERS: Add self to Write After Approval list.
10071
10072 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
10073
10074         * configure.in (libstdcxx_flags): Don't use `"'.
10075
10076         * config-ml.in: Adjust multilib search paths to the
10077         appropriate multilib tree.
10078
10079 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
10080
10081         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
10082         commas in $LANGUAGES.
10083
10084 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
10085
10086         * configure.in: Re-enable all references to libg++ and librx.
10087
10088 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
10089
10090         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
10091         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
10092         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
10093         * ltcf-cxx.sh (need_lc): Set based on postdeps.
10094
10095         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
10096
10097 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
10098
10099         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
10100         CXX_FOR_TARGET for sed.
10101
10102 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
10103
10104         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
10105         Do not override if already set in the environment or in configure.
10106         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
10107         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
10108
10109 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
10110
10111         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
10112         the libtool CVS tree multi-language branch.
10113         * ltconfig, ltmain.sh: Updated.
10114
10115 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
10116
10117         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
10118         (clean-target): Depend on it.
10119
10120         * Makefile.in (FLAGS_FOR_TARGET): New macro.
10121         (GCC_FOR_TARGET): Use it.
10122         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
10123         * configure.in: ... here.
10124         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
10125         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
10126
10127 2000-07-24  Eric Christopher  <echristo@cygnus.com>
10128
10129         * MAINTAINERS: Add self to Write After Approval list.
10130
10131 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
10132
10133         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
10134         (configure-target-libchill, configure-target-libobjc): Likewise.
10135
10136         * configure.in: Use the same cache file for all target libs.
10137         * config-ml.in: But different cache files per multilib variant.
10138
10139 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10140
10141         * configure (topsrcdir): Don't use dirname.
10142
10143 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
10144
10145         * MAINTAINERS: Add self to Write After Approval list.
10146
10147 2000-07-20  Jason Merrill  <jason@redhat.com>
10148
10149         * configure.in: Remove all references to libg++ and librx.
10150
10151         * configure, configure.in, Makefile.in: Unify gcc and binutils.
10152
10153 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
10154
10155         * config.sub: Update to subversions version 2000-07-06.
10156
10157 2000-07-12  Andrew Haley  <aph@cygnus.com>
10158
10159         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
10160         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
10161
10162 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
10163
10164         * symlink-tree:  Check number of arguments.
10165
10166 2000-07-05  Jim Wilson  <wilson@cygnus.com>
10167
10168         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
10169         search path for a g++ extracted from the build tree.  This
10170         will allow link tests run by configure scripts in
10171         subdirectories to succeed.
10172
10173 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
10174
10175         * ltconfig: Add support for mips-dde-sysv4.2MP
10176
10177 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10178
10179         * MAINTAINERS: Add myself as loop discovery maintainer.
10180
10181 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
10182
10183         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
10184         `os2'. Force ac_cv_exeext to be ".exe" in that case.
10185
10186 2000-06-19  Timothy Wall  <twall@cygnus.com>
10187
10188         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
10189         * config.sub: Add tic54x target.
10190
10191 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10192
10193         * MAINTAINERS: Add self as Fortran maintainer,
10194         remove Craig Burley.
10195
10196 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10197
10198         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
10199         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
10200
10201 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
10202
10203         * MAINTAINERS: Add self as i18n maintainer
10204
10205 20000-05-21  H.J. Lu  (hjl@gnu.org)
10206
10207         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
10208         directory are used if they exist. Make sure
10209         $(build_tooldir)/include is searched for header files,
10210         $(build_tooldir)/lib/ for library files.
10211         (GCC_FOR_TARGET): Likewise.
10212         (CXX_FOR_TARGET): Likewise.
10213
10214 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
10215
10216         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
10217
10218 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
10219
10220         * Makefile.in (configure-target-libiberty): Depend on
10221         configure-target-newlib.
10222
10223 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
10224
10225         * configure.in, Makefile.in: Merge all libffi-related
10226         configury stuff from the libgcj tree.
10227
10228 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10229
10230         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10231         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
10232
10233 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10234
10235         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10236         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
10237         current version information.  Add to proto-toplev directory.
10238         (gdb-taz): Build do-djunpack.
10239
10240 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
10241
10242         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
10243
10244 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10245
10246         * MAINTAINERS: Add self to Write After Approval list.
10247
10248 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10249
10250         * ltmain.sh: Preserve in relink_command any environment
10251         variables that may affect the linker behavior.
10252
10253 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
10254
10255         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
10256
10257 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
10258
10259         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
10260
10261 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
10262
10263         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
10264         with the version name.
10265
10266 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
10267
10268         * MAINTAINERS: Add self as bb-reorder maintainer.
10269
10270 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
10271
10272         * config.if: Tweak.
10273
10274 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
10275
10276         * djunpack.bat: New file.
10277
10278 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10279
10280         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
10281         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
10282         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
10283         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
10284
10285 2000-04-16  Dave Pitts  <dpitts@cozx.com>
10286
10287         * config.sub (case $basic_machine): Change default for "ibm-*"
10288         to "openedition".
10289
10290 2000-04-13  Andreas Jaeger  <aj@suse.de>
10291
10292         * MAINTAINERS: Added myself.
10293
10294 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10295
10296         * Makefile.in (gdb-taz): New target.  GDB specific archive.
10297         (do-md5sum): New target.
10298         (MD5PROG): Define.
10299         (PACKAGE): Default to TOOL.
10300         (VER): Default to a shell script.
10301         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
10302         md5 checksum generation.
10303         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
10304         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
10305         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
10306         insight.tar.bz2): Use gdb-taz to create archive.
10307
10308 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10309
10310         * configure (warn_cflags): Delete.
10311
10312 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
10313
10314         * MAINTAINERS: Added myself.
10315
10316 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
10317             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
10318
10319         * configure.in (enable_libstdcxx_v3): Add.
10320         (target_libs): Add bits here to switch between libstdc++-v2 and
10321         libstdc++-v3.
10322         * config.if: And this file too.
10323         * Makefile.in: Add libstdc++-v3 targets.
10324
10325 2000-04-05  Michael Meissner  <meissner@redhat.com>
10326
10327         * config.sub (d30v): Add d30v as a basic machine type.
10328
10329 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
10330
10331         * configure.in: -linux-gnu*, not -linux-gnu.
10332
10333 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10334
10335         * MAINTAINERS: Add self in write-after-approval section.
10336
10337 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
10338
10339         * MAINTAINERS: Add self as ia64 port maintainer.
10340
10341 2000-03-08  Neil Booth  <NeilB@earthling.net>
10342
10343         * MAINTAINERS: Add self in write-after-approval section.
10344
10345 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10346
10347         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
10348         (do-tar-bz2): Replace TOOL with PACKAGE.
10349         (gdb.tar.bz2): Remove GDBTK from GDB package.
10350         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
10351         dejagnu.tar.bz2): New packages.
10352
10353 2000-02-27  Andreas Jaeger  <aj@suse.de>
10354
10355         * configure.in: Add entry for mips*-*-linux*, move catch all
10356         *-*-*linux* entry below this one.
10357
10358 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
10359
10360         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
10361
10362 2000-02-24  Nick Clifton  <nickc@cygnus.com>
10363
10364         * config.sub: Support an OS of "wince".
10365
10366 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10367
10368         * config.guess, config.sub: Updated to match config's 2000-02-15
10369         version.
10370
10371 2000-02-23  Linas Vepstas  <linas@linas.org>
10372
10373         * config.sub: Add support for Linux/IBM 370.
10374         * configure.in: Likewise.
10375
10376 2000-02-22  Nick Clifton  <nickc@cygnus.com>
10377
10378         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
10379
10380 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
10381
10382         * config.guess: Guess "cygwin" rather than "cygwin32".
10383
10384 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10385
10386         * configure (gcc_version): When setting, narrow search to
10387         lines containing `version_string'.
10388
10389 2000-02-15  Denis Chertykov  <denisc@overta.ru>
10390
10391         * config.sub: Add support for avr target.
10392
10393 2000-02-14  Nick Clifton  <nickc@cygnus.com>
10394
10395         * MAINTAINERS: Add maintainers for MCore port.
10396
10397 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
10398
10399         * config.sub: Add mmix-knuth-mmixware.
10400
10401 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10402
10403         * MAINTAINERS: Pair cccp with cpplib maintainership.
10404
10405 2000-01-27  Christopher Faylor  <cgf@redhat.com>
10406
10407         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
10408         structure stuff to -L library search.
10409         (CXX_FOR_TARGET): Ditto.
10410         (CROSS_CHECK_MODULES): Fix spelling mistake.
10411
10412 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
10413
10414         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
10415         the C++ compiler.
10416
10417 2000-01-12  Richard Henderson  <rth@cygnus.com>
10418
10419         * configure.in: Don't build some bits for beos.
10420
10421 2000-01-12  Joel Sherrill (joel@OARcorp.com)
10422
10423         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
10424         as include files.
10425
10426 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
10427
10428         * Add self as cpplib maintainer, as requested by Jason
10429         Merrill.  Correct my e-mail address.
10430
10431 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
10432
10433         * configure.in: Use mt-aix43 to handle *_TARGET defs,
10434         not mh-aix43.
10435
10436 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
10437
10438         * MAINTAINERS: Add myself to "write after approval" list.
10439
10440 1999-12-14  Richard Henderson  <rth@cygnus.com>
10441
10442         * config.guess (alpha-osf, alpha-linux): Detect ev67.
10443         * config.sub: Accept alphaev[78], alphaev8.
10444
10445 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10446
10447         * config.guess, config.sub: Update from autoconf.
10448
10449 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
10450
10451         * MAINTAINERS:  update my playtime e-address.
10452
10453 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10454
10455         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
10456         necessary libraries are missing.
10457
10458 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
10459
10460         * MAINTAINERS: Add new 'write after approval' maintainer.
10461
10462 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10463
10464         * MAINTAINERS: Add new Java maintainer.
10465
10466 1999-10-25  Andreas Schwab  <schwab@suse.de>
10467
10468         * configure: Fix quoting inside arguments of eval.
10469
10470 1999-10-21  Nick Clifton  <nickc@cygnus.com>
10471
10472         * config-ml.in: Allow suppression of some ARM multilibs.
10473
10474 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
10475
10476         * config.guess: Add OS/390 match pattern.
10477         * config.sub: Add mvs, openedition targets.
10478         * configure.in (i370-ibm-opened*): New.
10479
10480 1999-09-04  Steve Chamberlain  <sac@pobox.com>
10481
10482         * config.sub: Add support for configuring for pj.
10483
10484 1999-08-31  Nick Clifton  <nickc@cygnus.com>
10485
10486         * config.sub (maybe_os): Add support for configuring for fr30.
10487
10488 1999-08-25  Nick Clifton  <nickc@cygnus.com>
10489
10490         * configure.in: Do not configure or build ld for AIX
10491         platforms.  ld is known to be broken on these platforms.
10492
10493 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10494
10495         * config-ml.in: Pass compiler flag corresponding to multidirs to
10496         subdir configures.
10497
10498 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
10499
10500         * Makefile.in (LDFLAGS): Define.
10501
10502 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
10503
10504         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
10505         noconfigdirs.
10506         (*-*-cygwin*): Likewise.
10507
10508 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
10509
10510         * mkdep: New file.
10511         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
10512         (BINUTILS_SUPPORT_DIRS): Add mkdep.
10513
10514         From Eli Zaretskii <eliz@is.elta.co.il>:
10515         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
10516         long file name when using DJGPP on MS-DOS.
10517
10518 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
10519
10520         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
10521
10522 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
10523
10524         * Makefile.in (check-target-libio): Remove all-target-libstdc++
10525         dependency as this causes "make check" to globally "make all"
10526
10527 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
10528
10529         * configure.in (target_libs): Added target-zlib.
10530         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
10531         (CONFIGURE_TARGET_MODULES): Likewise.
10532         (CHECK_TARGET_MODULES): Likewise.
10533         (INSTALL_TARGET_MODULES): Likewise.
10534         (CLEAN_TARGET_MODULES): Likewise.
10535         (configure-target-zlib): New target.
10536         (all-target-zlib): Likewise.
10537         (all-target-libjava): Depend on all-target-zlib.
10538         (configure-target-libjava): Depend on configure-target-zlib.
10539
10540         * Makefile.in (configure-target-libjava): Depend on
10541         configure-target-newlib.
10542         (configure-target-boehm-gc): New target.
10543         (configure-target-qthreads): New target.
10544
10545         * configure.in (target_libs): Added target-qthreads.
10546         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
10547         (CONFIGURE_TARGET_MODULES): Likewise.
10548         (CHECK_TARGET_MODULES): Likewise.
10549         (INSTALL_TARGET_MODULES): Likewise.
10550         (CLEAN_TARGET_MODULES): Likewise.
10551         (all-target-qthreads): New target.
10552         (configure-target-libjava): Depend on configure-target-qthreads.
10553         (all-target-libjava): Depend on all-target-qthreads.
10554
10555         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
10556         (CONFIGURE_TARGET_MODULES): Likewise.
10557         (CHECK_TARGET_MODULES): Likewise.
10558         (INSTALL_TARGET_MODULES): Likewise.
10559         (CLEAN_TARGET_MODULES): Likewise.
10560         (all-target-libjava): New target.
10561         (all-target-boehm-gc): Likewise.
10562         * configure.in (target_libs): Added libjava, boehm-gc.
10563
10564 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
10565
10566         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10567         configure.bat in SUPPORT_FILES.
10568         (gas+binutils.tar.bz2): Likewise.
10569
10570         * makeall.bat: Remove; obsolete.
10571
10572 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
10573
10574         From Mark Elbrecht:
10575         * configure.bat: Remove; obsolete.
10576
10577 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
10578
10579         * configure: Add -W -Wall to the default CFLAGS when compiling with
10580         gcc.
10581
10582 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
10583
10584         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10585
10586 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
10587
10588         * configure.in: Build ld on IRIX6.
10589
10590 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
10591
10592         * Makefile.in: Change distribution targets to use bzip2 instead of
10593         gzip.
10594         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
10595         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
10596
10597 1999-06-04  Nick Clifton  <nickc@cygnus.com>
10598
10599         * config.sub: Add mcore target.
10600
10601 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
10602
10603         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10604
10605 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
10606
10607         * config.guess (dummy): Changed to $dummy.
10608
10609 1999-05-24  Nick Clifton  <nickc@cygnus.com>
10610
10611         * config.sub: Tidied up case statements.
10612
10613 1999-05-22  Ben Elliston  <bje@cygnus.com>
10614
10615         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10616         <jiro@din.or.jp>.
10617
10618         * config.guess: Merge with FSF version. Future changes will be
10619         more accurately recorded in this ChangeLog.
10620         * config.sub: Likewise.
10621
10622 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
10623
10624          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
10625
10626 1999-04-30  Tom Tromey  <tromey@cygnus.com>
10627
10628         * ltmain.sh: [mode link] Always use CC given by ltconfig.
10629
10630 1999-04-23  Tom Tromey  <tromey@cygnus.com>
10631
10632         * ltconfig, ltmain.sh: Update to libtool 1.2f.
10633
10634 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
10635
10636         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
10637         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
10638         Bad merge removed these two changes.
10639
10640 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
10641                           Martin Heller (Ing.-Buero_Heller@t-online.de)
10642
10643         * config.guess (interix Alpha): Add.
10644
10645 1999-04-11  Richard Henderson  <rth@cygnus.com>
10646
10647         * configure.in (i?86-*-beos*): Do config gperf; don't config
10648         gdb, newlib, or libgloss.
10649
10650 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
10651
10652         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
10653         link a trivial program with -mabi=64.  If it fails, remove mabi=64
10654         from multidirs.
10655
10656 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
10657
10658         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
10659
10660 1999-04-08  Nick Clifton  <nickc@cygnus.com>
10661
10662         * config.sub: Add support for mcore targets.
10663
10664 1999-04-07  Michael Meissner  <meissner@cygnus.com>
10665
10666         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
10667         not mt-ospace, in order to shut up assembler warning about using
10668         symbols that are named the same as registers.
10669
10670 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
10671
10672         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10673         dependency list for all-target-cygmon.
10674
10675 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
10676
10677         * config-ml.in: Check $host, not $target, for selective multilibs.
10678         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10679         thumb interworking, and underscore prefix multilibs.
10680
10681 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
10682
10683         * missing: Update to version from current automake.
10684
10685 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
10686
10687         * configure (gxx_include_dir): Removed.
10688
10689         * configure.in (gxx_include_dir): Handle it.
10690         * Makefile.in: Likewise.
10691
10692 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
10693
10694         * config.sub (mips64vr4111,mips64vr4111el) Add.
10695
10696 1999-03-21  Ben Elliston  <bje@cygnus.com>
10697
10698         * config.guess: Correct typo for detecting ELF on FreeBSD.
10699
10700 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
10701
10702         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10703         config/mh-djgpp.
10704
10705 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
10706
10707         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10708         all-target-newlib to dependency list for all-target-bsp.
10709
10710 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10711
10712         * config.sub: Add i386-uwin support.
10713         * config.guess: Likewise.
10714
10715 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10716
10717         * configure.in: cleanup, add mh-*pic handling for arm, special
10718         case powerpc*-*-aix*
10719
10720 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10721
10722         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10723         can be built.
10724
10725 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
10726
10727         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10728         targets.
10729
10730 1999-03-02  Nick Clifton  <nickc@cygnus.com>
10731
10732         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10733
10734 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
10735
10736         * config.sub: Check for "cygwin*" rather than "cygwin32*"
10737
10738 1999-02-24  Nick Clifton  <nickc@cygnus.com>
10739
10740         * config.sub: Fix typo in arm recognition.
10741
10742 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
10743
10744         * configure.in (noconfigdirs): Changed target_configdirs to
10745         include target-bsp only for m68k-*-elf* and m68k-*-coff*
10746         rather than m68k-*-* since it is not known to work on
10747         m68k-aout. Ditto for arm-*-*oabi.
10748
10749 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
10750
10751         * configure.in (*-*-windows*): Remove, no longer used.
10752
10753 1999-02-19  Ben Elliston <bje@cygnus.com>
10754
10755         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10756         Smart and improved by Andrew Cagney.
10757
10758 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
10759
10760         * config.guess: Recognize openbsd-*-hppa.
10761
10762 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
10763
10764         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10765         only if it is not empty.
10766
10767 1999-02-17  Nick Clifton  <nickc@cygnus.com>
10768
10769         Patch from: Scott Bambrough <scottb@corelcomputer.com>
10770
10771         * config.guess: Modified to recognize uname's armv* syntax.
10772
10773         * config.sub: Modified to recognize uname's armv* syntax.
10774
10775 1999-02-17  Mark Salter  <msalter@cygnus.com>
10776
10777         * configure.in: Added target-bsp for sparclite.
10778
10779 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
10780
10781         * config.sub: Recognize alphapca5[67] and up to alphaev8.
10782
10783 1999-02-08  Nick Clifton  <nickc@cygnus.com>
10784
10785         * configure.in: Add support for strongarm port.
10786         * config.sub: Add support for strongarm target.
10787
10788 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10789
10790         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10791         the old name config/mh-cygwin32.
10792         Enable texinfo.
10793
10794 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
10795
10796         * configure.in: Do build ld for ix86 Solaris.
10797
10798 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
10799
10800         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
10801         $AR_FOR_TARGET.  Likewise for RANLIB.
10802
10803 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
10804
10805         * config.sub (oabi):  Recognize.
10806         * configure.in (arm-*-oabi):  Handle.
10807
10808 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
10809
10810         * config.guess: Improve detection of i686 on UnixWare 7.
10811
10812 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10813
10814         * config.guess: Add support for i386-pc-interix.
10815         * config.sub: Likewise.
10816         * configure.in: Likewise.
10817
10818 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
10819
10820         * Makefile.in: Remove unneeded all-target-libio from
10821         from all-target-winsup target since it is now unneeded.
10822         Add all-target-libtermcap in its place since it is now
10823         needed.
10824
10825 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
10826
10827         * configure.in: makefile stub for cygwin target is probably
10828         unnecessary.  Remove it for now.
10829
10830 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
10831
10832         * configure.in: libtermcap.a should be built when cygwin is the
10833         target as well as the host.
10834         * config.guess: Allow mixed case in cygwin uname output.
10835         * Makefile.in: Add libtermcap target.
10836
10837 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
10838
10839         * config.sub: Clean up handling of hppa2.0.
10840
10841 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
10842
10843         * config.guess: Use C code to identify more HP machines.
10844
10845 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
10846
10847         * config.sub: Handle hppa2.0.
10848
10849 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
10850
10851         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10852         cygmon for all sparclite targets, regardless of object format.
10853
10854 1998-12-15  Mark Salter  <msalter@cygnus.com>
10855
10856         * configure.in: Added target-bsp for several target architectures.
10857
10858         * Makefile.in: Added rules for bsp.
10859
10860 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
10861
10862         * config.guess: Improve detection of hppa2.0 processors.
10863
10864 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
10865
10866         * config.guess: Recognize FreeBSD using ELF automatically.
10867
10868 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
10869
10870         * configure (skip-this-dir): Add handling for new shell script, which
10871         might be created by a sub-directory's configure to indicate, this particular
10872         directory is "unwanted".
10873         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10874
10875 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
10876
10877         * ltconfig: import from libtool, after changing libtool to
10878         account for the cygwin name change.
10879
10880 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
10881
10882         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10883         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10884
10885 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
10886
10887         * configure.in: Add libtermcap to list of cygwin dependencies.
10888
10889 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
10890
10891         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10892         they include winsup/include when it's a cygwin target.
10893
10894 1998-11-12  Tom Tromey  <tromey@cygnus.com>
10895
10896         * configure.in (host_tools): Added zip.
10897         * Makefile.in (all-target-libjava): Depend on all-zip.
10898         (all-zip): New target.
10899         (ALL_MODULES): Added all-zip.
10900         (NATIVE_CHECK_MODULES): Added check-zip.
10901         (INSTALL_MODULES): Added install-zip.
10902         (CLEAN_MODULES): Added clean-zip.
10903
10904 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
10905
10906         * Makefile.in: lose "32" from comment about cygwin.
10907
10908 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
10909
10910         * configure.in: Use -Os to build target libraries for the fr30.
10911
10912 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
10913
10914         * config.sub: Add fr30.
10915
10916 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
10917
10918         * configure.in: drop "32" from config/mh-cygwin32.  Check
10919         cygwin* instead of cygwin32*.
10920         * config.sub: Check cygwin* instead of cygwin32*.
10921
10922 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
10923
10924         * config.guess: Match any version of Unixware7.
10925
10926 1998-10-20  Syd Polk  <spolk@cygnus.com>
10927
10928         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10929         if desired.
10930
10931 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
10932
10933         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10934         these if the appropriate directories and files to not exist.
10935
10936 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
10937
10938         * Makefile.in (DEVO_SUPPORT): Add config.if.
10939
10940 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10941
10942         * configure: Add pattern to replace "build_tooldir"'s
10943         definition in the generated Makefile with "tooldir"'s
10944         actual value.
10945
10946 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
10947
10948         * config.sub: Bring back lost sparcv9.
10949
10950         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10951
10952 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
10953
10954         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10955         CC_FOR_TARGET and friends.
10956
10957 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
10958
10959         * Makefile.in (build_tooldir): New variable, same as tooldir.
10960         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10961         -B$(build_tooldir)/bin/.
10962         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10963
10964 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10965
10966         * README: Remove installation instructions and refer to the
10967         INSTALL directory instead.
10968
10969 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
10970
10971         * config.sub: Add support for i[34567]86-pc-udk.
10972         * configure.in: Likewise.
10973
10974 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
10975
10976         * Makefile.in: add bzip2 package building bits for user
10977         tools module
10978         * configure.in: ditto
10979
10980 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
10981
10982         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10983         (ALL_TARGET_MODULES): Add all-target-libobjc.
10984         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10985         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10986         (all-target-libchill): Add dependencies.
10987         * configure.in (target_libs): Add libchill.
10988
10989 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
10990
10991         * configure.in (target_subdir): Remove duplicate line.
10992
10993 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
10994
10995         * Makefile.in (all-automake): fix dependencies.
10996
10997 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
10998
10999         * configure.in: Minor cleanups for building in the $(target_alias)
11000         subdir.
11001
11002 1998-09-22  Jim Wilson  <wilson@cygnus.com>
11003
11004         * Makefile.in (bootstrap): Set r and s before make all.  Use
11005         BASE_FLAGS_TO_PASS in make all.
11006         (cross): Likewise.
11007
11008 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
11009
11010         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
11011
11012 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
11013
11014         * config.sub: Fix typo in last change.
11015
11016 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11017
11018         * config.sub: Add support for C4x target.
11019         * configure.in: Likewise.
11020
11021 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
11022
11023         * config.sub: Recognize sparcv9 just like sparc64.
11024
11025 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
11026
11027         * config.guess: Match "Pent II" or "PentII" for OpenServer.
11028
11029 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
11030
11031         * config.guess: Correctly identify Pentium II sco boxes.
11032
11033         * config.guess: Fix "tr" code.  From Weiwen Liu.
11034
11035 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
11036
11037         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
11038         stabs.
11039
11040 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
11041
11042         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
11043         (ALL_TARGET_MODULES): Add all-target-libchill.
11044         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11045         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11046         (all-target-libchill): Add dependencies.
11047         * configure.in (target_libs): Add libchill.
11048
11049 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
11050
11051         * config.guess: Avoid assumptions about "tr" behaves when
11052         LANG is set to something other than English.
11053
11054 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
11055
11056         * configure (gxx_include_dir): Changed to
11057         '${prefix}/include/g++'-${libstdcxx_interface}.
11058
11059         * config.if: New to determine the interfaces.
11060
11061 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
11062
11063         * config.guess: Detect and handle MPE/IX.
11064         * config.sub: Deal with MPE/IX.
11065
11066 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
11067
11068         * configure.in: Use mh-aix43.
11069
11070 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
11071
11072         * configure: Fix --without/--disable cases for gxx-include-dir.
11073
11074 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
11075
11076         * mdata-sh:  Imported.  Needed for automake support.
11077
11078 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
11079
11080         * Makefile.in (taz): Try "chmod -R og=u ." before
11081         "chmod og=u `find . -print`".
11082
11083 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
11084
11085         * configure.in: Add arm-elf and thumb-elf support.
11086
11087 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
11088
11089         * Makefile.in: Undo previous patch.
11090
11091 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
11092
11093         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
11094         to here ...
11095         (install-no-fixedincludes): and here
11096         (INSTALL_MODULES): ... from here.
11097
11098 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11099
11100         * config.sub: Merge with FSF.
11101
11102         * config.guess: Merge with FSF.
11103
11104 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
11105
11106         * configure (extraconfigdirs): New variable.
11107         (SUBDIRS): Add extraconfigdirs and recurse on them too.
11108         * Makefile.in (all): Move higher in file.
11109         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
11110         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
11111         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
11112         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
11113         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
11114
11115 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
11116
11117         * Makefile.in (all-target-libjava): Depend on all-gcc and
11118         all-target-newlib.
11119         (configure-target-libjava): Depend on $(ALL_GCC).
11120
11121 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
11122
11123         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
11124         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
11125
11126 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
11127
11128         * INSTALL/README: Fix typo.
11129
11130 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11131
11132         * ylwrap: Change absolute path checks to check for DOS style path
11133         names.
11134
11135         * ylwrap: Don't use a full path name if the source file is in the
11136         same directory.  From hjl@lucon.org (H.J. Lu).
11137
11138         * config-ml.in: Default to being verbose, to match Feb 18 change to
11139         configure.
11140
11141 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
11142
11143         Brought over from egcs:
11144
11145         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11146
11147         * configure.in (target_subdir): Set to ${target_alias} instead
11148         of "libraries".
11149
11150         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11151
11152         * configure.in (target_subdir): Set to libraries if enable_multilib.
11153
11154 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
11155
11156         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
11157         multilibs, force reconfiguration the first time we create
11158         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
11159
11160 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
11161
11162         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
11163         avoid confusion with --no-recursion.
11164
11165 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
11166
11167         * configure.in: Win32 hosts shouldn't use install -x
11168         * install-sh: remove -x option, and special .exe-handling
11169         hack.
11170
11171 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
11172
11173         * config.guess: Recognize i586-pc-beos.
11174         * configure.in: Don't build some bits for beos.
11175
11176 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11177
11178         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
11179         CFLAGS default to -O2.
11180
11181         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
11182         when using GNU ld.
11183
11184 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
11185
11186         * ltmain.sh: Correct install when using a different shell.
11187
11188 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11189
11190         * ltconfig, ltmain.sh: Update to libtool 1.2b.
11191
11192 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
11193
11194         * makefile.vms: Update to build binutils/makefile.vms.  Add install
11195         target.
11196
11197 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
11198
11199         * ltconfig: Update to correct AIX handling.
11200
11201 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11202
11203         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
11204
11205         * configure.in (target_subdir): Set to ${target_alias} instead
11206         of "libraries".
11207
11208 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
11209
11210         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
11211         (Makefile): Depend on $(gcc_version_trigger).
11212
11213         * configure (gcc_version): Change default initializer to empty
11214         string.
11215         (gcc_version_trigger): New variable; pass this variable down
11216         to subdir configures to enable them checking gcc's version
11217         themselves. Emit make macros for both gcc_version vars.
11218         (topsrcdir): Initialize reliably.
11219         (recursion line): Remove --with-gcc-version=${gcc_version}.
11220
11221 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11222
11223         * configure (enable_version_specific_runtime_libs): Implement new flag
11224         --enable-version-specific-runtime-libs which installs C++ runtime stuff
11225         in $(libsubdir); emit definition in each generated Makefile.
11226         (gxx_include_dir): Initialize depending on
11227         $enable_version_specific_runtime_libs.
11228
11229 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11230
11231         * configure (gcc_version): Initialize properly depending on
11232         how and where configure is started.
11233         (recursion line): Pass a --with-gcc-version=${gcc_version}
11234         to configures in subdirs.
11235
11236 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
11237
11238         * configure.in (noconfigdirs): Add configure pattern for mips tx39
11239         cygmon
11240
11241 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
11242
11243         * configure.in: Add cygmon and libstub support for mn10200.
11244
11245 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
11246
11247         * configure (gcc_version): Add new variable describing the
11248         particular gcc version we're building.
11249         * Makefile.in (libsubdir): Add new macro for the directory
11250         in which the compiler finds executables, libraries, etc.
11251         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
11252         and libsubdir.
11253
11254 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11255
11256         * Makefile.in (local-clean): Remove *.log.
11257         (warning.log): Built with warn_summary from build.log.
11258         (mail-report.log): Run test_summary.
11259         (mail-report-with-warnings.log): Run test_summary including
11260         warning.log in the report.
11261
11262 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
11263
11264         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
11265
11266 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11267
11268         * Makefile.in (grep): Grep no longer depends on libiberty.
11269
11270 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
11271
11272         * Makefile.in: all-snavigator needs all-libgui.
11273
11274 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
11275
11276         * configure.in: Add cygmon and libstub support for mn10300.
11277
11278 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
11279
11280         * missing: Update to version from automake 1.3.
11281
11282         * ltmain.sh: On installation, don't get confused if the same name
11283         appears more than once in the list of library names.
11284
11285 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11286
11287         * config.sub: Accept m68060 and m5200 as CPU names.
11288
11289 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
11290
11291         * configure: Use && rather than using -a in test, because odd
11292         strings can confuse test.
11293         * configure.in: Likewise.
11294
11295 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11296
11297         * ltconfig, ltmain.sh: Bring in Visual C++ support.
11298
11299 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11300
11301         * Makefile.in (boostrap2-lean, bootstrap3-lean,
11302         bootstrap4-lean): New targets.
11303
11304 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
11305
11306         * mpw-* Delete.  Not used.
11307
11308 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
11309
11310         * COPYING.LIB: Update FSF address.
11311
11312 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
11313
11314         * ltconfig, ltmain.sh: Update to libtool 1.2a.
11315
11316         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
11317         GAS_SUPPORT_DIRS.
11318
11319 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
11320
11321         * ltconfig, ltmain.sh: Avoid producing a version number if
11322         -version-info was not used.
11323
11324 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11325
11326         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
11327         building with newlib.
11328
11329 1998-04-30  Paul Eggert  <eggert@twinsun.com>
11330
11331         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
11332         Solaris `make' causes it to continue to next definition.
11333
11334 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11335
11336         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
11337         the right GUI libraries and files are installed along with GDB.
11338
11339 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11340
11341         * configure.in: Change alpha to alpha* in several places.
11342
11343 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
11344
11345         * config.sub: Recognize sparc86x.
11346
11347 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
11348
11349         * configure.in (--enable-target-optspace): Remove debug echo.
11350
11351 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
11352
11353         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
11354
11355 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11356
11357         * ltconfig: Update cygwin32 support.
11358
11359         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
11360         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
11361         (GDB_SUPPORT_DIRS): Likewise.
11362
11363 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
11364
11365         * configure.in (target_makefile_frag): If --enable-target-optspace,
11366         use -Os to compile target libraries rather than -O2.  Default to
11367         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
11368         not used.
11369         * configure.in (target_cflags): Ditto for d30v.
11370
11371 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
11372
11373         * Makefile.in (all-bfd): Depend on all-intl.
11374         (all-binutils): Likewise.
11375         (all-gas): Likewise.
11376         (all-gprof): Likewise.
11377         (all-ld): Likewise.
11378
11379 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
11380
11381         * configure.in (host_tools): Fix typo, lbtool -> libtool.
11382
11383 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11384
11385         * Makefile.in (all-bfd): Depend upon all-libiberty.
11386
11387         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
11388
11389 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
11390
11391         * Makefile.in: Add libstub.
11392
11393         * configure.in: Ditto. Build libstub for targets that have cygmon
11394         support.
11395
11396 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
11397
11398         * configure.in: Don't set PICFLAG on ix86-cygwin32.
11399
11400 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
11401
11402         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
11403         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
11404
11405 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
11406
11407         * configure: Define DEFAULT_M4 by searching PATH.
11408         * Makfile.in: Use DEFAULT_M4.
11409
11410 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11411
11412         * ltconfig: Add cygwin32 support.
11413
11414         * Makefile.in, configure.in: Add libtool as a native only directory
11415         to configure and build.
11416
11417 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
11418
11419         * Makefile.in (INSTALL_MODULES): Remove texinfo.
11420
11421 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
11422
11423         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
11424
11425 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
11426
11427         * Makefile.in: add ash make rules
11428         * configure.in: add ash to native_only and host_tools lists
11429
11430 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
11431
11432         * Makefile.in (all-gettext, all-intl): New targets.
11433         (ALL_MODULES): Added all-gettext, all-intl.
11434         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
11435         (INSTALL_MODULES): Added install-gettext, install-intl.
11436         (CLEAN_MODULES): Added clean-gettext, clean-intl.
11437
11438         * configure.in (host_tools): Added gettext.
11439         (native_only): Likewise.
11440         (noconfigdirs) [various cases]: Likewise.
11441         (host_libs): Added intl.
11442
11443 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
11444
11445         * configure: Do not disable building gdbtk for cygwin32 hosts.
11446
11447 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
11448
11449         * configure.in: Add thumb-coff target.
11450         * config.sub: Add thumb-coff target.
11451
11452 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11453
11454         * Makefile.in: Revert yesterday's change.
11455         (all-target-winsup):  all-target-librx stays out of here.
11456
11457 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11458
11459         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
11460         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
11461         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
11462         Remove references to librx and libg++.
11463
11464 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
11465
11466         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
11467         recursive makes
11468
11469 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
11470
11471         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
11472         for newlib directory.
11473         (CXX_FOR_TARGET): Likewise.
11474
11475 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
11476
11477         * ltconfig: Update after libtool/ltconfig.in change for
11478         hpux11.
11479
11480 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
11481
11482         * ltconfig, ltmain.sh: Update to libtool 1.2.
11483
11484 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11485
11486         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
11487         (install-gcc-cross): Instead, override LANGUAGES here.
11488
11489 1998-03-18  Dave Love  <d.love@dl.ac.uk>
11490
11491         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
11492         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
11493
11494 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
11495
11496         * configure.in: Add Thumb-pe target.
11497
11498 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
11499
11500         * Makefile.in - changed sn targets to snavigator
11501         * configure.in - changed sn targets to snavigator
11502
11503 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11504
11505         * config-ml.in: After building symlink tree call make distclean
11506         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
11507         to be the case for libiberty.
11508
11509 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
11510
11511         * configure: When making link, also check the current
11512         directory. The configure scripts may create one.
11513
11514 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
11515
11516         * config.sub: Accept alphapca56 and alphaev6 properly.
11517
11518 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11519
11520         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
11521
11522 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
11523
11524         * config.sub (sco5): Fix typo.
11525
11526 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
11527
11528         * Makefile.in (INSTALL_MODULES): Move install-tcl before
11529         install-itcl.
11530         (install-itcl): Remove dependency on install-tcl.
11531
11532 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
11533
11534         * configure.in: Remove libgloss from noconfigdirs for MN10300.
11535
11536 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
11537
11538         * configure.in: Don't build libgui for a cygwin32 target when not on
11539         a cygwin32 host.
11540
11541 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11542
11543         * configure (redirect): Set to null, so default behavior of
11544         configure is now --verbose.
11545
11546 1998-02-16  Dave Love  <d.love@dl.ac.uk>
11547
11548         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
11549         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
11550
11551 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
11552
11553         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
11554         this change to sync Makefile.in with its ChangeLog entries.
11555
11556 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
11557
11558         * ltmain.sh (mkdir): Check that the directory doesn't exist
11559         before we exit with error, so that we don't get races during
11560         parallel builds.
11561
11562 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11563
11564         * ltconfig, ltmain.sh: Update from libtool 1.0i.
11565
11566 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11567
11568         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
11569         PICFLAG_FOR_TARGET.
11570         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
11571
11572         * configure: Emit a definition for the new macro enable_shared
11573         into each Makefile.
11574
11575 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11576
11577         * configure.in (host_tools, native_only): Add libtool.
11578
11579 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
11580
11581         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11582         Fix typo in ming config comment.
11583
11584 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11585
11586         * ltconfig, ltmain.sh: Update from libtool 1.0h.
11587
11588 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
11589
11590         * config.sub: Add tic30 cases, and map c30 to tic30.
11591
11592 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
11593
11594         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11595         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11596         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11597         (CLEAN_TARGET_MODULES): Similarly
11598         (all-target-libf2c): Add dependences.
11599         * configure.in (target_libs): Add libf2c.
11600
11601 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
11602
11603         * configure.in: Remove expect from noconfigdirs when target
11604         is cygwin32.  OK to build expect and dejagnu with Canadian
11605         Cross.
11606
11607 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
11608
11609         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11610         host.
11611
11612         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11613         and mingw32.
11614
11615 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11616
11617         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11618         here as it is not defined in the toplevel Makefile.
11619
11620 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11621
11622         * configure (package_makefile_rules_frag): New variable, which names
11623         a file with generic rules, ...
11624         Change comment to mention we now have FIVE parts.
11625         * configure: Undo last change.
11626
11627 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
11628
11629         * config.guess: More accurate determination of HP processor types.
11630         * config.sub: More accurate determination of HP processor types.
11631
11632 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11633
11634         * configure (package_makefile_frag): Move inserting the
11635         ${package_makefile_frag} to where it should be according
11636         to the comment.
11637
11638 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
11639
11640         * config.guess: Add support for Linux/ARM.
11641
11642 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
11643
11644         * .cvsignore: Remove *-info and *-install since they match
11645         release-info and mpw-install, which we don't want to just ignore.
11646
11647 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
11648
11649         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
11650
11651 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
11652
11653         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
11654         local_prefix to sub-make invocations.
11655
11656 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
11657
11658         * configure.in: Check makefile fragments in the source
11659         directory.
11660
11661 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11662
11663         * configure.in: Check whether host and target makefile
11664         fragments exist before adding them to *_makefile_frag.
11665
11666 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
11667
11668         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
11669
11670 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
11671
11672         * configure.in: Make sure we only replace RPATH_ENVVAR on
11673         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
11674         regexp to sed.
11675
11676         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11677         to sub-makes.
11678
11679 1998-01-13  Lee Iverson   (leei@ai.sri.com)
11680
11681         * config-ml.in (multi-do): LDFLAGS must include multilib
11682         designator.
11683
11684 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
11685
11686         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11687
11688 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
11689
11690         * config.sub: Add mingw32 support.
11691         * configure.in: Likewise.
11692
11693 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11694
11695         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11696
11697 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
11698
11699         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11700         * configure (gxx_include_dir): Provide a definition for subdirs
11701         which do not use autoconf.
11702
11703 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
11704
11705         * config.guess: Sync with egcs.  Picks up new alpha support,
11706         BeOS & some additional linux support.
11707
11708 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
11709
11710         * config.guess: HP 9000/803 is a PA1.1 machine.
11711
11712 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
11713
11714         * configure.in: It's alpha*-...
11715
11716 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11717
11718         * configure.in (host_makefile_frag, target_makefile_frag):
11719         Handle multiple config files.
11720         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11721         alpha-*-*.
11722
11723 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
11724
11725         * mkdep: New file.
11726
11727 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
11728
11729         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11730
11731 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11732
11733         * Makefile.in: Add libgui directory.
11734         (GDB_TK): Add all-libgui.
11735         * configure.in: Add libgui directory.
11736         * configure: Add all-libgui to GDB_TK.
11737
11738 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
11739
11740         * config-ml.in (multidirs): Add m32r to multilib list.
11741
11742 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
11743
11744         * Makefile.in (all-target-gperf): Change dependency to
11745         all-target-libstdc++.
11746
11747 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
11748
11749         * config.guess: Add BeOS support.
11750
11751 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11752
11753         Source directory cvs renamed to cvssrc:
11754         * configure.in (host_tools): Change cvs to cvssrc.
11755         (native_only): Likewise.
11756         (noconfigdirs) [various cases]: Likewise.
11757         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11758         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11759         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11760         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11761         (all-cvssrc): Rename target from all-cvs.
11762
11763 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
11764
11765         * configure (gxx_include_dir): Fix thinko.
11766
11767 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
11768
11769         * Makefile.in (INSTALL_TARGET_CROSS): Define.
11770         (install-cross, install-gcc-cross): New targets.
11771
11772 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
11773
11774         * configure.in (noconfigdirs): Add support for Thumb target.
11775
11776         * config.sub (maybe_os): Add support for Thumb target.
11777
11778 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
11779
11780         * Makefile.in: Add rules for cygmon.
11781
11782         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11783
11784 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
11785
11786         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11787         * configure (gxx_include_dir): Provide a definition for subdirs
11788         which do not use autoconf.
11789
11790 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
11791
11792         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
11793         11/18/97 build
11794
11795 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
11796
11797         * From Franz Sirl.
11798         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11799         found on RedHat Linux systems.
11800
11801 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
11802
11803         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11804         guesses.
11805
11806 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
11807
11808         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11809
11810 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
11811
11812         * ltmain.sh: If mkdir fails, check whether the directory was created
11813         anyhow by some other process.
11814
11815 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
11816
11817         * configure.in (d30v-*-*): Configure all directories.
11818
11819 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
11820
11821         * configure.in (d30v-*-*): Configure newlib, libiberty directories
11822         for the D30V.
11823
11824 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
11825
11826         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11827
11828 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
11829
11830         * include/libiberty.h: Add extern "C" { so it can be used with C++
11831         progrms.
11832         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
11833         programs.
11834
11835 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
11836
11837         * configure.in (d30v-*-*): Configure GCC now.
11838
11839 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
11840
11841         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11842         is no longer needed.
11843
11844 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
11845
11846         * Makefile.in: check-target-libio depends on all-target-libstdc++.
11847
11848 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
11849
11850         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11851         targets using "$@" to provide support for similar but not identical
11852         targets without having to duplicate code.
11853
11854 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
11855
11856         * makefile.vms: Fix to work with DEC C.
11857
11858 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
11859
11860         * config.sub: Add mips-tx39-elf to marketing names.
11861
11862 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
11863
11864         * ltmain.sh: Handle symlinks in generated script.
11865
11866 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
11867
11868         * configure: Handle autoconf style directory options: --bindir,
11869         --datadir, --includedir, --infodir, --libdir, --libexecdir,
11870         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11871         --sysconfdir.
11872         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11873         (sharedstatedir, localstatedir, oldincludedir): New variables.
11874         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11875         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11876         sbindir, sharedstatedir, and sysconfdir.
11877
11878 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11879
11880         * Makefile.in (bootstrap-lean): New target.
11881
11882 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
11883
11884         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
11885         sn, and gnuserv from noconfigdirs.
11886
11887 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
11888
11889         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11890
11891 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
11892
11893         * Makefile.in (cross): New target.
11894
11895 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
11896                           Jeff Law         <law@cygnus.com>
11897
11898         * Makefile.in (bootstrap2, bootstrap3): New targets.
11899         (all-bootstrap): Remove outdated and confusing target.
11900         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11901
11902 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11903
11904         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11905         windows.  Consistent with gdb/configure.
11906
11907 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
11908
11909         * configure.in: Name Linux target fragment.
11910
11911         * configure: Rewrite so that project Makefile fragment is inserted
11912         first and appears last in the resulting Makefile.
11913
11914 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11915
11916         * Makefile.in (install-itcl): Install tcl first.
11917
11918 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
11919
11920         * configure.in: remove bison from noconfigdirs for Cygwin32 host
11921
11922 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11923
11924         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11925
11926         * configure.in (skipdirs): Add target-librx for Linux.
11927         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11928
11929 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
11930
11931         * Makefile.in (bootstrap): New target.
11932
11933 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
11934
11935         * config.sub: Accept 'amigados' for backward compatibility.
11936
11937 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
11938
11939         * config.guess: Merge with FSF.
11940
11941 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
11942
11943         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11944
11945 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
11946
11947         * config.sub: Add "marketing-names" patch.
11948
11949 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
11950
11951         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11952
11953 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
11954
11955         * config.sub: Handle v850-elf.
11956
11957 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
11958
11959         * .cvsignore (*-install): Remove.
11960
11961 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
11962
11963         * ltconfig: Set CONFIG_SHELL in libtool.
11964         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11965
11966 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11967
11968         * configure.in (target_subdir): Set to libraries if enable_multilib.
11969
11970 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
11971
11972         * config.guess: Update from gcc directory.
11973
11974 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11975
11976         * Makefile.in (all-sim): Depends on all-readline.
11977
11978 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
11979
11980         * Makefile.in (BISON, YACC): Use $$s.
11981         (all-bison): Depend on all-texinfo.
11982
11983 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
11984
11985         * Makefile.in (BISON): Add -L flag.
11986         (YACC): Likewise.
11987
11988 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11989
11990         * configure.in (noconfigdirs): Add support for v850e target.
11991
11992         * config.sub (maybe_os): Add support for v850e target.
11993
11994 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11995
11996         * configure.in (noconfigdirs): Add support for v850ea target.
11997
11998         * config.sub (maybe_os): Add support for v850ea target.
11999
12000 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
12001
12002         * config.sub: Add mipstx39.  Delete r3900.
12003
12004 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12005
12006         * Makefile.in (all-autoconf): Depends on all-texinfo.
12007
12008 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
12009
12010         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
12011         eabi targets.
12012
12013 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
12014
12015         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
12016
12017         * configure: When handling a Canadian Cross, handle YACC as well as
12018         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
12019         * Makefile.in (all-bison): Depend upon all-texinfo.
12020
12021 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
12022
12023         * Makefile.in (BISON): bison, not byacc or bison -y.
12024         (YACC): bison -y or byacc or yacc.
12025         (various): Add *-bison as appropriate.
12026         (taz): No need to mess with BISON anymore.
12027
12028 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
12029
12030         * configure: If OSTYPE matches *win32*, try to find a good value for
12031         CONFIG_SHELL.
12032
12033 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
12034
12035         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
12036         configure.in if it is present.
12037
12038 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
12039
12040         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
12041
12042 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
12043
12044         * config.sub: Recognize `arc' cpu.
12045         * configure.in: Likewise.
12046         * config-ml.in: Likewise.
12047
12048 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
12049
12050         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
12051
12052 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
12053
12054         * configure: Changed sed delimiter from ':' to '|' when
12055         attempting to substitute ${config_shell} for SHELL. On
12056         NT ${config_shell} may contain a ':' in it.
12057
12058 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
12059
12060         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
12061
12062 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
12063
12064         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
12065
12066 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12067
12068         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
12069
12070         * ylwrap: If the program is a relative path, force it to be
12071         absolute.
12072
12073 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12074
12075         * configure (tooldir): Set BISON to `bison -y' and not just bison.
12076
12077 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12078
12079         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
12080         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
12081         for libraries.
12082
12083 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
12084
12085         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
12086         separated by spaces.
12087
12088 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
12089
12090         * ylwrap: New file.
12091         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
12092
12093         * ltmain.sh: Handle /bin/sh at start of install program.
12094
12095         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
12096
12097         * ltconfig, ltmain.sh: New files, from libtool 1.0.
12098         * missing: New file, from automake 1.2.
12099
12100 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
12101
12102         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
12103         check-tk to CHECK_X11_MODULES.
12104
12105 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
12106
12107         * config.sub: Merge with FSF.
12108
12109 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
12110
12111         * config.guess: Merge with FSF.
12112
12113 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
12114
12115         * configure: Treat msdosdjgpp like go32.
12116         * configure.in: Likewise.  Don't remove gprof for go32.
12117
12118         * configure: Change Makefile.tem2 to Makefile.tm2.
12119
12120 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
12121
12122         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
12123
12124 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12125
12126         * install-sh (chmodcmd): Set to null if the DST directory already
12127         exists.  Same as Nov 11th change.
12128
12129 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
12130
12131         * configure (GDB_TK): Needs itcl and tix.
12132
12133 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
12134
12135         * config.guess: Update from FSF.
12136
12137 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
12138
12139         * Makefile.in (GDB_TK): Depend on itcl and tix.
12140
12141 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12142
12143         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
12144         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
12145         (INSTALL_SCRIPT): New variable.
12146         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
12147         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
12148         to -x.
12149         * install-sh: Add support for -x option.
12150
12151 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
12152
12153         * configure.in, Makefile.in: Treat tix like itcl.
12154
12155 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
12156
12157         * Makefile.in (WINDRES): New variable.
12158         (WINDRES_FOR_TARGET): New variable.
12159         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
12160         (EXTRA_HOST_FLAGS): Add WINDRES.
12161         (EXTRA_TARGET_FLAGS): Add WINDRES.
12162         (EXTRA_GCC_FLAGS): Add WINDRES.
12163         ($(DO_X)): Pass down WINDRES.
12164         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
12165         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
12166         DLLTOOL_FOR_TARGET.
12167
12168 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
12169
12170         * configure.in: configure sim before gdb for win32-x-ppc
12171
12172 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12173
12174         Move gperf into the toplevel, from libg++.
12175         * configure.in (target_tools): Add target-gperf.
12176         (native_only): Add target-gperf.
12177         * Makefile.in (all-target-gperf): New target, depend on
12178         all-target-libg++.
12179         (configure-target-gperf): Empty rule.
12180         (ALL_TARGET_MODULES): Add all-target-gperf.
12181         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
12182         (CHECK_TARGET_MODULES): Add check-target-gperf.
12183         (INSTALL_TARGET_MODULES): Add install-target-gperf.
12184         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
12185
12186 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
12187
12188         * config.sub (mn10200): Recognize new basic machine.
12189
12190 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12191
12192         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
12193         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
12194
12195 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12196
12197         * configure.in: If we're building mips-sgi-irix6* native, turn on
12198         ENABLE_MULTILIB and set TARGET_SUBDIR.
12199
12200 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
12201
12202         * Makefile.in (all-sn): Depend on all-grep.
12203
12204 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
12205
12206         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
12207
12208         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
12209         Makefile.  From Jeff Makey <jeff@cts.com>.
12210         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
12211
12212         * Makefile.in (DISTBISONFILES): Remove.
12213         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
12214         $(DEFAULT_YACC).
12215
12216         * configure.in: Build itl, db, sn, etc., when building for native
12217         cygwin32.
12218
12219         * Makefile.in (LD): New variable.
12220         (EXTRA_HOST_FLAGS): Pass down LD.
12221         ($(DO_X)): Likewise.
12222
12223 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
12224
12225         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
12226
12227 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
12228
12229         * configure.in (targargs): Strip out any supplied --build argument
12230         before adding our own. Always add --build.
12231
12232 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
12233
12234         * configure.in (targargs): Pass --build if we're doing
12235         a cross-compile.
12236
12237 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
12238
12239         * configure: Use '|' instead of ":" as the separator in
12240         sed. Otherwise sed chokes on NT path names with drive
12241         designators. Also look for "?:*" as the leading characters in an
12242         absolute pathname.
12243
12244 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
12245
12246         * config.sub: Support for r3900.
12247
12248 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12249
12250         * configure.in: Use install-sh, not install.sh.
12251
12252 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12253
12254         * Makefile.in (taz): Improve check for BISON so it doesn't try to
12255         apply it twice.
12256
12257 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
12258
12259         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
12260         install-binutils.
12261
12262 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
12263
12264         * Makefile.in: Add automake targets.
12265         * configure.in (host_tools): Add automake.
12266
12267 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12268
12269         * configure: Default CXX to c++, not gcc.
12270         * Makefile.in (CXX): Set to c++, not gcc.
12271         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
12272
12273 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
12274
12275         * install-sh: try appending a .exe if source file doesn't
12276         exist
12277
12278 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
12279
12280         * configure.in: Turn on multilib by default.
12281         (cross_only): Remove target-libiberty.
12282
12283         * Makefile.in (all-gcc): Don't depend on libiberty.
12284
12285 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
12286
12287         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
12288
12289 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12290
12291         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
12292         (DISTBISONFILES): Add ld/Makefile.in
12293
12294 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
12295
12296         * configure.in: if target is cygwin32 but host isn't cygwin32,
12297         don't configure gdb tcl tk expect, not just gdb.
12298
12299 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
12300
12301         * configure.in: Added gnuserv everywhere sn appears.
12302
12303         * Makefile.in (ALL_MODULES): Added all-gnuserv.
12304         (CROSS_CHECK_MODULES): Added check-gnuserv.
12305         (INSTALL_MODULES): Added install-gnuserv.
12306         (CLEAN_MODULES): Added clean-gnuserv.
12307         (all-gnuserv): New target.
12308
12309 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
12310
12311         * config.guess: Fixes for MIPS OpenBSD systems.
12312
12313 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12314
12315         * Makefile.in (INSTALL_XFORM): Remove.
12316         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
12317
12318         * mkinstalldirs: New file, copied from automake.
12319         * Makefile.in (installdirs): Rename from install-dirs.  Use
12320         mkinstalldirs.  Change all users.
12321         (DEVO_SUPPORT): Add mkinstalldirs.
12322
12323 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
12324
12325         * install-sh: Rename from install.sh.
12326         * Makefile.in (INSTALL): Change install.sh to install-sh.
12327         (DEVO_SUPPORT): Likewise.
12328
12329         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
12330         Graichen <graichen@rzpd.de>.
12331
12332 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
12333
12334         * config.guess: Recognize OpenBSD systems correctly.
12335
12336 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12337
12338         * README, Makefile.in (ETC_SUPPORT): Remove references to
12339         cfg-paper*, configure.{texi,man,info*}._
12340
12341 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
12342
12343         * Makefile.in (all.normal): Ensure that gcc is built after all
12344         the x11 - ie gdb - targets.
12345
12346 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
12347
12348         * makefile.vms: Don't run conf-a-gas.
12349
12350 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
12351
12352         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
12353
12354 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
12355
12356         * configure.in: Remove noconfigdirs case since gdb also
12357         configures and builds for tic80-coff.
12358
12359 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12360
12361         * configure: Set cache_file to config.cache.
12362         * Makefile.in (local-distclean): Remove config.cache.
12363
12364 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12365
12366         * COPYING: Update FSF address.
12367
12368 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
12369
12370         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
12371         noconfigdirs.
12372
12373 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12374
12375         * Makefile.in (install-dirs): Don't crash if prefix, and hence
12376         MAKEDIRS, is empty.
12377
12378 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
12379
12380         * config.sub: Tweak mn10300 entry.
12381
12382 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
12383
12384         * configure.in (host_tools): Put sim before gdb, so gdb's
12385         configure.tgt can determine if the simulator was configured.
12386
12387 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
12388
12389         * config.sub: Move BeOS $os case to be with other Cygnus
12390         local cases.
12391
12392 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
12393
12394         * config.sub: Remove misplaced comment that broke Linux.
12395
12396 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
12397
12398         * config.sub: Add BeOS support.
12399
12400 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
12401
12402         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
12403
12404 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
12405
12406         * configure.in (noconfigdirs): Remove tcl and tk from
12407         noconfigdirs for cygwin32 builds.
12408
12409 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
12410
12411         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
12412
12413 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
12414
12415         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
12416         make-all.com, use makefile.vms instead.
12417
12418 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
12419
12420         * config.sub: Accept -lnews*.
12421
12422 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
12423
12424         * configure.in (noconfigdirs): Disable target-newlib,
12425         target-examples and target-libiberty for d30v.
12426
12427 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12428
12429         * configure.in (noconfigdirs): Enable ld for d30v.
12430
12431 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
12432
12433         * configure.in (tic80-*-*): Build compiler.
12434
12435 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
12436
12437         * configure.in (d30v-*): Remove sim directory from list of
12438         unsupported d30v directories
12439
12440 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12441
12442         * config.sub, configure.in: Add d30v target cpu.
12443
12444 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
12445
12446         * makefile.vms: New file.
12447         * make-all.com: Remove.
12448
12449 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
12450
12451         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
12452
12453 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
12454
12455         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
12456
12457 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
12458
12459         * Makefile.in (ALL_MODULES): Added all-db.
12460         (CROSS_CHECK_MODULES): Addec check-db.
12461         (INSTALL_MODULES): Added install-db.
12462         (CLEAN_MODULES): Added clean-db.
12463
12464 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
12465
12466         * config.guess: Merge with latest FSF sources.
12467
12468 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
12469
12470         * Makefile.in (ALL_MODULES): Added all-itcl.
12471         (CROSS_CHECK_MODULES): Added check-itcl.
12472         (INSTALL_MODULES): Added install-itcl.
12473         (CLEAN_MODULES): Added clean-itcl.
12474
12475 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
12476
12477         * configure.in: build gdb for mn10200
12478
12479 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
12480
12481         * Makefile.in (all-target-winsup): Depend on all-target-libio.
12482
12483 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
12484
12485         * configure.in (tic80-*-*): Turn off most targets right now.
12486
12487 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
12488
12489         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
12490         rather than the makeinfo program.
12491         (do-info): Depend upon all-texinfo.
12492
12493 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12494
12495         * configure.in: Remove uses of config/mh-linux.
12496
12497         * config.sub, config.guess: Merge with latest FSF sources.
12498
12499 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
12500
12501         * config.sub (case $basic_machine): Add tic80 entries.
12502
12503 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
12504
12505         * config.sub, config.guess: Merge with latest FSF sources.
12506
12507 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12508
12509         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
12510         * mpw-config.in: Test for NewFolderRecursive.
12511         * mpw-install: Use symbolic name for startup filename.
12512         * mpw-README: Add various additional details.
12513
12514 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
12515
12516         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
12517
12518 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
12519
12520         * configure.in: Do build gcc and the target libraries for
12521         the mn10200.
12522
12523 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
12524
12525         * configure.in: don't avoid building gdb for mn10300 any more
12526         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
12527         instead of single-quoting it.
12528
12529 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
12530
12531         * configure.in: Don't use --with-stabs on IRIX 6.
12532
12533 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
12534
12535         * configure.in (m32r): Build gdb, libg++ now.
12536
12537 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12538
12539         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
12540         directories from noconfigdirs.
12541
12542 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
12543
12544         * config.sub (basic_machine): added mips16 configuration
12545
12546 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12547
12548         * config.sub: Handle d10v-unknown.
12549
12550 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
12551
12552         * config.sub: Handle v850-unknown.
12553
12554 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
12555
12556         * Makefile.in: add findutils
12557         * configure.in: add findutils to list of host_tools
12558
12559 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
12560
12561         * config.sub: Handle mn10200 and mn10300.
12562
12563 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12564
12565         * configure.in (d10v-*): Do not build librx.
12566
12567 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
12568
12569         * configure.in (mn10300): Build everything except gdb & libgloss.
12570
12571 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
12572
12573         * config.guess:  Patch for Dansk Data Elektronik servers,
12574         from Niels Skou Olsen <nso@dde.dk>.
12575
12576         For ncr, use /bin/uname rather than uname, since GNU uname does not
12577         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
12578
12579         Patch for MIPS R4000 running System V,
12580         from Eric S. Raymond <esr@snark.thyrsus.com>.
12581
12582         Fix thinko for nextstep.
12583
12584         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12585
12586         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
12587         * config.guess: Guess mips-dec-mach_bsd4.3.
12588
12589         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
12590         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
12591         release numbers.
12592         * config.guess (mips-mips-riscos*):  Emit just enough of the
12593         release number.
12594
12595         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
12596         * config.guess (sparc-auspex-sunos*):  Added.
12597         (f300-fujitsu-*): Added.
12598
12599         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
12600         * config.guess:  Recognize a Tadpole as a sparc.
12601
12602 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12603
12604         * config.guess: Don't assume that NextStep version is either 2 or
12605         3.  NextStep 4 (aka OpenStep 4) has come out now.
12606
12607 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12608
12609         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12610         From Rik Faith <faith@cs.unc.edu>.
12611
12612 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
12613
12614         * config.sub: Contributions from bug-gnu-utils to:
12615         Support plain "hppa" (no version given) architecture, reported by
12616         OpenStep.
12617         OpenBSD like NetBSD.
12618         LynxOs is not a hardware supplier.
12619
12620         * config.guess: Contributions from bug-gnu-utils to add support for:
12621         OpenBSD like NetBSD.
12622         Stratus systems.
12623         More Pyramid systems.
12624         i[n>4]86 Intel chips.
12625         M680[n>4]0 Motorola chips.
12626         Use unknown instead of lynx for hardware manufacturer.
12627
12628 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12629
12630         * install.sh (chmodcmd): Set to null if the DST directory already
12631         exists.
12632
12633 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12634
12635         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12636         not use mt-ppc target Makefile fragment any more.
12637
12638 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
12639
12640         * configure.in (*-*-windows):  Exclude everything but those dirs
12641         needed to build windows.
12642
12643 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
12644
12645         * Makefile.in (all-target-winsup): Depend on all-target-librx.
12646
12647 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
12648
12649         * configure.in:  Exclude mmalloc from i386-windows.
12650
12651 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
12652
12653         * Undo my previous change.
12654
12655 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
12656
12657         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
12658         unconditionally.
12659         (MAKEOVERRIDES): Define (revert this part of October 18 change).
12660
12661 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
12662
12663         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
12664         host to add it's own flags.
12665
12666 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
12667
12668         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
12669
12670 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
12671
12672         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
12673         (CXX_FOR_TARGET): Likewise.
12674         (GCC_FOR_TARGET): Define.
12675         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
12676         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
12677         CC_FOR_TARGET was specified on the command line.
12678         (MAKEOVERRIDES): Don't define.
12679
12680 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
12681
12682         * configure.in (m32r): Fix spelling of libg++ libs.
12683
12684 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
12685
12686         * config.sub (-apple*): Remove, now redundant.
12687
12688 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
12689
12690         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12691
12692         * configure: Rework yesterday's sed script patch.
12693
12694         * config.sub: Merge with FSF.
12695
12696 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
12697
12698         * config.guess:  Merge from FSF.
12699
12700         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
12701         * config.guess: Use pc instead of unknown, for pc clone systems.
12702         Change linux to linux-gnu.
12703
12704         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12705         * config.guess: Avoid non-portable tr syntax.
12706
12707 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
12708
12709         * test-build.mk (HOLES): Add "xargs" for gdb.
12710
12711         * configure: Avoid hpux10.20 sed bug.
12712
12713 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
12714
12715         * configure.in:  Add support for windows host
12716         (that is a build done under the Microsoft build environment).
12717
12718 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
12719
12720         * Makefile.in: Replace all uses of srcroot with s, to shrink
12721         command line lengths.
12722
12723         Patches from Geoffrey Noer <noer@cygnus.com>:
12724         * configure.in: If configuring for newlib, pass --with-newlib to
12725         subdirectories.
12726         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12727         -Bnewlib/ and -Lwinsup to gcc.
12728         (CXX_FOR_TARGET): Likewise.
12729
12730 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12731
12732         * Makefile.in (ETC_SUPPORT): Add configure.
12733
12734 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
12735
12736         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12737         host configuration file.
12738
12739 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
12740
12741         * configure.in: Break mn10x00 support into separate
12742         mn10200 and mn10300 configurations.
12743         * config.sub: Likewise.
12744
12745 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
12746
12747         * configure.in: Add lots of stuff to noconfigdirs for
12748         the mn10x00 targets.
12749
12750         * config.sub, configure.in: Add mn10x00 support.
12751
12752 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
12753
12754         * make-all.com: Call conf-a-gas, not config-a-gas.
12755
12756 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
12757
12758         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
12759         targets.
12760
12761 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
12762
12763         * mpw-README: Add much more detail for native PowerMac.
12764         * mpw-install: New file.
12765         * mpw-configure: Add --norecursion and --help options.
12766         * mpw-config.in: Translate readme and install files when
12767         copying to objdir.
12768         * mpw-build.in: Don't always depend on byacc and flex.
12769         (install-only-top): New action.
12770
12771 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
12772
12773         * configure.in:  You can now configure GDB for the v850.
12774
12775 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
12776
12777         * configure.in (noconfigdirs): Don't configure any C++ dirs
12778         if targeting D10V.
12779
12780 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12781
12782         * config.sub: Recognize mips64vr5000.
12783
12784 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
12785
12786         * configure.in: Use a single line for host_tools and native_only.
12787
12788 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
12789
12790         * config.sub, configure.in: Add entries for m32r.
12791
12792 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
12793
12794         * Makefile.in (inet-install): Don't run install-gzip.
12795
12796 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
12797
12798         * configure.in:  Don't config lots of things for *-*-windows*.
12799
12800 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
12801
12802         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12803         (host_libs, host_tools): Copy from configure.in.
12804         * mpw-configure: Don't complain about directories not found.
12805
12806 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12807
12808         * configure.in (i[345]86): Recognize i686 for pentium pro.
12809         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12810         file.
12811
12812         * config.guess (i[345]86): Ditto.
12813
12814 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12815
12816         * configure.in (noconfigdirs): Removed gdb for D10V.
12817
12818 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
12819
12820         * configure.in: Remove ld, target-libio, target-libg++, and
12821         target-libstdc++ from noconfigdirs.
12822
12823 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
12824
12825         * configure: Fix three locations where shell scripts were
12826         being run directly rather than with config_shell.
12827
12828 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
12829
12830         * configure.in (v850-*-*): Set up initial $noconfigdirs.
12831         * config.sub (basic_machine): Recognize v850.
12832
12833 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
12834
12835         * mpw-configure: Handle multiple enable/disable options and
12836         pass them down recursively, handle -c and -s flags appropriately
12837         depending on choice of compiler, add escape mechanism for
12838         quoted arguments to gC.
12839
12840 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12841
12842         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12843         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12844         so that -mrelocatable-lib and -mno-eabi are used.
12845
12846         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12847         not support --print-multi-lib, don't abort.
12848
12849 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
12850
12851         * make-all.com: Run config-a-gas.
12852         * setup.com: Don't copy subdirectory files around.
12853
12854 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
12855
12856         * configure.in (*-*-ose): Remove exclusion of libgloss for this
12857         target, it now compiles correctly.
12858
12859 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
12860
12861         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12862
12863 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12864
12865         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12866
12867 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12868
12869         * configure.in (native_only): Add prms.
12870
12871 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
12872
12873         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12874         (BINUTILS_SUPPORT_DIRS): Likewise.
12875
12876 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12877
12878         * configure.in (d10v-*-*): Don't configure ld or gdb until the
12879         d10v support is added.
12880
12881 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12882
12883         * configure.in (d10v-*-*): New target.
12884
12885 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
12886
12887         * config.guess (HP 9000/811): Recognize this as a PA1.1
12888         machine.
12889
12890 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
12891
12892         * Makefile.in (do-tar-gz): New target, split out from tail end of
12893         taz target.  Run each command separately, don't use pipes.
12894         (taz): Use it.
12895
12896 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
12897
12898         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12899         * mpw-build.in: No builds should depend on building byacc or flex,
12900         they are assumed to be installed already.
12901
12902 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12903
12904         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12905         variable that CC_FOR_TARGET needs.
12906
12907 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12908
12909         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12910         options have changed since the last time the subdirectory was
12911         configured, and if it has, reconfigure.
12912         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12913         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12914
12915 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
12916
12917         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12918         CLEAN_MODULES): Add bash.
12919         (all-bash): New target.
12920
12921 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
12922
12923         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12924
12925 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12926
12927         * config.sub (basic_machine): Recognize d10v as a valid processor.
12928
12929 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
12930
12931         * mpw-configure: Add support for --bindir.
12932         * mpw-build.in: Use a GCC-specific build script for GCC actions.
12933
12934 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
12935
12936         * configure.in: add bash, time, gawk to list of hosttools and things
12937         to only build for native toolchains
12938
12939 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12940
12941         * Makefile.in (docdir): Remove.
12942
12943 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12944
12945         * Makefile.in (datadir): Set to $(prefix)/share.
12946
12947 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
12948
12949         * configure.in: build diff and patch for cygwin32-hosted
12950         toolchains.
12951
12952 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
12953
12954         * config.sub: Accept -rtems*.
12955
12956 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
12957
12958         * configure.in: enable dosrel for cygwin32-hosted builds,
12959                 remove diff from the list of things not buildable
12960                 via Canadian Cross
12961
12962 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
12963
12964         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12965         don't get ". ".
12966
12967 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
12968
12969         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12970
12971 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
12972
12973         * Makefile.in (taz): Handle case where tex3patch didn't even get
12974         checked out.  Also, if it was found, put the symlink in a new util
12975         subdirectory.
12976
12977 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12978
12979         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12980
12981 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
12982
12983         * config.sub: Recognize -openvms.
12984         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12985         * make-all.com, setup.com: New files.
12986
12987 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12988
12989         * Makefile.in (taz): tex3patch moved to texinfo/util.
12990
12991 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
12992
12993         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12994         * configure.in: remove make from disable-if-Can-Cross list
12995                 enable gdb if ${host} and ${target} are cygwin32
12996
12997 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
12998
12999         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
13000         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
13001
13002 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13003
13004         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
13005         distinguish sysv/svr4/bsd variants.
13006         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
13007
13008 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
13009
13010         * configure.in: Added copyright notice.
13011         * move-if-change: Added copyright notice.
13012
13013 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13014
13015         * configure.in (powerpcle-*-solaris*): Until we get shared
13016         libraries working, don't build gdb, sim, make, tcl, tk, or
13017         expect.
13018
13019 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
13020
13021         * config.guess:  Merge with FSF:
13022
13023         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
13024         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
13025
13026         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
13027         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
13028
13029         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
13030         * config.guess:  Combine two OSF1 rules.
13031         Also recognize field test versions.  From mjr@zk3.dec.com.
13032         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
13033         because GNU uname does not support -p.  From pmr@pajato.com.
13034
13035 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
13036
13037         * Makefile.in (MAKEDIRS): Removed $(tooldir).
13038
13039 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
13040
13041         * mpw-README: Document GCCIncludes.
13042
13043 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
13044
13045         * configure.in (alpha-*-linux*): Set enable_shared to yes.
13046
13047 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
13048
13049         * mpw-configure: Handle --enable-FOO and --disable-FOO.
13050
13051 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
13052
13053         * configure.in (*-*-cygwin32): Configure make.
13054
13055 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
13056
13057         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
13058
13059 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
13060
13061         * Makefile.in (all-inet): Depend on all-perl.
13062
13063         * Makefile.in (inet-install): New target.
13064
13065         * Makefile.in (all-inet): Depend on all-tcl.
13066         (all-inet): Depend on all-send-pr.
13067
13068 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13069
13070         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
13071         temporarily.
13072
13073 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
13074
13075         * configure.in: Don't configure --with-gnu-ld on AIX.
13076
13077 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13078
13079         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
13080
13081 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
13082
13083         * Makefile.in (ALL_MODULES): Added all-inet.
13084         (CROSS_CHECK_MODULES): Added check-inet.
13085         (INSTALL_MODULES): Added install-inet.
13086         (CLEAN_MODULES): Added clean-inet.
13087         (all-indent): New target.
13088
13089         * configure.in (host_tools): Added inet.
13090         (native_only): Added inet.
13091         (noconfigdirs): Added inet.
13092
13093 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
13094
13095         * configure.in: Don't configure libgloss if we are not configuring
13096         newlib.
13097
13098 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
13099
13100         * configure.in: Don't configure libgloss for unsupported
13101         architectures.
13102
13103 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13104
13105         * Makefile.in (CLEAN_MODULES): Add clean-apache.
13106
13107 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
13108
13109         * Makefile.in (ALL_MODULES): Include all-apache.
13110         (CROSS_CHECK_MODULES): Include check-apache.
13111         (INSTALL_MODULES): Include install-apache.
13112         (all-apache): New target.
13113
13114         * configure.in: Added apache everywhere perl is seen.
13115
13116 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13117
13118         * Makefile.in: Add support for clean-{module} and
13119         clean-target-{module} rules.
13120
13121 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
13122
13123         * configure.in (*-*-ose) do not build libgloss.
13124
13125 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13126
13127         * config.guess (prep*:SunOS:5.*:*): Turn into
13128         powerpele-unknown-solaris2.
13129
13130 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
13131
13132         * configure.in: Permit --enable-shared to specify a list of
13133         directories.
13134
13135 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13136
13137         * configure.in (host==solaris): Pass only the first word of $CC
13138         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
13139
13140 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13141
13142         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
13143
13144 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
13145
13146         * Makefile.in (ALL_MODULES): Include all-perl.
13147         (CROSS_CHECK_MODULES): Include check-perl.
13148         (INSTALL_MODULES): Include install-perl.
13149         (ALL_X11_MODULES): Include all-guile.
13150         (CHECK_X11_MODULES): Include check-guile.
13151         (INSTALL_X11_MODULES): Include install-guile.
13152         (all-perl): New target.
13153         (all-guile): New target.
13154
13155         * configure.in (host_tools): Include perl and guile.
13156         (native_only): Include perl and guile.
13157         (noconfigdirs): Don't build guile and perl; no ports have been
13158         done.
13159
13160 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
13161
13162         * configure (--enable-*): Handle quoted option lists such as
13163         --enable-sim-cflags='-g0 -O' better.
13164
13165 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13166
13167         * Makefile.in ({,inst}all-target): New rule so we can make and
13168         install all of the target directories easily.
13169
13170 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13171
13172         * configure.in: Add missing global flag in sed substitution when
13173         deleting `target-' from ${configdirs}.
13174
13175 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
13176
13177         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
13178         option.
13179
13180         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
13181         config/mh-necv4.
13182
13183         * install.sh: Correct misspelling of transformbasename.
13184
13185         * config.guess: Recognize mips-*-sysv*.
13186
13187 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
13188
13189         * config.sub: Recognize mon960.
13190
13191 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
13192
13193         * configure: Restore Canadian Cross handling of BISON and LEX,
13194         removed in Feb 20 change.
13195
13196 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
13197
13198         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
13199         Mention make install.  Remove the old copyright date as well the
13200         clumsy and rather pointless copyright on the README file.
13201
13202 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13203
13204         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
13205         Makefile after running symlink-tree, then run `make distclean' to
13206         avoid clobbering any generated files in srcdir.
13207
13208 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
13209
13210         * configure.in (m68k-*-netbsd*): Build everything now.
13211
13212 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13213
13214         * Makefile.in (taz): Fix quoting.
13215
13216 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
13217
13218         * configure.in (sparclet-*-*): Build everything now.
13219
13220 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13221
13222         * configure.in (m68k-*-linux*): New host.
13223
13224 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
13225
13226         * configure: Check for bison before byacc.
13227
13228 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
13229
13230         * Makefile.in configure:  Change the way LEX and BISON/YACC are
13231         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
13232         searching PATH.  These are used as fallbacks by Makefile.in if
13233         flex/bison/byacc aren't in objdir.
13234
13235 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
13236
13237         * Makefile.in: Make everything which depends upon all-bfd also
13238         depend upon all-opcodes, in case --with-commonbfdlib is used.
13239
13240 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13241
13242         * configure.in (host *-*-cygwin32): Don't build gdb if we are
13243         building NT native compilers on Unix.
13244
13245 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
13246
13247         * configure.in: Don't get CC from the host Makefile fragment if we
13248         can find gcc in PATH, or if this is a Canadian Cross.  Move the
13249         Solaris test for /usr/ucb/cc to the post target script, just after
13250         the compiler sanity test.
13251
13252 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
13253
13254         * config.sub: Merge with FSF.
13255
13256 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
13257
13258         * Makefile.in (RPATH_ENVVAR): New variable.
13259         (REALLY_SET_LIB_PATH): Use it.
13260         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
13261
13262 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
13263
13264         * config.sub, configure.in: Recognize sparclet cpu.
13265
13266 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
13267
13268         * config.guess:  Support m68k-cbm-sysv4.
13269
13270 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13271
13272         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
13273         m68k-unknown-linuxaout from linker help string.  Put quotes around
13274         $ld_help_string.
13275
13276 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
13277
13278         * config.guess (powerpc-harris-powerunix): Add guess for port
13279         to new target.
13280
13281 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13282
13283         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
13284
13285 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
13286
13287         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
13288         $(REALLY_SET_LIB_PATH) in Makefile.
13289         * Makefile.in (SET_LIB_PATH): New variable.
13290         (REALLY_SET_LIB_PATH): New variable.
13291         ($(DO_X)): Use $(SET_LIB_PATH).
13292         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
13293         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
13294         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
13295         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
13296         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
13297         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
13298         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
13299         (install-dosrel): Likewise.
13300         (all-opcodes): Depend upon all-libiberty.
13301
13302 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13303
13304         * config.guess (*:CYGWIN*): New
13305
13306 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13307
13308         * Makefile.in (all-target-winsup): All all-target-libiberty.
13309
13310 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13311
13312         * configure.in (noconfigdirs): Add missing # in front of comment.
13313
13314 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
13315
13316         * configure.in: add second pass to things added to noconfigdirs
13317         so *-gm-magic can exclude libgloss properly.
13318
13319 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
13320
13321         * mpw-configure (extralibs_name, rez_name): Set correctly
13322         for MWC68K compiler.
13323
13324         * mpw-README: Add more info on the necessary build tools.
13325
13326 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13327
13328         * configure.in, config.sub: Recognize cygwin32.
13329
13330 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
13331
13332         * config.guess, config.sub: Recognize A/UX.
13333
13334 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
13335
13336         * config.sub: Merge with gcc/config.sub.
13337
13338 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
13339
13340         * mpw-build.in (do-binutils): Add build of stamps.
13341
13342 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
13343
13344         * config.sub: Add recognition for mips64vr4100*-* targets.
13345
13346 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13347
13348         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
13349         Add creation of gconfigargs with `--enable-shared' turned on.
13350         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
13351         ($(host)-stamp-stage3-configured): Likewise.
13352         (HOLES): Add chatr and ldd.
13353         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
13354
13355 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
13356
13357         * configure: Pass --nfp to recursive configures.
13358
13359 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13360
13361         * Makefile.in (DLLTOOL): New.
13362         (DLLTOOL_FOR_TARGET): New.
13363         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
13364         (EXTRA_TARGET_FLAGS): Ditto.
13365         (EXTRA_GCC_FLAGS): Ditto.
13366         (CONFIGURE_TARGET_MODULES): Ditto.
13367         (DO_X): Ditto.
13368         * configure: Add DLLTOOL.
13369
13370 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
13371
13372         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
13373         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
13374         mh-sco, since old workarounds no longer needed, and don't
13375         build ld, since libraries have weak symbols in COFF.
13376
13377 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
13378
13379         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
13380
13381 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13382
13383         * configure.in: Make sure that ${CC} can be used to compile an
13384         executable.
13385
13386 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13387
13388         * Makefile.in (all-gdb): Depend on $(GDB_TK).
13389         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
13390         nothing depending on whether gdbtk is being built.
13391
13392 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
13393
13394         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
13395
13396 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
13397
13398         * configure.in (noconfigdirs): Put ld or gas in this early, if the
13399         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
13400
13401 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
13402
13403         * config-ml.in: Add support for
13404         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
13405         Simplify setting of multidirs from --disable-foo.
13406
13407 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13408
13409         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
13410         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
13411         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
13412         non-empty, pass them on to the  GCC make.
13413         (all-bootstrap): New rule that is like all-gcc, except it executes
13414         the GCC bootstrap rule instead of the GCC all rule.
13415
13416 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
13417
13418         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
13419
13420 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13421
13422         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
13423         DG/UX support.
13424
13425 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
13426
13427         * config.sub (i*86*) Change [345] to [3456]
13428
13429 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13430
13431         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
13432         --with-gnu-ld=no.
13433
13434 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13435
13436         * config-ml.in (rs6000*, powerpc*): Add switches to control which
13437         AIX multilibs get built.
13438
13439 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13440
13441         * configure.in (i386-win32): Don't build expect if we're not
13442         building the tcl subdir.
13443
13444 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
13445
13446         * Makefile.in: (configure-target-examples, all-target-examples):
13447         New targets, configure and build example programs.
13448
13449 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
13450
13451         * mpw-configure: If an mpw-config.in generated a file mk.sed,
13452         use it as input to sedit the generated MPW makefile.
13453         * mpw-README: Add a suggestion about Gestalt.h.
13454
13455 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
13456
13457         * config.sub: Accept *-*-ieee*.
13458
13459 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
13460
13461         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
13462         Ronald F. Guilmette <rfg@monkeys.com>.
13463
13464 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13465
13466         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
13467         for powerpc-pe native.
13468         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
13469         (target==powerpc-pe): duplicate i386-win32 entry.
13470
13471 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13472
13473         * configure.in (noconfigdirs): Exclude target-newlib for all versions
13474         of vxworks, not just vxworks5.1.
13475
13476 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
13477
13478         * mpw-configure: Add support for exec-prefix.
13479
13480 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13481
13482         * config.guess: Recognize HP model 816 machines as having
13483         a PA1.1 processor.
13484
13485 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13486
13487         * configure: Ignore new autoconf configure options.
13488
13489 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13490
13491         * config.guess:  Recognize Pentium under SCO.
13492         From Robert Lipe <robertl@arnet.com>.
13493
13494 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13495
13496         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
13497
13498 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
13499
13500         * configure.in: Don't configure gas for alpha-dec-osf*.
13501
13502 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
13503
13504         * configure.in: Default to --with-stabs for some targets for which
13505         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
13506         i[345]86*-*-unixware*.
13507
13508 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13509
13510         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
13511         rather than basing it on the target.  Simplify handling of options
13512         controlling which directories to configure.  Remove extraneous
13513         slash in multi-clean target.
13514
13515 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
13516
13517         * config-ml.in: Prefix more variables with ml_ so they don't collide
13518         with configure's.
13519
13520 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
13521
13522         * configure: Don't turn -v into --v.
13523
13524 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
13525
13526         * configure.in (targargs): Fix typo.
13527
13528         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
13529
13530 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
13531
13532         * configure.in: Strip --host and --target options from
13533         CONFIG_ARGUMENTS, and always configure for --host only.  Add
13534         --with-cross-host option when building with a cross-compiler.
13535         * configure: Canonicalize the arguments put into config.status by
13536         always using `=' for an option with an argument.  Pass a presumed
13537         --host or --target explicitly.
13538
13539 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
13540
13541         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
13542         into general OS recognition case.
13543
13544 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13545
13546         * configure.in (target_configdirs): add target-winsup only
13547         for win32 target systems.
13548
13549 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
13550
13551         * Makefile.in (all-target-libgloss): Depend upon
13552         configure-target-newlib, since when libgloss is built it looks to
13553         see if the newlib directory exists.
13554
13555 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
13556
13557         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
13558         cfg-ml-*.in.
13559
13560 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
13561
13562         * configure: Handle LD and LD_FOR_TARGET when configuring a
13563         Canadian Cross.
13564
13565 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13566
13567         * configure.in (target_libs): add target-winsup.
13568         (target==i386-win32): add patch diff flex make to $noconfigdirs.
13569         (target==ppcle-pe): remove ld from $noconfigdirs.
13570
13571 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
13572
13573         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
13574         Preserve relative path names in $srcdir.  Build symlink tree if
13575         configuring cross target dir and srcdir=. (= no VPATH support).
13576         (configure-target-libg++): Depend on configure-target-librx.
13577         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
13578         * config-ml.in: New file.
13579         * symlink-tree: New file.
13580         * configure: Ensure srcdir="." if that's what it is.
13581
13582 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
13583
13584         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
13585         includes and FLEX_SKELETON setting.
13586         * mpw-configure (--with-gnu-ld): New option, controls whether
13587         to use PPCLink or ld with PowerMac GCC.
13588         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
13589         * mpw-config.in: Configure grez if targeting Mac.
13590
13591         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
13592         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
13593         just macos.
13594         * configure.in: Configure grez resource compiler if targeting Mac.
13595         * Makefile.in (all-grez, install-grez): New targets.
13596
13597 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
13598
13599         * configure: CXX defaults to gcc, not g++.  If we find
13600         gcc in the path, set CC to gcc -O2.
13601
13602 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
13603
13604         * configure: Default ${build} correctly.  Avoid picking up extra
13605         spaces when reading CC and CXX from Makefile.  When doing a
13606         Canadian Cross, use plausible default values for numerous
13607         variables.
13608         * configure.in: When doing a Canadian Cross, don't try to
13609         configure tools whose configure script can't handle it.
13610
13611 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13612
13613         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13614
13615 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13616
13617         * configure:  Remove dubious bug reporting address.
13618
13619 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13620
13621         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
13622         configure script, run that instead of this directory's configure.
13623         In either case, print a message that we're configuring the sub-dir.
13624
13625 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13626
13627         * configure.in: Before checking for the existence of various files,
13628         use sed to filter out "target-".
13629
13630 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
13631
13632         * Makefile.in (DO_X): Split rule to decrease command line length
13633         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
13634         (Philippe De Muyter).
13635
13636 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13637
13638         * Makefile.in (all-patch): depend on all-libiberty.
13639
13640 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
13641
13642         * configure.in: If the only directory in target_configdirs which
13643         actually exists is libiberty, then set target_configdirs to empty,
13644         to avoid trying to build a target libiberty in a gas or gdb
13645         distribution.
13646
13647 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
13648
13649         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
13650         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
13651         systems.
13652
13653 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13654
13655         * configure.in (copy_dirs): Use sys-include instead of include
13656         for --with-headers option.
13657
13658 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
13659
13660         * Makefile.in, configure.in: Make winsup builds work with
13661         new scheme.
13662
13663 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
13664
13665         * configure.in: Build the linker on AIX.
13666
13667 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13668
13669         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
13670         where needed.
13671
13672 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
13673
13674         * Makefile.in (all-gcc): Fix typo.
13675
13676 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13677
13678         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
13679
13680 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13681
13682         * configure.in:  Rename libFOO to target-libFOO, and xiberty
13683         to target-xiberty, to provide more flexibility.
13684         (target_subdir):  Define.  Create if cross.
13685         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13686         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
13687         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13688         check-libFOO -> check-target-libFOO, etc.
13689         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13690         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13691         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13692         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
13693         allow ALL_GCC="" to only configure.
13694         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
13695         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
13696         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
13697
13698 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
13699
13700         * Makefile.in (taz): Build "info" in etc explicitly.
13701
13702 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
13703
13704         * configure.in:  Make sure that CC is undefined (as opposed to
13705         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
13706         problem with autoconf trying to configure on a host without GCC.
13707
13708 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13709
13710         * mpw-configure: Set host alias from choice of host compiler,
13711         only use generic MPW Makefile sed if present, edit a file
13712         named "hacked_Makefile.in" instead of "Makefile.in" if present.
13713         * mpw-README: Add problem notes about CW6 and CW7.
13714
13715 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
13716
13717         * Makefile.in (taz): Use ";" instead of ";;".
13718
13719 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13720
13721         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
13722         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13723         DISTDOCDIRS.
13724         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
13725         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
13726
13727 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13728
13729         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
13730         and gnats, because they are now subsumed by DISTSTUFFDIRS.
13731         Move bfd to DISTSTUFFDIRS.
13732
13733 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13734
13735         * Makefile.in (X11_LIB): Removed.
13736         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13737
13738         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13739
13740 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13741
13742         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13743         names.
13744
13745 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13746
13747         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13748
13749 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
13750
13751         * configure.in (i[345]86-*-win32): Always build newlib.
13752         Don't configure cvs, autoconf or texinfo.
13753         * Makefile.in (LD_FOR_TARGET): New.
13754         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13755         Pass down LD_FOR_TARGET.
13756
13757 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13758
13759         * winsup: New directory.
13760         * Makefile.in: Build winsup.
13761         * configure.in: Winsup is configured when target is win32.
13762         Can only build win32 target GDB when native.
13763
13764 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
13765
13766         * config.guess: Recognize HP model 819 machines as having
13767         a PA 1.1 processor.
13768
13769 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13770
13771         * configure: Fix sed loop which substitutes for CC and CXX to
13772         avoid bug found in various sed implementations.
13773
13774 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13775
13776         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13777         simulator.  Use standard powerpc-*-eabi*.
13778
13779 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
13780
13781         * configure.in: Stop putting gas and binutils in noconfigdirs for
13782         powerpc-*-aix* and rs6000-*-*.
13783
13784 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
13785
13786         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13787         -mcall-aixdesc libraries.
13788
13789 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
13790
13791         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13792
13793         * config.sub (arm | armel | armeb): Fix shell syntax.
13794
13795 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13796
13797         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13798         -msoft-float and -mcpu=common support.
13799         (powerpc*-*-eabisim*): Add support for building -mcall-aix
13800         libraries.
13801
13802 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13803
13804         * configure.in: Allow configuration and build of emacs19 for the alpha.
13805
13806 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13807
13808         * configure.in (CC): Get ^CC, not just any old CC, from
13809         ${host_makefile_frag}.
13810
13811 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13812
13813         * configure.in (CC): Try to get CC from
13814         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13815
13816 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13817
13818         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13819         only if it exists in $(srcdir).
13820
13821 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13822
13823         * configure: If CC and CXX are not set in the environment, set
13824         them, based on either an existing Makefile or on searching for gcc
13825         in PATH.  Substitute for CC and CXX in Makefile.
13826         * configure.in: Remove libm from target_libs.  Separate
13827         target_configdirs from configdirs.  If CC is not set in
13828         environment, try to get it from a host Makefile fragment.  Rewrite
13829         changes of configdirs to use skipdirs instead.  A few minor
13830         tweaks.  Take directories out of target_configdirs as they are
13831         taken out of configdirs.  Remove existing Makefile files from
13832         subdirectories.  Substitute for TARGET_CONFIGDIRS and
13833         CONFIG_ARGUMENTS in Makefile.
13834         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13835         by configure.in.
13836         (CONFIG_ARGUMENTS): Likewise.
13837         (CONFIGURE_TARGET_MODULES): New variable.
13838         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13839         ($(CONFIGURE_TARGET_MODULES)): New target.
13840         (configure-libg++, configure-libio): New targets.
13841         (all-libg++): Depend upon configure-libg++.
13842         (all-libio): Depend upon configure-libio.
13843         (configure-libgloss, all-libgloss): New targets.
13844         (configure-libstdc++): New target.
13845         (all-libstdc++): Depend upon configure-libstdc++.
13846         (configure-librx, all-librx): New targets.
13847         (configure-newlib): New target.
13848         (all-newlib): Depend upon configure-newlib
13849         (configure-xiberty): New target.
13850         (all-xiberty): Depend upon configure-xiberty.
13851
13852 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13853
13854         * configure.in (host i[345]86-*-win32):  Expand the
13855         noconfigdirs again.
13856
13857 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
13858
13859         * mpw-configure: Fix sed command file name.
13860
13861 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13862
13863         * configure.in (host i[345]86-*-win32): Reduce the
13864         noconfigdirs again.
13865
13866 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
13867
13868         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13869         or powerpc*-*-pe*, since they are not yet supported.
13870
13871 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13872
13873         Add PowerMac support and many other enhancements.
13874         * mpw-configure: New option --cc to select compiler to use,
13875         paste options set according to --cc into the generated
13876         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13877         if mpw-make.sed is present.
13878         * mpw-config.in: Don't test for gC1, test for mpw-touch,
13879         add forward includes for PowerPC include files.
13880         * mpw-build.in: Build using Makefile.PPC if present.
13881         (do-byacc, etc): Remove separate version resource builds.
13882         (do-gas): Build "stamps" before "all".
13883         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13884         * mpw-README: Update to reflect --cc option, PowerMac support,
13885         and recently-reported compatibility problems.
13886
13887 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
13888
13889         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13890         embedded m68k systems (-aout, -coff, -elf, -vxworks).
13891         (--with-multilib-top): Pass to recursive invocations.
13892
13893 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
13894
13895         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13896         v810-*-*.
13897
13898 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13899
13900         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13901         gdb, ld and opcodes on v810-*-*.
13902
13903 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13904
13905         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13906         (local-maintainer-clean): New target.
13907         (maintainer-clean): New target.
13908         (realclean): Just depend upon maintainer-clean.
13909
13910 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13911
13912         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13913
13914 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
13915
13916         * configure.in: Build ld in mips*-*-bsd* case.
13917
13918 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
13919
13920         * config.sub: Accept -lites* OS.  From Ian Dall.
13921
13922 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
13923
13924         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13925         targets.
13926
13927 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13928
13929         * configure.in: treat i386-win32 canadian cross the same as
13930         i386-go32 canadian cross.
13931
13932 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13933
13934         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13935         running under the simulator to build a reduced set of libraries.
13936         (powerpc-*-eabiaix): Add fine grained multilib support added to
13937         other powerpc targets yesterday.
13938
13939 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13940
13941         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13942         -disable-softfloat, -disable-relocatable, -disable-aix, and
13943         -disable-sysv to control which multilib libraries get built.
13944
13945 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13946
13947         * configure: Add Makefile.tem to list of files to remove in trap
13948         handler.
13949
13950 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13951
13952         * config.guess (*Linux*):  Add missing "exit"s.
13953         Also, need specific check for alpha-unknown-linux (uses COFF).
13954
13955 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13956
13957         * config.guess:  Merge with FSF:
13958
13959         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
13960         * config.guess (AIX4): More robust release numbering discovery.
13961
13962         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
13963         * config.guess (i386-sequent-ptx): Properly get version number.
13964
13965         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
13966         * config.guess (mips:*:4*:UMIPS): New case.
13967
13968 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13969
13970         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13971         (i386-win32 host): Likewise.  Don't build readline.
13972
13973 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
13974
13975         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
13976         SUPPORT_FILES to submakes.
13977
13978 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
13979
13980         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13981         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13982         mpw-configure.
13983
13984 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
13985
13986         * configure.in (appdirs): Use =, not ==, in test expression when
13987         trying to build the text to print in the warning message for
13988         Solaris users.
13989
13990 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
13991
13992         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13993
13994 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13995
13996         * config.guess: Recognize lynx-2.3.
13997
13998 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
13999
14000         * config.sub (z8ksim): Deleted
14001         (z8k-*-coff): New, this is the one true name of the target.
14002
14003 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
14004
14005         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
14006
14007 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
14008
14009         * config.guess (*:Linux:*:*): First try asking the linker what the
14010         default object file format is (elf, aout, or coff).  Then if this
14011         fails, try previous methods.
14012
14013 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14014
14015         * configure.in: Don't build newlib for *-*-vxworks5.1.
14016
14017 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14018
14019         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
14020         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
14021
14022 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
14023
14024         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
14025
14026 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
14027
14028         * cfg-ml-com.in: New file.
14029         * cfg-ml-pos.in: New file.
14030
14031 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14032
14033         * COPYING.NEWLIB: Add HP free copyright to list.
14034
14035 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14036
14037         * config.sub: Recognize -eabi* for the system, not just -eabi.
14038
14039 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14040
14041         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
14042         * config.sub, configure.in (win32): New target and host.
14043
14044 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14045
14046         * configure.in: Add i386-pe configuration.
14047
14048 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
14049
14050         * mpw-build.in (install): Install GDB after LD.
14051
14052 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
14053
14054         * mpw-config.in (elf/mips.h): Always forward-include, needed
14055         for GDB to build.
14056
14057 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14058
14059         * testsuite: New directory for customer acceptance and whole tool
14060         chain tests.
14061
14062 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14063
14064         * configure: If per-host line isn't found, but AC_OUTPUT is found
14065         and a configure script exists, run it instead.
14066
14067 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14068
14069         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
14070
14071 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14072
14073         * configure: Set build_{cpu,vendor,os,alias} to host values when
14074         --build isn't specified.
14075
14076 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14077
14078         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
14079         (FLAGS_TO_PASS): Pass them.
14080         (EXTRA_TARGET_FLAGS): Ditto.
14081
14082 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14083
14084         * Makefile.in (all-libg++): Depend on all-libstdc++.
14085
14086 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14087
14088         * configure.in (noconfigdirs): Enable all packages for
14089           i386-unknown-netbsd.
14090
14091 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
14092
14093         * configure.in (noconfigdirs): Don't configure tk for i386-go32
14094         hosted builds (DOS builds)
14095
14096 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
14097
14098         Changes for ARM based on patches from Richard Earnshaw:
14099         * config.sub: Handle armeb and armel.
14100         * configure.in: Omit arm linker only for riscix.
14101
14102 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14103
14104         * config.guess:  Update from FSF.
14105
14106 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
14107
14108         * config.sub: Recognize powerpcle as the little endian variant of
14109         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
14110         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
14111         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
14112         temporarily.
14113
14114 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
14115
14116         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
14117
14118 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
14119
14120         * config.sub: Accept -lites* as a basic system type.
14121
14122 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
14123
14124         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
14125         installed, and if so return linuxoldld as the system name.
14126
14127 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
14128
14129         * config.guess: Add hppa1.1-hp-lites support.
14130
14131 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14132
14133         * configure.in: Don't build newlib for m68k-vxworks5.1.
14134
14135 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14136
14137         * configure.in (mips-sgi-irix6): Use mh-irix5.
14138
14139 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
14140
14141         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
14142
14143 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14144
14145         * test-build.mk: Enable building of shared libraries on IRIX 5 and
14146         OSF/1.  Fix compiler flags.
14147         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
14148
14149 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
14150
14151         * configure.in: Recognize --with-newlib.
14152         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
14153
14154 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14155
14156         * Makefile.in: move {all,check,install}-gdb from *_MODULES
14157         to *_X11_MODULES due to gdbtk needing X include files et al.
14158
14159 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
14160
14161         Merge in support for Mac MPW as a host.
14162         (Old change descriptions retained for informational value.)
14163
14164         * mpw-config.in: Add generic include forwards for cpu-specific
14165         include files in aout and elf directories.
14166
14167         * mpw-configure: Added copyright.
14168         * mpw-config.in: Check for presence of required build tools.
14169         (target_libs): Add newlib.
14170         (target_tools): Add examples.
14171         (Read Me): Generate as "Read Me for MPW" instead.
14172         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
14173         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
14174         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
14175
14176         * mpw-configure: Remove subdir-specific makefile hackery,
14177         delete mk.tmp after using it.
14178
14179         * mpw-build.in (all): Display start and end times.
14180
14181         * mpw-configure (host_canonical): Set.
14182         (target_cpu): Always add to makefiles.
14183         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
14184         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
14185         (mpw-mh-mpw): Look for in srcdir and srcroot.
14186         Use sed instead of mpw-edit-prefix to edit prefix definitions.
14187
14188         * mpw-build.in: (install-only): New target.
14189
14190         * mpw-configure (host_alias, target_alias): Rename from hostalias
14191         and targetalias, add into generated Makefile.
14192         (mk.tmp): If present, add into generated Makefile.
14193         * mpw-build.in (all-gas): Build config.h first before gas proper.
14194
14195         * mpw-configure (config.status): Write only if changed.
14196         * mpw-config.in (readline): Configure it (not built, just used for
14197         definitions).
14198
14199         * mpw-config.in (elf/mips.h): Add a forward include.
14200
14201         * mpw-config.in: Forward-include most .h files in include into
14202         extra-include.
14203         (readline): Don't build.
14204         mpw-build.in (install): Install GDB.
14205
14206         * mpw-configure (prefix, mpw_prefix): Handle it.
14207         * mpw-config.in (mmalloc, readline): Don't configure.
14208         * mpw-build.in (thisscript): Rename to ThisScript.
14209         Use mpw-build instead of BuildProgram everywhere.
14210         (mmalloc, readline): Don't build.
14211         * mpw-README: New file, basic documentation about the MPW port.
14212
14213         * mpw-config.in: Use forward-include to create include files.
14214
14215         * mpw-configure: Add more things to the top of each configured
14216         Makefile, including contents of config/mpw-mh-mpw.
14217         * mpw-config.in (extra-include): Create this directory and fill it
14218         with Posix-like include files when configuring.
14219
14220         * config.sub (apple, mac, mpw): Add various aliases.
14221
14222         * mpw-build.in: New file, top-level build script fragment for MPW.
14223         * mpw-configure: New file, configure script for MPW.
14224         * mpw-config.in: New file, config fragment for MPW.
14225
14226 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14227
14228         * configure.in (host_libs): Remove glob, since it is gone from the
14229         sources.
14230
14231 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14232
14233         * Makefile.in: define empty GDB_NLM_DEPS var.
14234
14235         * configure.in(target_makefile_frag): use config/mt-netware
14236         for netware targets.
14237
14238 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14239
14240         * config.sub: Merge in recent FSF changes.  Remove linux special
14241         cases.
14242
14243 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14244
14245         Revert this change:
14246
14247         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
14248
14249                 * build-all.mk: Use CC=cc -Xs on Solaris.
14250
14251 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14252
14253         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
14254         stop using it.
14255         * Makefile.in: Nuke all references to glob subdirectory.
14256
14257 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14258
14259         * configure.in: Fix --enable-shared logic in per-host.
14260
14261 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14262
14263         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
14264
14265 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14266
14267         * configure.in (noconfigdirs): Don't build gas on AIX, for
14268         powerpc*-*-aix* as well as for rs6000*-*-aix*.
14269
14270 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
14271
14272         * configure: Fix --cache-file to work if the file argument is a
14273         relative path.
14274
14275 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
14276
14277         * configure: If the --cache-file is used, pass it down to
14278         configure in subdirectories.
14279
14280 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
14281
14282         * config.sub: add vxworks29k configuration.
14283
14284 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14285
14286         * Makefile.in (taz): Do "diststuff" part quietly.
14287
14288 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14289
14290         * config.sub: Mini-merge with gcc/config.sub.
14291
14292 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14293
14294         * config.guess (IRIX): Sed - to _.
14295
14296 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14297
14298         * Makefile.in (source-vault, binary-vault): New targets.
14299
14300 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
14301
14302         * config.sub: Recognize -eabi as a basic system type.
14303
14304 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14305
14306         * configure.in (enable_shared stuff): Fix typo.
14307
14308 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
14309
14310         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
14311
14312 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14313
14314         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
14315
14316 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
14317
14318         * configure.in (rs6000-*-*): Don't build gas.
14319
14320 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
14321
14322         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
14323         reduce command line length.
14324         (AS_FOR_TARGET): Check for as.new, not Makefile.
14325         (NM_FOR_TARGET): Check for nm.new, not Makefile.
14326
14327 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14328
14329         * config.guess:  Merge from FSF.
14330
14331 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14332
14333         * configure: Don't use $ when handling program_suffix.
14334
14335 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
14336
14337         * configure.in:  Configure tk for hppa/hpux.
14338
14339 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14340
14341         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
14342
14343 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14344
14345         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
14346         to LIBCXXFLAGS.  Tests are better run without it.
14347
14348 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
14349
14350         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
14351
14352 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
14353
14354         * configure.in (*-*-netware*): Don't configure xiberty.
14355
14356 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
14357
14358         * configure.in:  Remove tk from native_only list.
14359
14360 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
14361
14362         * build-all.mk: Add mips-ncd-elf target to sun4 targets
14363           for special NCD build.
14364
14365 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14366
14367         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
14368         makeall.bat, they're only useful for binutils snapshots.
14369         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
14370         makeall.bat to specified SUPPORT_FILES.
14371
14372 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
14373
14374         * build-all.mk: Add Ericsson targets to sun4 and solaris
14375           hosts.  Add  BNR's sun4 target to solaris host, so their
14376           build-from-source will be tested in-house first.
14377
14378 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14379
14380         * Makefile.in (LIBCFLAGS): New variable.
14381         (CFLAGS_FOR_TARGET): Ditto.
14382         (LIBCFLAGS_FOR_TARGET): Ditto.
14383         (LIBCXXFLAGS): Ditto.
14384         (CXXFLAGS_FOR_TARGET): Ditto.
14385         (LIBCXXFLAGS_FOR_TARGET): Ditto.
14386         (BASE_FLAGS_TO_PASS): Pass them.
14387         (EXTRA_TARGET_FLAGS): Ditto.
14388
14389         * configure.in: Support --enable-shared.
14390
14391 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14392
14393         * configure.in (target_libs):  Include libstdc++ again.
14394         * config.guess:  Update from FSF (for FreeBSD).
14395
14396 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14397
14398         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
14399         makeall.bat.
14400         (DISTDOCDIRS): Add `etc'.
14401         (ETC_SUPPORT_PFX): New variable.
14402         (taz): Include anything from etc starting with a word in
14403         ETC_SUPPORT_PFX.
14404
14405 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14406
14407         * config.sub: Update for recent FSF changes.  Remove obsolete
14408         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
14409         spacing changes.
14410
14411 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14412
14413         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
14414
14415         * config.guess:  Merge with FSF.
14416         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
14417
14418 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14419
14420         * configure: Since the "trap 0" handler will override the exit
14421         status on many systems, only use it for "exit 1", and make it set
14422         a non-zero exit status; reset it before "exit 0".  Also, check
14423         exit status of config.sub, and error out if it failed.
14424
14425 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
14426
14427         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
14428         and install libgloss.
14429
14430 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14431
14432         * Makefile.in (all-binutils): Depend upon all-byacc.
14433
14434         * configure.in: Don't build emacs on Irix 5.
14435
14436 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14437
14438         * configure.in (*-*-netware*): Add libio.
14439
14440 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14441
14442         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
14443         (CHECK_TARGET_MODULES): Ditto.
14444         (INSTALL_TARGET_MODULES): Ditto.
14445         (TARGET_LIBS): Ditto.
14446         (all-libstdc++): Note dependencies.
14447
14448 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14449
14450         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
14451
14452 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14453
14454         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
14455         -fexternal-templates.
14456
14457         * configure.in (target_libs): Add libstdc++.
14458         (noconfigdirs): Add libstdc++ as appropriate.
14459
14460 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14461
14462         * config.guess:  Update from FSF.
14463
14464 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14465
14466         * configure: Use ${config_shell} when running ${configsub}.
14467
14468 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
14469
14470         * config.sub: No longer recognize h8300h.
14471
14472 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14473
14474         * config.sub: Remove extraneous differences between config.sub and
14475         gcc/config.sub.
14476
14477 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14478
14479         * Makefile.in (DISTSTUFFDIRS): Add gas.
14480
14481 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
14482
14483         * COPYING.NEWLIB: New file.
14484
14485 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14486
14487         * config.guess (HP-UX):  Patch from Harlan Stenn
14488         <harlan@landmark.com> to also emit release level.
14489
14490 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14491
14492         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
14493
14494 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14495
14496         * config.sub:  Merge nextstep cleanup from FSF.
14497
14498 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14499
14500         * configure.in (arm-*-*): Don't configure ld for this target.
14501
14502 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14503
14504         * configure.in (*-*-netware): don't configure libg++, libio,
14505           librx, or newlib.
14506
14507 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14508
14509         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
14510         configure ld--it works, but it doesn't support shared libraries.
14511
14512 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14513
14514         * config.guess (*-unknown-freebsd*):  Get rid of possible
14515         trailing "(Release)" in version string.
14516         Patch from Paul Richards <paul@isl.cf.ac.uk>.
14517
14518 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14519
14520         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
14521         Fix type: *-next-neststep -> *-next-nextstep.
14522
14523         * config.guess:  Merge from FSF:
14524
14525         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
14526
14527         * config.guess: Recognize powerpc-ibm-aix3.2.5.
14528
14529         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
14530
14531         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
14532         instead of UNIX_SV for UnixWare 1.0).
14533
14534 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
14535
14536         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
14537         to make gdb/nlm/* build after the compiler and linker.
14538
14539 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14540
14541         * config.guess (netbsd, freebsd, linux):  Accept any machine,
14542         not just i[34]86.
14543         (m68k-atari-sysv4):  Relocate to match FSF version.
14544
14545         * config.guess:  More merges from the FSF:
14546
14547         Add a space before function call or macro invocation.
14548
14549         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14550
14551         * config.guess: Add trap cmd to remove dummy.c and dummy when
14552         interrupted.
14553
14554         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14555
14556         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
14557         (dummy): Redirect stderr from compilation of dummy.c.
14558
14559         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
14560
14561         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
14562
14563 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
14564
14565         * configure: Accept and ignore --cache*, for compatibility with
14566         new autoconf.
14567
14568 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14569
14570         * config.guess:  Merge from FSF:
14571
14572         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14573
14574         * config.guess (Pyramid*:OSx*:*:*): New case.
14575         (PATH): Add /.attbin at end for finding uname.
14576         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
14577
14578         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
14579
14580         * config.guess (M88*:DolphinOS:*:*): New case.
14581
14582         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
14583
14584         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14585         to select whether to use ELF or COFF.
14586
14587         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14588
14589         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
14590
14591         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
14592
14593         * config.guess: Guess the OS version for HPUX.
14594
14595         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
14596
14597         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14598
14599 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14600
14601         * configure.in: Recognize --with-headers, --with-libs, and
14602         --without-newlib.
14603         * Makefile.in (all-xiberty): Depend upon all-ld.
14604
14605 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14606
14607         * configure.in: Change i[34]86 to i[345]86.
14608
14609 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14610
14611         * configure (version): A few more tweaks to help message.
14612
14613 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14614
14615         * Makefile.in:  Remove (for now) librx as a host library,
14616         now that we're building it for target.
14617
14618 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14619
14620         * configure: Fix up help message; from karl@owl.hq.ileaf.com
14621         (Karl Berry).
14622
14623 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14624
14625         * configure.in:  Also configure librx.
14626
14627 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14628
14629         * Makefile.in:  Update various rules to reflect that librx
14630         is now needed for libg++.
14631
14632 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14633
14634         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14635
14636 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
14637
14638         * configure.in: Configure the examples directory.
14639
14640 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14641
14642         * configure: Simplify Jun 2 1994 change.
14643
14644 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14645
14646         * change CC to /usr/latest/bin/gcc for lynx host builds, since
14647         /bin/gcc isn't good enough to build gcc.
14648
14649 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
14650
14651         * Makefile.in (GDB_SUPPORT_FILES): Remove
14652         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
14653         (gdb.tar.gz): Add new rule to use standard distribution building
14654         mechanism.
14655
14656 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14657
14658         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
14659         Bill Cox <bill@cygnus.com>.
14660
14661 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14662
14663         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
14664
14665 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
14666
14667         * configure:  Search current dir first in .gdbinit.
14668
14669 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14670
14671         * config.sub:  Recognize freebsd (merged from gcc config.sub).
14672
14673 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14674
14675         * config.sub:  Refer to NeXT's operating system as nextstep.
14676
14677         * config.sub (case $basic_machine):  Re-order the cases, to match
14678         the order in the FSF version (which is mostly alphabethical).
14679         Merge in some additions and changes from the FSF.
14680
14681 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
14682
14683         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14684         * config.sub: Recognize cxux7.
14685         * configure.in: Use mh-cxux for m88k-harris-cxux*.
14686
14687 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14688
14689         * config.sub:  Fix typo powerpc -> powerpc-*.
14690
14691 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
14692
14693         * Makefile.in: `all-emacs19' depends on `all-byacc'.
14694
14695         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14696         parallel with all-emacs and install-emacs).  Top-level command
14697         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14698
14699 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14700
14701         * test-build.mk ($(host)-stamp-stage2-installed): Remove
14702         $(relbindir)/make before doing ``make install'', and use
14703         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
14704         installing over running make binary.
14705         ($(host)-stamp-stage3-installed): Likewise.
14706
14707 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14708
14709         * config.guess: Recognize Mach.
14710
14711 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14712
14713         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14714         see whether --exec-prefix was used.
14715
14716 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14717
14718         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
14719
14720 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14721
14722         * Makefile.in: Add all-librx target similar to all-libproc.
14723
14724 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
14725
14726         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
14727         with post 1.2 uname bogosity.
14728
14729 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14730
14731         * configure: Remove temporary files on receipt of a signal.
14732
14733 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
14734
14735         * configure: If there is a package_makefile_frag, remove
14736         ${subdir}/Makefile.tem after copying it in.
14737
14738 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14739
14740         * build_all.mk: support rs6000 lynx identifies itself as
14741         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
14742         since /bin/gcc is too feeble to compile a modern gcc.
14743
14744 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
14745
14746         * brought devo/test-build.mk update-to-date with progressive/
14747           test-build.mk. Add lynx targets and hppa flag info.
14748
14749 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14750
14751         * configure.in:  Use mh-ncrsvr43.  Patch from
14752         Tom McConnell <tmcconne@sedona.intel.com>.
14753
14754 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14755
14756         * config.guess (i386-unknown-bsdi):  No longer need to
14757         check #if defined(__bsdi__) && defined(__i386__).
14758
14759 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14760
14761         * configure: Set program_transform_nameoption correctly.
14762
14763 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
14764
14765         * brought build-all.mk update-to-date with progressive build-all.mk,
14766           added new targets and hppa info.
14767
14768 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14769
14770         * configure: If config.guess result is a prefix of the user
14771         specified target, assume a native build and use the user specified
14772         target as the host alias.  Remove SunOS patch suffix removal hack.
14773         * configure.in: Remove SunOS patch suffix removal hack.
14774
14775         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14776         in NATIVE_CHECK_MODULES.
14777
14778 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
14779
14780         * Makefile.in: Rename HOST_ONLY to NATIVE.
14781         * configure: Delete SunOs patch suffix from host_canonical
14782           and build_canonical variables that are prepended to Makefiles.
14783         * configure.in: Add comments for easier maintenance.
14784
14785 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14786
14787         * Makefile.in: Add all-libproc target similar to all-gui.
14788
14789 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
14790
14791         * Makefile.in (CHECK_MODULES): split into
14792         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14793
14794 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
14795
14796         * config.guess (i386-unknown-bsdi): New system to guess.
14797
14798 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14799
14800         * Makefile.in: Add all-gui target (but not yet build by "all").
14801
14802 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
14803
14804         * config.sub: Move deletion of patch suffix from here...
14805         * configure.in: To here, at Ian's suggestion.  The top-
14806           level scripts might need to know of a patch level.
14807
14808 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
14809
14810         * config.sub: Strip off patch suffix so rtl is recognized
14811           as a sunos4.1.3 machine, even though it's been patched.
14812
14813 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
14814
14815         * Makefile.in (INSTALL_LAST): Delete.
14816         (INSTALL_DOSREL): New.
14817
14818 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14819
14820         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14821         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14822         whether we pass down --with-gnu-ld anyhow.
14823
14824 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
14825
14826         * Makefile.in (INSTALL_LAST): Change operation so it works
14827         on more flavors of make.
14828         * configure.in (go32): Don't build libg++ or libio.
14829
14830 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
14831
14832         * Makefile.in (Move HOST_PREFIX_1 and friends up so
14833         they can be overriden by templates.
14834
14835 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
14836
14837         * configure.in (target==go32): Don't build gdb.
14838         * dosrel: New directory.
14839
14840 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
14841
14842         * configure.in (host==go32): Configure dosrel too.
14843         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14844         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14845         be set by incoming names or templates.
14846         (INSTALL_LAST): New rule.
14847
14848 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
14849
14850         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14851
14852 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14853
14854         * configure.in (appdirs): New variable.  Currently empty, but will
14855         be used in gas distribution.  If nonempty, lists a set of
14856         directories at least one of which must get configured, or top
14857         level configuration is considered to have failed.
14858         (rs6000-*-lynxos*): Use new file name.
14859
14860 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14861
14862         Eliminate XTRAFLAGS.
14863         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14864         newlib include files using -idirafter, and also use -nostdinc.
14865         (CXX_FOR_TARGET): Likewise.
14866         (XTRAFLAGS): Removed.
14867         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14868         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14869         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14870         ($(DO_X)): Don't pass down XTRAFLAGS.
14871
14872 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14873
14874         * configure.in (mips*-dec-bsd*): New target; do build linker.
14875         (mips*-*-bsd*): New target; don't build linker.
14876
14877 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14878
14879         * configure.in: support rs6000-*-lynxos* configuration.
14880         support sunos4 as a cross target.
14881
14882         * config.sub: look for lynx*, not lynx since the OS version may
14883         legitimately be part of the name.
14884
14885 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14886
14887         * configure.in (i[34]86-*-sco*): Move to be with other i386
14888         targets.
14889         (romp-*-*): New target.  Skip various binary utilities.
14890         (vax-*-*): New target.  Don't build newlib.
14891         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
14892
14893 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14894
14895         * configure.in: Only set host_makefile_frag if config
14896         directory exists.
14897
14898 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14899
14900         * install.sh: If $dstdir exists, don't check whether each
14901         component does.
14902
14903 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14904
14905         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14906
14907 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
14908
14909         * configure.in (*-*-lynxos*): Don't configure newlib for either
14910         native or cross Lynx.
14911
14912 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
14913
14914         * config.sub (sparc64-elf): Fix os.
14915         (z8k): Remove duplicate.
14916
14917 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14918
14919         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14920         gcc/stmp-fixproto, to try to prevent fixproto from being run.
14921
14922 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
14923
14924         * configure: Make file links cleanly even if Lynx fails on
14925           an NFS symlink (at least fail cleanly).
14926
14927 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14928
14929         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14930         -XNh2000.
14931
14932 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14933
14934         * configure: Unknown options are fatal again.
14935
14936 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
14937
14938         * configure: Ignore --x-includes and --x-libraries, for Autoconf
14939         compatibility.
14940
14941 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
14942
14943         * build-all.mk: Add `clean' target.
14944
14945 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14946
14947         * config.guess:  Add SINIX support.
14948         * configure.in:  Add mips-*-sysv4* support.
14949
14950 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
14951
14952         * build-all.mk: Document all useful targets.
14953         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14954         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14955
14956 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14957
14958         * configure: Support --silent, --quiet.
14959
14960 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14961
14962         * configure: Support --disable-FEATURE.
14963
14964 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14965
14966         * config.guess: Recognize NCR running SVR4.3.
14967
14968 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14969
14970         * config.guess:  Make BSDI generate i386-unknown-bsd386.
14971         Patch from Paul Eggert <eggert@twinsun.com>.
14972
14973 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14974
14975         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14976
14977 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14978
14979         * configure: Make unrecognized options give nonfatal warnings
14980         instead of fatal errors, and pass them to any subdirectory
14981         configures in case they recognize them.
14982         Make --x equivalent to --with-x.
14983
14984 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14985
14986         * configure: Add --enable-* options.  Clean up usage message and
14987         some comments.
14988
14989 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
14990
14991         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14992
14993 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14994
14995         * configure.in (hppa*-*-*): Enable binutils.
14996
14997 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14998
14999         * config.sub: Recognize cisco.
15000
15001 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
15002
15003         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
15004
15005 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15006
15007         * config.guess: about target *-hitachi-hiuxwe2, don't print more
15008         than one configuration name.  Add comment.
15009
15010 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
15011
15012         * config.guess: about target *-hitachi-hiuxwe2, fixed
15013         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
15014         macro is incorrect.]
15015
15016 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15017
15018         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
15019         than the "make ls" stuff which used to be here.
15020
15021 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15022
15023         * config.guess:  Recognize i[34]86-unknown-freebsd.
15024         From Shawn M Carey <smcarey@rodan.syr.edu>.
15025
15026 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15027
15028         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
15029
15030 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
15031
15032         * config.guess: Check for ptx.
15033
15034 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
15035
15036         * config.sub: Add os9k checking.
15037
15038 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15039
15040         * config.guess: Handle OSF1 running on HPPA processors
15041
15042 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
15043
15044         * configure: If subdir configure fails, print out a message with
15045         subdirectory name, in case subdir's configure code didn't identify
15046         itself.
15047
15048 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
15049
15050         * configure.in: Remove embedded newlines from configdirs.
15051         Avoid mismatches of substrings.  Fix matching strings at end
15052         of configdirs.
15053
15054 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
15055
15056         * config.guess:  Add Lynx/rs6000 config support.
15057
15058 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
15059
15060         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
15061
15062 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
15063
15064         * configure.in (hppa*-*-osf*): Treat this just like most other
15065         PA configurations (eg no binutils or ld).
15066         (hppa*-*-*elf*): These configurations have binutils and ld.
15067
15068 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15069
15070         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
15071
15072 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15073
15074         * configure.in (rs6000-*-*): Build gas.
15075
15076 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15077
15078         * Makefile.in:  Avoid bug in losing hpux sed.
15079
15080 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15081
15082         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
15083         for GDB and GDB has been fixed to not need it.
15084
15085 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15086
15087         * config.guess: Recognize vax hosts.
15088
15089 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15090
15091         * configure (while loop): Don't use "break 2" inside case
15092         statement -- the case statement isn't an enclosing loop.
15093
15094 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15095
15096         * config.guess:  Clean up NeXT support, to allow nextstep
15097         on Intel machines.  Make OS be nextstep.
15098
15099 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
15100
15101         * config.guess: Add alternate forms for Convex.
15102
15103 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
15104
15105         * configure:  Completely rewrite option processing.  Take
15106         advantage of pattern-matching to avoid invoking test frequently.
15107         Also clean up host and target defaulting logic.
15108
15109 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15110
15111         * Makefile.in: Replace all occurrances of "rootme" with "r" and
15112         "$${rootme}" with "$$r", to increase the likelihood that the do-*
15113         commands (plus user environment) will fit SCO limits.
15114
15115 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15116
15117         * configure.in: Don't issue warnings about directories which are
15118         not being configured if -norecursion is set.  Correct test for
15119         --with-gnu-as and --with-gnu-ld to not get confused by substring
15120         matches.
15121
15122         * configure.in: Don't build gas for alpha-dec-osf1*.
15123
15124 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
15125
15126         * configure:  Back out Per's change of 12/19/1993.  It changes the
15127         behavior of configure in unexpected and confusing ways.
15128
15129         Also, use different delim char when calculating
15130         program_transform_name so that the name can contain slashes.
15131
15132 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
15133
15134         * configure.in, config.sub: Add support for VSTa micro-kernel.
15135
15136 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
15137
15138         * configure.in: Nuke hacks which were used to get a special
15139         version of GAS for HPPA configurations.
15140
15141 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15142
15143         * configure:  If only ${target_alias} is given, use that
15144         as the default for ${host_alias}.
15145         * configure:  Add missing back-slashes before nested quotes.
15146
15147 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15148
15149         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
15150
15151 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
15152
15153         * config.guess:  Recognize some Tektronix configurations.
15154         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
15155
15156 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15157
15158         * config.sub: Match any flavor of SH.
15159
15160 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
15161
15162         * configure.in: Don't try to configure newlib for Alpha.
15163
15164 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15165
15166         * configure.in: Don't build ld for Irix 5.  Don't build gas,
15167         libg++ or libio for any Alpha target.
15168
15169         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
15170
15171 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
15172
15173         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
15174         default arguments -- so it tried to compress itself.
15175
15176 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15177
15178         * configure.in (notsupp): ensure that a space is always at the end
15179           of the configdirs list, since the grep checks for an explicit space
15180
15181 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15182
15183         * configure.in (target i386-sysv4.2): don't build ld, since static
15184           versions of many libraries are not available.
15185
15186 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15187
15188         * config.guess: Recognize Apollos (using environment variables).
15189         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
15190
15191 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15192
15193         * config.guess: Recognize Sony news mips running newsos.
15194
15195 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
15196
15197         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
15198         "fi ; else" for bash.
15199
15200 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
15201
15202         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
15203
15204 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
15205
15206         * config.sub: accept unixware as an alias for svr4.2.
15207         Fix some inconsistancies with the gcc version.
15208
15209 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15210
15211         * Makefile.in (DISTDOCDIRS):  Add gdb.
15212
15213 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15214
15215         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
15216
15217 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15218
15219         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
15220         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
15221         this now.
15222
15223 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15224
15225         * config.sub: Accept hiux* as an OS name.
15226
15227         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
15228         etc/make-stds.texi.  The underscore came from gcc, and dje now
15229         agrees that RUNTESTFLAGS is the correct name.
15230
15231 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15232
15233         * install.sh:  Remove 'set -e'.  It makes any conditionals
15234         in the script useless.
15235
15236         * config.guess: Automatically recognize arm-acorn-riscix
15237         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
15238
15239 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
15240
15241         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
15242
15243 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15244
15245         * Makefile.in (DISTDOCDIRS): New variable.
15246         (taz): Edit local Makefile.in sooner, instead of proto-toplev
15247         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
15248
15249 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15250
15251         * configure.in (hppa target): check the source directory for the
15252           pagas sub-directory
15253
15254 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
15255
15256         * config.sub: Allow -aout* and -elf*.
15257
15258 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15259
15260         * configure.in: Don't build ld on i386-solaris2, same as for
15261         sparc-solaris2.
15262
15263 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15264
15265         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
15266
15267 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15268
15269         * configure.in:  Configure gdb for alpha.
15270
15271 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15272
15273         * Makefile.in (CXXFLAGS): Add -O.
15274
15275 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15276
15277         * config.guess: added support for DG Aviion
15278
15279 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15280
15281         * configure.in: Produce warning message for subdirectories not
15282         configurable for this host/target combination.  Don't try to
15283         configure gdb for vms.
15284
15285 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15286
15287         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
15288         appropriate files before making "diststuff".
15289         (DISTBISONFILES): New var: list of files to be edited.
15290         (DISTSTUFFDIRS): Add binutils.
15291
15292 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15293
15294         * config.sub: also handle mipsel and mips64el (for little endian mips)
15295
15296 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15297
15298         * configure.in: Add * to end of all OS names.
15299
15300 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
15301
15302         * configure.in: Build newlib for LynxOS native.
15303
15304 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15305
15306         * config.guess: Add support for delta 88k running SVR3.
15307
15308         * configure.in: Add comment about HP compiler vs. emacs.
15309
15310 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15311
15312         * configure.in: don't build ld on solaris2 (not a viable option
15313           due to bugs in getpwnam & getpwuid)
15314
15315 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15316
15317         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
15318         config.guess will produce a full version number.
15319
15320 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15321
15322         * configure.in: Build linker and binutils for alpha-dec-osf1.
15323
15324 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15325
15326         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
15327         and gdb/testsuite/Makefile.in.
15328
15329 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15330
15331         * configure.in: recognize mips*- instead of mips-
15332
15333 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15334
15335         * config.sub: Accept linux*coff and linux*elf as operating
15336         systems.
15337
15338 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15339
15340         * config.sub: Recognize mips64, and mips3 as an alias for it.
15341
15342 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15343
15344         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
15345         gdb knows how to handle OSF/1 shared libraries.
15346
15347 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15348
15349         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
15350         * config.guess: Recognize Hitachi's HIUX.
15351         * config.sub: Recognize h3050r* and hppahitachi.
15352         Remove redundant cases for hp9k[23]*.
15353
15354 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15355
15356         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
15357         if gas and ld are in the source tree and are in ${configdirs}.
15358         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
15359         --with options (but still pass them down on the command line,
15360         if they were explicitly specified).
15361
15362 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15363
15364         * configure: substitute SHELL value in Makefile.in with
15365         ${CONFIG_SHELL}
15366
15367 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15368
15369         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
15370         *-*-solaris2* targets.
15371
15372 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15373
15374         * Makefile.in: define M4, and pass it down to sub-makes;
15375         all-autoconf now depends on all-m4
15376
15377 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15378
15379         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
15380         presence of {ar,ranlib} instead of a configured directory
15381
15382 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
15383
15384         * config.guess: Accept 34?? as well as 33?? for NCR.
15385
15386 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15387
15388         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
15389         of 'gas' in sed commands, since 'gash' is now in the tree as well.
15390
15391 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15392
15393         * configure: grab values for $(CC) and $(CXX) from the
15394         environment, so that someone can do "CC=gcc configure; make" and
15395         have it work right (matching the way that autoconf works now)
15396
15397         * configure.in, Makefile.in: add support for gash, the tcl
15398         interface to Galaxy
15399
15400         * config.guess: add NetBSD variants (hp300, x86)
15401
15402 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
15403
15404         * install.sh: Support -d option (in the manner of SunOS 4 install,
15405         as it is more deterministic than that of GNU install)
15406         (chmodcmd): Set file to mode 755 by default (should also do default
15407         chgrp and chown, but I don't feel like dealing with that now)
15408
15409 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
15410
15411         * config.sub: Remove h8300hhms alias.
15412
15413 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15414
15415         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
15416
15417 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15418
15419         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
15420         as stmp-fixinc
15421
15422 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15423
15424         * config.sub: recognize m88110-bug-coff.
15425
15426 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15427
15428         * Makefile.in (all-libio): all dependencies on the toolchain used
15429         to build this (gcc, gas, ld, etc)
15430
15431 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15432
15433         * config.guess: Deal with OSF/1 1.3 on alpha.
15434
15435 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15436
15437         * install.sh: add some 'else true' clauses for portability
15438
15439         * configure.in: don't build libio for h8[35]00-*-* targets
15440
15441 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15442
15443         * Makefile.in:  Add support for new libio.
15444
15445 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15446
15447         * install.sh: If one command fails, don't try the rest.  Don't try
15448         to remove $dsttmp (via trap) unless we have already created it.
15449         If $src doesn't exist, detect it and exit with an error.
15450
15451         * config.guess: Recognize BSD on hp300.
15452
15453 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15454
15455         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
15456         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
15457
15458 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
15459
15460         * Makefile.in (all-send-pr): depends on all-prms
15461
15462 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15463
15464         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
15465
15466 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15467
15468         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
15469         Added test for mips-mips-riscos5.
15470
15471 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15472
15473         * configure.in: use mh-hp300 for 68k HP hosts
15474
15475 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15476
15477         * configure: add support for CONFIG_SHELL, so that you can use
15478         some alternate shell for evaluating configure scripts
15479
15480 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
15481
15482         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
15483         in configure script to bug-gdb@prep.ai.mit.edu when building
15484         distribution archive.
15485         * Makefile.in (COMPRESS):  Remove def.
15486         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
15487         gdb.tar.Z and make-gdb.tar.Z respectively.
15488         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
15489         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
15490         to convergence with 'taz' target in Makefile.in.
15491
15492 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15493
15494         * install.sh (dsttmp): use trap to ensure that tmp files go
15495         away on error conditions
15496
15497 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15498
15499         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
15500
15501 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15502
15503         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
15504         its parent is '/' not ''.
15505
15506         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
15507
15508 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
15509
15510         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
15511         that ${newsrcdir}/configure.in does.
15512
15513 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15514
15515         * test-build.mk: support for CONFIG_SHELL
15516
15517 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
15518
15519         * config.sub (netware):  Add as a basic system type.
15520
15521 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15522
15523         * Makefile.in (Makefile): depend on configure.in.  Also drop the
15524           $(srcdir)/ from the dependency on Makefile.in.
15525
15526 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
15527
15528         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
15529         (h8300hhms is temporary until multi-libraries are implemented).
15530         * configure.in: Handle h8300h too.
15531
15532 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15533
15534         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
15535
15536 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
15537
15538         * configure:  Remove extraneous output when guessing host type.
15539         * config.guess:  Remove extraneous output when guessing using C
15540         compiler rather than uname, or when guessing fails.
15541
15542 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
15543
15544         * Makefile.in: remove all.cross and install.cross targets
15545
15546         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
15547           definitions
15548
15549 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
15550
15551         * configure.in (target sh): Build gprof.
15552
15553 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15554
15555         * config.sub: change -solaris to -solaris2
15556
15557 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15558
15559         * configure.in: Use config/mh-riscos for mips-*-sysv*.
15560
15561 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
15562
15563         * configure: Correct error message for missing Makefile.in to
15564         print correct directory.
15565
15566 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15567
15568         * install.sh: kludge around 386BSD shell bug
15569
15570 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
15571
15572         * config.guess:  Recognize NeXT.
15573         * config.guess:  Recognize i486-ncr-sysv4.
15574         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
15575
15576 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
15577
15578         * Makefile.in (MAKEINFOFLAGS): New variable.
15579         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
15580         * build-all.mk, test-build.mk: Pass down --no-split as
15581         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
15582
15583 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
15584
15585         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
15586
15587 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
15588
15589         * Makefile.in (libg++.tar.z):  New rule.
15590         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
15591         * Makefile.in (taz):  Only do a single chmod.
15592
15593 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15594
15595         * install.sh: don't use dirname anymore (replaced with sed usage)
15596
15597 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
15598
15599         * Makefile.in:  Change extension for gzip'd files from '.z' to
15600         '.gz' per new FSF standard usage.
15601
15602 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15603
15604         * configure: put quotes around the final value of program_transform_name
15605
15606 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15607
15608         * Makefile.in: new install.sh support; update install-info rules
15609
15610 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
15611
15612         * configure.in: Build diff for crosses, but not for go32 host.
15613
15614         * configure.in: Build gprof only for native, and don't build it
15615         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15616
15617 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
15618
15619         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15620
15621 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15622
15623         * configure.in (host_tools): Add prms.
15624
15625 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15626
15627         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15628         with $(FLAGS_TO_PASS) on the command line
15629
15630         * config.sub: Recognize lynx and lynxos
15631
15632 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15633
15634         * config.sub: Accept -ecoff*, not just -ecoff.
15635
15636 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15637
15638         * Makefile.in (taz): Use .gz suffix instead of .z.
15639         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15640         names.
15641
15642 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15643
15644         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15645
15646 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15647
15648         * Makefile.in (install-no-fixedincludes):  install gcc last, so
15649         that rebuilds that might happen during 'make install' don't get
15650         bogus gcc include files
15651
15652 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15653
15654         Change from Utah for HPPA support:
15655         * config.guess: Recognize hppa1.x-hp-bsd.
15656
15657 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
15658
15659         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
15660         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
15661
15662 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15663
15664         * config.sub: Add support for rom68k and bug boot monitors.
15665
15666 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
15667
15668         * Makefile.in: Make all-opcodes depend on all-bfd.
15669
15670 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15671
15672         * config.guess: Added special check for i[34]86-univel-sysv4*.
15673
15674 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
15675
15676         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15677         the processor rather than assuming i486.
15678
15679 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15680
15681         * config.guess: Recognize SunOS6 as Solaris3.
15682
15683 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
15684
15685         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
15686         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15687
15688 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
15689
15690         * build-all.mk (all-cross): New target for Canadian Cross.
15691         Added Q2 go32 targets.
15692         * test-build.mk: Configure go32 cross sparclite-aout and
15693         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
15694         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15695
15696 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15697
15698         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15699         GO32 hosted toolchains
15700
15701 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15702
15703         * configure: change  so "-exec-prefix" gets passed down rather
15704         than "-exec_prefix" so autoconf generated Makefiles get the
15705         exec_prefix set right.
15706
15707 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15708
15709         * config.guess: get the Solaris2 minor version number
15710
15711         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15712
15713 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15714
15715         * config.guess: Recognize some Sequent platforms.
15716
15717 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15718
15719         * Makefile.in: added the vault-install target
15720
15721         * configure.in: actually use the Sun3 makefile fragment that's in
15722         config, also added the release dir to configdirs
15723
15724 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15725
15726         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15727
15728 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15729
15730         * configure.in: remove some program from Alpha targetted toolchains
15731
15732 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
15733
15734         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
15735         gprof.
15736         (taz): Run "make diststuff" in those directories instead of "make
15737         proto-dir".  Look for "VERSION=" only at start of line in subdir
15738         Makefile.  Use "gzip -9" for compression.
15739         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15740         (binutils.tar.z): New target.
15741
15742 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15743
15744         * Makefile.in (taz): Include gpl.texinfo.
15745
15746 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15747
15748         * Makefile.in (setup-dirs): Merged into "taz" target.
15749         (taz): Only do `proto-dir' stuff if a directory is actually needed
15750         for this target.
15751
15752 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
15753
15754         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15755         (FLAGS_TO_PASS): Pass down MUNCH_NM.
15756         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15757         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15758         (gcc-no-fixedincludes): Correct for current gcc Makefile.
15759
15760 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
15761
15762         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
15763         config.sub, and move-if-change to gdb testsuite distribution
15764         archive, so the testsuite can be extracted, configured, and
15765         run separately from the gdb distribution.  Blow away the Chill
15766         tests that require a Chill compiled executable, since GNU Chill
15767         is not yet publically available.
15768
15769 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15770
15771         * test-build.mk: set environment variables in a single command,
15772         instead of a list of assignments and exports
15773
15774         * config.guess: recognize Alpha/OSF1 systems
15775
15776 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15777
15778         * configure: Change help message to prefer --options rather than
15779           -options.
15780
15781 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15782
15783         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15784         zippy@ecst.csuchico.edu.
15785         * config.guess: Recognize miniframe.
15786
15787 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15788
15789         * Makefile.in: Use srcroot to find runtest rather than rootme.
15790         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
15791
15792 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
15793
15794         * test-build.mk: Extensive additions to support building on a
15795         machine other than the host.
15796
15797 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15798
15799         * configure (tooldir): Fix for i386-aix again.
15800
15801 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
15802
15803         * configure, Makefile.in:  Change definition of $(tooldir)
15804         to match the FSF.
15805
15806 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
15807
15808         * config.guess:  Recognize i[34]86/SVR4.
15809
15810 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15811
15812         * Makefile.in (all-gdb): gdb depends on sim.
15813
15814 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
15815
15816         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
15817         at the same time we make the prototype gdb directory.
15818         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
15819         files at the same time as the gdb base release distribution.
15820
15821 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
15822
15823         * Makefile.in (check): Use individual check targets rather than
15824         DO_X rule.
15825         (check-gcc): Added.
15826
15827 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
15828
15829         * config.sub: Use sysv3.2 not sysv32 for canonical OS
15830         for System V release 3.2.
15831
15832 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15833
15834         * config.sub: Recognize hppaosf.
15835         * configure.in: Do configure ld/binutils/gas for it.
15836
15837 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15838
15839         * configure (tooldir): Alter syntax used to set this, for systems
15840         where "\$" isn't handled right, like i386-aix.
15841
15842 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15843
15844         * configure: Pass program-transform-name, not
15845         program_transform_name, to recursive configures.
15846
15847 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
15848
15849         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15850         of gas+ld+binutils.
15851
15852 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
15853
15854         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
15855
15856 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15857
15858         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15859
15860 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15861
15862         * Makefile.in (PRMS): Set back to all-prms.
15863
15864 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15865
15866         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15867         targets, rather than for MIPS hosts.
15868
15869 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15870
15871         * configure.in: add comment for --with-x default values
15872
15873         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15874
15875         * Makefile.in: add check-* targets for each of the directories in
15876         the tree.  Add a definition of RUNTEST that will use the one we
15877         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
15878
15879 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
15880
15881         * configure.in: Removed obsolete references to bfd_target and
15882         target_makefile_frag.
15883
15884         * build-all.mk: Set assorted targets for Q2.
15885         * config.sub: Recognize z8k-sim and h8300-hms.
15886         * test-build.mk: Really don't pass host to configure.
15887         (HOLES): Added uname.
15888
15889 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
15890
15891         * configure: Handle an empty program-prefix, program-suffix or
15892         program-transform-name correctly.
15893
15894 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15895
15896         * build-all.mk: -G 8 no longer required for MIPS targets.
15897         * test-build.mk: Don't pass host argument to configure; make it
15898         guess.
15899
15900 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
15901
15902         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
15903         * Makefile.in (COMPRESS):  New macro, like GZIP.
15904
15905 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15906
15907         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15908
15909         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15910         with gas currently defaults to -G 0.
15911
15912 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
15913
15914         * Makefile.in (all-flex): flex depends on byacc.
15915
15916         * build-all.mk: If host not specified, use config.guess.  Pass TAG
15917         to test-build.mk as RELEASE_TAG.
15918         * test-build.mk (configargs): New variable containing arguments to
15919         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
15920         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15921
15922         * config.guess: Use /bin/uname when checking -X argument on SCO,
15923         to avoid invoking GNU uname which doesn't understand -X.
15924
15925         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15926
15927         * configure.in: Build gas for mips-*-*.
15928
15929 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15930
15931         * Makefile.in (all.normal): insert missing backslash.
15932
15933 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15934
15935         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15936
15937         * Makefile.in: Complete overhaul to merge many almost identical
15938         targets.
15939
15940 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15941
15942         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15943         (gdb.tar.Z): Adjusted.
15944
15945         * Makefile.in (setup-dirs, taz): New targets; should be general
15946         enough to adapt for gdb sometime.  Build only .z file.
15947         (gas.tar.z): New target.
15948
15949 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
15950
15951         * build-all.mk: Use CC=cc -Xs on Solaris.
15952
15953 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
15954
15955         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
15956         for handling BISON for FSF releases.
15957
15958 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15959
15960         * configure: Actually implement the change zoo just documented.
15961
15962 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
15963
15964         * configure: when using config.guess, only set target_alias when
15965         it's not already been set (ie, on the command line)
15966
15967 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15968
15969         * Makefile.in: add installcheck target, set PRMS to install-prms
15970
15971 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15972
15973         * configure: add support for package_makefile_fragment, handle the
15974         case where a directory has a configure.in file but no Makefile.in
15975         more gracefully (with an actual understandable error message, even);
15976         add support for --without (and add this to the usage message); also
15977         explicitly add a --host=${host_alias} to the command line when
15978         config.guess is used
15979
15980 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15981
15982         * configure: Must use both --host and --target in recursive calls.
15983
15984 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15985
15986         * Makefile.in: Change deja-gnu to dejagnu.
15987
15988 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15989
15990         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15991
15992 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15993
15994         * configure.in: canonicalize all instances to *-*-solaris2*,
15995         also strip out a number of tools to not build for go32 host
15996
15997 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15998
15999         * config.guess: add GPL.
16000
16001         * Makefile.in, config.guess, config.sub, configure: bump
16002           copyrights to 93.
16003
16004 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
16005
16006         * Makefile.in (do-info): Removed obsolete check for existence of
16007         localenv file.
16008
16009         * Makefile.in (MAKEOVERRIDES): Define to be empty.
16010
16011 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16012
16013         * Makefile.in: a couple of 'else true' for decstation,
16014         support for TclX
16015
16016         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
16017
16018 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
16019
16020         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
16021
16022 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
16023
16024         * config.guess: Recognize i386-ibm-aix (PS/2).
16025         * configure.in: Use config/mh-aix386 file for it.
16026
16027 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
16028
16029         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
16030         CC_FOR_TARGET instead.
16031         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
16032
16033 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
16034
16035         * Makefile.in: Add sim to list of directories sent with gdb
16036
16037 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
16038
16039         * configure.in: Put back mips-dec-bsd* case.
16040
16041 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
16042
16043         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
16044         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
16045         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
16046
16047 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16048
16049         * configure.in: remove no-op mips-dec-bsd* in "case $target"
16050
16051         * Makefile.in (dir.info): only run gen-info-dir if it exists,
16052         (install-info): install dir.info only if it exists,
16053         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
16054
16055 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
16056
16057         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
16058         gas for mips-dec-bsd.
16059
16060 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
16061
16062         * configure (makesrcdir): If ${srcdir} is relative and not ".",
16063         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
16064
16065 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
16066
16067         * configure.in: Added "dejagnu" to hosttools list.
16068
16069 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
16070
16071         * config.sub, configure.in, config.guess:  Add support
16072         for Bosx, an AIX variant from Bull.
16073         Patches from F.Pierresteguy@frcl.bull.fr.
16074
16075 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
16076
16077         * devo/dejagnu: Initial creation of devo/dejagnu.
16078         Migrated dejagnu testcases and support files for testing software
16079         tools to reside as subdirectories, currently called "testsuite",
16080         within the directory of the software tool.  Migrated all programs,
16081         support libraries, etc. beloging to dejagnu proper from
16082         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
16083         with no modifications.  The changes to these files which will
16084         allow them to configure, build, and execute properly will be made
16085         in a future update.
16086
16087 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16088
16089         * Makefile.in: Change send_pr to send-pr.
16090         * configure.in: Likewise.
16091         * send_pr: Renamed directory to send-pr.
16092
16093 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
16094
16095         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
16096
16097 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
16098
16099         * README:  Update for gdb-4.8 release.
16100         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
16101         gdb-xxx.tar.z (gzip'd) file also.
16102
16103 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16104
16105         * Makefile.in: make all-diff depend on all-libiberty
16106
16107 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
16108
16109         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
16110
16111 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16112
16113         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
16114
16115 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
16116
16117         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
16118         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
16119         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
16120
16121 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16122
16123         * Makefile.in:  makeinfo binary is in a new location
16124
16125 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
16126
16127         * config.sub: Accept -ecoff as an OS.
16128
16129         * Makefile.in: Various changes to eliminate a level of make
16130         recursion and reduce the required command line length.
16131         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
16132         sub-makes.
16133         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
16134         variables holding settings for specific sub-makes.
16135         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
16136         in terms of BASE_FLAGS_TO_PASS.
16137         (TARGET_LIBS): New variable listing directories which use
16138         TARGET_FLAGS_TO_PASS.
16139         (subdir_do): Eliminated.
16140         (do-*): New set of targets to replace subdir_do.
16141         (various): All targets which used subdir_do now depend on do-*.
16142         (local-clean): Renamed from do_clean.
16143         (local-distclean): New target, dependency of distclean and
16144         realclean.
16145         (install-info): Don't create directories.  Depend on dir.info
16146         rather than calling make recursively.
16147         (install-dir.info): Eliminated.
16148         (install-info-dirs): Create all info directories here.
16149         (dir.info): Depend upon do-install-info.
16150
16151         * test-build.mk (HOLES): Added false.
16152
16153 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
16154
16155         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
16156
16157 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16158
16159         * Makefile.in (info): remove dependency on all-texinfo.  The
16160         problem was really in texinfo/C, not at this level.
16161
16162 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16163
16164         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
16165
16166 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
16167
16168         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
16169         GDB releases.
16170
16171 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16172
16173         * configure: Include srcdir in message about target of link not
16174         being found.  Don't convert `-' to `_' in `with' options being
16175         passed to subdirs.
16176
16177 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16178
16179         * configure.in: add uudecode to host_tools
16180
16181         * Makefile.in: added {all,install}-uudecode targets, added them to
16182         the appropriate lists
16183
16184 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
16185
16186         * Makefile.in (all-gcc): Added dependency on all-gas.
16187
16188         * configure.in (mips-*-*): Build ld and binutils.
16189
16190 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16191
16192         * configure: check return code from mkdir, print error message and
16193           exit on failure.
16194
16195 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
16196
16197         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
16198
16199 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16200
16201         * test-build.mk (HOLES): Added tar, cpio and uudecode.
16202
16203 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16204
16205         * config.sub (h8500):  Recognize this as a cpu type.
16206
16207 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16208
16209         * configure: source directory missing is no longer a warning
16210
16211         * configure.in: recognize irix[34]* instead of irix[34]
16212
16213         * Makefile.in: define and pass down X11_LIB
16214
16215 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
16216
16217         * guess-systype: Renamed to ...
16218         * config.guess:  ... by popular request.
16219         * configure.in, Makefile.in:  Update accordingly.
16220
16221 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
16222
16223         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
16224         + Add Convex, Cray/Unicos, and Encore/Multimax support.
16225         + Execute ./dummy instead of assuming . is in PATH.
16226
16227 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
16228
16229         * guess-systype:  New shell script.  Attempts to guess the
16230         canonical host name of the executing host.
16231         Only a few hosts are supported so far.
16232         * configure:  Call guess-systype if no host is specified.
16233
16234 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16235
16236         * Makefile.in (gcc-no-fixedincludes): Made to work with current
16237         gcc Makefile.
16238
16239
16240 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
16241
16242         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
16243         (all-gcc, install-gcc, subdir_do): Use it.
16244
16245 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16246
16247         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
16248
16249 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
16250
16251         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
16252           set exclusively by configure, using configure.in .
16253
16254 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16255
16256         * test-build.mk: set $PATH for all builds
16257
16258         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
16259
16260 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
16261
16262         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
16263         the one used in gcc/Makefile.in, so that a null expansion doesn't
16264         override the one needed to build gcc with a native cc.
16265
16266
16267 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16268
16269         * configure: Accept -with arguments.
16270
16271 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16272
16273         * Makefile.in: added h8300sim
16274
16275 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
16276
16277         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
16278         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
16279         (all-cygnus, native, build-cygnus): Make
16280         $(canonhost)-stamp-3stage-done, not $(host)....
16281         * test-build.mk (stamp-3stage-compared): Use tail +10c for
16282         i386-sco3.2v4.  Added else true to if command.
16283
16284 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
16285
16286         * config.sub: (from FSF) Sequent uses a BSD-like OS.
16287
16288 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
16289
16290         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
16291
16292 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16293
16294         * configure.in: don't remove binutils from Solaris builds
16295
16296 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
16297
16298         * Makefile.in: get rid of earlier definitions for *clean,
16299         also handle the recursive info rule better
16300
16301 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
16302
16303         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
16304         do more-or-less the right thing.
16305
16306 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
16307
16308         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
16309         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
16310
16311 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16312
16313         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
16314         $(host_canonical).
16315
16316         * configure.in: split the configdirs list into 4 categories (native
16317         v. cross, library v. tool) and handle the cross-only and native-
16318         only in more reasonable (and correct!) way.
16319
16320 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
16321
16322         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
16323         configdirs anymore.
16324
16325 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16326
16327         * Makefile.in: extensive cleanup::  removed all of the explicit
16328         clean-* targets, collapsed many wrappers around subdir_do into
16329         one, added additional targets to satisfy standards.texi, deleted
16330         some old targets, some changes for consistency
16331
16332 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16333
16334         * configure.in: handle some programs as cross-only, and others as
16335         native only
16336
16337         * test-build.mk: handle partial holes in a more generic manner
16338
16339         * Makefile.in: m4 depends on libiberty
16340
16341 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16342
16343         * configure.in: add m4, textutils, fileutils, sed, shellutils,
16344         time, wdiff, and find to configdirs
16345
16346         * Makefile.in: all, clean, and install rules for the new programs
16347         added to configure.in
16348
16349 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16350
16351         * configure.in: use mh-sun for all *-sun-* hosts
16352
16353 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16354
16355         * Makefile.in: define flags for X11 include files and library file
16356         locations, pass them down to the programs that need this info
16357
16358         * build-all.mk: added a 'native' target, to 3stage the native toolchain
16359
16360 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16361
16362         * configure.in: start building libg++ for HP-UX targets
16363
16364 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
16365
16366         * README:  Update references to files moved into etc/.
16367
16368 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
16369
16370         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
16371         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
16372
16373 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16374
16375         * configure: accept dash as well as underscore in long option
16376         names for FSF compatibility.
16377
16378 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
16379
16380         * config.sub: added -sco3.2v4 support from FSF.
16381
16382 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16383
16384         * configure.in: expand the section that adds or removes
16385         directories from the list of programs to build, to handle native
16386         vs. cross in addition to host v. native
16387
16388 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
16389
16390         * Makefile.in:  Replace C++ in macro names with CXX.
16391         This is less likely to break ...
16392
16393 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16394
16395         * test-build.mk: add -w to GNU_MAKE
16396
16397 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16398
16399         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
16400         add 'sparc' to list of recognized cpus.  This needed to make
16401         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
16402         Delete some redundant ose68 variants.  Recognize -wrs as an os,
16403         then changes that into $CPU-wrs-vxworks.
16404
16405         * configure.in: remove most references to gdbtest, regularize
16406         target based program removal
16407
16408         * test-build.mk: import from p3 tree (many fixes and changes)
16409
16410 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
16411
16412         * Makefile.in: added rules to handle tcl, tk, and expect
16413
16414         * configure.in: handle those directories if they exist
16415
16416 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16417
16418         * config.sub: removed bogus hppabsd and hppahpux names, since
16419         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
16420
16421 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16422
16423         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
16424         depends upon all-xiberty
16425
16426         * Makefile.in: changes from p3, including:
16427
16428         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
16429
16430         * Makefile.in (XTRAFLAGS): include newlib directories if
16431         newlib/Makefile exists, rather than if host != target.
16432
16433         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
16434
16435         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16436         from the same source tree and not building a cross-compiler.  This
16437         matters for the libg++ configuration if reconfiguring a tree that
16438         has already been installed.
16439
16440         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
16441
16442         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16443         pick up the machine and system specific header files.
16444
16445         * Makefile.in: added AS_FOR_TARGET, passed down in
16446         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16447         the C compiler to use to create programs which are run in the
16448         build environment, set it to default to $(CC), and passed it down
16449         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16450
16451         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
16452
16453         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
16454         We need them for unusual native builds, like systems without
16455         ranlib.
16456
16457         * configure: also define $(host_canonical) and
16458         $(target_canonical), which are the full, canonical names for the
16459         given host and target
16460
16461 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
16462
16463         * Makefile.in:  Added separate definitions for C++.
16464
16465 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
16466
16467         * configure.in (configdirs):  Add deja-gnu.
16468
16469 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
16470
16471         * README:  Update for configure.texi and gdb-4.7 release.
16472
16473 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
16474
16475         * Makefile.in:  Move "all" target to top of file.
16476         Previously, first target was ".PHONY" which caused BSD4.4 make
16477         to build .PHONY when make was run without arguments.
16478
16479 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
16480
16481         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
16482         Library-copylefted code in libiberty.
16483
16484 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
16485
16486         * config.sub:  Replace m68kmote with plain old m68k.
16487
16488 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
16489
16490         * Makefile.in:  Remove space from blank line, avoid Make complaints.
16491
16492 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
16493
16494         * config.sub: Complain if no argument is given.  Added support for
16495         386bsd as OS and target alias.
16496
16497 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
16498
16499         * Makefile.in (XTRAFLAGS): include newlib directories if
16500         newlib/Makefile exists, rather than if host != target.
16501
16502 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
16503
16504         * config.sub: recognize sparclite-wrs-vxworks.
16505
16506         * Makefile.in (install-xiberty): added *-xiberty make rules (from
16507         p3.) Added clean-xiberty to clean.
16508
16509 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16510
16511         * configure.in: use *-*-* instead of nested cases for host and target
16512
16513 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
16514
16515         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16516         from the same source tree and not building a cross-compiler.  This
16517         matters for the libg++ configuration if reconfiguring a tree that
16518         has already been installed.
16519
16520 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
16521
16522         * config.sub (i486v/i486v4):  Merge in from FSF version.
16523
16524 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
16525
16526         * configure: only set PWD if it is already set.
16527
16528 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
16529
16530         * configure: just set PWD=`pwd` at the top, since Ultrix sh
16531         doesn't have unset and all success paths (and most error paths)
16532         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
16533         to just ${PWD} to avoid confusion.)
16534
16535 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
16536
16537         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
16538         even for a native compilation.
16539
16540 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
16541
16542         Changes to make the gdb.tar.Z rule work better.
16543
16544         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
16545         (DEVO_SUPPORT):  Add configure.texi.
16546         (bfd-ilrt.tar.Z):  Remove ancient rule.
16547
16548 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
16549
16550         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16551         pick up the machine and system specific header files.
16552
16553         * configure.in, config.sub: added new target m68010-adobe-scout,
16554         with alias of adobe68k.  Changed configure.in to check for
16555         -scout before -sco* to avoid a false match.
16556
16557         * Makefile.in: added AS_FOR_TARGET, passed down in
16558         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16559         the C compiler to use to create programs which are run in the
16560         build environment, set it to default to $(CC), and passed it down
16561         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16562
16563 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16564
16565         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
16566         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
16567         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
16568         FOR_TARGET variants, to newlib and libg++.
16569
16570 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16571
16572         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
16573         first.
16574
16575 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
16576
16577         * config.sub:  Accept `elf' as an environment.
16578
16579 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16580
16581         * Makefile.in (all-opcodes):  cd into the right directory
16582
16583 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
16584
16585         * configure: added -program_transform_name option, used as
16586         argument to sed when installing programs.
16587         configure.texi: added documentation for -program_prefix,
16588         -program_suffix and -program_transform_name.
16589
16590 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
16591
16592         * config.sub:  Accept i486 where i386 ok.
16593
16594 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
16595
16596         * config.sub: accept we32k
16597
16598 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
16599
16600         * config.sub, configure.in: accept OSE68000 and OSE68k.
16601
16602         * Makefile.in: don't create all directories for ``make install'';
16603         let the subdirectories create the ones they need.
16604
16605 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16606
16607         * COPYING: new file, GPL v2
16608
16609 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16610
16611         * Makefile.in: use the new gen-info-dir, which needs a template
16612         argument (which also lives in texinfo)
16613
16614         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16615
16616 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
16617
16618         * config.sub (ncr3000):  Change i386 to i486.
16619
16620 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16621
16622         * Makefile.in: add install-rcs, install-grep to
16623         install-no-fixedincludes, removed install-bison and install-libgcc
16624
16625 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
16626
16627         * configure.in: grab the HPUX makefile fragment if on HPUX
16628
16629 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
16630
16631         * Makefile.in: eradicate bison spoor (ditto libgcc).
16632          configure.in: recognise m68{k,000}-ericsson-OSE.
16633          es1800 is alias for m68k-ericsson-OSE
16634
16635 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16636
16637         * configure.in: rearrange the parts that remove programs from
16638         configdirs, based now on HOST==TARGET or by canonical triple.
16639
16640 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16641
16642         * test-build.mk: recurse explicitly with -f test-build.mk when
16643           appropriate.  predicate stage3 and comparison on the existence
16644           of gcc.  That is, if gcc isn't around, we aren't three-staging.
16645           On very clean, also remove ...stamp-co.  Build in-place before
16646           doing other builds.
16647
16648 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16649
16650         * Makefile.in, configure.in: add tgas
16651
16652 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16653
16654         * Makefile.in: a number of changes merged in from progressive.
16655
16656         * configure.in: add libm.
16657
16658         * .cvsignore: ignore some stuff that comes from test-build.mk.
16659
16660 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
16661
16662         * config.sub:  Add es1800 (m68k-ericsson-es1800).
16663
16664 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
16665
16666         * configure: Add program_suffix (parallel to program_prefix)
16667         * Makefile.in: adjust directory-creating script for losing decstation
16668
16669 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
16670
16671         * configure:  Minor $subdir-related fixes.
16672
16673 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16674
16675         * configure: fix various problems with propogating
16676         makefile_target_frag in subdirs.
16677         * configure.in: config libgcc if its there
16678
16679 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
16680
16681         * config.sub:  HPPA merge.
16682
16683 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
16684
16685         * Makefile.in:  Replace all-bison with all-byacc in all
16686         dependency lines for other tools (which now use byacc).
16687
16688 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
16689
16690         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
16691
16692 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
16693
16694         * Makefile.in: make gprof rules similar to byacc rules (instead of
16695         vestigal $(unsubdir) that didn't work...)
16696
16697 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
16698
16699         * config.sub:  Add support for Linux.
16700         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
16701         (at least for libg++).
16702
16703 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
16704
16705         * configure.texi: fix doc for the -nfp option to configure
16706
16707 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
16708
16709         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16710
16711 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
16712
16713         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16714         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16715         * configure.in: added solaris* host_makefile_frag hook.
16716
16717 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16718
16719         * config.sub: changed recognition of m68000 so that various
16720         m68k types can be specified via m680[01234]0
16721
16722 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16723
16724         * config.sub (basic_machine): fix sed so that '-foo' isn't
16725         completely substituted out while .+'-foo' loses the '-foo'
16726
16727 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16728
16729         * config.sub ($os): Add -aout.
16730
16731 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
16732
16733         * configure:  If host_makefile_frag is absolute, don't
16734         prefix ${invsubdir} (relevant to libg++ auto-configure).
16735
16736 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16737
16738         * Makefile.in (tooldir): Define it.
16739         (all-ld): Depend on all-flex.
16740
16741 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
16742
16743         * Makefile.in (check):  Fix libg++ special case.
16744
16745 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
16746
16747         * configure: do not bury `pwd` into config.status, thus do fewer
16748           pwd's.
16749
16750         * configure: print the "Building in" message only when building in
16751           other than "." AND verbose.
16752
16753         * configure: remove -s, rework -v to better accommodate guested
16754           configures.
16755
16756         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16757
16758 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
16759
16760         * Makefile.in: macroize flags passed on recursion.  remove
16761           fileutils.
16762
16763 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
16764
16765         * configure: get makesrcdir right for subdirs deeper than 1.
16766
16767         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16768           install.
16769
16770 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
16771
16772         * Makefile.in: don't print subdir_do or recursion lines.
16773
16774 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
16775
16776         * standards.texi: added menu item.
16777
16778         * Makefile.in: build and install standards.info.
16779
16780         * standards.texi: new file.
16781
16782 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16783
16784         * configure: test for and move config.status pieces from
16785           ${subdir}/.
16786
16787 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
16788
16789         * configure:  Test for existance of files before trying to mv
16790         them, to avoid numerous non-existance messages.
16791
16792 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
16793
16794         * configure: correct final line of config.status.
16795
16796         * configure: patch from eggert.  Avoids a protection problem if
16797           the original Makefile.in is read only.
16798
16799         * configure: use move-if-change from gcc to create config.status.
16800           Some makefiles depend on config.status to tell if a directory
16801           has been reconfigured for a different host.  This change
16802           prevents those directories from remaking everything in the case
16803           where the reconfig was only intended to rebuild a Makefile.
16804
16805         * configure: test for config.sub with "config.sub sun4" rather
16806           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
16807           host alias from a missing config.sub.
16808
16809 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16810
16811         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16812           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
16813
16814 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
16815
16816         * configure: mkdir ${subdir} as needed.
16817
16818 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
16819
16820         * Makefile.in,configure.in: added autoconf.
16821
16822 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16823
16824         * Makefile.in: no longer pass against on recursion.
16825
16826         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16827           definitions are not inherited.
16828
16829         * configure: correct makesrcdir when subdir is .
16830
16831 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
16832
16833         * configure:  Add support for 'subdirs' variable, which is
16834         like 'configdirs', except that configure doesn't re-invoke
16835         itself for subdirs, it just creates a Makefile for each subdir.
16836         * configure.texi:  Document subdirs.
16837
16838 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16839
16840         * configure.in: added flex to configdirs
16841
16842 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
16843
16844         * Makefile.in: remove clean-stamps from clean.
16845
16846 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
16847
16848         * configure.in:  Add gdbtest to configdirs.
16849
16850 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
16851
16852         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
16853         to recursive makes.
16854         * configure.in:  Recognize new ncr3000 config.
16855
16856 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
16857
16858         * Makefile.in, configure.in: removed references to gdbm.
16859
16860 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
16861
16862         * config.sub:  Don't canonicalize os value
16863         newsos* to bsd (readline needs to check for newsos).
16864         (This fix was earlier made Jan 31, but got re-broken.)
16865
16866 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
16867
16868         * configure.in:  sco is an os, not a vendor!
16869
16870         * configure:  Quote $( better.  Keep various shells happy.
16871
16872 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
16873
16874         * Makefile.in: eliminate stamp-files.
16875
16876 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
16877
16878         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
16879           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16880
16881 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
16882
16883         * config.sub:  fix iris/iris3.
16884
16885 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
16886
16887         * configure: re-add -rm.
16888
16889 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
16890
16891         * Maskefile.in: add .stmp-rcs to all.
16892
16893         * configure.in: remove gas from rs6000 build, use aix host fragment.
16894
16895 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
16896
16897         * configure: pass down site_option during recursion.
16898
16899 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
16900
16901         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
16902
16903 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
16904
16905         * configure: Change exec_prefix so that it really defaults to prefix.
16906
16907 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
16908
16909         * Makefile.in, configure.in:  Add support for mmalloc library.
16910
16911 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
16912
16913         * Makefile.in: add stmp dependencies for a few more things.
16914
16915 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
16916
16917         * configure: adjusted error message on objdir/srcdir configure
16918           collision, per john's suggestion.
16919
16920         * Makefile.in: add libiberty stmp to all and all.cross.
16921
16922 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
16923
16924         * Makefile.in: remove force dependencies, add grep to all.
16925
16926 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
16927
16928         * Makefile.in: drop flex.  make stamp files work.
16929
16930         * configure: added test for conflicting configuration in srcdir,
16931           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
16932           gets cranky.  use relative paths for configure and srcdir
16933           whenever possible.  Send some error messages to stderr that were
16934           going to stdout.
16935
16936 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
16937
16938         * Makefile.in:  Fix libg++ rule to check for gcc directory
16939         before using gcc/gcc.  Also pass XTRAFLAGS.
16940
16941 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
16942
16943         * Makefile.in: added stmp-files so that directories aren't polled
16944           when they are already built.
16945
16946         * configure.texi: fixed a node pointer problem.
16947
16948 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
16949
16950         * config.sub configure.in gdb/configure.in
16951         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16952         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16953         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
16954
16955 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16956
16957         * configure: -recurring becomes -silent.  corrected help message
16958           for -site= option.
16959
16960         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16961
16962 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16963
16964         * configure: when building Makefile for crosses, replace
16965           tooldir and program_prefix.  default srcdir from location of
16966           config.sub.  remove "for host in hosts" and "for target in
16967           targets" loops.
16968
16969 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16970
16971         * Makefile.in: Do not pass bindir or mandir to cvs.
16972
16973 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
16974
16975         * Makefile.in, configure.in: removed traces of namesubdir,
16976           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
16977           copyrights to '92, changed some from Cygnus to FSF.
16978
16979         * configure.texi: remove most references to multiple hosts,
16980           multiple targets, subdirs, etc.
16981
16982         * configure.man: removed rcsid. reference config.sub not
16983           config.subr.
16984
16985         * Makefile.in: mkdir $(infodir) on install-info.
16986
16987 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
16988
16989         * configure.texi:  Explain better about .gdbinit and about
16990         the environment that configure.in sections run in.
16991
16992 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
16993
16994         * configure.in:  Ultrix is only a decstation if it's a MIPS.
16995
16996 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
16997
16998         * README:  DOC.configure => cfg-paper.texi.
16999
17000 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
17001
17002         * config.sub (near case $os):  Don't convert newsos* to bsd!
17003
17004 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
17005
17006         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
17007         the number of copies of COPYING that go into the GDB tar file.
17008
17009 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
17010
17011         * bfd/configure.in, gdb/config/mh-i386sco,
17012         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
17013         Fix SCO configuration stuff.
17014
17015 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
17016
17017         * Makefile.in:  For libg++, make sure the -I pointing
17018         to the gcc directory goes *after* all the libg++-local -I flags.
17019         Also, move just-gcc dependency from just-libg++ to all-libg++.
17020
17021 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
17022
17023         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
17024
17025 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
17026
17027         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
17028
17029 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
17030
17031         * config.sub:  Add stratus configuration frags.  Also
17032         submitted to FSF.
17033
17034 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
17035
17036         * Makefile.in (DEV_SUPPORT):  add configure.man.
17037
17038         * config.sub(Decode manufacturer-specific):  add -none*.
17039
17040 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
17041
17042         * Makefile.in:  remove form feeds to make Sun's make happy.
17043         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
17044
17045 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
17046
17047         * Makefile.in (AR_FLAGS):  Make quieter.
17048
17049 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
17050
17051         * configure.in:  Add libg++.
17052         * configure:  When verbose, don't output the command line at each
17053         level; it will be unremarkably the same as the previous version,
17054         which will be the same as what the user typed.
17055
17056 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
17057
17058         * configure.in, Makefile.in: fix clean-info, add flex.  add
17059           fileutils.
17060
17061         * configure: be less sensitive to spaces in Makefile.in.  Do not
17062           look for sources in "..".  Doing so breaks subdirectories that
17063           might have their own configure.  If a subdir has it's own
17064           configure script, use it.
17065
17066 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
17067
17068         * cfg-paper.texi: some changes suggested by rms.
17069
17070 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
17071
17072         * config.sub:  Merge in some small additions from the FSF version,
17073         taken from the gcc distribution, to bring the Cygnus and FSF
17074         versions into closer sync.
17075
17076 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
17077
17078         * configure.in:  Changed svr4 references to sysv4.
17079
17080 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
17081
17082         * configure: added -V for version number option.
17083
17084 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
17085
17086         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
17087           renamed from DOC.configure to cfg-paper.texi.
17088
17089 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17090
17091         * configure, config.subr, config.sub: config.subr is now
17092           config.sub again.
17093
17094 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
17095
17096         * configure.texi: new file, in progress.
17097
17098         * Makefile.in: build info file and install the man page for
17099           configure.
17100
17101         * configure.man: new file, first cut.
17102
17103         * configure: find config.subr again now that configuration "none"
17104           has gone.  removed all traces of the -ansi option.  removed all
17105           traces of the -languages option.
17106
17107         * config.subr: resync from rms.
17108
17109 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17110
17111         * configure, config.sub, config.subr: merge config.sub into
17112           config.subr, call the result config.subr, remove config.sub, use
17113           config.subr.
17114
17115         * Makefile.in: revised install for dir.info.
17116
17117 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17118
17119         * configure.in: add decstation host makefile frag.
17120
17121         * Makefile.in: BISON now bison -y again.  also install-gcc on
17122           install.  clean-gdbm on clean.  infodir belongs in datadir.
17123           Make directories for info install.  Build dir.info here then
17124           install it.
17125
17126 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17127
17128         * Makefile.in: fix for bad directory tests.
17129
17130 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17131
17132         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
17133           regexp.  -srcdir relative was being handled incorrectly.
17134
17135         * Makefile.in: unwrapped some for loops so that parallel makes
17136           work again and so one can focus one's attention on a particular
17137           package.
17138
17139 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17140
17141         * configure: added PWD as a stand in for `pwd` (for speed). use
17142           elif wherever possible.  make -srcdir work without -objdir.
17143           -objdir= commented out.
17144
17145 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17146
17147         * configure: +options become --options.  -subdirs commented out.
17148           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
17149           Makefile now at top of generated Makefile.  Removed cvs log
17150           entries.  added -srcdir.  create .gdbinit only if there is one
17151           in ${srcdir}.
17152
17153         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
17154           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
17155           and mandir now keyed off datadir by default.
17156
17157 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17158
17159         * Freshly created ChangeLog.
17160
17161 \f
17162 Local Variables:
17163 mode: change-log
17164 left-margin: 8
17165 fill-column: 76
17166 version-control: never
17167 End: