Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 20 by monabuilder, Sun Dec 28 03:30:50 2008 UTC revision 21 by monamour, Mon Jul 27 20:34:36 2009 UTC
# Line 1  Line 1 
1  2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  2009-07-02  Tristan Gingold  <gingold@adacore.com>
   
         Backport from upstream Libtool:  
         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):  
         Add cache variables to tests that require the linker to work.  
         For shlibpath_overrides_runpath, this also changes the semantics  
         to let the result from the C compiler take precedence.  
   
 2008-12-02  Ben Elliston  <bje@au.ibm.com>  
   
         * config.sub, config.guess: Update from upstream sources.  
2    
3  2008-12-12  Sebastian Pop <sebastian.pop@amd.com>          * configure.ac: Do not exclude gas for i386-*-darwin.
4            Add a case for x86_64-*-darwin.
         * configure.ac (ppllibs): Add by default the lib flags.  
5          * configure: Regenerate.          * configure: Regenerate.
6    
7  2008-12-08  Luis Machado  <luisgpm@br.ibm.com>  2009-06-26  Doug Evans  <dje@sebabeach.org>
   
         * MAINTAINERS:  Add myself to the write after approval list.  
8    
9  2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>          * Makefile.def (host_modules): Add cgen.
10            * Makefile.in: Regenerate.
11          * configure.ac: Add double brackets on darwin[912].          * configure.ac (host_tools): Add cgen.
12          * configure: Regenerate.          * configure: Regenerate.
13    
14  2008-12-03  Daniel Kraft  <d@domob.eu>  2009-06-17  Michael Eager <eager@eagercon.com>
15    
16          * MAINTAINERS:  Moved myself and Mikael Morin from Write After          * COPYING.LIBGLOSS: Add Xilinx license.
         Approval to Reviewer section (for Fortran front-end).  
17    
18  2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>  2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
19    
20          * configure.ac: Expand to darwin10 and later.          * configure.ac: Define is_elf for QNX Neutrino targets.
21          * configure: Regenerate.          * configure: Regenerate.
22    
23  2008-12-02  Andreas Schwab  <schwab@suse.de>  2009-06-03  Jerome Guitton  <guitton@adacore.com>
24                Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25    
26          * Makefile.def: configure-target-boehm-gc depends on          * Makefile.tpl (all): Avoid a trailing backslash.
27          all-target-libstdc++-v3.          * Makefile.in: Regenerate.
         * Makefile.in: Regenerate.  
   
 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>  
28    
29          * MAINTAINERS:  Add myself as mingw maintainer.  2009-06-03  Ben Elliston  <bje@au.ibm.com>
   
 2008-12-02  Ben Elliston  <bje@au.ibm.com>  
30    
31          * config.sub, config.guess: Update from upstream sources.          * config.sub, config.guess: Update from upstream sources.
32    
33  2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>  2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
   
         * README.SCO: Remove.  
34    
35  2008-11-29  Fernando Pereira  <pronesto@gmail.com>          * Makefile.tpl ([+compare-target+]): Compare all stage
36            directories, rather than just gcc.
37            * Makefile.in: Rebuilt.
38    
39          * MAINTAINERS:  Add myself to the write after approval list.  2009-05-28  Doug Kwan  <dougkwan@google.com>
40    
41  2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>          * configure.ac: Support gold for target arm*-*-*.
42            * configure: Regenerate.
43    
44          * MAINTAINERS:  Update my email address in WAA section.  2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
45    
46  2008-11-29  Chen Liqin <liqin@sunnorth.com.cn>          * Makefile.tpl (all): Avoid harmless warning in make all when
47            gcc-bootstrap is enabled but stage_last does not exist.
48            * Makefile.in: Rebuilt.
49    
50          * MAINTAINERS: Update e-mail address.  2009-05-25  Tristan Gingold  <gingold@adacore.com>
51    
52  2008-11-27  Toon Moene <toon@moene.org>          * setup.com: Complete the file with configuration and build.
53    
54          * MAINTAINERS: Change e-mail address.  2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
55    
56  2008-11-27  Tristan Gingold  <gingold@adacore.com>          PR other/40159
57            * Makefile.tpl (all): Don't assume gcc-bootstrap and
58            gcc-no-bootstrap are mutually exclusive.
59            * Makefile.in: Rebuilt.
60    
61          * configure.ac: Build gdb for i?86-*-darwin*  2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
         * configure: Regenerated.  
62    
63  2008-11-24  Hariharan Sandanagobalane <hariharan@picochip.com>          PR other/40159
64            * Makefile.tpl (all): Don't end with unconditional success.
65            * Makefile.in: Rebuilt.
66    
67          * MAINTAINERS: Added my full name.  2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
68    
69  2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>          PR target/37137
70            * Makefile.def (flags_to_pass): Remove redundant and incomplete
71            STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
72            Add FLAGS_FOR_TARGET and BUILD_CONFIG.
73            (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
74            stage_configureflags, stage_cflags and stage_libcflags into
75            explicit Makefile macros.
76            * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
77            GFORTRAN.
78            (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
79            CC.  Set CC_FOR_BUILD from CC.
80            (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
81            NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
82            DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
83            XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
84            and GFORTRAN.
85            (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
86            (_LIBCFLAGS): Renamed to _TFLAGS.
87            (do-compare-debug, do-compare3-debug): Drop.
88            (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
89            GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
90            (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
91            DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
92            (XGCC_FLAGS_FOR_TARGET): New.
93            (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
94            (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
95            (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
96            DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
97            LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
98            to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
99            TFLAGS.
100            (BUILD_CONFIG): Include if requested.
101            (all): Set TFLAGS on bootstrap.
102            (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
103            (all-stageid-prefixmodule): Likewise.
104            (do-clean, distclean-stageid): Set TFLAGS.
105            (restrap): Fix whitespace.
106            * Makefile.in: Rebuilt.
107    
108          PR bootstrap/38014  2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
         PR bootstrap/37923  
109    
110          Revert:          * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
111            (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
112            * Makefile.in: Regenerate.
113    
114          2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>  2009-04-24  Eli Zaretskii  <eliz@gnu.org>
115    
116          * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.          * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
117          * Makefile.in: Regenerated.          consistency with config.sub.  (Update from upstream sources.)
118    
119          2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>  2009-04-21  Joseph Myers  <joseph@codesourcery.com>
120    
121          PR gdb/921          * texinfo/texinfo.tex: Update to version 2009-03-28.05.
         PR gdb/1646  
         PR gdb/2175  
         PR gdb/2176  
122    
123          * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.  2009-04-17  Ben Elliston  <bje@au.ibm.com>
         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.  
         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.  
         (HOST_EXPORTS): Pass CPPFLAGS.  
         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.  
         (LDFLAGS_FOR_TARGET): Initialize from configure script.  
         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.  
         * Makefile.in, configure: Regenerated.  
         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,  
         and CPPFLAGS_FOR_BUILD.  
124    
125  2008-11-06  Jeff Law <law@redhat.com>          * config.sub, config.guess: Update from upstream sources.
126    
127          * MAINTAINERS: Add myself as middle end maintainer.  2009-04-15  Anthony Green  <green@moxielogic.com>
128    
129  2008-11-06  Andrew Stubbs  <ams@codesourcery.com>          * configure.ac: Add moxie support.
130            * configure: Rebuilt.
131    
132          * MAINTAINERS (Write after approval): Add myself.  2009-04-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
133    
134  2008-11-05  Diego Novillo  <dnovillo@google.com>          * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
135            * configure: Regenerate.
136    
137          * MAINTAINERS (Global Reviewers): Add myself.  2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
         (Non-Algorithmic Maintainers): Remove myself.  
138    
139  2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>          PR gas/10039
140            * configure.ac: Require texinfo 4.7.
141            * configure: Regenerated.
142    
143          * MAINTAINERS (Write after approval): Add myself.  2009-04-09  Steve Ellcey  <sje@cup.hp.com>
144    
145  2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>          * Makefil.def (languages): New entries.
146            * Makefile.tpl (check-gcc-*): New generic target.
147            * Makefile.in: Regenerate.
148    
149          * MAINTAINERS (Write after approval): Add myself.  2009-03-27  Eli Zaretskii  <eliz@gnu.org>
150    
151  2008-10-31  Ben Elliston  <bje@au.ibm.com>          * djunpack.bat: Use ".." quoting in Sed command, for the sake of
152            Windows builds of Sed.
153    
154          * configure.ac (spu-*-*): Remove special case.  2009-03-18  Tom Tromey  <tromey@redhat.com>
         * configure: Regenerate.  
155    
156  2008-10-30  Catherine Moore  <clm@codesourcery.com>          * configure: Rebuild.
157            * configure.ac (host_libs): Add libiconv.
158            * Makefile.in: Rebuild.
159            * Makefile.def (host_modules): Add libiconv.
160            (configure-gdb, all-gdb): Depend on libiconv.
161    
162          * MAINTAINERS (Write after approval): Update my email address.  2009-03-16  Tristan Gingold  <gingold@adacore.com>
163    
164  2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>          * configure.ac: Treat gdb as supported on x86_64-darwin.
165            * configure: Regenerate.
166    
167          * configure.ac [spu-*-*]: Do not set skipdirs.  2009-03-16  Joseph Myers  <joseph@codesourcery.com>
         * configure: Re-generate.  
168    
169  2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>          Merge from GCC:
170    
171          * MAINTAINERS (Various Maintainers): Add myself to reload.          2009-03-16  Joseph Myers  <joseph@codesourcery.com>
172    
173  2008-10-25  Richard Guenther  <rguenther@suse.de>          * configure.ac (--with-host-libstdcxx): New option.
174            * configure: Regenerate.
175    
176          * MAINTAINERS (Various Maintainers): Add myself as middle-end          2009-01-29  Robert Millan  <rmh@aybabtu.com>
         maintainer.  Remove myself as libgcc-math maintainer.  
         (Non-Algorithmic Maintainers): Remove myself.  
177    
178  2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>          * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
179            * configure: Regenerate.
180    
181          * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.          2009-01-12  Sebastian Pop <sebastian.pop@amd.com>
         * Makefile.in: Regenerated.  
182    
183  2008-10-23  Cary Coutant  <ccoutant@google.com>          PR tree-optimization/38515
184            * configure.ac (cloog-polylib): Removed.
185            (with_ppl, with_cloog): Test for "no".
186            * configure: Regenerated.
187    
188          * MAINTAINERS (Write after approval): Add myself.  2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
189    
190  2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>          Backport from git Libtool:
191    
192          PR gdb/921          2009-01-19  Robert Millan  <rmh@aybabtu.com>
193          PR gdb/1646          Support GNU/kOpenSolaris.
194          PR gdb/2175          * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
195          PR gdb/2176          (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
196            (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
197            GNU/kOpenSolaris.
198    
199          * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.  2009-02-05  Andreas Schwab  <schwab@suse.de>
         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.  
         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.  
         (HOST_EXPORTS): Pass CPPFLAGS.  
         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.  
         (LDFLAGS_FOR_TARGET): Initialize from configure script.  
         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.  
         * Makefile.in, configure: Regenerated.  
         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,  
         and CPPFLAGS_FOR_BUILD.  
200    
201  2008-10-20  Sebastian Pop <sebastian.pop@amd.com>          * Makefile.tpl (stage_last): Define $r and $s before using
202            $(RECURSE_FLAGS_TO_PASS).
203            * Makefile.in: Regenerate
204    
205          * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and  2009-01-21  Jeff Johnston  <jjohnstn@redhat.com>
         Sebastian Pop.  
206    
207  2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>          * COPYING.NEWLIB: Add ARM license.
208    
209          * MAINTAINERS (Write After Approval): Added myself.  2009-01-16  Alan Modra  <amodra@bigpond.net.au>
210    
211  2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>          * Makefile.def (configure-opcodes): Depend on configure-libiberty.
212            (all-opcodes): Depend on all-libiberty.
213            * Makefile.in: Regenerate.
214    
215          * configure.ac (MPFR check): Bump minimum version to 2.3.0 and  2009-01-15  Douglas B Rupp  <rupp@gnat.com>
         recommended version to 2.3.2.  
216    
217            * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
218          * configure: Regenerate.          * configure: Regenerate.
219    
220  2008-10-01  Mark Mitchell  <mark@codesourcery.com>  2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
   
         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.  
221    
222  2008-09-29  David Daney <david.daney@caviumnetworks.com>          Backport link test fix from upstream Libtool:
223    
224          * MAINTAINERS (Write After Approval): Update e-mail address.          * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
225            Add cache variables to tests that require the linker to work.
226            For shlibpath_overrides_runpath, this also changes the semantics
227            to let the result from the C compiler take precedence.
228            compiler take precedence.
229    
230  2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>  2008-12-02  Ben Elliston  <bje@au.ibm.com>
231    
232          * libtool.m4: Update to libtool 2.2.6.          * config.sub, config.guess: Update from upstream sources.
         * lt~obsolete.m4: Update to libtool 2.2.6.  
         * ltmain.sh: Update to libtool 2.2.6.  
         * ltsugar.m4: Update to libtool 2.2.6.  
         * ltversion.m4: Update to libtool 2.2.6.  
         * ltoptions.m4: Update to libtool 2.2.6.  
         * ltgcc.m4: Update to match changes from libtool 2.2.6.  
233    
234  2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>  2008-12-17  Jeff Johnston  <jjohnstn@redhat.com>
235    
236          * MAINTAINERS (Write After Approval): Add myself.          * COPYING.NEWLIB: Updated.
237            * COPYING.LIBGLOSS: Ditto.
238    
239  2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>  2008-12-16  Paolo Bonzini  <bonzini@gnu.org>
240    
241          * MAINTAINERS (Write After Approval): Update my name.          Sync with GCC:
242    
243  2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>          2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
244    
245          * MAINTAINERS: Add myself in "Write After Approval".          * configure.ac (ppllibs): Add by default the lib flags.
246            * configure: Regenerate.
247    
248  2008-09-18  Steve Ellcey  <sje@cup.hp.com>          2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
249    
250          * MAINTAINERS: Add myself as ia64 maintainer.          * configure.ac: Add double brackets on darwin[912].
251            * configure: Regenerate.
252    
253  2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>          2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
254    
255          * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,          * configure.ac: Expand to darwin10 and later.
256          Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,          * configure: Regenerate.
         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,  
         and Michael Tiemann from Write After Approval since they do not  
         actually have access.  
257    
258  2008-09-05  Richard Guenther  <rguenther@suse.de>  2008-12-02  Andreas Schwab  <schwab@suse.de>
259    
260          * configure.ac: Initialize clooglibs to -lcloog.          * Makefile.def: configure-target-boehm-gc depends on
261          * configure: Re-generate.          all-target-libstdc++-v3.
262            * Makefile.in: Regenerate.
263    
264  2008-09-04  Le-Chun Wu  <lcwu@google.com>  2008-12-02  Ben Elliston  <bje@au.ibm.com>
265    
266          * MAINTAINERS (Write After Approval): Add myself.          * config.sub, config.guess: Update from upstream sources.
267    
268  2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>  2008-11-27  Joseph Myers  <joseph@codesourcery.com>
269    
270          * configure.ac (--with-cloog-polylib): New.          Merge from GCC:
         (--disable-cloog-version-check): New.  
         (--disable-ppl-version-check): New.  
         * configure: Re-generate.  
271    
272  2008-09-03  Richard Guenther  <rguenther@suse.de>          2007-12-02  Matthias Klose  <doko@ubuntu.com>
273    
274          * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the          * config-ml.in: Remove 64bit configure tests.
         cloog test.  
         * configure: Re-generate.  
275    
276  2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>          2008-05-14  Rafael Espindola  <espindola@google.com>
277    
278          Add picoChip port.          * config-ml.in: don't handle --enable-shared and --enable-static.
         * MAINTAINERS: Add picoChip maintainers.  
279    
280  2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>          2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
281              Tobias Grosser  <grosser@fim.uni-passau.de>              Tobias Grosser  <grosser@fim.uni-passau.de>
282              Jan Sjodin  <jan.sjodin@amd.com>              Jan Sjodin  <jan.sjodin@amd.com>
283              Harsha Jagasia  <harsha.jagasia@amd.com>              Harsha Jagasia  <harsha.jagasia@amd.com>
# Line 281  Line 294 
294          * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.          * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
295          (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.          (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
296    
297  2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>          2008-09-03  Richard Guenther  <rguenther@suse.de>
298    
299            * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
300            cloog test.
301            * configure: Re-generate.
302    
303            2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
304    
305            * configure.ac (--with-cloog-polylib): New.
306            (--disable-cloog-version-check): New.
307            (--disable-ppl-version-check): New.
308            * configure: Re-generate.
309    
310            2008-09-05  Richard Guenther  <rguenther@suse.de>
311    
312            * configure.ac: Initialize clooglibs to -lcloog.
313            * configure: Re-generate.
314    
315            2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
316    
317            * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
318            recommended version to 2.3.2.
319    
320            * configure: Regenerate.
321    
322            2008-10-31  Ben Elliston  <bje@au.ibm.com>
323    
324            * configure.ac (spu-*-*): Remove special case.
325            * configure: Regenerate.
326    
327            Complete comment text from GCC version of:
328    
329            2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
330    
331          * configure.ac (RPATH_ENVVAR): Use PATH on Windows.          * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
332          (GCC_SHLIB_SUBDIR): New.          (GCC_SHLIB_SUBDIR): New.
# Line 289  Line 334 
334          * configure: Regenerate.          * configure: Regenerate.
335          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
336    
337  2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>  2008-11-27  Tristan Gingold  <gingold@adacore.com>
338    
339            * configure.ac: Build gdb for i?86-*-darwin*
340            * configure: Regenerated.
341    
342    2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
343    
344          * MAINTAINERS: Consistently use tabs to separate columns.          PR bootstrap/38014
345            PR bootstrap/37923
346    
347  2008-08-29  Tristan Gingold  <gingold@adacore.com>          Revert:
348    
349          * MAINTAINERS (Write after Approval): Add myself.          2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
350    
351  2008-08-28  Tristan Gingold  <gingold@adacore.com>          * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
352            * Makefile.in: Regenerated.
353    
354          * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):          2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
355          Enable bfd, binutils and opcodes.  
356          * configure: Regenerate.          PR gdb/921
357            PR gdb/1646
358            PR gdb/2175
359            PR gdb/2176
360    
361            * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
362            * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
363            (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
364            (HOST_EXPORTS): Pass CPPFLAGS.
365            (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
366            (LDFLAGS_FOR_TARGET): Initialize from configure script.
367            (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
368            * Makefile.in, configure: Regenerated.
369            * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
370            and CPPFLAGS_FOR_BUILD.
371    
372    2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
373    
374            * configure.ac [spu-*-*]: Do not set skipdirs.
375            * configure: Re-generate.
376    
377    2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
378    
379            * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
380            * Makefile.in: Regenerated.
381    
382    2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
383    
384  2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>          PR gdb/921
385            PR gdb/1646
386            PR gdb/2175
387            PR gdb/2176
388    
389          * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.          * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
390            * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
391            (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
392            (HOST_EXPORTS): Pass CPPFLAGS.
393            (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
394            (LDFLAGS_FOR_TARGET): Initialize from configure script.
395            (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
396            * Makefile.in, configure: Regenerated.
397            * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
398            and CPPFLAGS_FOR_BUILD.
399    
400  2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>  2008-09-29  Peter O'Gorman  <pogma@thewrittenword.com>
401    
402          * MAINTAINERS:  Use correct Umlaut for last name.          * libtool.m4: Update to libtool 2.2.6.
403            * lt~obsolete.m4: Update to libtool 2.2.6.
404            * ltmain.sh: Update to libtool 2.2.6.
405            * ltsugar.m4: Update to libtool 2.2.6.
406            * ltversion.m4: Update to libtool 2.2.6.
407            * ltoptions.m4: Update to libtool 2.2.6.
408            * ltgcc.m4: Update to match changes from libtool 2.2.6.
409    
410  2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>  2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
411    
412          * MAINTAINERS: Move myself from Reviewers to Write after Approval.          * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
413            (GCC_SHLIB_SUBDIR): New.
414            * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
415            * configure: Regenerate.
416            * Makefile.in: Regenerate.
417    
418  2008-08-16  David Edelsohn  <edelsohn@gnu.org>  2008-08-28  Tristan Gingold  <gingold@adacore.com>
419    
420          * MAINTAINERS: Update my email address.          * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
421            Enable bfd, binutils and opcodes.
422            * configure: Regenerate.
423    
424  2008-08-16  Nicolas Roche  <roche@adacore.com>  2008-08-16  Nicolas Roche  <roche@adacore.com>
425    
426          * Makefile.tpl: Add BOOT_ADAFLAGS.          * Makefile.tpl: Add BOOT_ADAFLAGS.
427          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
428    
429  2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>  2008-08-16  Richard Sandiford  <rdsandiford@googlemail.com>
430    
431          * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.          * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
432          * configure: Regenerate.          * configure: Regenerate.
433    
434  2008-07-30 Paolo Bonzini  <bonzini@gnu.org>  2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
435    
436            Sync with gcc:
437            2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
438    
439          * configure.ac: Add makefile fragments for hpux.          * configure.ac: Add makefile fragments for hpux.
440          * Makefile.def (flags_to_pass): Add ADA_CFLAGS.          * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
441          * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.          * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
442          * configure: Regenerate.          * configure: Regenerate.
443          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
444    
445  2008-07-28 Aldy Hernandez <aldyh@redhat.com>          2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
   
         * MAINTAINERS: Add Jakub and myself as gimple maintainers.  
   
 2008-07-11 Dodji Seketeli <dseketel@redhat.com>  
   
         * MAINTAINERS (Write after Approval): Add myself.  
   
 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>  
446    
447          * MAINTAINERS (Write After Approval):  Add myself.          * Makefile.tpl ($(srcdir)/configure): Update dependencies.
448            * Makefile.in: Regenerate.
449  2008-06-29  Andrew Jenner  <andrew@codesourcery.com>          * configure: Regenerate.
   
         * MAINTAINERS (Write After Approval):  Add myself.  
   
 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>  
450    
451          * MAINTAINERS: Update my email address.  2008-06-18  Ian Lance Taylor  <iant@google.com>
452    
453  2008-06-25  Joey Ye  <joey.ye@intel.com>          * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
454    
455          * MAINTAINERS (Write After Approval):  Add myself.          * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
456    
457  2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
458    
         * Makefile.tpl ($(srcdir)/configure): Update dependencies.  
         * Makefile.in: Regenerate.  
459          * configure: Regenerate.          * configure: Regenerate.
460    
 2008-06-17  Daniel Kraft  <d@domob.eu>  
   
         * MAINTAINERS (Write After Approval):  Add myself.  
   
461  2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
462    
463          * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when          * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
# Line 382  Line 469 
469          * Makefile.tpl: Fix comment errors.          * Makefile.tpl: Fix comment errors.
470          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
471    
472    2008-06-13  Julian Brown  <julian@codesourcery.com>
473    
474            * configure.ac (arm*-*-linux-gnueabi): Don't disable building
475            of libobjc for ARM EABI Linux.
476            * configure: Regenerate.
477    
478  2008-06-12  David S. Miller  <davem@davemloft.net>  2008-06-12  David S. Miller  <davem@davemloft.net>
479              David Edelsohn  <edelsohn@gnu.org>              David Edelsohn  <edelsohn@gnu.org>
480    
# Line 396  Line 489 
489          (all prefix="build-"): Pass them to build-system sub-makes.          (all prefix="build-"): Pass them to build-system sub-makes.
490          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
491    
492  2008-06-07  Joseph Myers  <joseph@codesourcery.com>  2008-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
493    
494          * MAINTAINERS (mt port): Remove.          * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
495          (sco5, unixware, sco udk): Remove.          README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
496          (Kean Johnston): Add to Write After Approval.          mkdep, and compile.  Update comments.
497            (ETC_SUPPORT): Add ChangeLog and update comments.
498    
499  2008-05-30  Julian Brown  <julian@codesourcery.com>  2008-05-11  Ian Lance Taylor  <iant@google.com>
500    
501          * configure.ac (arm*-*-linux-gnueabi): Don't disable building          * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
         of libobjc for ARM EABI Linux.  
         * configure: Regenerate.  
   
 2008-05-18 Xinliang David Li   <davidxl@google.com>  
   
         * ChangeLog: Remove wrong ChangeLog entry.  
   
 2008-05-17 Xinliang David Li   <davidxl@google.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2008-05-15  Janus Weil  <janus@gcc.gnu.org>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2008-05-14  Rafael Espíndola  <espindola@google.com>  
   
         * config-ml.in: don't handle --enable-shared and --enable-static.  
   
 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>  
   
         * MAINTAINERS: Update my email address.  
   
 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>  
   
         * MAINTAINERS: Update my email address.  
   
 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2008-04-25  Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>  
   
         * MAINTAINERS (crx): Add myself.  
502    
503  2008-04-18  Paolo Bonzini  <bonzini@gnu.org>  2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
504    
505          Sync with src:          Sync with gcc:
506          2008-04-14  David S. Miller  <davem@davemloft.net>          2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
   
         * configure.ac: Add sparc*-*-* to gold supported targets.  
         * configure: Regenerate.  
   
 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>  
507    
508          PR bootstrap/35457          PR bootstrap/35457
509          * configure.ac: Include override.m4.          * configure.ac: Include override.m4.
510          * configure: Regenerate.          * configure: Regenerate.
511    
512  2008-04-18  Paolo Bonzini  <bonzini@gnu.org>          2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
513    
514          * Makefile.tpl (restrap): Call `make all' using double-colon rules.          * Makefile.tpl (restrap): Call `make all' using double-colon rules.
515          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
516    
517            2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
518    
519            * configure.ac: Do not build libssp for the AVR.
520            * configure: Regenerate.
521    
522    2008-04-18  Nick Clifton  <nickc@redhat.com>
523    
524            * MAINTAINERS: Replace reference to configure.in with reference to
525            configure.ac.
526    
527  2008-04-18  M R Swami Reddy <MR.Swami.Reddy@nsc.com>  2008-04-18  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
528    
529          * configure.ac (cr16-*-*): Add case for cr16 target and include gdb          * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
530          as nonconfigurable directories list.          as nonconfigurable directories list.
531          * configure: Regenerate.          * configure: Regenerate.
532    
533    2008-04-14  David S. Miller  <davem@davemloft.net>
534    
535            * configure.ac: Add sparc*-*-* to gold supported targets.
536            * configure: Regenerate.
537    
538  2008-04-14  Ben Elliston  <bje@au.ibm.com>  2008-04-14  Ben Elliston  <bje@au.ibm.com>
539    
540          * config.sub, config.guess: Update from upstream sources.          * config.sub, config.guess: Update from upstream sources.
# Line 478  Line 544 
544          * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.          * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
545          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
546    
 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>  
   
         * configure.ac: Do not build libssp for the AVR.  
         * configure: Regenerate.  
   
547  2008-04-07  Ian Lance Taylor  <iant@google.com>  2008-04-07  Ian Lance Taylor  <iant@google.com>
548    
549          * Makefile.def: check-gold depends upon all-binutils.          * Makefile.def: check-gold depends upon all-binutils.
550          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
551    
 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
552  2008-04-04  Nick Clifton  <nickc@redhat.com>  2008-04-04  Nick Clifton  <nickc@redhat.com>
553    
554          PR binutils/4334          PR binutils/4334
# Line 505  Line 562 
562          * configure.ac: Combine rules for mingw32 and mingw64.          * configure.ac: Combine rules for mingw32 and mingw64.
563          * configure: Regenerate.          * configure: Regenerate.
564    
 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2008-04-01  Seongbae Park <seongbae.park@gmail.com>  
   
         * Makefile.tpl (.NOTPARALLEL): Revert previous change.  
         * Makefile.in (.NOTPARALLEL): Ditto.  
   
 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2008-03-31  Seongbae Park <seongbae.park@gmail.com>  
   
         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.  
         * Makefile.in (.NOTPARALLEL): Regenerate.  
   
565  2008-03-27  Paolo Bonzini  <bonzini@gnu.org>  2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
566    
567          * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.          * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
568          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
569    
 2008-03-26  Jakub Staszak  <kuba@et.pl>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>  
   
         * MAINTAINERS:  Update e-mail address.  
   
570  2008-03-20  Ian Lance Taylor  <iant@google.com>  2008-03-20  Ian Lance Taylor  <iant@google.com>
571    
572          * configure.ac: Add support for --enable-gold.          * configure.ac: Add support for --enable-gold.
573          * Makefile.def: Add gold as a directory like ld.          * Makefile.def: Add gold as a directory like ld.
574          * configure, Makefile.in: Regenerate.          * configure, Makefile.in: Regenerate.
575    
576  2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  2008-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
577    
578            * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
579            (s390_cond_extensions): Reduced extensions to the compare related.
580            (main): z10 cpu type option added.
581            (expandConditionalJump): Renamed to ...
582            (insertExpandedMnemonic): ... this.
583    
584            * opcodes/s390-opc.c: Re-group the operand format makros.
585            (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
586            INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
587            INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
588            INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
589            INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
590            INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
591            INSTR_SIL_RDU): New instruction formats added.
592            (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
593            MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
594            MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
595            MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
596            MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
597            MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
598            masks added.
599            (s390_opformats): New formats added "ris", "rrs", "sil".
600            * opcodes/s390-opc.txt: Add the conditional jumps with the
601            extensions removed from automatic expansion in s390-mkopc.c manually.
602            (asi - trtre): Add new System z10 EC instructions.
603            * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
604    
605    2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
606    
607          * configure.ac: m4_include config/proginstall.m4.          * configure.ac: m4_include config/proginstall.m4.
608          * configure: Regenerate.          * configure: Regenerate.
609    
610    2008-03-16  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
611    
612          Backport from upstream Libtool:          Backport from upstream Libtool:
613    
614          2007-10-12  Eric Blake  <ebb9@byu.net>          2007-10-12  Eric Blake  <ebb9@byu.net>
# Line 573  Line 635 
635    
636          * config.sub, config.guess: Update from upstream sources.          * config.sub, config.guess: Update from upstream sources.
637    
638  2008-03-06  Tom Tromey  <tromey@redhat.com>  2008-03-06  Florian Krohm  <fkrohm@us.ibm.com>
   
         * MAINTAINERS: Update for treelang deletion.  
   
 2008-03-03  James E. Wilson  <wilson@tuliptree.org>  
   
         * MAINTAINERS: Update my email address.  
639    
640  2008-03-03  Stan Shebs  <stanshebs@earthlink.net>          * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
641            * s390-opc.txt (cmpsc): Duplicate entry removed.
642          * MAINTAINERS (darwin port): Add myself as a maintainer.          (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
643          (objective-c/c++): Add myself as a maintainer.          cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
644            fier, cu42, cu41): Fix operand format.
 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>  
   
         * MAINTAINERS (Write After Approval): Update my email address.  
   
 2008-02-25  Tomas Bily  <tbily@suse.cz>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2008-02-23  Jakub Jelinek  <jakub@redhat.com>  
   
         * MAINTAINERS (OpenMP): Add myself.  
645    
646  2008-02-20  Paolo Bonzini  <bonzini@gnu.org>  2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
647    
# Line 628  Line 673 
673          * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:          * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
674          Do not use -DDLL_EXPORT.  Backport from upstream.          Do not use -DDLL_EXPORT.  Backport from upstream.
675    
676  2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  2008-02-14  Nick Clifton  <nickc@redhat.com>
677    
678          * MAINTAINERS (Write After Approval): Add myself.          Import this patch from gcc:
679            2008-01-24  David Edelsohn  <edelsohn@gnu.org>
680    
681            * libtool.m4: Backport AIX 6 support from ToT Libtool.
682    
683  2008-02-02  Hans-Peter Nilsson  <hp@axis.com>  2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
684    
# Line 650  Line 698 
698          Handle `+' in generic toplevel directory disabling.          Handle `+' in generic toplevel directory disabling.
699          * configure: Regenerate.          * configure: Regenerate.
700    
 2008-01-28  Nick Clifton  <nickc@redhat.com>  
   
         * MAINTAINERS (xstormy16): Take over maintainership.  
   
 2008-01-25  Joseph Myers  <joseph@codesourcery.com>  
   
         * MAINTAINERS (c4x port): Remove.  
   
 2008-01-24  David Edelsohn  <edelsohn@gnu.org>  
   
         * libtool.m4: Backport AIX 6 support from ToT Libtool.  
   
701  2008-01-23  Ben Elliston  <bje@au.ibm.com>  2008-01-23  Ben Elliston  <bje@au.ibm.com>
702    
703          * config.sub, config.guess: Update from upstream sources.          * config.sub, config.guess: Update from upstream sources.
704    
705  2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>  2008-01-08  Ben Elliston  <bje@au.ibm.com>
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>  
   
         * MAINTAINERS: Update my email address.  
   
 2008-01-09  Raksit Ashok  <raksit@google.com>  
706    
707          * MAINTAINERS (Write After Approval): Add myself.          * config.sub, config.guess: Update from upstream sources.
708    
709  2008-01-09  Raksit Ashok  <raksit@google.com>  2007-12-19  Jeff Johnston  <jjohnstn@redhat.com>
710    
711          * MAINTAINERS (Write After Approval): Add myself.          * COPYING.LIBGLOSS: Update default copyright.
712    
713  2008-01-08  Ben Elliston  <bje@au.ibm.com>  2007-12-19  Jeff Johnston  <jjohnstn@redhat.com>
714    
715          * config.sub, config.guess: Update from upstream sources.          * COPYING.NEWLIB: Update default copyright.
716    
717  2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>  2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
718    
719          * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.          * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
720          Change recommended MPFR from 2.2.1 -> 2.3.0.          Change recommended MPFR from 2.2.1 > 2.3.0.
721          * configure: Regenerate.          * configure: Regenerate.
722    
 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>  
   
         * MAINTAINERS: Update my email address.  
   
 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>  
   
         * MAINTAINERS: Update my email address.  
   
723  2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>  2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
724    
725          * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.          * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
726          (CXXFLAGS_FOR_TARGET): Add -O2 -g.          (CXXFLAGS_FOR_TARGET): Add -O2 -g.
727          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
728    
 2007-12-10  Mark Heffernan <meheff@google.com>  
   
         * MAINTAINERS (Write After Approval): Add myself and alphabetize two  
         misplaced entries.  
   
729  2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>  2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
730    
731          * configure.ac: Enable libjava for x86_64-*-darwin9.          * configure.ac: Enable libjava for x86_64-*-darwin9.
732          * configure: Regenerate.          * configure: Regenerate.
733    
 2007-12-07  Bill Maddox <maddox@google.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
734  2007-12-05  Ben Elliston  <bje@au.ibm.com>  2007-12-05  Ben Elliston  <bje@au.ibm.com>
735    
736          * config.sub, config.guess: Update from upstream sources.          * config.sub, config.guess: Update from upstream sources.
737    
 2007-12-02  Matthias Klose  <doko@ubuntu.com>  
   
         * config-ml.in: Remove 64bit configure tests.  
   
738  2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
739    
740          * config-ml.in: Robustify against white space in absolute file          * config-ml.in: Robustify against white space in absolute file
# Line 736  Line 743 
743          * config-ml.in (multi-clean): Substitute ${Makefile}.          * config-ml.in (multi-clean): Substitute ${Makefile}.
744          Remove superfluous ${Makefile} in list.          Remove superfluous ${Makefile} in list.
745    
 2007-11-19  Thiemo Seufer  <ths@mips.com>  
   
         * config-ml.in: Don't hardcode the Makefile name.  
   
 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2007-11-06  Doug Kwan <dougkwan@google.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2007-10-25  Ben Elliston  <bje@au.ibm.com>  
   
         * MAINTAINERS (mercury): Remove entry.  
         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.  
   
746  2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>  2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
747    
748          * Makefile.def (dependencies): Make configure-gdb depend on          * Makefile.def (dependencies): Make configure-gdb depend on
749          all-intl.          all-intl.
750          * Makefile.in: Regenerated.          * Makefile.in: Regenerated.
751    
 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>  
   
         * MAINTAINERS (Fortran maintainer): Remove myself.  
   
752  2007-10-15  Patrick Mansfield <patmans@us.ibm.com>  2007-10-15  Patrick Mansfield <patmans@us.ibm.com>
753    
754          * Makefile.def: To avoid problems running with parallel makes,          * Makefile.def: To avoid problems running with parallel makes,
755          build newlib before libgloss so that target specific header          build newlib before libgloss so that target specific header
756          files are availble.          files are availble.
757          * Makefile.in: Regenerate          * Makefile.in: Regenerate.
758    
759  2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>  2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
760    
761          * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.          * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
762          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
763    
764  2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>  2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
765    
766          * MAINTAINERS (Register allocation reviewer): Add myself.          * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
767            * libdecnumber: New directory, imported from GCC.
768    
769  2007-10-08  Mike Frysinger  <vapier@gentoo.org>  2007-10-08  Mike Frysinger  <vapier@gentoo.org>
770    
# Line 791  Line 774 
774          LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.          LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
775          * configure: Regenerate.          * configure: Regenerate.
776    
 2006-10-04  Seongbae Park <seongbae.park@gmail.com>  
   
         * MAINTAINERS (Register allocation reviewer): Add myself.  
   
777  2007-10-01  Paolo Bonzini  <bonzini@gnu.org>  2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
778    
779          * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,          * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
# Line 807  Line 786 
786          * configure: Regenerate.          * configure: Regenerate.
787          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
788    
 2006-09-24  Peter Bergner <bergner@vnet.ibm.com>  
   
         * MAINTAINERS (Register allocation reviewer): Add myself.  
   
 2006-09-24  Kenneth Zadeck <zadeck@naturalbridge.com>  
   
         * MAINTAINERS (Register allocation reviewer): Add myself.  
   
 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>  
   
         * MAINTAINERS (Write After Approval): Fix typo.  
   
789  2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>  2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
790    
791          * configure.ac (mipsisa*-*-elfoabi*): New stanza.          * configure.ac (mipsisa*-*-elfoabi*): New stanza.
792          * configure: Regenerate.          * configure: Regenerate.
793    
 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>  
   
         PR bootstrap/31906  
         * libtool-ldflags: Don't prefix arguments with -Xcompiler if  
         they're already prefixed.  
   
794  2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>  2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
795    
796          * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before          * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
# Line 843  Line 804 
804          * configure.ac: Raise minimum makeinfo version to 4.6.          * configure.ac: Raise minimum makeinfo version to 4.6.
805          * configure: Regenerate.          * configure: Regenerate.
806    
 2007-09-17  Johannes Singler <singler@ira.uka.de>  
   
         * MAINTAINERS (write-after-approval) add myself  
   
807  2007-09-15  Alan Modra  <amodra@bigpond.net.au>  2007-09-15  Alan Modra  <amodra@bigpond.net.au>
808    
809          * configure.ac: Correct makeinfo version check.          * configure.ac: Correct makeinfo version check.
810          * configure: Regenerate.          * configure: Regenerate.
811    
 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>  
   
         * MAINTAINERS: Update my email address.  
   
812  2007-09-14  Richard Sandiford  <richard@codesourcery.com>  2007-09-14  Richard Sandiford  <richard@codesourcery.com>
813    
814          * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty          * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
# Line 869  Line 822 
822          enabling libgcj.          enabling libgcj.
823          * configure: Regenerate.          * configure: Regenerate.
824    
825  2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>  2007-09-12  Richard Guenther  <rguenther@suse.de>
   
         PR other/32154  
         * configure.ac: For libgloss targets, point the linker to the linker  
         script, startup code and simulator library.  
         * configure: Regenerate.  
   
 2007-09-07  Andrew Haley  <aph@redhat.com>  
826    
827          * configure.ac (noconfigdirs): Remove target-libffi and          * configure.ac (--enable-stage1-checking): If neither --enable-checking
828          target-libjava.          nor --disable-checking is provided also turn on yes and types
829          * configure: Regenerate.          checking for stage1.
830            * configure: Re-generate.
831    
832  2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>  2007-09-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
833    
834          PR target/33281          PR target/33281
835          * configure.ac: Use config/mh-mingw on mingw.          * configure.ac: Use config/mh-mingw on mingw.
836          * configure: Regenerate.          * configure: Regenerate.
837    
838  2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>  2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2007-09-05  Richard Guenther  <rguenther@suse.de>  
839    
840          * configure.ac (--enable-stage1-checking): If neither --enable-checking          PR other/32154
841          nor --disable-checking is provided also turn on yes and types          * configure.ac: For libgloss targets, point the linker to the linker
842          checking for stage1.          script, startup code and simulator library.
843          * configure: Re-generate.          * configure: Regenerate.
844    
845  2007-08-30  Krister Walfridsson  <cato@df.lth.se>  2007-09-09  Andrew Haley  <aph@redhat.com>
846    
847          * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.          * configure.ac (noconfigdirs): Remove target-libffi and
848          (Write After Approval): Remove myself.          target-libjava.
849    
850  2007-08-29  Nick Clifton  <nickc@redhat.com>  2007-08-29  Nick Clifton  <nickc@redhat.com>
851    
852          * config.sub, config.guess: Update from upstream sources.          * config.sub, config.guess: Update from upstream sources.
853    
854  2007-08-22  Bud Davis  <jmdavis@link.com>  2007-08-21  Richard Guenther  <rguenther@suse.de>
855    
856          * MAINTAINERS (Write After Approval): Added myself.          * configure.ac: Add types checking to stage1 checking flags.
857          * MAINTAINERS (Reviewers): Removed myself.          * configure: Regenerate.
858    
859  2007-08-18  Paul Brook  <paul@codesourcery.com>  2007-08-18  Paul Brook  <paul@codesourcery.com>
860              Joseph Myers  <joseph@codesourcery.com>              Joseph Myers  <joseph@codesourcery.com>
# Line 938  Line 881 
881          (do-compare, do-compare3, do-compare-debug): New.          (do-compare, do-compare3, do-compare-debug): New.
882          ([+compare-target+]): Use them.          ([+compare-target+]): Use them.
883    
884  2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>  2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
885    
886          * MAINTAINERS (Write After Approval): Change my email address.          * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
887            Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
888            (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
889            * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
890            (do-compare, do-compare3, do-compare-debug): New.
891            ([+compare-target+]): Use them.
892    
893  2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
894              Ben Elliston  <bje@au.ibm.com>              Ben Elliston  <bje@au.ibm.com>
# Line 949  Line 897 
897          --silent if $silent.          --silent if $silent.
898          * configure: Regenerate.          * configure: Regenerate.
899    
900  2003-08-12  Zdenek Dvorak  <ook@ucw.cz>  2007-08-12  Daniel Jacobowitz  <dan@codesourcery.com>
   
         * MAINTAINERS (Various Maintainers): Add myself as  
         loop infrastructure maintainer.  Update my e-mail  
         address.  
   
 2007-07-31  Diego Novillo  <dnovillo@google.com>  
   
         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.  
         Adjust description.  
901    
902  2007-07-26  Richard Guenther  <rguenther@suse.de>          * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
   
         * configure.ac: Add types checking to stage1 checking flags.  
         * configure: Regenerate.  
903    
904  2007-07-17  Nick Clifton  <nickc@redhat.com>  2007-07-17  Nick Clifton  <nickc@redhat.com>
905    
# Line 972  Line 908 
908          * COPYING3.LIB: New file.  Contains version 3 of the GNU          * COPYING3.LIB: New file.  Contains version 3 of the GNU
909          Lesser General Public License.          Lesser General Public License.
910    
911  2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>  2007-07-11  Bernd Schmidt  <bernd.schmidt@analog.com>
   
         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.  
   
 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>  
912    
913          * MAINTAINERS (S/390 co-maintainer): Add myself.          * configure.ac: Fix my previous change to really match GCC.
914          (Write After Approval): Remove myself.          * configure: Regenerate.
   
 2007-07-13  Dan Hipschman  <dsh@google.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2007-07-11  Nick Clifton  <nickc@redhat.com>  
   
         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the  
         WINDRES export.  
         * Makefile.in: Regenerate.  
   
 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>  
   
         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX  
         maintainer.  
   
 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>  
   
         * lt~obsolete.m4: New. Import from 20070318 libtool.  
   
 2007-07-03  Julian Brown  <julian@codesourcery.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
915    
916  2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
917    
918          * configure.ac: Rewrite 'configure --help' strings to look nicer.          * configure.ac: Rewrite 'configure --help' strings to look nicer.
919          * configure: Regenerate.          * configure: Regenerate.
920    
921  2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
922    
923          * configure.ac: Add some missing m4 quotation.          * configure.ac: Add some missing m4 quotation.
924          * configure: Regenerate.          * configure: Regenerate.
925    
926  2007-07-02  Simon Baldwin  <simonb@google.com>  2007-07-09  Kai Tietz   <kai.tietz@onevision.com>
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>  
   
         * configure: Regenerate.  
   
 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>  
927    
928          * Makefile.def: Add windmc tool to build.          * Makefile.def: Add windmc tool to build.
929          * Makefile.tpl: Likewise.          * Makefile.tpl: Likewise.
# Line 1030  Line 931 
931          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
932          * configure: Regenerate.          * configure: Regenerate.
933    
934  2007-06-28  DJ Delorie  <dj@redhat.com>  2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
   
         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're  
         not building newlib.  
         * configure: Regenerated.  
   
 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>  
935    
936          * MAINTAINERS (Write After Approval): Add myself.          * lt~obsolete.m4: New. Import from 20070318 libtool.
937    
938  2007-06-25  Martin Michlmayr  <tbm@cyrius.com>  2007-06-29  Bernd Schmidt  <bernd.schmidt@analog.com>
939    
940          * MAINTAINERS (Write After Approval): Add myself.          * configure.ac: Don't add target-libmudflap to noconfigdirs for
941            uclinux and linux-uclibc targets.
942            * configure: Regenerate.
943    
944  2007-06-19  Chris Matthews  <chrismatthews@google.com>  2007-06-28  DJ Delorie  <dj@redhat.com>
945    
946          * MAINTAINERS (Write After Approval): Add myself.          * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
947            not building newlib.
948            * configure: Regenerated.
949    
950  2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>  2007-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
951    
952          * MAINTAINERS (Write After Approval): Add myself.          * src-release (DEVO_SUPPORT): Correct typos.
953    
954  2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>  2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
955    
956          * Makefile.def: Add dependency from configure-gdb to all-bfd.          * Makefile.def: Add dependency from configure-gdb to all-bfd.
957          * Makefile.in: Regenerated.          * Makefile.in: Regenerated.
958    
 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>  
   
         * configure.ac: Don't add target-libmudflap to noconfigdirs for  
         bfin*-*-uclinux* targets.  
         * configure: Regenerate.  
   
 2007-06-14  Ian Lance Taylor  <iant@google.com>  
   
         * MAINTAINERS: Add myself as non-algorithmic global write  
         maintainer.  
   
 2007-06-14  Diego Novillo  <dnovillo@google.com>  
   
         * MAINTAINERS: Add self as middle-end maintainer and  
         non-algorithmic global write maintainer.  
   
 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>  
   
         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".  
         Move all Fortran maintainers except Paul Brook into the  
         Non-Autopoiesis section.  
   
959  2007-06-14  Paolo Bonzini  <bonzini@gnu.org>  2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
960    
961          * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.          * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
962          (distclean-stage[+id+]): Possibly delete stage_last.          (distclean-stage[+id+]): Possibly delete stage_last.
963          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
964    
 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>  
   
         * MAINTAINERS (Various Maintainer): Fix typo.  
   
 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>  
   
         * MAINTAINERS (Various Maintainer): Add myself as  
         dataflow maintainer.  
   
965  2007-06-07  Ben Elliston  <bje@au.ibm.com>  2007-06-07  Ben Elliston  <bje@au.ibm.com>
966    
967          * config.sub, config.guess: Update from upstream sources.          * config.sub, config.guess: Update from upstream sources.
# Line 1103  Line 971 
971          * Makefile.tpl: Fix spelling error.          * Makefile.tpl: Fix spelling error.
972          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
973    
974  2007-06-01  Steve Ellcey  <sje@cup.hp.com>  2007-06-04  Paolo Bonzini  <bonzini@gnu.org>
   
         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set  
         lt_cv_sys_max_cmd_len.  
   
 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>  
   
         * MAINTAINERS (Various Maintainers): Add myself as  
         auto-vectorizer maintainer.  
   
 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>  
   
         PR libjava/32098  
         * libtool.m4: Revert previous change.  
         * ltgcc.m4: Put it here.  
   
 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>  
975    
976          * MAINTAINERS (Various Maintainers): Add myself as          Sync with gcc:
977          auto-vectorizer maintainer.          2007-05-30  Jakub Jelinek  <jakub@redhat.com>
   
 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>  
   
         PR libjava/32098  
         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.  
   
 2007-05-30  Richard Guenther  <rguenther@suse.de>  
   
         * MAINTAINERS (Various Maintainers): Add myself as  
         auto-vectorizer maintainer.  
   
 2007-05-30  Jakub Jelinek  <jakub@redhat.com>  
978    
979          PR bootstrap/29382          PR bootstrap/29382
980          * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.          * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
981          * configure: Rebuilt.          * configure: Rebuilt.
982    
983  2007-05-28  Roberto Costa  <robsettantasei@gmail.com>  2007-06-01  Steve Ellcey  <sje@cup.hp.com>
984    
985          * MAINTAINERS (Write After Approval): Removed my name.          * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
986            lt_cv_sys_max_cmd_len.
987    
988  2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>  2007-05-31  Paolo Bonzini  <bonzini@gnu.org>
989    
990          * MAINTAINERS (Write After Approval): Remove myself.          * ltgcc.m4: Update from GCC.
991    
992  2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>  2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
993    
994          * ltmain.sh: Fix Darwin verstring, remove ${wl}.          * ltmain.sh: Fix Darwin verstring, remove ${wl}.
995    
996  2007-05-23  Steve Ellcey  <sje@cup.hp.com>  2007-05-24  Steve Ellcey  <sje@cup.hp.com>
997    
998          * ltmain.sh: Update from ToT Libtool.          * ltmain.sh: Update from GCC.
999          * libtool.m4: Update from ToT Libtool.          * libtool.m4: Update from GCC.
1000          * ltsugar.m4: New. Update from ToT Libtool.          * ltsugar.m4: New. Update from GCC.
1001          * ltversion.m4: New. Update from ToT Libtool.          * ltversion.m4: New. Update from GCC.
1002          * ltoptions.m4: New. Update from ToT Libtool.          * ltoptions.m4: New. Update from GCC.
1003          * ltconfig: Remove.          * ltconfig: Remove.
1004          * ltcf-c.sh: Remove.          * ltcf-c.sh: Remove.
1005          * ltcf-cxx.sh: Remove.          * ltcf-cxx.sh: Remove.
1006          * ltcf-gcj.sh: Remove.          * ltcf-gcj.sh: Remove.
1007            * src-release: Update with new libtool file list.
 2007-05-22  Ollie Wild  <aaw@google.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
1008    
1009  2007-05-16  Paolo Bonzini  <bonzini@gnu.org>  2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
1010    
# Line 1178  Line 1016 
1016          all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].          all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
1017          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
1018    
 2007-05-15  Diego Novillo  <dnovillo@google.com>  
   
         * MAINTAINERS: Update e-mail address.  
   
 2007-05-15  Revital Eres  <eres@il.ibm.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>  
   
         * MAINTAINERS (Write After Approval): Updated my address.  
   
 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2007-05-11  Silvius Rus  <rus@google.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2007-04-23  Tom Tromey  <tromey@redhat.com>  
   
         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.  
   
 2007-04-22  Mark Mitchell  <mark@codesourcery.com>  
   
         * MAINTAINERS (cpplib): Rename to ...  
         (libcpp): ... this.  Add C/C++ front end maintainers.  
   
1019  2007-04-14  Steve Ellcey  <sje@cup.hp.com>  2007-04-14  Steve Ellcey  <sje@cup.hp.com>
1020    
1021          * config-ml.in: Pass ${ml_config_env} to configure calls.          * config-ml.in: Update from GCC.
   
 2007-04-04  Christian Bruel  <christian.bruel@st.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2007-04-02  Dave Korn  <dave.korn@artimi.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2007-03-31  Tobias Burnus  <burnus@net-b.de>  
   
         * MAINTAINERS (fortran 95 front end): Add myself.  
   
 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>  
1022    
1023          * MAINTAINERS (Write After Approval): Add myself.  2007-04-09  Daniel Jacobowitz  <dan@codesourcery.com>
1024    
1025  2007-03-24  Ayal Zaks  <zaks@il.ibm.com>          * src-release (do-proto-toplev): Process the support directories before
1026            the tool directory.
         * MAINTAINERS (Modulo Scheduler): Add myself.  
   
 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>  
   
         * MAINTAINERS (fortran 95 front end): Add myself.  
         (c++ front end): whitespace fix.  
   
 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
1027    
1028  2007-03-21  Richard Sandiford  <richard@codesourcery.com>  2007-03-21  Richard Sandiford  <richard@codesourcery.com>
1029    
# Line 1283  Line 1068 
1068          * configure: Regenerate.          * configure: Regenerate.
1069          * configure.ac: Move statements after variable declarations.          * configure.ac: Move statements after variable declarations.
1070    
 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>  
   
         * MAINTAINERS: Add myself as sh maintainer.  
   
1071  2007-02-19  Joseph Myers  <joseph@codesourcery.com>  2007-02-19  Joseph Myers  <joseph@codesourcery.com>
1072    
1073          * configure.ac: Adjust for loop syntax.          * configure.ac: Adjust for loop syntax.
# Line 1304  Line 1085 
1085    
1086  2007-02-17  Mark Mitchell  <mark@codesourcery.com>  2007-02-17  Mark Mitchell  <mark@codesourcery.com>
1087              Nathan Sidwell  <nathan@codesourcery.com>              Nathan Sidwell  <nathan@codesourcery.com>
1088              Vladimir Prus  <vladimir@codesourcery.com>              Vladimir Prus  <vladimir@codesourcery.com
1089              Joseph Myers  <joseph@codesourcery.com>              Joseph Myers  <joseph@codesourcery.com>
1090    
1091          * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.          * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
1092          * configure: Regenerate.          * configure: Regenerate.
1093    
 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>  
   
         * ltconfig (freebsd*): Default to elf.  
   
1094  2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>  2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
1095    
1096          * configure.ac (target_libraries): Move libgcc before libiberty.          * configure.ac (target_libraries): Move libgcc before libiberty.
1097          * configure: Regenerated.          * configure: Regenerated.
1098    
1099    2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
1100    
1101            * configure: Regenerate again?
1102    
1103    2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
1104    
1105            * configure: Reapply PR30748 fix which was lost in the previous commit.
1106    
1107  2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>  2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
1108              Paolo Bonzini  <bonzini@gnu.org>              Paolo Bonzini  <bonzini@gnu.org>
1109    
# Line 1327  Line 1112 
1112          unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.          unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
1113          * configure: Regenerated.          * configure: Regenerated.
1114    
1115  2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>  2007-02-10  Paolo Bonzini  <bonzini@gnu.org>
1116    
1117          * MAINTAINERS (Language Front End Maintainers): Update my mail          * configure: Regenerate.
         address.  
1118    
1119  2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>  2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
1120    
# Line 1340  Line 1124 
1124    
1125  2007-02-09  Paolo Bonzini  <bonzini@gnu.org>  2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
1126    
1127          * configure.ac: Sync with src.          * Makefile.def: Sync with GCC.
1128          * configure: Regenerate.          * Makefile.tpl: Sync with GCC.
   
 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>  
   
1129          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
1130            * configure: Regenerate.
 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>  
   
         * config.sub: Sync with src.  
1131    
1132  2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>  2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
1133    
# Line 1365  Line 1143 
1143          * Makefile.in: Regenerated.          * Makefile.in: Regenerated.
1144          * configure: Regenerated with autoconf 2.59.          * configure: Regenerated with autoconf 2.59.
1145    
1146  2007-02-07  Roman Zippel <zippel@linux-m68k.org>          * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
1147    
1148          * MAINTAINERS (Write After Approval): Add myself.  2007-02-08  Jeff Johnston  <jjohnstn@redhat.com>
1149    
1150  2007-01-31  Andreas Schwab  <schwab@suse.de>          * COPYING.LIBGLOSS: Reformat default Red Hat
1151            license to fit within 80 columns.
1152            * COPYING.NEWLIB: Ditto.
1153    
1154          * Makefile.tpl (LDFLAGS): Substitute it.  2007-02-05  Dave Brolley  <brolley@redhat.com>
         * Makefile.in: Regenerate.  
1155    
1156  2007-01-30 Andrey Belevantsev <abel@ispras.ru>          * Contribute the following changes:
1157            2006-11-28  DJ Delorie  <dj@redhat.com>
1158    
1159          * MAINTAINERS (Write After Approval): Add myself.          * configure.in: Fix typo for mep's target_makefile_frag.
1160            * configure: Regenerated.
1161    
1162  2007-01-28  David Edelsohn  <edelsohn@gnu.org>          2005-04-22  Richard Sandiford  <rsandifo@redhat.com>
1163    
1164          * MAINTAINERS (spu port): Add myself.          * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
1165            * configure: Regenerate.
1166    
1167  2007-01-23  Richard Guenther  <rguenther@suse.de>          2001-09-19  DJ Delorie  <dj@redhat.com>
1168    
1169          PR bootstrap/30541          * configure.in (target_makefile_frag): use mt-mep
1170          * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.  
1171          * Makefile.tpl (GNATBIND): Substitute it.          2001-06-12  Don Howard  <dhoward@redhat.com>
1172          (GNATMAKE): Likewise.  
1173          (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead          * configure.in: Remove gdb from MeP skip list.
         of STAGE_PREFIX.  
         * Makefile.in: Regenerate.  
         * configure: Regenerate.  
1174    
1175  2007-01-18  Mike Stump  <mrs@apple.com>          2001-04-05  DJ Delorie  <dj@redhat.com>
1176    
1177          * configure.in: Re-enable -Werror for gcc builds.          * configure.in (noconfigdirs): Remove gcc from MeP skip list.
1178    
1179  2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>          2001-03-20  Ben Elliston  <bje@redhat.com>
1180    
1181          * MAINTAINERS (Write After Approval): Add myself.          * configure.in (noconfigdirs): Add gcc and gdb for MeP.
1182    
1183            2001-03-19  Ben Elliston  <bje@redhat.com>
1184    
1185            * config.sub (mep, mep-*): Add.
1186    
1187    2007-01-31  Andreas Schwab  <schwab@suse.de>
1188    
1189            * Makefile.tpl (LDFLAGS): Substitute it.
1190            * Makefile.in: Regenerate.
1191    
1192  2007-01-11  Paolo Bonzini  <bonzini@gnu.org>  2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
1193    
# Line 1428  Line 1216 
1216          to improve robustness of configure tests.          to improve robustness of configure tests.
1217          * configure: Regenerate.          * configure: Regenerate.
1218    
 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>  
   
         * MAINTAINERS: Add myself as i386 maintainer.  
   
 2007-01-08  Jan Hubicka  <jh@suse.cz>  
   
         * MAINTAINERS: Add myself as i386 maintainer.  
   
1219  2007-01-08  Kai Tietz   <kai.tietz@onevision.com>  2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
1220    
1221          * configure.in: Add support for an x86_64-mingw* target.          * configure.in: Add support for an x86_64-mingw* target.
# Line 1466  Line 1246 
1246    
1247  2006-12-29  Paolo Bonzini  <bonzini@gnu.org>  2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
1248    
1249            Sync with gcc:
1250            2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
1251    
1252          * configure.in: Reorganize recognition of languages.  Add          * configure.in: Reorganize recognition of languages.  Add
1253          --enable-stage1-languages.  Show supported languages for the chosen          --enable-stage1-languages.  Show supported languages for the chosen
1254          target rather than all recognized languages.          target rather than all recognized languages.
1255          * configure: Regenerate.          * configure: Regenerate.
1256    
1257  2006-12-29  Paolo Bonzini  <bonzini@gnu.org>          2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
1258    
1259          * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.          * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
1260          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
1261    
1262  2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>          2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1263    
1264          * configure.in: Warn that MPFR 2.2.0 is buggy.          * configure.in: Warn that MPFR 2.2.0 is buggy.
1265          * configure: Regenerate.          * configure: Regenerate.
# Line 1487  Line 1270 
1270          remove prev-DIR*/Makefile.          remove prev-DIR*/Makefile.
1271          * configure: Regenerate.          * configure: Regenerate.
1272    
1273  2006-12-22  Andreas Schwab  <schwab@suse.de>  2006-12-23  Kazu Hirata  <kazu@codesourcery.com>
   
         * configure: Regenerate with correct autoconf version.  
   
 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>  
1274    
1275          * configure.in: add AC_SUBST for *_FOR_TARGET.          * config.bfd: Recognize fido.
         * configure: Regenerate.  
1276    
1277  2006-12-19  Paolo Bonzini  <bonzini@gnu.org>  2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
1278    
1279          * configure.in: Simplify logic for rejecting languages that cannot          Sync with gcc:
         be built.  Separate the case when a language is unsupported,  
         from the case when the user chooses not to build a language.  
1280    
1281  2006-12-19  Paolo Bonzini  <bonzini@gnu.org>          2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
1282    
1283          * configure.in: Remove "$build" case for powerpc-*-darwin* since          * configure.in: Remove "$build" case for powerpc-*-darwin* since
1284          it only affects bootstrap and could be tested on "$host" as well.          it only affects bootstrap and could be tested on "$host" as well.
1285          * configure: Regenerate.          * configure: Regenerate.
1286          * config/mh-ppc-darwin: Add to the stage1 cflags here.          * config/mh-ppc-darwin: Add to the stage1 cflags here.
1287    
1288  2006-12-19  Paolo Bonzini  <bonzini@gnu.org>          2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
1289    
1290          PR bootstrap/29544          PR bootstrap/29544
1291          * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.          * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
# Line 1521  Line 1297 
1297          * configure: Regenerate.          * configure: Regenerate.
1298          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
1299    
1300  2006-12-19  Paolo Bonzini  <bonzini@gnu.org>          2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1301    
1302          * MAINTAINERS: Add myself as build system maintainer.          * configure.in: Update error message for missing GMP/MPFR.
1303    
1304  2006-12-15  Simon Martin  <simartin@users.sourceforge.net>          * configure: Regenerate.
1305    
1306          * MAINTAINERS (Write After Approval): Add myself.          2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1307    
1308  2006-12-13  Eric Christopher  <echristo@apple.com>          * configure.in: Update MPFR version in error message.
1309    
1310          * MAINTAINERS: Add myself as darwin maintainer.          * configure: Regenerate.
1311    
1312  2006-12-11  Ian Lance Taylor  <ian@airs.com>          2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1313    
1314          * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.          * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
1315            (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
1316            --with-gmp-lib): New flags.
1317    
1318  2006-12-11  Joern Rennecke <joern.rennecke@arc.com>          * configure: Regenerate.
1319    
1320          MAINTAINERS: Update my entry.  2006-12-12  Andreas Tobler  <a.tobler@schweiz.org>
1321    
1322            PR bootstrap/30134
1323            * configure.in: Correct x86 darwin support for libjava to powerpc
1324            and i?86 only.
1325            * configure: Regenerate.
1326    
1327  2006-12-11  Alan Modra  <amodra@bigpond.net.au>  2006-12-11  Alan Modra  <amodra@bigpond.net.au>
1328    
# Line 1551  Line 1334 
1334    
1335  2006-12-11  Ben Elliston  <bje@au.ibm.com>  2006-12-11  Ben Elliston  <bje@au.ibm.com>
1336    
1337          * config.guess: Import latest version.          * config.sub, config.guess: Update from upstream sources.
         * config.sub: Likewise.  
1338    
1339  2006-12-11  Ben Elliston  <bje@au.ibm.com>  2006-12-11  Ben Elliston  <bje@au.ibm.com>
1340    
1341          * configure.in (spu-*-*): Don't skip target-libiberty.          * configure.in: Sync with GCC (spu-*-*).
1342          * configure: Regenerate.          * configure: Sync with GCC.
   
 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>  
   
         PR bootstrap/30134  
         * configure.in: Correct x86 darwin support for libjava to powerpc  
         and i?86 only.  
         * configure: Regenerate.  
   
 2006-12-08  Sandro Tolaini  <tolaini@libero.it>  
   
         * configure.in: Add x86 darwin support for libjava.  
         * configure: Regenerate.  
1343    
1344  2006-12-07  Mike Stump  <mrs@apple.com>  2006-12-07  Mike Stump  <mrs@apple.com>
1345    
# Line 1578  Line 1348 
1348          install-gcc.          install-gcc.
1349          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
1350    
 2006-12-04  Richard Guenther  <rguenther@suse.de>  
   
         * MAINTAINERS (Non-Algorithmic Maintainers): New section.  
         (Non-Algorithmic Maintainers): Move over non-algorithmic  
         loop optimizer maintainers, add myself as a non-algorithmic  
         middle-end maintainer.  
   
 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>  
   
         * configure.in: Update error message for missing GMP/MPFR.  
   
         * configure: Regenerate.  
   
 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>  
   
         * configure.in: Update MPFR version in error message.  
   
         * configure: Regenerate.  
   
 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>  
   
         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.  
         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,  
         --with-gmp-lib): New flags.  
   
         * configure: Regenerate.  
   
 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>  
   
         * MAINTAINERS (Write After Approval): Change my email address.  
   
 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2006-11-22  Philipp Thomas <pth@suse.de>  
   
         * MAINTAINERS (i18n): Update e-mail address.  
   
 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>  
   
         * MAINTAINERS (spu port): Add myself as maintainer.  
         (Write After Approval): Remove myself.  
   
 2006-11-22  Ben Elliston  <bje@au.ibm.com>  
   
         * configure.in (skipdirs): Don't build libssp for SPU.  
         * configure: Regenerate.  
   
 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>  
   
         * MAINTAINERS (spu port): Add myself as maintainer.  
         (libobjc): Update my email address.  
   
 2006-11-21  Andrea Bona  <andrea.bona@st.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2006-11-20  Trevor Smigiel <trevor_smigiel@playstation.sony.com>  
   
         * configure.in (skipdirs) : Don't build target-libiberty for SPU.  
         * configure : Rebuilt.  
   
 2006-11-20  Trevor Smigiel <trevor_smigiel@playstation.sony.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>  
   
         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for  
         libmpfr.a.  
         * configure: Regenerate.  
   
1351  2006-11-16  Paolo Bonzini  <bonzini@gnu.org>  2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
1352    
1353          * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.          * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
# Line 1668  Line 1357 
1357          * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.          * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
1358          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
1359    
1360  2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>  2006-11-14  DJ Delorie  <dj@redhat.com>
   
         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer  
         maintainers.  
1361    
1362  2006-11-14  Erven Rohou  <erven.rohou@st.com>          * Makefile.tpl (clean-stage*): Sync with GCC (clean).
1363            * Makefile.in: Sync with GCC.
1364            * configure.in: Sync with GCC (mpfr, gmp).
1365            * configure: Sync with GCC.
1366    
1367          * MAINTAINERS (Write After Approval): Add myself.  2006-11-08  Jie Zhang  <jie.zhang@analog.com>
   
 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>  
   
         * Makefile.tpl (clean-stage*): Test separately for package/Makefile  
         and stageN-package/Makefile.  
         * Makefile.in: Regenerated.  
   
 2006-11-14  Jie Zhang  <jie.zhang@analog.com>  
1368    
1369          * configure.in: Remove target-libgloss from noconfigdirs for          * configure.in: Remove target-libgloss from noconfigdirs for
1370          bfin-*-*.          bfin-*-*.
1371          * configure: Regenerated.          * configure: Regenerated.
1372    
1373  2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>  2006-10-27  Jeff Johnston  <jjohnstn@redhat.com>
   
         * configure.in (have_gmp): Only error if the gcc directory exists.  
   
         * configure: Regenerate.  
   
 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>  
   
         * configure.in: Robustify error message for missing GMP/MPFR.  
   
         * configure: Regenerate.  
   
 2006-10-31  Stephen M. Webb <stephen.webb@bregmasoft.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2006-10-30  Uros Bizjak <ubizjak@gmail.com>  
   
         * MAINTAINERS: Change email address.  
   
 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>  
1374    
1375          * MAINTAINERS (Write After Approval): Move myself to          * COPYING.NEWLIB: Add spu license.
1376          Write After Approval section.          * COPYING.LIBGLOSS: Ditto.
1377    
1378  2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>  2006-10-17  Brooks Moses  <bmoses@stanford.edu>
   
         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check  
         need_gmp anymore.  
         * configure: Regenerate.  
   
 2006-10-16  Tobias Burnus  <burnus@net-b.de>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2006-10-16  Ben Elliston  <bje@au.ibm.com>  
   
         * config.guess: Import latest version.  
         * config.sub: Likewise.  
   
 2006-10-10  Brooks Moses  <bmoses@stanford.edu>  
1379    
1380          * Makefile.def: Added pdf target handling.          * Makefile.def: Added pdf target handling.
1381          * Makefile.tpl: Added pdf target handling.          * Makefile.tpl: Added pdf target handling.
1382          * Makefile.in: Regenerated.          * Makefile.in: Regenerated.
1383    
1384  2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>  2006-10-11  Jeff Johnston  <jjohnstn@redhat.com>
   
         * MAINTAINERS: Add self as score port maintainer.  
   
 2006-10-04  Brooks Moses  <bmoses@stanford.edu>  
1385    
1386          * MAINTAINERS (Write After Approval): Add myself.          * COPYING.NEWLIB: Updated.
1387            * COPYING.LIBGLOSS: Ditto.
 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>  
   
         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0  
         or newer.  
         * configure: Regenerated.  
1388    
1389  2006-09-27  Dave Brolley  <brolley@redhat.com>  2006-09-27  Dave Brolley  <brolley@redhat.com>
1390    
# Line 1763  Line 1392 
1392          $s instead of $r.          $s instead of $r.
1393          * configure: Regenerated.          * configure: Regenerated.
1394    
1395  2006-09-26  Thiemo Seufer  <ths@mips.com>  2006-09-26  Ben Elliston  <bje@au.ibm.com>
1396    
1397            * config.sub, config.guess: Update from upstream sources.
1398    
1399    2006-09-20  Thiemo Seufer  <ths@mips.com>
1400    
1401          * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise          * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
1402          for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.          for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
1403          * configure: Regenerate.          * configure: Regenerate.
1404    
 2006-09-24  Graeme Peterson <gridly@gmail.com>  
   
         * MAINTAINERS (Write After Approval): Remove myself.  
   
 2006-09-22  Chao-ying Fu  <fu@mips.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>  
   
         * MAINTAINERS: Add self as soft-fp maintainer.  
   
 2006-09-09  Anatoly Sokolov <aesok@post.ru>  
   
         * MAINTAINERS: Add myself as avr maintainer.  
         Remove Marek Michalkiewicz as avr maintainer.  
   
 2006-09-07  Roberto Costa  <roberto.costa@st.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
1405  2006-08-30  Corinna Vinschen  <corinna@vinschen.de>  2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
1406    
1407          * configure.in: Never build newlib for a Mingw host.          * configure.in: Never build newlib for a Mingw host.
# Line 1800  Line 1412 
1412          building a Mingw target.          building a Mingw target.
1413          * configure: Regenerate.          * configure: Regenerate.
1414    
1415  2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>  2006-08-15  Thiemo Seufer  <ths@mips.com>
1416                Nigel Stephens  <nigel@mips.com>
1417                David Ung  <davidu@mips.com>
1418    
1419          * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.          * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
1420    
1421  2006-07-25  Paolo Bonzini  <bonzini@gnu.org>  2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
1422    
1423          * config.guess: Import from src (was more updated).          Sync from GCC:
1424          * config.sub: Likewise.          2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
1425    
1426            PR bootstrap/18058
1427            * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
1428            if the bootstrap compiler is a GCC version that supports it.
1429            * configure: Regenerate.
1430    
1431  2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>  2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
1432    
# Line 1825  Line 1444 
1444          on configure-intl and all-opcodes on all-intl.          on configure-intl and all-opcodes on all-intl.
1445          * Makefile.in: Regenerated.          * Makefile.in: Regenerated.
1446    
 2006-07-13  Ben Elliston  <bje@au.ibm.com>  
   
         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.  
   
 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>  
   
         Port to hosts whose 'sort' and 'tail' implementations  
         treat operands with leading '+' as file names, as POSIX  
         has required since 2001.  However, make sure the code still  
         works on pre-POSIX hosts.  
         * ltmain.sh: Don't assume "sort +2" is equivalent to  
         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.  
   
 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>  
   
         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.  
   
1447  2006-07-04  Peter O'Gorman  <peter@pogma.com>  2006-07-04  Peter O'Gorman  <peter@pogma.com>
1448    
1449          * ltconfig: chmod 644 before ranlib during install.          * ltconfig: chmod 644 before ranlib during install.
1450    
 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>  
   
         PR bootstrap/18058  
         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1  
         if the bootstrap compiler is a GCC version that supports it.  
         * configure: Regenerate.  
   
1451  2006-07-03  Paolo Bonzini  <bonzini@gnu.org>  2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
1452    
1453          * configure.in: Fix thinkos in previous check-in.          * configure.in: Fix thinkos in previous check-in.
# Line 1860  Line 1455 
1455    
1456  2006-07-03  Paolo Bonzini  <bonzini@gnu.org>  2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
1457    
1458            Sync from gcc:
1459    
1460            2007-07-03  Paolo Bonzini  <bonzini@gnu.org>
1461    
1462          PR other/27063          PR other/27063
1463          * configure.in: Test subdir_requires and give an appropriate          * configure.in: Test subdir_requires and give an appropriate
1464          error message.          error message.
1465          * configure: Regenerate.          * configure: Regenerate.
1466    
1467  2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>          2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>  
   
         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.  
   
 2006-06-22  Steve Ellcey  <sje@cup.hp.com>  
1468    
1469          * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.          PR target/27540
1470            * configure.in: Only enable libgomp on IRIX 6.
1471            * configure: Regenerate.
1472    
1473  2006-06-20  David Ayers  <d.ayers@inode.at>  2006-06-20  David Ayers  <d.ayers@inode.at>
1474    
1475          PR bootstrap/28072          PR bootstrap/28072
1476          * configure.in: Add target-boehm-gc to noconfigdirs depending on          * configure.in: Add target-boehm-gc to noconfigdirs depending on
1477          whether target-libjava is being configured instead of whether the          whether target-libjava is being configured instead of whether the
1478          java front end is enabled.          java front end is enabled.
1479          * configure: Regenerate.          * configure: Regenerate.
1480    
1481  2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>  2006-06-15  Mark Shinwell  <shinwell@codesourcery.com>
1482    
1483          PR target/27540          * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
1484          * configure.in: Only enable libgomp on IRIX 6.          to R_ARM_LDC_SB_G{0,1,2} respectively.
         * configure: Regenerate.  
1485    
1486  2006-06-15  Paolo Bonzini  <bonzini@gnu.org>  2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
1487    
# Line 1897  Line 1489 
1489          too.          too.
1490          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
1491    
1492  2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>  2006-06-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1493    
1494          * config-ml.in: Alter CCASFLAGS to include special          Sync from gcc:
         multilib options the same as is done for CFLAGS.  
   
 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>  
1495    
1496            2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1497          * configure.in: Don't enable libgomp on hpux10.          * configure.in: Don't enable libgomp on hpux10.
1498          * configure: Rebuilt.          * configure: Rebuilt.
1499    
1500  2006-06-12  David Ayers  <d.ayers@inode.at>  2006-06-13  David Ayers  <d.ayers@inode.at>
1501    
1502            Sync from gcc:
1503    
1504            2006-06-12  David Ayers  <d.ayers@inode.at>
1505    
1506          PR bootstrap/27963          PR bootstrap/27963
1507          PR target/19970          PR target/19970
# Line 1915  Line 1509 
1509          ${libgcj} is specified.          ${libgcj} is specified.
1510          * configure: Regenerate.          * configure: Regenerate.
1511    
1512  2006-06-06  Carlos O'Donell <carlos@codesourcery.com>  2006-06-08  Jeff Johnston  <jjohnstn@redhat.com>
1513    
1514          Sync from src:          Sync from gcc:
1515    
1516          * configure.in: Sync.          2005-01-12  David Edelsohn  <edelsohn@gnu.org>
1517          * configure: Regenerated.                      Andreas Schwab  <schwab@suse.de>
1518    
1519          2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>          PR bootstrap/18033
1520            * config-ml.in: Eval option if surrounded by single quotes.
1521    
1522          * Makefile.def: Added dependencies from sim and gdb on intl, and  2006-06-07  Carlos O'Donell  <carlos@codesourcery.com>
         added configure dependencies to everything with an all dependency  
         on intl.  
         * Makefile.in: Regenerated.  
1523    
1524  2006-06-06  David Ayers  <d.ayers@inode.at>          Sync from gcc:
1525    
1526            2006-06-06  David Ayers  <d.ayers@inode.at>
1527    
1528          PR libobjc/13946          PR libobjc/13946
1529          * Makefile.def: Add dependencies for libobjc which boehm-gc.          * Makefile.def: Add dependencies for libobjc which boehm-gc.
# Line 1944  Line 1538 
1538          Only build boehm-gc if needed either for Java or Objective-C.          Only build boehm-gc if needed either for Java or Objective-C.
1539          * configure: Regenerate.          * configure: Regenerate.
1540    
1541  2006-06-05  Paolo Bonzini  <bonzini@gnu.org>          2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
1542    
1543          PR 27674          PR 27674
1544          * Makefile.tpl (configure-[+prefix+][+module+],          * Makefile.tpl (configure-[+prefix+][+module+],
# Line 1953  Line 1547 
1547          (stage_current): New.          (stage_current): New.
1548          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
1549    
1550  2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>          2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1551            Andreas Tobler  <a.tobler@schweiz.ch>
1552    
1553            * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
1554            * configure: Rebuilt.
1555    
1556            Revert
1557            2006-01-31  Richard Guenther  <rguenther@suse.de>
1558            Paolo Bonzini  <bonzini@gnu.org>
1559    
1560            * Makefile.def (target_modules): Add libgcc-math target module.
1561            * configure.in (target_libraries): Add libgcc-math target library.
1562            (--enable-libgcc-math): New configure switch.
1563            * Makefile.in: Re-generate.
1564            * configure: Re-generate.
1565    
1566    2006-06-05  Jeff Johnston  <jjohnstn@redhat.com>
1567    
1568          * MAINTAINERS (Write After Approval): Update my e-mail address.          * config-ml.in: Alter CCASFLAGS to include special
1569            multilib options the same as is done for CFLAGS.
1570    
1571  2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>  2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
1572    
1573          * include/libiberty.h: Declare pex_run_in_environment.          * Makefile.def: Added dependencies from sim and gdb on intl, and
1574            added configure dependencies to everything with an all dependency
1575            on intl.
1576            * gettext.m4: Removed.
1577            * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
1578            (GDB_SUPPORT_DIRS): Add intl.
1579            * Makefile.in: Regenerated.
1580    
1581  2006-05-31  Asher Langton  <langton2@llnl.gov>  2006-05-25  Daniel Jacobowitz  <dan@codesourcery.com>
1582    
1583          * MAINTAINERS (Write After Approval): Add myself.          * src-release (DEVO_SUPPORT): Add config.rpath.
1584    
1585  2006-05-25  Paolo Bonzini  <bonzini@gnu.org>  2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
1586    
# Line 1972  Line 1589 
1589          (restrap): Move under "@if gcc-bootstrap".  Fix typo.          (restrap): Move under "@if gcc-bootstrap".  Fix typo.
1590          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
1591    
 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>  
   
         * Makefile.in: Regenerate.  
   
 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>  
   
         * Makefile.def: Add install-html target. Add datarootdir  
         docdir and htmldir to flags_to_pass.  
         * Makefile.tpl: Add install-html target.  
         * Makefile.in: Regenerate.  
         * configure.in: Add --with-datarootdir, --with-docdir, and  
         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.  
         * configure: Regenerate.  
   
1592  2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>  2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
1593    
1594          * configure.in: Enable gprof for cross builds.          * configure.in: Enable gprof for cross builds.
1595          * configure: Regenerate.          * configure: Regenerate.
1596    
1597  2006-05-22  Richard Guenther  <rguenther@suse.de>  2006-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
1598    
1599          Revert          * src-release (MAKEINFOFLAGS): Define.
1600          2006-01-31  Richard Guenther  <rguenther@suse.de>          (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
         Paolo Bonzini  <bonzini@gnu.org>  
1601    
1602          * Makefile.def (target_modules): Add libgcc-math target module.  2006-05-14  Ben Elliston  <bje@au.ibm.com>
         * configure.in (target_libraries): Add libgcc-math target library.  
         (--enable-libgcc-math): New configure switch.  
         * Makefile.in: Re-generate.  
         * configure: Re-generate.  
         * libgcc-math: New toplevel directory.  
1603    
1604  2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>          * config.sub, config.guess: Update from upstream sources.
             Andreas Tobler  <a.tobler@schweiz.ch>  
1605    
1606          * configure.in:  Enable libgcj for hppa*-hp-hpux11*.  2006-05-12  Ben Elliston  <bje@au.ibm.com>
1607          * configure: Rebuilt.  
1608            * config.sub, config.guess: Update from upstream sources.
1609    
1610  2006-05-12  Sandra Loosemore <sandra@codesourcery.com>  2006-05-04  Steve Ellcey  <sje@cup.hp.com>
1611    
1612          * MAINTAINERS (Write After Approval): Add myself.          * blt, iwidgets, mmalloc: Remove directories.
1613    
1614  2006-05-01  DJ Delorie  <dj@redhat.com>  2006-05-01  DJ Delorie  <dj@redhat.com>
1615    
1616          * configure.in: Restore CFLAGS if GMP isn't present.          * configure.in: Restore CFLAGS if GMP isn't present.
1617          * configure: Regenerate.          * configure: Regenerate.
1618    
 2006-05-01  Richard Guenther  <rguenther@suse.de>  
   
         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math  
         maintainer.  
   
 2006-04-30  Kenneth Zadeck <zadeck@naturalbridge.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2006-04-28  Jan Beulich  <jbeulich@novell.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
1619  2006-04-18  DJ Delorie  <dj@redhat.com>  2006-04-18  DJ Delorie  <dj@redhat.com>
1620    
1621          * configure.in (m32c): Build libstdc++-v3.  Pass flags to          * configure.in (m32c): Build libstdc++-v3.  Pass flags to
# Line 2039  Line 1623 
1623          tree.          tree.
1624          * configure: Regenerate.          * configure: Regenerate.
1625    
1626  2006-04-08  Robert Millan  <rmh@gcc.gnu.org>  2006-04-10  Ben Elliston  <bje@au.ibm.com>
1627    
1628          * MAINTAINERS (Write After Approval): Add myself.          * contrib: Remove directory.
1629    
1630  2006-04-05  Ben Elliston  <bje@au.ibm.com>  2006-04-06  Carlos O'Donell <carlos@codesourcery.com>
1631    
1632          * configure.in: Require makeinfo 4.4 or higher.          * Makefile.tpl: Add install-html target.
1633            * Makefile.def: Add install-html target.
1634            * Makefile.in: Regenerate.
1635            * configure.in: Add --with-datarootdir, --with-docdir,
1636            and --with-htmldir options.
1637          * configure: Regenerate.          * configure: Regenerate.
1638    
1639  2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>  2006-03-31  Ben Elliston  <bje@au.ibm.com>
   
         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.  
         Rearrange the entries of other libraries to have them in one place.  
1640    
1641  2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>          PR binutils/1860
1642            * configure.in: Require makeinfo 4.4 or higher.
1643          * MAINTAINERS (Write After Approval): Remove myself.          * configure: Regenerate.
         (Language Front End Maintainers): Add myself as fortran 95 maintainer.  
   
 2006-03-14  Richard Guenther  <rguenther@suse.de>  
   
         * configure: Regenerate with autoconf 2.13.  
1644    
1645  2006-03-13  Jim Blandy  <jimb@codesourcery.com>  2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
1646    
1647          * MAINTAINERS: Use my work address.          * Makefile.in: Regenerate.
1648    
1649          * MAINTAINERS: Update my E-mail address.  2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
1650    
1651  2006-03-10  Aldy Hernandez  <aldyh@redhat.com>          Sync with gcc:
1652            2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
1653    
1654          * configure.in: Handle --disable-<component> generically.          * configure.in: Handle --disable-<component> generically.
1655          * configure: Regenerate.          * configure: Regenerate.
1656    
1657  2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>          2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
   
         PR libgcj/17311  
         * ltmain.sh: Don't use "$finalize_rpath" for compile.  
   
 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>  
   
         * MAINTAINERS (Write After Approval):  Remove myself.  
         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.  
   
 2006-02-21  Rafael Ávila de Espíndola <rafael.espindola@gmail.com>  
1658    
1659          * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.          * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
1660          (TARGET_CONFIGDIRS): Remove.          (TARGET_CONFIGDIRS): Remove.
1661          * configure.in: Remove AC_SUBST(target_configdirs).          * configure.in: Remove AC_SUBST(target_configdirs).
1662          * Makefile.in, configure: Regenerated.          * Makefile.in, configure: Regenerated.
1663    
 2006-02-20  Steven G. Kargl  <kargls@comcast.net>  
1664    
1665          * MAINTAINERS (Write After Approval):  Remove myself.  2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
1666          (Language Front End Maintainers):  Add myself as fortran 95 maintainer.  
1667            PR libgcj/17311
1668            * ltmain.sh: Don't use "$finalize_rpath" for compile.
1669    
1670  2006-02-20  Paolo Bonzini  <bonzini@gnu.org>  2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
1671    
# Line 2127  Line 1699 
1699          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
1700          * configure: Regenerate.          * configure: Regenerate.
1701    
 2006-02-19  Bud Davis  <jmdavis@link.com>  
   
         * MAINTAINERS (Write After Approval):  Remove myself.  
         (Language Front End Maintainers):  Add myself as fortran 95  
         maintainer and update e-mail address.  
   
 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>  
   
         * MAINTAINERS (Write After Approval):  Remove myself.  
         (Language Front End Maintainers):  Add myself as fortran 95  
         maintainer.  
   
 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>  
   
         * MAINTAINERS (Write After Approval):  Remove myself.  
         (Language Front End Maintainers):  Add myself as  
         fortran 95 maintainer.  
   
 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>  
   
         Sync from src:  
   
         2005-12-27  Leif Ekblad  <leif@rdos.net>  
   
         * configure.in: Add support for RDOS target.  
         * configure: Regenerate.  
   
1702  2006-02-14  Paolo Bonzini  <bonzini@gnu.org>  2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
             Andreas Schwab  <schwab@suse.de>  
   
         * configure: Regenerate.  
   
 2006-02-12  David Edelsohn  <edelsohn@gnu.org>  
   
         * configure.in (enable_libgomp): Add AIX.  
         * configure: Regenerate.  
   
 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2006-02-03  Lee Millward  <lee.millward@gmail.com>  
1703    
1704          * MAINTAINERS (Write After Approval): Add myself.          Sync from gcc:
1705    
1706  2006-01-31  Richard Guenther  <rguenther@suse.de>          2006-01-31  Richard Guenther  <rguenther@suse.de>
1707          Paolo Bonzini  <bonzini@gnu.org>                      Paolo Bonzini  <bonzini@gnu.org>
1708    
1709          * Makefile.def (target_modules): Add libgcc-math target module.          * Makefile.def (target_modules): Add libgcc-math target module.
1710          * configure.in (target_libraries): Add libgcc-math target library.          * configure.in (target_libraries): Add libgcc-math target library.
# Line 2186  Line 1713 
1713          * configure: Re-generate.          * configure: Re-generate.
1714          * libgcc-math: New toplevel directory.          * libgcc-math: New toplevel directory.
1715    
1716  2006-01-26  Paolo Bonzini  <bonzini@gnu.org>          2006-01-18  Richard Henderson  <rth@redhat.com>
1717                        Jakub Jelinek  <jakub@redhat.com>
1718                        Diego Novillo  <dnovillo@redhat.com>
1719    
1720          * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.          * libgomp: New directory.
1721          Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find          * Makefile.def: Add target_module libgomp.
1722          the assembler, linker and binutils.          * Makefile.in: Regenerate.
1723            * configure.in (target_libraries): Add target-libgomp.
1724          * configure: Regenerate.          * configure: Regenerate.
1725    
1726  2006-01-22  Dirk Mueller  <dmueller@suse.de>  2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
1727                Andreas Schwab  <schwab@suse.de>
1728    
1729          * MAINTAINERS (Write After Approval): Add myself.          * configure: Regenerate.
1730    
1731  2006-01-20  Diego Novillo  <dnovillo@redhat.com>  2006-01-16  Paolo Bonzini  <bonzini@gnu.org>
1732    
1733            * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
1734            Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
1735            the assembler, linker and binutils.
1736          * configure: Regenerate.          * configure: Regenerate.
1737    
1738  2006-01-18  Richard Henderson  <rth@redhat.com>  2006-01-16  Nick Clifton  <nickc@redhat.com>
             Jakub Jelinek  <jakub@redhat.com>  
             Diego Novillo  <dnovillo@redhat.com>  
1739    
1740          * libgomp: New directory.          * config.sub, config.guess: Sync from config repository.
         * Makefile.def: Add target_module libgomp.  
         * Makefile.in: Regenerate.  
         * configure.in (target_libraries): Add target-libgomp.  
         * configure: Regenerate.  
1741    
1742  2006-01-05  Alexandre Oliva  <aoliva@redhat.com>  2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
1743    
# Line 2217  Line 1745 
1745          @ from continuation.          @ from continuation.
1746          * Makefile.in: Rebuilt.          * Makefile.in: Rebuilt.
1747    
1748  2006-01-04  Chris Lattner  <sabre@gnu.org>  2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
1749    
1750          * MAINTAINERS (Write After Approval): Add myself.          Sync from gcc:
1751    
1752  2006-01-04  Paolo Bonzini  <bonzini@gnu.org>          2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
1753    
1754          PR bootstrap/24252          PR bootstrap/24252
1755    
# Line 2249  Line 1777 
1777          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
1778          * configure: Regenerate.          * configure: Regenerate.
1779    
1780  2006-01-04  Ben Elliston  <bje@au.ibm.com>          2006-01-02  Andreas Schwab  <schwab@suse.de>
   
         * MAINTAINERS (libdecnumber): Add myself.  
   
 2006-01-02  Mark Mitchell  <mark@codesourcery.com>  
   
         * libtool-ldflags: New script.  
   
 2006-01-02  Andreas Schwab  <schwab@suse.de>  
1781    
1782          * configure.in: When reconfiguring remove Makefile in          * configure.in: When reconfiguring remove Makefile in
1783          all stage directories.          all stage directories.
1784          * configure: Regenerate.          * configure: Regenerate.
1785    
1786  2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>  2005-12-27  Leif Ekblad  <leif@rdos.net>
1787    
1788          * MAINTAINERS: Update my email address.          * configure.in: Add support for RDOS target.
1789            * configure: Regenerate.
1790    
1791    2005-12-27  Nick Clifton  <nickc@redhat.com>
1792    
1793            PR binutils/1990
1794            * libtool.m4: Synchronize with version in GCC sources.
1795    
1796  2005-12-20  Paolo Bonzini  <bonzini@gnu.org>  2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
1797    
# Line 2292  Line 1818 
1818          (stage): Fail if we cannot complete the work.          (stage): Fail if we cannot complete the work.
1819          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
1820    
1821  2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>  2005-12-16  Jeff Johnston  <jjohnstn@redhat.com>
   
         * configure.in: Replace ms1 with mt.  
         * configure: Rebuilt.  
   
 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>  
1822    
1823          * MAINTAINERS: Update my email address.          * COPYING.NEWLIB: Update copyright year for default
1824            copyright.
1825    
1826  2005-12-15  Paolo Bonzini  <bonzini@gnu.org>  2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
1827    
# Line 2312  Line 1834 
1834          * configure.in: Flip the top-level bootstrap switch.          * configure.in: Flip the top-level bootstrap switch.
1835          * configure: Regenerate.          * configure: Regenerate.
1836    
1837  2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>          Merge from gcc:
1838    
1839            2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
1840    
1841          * Makefile.tpl: Throughout the file, use : $(MAKE) along with          * Makefile.tpl: Throughout the file, use : $(MAKE) along with
1842          $(stage) and $(unstage).          $(stage) and $(unstage).
# Line 2330  Line 1854 
1854          (multilib.out): Remove.          (multilib.out): Remove.
1855          * Makefile.in: Regenerated.          * Makefile.in: Regenerated.
1856    
 2005-12-12  Carlos O'Donell <carlos@codesourcery.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
1857  2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>  2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
1858    
1859          * MAINTAINERS: Add myself as mt maintainer.          * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
1860            * configure.in: Replace ms1 arch with mt.
1861            * configure: Rebuilt.
1862    
1863          * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.  2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
1864    
1865  2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>          Sync with gcc:
1866    
1867          * MAINTAINERS: Change email address.  2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
1868    
1869            * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
1870            * configure.in: Replace ms1 arch with mt.
1871            * configure: Rebuilt.
1872    
1873  2005-12-05  Paolo Bonzini  <bonzini@gnu.org>  2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
1874    
1875            Sync with gcc:
1876    
1877            2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
1878    
1879          * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,          * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
1880          CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove          CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
1881          "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.          "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
# Line 2369  Line 1899 
1899          (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.          (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
1900          ([+bootstrap-target+]): Inline most of the `all' target.          ([+bootstrap-target+]): Inline most of the `all' target.
1901    
1902  2005-11-29  Ben Elliston  <bje@au.ibm.com>          2005-11-29  Ben Elliston  <bje@au.ibm.com>
1903    
1904          * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc          * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
1905          from the gcc build directory.          from the gcc build directory.
1906          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
1907    
1908  2005-11-29  Ben Elliston  <bje@au.ibm.com>          2005-11-29  Ben Elliston  <bje@au.ibm.com>
1909    
1910          * Makefile.def: Add new libdecnumber host_module.  Make all-gcc          * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
1911          depend on all-libdecnumber.          depend on all-libdecnumber.
# Line 2383  Line 1913 
1913          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
1914          * configure: Likewise.          * configure: Likewise.
1915    
1916  2005-11-29  Ben Elliston  <bje@au.ibm.com>          2005-11-21  Kean Johnston  <jkj@sco.com>
   
         * libdecnumber: Import decNumber sources from the dfp-branch.  
   
 2005-11-21  Kean Johnston  <jkj@sco.com>  
1917    
1918          * config.sub, config.guess: Sync from upstream sources.          * config.sub, config.guess: Sync from upstream sources.
1919    
 2005-11-21  Ben Elliston  <bje@au.ibm.com>  
   
         Import from Autoconf sources:  
   
         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>  
         * config/move-if-change: Don't output "$2 is unchanged";  
         suggested by Ben Elliston.  Handle weird characters correctly.  
   
 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>  
   
         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'  
         to match upstream libtool for darwin.  
   
1920  2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>  2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
1921    
1922          * Makefile.def: Remove gdb dependencies for gdbtk.          * Makefile.def: Remove gdb dependencies for gdbtk.
# Line 2412  Line 1925 
1925          * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.          * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
1926          * Makefile.in, configure: Regenerated.          * Makefile.in, configure: Regenerated.
1927    
 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2005-10-24  Diego Novillo  <dnovillo@redhat.com>  
   
         * MAINTAINERS (alias analysis): Add Daniel Berlin and  
         Diego Novillo.  
   
1928  2005-10-22  Paolo Bonzini  <bonzini@gnu.org>  2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
1929    
1930          PR bootstrap/24297          PR bootstrap/24297
# Line 2444  Line 1944 
1944          * configure.in (bfin-*-*): Use test, not brackets, in if statement.          * configure.in (bfin-*-*): Use test, not brackets, in if statement.
1945          * configure: Regenerate.          * configure: Regenerate.
1946    
1947  2005-10-15  Jie Zhang  <jie.zhang@analog.com>  2005-10-09  Kazu Hirata  <kazu@codesourcery.com>
   
         * MAINTAINERS (Write After Approval): Add self.  
   
 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>  
1948    
1949          * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs          * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
1950          target-libffi, target-qthreads, target-libjava, and          target-libffi, target-qthreads, target-libjava, and
# Line 2470  Line 1966 
1966          * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages          * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
1967          before other host packages.          before other host packages.
1968    
 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>  
   
         * MAINTAINERS: Add self as sh libraries/configury maintainer.  
   
1969  2005-10-05  Paolo Bonzini  <bonzini@gnu.org>  2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
1970    
1971          PR bootstrap/22340          PR bootstrap/22340
# Line 2500  Line 1992 
1992          * Makefile.def (lang_env_dependencies): Add libmudflap.          * Makefile.def (lang_env_dependencies): Add libmudflap.
1993          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
1994    
1995  2005-10-03  Andreas Schwab  <schwab@suse.de>  2005-10-03  Catherine Moore  <clm@cm00re.com>
1996    
1997          Backport from libtool CVS:          * configure.in (bfin-*-*): Support bfin.
         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>  
   
         * ltmain.sh: add support for installing into temporary  
         staging area (e.g. 'make install DESTDIR=...')  
   
 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>  
   
         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.  
1998          * configure: Regenerated.          * configure: Regenerated.
1999    
2000  2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>  2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
   
         * configure: Regenerate with the correct  
         autoconf version.  
2001    
2002  2005-09-30  Catherine Moore  <clm@cm00re.com>          * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
   
         * configure.in (bfin-*-*): New.  
2003          * configure: Regenerated.          * configure: Regenerated.
2004    
2005  2005-09-28  Geoffrey Keating  <geoffk@apple.com>  2005-09-28  Geoffrey Keating  <geoffk@apple.com>
# Line 2545  Line 2024 
2024          (rs6000-*-aix*): Same.          (rs6000-*-aix*): Same.
2025          * configure: Regenerate.          * configure: Regenerate.
2026    
 2005-09-16  Tom Tromey  <tromey@redhat.com>  
   
         * MAINTAINERS: Add self as java maintainer.  
   
2027  2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>  2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2028    
2029          * configure.in: Recognize f95 in the --enable-languages option,          * configure.in: Recognize f95 in the --enable-languages option,
2030          and substitute it for fortran, issuing a warning.          and substitute it for fortran, issuing a warning.
2031          * configure: Regenerate.          * configure: Regenerate.
2032    
2033    2005-09-07  Ben Elliston  <bje@au.ibm.com>
2034    
2035            Import from Autoconf sources:
2036    
2037            2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
2038            * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
2039            Elliston.  Handle weird characters correctly.
2040    
2041  2005-08-30  Phil Edwards  <phil@codesourcery.com>  2005-08-30  Phil Edwards  <phil@codesourcery.com>
2042    
2043          * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.          * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
2044          * configure:  Regenerated.          * configure:  Regenerated.
2045    
 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>  
   
         * MAINTAINERS: Add self as ms1 maintainer.  
   
2046  2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>  2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
2047    
2048          * Makefile.def (libssp): Add to lang_env_dependencies.          * Makefile.def (libssp): Add to lang_env_dependencies.
2049          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
2050    
 2005-08-18  Ian Lance Taylor  <ian@airs.com>  
   
         * MAINTAINERS: Add myself as middle-end maintainer.  
   
2051  2005-08-17  Christian Groessler  <chris@groessler.org>  2005-08-17  Christian Groessler  <chris@groessler.org>
2052    
2053          * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.          * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
2054          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
2055    
 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>  
   
         * MAINTAINERS (write after approval): Added myself.  
   
 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
2056  2005-08-12  Paolo Bonzini  <bonzini@gnu.org>  2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
2057    
2058          * configure.in: Replace NCN_STRICT_CHECK_TOOL with          * configure.in: Replace NCN_STRICT_CHECK_TOOL with
# Line 2614  Line 2081 
2081          * configure: Regenerate.          * configure: Regenerate.
2082          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
2083    
 2005-07-28  Ben Elliston  <bje@au.ibm.com>  
   
         * MAINTAINERS: Update for removed CPU targets.  
   
2084  2005-07-27  Mark Mitchell  <mark@codesourcery.com>  2005-07-27  Mark Mitchell  <mark@codesourcery.com>
2085    
2086          * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.          * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
# Line 2638  Line 2101 
2101          * Makefile.tpl: Wrap install between unstage and stage          * Makefile.tpl: Wrap install between unstage and stage
2102          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
2103    
 2005-07-21  Eric Christopher  <echristo@apple.com>  
   
         * MAINTAINERS: Update affiliation.  
   
 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>  
   
         * MAINTAINERS: Add self as crx port maintainer.  
   
 2005-07-20  DJ Delorie  <dj@redhat.com>  
   
         * MAINTAINERS: Add self as m32c maintainer.  
   
2104  2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>  2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
2105    
2106          * all files: Update FSF address.          * all files: Update FSF address.
2107    
 2005-07-15  Eric Christopher  <echristo@redhat.com>  
   
         * MAINTAINERS: Change affiliation.  
   
2108  2005-07-14  Jim Blandy  <jimb@redhat.com>  2005-07-14  Jim Blandy  <jimb@redhat.com>
2109    
2110          * configure.in: Add cases for Renesas m32c.          * configure.in: Add cases for Renesas m32c.
# Line 2665  Line 2112 
2112    
2113  2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>  2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
2114    
2115          * COPYING.LIB: Update from fsf.org.          * COPYING, compile, config-ml.in, config.guess,
   
 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>  
   
         * COPYING, compile, config.guess,  
2116          config.sub, install-sh, missing, mkinstalldirs,          config.sub, install-sh, missing, mkinstalldirs,
2117          symlink-tree, ylwrap: Sync from upstream sources.          symlink-tree, ylwrap: Sync from upstream sources.
         * config-ml.in: Update FSF address.  
2118    
2119  2005-07-13  Eric Christopher  <echristo@redhat.com>  2005-07-13  Eric Christopher  <echristo@redhat.com>
2120    
2121          * configure.in: Add toplevel noconfigdir support for tpf.          * configure.in: Add toplevel noconfigdir support for tpf.
2122          * configure: Regenerate.          * configure: Regenerate.
2123    
2124    2005-07-11  Jakub Jelinek  <jakub@redhat.com>
2125    
2126            * Makefile.def (target_modules): Add libssp.
2127            * configure.in (target_libraries): Add target-libssp.
2128            * configure: Rebuilt.
2129            * Makefile.in: Rebuilt.
2130    
2131  2005-07-11  Paolo Bonzini  <bonzini@gnu.org>  2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
2132    
2133          PR ada/22340          PR ada/22340
2134    
2135            * Makefile.def: Sync with gcc.
2136          * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.          * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
2137          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
2138    
 2005-07-07  Mark Mitchell  <mark@codesourcery.com>  
   
         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave  
         Brolley to write-after-approval.  
   
2139  2005-07-07  Andreas Schwab  <schwab@suse.de>  2005-07-07  Andreas Schwab  <schwab@suse.de>
2140    
2141          * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.          * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
2142          * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.          * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
2143          * Makefile.in: Regenerated.          * Makefile.in: Regenerated.
2144    
2145  2005-07-06  Geoffrey Keating  <geoffk@apple.com>  2005-07-07  Kazu Hirata  <kazu@codesourcery.com>
   
         * configure.in: Don't build sim or rda when targetting darwin.  
         * configure: Regenerate.  
   
 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>  
2146    
2147          * configure.in: Add --enable-libssp and --disable-libssp.          * configure.in: Add --enable-libssp and --disable-libssp.
2148          * configure: Regenerate with autoconf-2.13.          * configure: Regenerate with autoconf-2.13.
2149    
2150  2005-07-02  Jakub Jelinek  <jakub@redhat.com>  2005-07-06  Geoffrey Keating  <geoffk@apple.com>
2151    
2152          * Makefile.def (target_modules): Add libssp.          * configure.in: Don't build sim or rda when targetting darwin.
2153          * configure.in (target_libraries): Add target-libssp.          * configure: Regenerate.
         * configure: Rebuilt.  
         * Makefile.in: Rebuilt.  
2154    
2155  2005-07-01  Zack Weinberg  <zackw@panix.com>  2005-07-04  Ben Elliston  <bje@gnu.org>
2156    
2157          * MAINTAINERS: Change email address.  Resign from maintainership.          * src-release (do-proto-toplev): Remove dejagnu bits.
2158            (DEJAGNU_SUPPORT_DIRS): Remove.
2159            (dejagnu.tar.bz2, dejagnu.tar): Likewise.
2160            (GDBD_SUPPORT_DIRS): Likewise.
2161            (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
2162            (INSIGHTD_SUPPORT_DIRS): Likewise.
2163            (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
2164    
2165  2005-07-01  Richard Guenther  <rguenther@suse.de>  2005-06-30  Ben Elliston  <bje@gnu.org>
2166    
2167          * MAINTAINERS: Change my e-mail address and affiliation.          * setup.com (mpw): Remove unused directive.
2168    
2169  2005-06-22  Paolo Bonzini  <bonzini@gnu.org>  2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
2170    
# Line 2731  Line 2175 
2175          (stagefeedback-start): Copy all .gcda files, not only GCC's.          (stagefeedback-start): Copy all .gcda files, not only GCC's.
2176          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
2177    
 2005-06-13  Richard Sandiford  <richard@codesourcery.com>  
   
         * MAINTAINERS: Update my email address.  
   
2178  2005-06-13  Zack Weinberg  <zack@codesourcery.com>  2005-06-13  Zack Weinberg  <zack@codesourcery.com>
2179    
2180          * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.          * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
2181          In 'cpp' stanza, support '#line' as well as '# '.          In 'cpp' stanza, support '#line' as well as '# '.
2182    
 2005-06-08  Andreas Schwab  <schwab@suse.de>  
   
         * MAINTAINERS: Move myself from 'Write After Approval' to  
         'CPU Port Maintainers' section as m68k maintainer.  
   
2183  2005-06-07  Hans-Peter Nilsson  <hp@axis.com>  2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
2184    
2185          * configure.in (unsupported_languages): New macro.          * configure.in (unsupported_languages): New macro.
# Line 2752  Line 2187 
2187          non-ported target libraries in noconfigdirs.          non-ported target libraries in noconfigdirs.
2188          <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,          <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
2189          non-linux-gnu.  Remove libgcj_ex_libffi.          non-linux-gnu.  Remove libgcj_ex_libffi.
2190          <lang_frag loop>: Set add_this_lang=no if the language is in          <lang_frag loop>: Set add_this_lang=no if the language is in
2191          unsupported_languages.          unsupported_languages.
2192          * configure: Regenerate.          * configure: Regenerate.
2193    
# Line 2761  Line 2196 
2196          * configure.in: Fix typo in handling of --with-mpfr-dir.          * configure.in: Fix typo in handling of --with-mpfr-dir.
2197          * configure: Regenerate.          * configure: Regenerate.
2198    
 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>  
   
         * MAINTAINERS: Update my email address.  
   
2199  2005-06-02  Jim Blandy  <jimb@redhat.com>  2005-06-02  Jim Blandy  <jimb@redhat.com>
2200    
2201          * config.sub: Add cases for the Renesas m32c.  (This patch has been          * config.sub: Add cases for the Renesas m32c.  (This patch has been
# Line 2778  Line 2209 
2209    
2210          * configure: Regenerate.          * configure: Regenerate.
2211    
 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>  
   
         * MAINTAINERS (Write After Approval): Add self.  
   
 2005-06-01  Josh Conner  <jconner@apple.com>  
   
         * MAINTAINERS (Write After Approval): Add self.  
   
 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>  
   
         * MAINTAINERS: Update my email address.  
   
 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>  
   
         * MAINTAINERS (Write After Approval): Add self.  
   
 2005-05-26  Chris Demetriou  <cgd@broadcom.com>  
   
         * MAINTAINERS (Write After Approval): Remove self.  
   
2212  2005-05-25  Paolo Bonzini  <bonzini@gnu.org>  2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
2213    
2214          * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.          * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
# Line 2821  Line 2232 
2232    
2233          * ylwrap: Import from Automake 1.9.5.          * ylwrap: Import from Automake 1.9.5.
2234    
 2005-05-13  David Ung  <davidu@mips.com>  
   
         * MAINTAINERS (Write After Approval): Add self.  
   
 2005-05-09  Mike Stump  <mrs@apple.com>  
   
         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on  
         lt_cv_sys_max_cmd_len for now.  
   
 2005-05-09  Stan Cox  <scox@redhat.com>  
   
         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.  
   
 2005-05-08  Matt Kraai  <kraai@ftbfs.org>  
   
         * README.SCO: Update the URL.  
   
 2005-05-05  David Edelsohn  <edelsohn@gnu.org>  
   
         * ltconfig: Define file_list_spec.  Pass file_list_spec and  
         with_gnu_ld to libtool.  
         * ltcf-c.sh (aix[45]): Define file_list_spec.  
         * ltcf-cxx.sh (aix[45]): Same.  
         * ltcf-gcj.sh (aix[45]): Same.  
         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec  
         exists, write list of input files to temporary file.  
   
2235  2005-05-04  Mike Stump  <mrs@apple.com>  2005-05-04  Mike Stump  <mrs@apple.com>
2236    
2237          * configure.in: Always pass --target to target configures as          * configure.in: Always pass --target to target configures as
2238          otherwise rebuilds that do --recheck will fail.          otherwise rebuilds that do --recheck will fail.
2239          * confiugure: Rebuilt.          * configure: Rebuilt.
2240    
2241  2005-05-04  Paolo Bonzini  <bonzini@gnu.org>  2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
2242    
# Line 2865  Line 2249 
2249    
2250  2005-04-29  Paolo Bonzini  <bonzini@gnu.org>  2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
2251    
2252          * configure: Regenerate.          Sync from gcc:
   
 2005-04-27  Mike Stump  <mrs@apple.com>  
2253    
2254          * MAINTAINERS: Add self as darwin maintainer.          2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
   
 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>  
2255    
2256          * config.sub: Update from master copy.          * config.sub: Update from master copy.
2257    
2258  2005-04-21  Mike Stump  <mrs@apple.com>          2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
   
         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.  
         * MAINTAINERS: Add Zem as Objective-C++ maintainer.  
   
 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>  
2259    
2260          * configure.in <crisv32-*-*, cris-*-*>: New local variable          * configure.in <crisv32-*-*, cris-*-*>: New local variable
2261          libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate          libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
# Line 2888  Line 2263 
2263          "*-*-elf" and "*-*-linux*".          "*-*-elf" and "*-*-linux*".
2264          * configure: Regenerate.          * configure: Regenerate.
2265    
 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>  
   
         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.  
   
 2005-04-12  Mike Stump  <mrs@apple.com>  
   
         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.  
   
 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>  
   
         * MAINTAINERS (Port Maintainers): Add self for Blackfin.  
   
2266  2005-04-06  Paolo Bonzini  <bonzini@gnu.org>  2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
2267    
2268          * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.          * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
2269          (TARGET_CONFIGARGS): Include --with-target-subdir.          (TARGET_CONFIGARGS): Include --with-target-subdir.
2270          (configure, all): New macros.  Use them throughout.          (configure, all): New macros.  Use them throughout.
         * Makefile.in: Regenerate.  
2271    
2272  2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>  2005-04-05  Paolo Bonzini  <bonzini@gnu.org>
2273    
2274          * MAINTAINERS (Write After Approval): Add myself.          * Makefile.tpl: Sync with gcc.
2275            * Makefile.in: Regenerate.
 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>  
   
         * MAINTAINERS: Remove 'loop unrolling' maintainer.  
   
 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>  
   
         * MAINTAINERS: Move John Carr to Write After Approval.  
2276    
2277  2005-03-30  J"orn Rennecke <joern.rennecke@st.com>  2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
2278    
# Line 2942  Line 2293 
2293          (RPATH_ENVVAR): Include Darwin case.          (RPATH_ENVVAR): Include Darwin case.
2294          * configure: Regenerate.          * configure: Regenerate.
2295    
 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>  
   
         * MAINTAINERS (Various Maintainers): Remove self.  
         (Write After Approval): Add self.  
   
 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>  
   
         * MAINTAINERS (Various Maintainers): Add self.  
   
2296  2005-03-25  Paolo Bonzini  <bonzini@gnu.org>  2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
2297    
2298          * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.          * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
# Line 2974  Line 2316 
2316          * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.          * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
2317          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
2318    
 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2005-03-03  David Ayers  <d.ayers@inode.at>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
2319  2005-03-01  Alexandre Oliva  <aoliva@redhat.com>  2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
2320    
2321          PR libgcj/20160          PR libgcj/20160
# Line 2997  Line 2331 
2331    
2332  2005-02-28  Paolo Bonzini  <bonzini@gnu.org>  2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
2333    
2334          * Makefile.in: Regenerate to fix conflict between the previous two          Sync from gcc.
         patches.  
2335    
2336  2005-02-28  Paolo Bonzini  <bonzini@gnu.org>          2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
2337    
2338          PR bootstrap/17383          PR bootstrap/17383
2339          * Makefile.def (target_modules): Remove "stage", now unnecessary.          * Makefile.def (target_modules): Remove "stage", now unnecessary.
# Line 3020  Line 2353 
2353          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
2354          * configure: Regenerate.          * configure: Regenerate.
2355    
 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>  
   
2356          Merged from libada-gnattools-branch:          Merged from libada-gnattools-branch:
2357          2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>          2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
2358    
         * gnattools: New directory.  
2359          * Makefile.def: Add gnattools as a module, depending on target-libada.          * Makefile.def: Add gnattools as a module, depending on target-libada.
2360          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
2361          * configure.in: Include gnattools in host_tools; disable it if ada          * configure.in: Include gnattools in host_tools; disable it if ada
2362          is disabled.          is disabled.
2363          * configure: Regenerate.          * configure: Regenerate.
2364    
2365  2005-02-24  James A. Morrison  <phython@gcc.gnu.org>  2005-02-23  Nick Clifton  <nickc@redhat.com>
2366    
2367          * MAINTAINERS (Language Front Ends Maintainers): Add myself as          * configure: Regenerate.
         treelang maintainer.  
         (Write After Approval): Remove myself.  
2368    
2369  2005-02-23  Paul Schlie  <schlie@comcast.net>  2005-02-22  Paul Schlie  <schlie@comcast.net>
2370    
2371          * configure.in: Allow darwin targeted ports to build tk, itcl and          * configure.in: Allow darwin targeted ports to build tk, itcl and
2372          libgui.          libgui.
         * configure: Regenerate.  
2373    
2374  2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>  2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
2375    
# Line 3050  Line 2377 
2377          * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.          * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
2378          * configure: Regenerate.          * configure: Regenerate.
2379    
2380  2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>  2005-02-08  Andrew Cagney  <cagney@gnu.org>
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2005-02-10  Ian Lance Taylor  <ian@airs.com>  
2381    
2382          * MAINTAINERS: Update my e-mail address.          * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
2383            gdb/ section.  Update GDB's URL.
2384    
2385  2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>  2005-01-31  Andrew Cagney  <cagney@gnu.org>
2386    
2387          * MAINTAINERS (Write After Approval): Add myself.          * gettext.m4: Only set ENABLE_NLS when gettext is present.
2388    
2389  2005-01-29  Hans-Peter Nilsson  <hp@axis.com>  2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
2390    
# Line 3069  Line 2393 
2393          target-libgloss when not *-*-elf and *-*-aout.          target-libgloss when not *-*-elf and *-*-aout.
2394          * configure: Regenerate.          * configure: Regenerate.
2395    
2396  2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>  2005-01-27  Andrew Cagney  <cagney@gnu.org>
2397    
2398          * MAINTAINERS: Remove obsolete entries.          * gettext.m4: Don't use NONE as a default for CATOBJEXT.
2399    
2400          * MAINTAINERS (Write After Approval): Add Michael Matz.  2005-01-24  Andrew Cagney  <cagney@gnu.org>
2401    
2402  2005-01-19  Neil Booth  <neil@daikokuya.co.uk>          * gettext.m4: Only fall back to ../intl/ when it's present.
   
         * MAINTAINERS: Remove self as cpplib maintainer.  
2403    
2404  2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>  2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
2405    
# Line 3090  Line 2412 
2412          * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.          * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
2413          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
2414    
 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>  
   
         * MAINTAINERS: Update my email address.  
   
 2005-01-12  David Edelsohn  <edelsohn@gnu.org>  
             Andreas Schwab  <schwab@suse.de>  
   
         PR bootstrap/18033  
         * config-ml.in: Eval option if surrounded by single quotes.  
   
2415  2005-01-03  Paolo Bonzini  <bonzini@gnu.org>  2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
2416    
2417          Revert 2004-12-28 Makefile changes, a better fix will be          Revert 2004-12-28 Makefile changes, a better fix will be
# Line 3121  Line 2433 
2433    
2434          Revert 2004-12-08 Makefile changes.          Revert 2004-12-08 Makefile changes.
2435    
 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>  
   
         * MAINTAINERS: Move myself to OS Port Maintainers for windows,  
         cygwin, mingw.  
   
2436  2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>  2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
2437    
2438          * configure.in (sh64-*-*): Reenable gprof.          * configure.in (sh64-*-*): Reenable gprof.
2439          * configure: Regenerate.          * configure: Regenerate.
2440    
2441    2004-12-09  Jim Blandy  <jimb@redhat.com>
2442    
2443            * MAINTAINERS: List 'depcomp' as part of automake.
2444    
2445  2004-12-08  David Edelsohn  <edelsohn@gnu.org>  2004-12-08  David Edelsohn  <edelsohn@gnu.org>
2446    
2447          * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.          * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
# Line 3138  Line 2449 
2449          (EXTRA_TARGET_FLAGS): Add PICFLAG.          (EXTRA_TARGET_FLAGS): Add PICFLAG.
2450          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
2451    
 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>  
   
         * MAINTAINERS: Update my email address.  
   
2452  2004-12-07  Matt Kraai  <kraai@ftbfs.org>  2004-12-07  Matt Kraai  <kraai@ftbfs.org>
2453    
2454          * Makefile.tpl: Generate normal dependencies if the LHS module is          * Makefile.tpl: Generate normal dependencies if the LHS module is
# Line 3159  Line 2466 
2466          * config.if: Delete.          * config.if: Delete.
2467          * configure.in: Set libstdcxx_incdir directly.          * configure.in: Set libstdcxx_incdir directly.
2468          * configure: Regenerate.          * configure: Regenerate.
2469            * MAINTAINERS: Remove mention of config.if.
2470            * src-release (DEVO_SUPPORT): Remove config.if.
2471    
2472  2004-12-02  Eric Christopher  <echristo@redhat.com>  2004-12-02  Eric Christopher  <echristo@redhat.com>
2473    
2474          * Makefile.tpl (clean-target-libgcc): Make change in correct place.          * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
2475            of things to remove.
2476          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
2477    
2478  2004-12-02  Richard Sandiford  <rsandifo@redhat.com>  2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
# Line 3176  Line 2486 
2486          to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.          to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
2487          * configure: Regenerate.          * configure: Regenerate.
2488    
2489  2004-12-01  Eric Christopher  <echristo@redhat.com>  2004-11-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
   
         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list  
         of things to remove.  
   
 2004-11-29  Matt Kraai  <kraai@ftbfs.org>  
   
         * MAINTAINERS (Write After Approval): Update my e-mail address.  
   
 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>  
   
         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case  
         from CVS libtool to always pass_all.  
   
 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>  
2490    
2491          * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.          * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
2492          (hppa*64*-*-*): Delete incorrect comment.          (hppa*64*-*-*): Delete incorrect comment.
2493          * configure: Rebuilt.          * configure: Rebuilt.
2494    
 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>  
   
         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.  
   
 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>  
   
         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case  
         from CVS libtool to always pass_all.  
   
2495  2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>  2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
2496    
2497          * install-sh, compile: Import from automake.          * install-sh, compile: Import from automake.
# Line 3213  Line 2500 
2500    
2501          * config.guess, config.sub:  Import from savannnah.          * config.guess, config.sub:  Import from savannnah.
2502    
 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>  
   
         * MAINTAINERS (Write After Approval): Add myself  
   
2503  2004-11-12  Mike Stump  <mrs@apple.com>  2004-11-12  Mike Stump  <mrs@apple.com>
2504    
2505          * Makefile.def: Add html support.          * Makefile.def: Add html support.
# Line 3234  Line 2517 
2517          * Makefile.def: Make gcc install depend on fixincludes install.          * Makefile.def: Make gcc install depend on fixincludes install.
2518          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
2519    
 2004-11-10  Janis Johnson  <janis187@us.ibm.com>  
   
         * MAINTAINERS: Add myself as gcc testsuite maintainer.  
   
 2004-11-11  Paul Brook  <paul@codesourcery.com>  
   
         * MAINTAINERS: Add self as arm maintainer.  Update email address.  
   
2520  2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>  2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
2521    
2522          * configure.in (noconfigdirs) [mmix-*-*]: Disable          * configure.in (noconfigdirs) [mmix-*-*]: Disable
# Line 3258  Line 2533 
2533          * Makefile.def (host fixincludes): Specify missing targets.          * Makefile.def (host fixincludes): Specify missing targets.
2534          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
2535    
 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>  
   
         * MAINTAINERS: Add myself  
   
 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2004-11-04  Geoffrey Keating  <geoffk@apple.com>  
   
         * Makefile.def: Build fixincludes for the host, too.  
         * Makefile.in: Regenerate.  
         * configure.in (host_tools): Add fixincludes.  
         * configure: Regenerate.  
   
 2004-11-04  Daniel Jacobowitz  <dan@debian.org>  
   
         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.  
         * configure: Regenerated.  
   
2536  2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>  2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
2537    
2538          PR other/17783          PR other/17783
2539          * configure.in: Set up LD_LIBRARY_PATH by default for gcc.          * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
2540          * configure: Regenerated.          * configure: Regenerated.
2541    
2542  2004-10-31  Mark Mitchell  <mark@codesourcery.com>  2004-11-04  Daniel Jacobowitz  <dan@debian.org>
2543    
2544          * README.SCO: Update per FSF instructions.          * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
2545            * configure: Regenerated.
2546    
2547  2004-10-28  Eric B. Weddington  <ericw@evcohs.com>  2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
2548    
# Line 3305  Line 2561 
2561          * configure.in: Use an absolute path to install-sh.          * configure.in: Use an absolute path to install-sh.
2562          * configure: Regenerated.          * configure: Regenerated.
2563    
2564  2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>  2004-10-19  Andrew Cagney  <cagney@gnu.org>
2565    
2566          * MAINTAINERS (Write After Approval): Add myself.          * src-release (do-djunpack, do-md5sum): Install the generated file
2567            directly into the proto-toplev/ directory.
2568    
2569  2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>  2004-10-19  Andrew Cagney  <cagney@gnu.org>
2570    
2571          * MAINTAINERS: Remove from Write After Approval those that are          * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
         already maintainers.  
   
 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>  
   
         * MAINTAINERS:  Update my email address.  
2572    
2573  2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>  2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
2574    
2575          * configure.in (*-*-cygwin*): Supress warning if newlib not present.          * configure.in (*-*-cygwin*): Supress warning if newlib not present.
2576          * configure: Regenerate.          * configure: Regenerate.
2577    
 2004-10-07  J"orn Rennecke <joern.rennecke@st.com>  
   
         * MAINTAINERS:  Update my email address.  
   
 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>  
   
         * MAINTAINERS (Language Front Ends Maintainers): New.  Move  
         entries belonging to this category.  
   
 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>  
   
         * MAINTAINERS: Update my e-mail address.  
   
2578  2004-10-06  Paolo Bonzini  <bonzini@gnu.org>  2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
2579    
2580          Fix wrong conflict resolution in:          Fix wrong conflict resolution in:
# Line 3347  Line 2586 
2586          in the recursive `make', instead of hardwiring `all'.          in the recursive `make', instead of hardwiring `all'.
2587          (Autogenerated TARGET-* variables): New.          (Autogenerated TARGET-* variables): New.
2588    
2589  2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>  2004-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
   
         * configure.in: Enable target-libgloss for crx-*-*.  
         * configure: Regenerate.  
   
 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>  
   
         * MAINTAINERS (Various Maintainers): Move the "windows,  
         cygwin, mingw" maintainer to ...  
         (OS Port Maintainers): ... here.  
   
 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>  
   
         * MAINTAINERS (Write After Approval): Remove those that are  
         maintainers of some subsystem.  
   
 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>  
2590    
2591            Merged from GCC / libtool upstream:
2592            2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
2593          * ltcf-c.sh (tpf*): Add ld_shlibs=yes.          * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
2594          * ltcf-cxx.sh (tpf*): Likewise.          * ltcf-cxx.sh (tpf*): Likewise.
2595          * ltconfig (tpf*): Add TPF OS configuration support.          * ltconfig (tpf*): Add TPF OS configuration support.
2596    
2597  2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>  2004-09-30  Tomer Levi  <Tomer.Levi@nsc.com>
2598    
2599          * MAINTAINERS: Change my email address to my new work account.          * configure.in: Enable target-libgloss for crx-*-*.
2600            * configure: Regenerate.
2601    
2602  2004-09-24  Michael Roth  <mroth@nessie.de>  2004-09-24  Michael Roth  <mroth@nessie.de>
2603    
# Line 3412  Line 2638 
2638          * configure.in (*-*-darwin*): Renable libobjc.          * configure.in (*-*-darwin*): Renable libobjc.
2639          * configure: Regenerate.          * configure: Regenerate.
2640    
 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>  
   
         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.  
   
2641  2004-09-09  Daniel Berlin  <dberlin@dberlin.org>  2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
2642    
2643          * Makefile.def: Remove libbanshee.          * Makefile.def: Remove libbanshee.
# Line 3424  Line 2646 
2646          * Makefile.in: Regen.          * Makefile.in: Regen.
2647          * configure: Ditto.          * configure: Ditto.
2648    
 2004-09-08  David Edelsohn  <edelsohn@gnu.org>  
   
         * ltmain.sh: Use $pic_object as $non_pic_object if  
         $non_pic_object=none.  
   
2649  2004-09-07  Paolo Bonzini  <bonzini@gnu.org>  2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
2650    
2651          * missing: Import latest version from master repository.          * missing: Import latest version from master repository.
2652    
2653  2004-09-06  Nick Clifton  <nickc@redhat.com>  2004-09-04  Nick Clifton  <nickc@redhat.com>
2654    
2655          * config.sub: Import latest version from master repository.          * config.sub: Import latest version from master repository.
2656          * config.guess: Likewise.          * config.guess: Likewise.
# Line 3524  Line 2741 
2741    
2742          * config.sub: Add support for National Semiconductor CRX target.          * config.sub: Add support for National Semiconductor CRX target.
2743    
 2004-09-03  Janis Johnson  <janis187@us.ibm.com>  
   
         * MAINTAINERS (Various Maintainers): Remove myself as web page  
         maintainer, add myself as maintainer of build status lists.  
   
2744  2004-09-03  Jan Beulich  <jbeulich@novell.com>  2004-09-03  Jan Beulich  <jbeulich@novell.com>
2745    
2746          * configure.in: Remove target-libstdc++-v3 from noconfigdirs for          * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
# Line 3549  Line 2761 
2761          the recursive invocation.          the recursive invocation.
2762          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
2763    
2764          Fix previous checkin:          Sync from gcc (moving the Makefile.in change to Makefile.tpl):
2765    
2766          * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment          2004-08-31  Robert Bowdidge <bowdidge@apple.com>
         include.  
         * configure.in: Fix indentation.  
         * configure: Regenerate.  
   
 2004-08-31  Robert Bowdidge <bowdidge@apple.com>  
2767    
2768          * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.          * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
2769          * configure.in: add test for powerpc-*-darwin* to specify makefile frag          * configure.in: add test for powerpc-*-darwin* to specify makefile frag
# Line 3564  Line 2771 
2771          * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for          * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
2772          -mdynamic-no-pic          -mdynamic-no-pic
2773    
2774    2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
2775    
2776            * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
2777            include.
2778            * configure.in: Fix indentation.
2779            * configure: Regenerate.
2780    
2781  2004-08-31  Paolo Bonzini  <bonzini@gnu.org>  2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
2782    
# Line 3589  Line 2802 
2802          build != host or build != target.  Support lean bootstraps.          build != host or build != target.  Support lean bootstraps.
2803          * configure: Regenerate.          * configure: Regenerate.
2804    
2805  2004-08-26  Phil Edwards  <phil@codesourcery.com>          Sync from gcc:
2806            2004-08-26  Phil Edwards  <phil@codesourcery.com>
2807    
2808          * configure.in:  Give a better error message if GMP/MPFR are missing          * configure.in:  Give a better error message if GMP/MPFR are missing
2809          and a language needing them has been requested.          and a language needing them has been requested.
2810          * configure:  Regenerated.          * configure:  Regenerated.
2811    
2812  2004-08-25  Phil Edwards  <phil@codesourcery.com>          2004-08-25  Phil Edwards  <phil@codesourcery.com>
2813    
2814          * configure.in:  Print a list of available language front-ends if          * configure.in:  Print a list of available language front-ends if
2815          a requested one is missing.  Tidy stray tab characters.          a requested one is missing.  Tidy stray tab characters.
2816          * configure:  Regenerated.          * configure:  Regenerated.
2817    
2818  2004-08-19  Michael Koch  <konqueror@gmx.de>  2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
   
         * gcc/doc/install.texi: Update entry about automake for libjava.  
   
 2004-08-17  Robert Millan  <robertmh@gnu.org>  
   
         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux  
         (instead of FreeBSD).  
         * configure: Regenerate.  
   
 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>  
2819    
2820          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
2821          * configure: Regenerate.          * configure: Regenerate.
# Line 3648  Line 2852 
2852          in the recursive `make', instead of hardwiring `all'.          in the recursive `make', instead of hardwiring `all'.
2853          (Autogenerated TARGET-* variables): New.          (Autogenerated TARGET-* variables): New.
2854    
2855  2004-08-13  Brian Booth  <bbooth@redhat.com>  2004-08-17  Robert Millan  <robertmh@gnu.org>
2856    
2857          * MAINTAINERS: Remove myself from write-after-approval.          * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
2858            (instead of FreeBSD).
2859            * configure: Regenerate.
2860    
2861  2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>  2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
2862    
2863            * Makefile.def, configure.in, src-release: Remove useless, bogus
2864            references to tix.
2865            * Makefile.in, configure: Regenerate.
2866    
2867          * src-release: Stop distributing mmalloc with gdb (which doesn't          * src-release: Stop distributing mmalloc with gdb (which doesn't
2868          use it).          use it).
2869          * Makefile.def: GDB doesn't depend on mmalloc anymore.          * Makefile.def: GDB doesn't depend on mmalloc anymore.
# Line 3664  Line 2874 
2874          * configure.in (arm*-*-eabi*): New target.          * configure.in (arm*-*-eabi*): New target.
2875          * configure: Regenerate.          * configure: Regenerate.
2876    
2877    2004-08-01  Robert Millan  <robertmh@gnu.org>
2878    
2879            * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
2880            libmudflap for all GNU-based systems (with Glibc).
2881            * configure: Regenerate.
2882    
2883  2004-08-06  Paolo Bonzini  <bonzini@gnu.org>  2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
2884    
2885          * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.          * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
# Line 3679  Line 2895 
2895    
2896          * configure.in (arm*-*-symbianelf*): Add ${libgcj} and          * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
2897          target-libiberty to noconfigdirs.          target-libiberty to noconfigdirs.
         * configure: Regenerate.  
2898    
2899  2004-08-03  Paul Brook  <paul@codesourcery.com>  2004-08-03  Paul Brook  <paul@codesourcery.com>
2900    
2901          * configure.in: Check for MPFR as well as GMP.          * configure.in: Check for MPFR as well as GMP.
2902          * configure: Regenerate.          * configure: Regenerate.
2903    
 2004-08-01  Robert Millan  <robertmh@gnu.org>  
   
         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable  
         libmudflap for all GNU-based systems (with Glibc).  
         * configure: Regenerate.  
   
2904  2004-08-03 Paolo Bonzini <bonzini@gnu.org>  2004-08-03 Paolo Bonzini <bonzini@gnu.org>
2905    
2906          * Makefile.def (host-modules): Add gcc.          * Makefile.def (host-modules): Add gcc.
# Line 3712  Line 2921 
2921          ([+bootstrap-target+], profiledbootstrap): Do not invoke manually          ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
2922          the stage*-start rules.          the stage*-start rules.
2923    
2924  2004-08-02  Geoffrey Keating  <geoffk@apple.com>  2004-07-19  Robert Millan  <robertmh@gnu.org>
2925    
2926          * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't          Synced from gcc:
         use -all_load flag.  
2927    
2928  2004-08-02  Paolo Bonzini  <bonzini@gnu.org>          2004-04-26  Robert Millan  <robertmh@gnu.org>
2929    
2930          * configure.in: Sync from src, add noconfigdirs for crx-*-*.          Add patches from libtool CVS.
2931          * configure: Regenerate.          * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
2932            * ltconfig: Likewise.
2933  2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>          * ltcf-c.sh: Likewise.
2934            * ltcf-cxx.sh: Likewise.
2935          * maintainer-scripts/gcc_release: Revert yesterday's change.          * ltcf-gcj.sh: Likewise.
2936    
2937  2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>  2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
2938    
2939          * MAINTAINERS: Add myself to write-after-approval.          * configure.in: Add noconfigdirs for crx-*-*.
2940            * configure: Regenerate.
2941    
2942  2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>  2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
2943    
2944          * libf2c: Removed.          Synced from gcc:
         * gcc/gccbug.in: Updated because of libf2c removal.  
         * maintainer-scripts/gcc_release: Ditto.  
2945    
2946  2004-07-09  Loren J. Rittle <ljrittle@acm.org>          2004-07-09  Loren J. Rittle <ljrittle@acm.org>
2947    
2948          * configure.in: Build libmudflap by default on FreeBSD.          * configure.in: Build libmudflap by default on FreeBSD.
2949          * configure: Regenerated.          * configure: Regenerated.
2950    
2951  2004-07-09  Mark Mitchell  <mark@codesourcery.com>          2004-07-09  Mark Mitchell  <mark@codesourcery.com>
2952    
2953          * configure.in: Do not build libmudflap by default on non-GNU/Linux          * configure.in: Do not build libmudflap by default on non-GNU/Linux
2954          systems.          systems.
2955          * configure: Regenerated.          * configure: Regenerated.
2956    
2957  2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>          2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2958    
2959          PR target/16344          PR target/16344
2960          * Makefile.tpl (profiledbootstrap): Build runtime libraries with          * Makefile.tpl (profiledbootstrap): Build runtime libraries with
2961          feedback based compiler.          feedback based compiler.
2962          * Makefile.in: Rebuilt.          * Makefile.in: Rebuilt.
2963    
2964            2004-07-05  Phil Edwards  <phil@codesourcery.com>
2965    
2966            * configure.in:  Do not prepend $srcdir to /dev/null in
2967            makefile fragments.
2968            * configure:  Regenerate.
2969    
2970  2004-07-08  Alexandre Oliva  <aoliva@redhat.com>  2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
2971    
2972          * Makefile.def (host_modules): Set bootstrap=true for flex.          * Makefile.def (host_modules): Set bootstrap=true for flex.
2973          * Makefile.tpl (all-gcc): Depend on texinfo and flex.          * Makefile.tpl (all-gcc): Depend on texinfo and flex.
2974          * Makefile.in: Rebuilt.          * Makefile.in: Rebuilt.
2975    
 2004-07-07  Jan Hubicka  <jh@suse.cz>  
   
         * MAINTAINERS: Add self as a profile feedback maintainer.  
   
 2004-07-05  Phil Edwards  <phil@codesourcery.com>  
   
         * configure.in:  Do not prepend $srcdir to /dev/null in  
         makefile fragments.  
         * configure:  Regenerate.  
   
2976  2004-07-01  Paolo Bonzini  <bonzini@gnu.org>  2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
2977    
2978          * Makefile.def (build_modules): Add bison, byacc, flex,          * Makefile.def (build_modules): Add bison, byacc, flex,
# Line 3817  Line 3020 
3020          Replace GCC_HOST_EXPORTS with HOST_EXPORTS.          Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
3021          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
3022    
 2004-06-21  Matthew Sachs  <msachs@apple.com>  
   
         * MAINTAINERS: Added self to write-after-approval.  
   
3023  2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>  2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
3024    
3025          * configure.in: Check for srcdir/winsup rather than build directory          * configure.in: Check for srcdir/winsup rather than build directory
# Line 3856  Line 3055 
3055          * configure.in: Call ACX_PROG_LN.          * configure.in: Call ACX_PROG_LN.
3056          * configure: Regenerate.          * configure: Regenerate.
3057    
 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
3058  2004-06-03  Paolo Bonzini  <bonzini@gnu.org>  2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
3059    
3060          * configure.in: Fix --enable-bootstrap breakage introduced in trees          * configure.in: Fix --enable-bootstrap breakage introduced in trees
# Line 3881  Line 3072 
3072          bootstrap targets.          bootstrap targets.
3073          * configure: Regenerate.          * configure: Regenerate.
3074    
3075    2004-06-01  Paolo Bonzini <bonzini@gnu.org>
3076    
3077            Merge this patch from the gcc tree:
3078    
3079            2004-05-30  Andreas Jaeger  <aj@suse.de>
3080                        Jim Wilson <wilson@specifixinc.com>
3081    
3082            * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
3083            like CC.
3084    
3085  2004-06-01  Paolo Bonzini  <bonzini@gnu.org>  2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
3086    
3087          * Makefile.tpl (all.normal): Rename to all.          * Makefile.tpl (all.normal): Rename to all.
# Line 3905  Line 3106 
3106          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
3107          * configure: Regenerate.          * configure: Regenerate.
3108    
 2004-05-30  Andreas Jaeger  <aj@suse.de>  
             Jim Wilson <wilson@specifixinc.com>  
   
         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77  
         like CC.  
   
3109  2004-05-27  Daniel Jacobowitz  <dan@debian.org>  2004-05-27  Daniel Jacobowitz  <dan@debian.org>
3110    
3111          * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.          * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
# Line 3924  Line 3119 
3119          targets.          targets.
3120          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
3121    
3122  2004-05-24  Paolo Bonzini <bonzini@gnu.org>  2005-05-24  Paolo Bonzini <bonzini@gnu.org>
3123    
3124          * configure.in: Test the ability to symlink directories.          * configure.in: Test the ability to symlink directories.
3125          * configure: Regenerate.          * configure: Regenerate.
# Line 3967  Line 3162 
3162          * configure.in: Add libcpp host module.          * configure.in: Add libcpp host module.
3163          * configure: Regenerate.          * configure: Regenerate.
3164    
 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>  
   
         * Makefile.tpl: Whenever a recursive target is defined, wrap  
         it in a special @if/@endif block, and prepare its maybe  
         dependency in the @if/@endif block  
         * configure.in: Instead of writing maybe dependencies, remove  
         the @if/@endif statements, and remove the @if/@endif blocks  
         that remain.  
         * configure: Regenerate.  
         * Makefile.in: Regenerate.  
   
 2004-05-20  Janis Johnson  <janis187@us.ibm.com>  
   
         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.  
   
 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>  
   
         PR bootstrap/15120  
         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.  
         * */configure: Rebuilt.  
   
3165  2004-05-17  Zack Weinberg  <zack@codesourcery.com>  2004-05-17  Zack Weinberg  <zack@codesourcery.com>
3166    
3167          * Makefile.def, Makefile.tpl, configure.in: Remove all mention          * Makefile.def, Makefile.tpl, configure.in: Remove all mention
3168          of libf2c.          of libf2c.
3169          * configure, Makefile.in: Regenerate.          * configure, Makefile.in: Regenerate.
3170    
 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
3171  2004-05-13  Diego Novillo  <dnovillo@redhat.com>  2004-05-13  Diego Novillo  <dnovillo@redhat.com>
3172    
3173          Merge from tree-ssa-20020619-branch.          Merge from tree-ssa-20020619-branch.
# Line 4023  Line 3193 
3193          * depcomp: New file.          * depcomp: New file.
3194          * MAINTAINERS: Add tree-ssa maintainers.          * MAINTAINERS: Add tree-ssa maintainers.
3195    
 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>  
   
         * MAINTAINERS (Various Maintainers): Add myself.  
   
 2004-04-30  Brian Ford  <ford@vss.fsi.com>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
 2004-04-29  Uros Bizjak  <uros@kss-loka.si>  
   
         * MAINTAINERS (Write After Approval): Add myself.  
   
3196  2004-04-28  Paolo Bonzini  <bonzini@gnu.org>  2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
3197    
3198          * config/acx.m4: Fix fastcompare support for new-bootstrap.          * config/acx.m4: Fix fastcompare support for new-bootstrap.
# Line 4050  Line 3208 
3208          as well as prefix and exec_prefix.          as well as prefix and exec_prefix.
3209          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
3210    
 2004-04-26  Robert Millan  <robertmh@gnu.org>  
   
         Add patches from libtool CVS.  
         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.  
         * ltconfig: Likewise.  
         * ltcf-c.sh: Likewise.  
         * ltcf-cxx.sh: Likewise.  
         * ltcf-gcj.sh: Likewise.  
   
3211  2004-04-26  Paolo Bonzini  <bonzini@gnu.org>  2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
3212    
3213          * Makefile.def (host_modules): Mark with the bootstrap          * Makefile.def (host_modules): Mark with the bootstrap
# Line 4089  Line 3238 
3238          (new-cleanstrap, new-restage1, new-restage2, new-restage3):          (new-cleanstrap, new-restage1, new-restage2, new-restage3):
3239          New targets.          New targets.
3240    
 2004-04-23  Laurent GUERBY <laurent@guerby.net>  
   
         * MAINTAINERS: Update my email address.  
   
3241  2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>  2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3242    
3243          * configure.in (mips*-*-irix5*): Enable ld.          * configure.in (mips*-*-irix5*): Enable ld.
3244          * configure: Regenerate.          * configure: Regenerate.
3245    
 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>  
   
         * configure: Regenerate.  
   
3246  2004-04-15  James E Wilson  <wilson@specifixinc.com>  2004-04-15  James E Wilson  <wilson@specifixinc.com>
3247    
3248          * Makefile.tpl (configure-[+module+], configure-gcc,          * Makefile.tpl (configure-[+module+], configure-gcc,
# Line 4109  Line 3250 
3250          Set and export LDFLAGS.          Set and export LDFLAGS.
3251          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
3252    
 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>  
   
         * MAINTAINERS: Add myself to write-after-approval.  
   
3253  2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>  2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3254    
3255          PR bootstrap/14871          PR bootstrap/14871
# Line 4139  Line 3276 
3276          (rs6000-*-aix*): Same.          (rs6000-*-aix*): Same.
3277          * configure: Regenerate.          * configure: Regenerate.
3278    
3279  2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>  2004-03-25  Stan Shebs  <shebs@apple.com>
   
         * MAINTAINERS: Add myself to write-after-approval.  
3280    
3281  2004-04-03  Bud Davis  <bdavis9659@comcast.net>          Remove MPW support, no longer used.
3282            * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
3283          * MAINTAINERS: Add myself to write-after-approval.          mpw-install: Remove files.
3284            * src-release (DEVO_SUPPORT): Remove names of removed files.
3285            * MAINTAINERS: Likewise.
3286    
3287  2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>  2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
3288    
# Line 4193  Line 3330 
3330          prev-gcc in configure- targets as well as all- targets.          prev-gcc in configure- targets as well as all- targets.
3331          * Makefile.in: Regenerate.          * Makefile.in: Regenerate.
3332    
 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>  
   
         * compile: New file imported from automake.  
   
3333  2004-03-17  Paolo Bonzini  <bonzini@gnu.org>  2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
3334    
3335          * configure.in: Remove symbolic link section.          * configure.in: Remove symbolic link section.
# Line 4230  Line 3363 
3363              Paolo Bonzini  <bonzini@gnu.org>              Paolo Bonzini  <bonzini@gnu.org>
3364    
3365          PR bootstrap/14522          PR bootstrap/14522
3366          * configure.in: Cope with shells that do not support nesting          * configure.in: Cope with shell that do not support nesting
3367          quotes inside quoted backquote substitutions.          quotes inside quoted backquote substitutions.
3368          * configure: Regenerate.          * configure: Regenerate.
3369    
# Line 4242  Line 3375 
3375    
3376  2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>  2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
3377    
3378          * configure: Regenerate, since I forgot to while committing Paolo's          * configure: Regenerate.
         changes.  
3379    
3380  2004-03-08  Paolo Bonzini  <bonzini@gnu.org>  2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
3381    
# Line 4254  Line 3386 
3386          Emit error message about missing languages.  Expand          Emit error message about missing languages.  Expand
3387          --enable-languages=all for the gcc subdirectory.          --enable-languages=all for the gcc subdirectory.
3388    
 2004-03-10  Ben Elliston  <bje@gnu.org>  
   
         * MAINTAINERS: Update my email address.  
   
 2004-03-05  David Edelsohn  <edelsohn@gnu.org>  
   
         * ltconfig: Disable building static libraries if building shared  
         libraries on AIX 5L.  
   
3389  2004-03-01  Richard Sandiford  <rsandifo@redhat.com>  2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
3390    
3391          * configure.in (mips64*-*-linux*): Override mips*-*-linux* case          * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
3392          and disable libgcj.          and disable libgcj.
3393          * configure: Regenerated.          * configure: Regenerated.
3394    
 2004-03-01  Brian Booth  <bbooth@redhat.com>  
   
         * MAINTAINERS: Add myself to write-after-approval.  
   
 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>  
   
         * MAINTAINERS: Add myself to write-after-approval.  
   
3395  2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>  2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3396    
3397          PR bootstrap/7087          PR bootstrap/7087
# Line 4285  Line 3400 
3400          * Makefile.in: Regenerate (incidentally fixes broken          * Makefile.in: Regenerate (incidentally fixes broken
3401          commit when libada-branch was merged).          commit when libada-branch was merged).
3402    
3403  2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>  2004-02-28  Andrew Cagney  <cagney@redhat.com>
   
         * MAINTAINERS: Add myself to write-after-approval.  
3404    
3405  2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>          * src-release (CVS_NAMES): Define.
3406            (do-tar, do-tar): Prune $(CVS_NAMES).
3407    
3408          * MAINTAINERS: Add Nicola Pero and myself as libobjc  2004-02-23  Andrew Cagney  <cagney@redhat.com>
         maintainers.  
3409    
3410  2004-02-20  Andrew Cagney  <cagney@redhat.com>          * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
3411            2004-02-19.09.
         * config.guess: Update from version 2003-10-16 to 2004-02-16.  
         * config.sub: Update from version 2003-11-03 to 2004-02-16.  
3412    
3413  2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>  2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3414    
3415          PR bootstrap/11932          PR bootstrap/11932
3416          * mkinstalldirs, install-sh: Import from automake CVS HEAD.          * mkinstalldirs, install-sh: Import from automake CVS HEAD.
3417    
3418  2004-02-14  Jerry Quinn  <jlquinn@optonline.net>  2004-02-19  Andrew Cagney  <cagney@redhat.com>
   
         * MAINTAINERS: Added myself to write-after-approval.  
   
 2004-02-14  Michael Koch  <konqueror@gmx.de>  
   
         * MAINTAINERS: Added myself to write-after-approval.  
   
 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>  
   
         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move  
         some OS port maintainers to OS port maintainers section.  
   
 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>  
   
         * MAINTAINERS: Add self.  
3419    
3420  2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>          * config.guess: Update from version 2003-06-12 to 2004-02-16.
3421            * config.sub: Update from version 2003-06-13 to 2004-02-16.
         * MAINTAINERS: Alphabetize.  
   
 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>  
   
         * MAINTAINERS: Remove myself.  
3422    
3423  2004-02-11  David Edelsohn  <edelsohn@gnu.org>  2004-02-11  David Edelsohn  <edelsohn@gnu.org>
3424    
# Line 4349  Line 3440 
3440          with appropriate dependencies. Add --enable-libada configure switch.          with appropriate dependencies. Add --enable-libada configure switch.
3441          * configure, Makefile.in: Regenerate.          * configure, Makefile.in: Regenerate.
3442    
 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>  
   
         * MAINTAINERS: Add myself to write-after-approval.  
   
3443  2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>  2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3444    
3445          * configure.in: Don't pass --with-stabs on IRIX 5 either.          * configure.in: Don't pass --with-stabs on IRIX 5 either.
3446          * configure: Regenerate.          * configure: Regenerate.
3447    
3448  2004-02-04  Geoffrey Keating  <geoffk@apple.com>  2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
   
         Merge from upstream:  
   
         * ltmain.in: When setting IFS to '~', be careful about user  
         arguments that contain '~'.  
   
         2004-02-04  Peter O'Gorman  <peter@pogma.com>  
   
         * ltmain.in (infer_tag): Move tag inferrence to a shell function.  
         Also test $base_compile against $CC with escaped arguments. Bug  
         reported by Geoff Keating <geoffk@apple.com>.  
   
 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>  
3449    
3450          * MAINTAINERS: Remove i960 port.          * COPYING.NEWLIB: Update Red Hat license to 2004.
3451    
3452  2004-01-23  DJ Delorie  <dj@redhat.com>  2004-01-23  DJ Delorie  <dj@redhat.com>
3453    
3454          * Makefile.def (target_modules) [libiberty]: Don't stage.          * Makefile.def (target_modules) [libiberty]: Don't stage.
3455          * Makefile.in: Rebuilt.          * Makefile.in: Rebuilt.
3456    
3457  2004-01-20  Caroline Tice  <ctice@apple.com>  2004-01-23  Jeff Johnston  <jjohnstn@redhat.com>
3458    
3459          * MAINTAINERS: Add myself to write-after-approval.          * COPYING.NEWLIB: Update to include copyrights for new
3460            iconv code.
3461    
3462  2004-01-19  Paolo Carlini  <pcarlini@suse.de>  2004-01-15  Andrew Cagney  <cagney@redhat.com>
3463    
3464          * MAINTAINERS: Update my email address.          * src-release: Update copyright year.
3465            (do-proto-toplev): Configure using i686-pc-linux-gnu.
3466  2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>          (NEWLIB_SUPPORT_DIRS): Delete macro.
3467            (newlib.tar.bz2): Delete rule.
         * MAINTAINERS: Add myself to write-after-approval.  
   
 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>  
   
         * MAINTAINERS: Remove entries without email address.  
   
 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>  
   
         * MAINTAINERS: Add myself to write-after-approval.  
   
 2004-01-15  Steven Bosscher  <stevenb@suse.de>  
   
         * MAINTAINERS: Update my email address.  
3468    
3469  2004-01-14  Loren J. Rittle <ljrittle@acm.org>  2004-01-14  Loren J. Rittle <ljrittle@acm.org>
3470    
# Line 4410  Line 3472 
3472          * Makefile.tpl (configure-target-[+module+]): Support stage.          * Makefile.tpl (configure-target-[+module+]): Support stage.
3473          * Makefile.in: Rebuilt.          * Makefile.in: Rebuilt.
3474    
3475  2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>  2003-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
   
         * MAINTAINERS: Add myself as a libiberty MAINTAINER.  
   
 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>  
3476    
3477          * MAINTAINERS: Add myself as a MIPS maintainer.          * gettext.m4: Quote names of macros to be defined by AC_DEFUN
3478            throughout.
3479    
3480  2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>  2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
3481    
# Line 4430  Line 3489 
3489    
3490          * config-ml.in: Don't mess with the cache file.          * config-ml.in: Don't mess with the cache file.
3491    
 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>  
   
         * MAINTAINERS: Move myself from 'Write After Approval' to  
         'CPU Port Maintainers' section as SPARC maintainer.  
   
3492  2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>  2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3493    
3494          * Makefile.tpl: Make GCC use a separate config.cache.          * Makefile.tpl: Make GCC use a separate config.cache.
# Line 4447  Line 3501 
3501          directories.          directories.
3502         &