]> gcc.gnu.org Git - gcc.git/blame - ChangeLog
re PR c++/35262 (FAIL: abi_check)
[gcc.git] / ChangeLog
CommitLineData
4b52b516
VR
12008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
2
3 * MAINTAINERS (Write After Approval): Update my email address.
4
e652b516
TB
52008-02-25 Tomas Bily <tbily@suse.cz>
6
7 * MAINTAINERS (Write After Approval): Add myself.
8
02d30740
JJ
92008-02-23 Jakub Jelinek <jakub@redhat.com>
10
11 * MAINTAINERS (OpenMP): Add myself.
12
1c8bd6a3
PB
132008-02-20 Paolo Bonzini <bonzini@gnu.org>
14
4b40b2a5
UB
15 PR bootstrap/32009
16 PR bootstrap/32161
1c8bd6a3 17
4b40b2a5
UB
18 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
19 * configure: Regenerate.
1c8bd6a3 20
4b40b2a5
UB
21 * Makefile.def: Define stage_libcflags for all bootstrap stages.
22 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
23 STAGE4_LIBCFLAGS): New.
24 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
25 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
26 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
27 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
28 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
29 for target modules. Don't export LIBCFLAGS.
30 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
31 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
32 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
33 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
34 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
35 * Makefile.in: Regenerate.
1c8bd6a3 36
bb44c9d2
RW
372008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
38
39 PR libgcj/33085
40 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
41 Do not use -DDLL_EXPORT. Backport from upstream.
42
29a7754d
RW
432008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
44
45 * MAINTAINERS (Write After Approval): Add myself.
46
9a212bb7
HPN
472008-02-02 Hans-Peter Nilsson <hp@axis.com>
48
49 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
50 * configure: Regenerate.
51
aa12a573
MG
522008-01-31 Marc Gauthier <marc@tensilica.com>
53
54 * configure.ac (xtensa*-*-*): Recognize processor variants.
55 * configure: Regenerate.
56
ac9e6043
RW
572008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
58
40049ccc
UB
59 PR bootstrap/34922
60 * configure.ac (PARSE_ARGS): Push suitable setting of
61 ac_subdirs_all, for `./configure --help=recursive'.
62 Handle `+' in generic toplevel directory disabling.
63 * configure: Regenerate.
ac9e6043 64
4288c86a
NC
652008-01-28 Nick Clifton <nickc@redhat.com>
66
67 * MAINTAINERS (xstormy16): Take over maintainership.
68
8d8da227
JM
692008-01-25 Joseph Myers <joseph@codesourcery.com>
70
71 * MAINTAINERS (c4x port): Remove.
72
349b60e7
DE
732008-01-24 David Edelsohn <edelsohn@gnu.org>
74
75 * libtool.m4: Backport AIX 6 support from ToT Libtool.
76
3ca06a68
BE
772008-01-23 Ben Elliston <bje@au.ibm.com>
78
79 * config.sub, config.guess: Update from upstream sources.
80
3c631381
TG
812008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
82
83 * MAINTAINERS (Write After Approval): Add myself.
84
20533ef1
L
852008-01-17 H.J. Lu <hjl.tools@gmail.com>
86
87 * MAINTAINERS: Update my email address.
88
892008-01-09 Raksit Ashok <raksit@google.com>
90
91 * MAINTAINERS (Write After Approval): Add myself.
92
684f4f6a
RA
932008-01-09 Raksit Ashok <raksit@google.com>
94
95 * MAINTAINERS (Write After Approval): Add myself.
96
9cb8756f
BE
972008-01-08 Ben Elliston <bje@au.ibm.com>
98
99 * config.sub, config.guess: Update from upstream sources.
100
94e1934d
KG
1012007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
102
103 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8debbe48 104 Change recommended MPFR from 2.2.1 -> 2.3.0.
94e1934d
KG
105 * configure: Regenerate.
106
a2e51f77
SP
1072007-12-15 Sebastian Pop <sebastian.pop@amd.com>
108
109 * MAINTAINERS: Update my email address.
110
ffe3dcd9
BRF
1112007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
112
113 * MAINTAINERS: Update my email address.
114
aa4095c9
RS
1152007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
116
117 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
118 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
119 * Makefile.in: Regenerate.
120
030e2013
MH
1212007-12-10 Mark Heffernan <meheff@google.com>
122
123 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
124 misplaced entries.
125
0fe0f073
AT
1262007-12-10 Andreas Tobler <a.tobler@schweiz.org>
127
128 * configure.ac: Enable libjava for x86_64-*-darwin9.
129 * configure: Regenerate.
130
d4ca4b06
BM
1312007-12-07 Bill Maddox <maddox@google.com>
132
133 * MAINTAINERS (Write After Approval): Add myself.
134
c3220d4c
BE
1352007-12-05 Ben Elliston <bje@au.ibm.com>
136
137 * config.sub, config.guess: Update from upstream sources.
138
aba7501e
MK
1392007-12-02 Matthias Klose <doko@ubuntu.com>
140
141 * config-ml.in: Remove 64bit configure tests.
142
d683ec81
PB
1432007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
144
145 * config-ml.in: Robustify against white space in absolute file
146 names.
147
148 * config-ml.in (multi-clean): Substitute ${Makefile}.
149 Remove superfluous ${Makefile} in list.
150
60f1711a
TS
1512007-11-19 Thiemo Seufer <ths@mips.com>
152
153 * config-ml.in: Don't hardcode the Makefile name.
154
487f9d96
AM
1552007-11-08 Alexander Monakov <amonakov@ispras.ru>
156
157 * MAINTAINERS (Write After Approval): Add myself.
158
fa3886fe
ST
1592007-11-07 Samuel Tardieu <sam@rfc1149.net>
160
161 * MAINTAINERS (Write After Approval): Add myself.
162
ae750079
DK
1632007-11-06 Doug Kwan <dougkwan@google.com>
164
165 * MAINTAINERS (Write After Approval): Add myself.
166
acc48927
BE
1672007-10-25 Ben Elliston <bje@au.ibm.com>
168
169 * MAINTAINERS (mercury): Remove entry.
170 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
171
e00e9858
DJ
1722007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
173
174 * Makefile.def (dependencies): Make configure-gdb depend on
175 all-intl.
176 * Makefile.in: Regenerated.
177
def14a3c
SK
1782007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
179
180 * MAINTAINERS (Fortran maintainer): Remove myself.
181
0e5e9f76
PM
1822007-10-15 Patrick Mansfield <patmans@us.ibm.com>
183
184 * Makefile.def: To avoid problems running with parallel makes,
185 build newlib before libgloss so that target specific header
186 files are availble.
187 * Makefile.in: Regenerate
188
bbfbfafc
DJ
1892007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
190
191 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
192 * Makefile.in: Regenerate.
193
c56abad5
VM
1942007-10-09 Vladimir Makarov <vmakarov@redhat.com>
195
196 * MAINTAINERS (Register allocation reviewer): Add myself.
197
f019adc1
MF
1982007-10-08 Mike Frysinger <vapier@gentoo.org>
199
200 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
201 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
202 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
203 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
204 * configure: Regenerate.
205
789e4e28
SP
2062006-10-04 Seongbae Park <seongbae.park@gmail.com>
207
208 * MAINTAINERS (Register allocation reviewer): Add myself.
209
0999159b
PB
2102007-10-01 Paolo Bonzini <bonzini@gnu.org>
211
212 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
213 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
214 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
215 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
216 * configure.ac: Default them to host tools for $host = $build.
217 Subst them.
218
219 * configure: Regenerate.
220 * Makefile.in: Regenerate.
221
a054acde
PB
2222006-09-24 Peter Bergner <bergner@vnet.ibm.com>
223
224 * MAINTAINERS (Register allocation reviewer): Add myself.
225
ffda6fc9
KZ
2262006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
227
228 * MAINTAINERS (Register allocation reviewer): Add myself.
229
9d209c83
SP
2302007-09-21 Seongbae Park <seongbae.park@gmail.com>
231
232 * MAINTAINERS (Write After Approval): Fix typo.
233
1ec3b87b
RS
2342007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
235
236 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
237 * configure: Regenerate.
238
19d5986d
PJ
2392007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
240
241 PR bootstrap/31906
242 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
ffe3dcd9 243 they're already prefixed.
19d5986d 244
6d3b5aea
BK
2452007-09-19 Benjamin Kosnik <bkoz@redhat.com>
246
247 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
248 libstdc++.
249 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
250 * configure: Regenerate.
251 * Makefile.in: Regenerate.
252
4fe7e755
AS
2532007-09-17 Andreas Schwab <schwab@suse.de>
254
255 * configure.ac: Raise minimum makeinfo version to 4.6.
256 * configure: Regenerate.
257
d483feaa
JS
2582007-09-17 Johannes Singler <singler@ira.uka.de>
259
ffe3dcd9 260 * MAINTAINERS (write-after-approval) add myself
d483feaa 261
fa9a3f31
AM
2622007-09-15 Alan Modra <amodra@bigpond.net.au>
263
264 * configure.ac: Correct makeinfo version check.
265 * configure: Regenerate.
266
6593a73e
RS
2672007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
268
269 * MAINTAINERS: Update my email address.
270
d9dced13
RS
2712007-09-14 Richard Sandiford <richard@codesourcery.com>
272
273 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
274 to $skipdirs and only disable gprof for newlib. Use the normal
275 mips*-elf* handling in other respects.
276 * configure: Regnerate.
277
773c1467
DD
2782007-09-12 David Daney <ddaney@avtrex.com>
279
280 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
281 enabling libgcj.
282 * configure: Regenerate.
283
c03353e2
RIL
2842007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
285
286 PR other/32154
287 * configure.ac: For libgloss targets, point the linker to the linker
288 script, startup code and simulator library.
289 * configure: Regenerate.
290
c4e9bf2b
AH
2912007-09-07 Andrew Haley <aph@redhat.com>
292
293 * configure.ac (noconfigdirs): Remove target-libffi and
294 target-libjava.
295 * configure: Regenerate.
296
1f5a6b84
FXC
2972007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
298
299 PR target/33281
300 * configure.ac: Use config/mh-mingw on mingw.
301 * configure: Regenerate.
1f5a6b84 302
3951e521
PH
3032007-09-05 Pat Haugen <pthaugen@us.ibm.com>
304
9f349f63 305 * MAINTAINERS (Write After Approval): Add myself.
3951e521 306
e643dc23
RG
3072007-09-05 Richard Guenther <rguenther@suse.de>
308
309 * configure.ac (--enable-stage1-checking): If neither --enable-checking
310 nor --disable-checking is provided also turn on yes and types
311 checking for stage1.
312 * configure: Re-generate.
313
039874df
KW
3142007-08-30 Krister Walfridsson <cato@df.lth.se>
315
316 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
317 (Write After Approval): Remove myself.
318
c3f07bd6 3192007-08-29 Nick Clifton <nickc@redhat.com>
15098359 320
c3f07bd6 321 * config.sub, config.guess: Update from upstream sources.
15098359 322
40049ccc 3232007-08-22 Bud Davis <jmdavis@link.com>
4bbed405
BD
324
325 * MAINTAINERS (Write After Approval): Added myself.
326 * MAINTAINERS (Reviewers): Removed myself.
327
c8aea42c 3282007-08-18 Paul Brook <paul@codesourcery.com>
40049ccc 329 Joseph Myers <joseph@codesourcery.com>
c8aea42c
PB
330
331 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
332 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
333 * Makefile.in: Regenerate.
334 * configure.ac (--with-debug-prefix-map): New.
335 * configure: Regenerate.
336
4bf6c438
RS
3372007-08-17 Richard Sandiford <richard@codesourcery.com>
338 Nigel Stephens <nigel@mips.com>
339
4bf6c438
RS
340 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
341 as target_makefile_frag.
342 * configure: Regenerate.
343
bb286d71
AO
3442007-08-16 Alexandre Oliva <aoliva@redhat.com>
345
346 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
347 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
348 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
349 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
350 (do-compare, do-compare3, do-compare-debug): New.
351 ([+compare-target+]): Use them.
352
a4630417
MK
3532007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
354
355 * MAINTAINERS (Write After Approval): Change my email address.
356
d9acb717
RW
3572007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
358 Ben Elliston <bje@au.ibm.com>
359
360 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
361 --silent if $silent.
362 * configure: Regenerate.
363
96876681
ZD
3642003-08-12 Zdenek Dvorak <ook@ucw.cz>
365
366 * MAINTAINERS (Various Maintainers): Add myself as
367 loop infrastructure maintainer. Update my e-mail
368 address.
369
1c1d80ee
DN
3702007-07-31 Diego Novillo <dnovillo@google.com>
371
372 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
373 Adjust description.
374
7e98624c
RG
3752007-07-26 Richard Guenther <rguenther@suse.de>
376
377 * configure.ac: Add types checking to stage1 checking flags.
378 * configure: Regenerate.
379
4c85af60
NC
3802007-07-17 Nick Clifton <nickc@redhat.com>
381
382 * COPYING3: New file. Contains version 3 of the GNU General
383 Public License.
384 * COPYING3.LIB: New file. Contains version 3 of the GNU
385 Lesser General Public License.
386
19ddfd3a
AK
3872007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
388
389 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
390
2a064545
AK
3912007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
392
393 * MAINTAINERS (S/390 co-maintainer): Add myself.
394 (Write After Approval): Remove myself.
395
f861f54d
DH
3962007-07-13 Dan Hipschman <dsh@google.com>
397
398 * MAINTAINERS (Write After Approval): Add myself.
399
0136f2f7
NC
4002007-07-11 Nick Clifton <nickc@redhat.com>
401
402 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
403 WINDRES export.
404 * Makefile.in: Regenerate.
405
6e29b5a4
RO
4062007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
407
408 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
409 maintainer.
410
159a4b02
L
4112007-07-05 H.J. Lu <hongjiu.lu@intel.com>
412
413 * lt~obsolete.m4: New. Import from 20070318 libtool.
414
6ba67283
JB
4152007-07-03 Julian Brown <julian@codesourcery.com>
416
417 * MAINTAINERS (Write After Approval): Add myself.
418
30b74385
RW
4192007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
420
421 * configure.ac: Rewrite 'configure --help' strings to look nicer.
422 * configure: Regenerate.
423
4242007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
425
426 * configure.ac: Add some missing m4 quotation.
427 * configure: Regenerate.
428
943c54ce
SB
4292007-07-02 Simon Baldwin <simonb@google.com>
430
431 * MAINTAINERS (Write After Approval): Add myself.
432
1c00b503
PB
4332007-07-02 Paolo Bonzini <bonzini@gnu.org>
434
435 * configure: Regenerate.
436
901119ae
KT
4372007-07-02 Kai Tietz <kai.tietz@onevision.com>
438
439 * Makefile.def: Add windmc tool to build.
440 * Makefile.tpl: Likewise.
441 * configure.ac: Likewise.
442 * Makefile.in: Regenerate.
443 * configure: Regenerate.
444
83f4c19f
DD
4452007-06-28 DJ Delorie <dj@redhat.com>
446
447 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
448 not building newlib.
449 * configure: Regenerated.
450
5346c75c
JS
4512007-06-28 Jan Sjodin <jan.sjodin@amd.com>
452
453 * MAINTAINERS (Write After Approval): Add myself.
454
aacfb86b
MM
4552007-06-25 Martin Michlmayr <tbm@cyrius.com>
456
457 * MAINTAINERS (Write After Approval): Add myself.
458
590bf0d3
CM
4592007-06-19 Chris Matthews <chrismatthews@google.com>
460
461 * MAINTAINERS (Write After Approval): Add myself.
462
cdbbee7a
RIL
4632007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
464
465 * MAINTAINERS (Write After Approval): Add myself.
466
b8afffc1
DJ
4672007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
468
469 * Makefile.def: Add dependency from configure-gdb to all-bfd.
470 * Makefile.in: Regenerated.
471
3fcfad76
BS
4722007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
473
474 * configure.ac: Don't add target-libmudflap to noconfigdirs for
475 bfin*-*-uclinux* targets.
476 * configure: Regenerate.
477
3f5a2b7f
ILT
4782007-06-14 Ian Lance Taylor <iant@google.com>
479
480 * MAINTAINERS: Add myself as non-algorithmic global write
481 maintainer.
482
4c46daee
DN
4832007-06-14 Diego Novillo <dnovillo@google.com>
484
485 * MAINTAINERS: Add self as middle-end maintainer and
486 non-algorithmic global write maintainer.
487
a3bb222a
FXC
4882007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
489
490 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
491 Move all Fortran maintainers except Paul Brook into the
492 Non-Autopoiesis section.
493
a19e8f64
PB
4942007-06-14 Paolo Bonzini <bonzini@gnu.org>
495
496 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
497 (distclean-stage[+id+]): Possibly delete stage_last.
498 * Makefile.in: Regenerate.
499
1c2abe5e
SP
5002007-06-12 Seongbae Park <seongbae.park@gmail.com>
501
502 * MAINTAINERS (Various Maintainer): Fix typo.
503
abca4739
PB
5042007-06-11 Paolo Bonzini <bonzini@gnu.org>
505
506 * MAINTAINERS (Various Maintainer): Add myself as
507 dataflow maintainer.
508
a894d2c3
BE
5092007-06-07 Ben Elliston <bje@au.ibm.com>
510
511 * config.sub, config.guess: Update from upstream sources.
512
8024d75e
BE
5132007-06-07 Ben Elliston <bje@au.ibm.com>
514
515 * Makefile.tpl: Fix spelling error.
516 * Makefile.in: Regenerate.
517
973a9a5e
SE
5182007-06-01 Steve Ellcey <sje@cup.hp.com>
519
96598938
L
520 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
521 lt_cv_sys_max_cmd_len.
973a9a5e 522
ccb4d26b
DN
5232007-05-31 Dorit Nuzman <dorit@il.ibm.com>
524
525 * MAINTAINERS (Various Maintainers): Add myself as
526 auto-vectorizer maintainer.
527
eecb7461
PB
5282003-05-31 Paolo Bonzini <bonzini@gnu.org>
529
530 PR libjava/32098
531 * libtool.m4: Revert previous change.
532 * ltgcc.m4: Put it here.
533
89d28202
ZD
5342003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
535
536 * MAINTAINERS (Various Maintainers): Add myself as
537 auto-vectorizer maintainer.
538
60c7a11a
L
5392007-05-30 H.J. Lu <hongjiu.lu@intel.com>
540
541 PR libjava/32098
542 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
543
9dd3cc81
RG
5442007-05-30 Richard Guenther <rguenther@suse.de>
545
546 * MAINTAINERS (Various Maintainers): Add myself as
547 auto-vectorizer maintainer.
548
9cc1244e
JJ
5492007-05-30 Jakub Jelinek <jakub@redhat.com>
550
551 PR bootstrap/29382
552 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
553 * configure: Rebuilt.
554
6124296b
RC
5552007-05-28 Roberto Costa <robsettantasei@gmail.com>
556
557 * MAINTAINERS (Write After Approval): Removed my name.
558
6b757a0d
SB
5592007-05-25 Steven Bosscher <steven@gcc.gnu.org>
560
561 * MAINTAINERS (Write After Approval): Remove myself.
562
86ef8528
AT
5632007-05-25 Andreas Tobler <a.tobler@schweiz.org>
564
565 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
566
1cf3d07d
SE
5672007-05-23 Steve Ellcey <sje@cup.hp.com>
568
569 * ltmain.sh: Update from ToT Libtool.
570 * libtool.m4: Update from ToT Libtool.
571 * ltsugar.m4: New. Update from ToT Libtool.
572 * ltversion.m4: New. Update from ToT Libtool.
573 * ltoptions.m4: New. Update from ToT Libtool.
574 * ltconfig: Remove.
575 * ltcf-c.sh: Remove.
576 * ltcf-cxx.sh: Remove.
577 * ltcf-gcj.sh: Remove.
578
ce3fcf8c
OW
5792007-05-22 Ollie Wild <aaw@google.com>
580
581 * MAINTAINERS (Write After Approval): Add myself.
582
342b9200
PB
5832007-05-16 Paolo Bonzini <bonzini@gnu.org>
584
585 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
586 stage_cflags.
587 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
588 Remove CFLAGS/LIBCFLAGS.
589 (configure-stage[+id+]-[+prefix+][+module+],
590 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
591 * Makefile.in: Regenerate.
592
cea17285
DN
5932007-05-15 Diego Novillo <dnovillo@google.com>
594
595 * MAINTAINERS: Update e-mail address.
596
11c004e7
RE
5972007-05-15 Revital Eres <eres@il.ibm.com>
598
599 * MAINTAINERS (Write After Approval): Add myself.
600
ab6bd693
RC
6012007-05-14 Roberto Costa <robsettantasei@gmail.com>
602
603 * MAINTAINERS (Write After Approval): Updated my address.
604
388cdf07
TN
6052007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
606
607 * MAINTAINERS (Write After Approval): Add myself.
608
23f24034
SR
6092007-05-11 Silvius Rus <rus@google.com>
610
611 * MAINTAINERS (Write After Approval): Add myself.
612
34a7526e
TT
6132007-04-23 Tom Tromey <tromey@redhat.com>
614
615 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
616
51da21be
MM
6172007-04-22 Mark Mitchell <mark@codesourcery.com>
618
619 * MAINTAINERS (cpplib): Rename to ...
620 (libcpp): ... this. Add C/C++ front end maintainers.
621
70070387
SE
6222007-04-14 Steve Ellcey <sje@cup.hp.com>
623
624 * config-ml.in: Pass ${ml_config_env} to configure calls.
625
df1a0dbb
CB
6262007-04-04 Christian Bruel <christian.bruel@st.com>
627
628 * MAINTAINERS (Write After Approval): Add myself.
629
9daff147
DK
6302007-04-02 Dave Korn <dave.korn@artimi.com>
631
632 * MAINTAINERS (Write After Approval): Add myself.
633
374eadb2
TB
6342007-03-31 Tobias Burnus <burnus@net-b.de>
635
636 * MAINTAINERS (fortran 95 front end): Add myself.
637
8eced3a2
DR
6382007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
639
640 * MAINTAINERS (Write After Approval): Add myself.
641
653de3e3
AZ
6422007-03-24 Ayal Zaks <zaks@il.ibm.com>
643
644 * MAINTAINERS (Modulo Scheduler): Add myself.
645
b737d953
BM
6462007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
647
648 * MAINTAINERS (fortran 95 front end): Add myself.
649 (c++ front end): whitespace fix.
650
a584cdf2
NF
6512007-03-22 Nathan Froyd <froydnj@codesourcery.com>
652
653 * MAINTAINERS (Write After Approval): Add myself.
654
8c79f3c4
RS
6552007-03-21 Richard Sandiford <richard@codesourcery.com>
656
657 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
658 of glob. Quote arguments with single quotes too.
659 * configure: Regenerate.
660
07f1ac6d
BM
6612007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
662
663 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
664 * Makefile.in: Regenerate
665
172e41aa
AS
6662007-03-07 Andreas Schwab <schwab@suse.de>
667
668 * configure: Regenerate.
669
9c4d2493
BM
6702007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
671
672 * configure.ac: Add "--with-pdfdir" configure option,
673 which defines pdfdir variable.
674 * Makefile.def (target=fixincludes): Add install-pdf to
675 missing targets.
676 (recursive_targets): Add install-pdf target.
677 (flags_to_pass): Add pdfdir.
678 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
679 target.
680 * configure: Regenerate
681 * Makefile.in: Regenerate
682
e14e622e
EC
6832007-02-28 Eric Christopher <echristo@apple.com>
684
685 Revert:
686 2006-12-07 Mike Stump <mrs@apple.com>
687
688 * Makefile.def (dependencies): Add dependency for
689 install-target-libssp and install-target-libgomp on
690 install-gcc.
691 * Makefile.in: Regenerate.
692
54e433bc
MK
6932007-02-27 Matt Kraai <kraai@ftbfs.org>
694
695 * configure: Regenerate.
696 * configure.ac: Move statements after variable declarations.
697
6c8d3d8f
KK
6982007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
699
700 * MAINTAINERS: Add myself as sh maintainer.
701
9f8c6739
JM
7022007-02-19 Joseph Myers <joseph@codesourcery.com>
703
704 * configure.ac: Adjust for loop syntax.
705 * configure: Regenerate.
706
278a7a38
AO
7072007-02-18 Alexandre Oliva <aoliva@redhat.com>
708
709 * configure: Rebuilt.
710
b2eaac4a
AO
7112007-02-18 Alexandre Oliva <aoliva@redhat.com>
712
713 * configure.ac: Drop multiple occurrences of --enable-languages,
714 and fix its quoting.
715 * configure: Rebuilt.
716
beeaf216 7172007-02-17 Mark Mitchell <mark@codesourcery.com>
40049ccc
UB
718 Nathan Sidwell <nathan@codesourcery.com>
719 Vladimir Prus <vladimir@codesourcery.com>
720 Joseph Myers <joseph@codesourcery.com>
beeaf216
MM
721
722 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
723 * configure: Regenerate.
724
09201a09
GP
7252007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
726
727 * ltconfig (freebsd*): Default to elf.
728
291f172e
DJ
7292007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
730
731 * configure.ac (target_libraries): Move libgcc before libiberty.
732 * configure: Regenerated.
733
c3a86da9
DJ
7342007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
735 Paolo Bonzini <bonzini@gnu.org>
736
737 PR bootstrap/30753
738 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
739 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
740 * configure: Regenerated.
741
88e1e72a
FXC
7422007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
743
744 * MAINTAINERS (Language Front End Maintainers): Update my mail
745 address.
746
44bfc3ac
DJ
7472007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
748
749 PR bootstrap/30748
750 * configure.ac: Correct syntax for Solaris ksh.
751 * configure: Regenerated.
752
3e19841a
PB
7532007-02-09 Paolo Bonzini <bonzini@gnu.org>
754
755 * configure.ac: Sync with src.
756 * configure: Regenerate.
757
74a48762
PB
7582007-02-09 Paolo Bonzini <bonzini@gnu.org>
759
760 * Makefile.in: Regenerate.
761
d846e52e
PB
7622007-02-09 Paolo Bonzini <bonzini@gnu.org>
763
764 * config.sub: Sync with src.
765
1c710c3c
DJ
7662007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
767
768 * Makefile.tpl (build_alias, host_alias, target_alias): Use
769 noncanonical equivalents.
770 * configure.in: Rename to...
771 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
772 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
773 target_noncanonical. Use them. Rewrite removal of configure
774 arguments for autoconf 2.59. Discard variable settings. Force
775 program_transform_name for native tools.
776
777 * Makefile.in: Regenerated.
778 * configure: Regenerated with autoconf 2.59.
779
74372bdf
RZ
7802007-02-07 Roman Zippel <zippel@linux-m68k.org>
781
3de8da2a 782 * MAINTAINERS (Write After Approval): Add myself.
74372bdf 783
f6671c93
AS
7842007-01-31 Andreas Schwab <schwab@suse.de>
785
786 * Makefile.tpl (LDFLAGS): Substitute it.
787 * Makefile.in: Regenerate.
788
ba9f17df
AB
7892007-01-30 Andrey Belevantsev <abel@ispras.ru>
790
3de8da2a 791 * MAINTAINERS (Write After Approval): Add myself.
ba9f17df 792
2472200d
DE
7932007-01-28 David Edelsohn <edelsohn@gnu.org>
794
3de8da2a 795 * MAINTAINERS (spu port): Add myself.
2472200d 796
5305be7e
RG
7972007-01-23 Richard Guenther <rguenther@suse.de>
798
799 PR bootstrap/30541
800 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
801 * Makefile.tpl (GNATBIND): Substitute it.
802 (GNATMAKE): Likewise.
803 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
804 of STAGE_PREFIX.
805 * Makefile.in: Regenerate.
806 * configure: Regenerate.
807
416cfb5e
MS
8082007-01-18 Mike Stump <mrs@apple.com>
809
810 * configure.in: Re-enable -Werror for gcc builds.
811
3de8da2a 8122007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ad4fe825 813
3de8da2a 814 * MAINTAINERS (Write After Approval): Add myself.
ad4fe825 815
d943d7c4
PB
8162007-01-11 Paolo Bonzini <bonzini@gnu.org>
817
818 * configure.in: Change == to = in test command.
3de8da2a 819 * configure: Regenerate.
d943d7c4 820
e69bf64b 8212007-01-11 Paolo Bonzini <bonzini@gnu.org>
3de8da2a
UB
822 Nick Clifton <nickc@redhat.com>
823 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
824
825 * configure.in (build_configargs, host_configargs, target_configargs):
826 Remove build/host/target parameters.
827 (host_libs): Add gmp and mpfr.
828 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
829 * Makefile.def (gmp, mpfr): New.
830 (gcc): Remove target.
831 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
832 target_os, target_vendor): New.
833 (configure): Add host_alias/target_alias arguments. Adjust invocations.
834 * configure: Regenerate.
835 * Makefile.in: Regenerate.
e69bf64b
PB
836
8372007-01-11 Matt Fago <fago@earthlink.net>
838
839 * configure.in: Try to link to functions only in mpfr 2.2.x
3de8da2a 840 to improve robustness of configure tests.
e69bf64b 841 * configure: Regenerate.
e14e622e 842
a42f3b80
UB
8432007-01-09 Uros Bizjak <ubizjak@gmail.com>
844
845 * MAINTAINERS: Add myself as i386 maintainer.
846
a36aee1a
JH
8472007-01-08 Jan Hubicka <jh@suse.cz>
848
61fcaeef 849 * MAINTAINERS: Add myself as i386 maintainer.
a36aee1a 850
738a52d3
KT
8512007-01-08 Kai Tietz <kai.tietz@onevision.com>
852
853 * configure.in: Add support for an x86_64-mingw* target.
95af8923 854 * configure: Regenerate.
738a52d3 855
54fdc474
DJ
8562007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
857
858 * Makefile.tpl (all-target): Correct @if conditional for target
859 modules.
860 * configure.in: Omit libiberty if building only target libgcc.
861 * configure, Makefile.in: Regenerated.
862
3dd71726
PB
8632007-01-04 Paolo Bonzini <bonzini@gnu.org>
864
865 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
866 * configure: Regenerate.
867
fa958513
DJ
8682007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
869
870 * Makefile.def (target_modules): Add libgcc.
871 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
872 * Makefile.tpl (clean-target-libgcc): Delete.
873 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
874 on gcc even for bootstrapped modules. Rewrite handling of
875 lang_env_dependencies to loop over target_modules.
876 * configure.in (target_libraries): Add target-libgcc.
877 * Makefile.in, configure: Regenerated.
878
e1888513
PB
8792006-12-29 Paolo Bonzini <bonzini@gnu.org>
880
881 * configure.in: Reorganize recognition of languages. Add
882 --enable-stage1-languages. Show supported languages for the chosen
883 target rather than all recognized languages.
884 * configure: Regenerate.
885
53b88b73
PB
8862006-12-29 Paolo Bonzini <bonzini@gnu.org>
887
888 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
889 * Makefile.in: Regenerate.
890
a3993f33
KG
8912006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
892
893 * configure.in: Warn that MPFR 2.2.0 is buggy.
894 * configure: Regenerate.
895
f063a9ed
ILT
8962006-12-27 Ian Lance Taylor <iant@google.com>
897
898 * configure.in: When removing Makefiles to force a reconfigure, also
899 remove prev-DIR*/Makefile.
900 * configure: Regenerate.
901
af71363e
AS
9022006-12-22 Andreas Schwab <schwab@suse.de>
903
904 * configure: Regenerate with correct autoconf version.
905
0b0dc272
AM
9062006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
907
3de8da2a
UB
908 * configure.in: add AC_SUBST for *_FOR_TARGET.
909 * configure: Regenerate.
0b0dc272 910
53b88b73
PB
9112006-12-19 Paolo Bonzini <bonzini@gnu.org>
912
913 * configure.in: Simplify logic for rejecting languages that cannot
914 be built. Separate the case when a language is unsupported,
915 from the case when the user chooses not to build a language.
916
400ebff4
PB
9172006-12-19 Paolo Bonzini <bonzini@gnu.org>
918
919 * configure.in: Remove "$build" case for powerpc-*-darwin* since
920 it only affects bootstrap and could be tested on "$host" as well.
921 * configure: Regenerate.
922 * config/mh-ppc-darwin: Add to the stage1 cflags here.
923
8efea775
PB
9242006-12-19 Paolo Bonzini <bonzini@gnu.org>
925
926 PR bootstrap/29544
927 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
928 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
929 move here comment from Makefile.tpl.
930 * Makefile.tpl: Move some definitions higher in the file.
931 (STAGE1_CHECKING): New.
932 * configure.in: Add --enable-stage1-checking.
933 * configure: Regenerate.
934 * Makefile.in: Regenerate.
935
ed88a7ed
PB
9362006-12-19 Paolo Bonzini <bonzini@gnu.org>
937
938 * MAINTAINERS: Add myself as build system maintainer.
939
b65151d3
SM
9402006-12-15 Simon Martin <simartin@users.sourceforge.net>
941
942 * MAINTAINERS (Write After Approval): Add myself.
943
7e050830
EC
9442006-12-13 Eric Christopher <echristo@apple.com>
945
946 * MAINTAINERS: Add myself as darwin maintainer.
947
8b494895
ILT
9482006-12-11 Ian Lance Taylor <ian@airs.com>
949
950 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
951
0ff1416d
JR
9522006-12-11 Joern Rennecke <joern.rennecke@arc.com>
953
954 MAINTAINERS: Update my entry.
955
58e24147
AM
9562006-12-11 Alan Modra <amodra@bigpond.net.au>
957
958 * configure.in: Handle spu makefile frag.
58e24147
AM
959 * Makefile.tpl (MAINT): Define
960 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
961 * configure: Regenerate.
962 * Makefile.in: Regenerate.
963
9b6f37a0
BE
9642006-12-11 Ben Elliston <bje@au.ibm.com>
965
966 * config.guess: Import latest version.
967 * config.sub: Likewise.
968
ea6f5c57
BE
9692006-12-11 Ben Elliston <bje@au.ibm.com>
970
971 * configure.in (spu-*-*): Don't skip target-libiberty.
972 * configure: Regenerate.
973
42c1cd8a
AT
9742006-12-10 Andreas Tobler <a.tobler@schweiz.org>
975
976 PR bootstrap/30134
977 * configure.in: Correct x86 darwin support for libjava to powerpc
978 and i?86 only.
979 * configure: Regenerate.
980
55eb837d
ST
9812006-12-08 Sandro Tolaini <tolaini@libero.it>
982
983 * configure.in: Add x86 darwin support for libjava.
984 * configure: Regenerate.
985
5bdacbc7
MS
9862006-12-07 Mike Stump <mrs@apple.com>
987
988 * Makefile.def (dependencies): Add dependency for
989 install-target-libssp and install-target-libgomp on
990 install-gcc.
991 * Makefile.in: Regenerate.
992
477d851c
RG
9932006-12-04 Richard Guenther <rguenther@suse.de>
994
995 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
996 (Non-Algorithmic Maintainers): Move over non-algorithmic
997 loop optimizer maintainers, add myself as a non-algorithmic
998 middle-end maintainer.
999
5d33d367
DF
10002006-12-04 Daniel Franke <franke.daniel@gmail.com>
1001
1002 * MAINTAINERS (Write After Approval): Add myself.
1003
dbee1fb3
KG
10042006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1005
1006 * configure.in: Update error message for missing GMP/MPFR.
1007
1008 * configure: Regenerate.
1009
b5147de7
KG
10102006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1011
1012 * configure.in: Update MPFR version in error message.
1013
1014 * configure: Regenerate.
1015
f019376c
KG
10162006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1017
1018 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
1019 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
1020 --with-gmp-lib): New flags.
1021
1022 * configure: Regenerate.
1023
91ed95ae
BM
10242006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
1025
1026 * MAINTAINERS (Write After Approval): Change my email address.
1027
3a971f15
MLI
10282006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1029
05170031 1030 * MAINTAINERS (Write After Approval): Add myself.
3a971f15 1031
431041ea
PT
10322006-11-22 Philipp Thomas <pth@suse.de>
1033
1034 * MAINTAINERS (i18n): Update e-mail address.
1035
df5487ee
TS
10362006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
1037
1038 * MAINTAINERS (spu port): Add myself as maintainer.
1039 (Write After Approval): Remove myself.
1040
92c2f0ee
BE
10412006-11-22 Ben Elliston <bje@au.ibm.com>
1042
1043 * configure.in (skipdirs): Don't build libssp for SPU.
1044 * configure: Regenerate.
1045
a3b97199
AP
10462006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
1047
1048 * MAINTAINERS (spu port): Add myself as maintainer.
1049 (libobjc): Update my email address.
1050
0eb97064
AB
10512006-11-21 Andrea Bona <andrea.bona@st.com>
1052
1053 * MAINTAINERS (Write After Approval): Add myself.
1054
85d9c13c
TS
10552006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
1056
1057 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
1058 * configure : Rebuilt.
1059
6696f3cd
TS
10602006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
1061
1062 * MAINTAINERS (Write After Approval): Add myself.
1063
d58542ea
AO
10642006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
1065
1066 * MAINTAINERS (Write After Approval): Add myself.
1067
a357b5ae
KG
10682006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1069
1070 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
1071 libmpfr.a.
1072 * configure: Regenerate.
1073
9bd6112c
PB
10742006-11-16 Paolo Bonzini <bonzini@gnu.org>
1075
1076 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
1077 (unstage): Test for stage_last presence.
1078
1079 PR bootstrap/29802
1080 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
1081 * Makefile.in: Regenerate.
1082
c8cf9f0f
ZD
10832003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
1084
1085 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
1086 maintainers.
1087
467b1fc6
ER
10882006-11-14 Erven Rohou <erven.rohou@st.com>
1089
1090 * MAINTAINERS (Write After Approval): Add myself.
1091
995a5697
PB
10922006-11-14 Paolo Bonzini <bonzini@gnu.org>
1093
1094 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
1095 and stageN-package/Makefile.
1096 * Makefile.in: Regenerated.
1097
c8d6d53e
JZ
10982006-11-14 Jie Zhang <jie.zhang@analog.com>
1099
1100 * configure.in: Remove target-libgloss from noconfigdirs for
1101 bfin-*-*.
1102 * configure: Regenerated.
1103
dffb147d
KG
11042006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1105
1106 * configure.in (have_gmp): Only error if the gcc directory exists.
7e050830 1107
dffb147d
KG
1108 * configure: Regenerate.
1109
ca558912
KG
11102006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1111
1112 * configure.in: Robustify error message for missing GMP/MPFR.
1113
1114 * configure: Regenerate.
1115
7aa42285
SW
11162006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
1117
1118 * MAINTAINERS (Write After Approval): Add myself.
1119
779958a2
UB
11202006-10-30 Uros Bizjak <ubizjak@gmail.com>
1121
1122 * MAINTAINERS: Change email address.
1123
91de1527
VP
11242006-10-30 Vladimir Prus <vladimir@codesourcery.com>
1125
1126 * MAINTAINERS (Write After Approval): Add myself.
1127
a3867703
PB
11282006-10-26 Peter Bergner <bergner@vnet.ibm.com>
1129
1130 * MAINTAINERS (Write After Approval): Add myself.
1131
b4364fa2
CL
11322006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
1133
7e050830 1134 * MAINTAINERS (Write After Approval): Move myself to
3de8da2a 1135 Write After Approval section.
b4364fa2 1136
70ec446f
KG
11372006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1138
1139 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
1140 need_gmp anymore.
1141 * configure: Regenerate.
1142
018c8d88
TB
11432006-10-16 Tobias Burnus <burnus@net-b.de>
1144
1145 * MAINTAINERS (Write After Approval): Add myself.
1146
f6a1687e
BE
11472006-10-16 Ben Elliston <bje@au.ibm.com>
1148
1149 * config.guess: Import latest version.
1150 * config.sub: Likewise.
1151
b5422ad7
BM
11522006-10-10 Brooks Moses <bmoses@stanford.edu>
1153
1154 * Makefile.def: Added pdf target handling.
1155 * Makefile.tpl: Added pdf target handling.
1156 * Makefile.in: Regenerated.
1157
bdcee471
CL
11582006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
1159
1160 * MAINTAINERS: Add self as score port maintainer.
1161
7d610414
BM
11622006-10-04 Brooks Moses <bmoses@stanford.edu>
1163
1164 * MAINTAINERS (Write After Approval): Add myself.
1165
e48d66a9
SK
11662006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
1167
7e050830 1168 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
e48d66a9
SK
1169 or newer.
1170 * configure: Regenerated.
1171
c394e891
DB
11722006-09-27 Dave Brolley <brolley@redhat.com>
1173
1174 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
1175 $s instead of $r.
1176 * configure: Regenerated.
1177
1ee4c5a0
TS
11782006-09-26 Thiemo Seufer <ths@mips.com>
1179
1180 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
1181 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
1182 * configure: Regenerate.
1183
5997afc3
GP
11842006-09-24 Graeme Peterson <gridly@gmail.com>
1185
1186 * MAINTAINERS (Write After Approval): Remove myself.
1187
0c502898
CF
11882006-09-22 Chao-ying Fu <fu@mips.com>
1189
1190 * MAINTAINERS (Write After Approval): Add myself.
1191
a7819e42
JM
11922006-09-10 Joseph S. Myers <joseph@codesourcery.com>
1193
1194 * MAINTAINERS: Add self as soft-fp maintainer.
1195
11962006-09-09 Anatoly Sokolov <aesok@post.ru>
1197
1198 * MAINTAINERS: Add myself as avr maintainer.
1199 Remove Marek Michalkiewicz as avr maintainer.
827d0991 1200
e8288489
RC
12012006-09-07 Roberto Costa <roberto.costa@st.com>
1202
1203 * MAINTAINERS (Write After Approval): Add myself.
1204
b91f0a41
CV
12052006-08-30 Corinna Vinschen <corinna@vinschen.de>
1206
1207 * configure.in: Never build newlib for a Mingw host.
1208 Never build newlib as Mingw target library.
1209 Test the existence of winsup/cygwin for building a Cygwin newlib,
1210 rather than just winsup.
1211 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
1212 building a Mingw target.
1213 * configure: Regenerate.
1214
094c07a0
EB
12152006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
1216
1217 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
1218
8d1171cb
PB
12192006-07-25 Paolo Bonzini <bonzini@gnu.org>
1220
1221 * config.guess: Import from src (was more updated).
1222 * config.sub: Likewise.
1223
2e9e6f68
DJ
12242006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
1225
1226 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
1227 * configure: Regenerated.
1228
57255173
PB
12292006-07-18 Paolo Bonzini <bonzini@gnu.org>
1230
cc6010cd
AP
1231 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
1232 for stages after the first.
57255173 1233
9fbe6585
JJ
12342006-07-17 Jakub Jelinek <jakub@redhat.com>
1235
1236 * Makefile.def: Add dependencies for configure-opcodes
1237 on configure-intl and all-opcodes on all-intl.
1238 * Makefile.in: Regenerated.
1239
18c3f977
BE
12402006-07-13 Ben Elliston <bje@au.ibm.com>
1241
1242 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
1243
27b56ba6
PE
12442006-07-06 Paul Eggert <eggert@cs.ucla.edu>
1245
1246 Port to hosts whose 'sort' and 'tail' implementations
1247 treat operands with leading '+' as file names, as POSIX
1248 has required since 2001. However, make sure the code still
1249 works on pre-POSIX hosts.
1250 * ltmain.sh: Don't assume "sort +2" is equivalent to
1251 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
1252
ad6d4e43
UW
12532006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
1254
1255 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
1256
706601d9
PG
12572006-07-04 Peter O'Gorman <peter@pogma.com>
1258
1259 * ltconfig: chmod 644 before ranlib during install.
1260
0b50988a
EB
12612006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
1262
1263 PR bootstrap/18058
1264 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
1265 if the bootstrap compiler is a GCC version that supports it.
1266 * configure: Regenerate.
1267
b6348cb3
PB
12682006-07-03 Paolo Bonzini <bonzini@gnu.org>
1269
95695ad3 1270 * configure.in: Fix thinkos in previous check-in.
b6348cb3
PB
1271 * configure: Regenerate.
1272
1546bb64
PB
12732006-07-03 Paolo Bonzini <bonzini@gnu.org>
1274
1275 PR other/27063
1276 * configure.in: Test subdir_requires and give an appropriate
1277 error message.
1278 * configure: Regenerate.
1279
5cb6c629
AJH
12802006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
1281
1282 * MAINTAINERS (Write After Approval): Add myself.
1283
f4d8cdf8
JDA
12842006-06-22 John David Anglin <dave.anglin@nrc.ca>
1285
1286 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
1287
4fe5abb7
SE
12882006-06-22 Steve Ellcey <sje@cup.hp.com>
1289
1290 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
1291
2a79fd67
DA
12922006-06-20 David Ayers <d.ayers@inode.at>
1293
1294 PR bootstrap/28072
1295 * configure.in: Add target-boehm-gc to noconfigdirs depending on
1296 whether target-libjava is being configured instead of whether the
1297 java front end is enabled.
1298 * configure: Regenerate.
7e050830 1299
04879af3
RO
13002006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1301
1302 PR target/27540
1303 * configure.in: Only enable libgomp on IRIX 6.
1304 * configure: Regenerate.
1305
ec6c7392
PB
13062006-06-15 Paolo Bonzini <bonzini@gnu.org>
1307
1308 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
1309 too.
1310 * Makefile.in: Regenerate.
1311
12973d7a
DD
13122006-06-13 Jeff Johnston <jjohnstn@redhat.com>
1313
1314 * config-ml.in: Alter CCASFLAGS to include special
1315 multilib options the same as is done for CFLAGS.
1316
c67ed86a
JDA
13172006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1318
1319 * configure.in: Don't enable libgomp on hpux10.
1320 * configure: Rebuilt.
1321
cb253473
DA
13222006-06-12 David Ayers <d.ayers@inode.at>
1323
1324 PR bootstrap/27963
1325 PR target/19970
7e050830 1326 * configure.in: Remove target-boehm-gc from noconfigdirs where
cb253473
DA
1327 ${libgcj} is specified.
1328 * configure: Regenerate.
7e050830 1329
32845532
CD
13302006-06-06 Carlos O'Donell <carlos@codesourcery.com>
1331
1332 Sync from src:
7e050830
EC
1333
1334 * configure.in: Sync.
32845532 1335 * configure: Regenerated.
7e050830 1336
32845532
CD
1337 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
1338
1339 * Makefile.def: Added dependencies from sim and gdb on intl, and
1340 added configure dependencies to everything with an all dependency
1341 on intl.
1342 * Makefile.in: Regenerated.
1343
7cd0cf9c
DA
13442006-06-06 David Ayers <d.ayers@inode.at>
1345
1346 PR libobjc/13946
1347 * Makefile.def: Add dependencies for libobjc which boehm-gc.
1348 * Makefile.in: Regenerate.
1349 * configure.in: Add --enable-objc-gc at toplevel and have it
1350 enable boehm-gc for Objective-C.
1351 Remove target-boehm-gc from libgcj.
1352 Add target-boehm-gc to target_libraries.
1353 Add target-boehm-gc to noconfigdirs where ${libgcj}
1354 is specified.
1355 Assert that boehm-gc is supported when requested for Objective-C.
1356 Only build boehm-gc if needed either for Java or Objective-C.
1357 * configure: Regenerate.
7e050830 1358
3ff3adad
PB
13592006-06-05 Paolo Bonzini <bonzini@gnu.org>
1360
1361 PR 27674
1362 * Makefile.tpl (configure-[+prefix+][+module+],
1363 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
1364 Remove rule to unstage bootstrapped modules.
1365 (stage_current): New.
1366 * Makefile.in: Regenerate.
1367
898e551d
LB
13682006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1369
1370 * MAINTAINERS (Write After Approval): Update my e-mail address.
1371
ea60341e
MS
13722006-06-01 Mark Shinwell <shinwell@codesourcery.com>
1373
1374 * include/libiberty.h: Declare pex_run_in_environment.
1375
222ae291
AL
13762006-05-31 Asher Langton <langton2@llnl.gov>
1377
1378 * MAINTAINERS (Write After Approval): Add myself.
898e551d 1379
e9a54b07
PB
13802006-05-25 Paolo Bonzini <bonzini@gnu.org>
1381
1382 * Makefile.def (bfd, opcodes): Fix lib_path.
1383 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
1384 (restrap): Move under "@if gcc-bootstrap". Fix typo.
1385 * Makefile.in: Regenerate.
1386
03e67131
CD
13872006-05-24 Carlos O'Donell <carlos@codesourcery.com>
1388
1389 * Makefile.in: Regenerate.
1390
65d6e994
CD
13912006-05-24 Carlos O'Donell <carlos@codesourcery.com>
1392
1393 * Makefile.def: Add install-html target. Add datarootdir
1394 docdir and htmldir to flags_to_pass.
1395 * Makefile.tpl: Add install-html target.
1396 * Makefile.in: Regenerate.
1397 * configure.in: Add --with-datarootdir, --with-docdir, and
1398 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
1399 * configure: Regenerate.
1400
9e299237
MS
14012006-05-24 Mark Shinwell <shinwell@codesourcery.com>
1402
1403 * configure.in: Enable gprof for cross builds.
1404 * configure: Regenerate.
1405
c31202cd
RG
14062006-05-22 Richard Guenther <rguenther@suse.de>
1407
1408 Revert
1409 2006-01-31 Richard Guenther <rguenther@suse.de>
1410 Paolo Bonzini <bonzini@gnu.org>
1411
1412 * Makefile.def (target_modules): Add libgcc-math target module.
1413 * configure.in (target_libraries): Add libgcc-math target library.
1414 (--enable-libgcc-math): New configure switch.
1415 * Makefile.in: Re-generate.
1416 * configure: Re-generate.
1417 * libgcc-math: New toplevel directory.
1418
2a332582
JDA
14192006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1420 Andreas Tobler <a.tobler@schweiz.ch>
1421
1422 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
1423 * configure: Rebuilt.
1424
ccce6917 14252006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7e050830 1426
ccce6917
SL
1427 * MAINTAINERS (Write After Approval): Add myself.
1428
ed606bc0
DD
14292006-05-01 DJ Delorie <dj@redhat.com>
1430
3d8f47a0 1431 * configure.in: Restore CFLAGS if GMP isn't present.
ed606bc0
DD
1432 * configure: Regenerate.
1433
9386bd20
RG
14342006-05-01 Richard Guenther <rguenther@suse.de>
1435
1436 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
1437 maintainer.
1438
7b3bd503
KZ
14392006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
1440
1441 * MAINTAINERS (Write After Approval): Add myself.
1442
87ceee72
JB
14432006-04-28 Jan Beulich <jbeulich@novell.com>
1444
1445 * MAINTAINERS (Write After Approval): Add myself.
1446
e88a2c09
DD
14472006-04-18 DJ Delorie <dj@redhat.com>
1448
1449 * configure.in (m32c): Build libstdc++-v3. Pass flags to
1450 reference libgloss so that libssp can be built in a combined
1451 tree.
1452 * configure: Regenerate.
1453
675f0a8a
RM
14542006-04-08 Robert Millan <rmh@gcc.gnu.org>
1455
1456 * MAINTAINERS (Write After Approval): Add myself.
1457
27b6c940
BE
14582006-04-05 Ben Elliston <bje@au.ibm.com>
1459
1460 * configure.in: Require makeinfo 4.4 or higher.
1461 * configure: Regenerate.
1462
687b17d4
GP
14632006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
1464
1465 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
1466 Rearrange the entries of other libraries to have them in one place.
1467
906ac235
JB
14682006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
1469
7e050830 1470 * MAINTAINERS (Write After Approval): Remove myself.
906ac235
JB
1471 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
1472
fb0103e5
RG
14732006-03-14 Richard Guenther <rguenther@suse.de>
1474
1475 * configure: Regenerate with autoconf 2.13.
1476
17237f6b
JB
14772006-03-13 Jim Blandy <jimb@codesourcery.com>
1478
1479 * MAINTAINERS: Use my work address.
bed31434
JB
1480
1481 * MAINTAINERS: Update my E-mail address.
1482
27079765
AH
14832006-03-10 Aldy Hernandez <aldyh@redhat.com>
1484
1485 * configure.in: Handle --disable-<component> generically.
1486 * configure: Regenerate.
1487
54a17039
L
14882006-03-01 H.J. Lu <hongjiu.lu@intel.com>
1489
1490 PR libgcj/17311
1491 * ltmain.sh: Don't use "$finalize_rpath" for compile.
1492
b9bd11ca
EE
14932006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
1494
1495 * MAINTAINERS (Write After Approval): Remove myself.
1496 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
1497
e9a54b07
PB
14982006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
1499
072b06f2
RE
1500 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
1501 (TARGET_CONFIGDIRS): Remove.
1502 * configure.in: Remove AC_SUBST(target_configdirs).
1503 * Makefile.in, configure: Regenerated.
ee2312f3 1504
936e1a35
SK
15052006-02-20 Steven G. Kargl <kargls@comcast.net>
1506
1507 * MAINTAINERS (Write After Approval): Remove myself.
1508 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
1509
cc11cc9b
PB
15102006-02-20 Paolo Bonzini <bonzini@gnu.org>
1511
1512 PR bootstrap/25670
1513
1514 * Makefile.tpl ([+compare-target+]): Print explanation messages.
1515
1516 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
1517 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
1518 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
1519 BUILD_PREFIX, BUILD_PREFIX_1.
1520 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
1521
1522 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
1523 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
1524
1525 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
1526 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
1527 of `cat stage_current`. Always provide the `r' and `s' variables.
1528 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
1529 a single shell execution.
1530 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
1531 bootstrapped modules, make the stage1 module if the build was not
1532 started yet, else build the current stage.
1533 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
1534 (all-build, all-host, all-target, [+make_target+]-host,
1535 [+make_target+]-target): Do not use \-continued lines.
1536 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
1537 (current_stage, restrap, stage_last): New.
1538
1539 * Makefile.in: Regenerate.
1540 * configure: Regenerate.
1541
63a7c9ef
BD
15422006-02-19 Bud Davis <jmdavis@link.com>
1543
1544 * MAINTAINERS (Write After Approval): Remove myself.
1545 (Language Front End Maintainers): Add myself as fortran 95
1546 maintainer and update e-mail address.
1547
a3543e3a
FXC
15482006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1549
1550 * MAINTAINERS (Write After Approval): Remove myself.
1551 (Language Front End Maintainers): Add myself as fortran 95
1552 maintainer.
1553
ca5b1d2c
VK
15542006-02-16 Victor Kaplansky <victork@il.ibm.com>
1555
1556 * MAINTAINERS (Write After Approval): Add myself.
1557
0499513f
TK
15582006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
1559
1560 * MAINTAINERS (Write After Approval): Remove myself.
1561 (Language Front End Maintainers): Add myself as
1562 fortran 95 maintainer.
1563
d1f8db0c
PB
15642006-02-14 Paolo Bonzini <bonzini@gnu.org>
1565
1566 Sync from src:
1567
1568 2005-12-27 Leif Ekblad <leif@rdos.net>
1569
cc6010cd
AP
1570 * configure.in: Add support for RDOS target.
1571 * configure: Regenerate.
d1f8db0c
PB
1572
15732006-02-14 Paolo Bonzini <bonzini@gnu.org>
3de8da2a 1574 Andreas Schwab <schwab@suse.de>
d1f8db0c 1575
cc6010cd 1576 * configure: Regenerate.
d1f8db0c 1577
cac90078
DE
15782006-02-12 David Edelsohn <edelsohn@gnu.org>
1579
1580 * configure.in (enable_libgomp): Add AIX.
1581 * configure: Regenerate.
1582
bd37fbf5
MK
15832006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
1584
1585 * MAINTAINERS (Write After Approval): Add myself.
7e050830 1586
23027b7a
LM
15872006-02-03 Lee Millward <lee.millward@gmail.com>
1588
1589 * MAINTAINERS (Write After Approval): Add myself.
7e050830 1590
0058967b
RG
15912006-01-31 Richard Guenther <rguenther@suse.de>
1592 Paolo Bonzini <bonzini@gnu.org>
1593
1594 * Makefile.def (target_modules): Add libgcc-math target module.
1595 * configure.in (target_libraries): Add libgcc-math target library.
1596 (--enable-libgcc-math): New configure switch.
1597 * Makefile.in: Re-generate.
1598 * configure: Re-generate.
1599 * libgcc-math: New toplevel directory.
1600
e8b05380
PB
16012006-01-26 Paolo Bonzini <bonzini@gnu.org>
1602
1603 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
1604 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
1605 the assembler, linker and binutils.
1606 * configure: Regenerate.
1607
d54d5437
DM
16082006-01-22 Dirk Mueller <dmueller@suse.de>
1609
1610 * MAINTAINERS (Write After Approval): Add myself.
1611
670cbfcf
DN
16122006-01-20 Diego Novillo <dnovillo@redhat.com>
1613
1614 * configure: Regenerate.
1615
953ff289
DN
16162006-01-18 Richard Henderson <rth@redhat.com>
1617 Jakub Jelinek <jakub@redhat.com>
1618 Diego Novillo <dnovillo@redhat.com>
1619
1620 * libgomp: New directory.
1621 * Makefile.def: Add target_module libgomp.
1622 * Makefile.in: Regenerate.
1623 * configure.in (target_libraries): Add target-libgomp.
1624 * configure: Regenerate.
1625
32ce4048
AO
16262006-01-05 Alexandre Oliva <aoliva@redhat.com>
1627
1628 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
1629 @ from continuation.
1630 * Makefile.in: Rebuilt.
1631
0eaf8e17 16322006-01-04 Chris Lattner <sabre@gnu.org>
a9210574 1633
c76c0c83
CL
1634 * MAINTAINERS (Write After Approval): Add myself.
1635
2d309510
PB
16362006-01-04 Paolo Bonzini <bonzini@gnu.org>
1637
1638 PR bootstrap/24252
1639
1640 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
1641 * Makefile.tpl (OBJDUMP): New.
1642 (EXTRA_HOST_FLAGS): Add it.
1643 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
1644
953ff289
DN
1645 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
1646 to use symbolic links between directories. Avoid race conditions
1647 or make them harmless.
1648 * configure.in: Do not try to use symbolic links between directories.
2d309510
PB
1649
1650 * Makefile.def (LEAN): Pass.
1651 * Makefile.tpl (LEAN): Define.
1652 (stage[+id+]-start): Accept that the previous directory does not
1653 exist, if the bootstrap is lean.
1654 (stage[+id+]-bubble): Invoke lean bootstrap commands after
1655 stage[+id+]-start. Use a makefile variable and an `if' instead of a
1656 configure substitution.
1657 ([+compare-target+]): Likewise.
1658 ([+bootstrap-target+]-lean): New.
1659 * configure.in: Remove lean bootstrap support from here.
1660
953ff289
DN
1661 * Makefile.in: Regenerate.
1662 * configure: Regenerate.
2d309510 1663
368872c3
BE
16642006-01-04 Ben Elliston <bje@au.ibm.com>
1665
1666 * MAINTAINERS (libdecnumber): Add myself.
1667
d79e6356
MM
16682006-01-02 Mark Mitchell <mark@codesourcery.com>
1669
1670 * libtool-ldflags: New script.
1671
a6fbc1e2
AS
16722006-01-02 Andreas Schwab <schwab@suse.de>
1673
1674 * configure.in: When reconfiguring remove Makefile in
1675 all stage directories.
1676 * configure: Regenerate.
1677
103a4b39
SB
16782005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
1679
1680 * MAINTAINERS: Update my email address.
1681
212f829c
PB
16822005-12-20 Paolo Bonzini <bonzini@gnu.org>
1683
1684 Revert Ada-related part of the previous change.
1685
1686 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
1687 Do not pass.
1688 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
1689 * Makefile.in: Regenerate.
1690 * configure.in: Do not include mt-ppc-aix target fragment.
1691 * configure: Regenerate.
1692
8ef1f2df
PB
16932005-12-19 Paolo Bonzini <bonzini@gnu.org>
1694
1695 * configure.in: Select appropriate fragments for PowerPC/AIX.
1696 * configure: Regenerate.
1697
1698 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
1699 BOOT_CFLAGS, BOOT_LDFLAGS.
1700 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
1701 BOOT_CFLAGS, BOOT_LDFLAGS.
1702 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
1703 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
1704 (stage): Fail if we cannot complete the work.
1705 * Makefile.in: Regenerate.
1706
ab34901f
NS
17072005-12-16 Nathan Sidwell <nathan@codesourcery.com>
1708
1709 * configure.in: Replace ms1 with mt.
1710 * configure: Rebuilt.
1711
cbe82f21
BM
17122005-12-15 Bryce McKinlay <mckinlay@redhat.com>
1713
1714 * MAINTAINERS: Update my email address.
1715
19843472
PB
17162005-12-15 Paolo Bonzini <bonzini@gnu.org>
1717
1718 * Makefile.tpl (all, do-[+make_target+], do-check, install,
1719 install-host-nogcc): Don't invoke $(stage) at the end.
1720 * Makefile.in: Regenerate.
1721
1ca26cd2
PB
17222005-12-14 Paolo Bonzini <bonzini@gnu.org>
1723
1724 * configure.in: Flip the top-level bootstrap switch.
1725 * configure: Regenerate.
1726
f41d6665
DJ
17272005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
1728
1729 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
1730 $(stage) and $(unstage).
1731 (EXTRA_TARGET_FLAGS): Correct double-quoting.
1732 (all): Remove stray semicolon.
1733 (local-distclean): Don't handle multilib.tmp and multilib.out.
1734 (install.all): Set $s for consistency.
1735 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
1736 check_multilibs setting. Always make the install directory.
1737 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
1738 Correct @if/@endif.
1739 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
1740 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
1741 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
1742 (multilib.out): Remove.
1743 * Makefile.in: Regenerated.
1744
9174b3cf
CD
17452005-12-12 Carlos O'Donell <carlos@codesourcery.com>
1746
1747 * MAINTAINERS (Write After Approval): Add myself.
1748
64f182bd
NS
17492005-12-12 Nathan Sidwell <nathan@codesourcery.com>
1750
121b2cee
NS
1751 * MAINTAINERS: Add myself as mt maintainer.
1752
64f182bd
NS
1753 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
1754
a6d63770
AN
17552005-12-06 Adam Nemet <anemet@caviumnetworks.com>
1756
1757 * MAINTAINERS: Change email address.
1758
2abefe3d
PB
17592005-12-05 Paolo Bonzini <bonzini@gnu.org>
1760
1761 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
1762 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
1763 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
1764 Find in-tree tools if available.
1765 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
1766 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
1767 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
1768 (COMPILER_*_FOR_TARGET): New.
1769 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
1770 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
1771 (CONFIGURED_*, USUAL_*): Remove.
1772 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
1773 STRIP): Use autoconf substitutions.
1774 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
1775 COMPILER_NM_FOR_TARGET): New.
1776 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
1777
1778 (all): Make all-host and all-target in parallel.
1779 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
1780 that $$r and $$s are set before invoking a recursive make.
1781 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
1782 ([+bootstrap-target+]): Inline most of the `all' target.
1783
2f3bdde7
BE
17842005-11-29 Ben Elliston <bje@au.ibm.com>
1785
1786 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
1787 from the gcc build directory.
1788 * Makefile.in: Regenerate.
1789
a4b6c45a
BE
17902005-11-29 Ben Elliston <bje@au.ibm.com>
1791
1792 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
1793 depend on all-libdecnumber.
1794 * configure.in (host_libs): Include libdecnumber.
1795 * Makefile.in: Regenerate.
1796 * configure: Likewise.
1797
473a74b9
BE
17982005-11-29 Ben Elliston <bje@au.ibm.com>
1799
1800 * libdecnumber: Import decNumber sources from the dfp-branch.
1801
b4623110
KJ
18022005-11-21 Kean Johnston <jkj@sco.com>
1803
1804 * config.sub, config.guess: Sync from upstream sources.
1805
67dc1785
BE
18062005-11-21 Ben Elliston <bje@au.ibm.com>
1807
1808 Import from Autoconf sources:
1809
1810 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
1811 * config/move-if-change: Don't output "$2 is unchanged";
1812 suggested by Ben Elliston. Handle weird characters correctly.
1813
186abafe
AT
18142005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
1815
1816 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
1817 to match upstream libtool for darwin.
1818
ef9db8d5
DJ
18192005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
1820
1821 * Makefile.def: Remove gdb dependencies for gdbtk.
1822 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
1823 (configure-gdb, install-gdb): New rules.
1824 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
1825 * Makefile.in, configure: Regenerated.
1826
9c5141ab
JB
18272005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
1828
1829 * MAINTAINERS (Write After Approval): Add myself.
1830
4523d51b
EE
18312005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
1832
1833 * MAINTAINERS (Write After Approval): Add myself.
1834
086b011c
DN
18352005-10-24 Diego Novillo <dnovillo@redhat.com>
1836
1837 * MAINTAINERS (alias analysis): Add Daniel Berlin and
1838 Diego Novillo.
1839
e7c84bf8
PB
18402005-10-22 Paolo Bonzini <bonzini@gnu.org>
1841
1842 PR bootstrap/24297
1843 * Makefile.tpl (do-[+make-target+], do-check, install,
1844 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
1845 are set before recursing.
1846 * Makefile.in: Regenerate.
1847
b88a7564
EB
18482005-10-20 Eric Botcazou <ebotcazou@adacore.com>
1849
1850 PR bootstrap/18939
1851 * Makefile.def (gcc) <target>: Fix thinko.
1852 * Makefile.in: Regenerate.
1853
61efc800
BS
18542005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
1855
1856 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
1857 * configure: Regenerate.
1858
f53d2869
JZ
18592005-10-15 Jie Zhang <jie.zhang@analog.com>
1860
1861 * MAINTAINERS (Write After Approval): Add self.
1862
077fc835
KH
18632005-10-08 Kazu Hirata <kazu@codesourcery.com>
1864
1865 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
1866 target-libffi, target-qthreads, target-libjava, and
1867 targetlibobjc.
1868 * configure: Regenerate.
1869
d739199a
DJ
18702005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
1871
1872 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
1873 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
1874 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
1875 (USUAL_OBJDUMP_FOR_TARGET): New.
1876 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
1877 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 1878 * configure, Makefile.in: Regenerated.
d739199a 1879
db38c6bb
PB
18802005-10-05 Paolo Bonzini <bonzini@gnu.org>
1881
1882 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
1883 before other host packages.
1884
3015564c
KK
18852005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
1886
1887 * MAINTAINERS: Add self as sh libraries/configury maintainer.
1888
1061f99e
PB
18892005-10-05 Paolo Bonzini <bonzini@gnu.org>
1890
1891 PR bootstrap/22340
1892
1893 * configure.in (default_target): Remove.
1894 * Makefile.tpl (all): Do not use prerequisites as subroutines
1895 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
1896 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
1897 use prerequisites as subroutines.
1898 (check-host, check-target): New.
1899 (bootstrap configure & all targets): Do not use stage*-start
1900 if the directory layout is already ok.
1901 (non-bootstrap configure & all targets): Prepend a $(unstage).
1902 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
1903 (NOTPARALLEL): Remove.
1904 (unstage, stage variables): New variables.
1905 (unstage, stage targets): Simply expand to those variables.
1906
1907 * configure: Regenerate.
1908 * Makefile.in: Regenerate.
1909
4a9c436f
JW
19102005-10-04 James E Wilson <wilson@specifix.com>
1911
1912 * Makefile.def (lang_env_dependencies): Add libmudflap.
1913 * Makefile.in: Regenerate.
1914
37150080
AS
19152005-10-03 Andreas Schwab <schwab@suse.de>
1916
1917 Backport from libtool CVS:
1918 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
1919
1920 * ltmain.sh: add support for installing into temporary
1921 staging area (e.g. 'make install DESTDIR=...')
1922
39d16468
L
19232005-10-03 H.J. Lu <hongjiu.lu@intel.com>
1924
1925 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
1926 * configure: Regenerated.
1927
72a7ab82
AP
19282005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
1929
1930 * configure: Regenerate with the correct
1931 autoconf version.
1932
6b65a26d
CM
19332005-09-30 Catherine Moore <clm@cm00re.com>
1934
1935 * configure.in (bfin-*-*): New.
1936 * configure: Regenerated.
1937
040b1c5a
GK
19382005-09-28 Geoffrey Keating <geoffk@apple.com>
1939
1940 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
1941 (LIPO_FOR_TARGET): New.
1942 (CONFIGURED_LIPO_FOR_TARGET): New.
1943 (USUAL_LIPO_FOR_TARGET): New.
1944 (STRIP_FOR_TARGET): New.
1945 (CONFIGURED_STRIP_FOR_TARGET): New.
1946 (USUAL_STRIP_FOR_TARGET): New.
1947 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
1948 STRIP_FOR_TARGET.
1949 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
1950 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
1951 * Makefile.in: Regenerate.
1952 * configure: Regenerate.
7e050830 1953
3a3c28db
DE
19542005-09-19 David Edelsohn <edelsohn@gnu.org>
1955
1956 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
1957 (rs6000-*-aix*): Same.
1958 * configure: Regenerate.
1959
2749a921
TT
19602005-09-16 Tom Tromey <tromey@redhat.com>
1961
1962 * MAINTAINERS: Add self as java maintainer.
1963
7f26dfa3
FXC
19642005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1965
1966 * configure.in: Recognize f95 in the --enable-languages option,
1967 and substitute it for fortran, issuing a warning.
1968 * configure: Regenerate.
1969
d8852c4f
PE
19702005-08-30 Phil Edwards <phil@codesourcery.com>
1971
1972 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
1973 * configure: Regenerated.
1974
ad685e81
AH
19752005-08-22 Aldy Hernandez <aldyh@redhat.com>
1976
1977 * MAINTAINERS: Add self as ms1 maintainer.
1978
b00d752c
RE
19792005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
1980
1981 * Makefile.def (libssp): Add to lang_env_dependencies.
1982 * Makefile.in: Regenerate.
1983
9ed8fb9b
ILT
19842005-08-18 Ian Lance Taylor <ian@airs.com>
1985
1986 * MAINTAINERS: Add myself as middle-end maintainer.
1987
0f029d39
CG
19882005-08-17 Christian Groessler <chris@groessler.org>
1989
1990 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
1991 * Makefile.in: Regenerate.
1992
81087874
AK
19932005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
1994
1995 * MAINTAINERS (write after approval): Added myself.
1996
6a134f1c
MR
19972005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
1998
1999 * MAINTAINERS (Write After Approval): Add myself.
2000
2693c0b0
PB
20012005-08-12 Paolo Bonzini <bonzini@gnu.org>
2002
2003 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
2004 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
2005 Look for alternate names of the target cc and c++
2006 * configure: Regenerate.
2007
4de997d1
PB
20082005-08-08 Paolo Bonzini <bonzini@gnu.org>
2009
2010 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
2011 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
2012 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
2013 tools; remove code to manually set them.
2014 (Target tools): Look in the environment for them.
2015 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
2016 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
2017 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
2018 build directory.
2019 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
2020 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
2021 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
2022 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
2023 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
2024 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
2025 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
2026 * configure: Regenerate.
2027 * Makefile.in: Regenerate.
2028
b089e33a
BE
20292005-07-28 Ben Elliston <bje@au.ibm.com>
2030
2031 * MAINTAINERS: Update for removed CPU targets.
2032
e3791243
MM
20332005-07-27 Mark Mitchell <mark@codesourcery.com>
2034
2035 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7e050830 2036 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
e3791243
MM
2037 * Makefile.in: Regenerated.
2038
526635cb
MM
20392005-07-26 Mark Mitchell <mark@codesourcery.com>
2040
2041 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
2042 (CFLAGS_FOR_TARGET): Use it.
2043 (CXXFLAGS_FOR_TARGET): Likewise.
2044 * Makefile.in: Regenerated.
2045 * configure.in (--with-build-sysroot): New option.
2046 * configure: Regenerated.
2047
19791f70
PB
20482005-07-24 Paolo Bonzini <bonzini@gnu.org>
2049
2050 * Makefile.tpl: Wrap install between unstage and stage
2051 * Makefile.in: Regenerate.
2052
35f5a23f
EC
20532005-07-21 Eric Christopher <echristo@apple.com>
2054
2055 * MAINTAINERS: Update affiliation.
2056
ff3ddf15
PW
20572005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
2058
2059 * MAINTAINERS: Add self as crx port maintainer.
2060
3a664c1c
DD
20612005-07-20 DJ Delorie <dj@redhat.com>
2062
2063 * MAINTAINERS: Add self as m32c maintainer.
2064
539df155
KC
20652005-07-16 Kelley Cook <kcook@gcc.gnu.org>
2066
2067 * all files: Update FSF address.
2068
be9c593a
EC
20692005-07-15 Eric Christopher <echristo@redhat.com>
2070
2071 * MAINTAINERS: Change affiliation.
2072
fd7ea4ab
JB
20732005-07-14 Jim Blandy <jimb@redhat.com>
2074
2075 * configure.in: Add cases for Renesas m32c.
2076 * configure: Regenerated.
7e050830 2077
0063a823
KC
20782005-07-14 Kelley Cook <kcook@gcc.gnu.org>
2079
d0ca130a
KC
2080 * COPYING.LIB: Update from fsf.org.
2081
20822005-07-14 Kelley Cook <kcook@gcc.gnu.org>
2083
2084 * COPYING, compile, config.guess,
0063a823
KC
2085 config.sub, install-sh, missing, mkinstalldirs,
2086 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 2087 * config-ml.in: Update FSF address.
0063a823 2088
a8ba31f2
EC
20892005-07-13 Eric Christopher <echristo@redhat.com>
2090
2091 * configure.in: Add toplevel noconfigdir support for tpf.
2092 * configure: Regenerate.
2093
5bea4a03
PB
20942005-07-11 Paolo Bonzini <bonzini@gnu.org>
2095
2096 PR ada/22340
2097
2098 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
2099 * Makefile.in: Regenerate.
2100
284bdbbd
MM
21012005-07-07 Mark Mitchell <mark@codesourcery.com>
2102
2103 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7e050830 2104 Brolley to write-after-approval.
284bdbbd 2105
452190fb
AS
21062005-07-07 Andreas Schwab <schwab@suse.de>
2107
2108 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
2109 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
2110 * Makefile.in: Regenerated.
2111
9c8f9ec2
GK
21122005-07-06 Geoffrey Keating <geoffk@apple.com>
2113
2114 * configure.in: Don't build sim or rda when targetting darwin.
2115 * configure: Regenerate.
2116
ef0087a7
KH
21172005-07-06 Kazu Hirata <kazu@codesourcery.com>
2118
2119 * configure.in: Add --enable-libssp and --disable-libssp.
2120 * configure: Regenerate with autoconf-2.13.
2121
77008252
JJ
21222005-07-02 Jakub Jelinek <jakub@redhat.com>
2123
2124 * Makefile.def (target_modules): Add libssp.
2125 * configure.in (target_libraries): Add target-libssp.
2126 * configure: Rebuilt.
2127 * Makefile.in: Rebuilt.
2128
a04eae1b
ZW
21292005-07-01 Zack Weinberg <zackw@panix.com>
2130
2131 * MAINTAINERS: Change email address. Resign from maintainership.
2132
948884cd
RG
21332005-07-01 Richard Guenther <rguenther@suse.de>
2134
2135 * MAINTAINERS: Change my e-mail address and affiliation.
2136
c7870f5d
PB
21372005-06-22 Paolo Bonzini <bonzini@gnu.org>
2138
2139 * Makefile.def (stagefeedback): Come after profile.
2140 Define profiledbootstrap target.
2141 * Makefile.tpl (profiledbootstrap): Remove.
2142 (stageprofile-end): Zap stagefeedback.
2143 (stagefeedback-start): Copy all .gcda files, not only GCC's.
2144 * Makefile.in: Regenerate.
2145
ab99519a
RS
21462005-06-13 Richard Sandiford <richard@codesourcery.com>
2147
2148 * MAINTAINERS: Update my email address.
2149
f610dd5f
ZW
21502005-06-13 Zack Weinberg <zack@codesourcery.com>
2151
2152 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
2153 In 'cpp' stanza, support '#line' as well as '# '.
2154
71bc2a83
AS
21552005-06-08 Andreas Schwab <schwab@suse.de>
2156
2157 * MAINTAINERS: Move myself from 'Write After Approval' to
2158 'CPU Port Maintainers' section as m68k maintainer.
2159
4fab7234
HPN
21602005-06-07 Hans-Peter Nilsson <hp@axis.com>
2161
2162 * configure.in (unsupported_languages): New macro.
2163 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
2164 non-ported target libraries in noconfigdirs.
2165 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
2166 non-linux-gnu. Remove libgcj_ex_libffi.
cc6010cd 2167 <lang_frag loop>: Set add_this_lang=no if the language is in
4fab7234
HPN
2168 unsupported_languages.
2169 * configure: Regenerate.
2170
68193f9b
TS
21712005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
2172
2173 * configure.in: Fix typo in handling of --with-mpfr-dir.
2174 * configure: Regenerate.
2175
f26f6b8d
RS
21762005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
2177
2178 * MAINTAINERS: Update my email address.
2179
ba4853f8
JB
21802005-06-02 Jim Blandy <jimb@redhat.com>
2181
2182 * config.sub: Add cases for the Renesas m32c. (This patch has been
2183 accepted into the master sources.)
2184
79dd769c 21852005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
2186 Michael Snyder <msnyder@redhat.com>
2187 Stan Cox <scox@redhat.com>
79dd769c 2188
f610dd5f 2189 * configure.in: Set noconfigdirs for ms1.
79dd769c 2190
f610dd5f 2191 * configure: Regenerate.
79dd769c 2192
d29e107f
JD
21932005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
2194
2195 * MAINTAINERS (Write After Approval): Add self.
2196
e93196c3
JC
21972005-06-01 Josh Conner <jconner@apple.com>
2198
2199 * MAINTAINERS (Write After Approval): Add self.
2200
ae263c7a
KH
22012005-06-01 Kazu Hirata <kazu@codesourcery.com>
2202
2203 * MAINTAINERS: Update my email address.
2204
585b3aa3
ZM
22052005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
2206
2207 * MAINTAINERS (Write After Approval): Add self.
2208
4930c50b
CD
22092005-05-26 Chris Demetriou <cgd@broadcom.com>
2210
2211 * MAINTAINERS (Write After Approval): Remove self.
2212
2dfbef6d
PB
22132005-05-25 Paolo Bonzini <bonzini@gnu.org>
2214
2215 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
2216 (Dependencies): Consider target modules for bootstrap dependencies.
2217 Make target bootstrap modules depend on each stage's gcc.
2218 * Makefile.in: Regenerate.
2219
bcb28cf5
PB
22202005-05-20 Paolo Bonzini <bonzini@gnu.org>
2221
2222 * Makefile.def (configure-gcc): Depend on binutils having been built.
2223 (all-gcc): No need to do it here.
2224 * Makefile.in: Regenerate.
2225
0cf085e4
PB
22262005-05-19 Paul Brook <paul@codesourcery.com>
2227
f610dd5f 2228 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
2229 language cannot be built.
2230 * configure: Regenerate.
2231
dfb2c39a
DJ
22322005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
2233
2234 * ylwrap: Import from Automake 1.9.5.
2235
771aaa92
DU
22362005-05-13 David Ung <davidu@mips.com>
2237
2238 * MAINTAINERS (Write After Approval): Add self.
2239
3ac9bd58
MS
22402005-05-09 Mike Stump <mrs@apple.com>
2241
2242 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
2243 lt_cv_sys_max_cmd_len for now.
f610dd5f 2244
f77a5578
SC
22452005-05-09 Stan Cox <scox@redhat.com>
2246
2247 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
2248
795e36e5
MK
22492005-05-08 Matt Kraai <kraai@ftbfs.org>
2250
2251 * README.SCO: Update the URL.
2252
c9392a2b
DE
22532005-05-05 David Edelsohn <edelsohn@gnu.org>
2254
2255 * ltconfig: Define file_list_spec. Pass file_list_spec and
2256 with_gnu_ld to libtool.
2257 * ltcf-c.sh (aix[45]): Define file_list_spec.
2258 * ltcf-cxx.sh (aix[45]): Same.
2259 * ltcf-gcj.sh (aix[45]): Same.
2260 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
2261 exists, write list of input files to temporary file.
2262
bebcd931
MS
22632005-05-04 Mike Stump <mrs@apple.com>
2264
2265 * configure.in: Always pass --target to target configures as
2266 otherwise rebuilds that do --recheck will fail.
2267 * confiugure: Rebuilt.
2268
ce406537
PB
22692005-05-04 Paolo Bonzini <bonzini@gnu.org>
2270
2271 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
2272 STAGE_HOST_EXPORTS.
2273 (configure, all): Add bootstrap support.
2274 (Host modules, target modules): Pass post-stage1 flags and exports.
2275 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
2276 * Makefile.in: Regenerate.
2277
aa9dcfc4
PB
22782005-04-29 Paolo Bonzini <bonzini@gnu.org>
2279
2280 * configure: Regenerate.
2281
b6f9abcf
MS
22822005-04-27 Mike Stump <mrs@apple.com>
2283
2284 * MAINTAINERS: Add self as darwin maintainer.
2285
acb217cb
BS
22862005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
2287
2288 * config.sub: Update from master copy.
2289
b6dae270
MS
22902005-04-21 Mike Stump <mrs@apple.com>
2291
2292 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
2293 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
2294
c2e0d3a9
HPN
22952005-04-19 Hans-Peter Nilsson <hp@axis.com>
2296
2297 * configure.in <crisv32-*-*, cris-*-*>: New local variable
2298 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
2299 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
2300 "*-*-elf" and "*-*-linux*".
2301 * configure: Regenerate.
2302
871ae772
JM
23032005-04-14 Joseph S. Myers <joseph@codesourcery.com>
2304
2305 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
2306
bf070c29
MS
23072005-04-12 Mike Stump <mrs@apple.com>
2308
2309 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
2310
e865b6f7
TK
23112005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
2312
2313 * MAINTAINERS (Write After Approval): Add myself.
2314
7b71ad7f
BS
23152005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
2316
2317 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
2318
25b42232
PB
23192005-04-06 Paolo Bonzini <bonzini@gnu.org>
2320
f610dd5f 2321 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
2322 (TARGET_CONFIGARGS): Include --with-target-subdir.
2323 (configure, all): New macros. Use them throughout.
2324 * Makefile.in: Regenerate.
2325
d727c624
JG
23262005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
2327
2328 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 2329
fff72cc4
ZD
23302005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2331
2332 * MAINTAINERS: Remove 'loop unrolling' maintainer.
2333
86472dc3
GP
23342005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
2335
2336 * MAINTAINERS: Move John Carr to Write After Approval.
2337
5d0f90e5
R
23382005-03-30 J"orn Rennecke <joern.rennecke@st.com>
2339
2340 * config/mh-mingw32: Delete.
2341 * configure.in: Don't use it.
2342 * configure: Regenerate.
2343
33da42bc
PB
23442005-03-31 Paolo Bonzini <bonzini@gnu.org>
2345
2346 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
2347 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
2348 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
2349 (HOST_LIB_PATH): Generate from Makefile.def.
2350 (TARGET_LIB_PATH): Likewise.
2351 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
2352 * Makefile.in: Regenerate.
2353 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
2354 (RPATH_ENVVAR): Include Darwin case.
2355 * configure: Regenerate.
2356
15cc1841
TF
23572005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
2358
2359 * MAINTAINERS (Various Maintainers): Remove self.
2360 (Write After Approval): Add self.
2361
6a8c79d5
TF
23622005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
2363
2364 * MAINTAINERS (Various Maintainers): Add self.
2365
256f7136
PB
23662005-03-25 Paolo Bonzini <bonzini@gnu.org>
2367
2368 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
2369 * configure: Regenerate.
2370
191dd2c9
ZW
23712005-03-21 Zack Weinberg <zack@codesourcery.com>
2372
2373 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
2374 gcc_version, and gcc_version_trigger from set of flags to pass.
2375 * Makefile.tpl: Remove definitions of above variables.
2376 (config.status): Remove dependency on $(gcc_version_trigger).
2377 * Makefile.in: Regenerate.
2378 * configure.in: Do not reference config/gcc-version.m4 nor
2379 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
2380 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
2381 * configure: Regenerate.
2382
ef6e9bc0
MH
23832005-03-16 Manfred Hollstein <manfred.h@gmx.net>
2384 Andrew Pinski <pinskia@physics.uc.edu>
2385
2386 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
2387 * Makefile.in: Regenerate.
2388
009bbd5a
FW
23892005-03-13 Feng Wang <fengwang@nudt.edu.cn>
2390
2391 * MAINTAINERS (Write After Approval): Add myself.
2392
09f8755b
DA
23932005-03-03 David Ayers <d.ayers@inode.at>
2394
2395 * MAINTAINERS (Write After Approval): Add myself.
2396
e73ed25c
AO
23972005-03-01 Alexandre Oliva <aoliva@redhat.com>
2398
2399 PR libgcj/20160
2400 * ltmain.sh: Avoid creating archives with components that have
2401 duplicate basenames.
2402
ace9ac7b
AP
24032005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
2404
2405 PR bootstrap/20250
2406 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
2407 instead of check.
2408 * Makefile.in: Regenerate.
2409
c9db9354
PB
24102005-02-28 Paolo Bonzini <bonzini@gnu.org>
2411
2412 * Makefile.in: Regenerate to fix conflict between the previous two
2413 patches.
2414
215c351a
PB
24152005-02-28 Paolo Bonzini <bonzini@gnu.org>
2416
2417 PR bootstrap/17383
2418 * Makefile.def (target_modules): Remove "stage", now unnecessary.
2419 * Makefile.tpl (HOST_SUBDIR): New substitution.
2420 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
2421 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
2422 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
2423 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
2424 (Host modules, Bootstrapped modules): Use it.
2425 (Build modules, Target modules): Do not create symlink trees,
2426 always configure out-of-srcdir.
2427 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
2428 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
2429 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
2430 $(HOST_SUBDIR). Create a symlink for host_subdir.
2431
2432 * Makefile.in: Regenerate.
2433 * configure: Regenerate.
2434
5395b47b
NN
24352005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
2436
2437 Merged from libada-gnattools-branch:
2438 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
2439
2440 * gnattools: New directory.
2441 * Makefile.def: Add gnattools as a module, depending on target-libada.
2442 * Makefile.in: Regenerate.
2443 * configure.in: Include gnattools in host_tools; disable it if ada
2444 is disabled.
2445 * configure: Regenerate.
2446
ca2cc05c
JM
24472005-02-24 James A. Morrison <phython@gcc.gnu.org>
2448
2449 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
2450 treelang maintainer.
2451 (Write After Approval): Remove myself.
2452
d2f3024f
PS
24532005-02-23 Paul Schlie <schlie@comcast.net>
2454
2455 * configure.in: Allow darwin targeted ports to build tk, itcl and
2456 libgui.
2457 * configure: Regenerate.
2458
bba5e0ca
EB
24592005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
2460
2461 PR libgcj/10353
2462 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
2463 * configure: Regenerate.
2464
70132ce7
SK
24652005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
2466
2467 * MAINTAINERS (Write After Approval): Add myself.
2468
20f0edca
ILT
24692005-02-10 Ian Lance Taylor <ian@airs.com>
2470
2471 * MAINTAINERS: Update my e-mail address.
2472
e64e5109
RG
24732005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
2474
2475 * MAINTAINERS (Write After Approval): Add myself.
2476
40d64b5a
HPN
24772005-01-29 Hans-Peter Nilsson <hp@axis.com>
2478
2479 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
2480 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
2481 target-libgloss when not *-*-elf and *-*-aout.
2482 * configure: Regenerate.
2483
54a12711
KH
24842005-01-23 Kazu Hirata <kazu@cs.umass.edu>
2485
2486 * MAINTAINERS: Remove obsolete entries.
2487
0aa99dbb
KH
2488 * MAINTAINERS (Write After Approval): Add Michael Matz.
2489
2b009f5f
NB
24902005-01-19 Neil Booth <neil@daikokuya.co.uk>
2491
2492 * MAINTAINERS: Remove self as cpplib maintainer.
2493
385870f5
KC
24942005-01-17 Kelley Cook <kcook@gcc.gnu.org>
2495
2496 * install-sh, config.sub: Import from upstream.
2497
e7daab31
KC
24982005-01-17 Kelley Cook <kcook@gcc.gnu.org>
2499
2500 PR bootstrap/18222
2501 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
2502 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
2503 * Makefile.in: Regenerate.
2504
e6003f4d
JT
25052005-01-16 Jason Thorpe <thorpej@netbsd.org>
2506
2507 * MAINTAINERS: Update my email address.
2508
145e2972 25092005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 2510 Andreas Schwab <schwab@suse.de>
145e2972
DE
2511
2512 PR bootstrap/18033
2513 * config-ml.in: Eval option if surrounded by single quotes.
2514
86c7e0da
PB
25152005-01-03 Paolo Bonzini <bonzini@gnu.org>
2516
2517 Revert 2004-12-28 Makefile changes, a better fix will be
2518 applied to mainline and src after GCC 4.0 branches.
2519
3224a22f
PB
25202004-12-28 Paolo Bonzini <bonzini@gnu.org>
2521
2522 PR bootstrap/17383
2523
2524 * Makefile.def (target_modules): Remove stage parameter,
2525 it is always true now.
2526 * Makefile.tpl (configure-build-[+module+],
2527 configure-target-[+module+]): Always build symlink tree
2528 for the directory and for include. BUILD_SUBDIR and
2529 TARGET_SUBDIR cannot be . anymore.
2530 * Makefile.in: Regenerate.
2531
aaf51ca2
DE
25322004-12-25 David Edelsohn <edelsohn@gnu.org>
2533
2534 Revert 2004-12-08 Makefile changes.
2535
4e32e454
DS
25362004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
2537
2538 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
2539 cygwin, mingw.
2540
669f01d8
AS
25412004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
2542
2543 * configure.in (sh64-*-*): Reenable gprof.
2544 * configure: Regenerate.
2545
1b227ee0
DE
25462004-12-08 David Edelsohn <edelsohn@gnu.org>
2547
2548 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
2549 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
2550 (EXTRA_TARGET_FLAGS): Add PICFLAG.
2551 * Makefile.in: Regenerate.
2552
ce5e944c
CF
25532004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
2554
2555 * MAINTAINERS: Update my email address.
2556
893f1e87
MK
25572004-12-07 Matt Kraai <kraai@ftbfs.org>
2558
2559 * Makefile.tpl: Generate normal dependencies if the LHS module is
2560 not bootstrapped.
2561 * Makefile.in: Regenerate.
2562
bb59c339
RS
25632004-12-03 Richard Sandiford <rsandifo@redhat.com>
2564
2565 * configure.in: Include config/gxx-include-dir.m4. Use
2566 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
2567 * configure: Regenerate.
2568
4982adbe
RS
25692004-12-03 Richard Sandiford <rsandifo@redhat.com>
2570
2571 * config.if: Delete.
2572 * configure.in: Set libstdcxx_incdir directly.
2573 * configure: Regenerate.
2574
05750653
EC
25752004-12-02 Eric Christopher <echristo@redhat.com>
2576
2577 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
2578 * Makefile.in: Regenerate.
2579
5fef1dbd
RS
25802004-12-02 Richard Sandiford <rsandifo@redhat.com>
2581
2582 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
2583 * configure: Regenerate.
2584
afabd8e6
RS
25852004-12-02 Richard Sandiford <rsandifo@redhat.com>
2586
2587 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
2588 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
2589 * configure: Regenerate.
2590
78716e86
EC
25912004-12-01 Eric Christopher <echristo@redhat.com>
2592
2593 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
2594 of things to remove.
2595
57ab8ba9
MK
25962004-11-29 Matt Kraai <kraai@ftbfs.org>
2597
2598 * MAINTAINERS (Write After Approval): Update my e-mail address.
2599
2539bffe
KC
26002004-11-29 Kelley Cook <kcook@gcc.gnu.org>
2601
2602 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
2603 from CVS libtool to always pass_all.
2604
3e732ba0
JDA
26052004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2606
2607 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
2608 (hppa*64*-*-*): Delete incorrect comment.
2609 * configure: Rebuilt.
2610
767f726e
KC
26112004-11-24 Kelley Cook <kcook@gcc.gnu.org>
2612
2613 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
2614
2c92e90f
KC
26152004-11-24 Kelley Cook <kcook@gcc.gnu.org>
2616
2617 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
2618 from CVS libtool to always pass_all.
2619
32f84e48
KC
26202004-11-15 Kelley Cook <kcook@gcc.gnu.org>
2621
2622 * install-sh, compile: Import from automake.
2623
9587be8a
KC
26242004-11-15 Kelley Cook <kcook@gcc.gnu.org>
2625
2626 * config.guess, config.sub: Import from savannnah.
2627
04e81808 26282004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
2629
2630 * MAINTAINERS (Write After Approval): Add myself
2631
f87a2b2e
MS
26322004-11-12 Mike Stump <mrs@apple.com>
2633
2634 * Makefile.def: Add html support.
2635 * Makefile.tpl: Likewise.
2636 * Makefile.in: Regenerate.
2637
848556c2
GK
26382004-11-11 Geoffrey Keating <geoffk@apple.com>
2639
556f03c4
GK
2640 PR 18423
2641 * configure.in: Remove all instances of build-fixincludes from
2642 noconfigdirs.
2643 (build_configargs): Supply --target to subdirectories.
2644 * configure: Regenerate.
2645
848556c2
GK
2646 * Makefile.def: Make gcc install depend on fixincludes install.
2647 * Makefile.in: Regenerate.
2648
9e5712a5
JJ
26492004-11-10 Janis Johnson <janis187@us.ibm.com>
2650
2651 * MAINTAINERS: Add myself as gcc testsuite maintainer.
2652
4ef509c0
PB
26532004-11-11 Paul Brook <paul@codesourcery.com>
2654
2655 * MAINTAINERS: Add self as arm maintainer. Update email address.
2656
20d11df6
HPN
26572004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
2658
2659 * configure.in (noconfigdirs) [mmix-*-*]: Disable
2660 target-libgfortran.
79fd8592 2661 * configure: Regenerate.
20d11df6 2662
68c70f15
DE
26632004-11-07 David Edelsohn <edelsohn@gnu.org>
2664
2665 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
2666 like CC.
2667
54f88091
PB
26682004-11-05 Paolo Bonzini <bonzini@gnu.org>
2669
2670 * Makefile.def (host fixincludes): Specify missing targets.
2671 * Makefile.in: Regenerate.
2672
6866abb8
RC
26732004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
2674
2675 * MAINTAINERS: Add myself
2676
83f62578
GL
26772004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
2678
2679 * MAINTAINERS (Write After Approval): Add myself.
2680
53c7ffe7
GK
26812004-11-04 Geoffrey Keating <geoffk@apple.com>
2682
2683 * Makefile.def: Build fixincludes for the host, too.
2684 * Makefile.in: Regenerate.
2685 * configure.in (host_tools): Add fixincludes.
2686 * configure: Regenerate.
2687
ac8b3d9d
DJ
26882004-11-04 Daniel Jacobowitz <dan@debian.org>
2689
2690 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
2691 * configure: Regenerated.
2692
bab37580
L
26932004-11-04 H.J. Lu <hongjiu.lu@intel.com>
2694
2695 PR other/17783
2696 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
2697 * configure: Regenerated.
2698
db1de713
MM
26992004-10-31 Mark Mitchell <mark@codesourcery.com>
2700
2701 * README.SCO: Update per FSF instructions.
2702
a827e21a
EW
27032004-10-28 Eric B. Weddington <ericw@evcohs.com>
2704
2705 PR target/18151
2706 * configure.in (case ${target}): Do not build fixincludes for avr.
2707 * configure: Regenerated.
2708
9d069a4f
PB
27092004-10-26 Paolo Bonzini <bonzini@gnu.org>
2710
2711 * configure.in (case ${target}): Do not build fixincludes
2712 on platforms where it is not used.
2713 * configure: Regenerated.
2714
fc45f3fe
DJ
27152004-10-23 Daniel Jacobowitz <dan@debian.org>
2716
2717 * configure.in: Use an absolute path to install-sh.
2718 * configure: Regenerated.
2719
36554b92
AL
27202004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2721
2722 * MAINTAINERS (Write After Approval): Add myself.
2723
88e9994a
KH
27242004-10-19 Kazu Hirata <kazu@cs.umass.edu>
2725
2726 * MAINTAINERS: Remove from Write After Approval those that are
2727 already maintainers.
2728
ad02a944
SP
27292004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
2730
2731 * MAINTAINERS: Update my email address.
2732
c8e6cd41
KC
27332004-10-12 Kelley Cook <kcook@gcc.gnu.org>
2734
2735 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
2736 * configure: Regenerate.
2737
ebe55024
R
27382004-10-07 J"orn Rennecke <joern.rennecke@st.com>
2739
2740 * MAINTAINERS: Update my email address.
2741
a8b0957e
KH
27422004-10-07 Kazu Hirata <kazu@cs.umass.edu>
2743
2744 * MAINTAINERS (Language Front Ends Maintainers): New. Move
2745 entries belonging to this category.
2746
96836f61
JZ
27472004-10-06 Josef Zlomek <josef.zlomek@email.cz>
2748
2749 * MAINTAINERS: Update my e-mail address.
2750
7e0b5752
PB
27512004-10-06 Paolo Bonzini <bonzini@gnu.org>
2752
2753 Fix wrong conflict resolution in:
2754
2755 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
2756
2757 * Makefile.in: Regenerate.
2758 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
2759 in the recursive `make', instead of hardwiring `all'.
2760 (Autogenerated TARGET-* variables): New.
2761
370f7a47
TL
27622004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
2763
2764 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 2765 * configure: Regenerate.
370f7a47 2766
13e5d623
KH
27672004-10-04 Kazu Hirata <kazu@cs.umass.edu>
2768
2769 * MAINTAINERS (Various Maintainers): Move the "windows,
2770 cygwin, mingw" maintainer to ...
2771 (OS Port Maintainers): ... here.
2772
a6497c1b
KH
27732004-10-04 Kazu Hirata <kazu@cs.umass.edu>
2774
2775 * MAINTAINERS (Write After Approval): Remove those that are
2776 maintainers of some subsystem.
2777
1abb828a
D
27782004-10-02 P.J. Darcy <darcypj@us.ibm.com>
2779
2780 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
2781 * ltcf-cxx.sh (tpf*): Likewise.
2782 * ltconfig (tpf*): Add TPF OS configuration support.
2783
16d1338d
BS
27842004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
2785
2786 * MAINTAINERS: Change my email address to my new work account.
2787
9082a750
MR
27882004-09-24 Michael Roth <mroth@nessie.de>
2789
2790 * configure.in (--without-headers): Add missing double quotes.
2791 * configure: Regenerate.
2792
07a8bdf8
KC
27932004-09-24 Kelley Cook <kcook@gcc.gnu.org>
2794
2795 * ylwrap: Revert to previous version.
2796
4c4a5bbc
L
27972004-09-23 H.J. Lu <hongjiu.lu@intel.com>
2798
2799 PR bootstrap/17369
2800 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
2801 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
2802 SET_GCC_LIB_PATH_CMD.
2803 (BASE_TARGET_EXPORTS): Likewise.
2804 * Makefile.in: Regenerated.
2805
2806 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
2807 * configure: Regenerated.
2808
85f59630
KC
28092004-09-23 Kelley Cook <kcook@gcc.gnu.org>
2810
2811 * config.guess: New upstream version
2812 * compile, depcomp, install-sh, ylwrap: Likewise.
2813
95c53c62
RS
28142004-09-19 Roger Sayle <roger@eyesopen.com>
2815
2816 * config/mh-x86omitfp: New host makefile fragment. Add
2817 -fomit-frame-pointer to the default BOOT_CFLAGS.
2818 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
2819 * configure: Regenerate.
2820
0a1c093b
AP
28212004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
2822
2823 PR target/11572
2824 * configure.in (*-*-darwin*): Renable libobjc.
2825 * configure: Regenerate.
2826
315fcf97
NS
28272004-09-10 Nathan Sidwell <nathan@codesourcery.com>
2828
2829 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
2830
0a050485 28312004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 2832
0a050485
DB
2833 * Makefile.def: Remove libbanshee.
2834 * Makefile.tpl: Ditto.
2835 * configure.in: Ditto.
2836 * Makefile.in: Regen.
2837 * configure: Ditto.
2838
5f4a098e
DE
28392004-09-08 David Edelsohn <edelsohn@gnu.org>
2840
2841 * ltmain.sh: Use $pic_object as $non_pic_object if
2842 $non_pic_object=none.
2843
32b2511f
PB
28442004-09-07 Paolo Bonzini <bonzini@gnu.org>
2845
2846 * missing: Import latest version from master repository.
2847
fc4d0e82
NC
28482004-09-06 Nick Clifton <nickc@redhat.com>
2849
2850 * config.sub: Import latest version from master repository.
2851 * config.guess: Likewise.
2852 This includes these changes:
78716e86 2853
fc4d0e82
NC
2854 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
2855
2856 * config.sub: Handle crisv32, alias etraxfs.
2857 * config.guess (crisv32:Linux:*:*): Handle.
2858
2859 2004-08-13 Brad Smith <brad@comstyle.com>
2860
2861 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
2862 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
2863
2864 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
2865
2866 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
2867 assume the processor is a powerpc. This is because coreutils
2868 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
2869 in this case, due to a MacOS X bug that causes
2870 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
2871 to return a negative number.
2872 Problem reported by Petter Reinholdtsen in:
2873 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
2874
2875 2004-07-19 Ben Elliston <bje@gnu.org>
2876
2877 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
2878
2879 2004-06-24 Ben Elliston <bje@gnu.org>
2880
2881 * config.guess: Update copyright years.
2882 * config.sub: Likewise.
2883
2884 2004-06-22 Robert Millan <robertmh@gnu.org>
2885
2886 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
2887 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
2888
2889 2004-06-22 Stanley F. Quayle <stan@stanq.com>
2890
2891 * config.guess (*:*VMS:*:*): New entry. Replaces
2892 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
2893 manufacturer.
2894
2895 2004-06-22 Ben Elliston <bje@gnu.org>
2896
2897 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
2898 * config.sub: Likewise.
2899
2900 2004-06-22 Ben Elliston <bje@gnu.org>
2901
2902 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
2903 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
2904
2905 2004-06-11 Ben Elliston <bje@gnu.org>
2906
2907 * config.guess (pegasos:OpenBSD:*:*): Remove.
2908
2909 2004-06-11 Ben Elliston <bje@gnu.org>
2910
2911 From Wouter Verhelst <wouter@grep.be>:
2912 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
2913
2914 2004-06-11 Ben Elliston <bje@gnu.org>
2915
2916 * config.guess (luna88k:OpenBSD:*:*): New.
2917
2918 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2919
2920 * config.guess (m32r*:Linux:*:*): New case.
2921 * config.sub: Handle m32rle.
2922
2923 2004-03-12 Ben Elliston <bje@wasabisystems.com>
2924
2925 From Jens Petersen <petersen@redhat.com>:
2926 * config.sub: Handle sparcv8.
2927
2928 2004-03-03 Ben Elliston <bje@wasabisystems.com>
2929
2930 From Tom Smith <smith@cag.lkg.hp.com>:
2931 * config.guess: Version suffixes are equally significant on Tru64
2932 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
2933 prefix of "P" (patched kernel).
2934
2935 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
2936
2937 * config.sub: Add support for National Semiconductor CRX target.
2938
2f4cc6bf
JJ
29392004-09-03 Janis Johnson <janis187@us.ibm.com>
2940
2941 * MAINTAINERS (Various Maintainers): Remove myself as web page
2942 maintainer, add myself as maintainer of build status lists.
2943
61fec9ff
JB
29442004-09-03 Jan Beulich <jbeulich@novell.com>
2945
2946 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
2947 *-*-netware, but add target-libmudflap.
2948 Consolidate *-*-netware targets (of which really only i?86 exists)
2949 into a single entry.
2950 * configure: Likewise.
2951
45f366ab
PB
29522004-09-01 Paolo Bonzini <bonzini@gnu.org>
2953
2954 * Makefile.tpl (sorry): Remove.
2955 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
2956 (cleanstrap targets): Depend on distclean, not distclean-stage1.
2957 (do-clean): Clean per-stage directories too.
2958 (do-distclean): Run distclean-stage1 too.
2959 (.NOTPARALLEL): Enable during toplevel bootstrap.
2960 (stage[+id+]-bubble): Enable parallel execution during
2961 the recursive invocation.
2962 * Makefile.in: Regenerate.
2963
2964 Fix previous checkin:
2965
2966 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
2967 include.
2968 * configure.in: Fix indentation.
2969 * configure: Regenerate.
2970
be8fff81
RB
29712004-08-31 Robert Bowdidge <bowdidge@apple.com>
2972
45f366ab
PB
2973 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
2974 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
2975 * configure: regenerate
78716e86 2976 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 2977 -mdynamic-no-pic
be8fff81
RB
2978
2979
71b5d516
PB
29802004-08-31 Paolo Bonzini <bonzini@gnu.org>
2981
2982 * Makefile.def (build_modules): Add fixincludes.
2983 (dependencies): Make gcc depend on fixincludes.
2984 * configure.in (build_tools): Add fixincludes.
2985 (build_configdirs): Always include build_libs.
2986 * Makefile.in: Regenerate.
2987 * configure: Regenerate.
2988
29892004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
2990
2991 * Makefile.def (bootstrap stages): Add 'lean' parameter.
2992 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
2993 phony targets; do not generate timestamp files.
2994 (distclean-stageN): Remove references to their timestamp files.
2995 (restageN, touch-stageN): Remove.
2996 (stageN-bubble): Rewritten.
2997 (compare): Support lean bootstraps.
2998 * Makefile.in: Regenerate.
2999
3000 * configure.in: Only warn when bootstrapping but
3001 build != host or build != target. Support lean bootstraps.
3002 * configure: Regenerate.
3003
ce7cbbb0
PE
30042004-08-26 Phil Edwards <phil@codesourcery.com>
3005
3006 * configure.in: Give a better error message if GMP/MPFR are missing
3007 and a language needing them has been requested.
3008 * configure: Regenerated.
3009
9c71a529
PE
30102004-08-25 Phil Edwards <phil@codesourcery.com>
3011
3012 * configure.in: Print a list of available language front-ends if
3013 a requested one is missing. Tidy stray tab characters.
3014 * configure: Regenerated.
3015
e3f92d3b
MK
30162004-08-19 Michael Koch <konqueror@gmx.de>
3017
3018 * gcc/doc/install.texi: Update entry about automake for libjava.
3019
c3f84f61
RM
30202004-08-17 Robert Millan <robertmh@gnu.org>
3021
3022 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
3023 (instead of FreeBSD).
3024 * configure: Regenerate.
3025
7c27e184
PB
30262004-08-16 Paolo Bonzini <bonzini@gnu.org>
3027
3028 * Makefile.in: Regenerate.
3029 * configure: Regenerate.
3030
3031 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
3032 stage_*_flags.
3033 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
3034 for bootstrapped modules if toplevel bootstrap is going.
3035 (GCC bootstrap): Generate per-stage targets for all bootstrapped
3036 modules. Adjust for changes in Makefile.def. Enable several
3037 rules even in non-bootstrap mode, just to avoid peppering the
3038 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
3039 (stage-[+prev+]-bubble): Remove.
3040
3041 * Makefile.def (Dependencies): Depend on all-build-bison,
3042 all-build-flex, all-build-byacc, all-build-texinfo, rather
3043 than the host variations.
3044 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
3045 with BUILD_SUBDIR.
3046 (BISON): Update for recent Bisons.
3047 (YACC): Fix typo.
3048 (cross): Depend on all-build.
3049 (all): Do not depend on all-build.
3050 (prebootstrap): Remove.
3051 (dep-kind): Accept separate prefixes for MODULE and ON variables.
3052 (Prebootstrap dependencies): Add them to the per-stage targets
3053 and to all-prebootstrap.
3054 * configure.in (build_configdirs): Always enable build_tools.
3055 (BUILD_DIR_PREFIX): Remove.
3056
3057 * Makefile.def (gcc): Add target variable.
3058 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
3059 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
3060 in the recursive `make', instead of hardwiring `all'.
3061 (Autogenerated TARGET-* variables): New.
3062
20f3bb80
BB
30632004-08-13 Brian Booth <bbooth@redhat.com>
3064
3065 * MAINTAINERS: Remove myself from write-after-approval.
3066
b5be499d
NN
30672004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
3068
3069 * src-release: Stop distributing mmalloc with gdb (which doesn't
3070 use it).
3071 * Makefile.def: GDB doesn't depend on mmalloc anymore.
3072 * Makefile.in: Regenerate.
3073
b3f8d95d
MM
30742004-08-09 Mark Mitchell <mark@codesourcery.com>
3075
3076 * configure.in (arm*-*-eabi*): New target.
3077 * configure: Regenerate.
3078
3589b69e
PB
30792004-08-06 Paolo Bonzini <bonzini@gnu.org>
3080
3081 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
3082 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
3083 (Dependencies): New section.
3084 * Makefile.tpl (Dependencies): Generate from Makefile.def.
3085 (configure-target-[+module+]): Depend on maybe-all-gcc
3086 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
3087 (toplevel profiledbootstrap): Fix dependencies.
3088 * Makefile.in: Regenerate.
3089
972974fc
MM
30902004-08-03 Mark Mitchell <mark@codesourcery.com>
3091
3092 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
3093 target-libiberty to noconfigdirs.
3094 * configure: Regenerate.
3095
bebf829d
PB
30962004-08-03 Paul Brook <paul@codesourcery.com>
3097
3098 * configure.in: Check for MPFR as well as GMP.
3099 * configure: Regenerate.
3100
98a5bb3b
RM
31012004-08-01 Robert Millan <robertmh@gnu.org>
3102
3103 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
3104 libmudflap for all GNU-based systems (with Glibc).
3105 * configure: Regenerate.
3106
d32ab992
PB
31072004-08-03 Paolo Bonzini <bonzini@gnu.org>
3108
3109 * Makefile.def (host-modules): Add gcc.
3110 * Makefile.in: Regenerate.
3111 * Makefile.tpl (sorry): New rule.
3112 (configure-host, all-host, [+make_target+]-host, do-check,
3113 install-host): Do not add gcc as a special case.
3114 (host modules): Add a small special-casing for gcc. Export
3115 extra_make_flags through the environment.
3116 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
3117 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
3118 other recursive targets for gcc): Remove.
3119
3120 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
3121 (stage, unstage): New rules.
3122 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
3123 distclean-stage[+id+]): Use stage_current.
3124 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
3125 the stage*-start rules.
3126
aeb732c1
GK
31272004-08-02 Geoffrey Keating <geoffk@apple.com>
3128
3129 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
3130 use -all_load flag.
3131
25b656e7
PB
31322004-08-02 Paolo Bonzini <bonzini@gnu.org>
3133
3134 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
3135 * configure: Regenerate.
3136
cc440d71
TM
31372004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
3138
3139 * maintainer-scripts/gcc_release: Revert yesterday's change.
3140
270e140b
SB
31412004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
3142
3143 * MAINTAINERS: Add myself to write-after-approval.
3144
3e4035f8
TM
31452004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
3146
3147 * libf2c: Removed.
3148 * gcc/gccbug.in: Updated because of libf2c removal.
3149 * maintainer-scripts/gcc_release: Ditto.
3150
a3e8d8b4
LR
31512004-07-09 Loren J. Rittle <ljrittle@acm.org>
3152
3153 * configure.in: Build libmudflap by default on FreeBSD.
3154 * configure: Regenerated.
3155
dfcada9a
MM
31562004-07-09 Mark Mitchell <mark@codesourcery.com>
3157
3158 * configure.in: Do not build libmudflap by default on non-GNU/Linux
3159 systems.
3160 * configure: Regenerated.
3161
3922b216
JDA
31622004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3163
3164 PR target/16344
3165 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
3166 feedback based compiler.
3167 * Makefile.in: Rebuilt.
3168
95bcca47
AO
31692004-07-08 Alexandre Oliva <aoliva@redhat.com>
3170
3171 * Makefile.def (host_modules): Set bootstrap=true for flex.
3172 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
3173 * Makefile.in: Rebuilt.
3174
051822f6
JH
31752004-07-07 Jan Hubicka <jh@suse.cz>
3176
3177 * MAINTAINERS: Add self as a profile feedback maintainer.
3178
7b61653a
PE
31792004-07-05 Phil Edwards <phil@codesourcery.com>
3180
3181 * configure.in: Do not prepend $srcdir to /dev/null in
3182 makefile fragments.
3183 * configure: Regenerate.
3184
23f6b2f9
PB
31852004-07-01 Paolo Bonzini <bonzini@gnu.org>
3186
3187 * Makefile.def (build_modules): Add bison, byacc, flex,
3188 m4, texinfo.
3189 (flags_to_pass): Add FLEX.
3190 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
3191 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
3192 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
3193 DEFAULT_MAKEINFO): Remove.
3194 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
3195 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
3196 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
3197 objdir or else use configured tool.
3198 (all-build): New.
3199 (all): Depend on it.
3200 (Build module dependencies): Add.
3201 * Makefile.in: Regenerate.
3202 * configure.in: Better support for multiple build modules,
3203 matching what is done for host/target modules. Do not look
3204 for "plausible" locations of build tools if Canadian cross.
3205 Use autoconf's AC_PROG_CC to find a C compiler. Define
3206 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
3207 * configure: Regenerate.
78716e86 3208
1c020272
PB
32092004-06-22 Paolo Bonzini <bonzini@gnu.org>
3210
3211 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
3212 * Makefile.in: Regenerate.
3213
a52a0a7f
PB
32142004-06-22 Paolo Bonzini <bonzini@gnu.org>
3215
3216 * Makefile.tpl (configure-build-[+module+],
3217 configure-[+module+], configure-target-[+module+]): Pass
3218 [+extra_configure_args+].
3219 (all-build-[+module+], all-[+module+], check-[+module+],
3220 install-[+module+], [+make_target+]-[+module+],
3221 all-target-[+module+], check-target-[+module+],
3222 install-target-[+module+], [+make_target+]-target-[+module+]):
3223 Pass [+extra_make_args+].
3224 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
3225 (GCC_HOST_EXPORTS): Remove.
3226 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
3227 cross, check-gcc, check-gcc-c++, install-gcc,
3228 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
3229 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
3230 * Makefile.in: Regenerate.
3231
ccde3f1a
MS
32322004-06-21 Matthew Sachs <msachs@apple.com>
3233
3234 * MAINTAINERS: Added self to write-after-approval.
3235
6264b0a6
CF
32362004-06-21 Christopher Faylor <cgf@alum.bu.edu>
3237
3238 * configure.in: Check for srcdir/winsup rather than build directory
3239 winsup.
3240 * configure: Regenerate.
3241
801e2270
CV
32422004-06-17 Corinna Vinschen <vinschen@redhat.com>
3243
3244 * configure.in: Don't build Cygwin native newlib if winsup
3245 directory is missing. Emit warning instead.
3246 * configure: Regenerate.
3247
ad6717df
PB
32482004-06-09 Paolo Bonzini <bonzini@gnu.org>
3249
3250 * Makefile.tpl (touch-stage[+id+]): New.
3251 (restage[+prev+]): Depend on touch-stage[+id+].
3252
3253 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
3254 Use it throughout.
3255
3256 * Makefile.def: Add profile and feedback bootstrap stages.
3257 Remove next field from bootstrap stages.
3258 * Makefile.tpl (LN, LN_S): Substitute.
3259 (stageN-start, stageN-end): Use double-colon rules, to
3260 provide a hook for additional setup commands.
3261 (distclean-stageN-gcc, restageN): Create dependencies from
3262 [+prev+], not from [+next+].
3263 (stageN-bubble): Add commands for successive stages from
3264 [+prev+], using double-colon rules.
3265 (all-stageN-gcc): Fix typo.
3266 (stagefeedback-start, profiledbootstrap): New.
3267 * Makefile.in: Regenerate.
3268 * configure.in: Call ACX_PROG_LN.
3269 * configure: Regenerate.
3270
5bbb9680
CY
32712004-06-08 Canqun Yang <canqun@nudt.edu.cn>
3272
3273 * MAINTAINERS (Write After Approval): Add myself.
3274
e18be1d4
MA
32752004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
3276
3277 * MAINTAINERS (Write After Approval): Add myself.
3278
5607edfd
PB
32792004-06-03 Paolo Bonzini <bonzini@gnu.org>
3280
3281 * configure.in: Fix --enable-bootstrap breakage introduced in trees
3282 without gcc.
3283 * configure: Regenerate.
3284
1ec4e9c3
PB
32852004-06-01 Paolo Bonzini <bonzini@gnu.org>
3286
3287 * Makefile.tpl: Fix typo.
3288 * Makefile.in: Regenerate.
3289
c2f7605f
PB
32902004-06-01 Paolo Bonzini <bonzini@gnu.org>
3291
3292 * configure.in: Remove new- prefix from toplevel
3293 bootstrap targets.
3294 * configure: Regenerate.
3295
f516a7da
PB
32962004-06-01 Paolo Bonzini <bonzini@gnu.org>
3297
3298 * Makefile.tpl (all.normal): Rename to all.
3299 (all): Replace with a rule to pick the default
3300 target from configure.
3301 (all-gcc, configure-gcc): Use conditionals to
3302 do nothing when toplevel bootstrap is going on.
3303 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
3304 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
3305 * configure.in: Support --enable-bootstrap.
3306
3307 * Makefile.def: Remove new- prefix from toplevel
3308 bootstrap targets.
3309 * Makefile.tpl: Likewise.
3310
3311 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
3312 target.
3313
3314 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
3315 $(RECURSE_FLAGS) to recursive invocation of make.
3316
3317 * Makefile.in: Regenerate.
3318 * configure: Regenerate.
3319
78dd5e36
AJ
33202004-05-30 Andreas Jaeger <aj@suse.de>
3321 Jim Wilson <wilson@specifixinc.com>
3322
3323 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
3324 like CC.
3325
30f1bddc
DJ
33262004-05-27 Daniel Jacobowitz <dan@debian.org>
3327
3328 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
3329 * configure: Regenerate.
3330
4fc4dd12
DJ
33312004-05-25 Daniel Jacobowitz <drow@false.org>
3332
3333 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
3334 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
3335 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
3336 targets.
3337 * Makefile.in: Regenerate.
3338
94632047 33392004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
3340
3341 * configure.in: Test the ability to symlink directories.
3342 * configure: Regenerate.
3343
3344 * Makefile.def (bootstrap-stage): New definitions.
3345 * Makefile.tpl (configure-stage1-gcc,
3346 configure-stage2-gcc, configure-stage3-gcc,
3347 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
3348 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
3349 new-restage3, compare): Autogenerate, see Makefile.in
3350 entry for behavioral changes.
3351 (distclean-stage1, new-stage1-start, new-stage1-end,
3352 new-stage1-bubble, distclean-stage2, new-stage2-start,
3353 new-stage2-end, new-stage2-bubble, distclean-stage3,
3354 new-stage3-start, new-stage3-end): New autogenerated targets.
3355 (objext, prebootstrap, BOOT_CFLAGS,
3356 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
3357 targets.
3358
3359 * Makefile.in: Regenerate.
3360 (distclean-stage1, new-stage1-start, new-stage1-end,
3361 new-stage1-bubble, distclean-stage2, new-stage2-start,
3362 new-stage2-end, new-stage2-bubble, distclean-stage3,
3363 new-stage3-start, new-stage3-end): New targets.
3364 (all-stage1-gcc): Move prebootstrap dependency from here...
3365 (configure-stage1-gcc): ...to here.
3366 (new-bootstrap): Use bubble targets.
3367 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
3368 Use per-stage distclean targets.
3369 (configure-stage1-gcc, configure-stage2-gcc,
3370 configure-stage3-gcc, all-stage1-gcc,
3371 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
3372 Use new-stageN-start to prepare the tree.
3373
4f4e53dd
PB
33742004-05-23 Paolo Bonzini <bonzini@gnu.org>
3375
3376 * Makefile.def (host_modules): add libcpp.
3377 * Makefile.tpl: Add dependencies on and for libcpp.
3378 * Makefile.in: Regenerate.
3379 * configure.in: Add libcpp host module.
3380 * configure: Regenerate.
3381
60975492
PB
33822004-05-21 Paolo Bonzini <bonzini@gnu.org>
3383
3384 * Makefile.tpl: Whenever a recursive target is defined, wrap
3385 it in a special @if/@endif block, and prepare its maybe
3386 dependency in the @if/@endif block
3387 * configure.in: Instead of writing maybe dependencies, remove
3388 the @if/@endif statements, and remove the @if/@endif blocks
3389 that remain.
3390 * configure: Regenerate.
3391 * Makefile.in: Regenerate.
3392
5ce7d75d
JJ
33932004-05-20 Janis Johnson <janis187@us.ibm.com>
3394
3395 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
3396
c779c42f
KK
33972004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
3398
3399 PR bootstrap/15120
3400 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
3401 * */configure: Rebuilt.
3402
b4117c30
ZW
34032004-05-17 Zack Weinberg <zack@codesourcery.com>
3404
3405 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
3406 of libf2c.
3407 * configure, Makefile.in: Regenerate.
3408
2472200d 3409