comparison config/ChangeLog @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents b7f97abdc517
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 2011-03-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2 Eric Blake <eblake@redhat.com>
3
4 * override.m4: Error out if a buggy M4 was detected, to
5 avoid spurious diffs in generated files.
6
7 2011-01-25 Jakub Jelinek <jakub@redhat.com>
8
9 * cloog.m4 (CLOOG_REQUESTED): Use $2 if --without-cloog.
10
11 2011-01-10 Jan Hubicka <jh@suse.cz>
12
13 * bootstrap-lto.mk: -fuse-linker-plugin is default now;
14 pass -fno-lto to STAGEprofile.
15
16 2010-12-06 Dave Korn <dave.korn.cygwin@gmail.com>
17
18 PR target/40125
19 PR lto/46695
20 * lthostflags.m4: New file.
21 (ACX_LT_HOST_FLAGS): Define.
22
23 2010-12-02 Dave Korn <dave.korn.cygwin@gmail.com>
24
25 * mh-cygwin (LDFLAGS): Turn up stack allocation to 12MB.
26 (BOOT_LDFLAGS): Add matching stack size flag.
27 * mh-mingw (LDFLAGS): Likewise.
28 (BOOT_LDFLAGS): Likewise.
29
30 2010-11-27 Eric Botcazou <ebotcazou@adacore.com>
31
32 * bootstrap-lto.mk (BOOT_ADAFLAGS): Delete.
33
34 2010-11-19 Tobias Grosser <grosser@fim.uni-passau.de>
35
36 * cloog.m4: Use AS_HELP_STRING and fix help formatting.
37
38 2010-11-15 Andreas Schwab <schwab@redhat.com>
39
40 * cloog.m4 (CLOOG_INIT_FLAGS): Fix spelling in option names.
41
42 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
43
44 * cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
45 define the cloog backend to use. Furthermore, only pass the ppllibs to
46 the configure checks, if necessary.
47
48 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
49
50 * cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
51
52 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
53
54 * cloog.m4: Fix typo. verison -> version.
55
56 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
57
58 * cloog.m4: Pass ppl libraries to the CLooG version check.
59
60 2010-11-11 Jan Hubicka <jh@suse.cz>
61
62 * bootstrap-lto: Use -flto.
63
64 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
65
66 * mh-darwin: Renamed from mh-ppc-darwin.
67
68 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
69
70 * po.m4 (AM_PO_SUBDIRS): Fix unportable shell quoting.
71
72 2010-09-10 Jonathan Yong <jon_y@users.sourceforge.net>
73
74 * dfp.m4: Enable decimal float for i?86 cygwin
75 and mingw, and for x86_64 mingw.
76
77 2010-09-06 H.J. Lu <hongjiu.lu@intel.com>
78
79 PR target/45524
80 * dfp.m4: Don't set enable_decimal_float to dpd if DFP is
81 disabled. Set default_decimal_float.
82
83 2010-09-06 Andreas Schwab <schwab@redhat.com>
84
85 * dfp.m4: Quote argument of AC_MSG_WARN.
86
87 2010-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
88
89 * dfp.m4: New file.
90
91 2010-09-01 Andi Kleen <ak@linux.intel.com>
92
93 * bootstrap-lto.mk (STAGE2_CFLAGS, STAGE3_CFLAGS): Change
94 to -fwhopr=jobserver -fuse-linker-plugin -frandom-seed=1.
95
96 2010-08-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
97
98 PR target/45084
99 * stdint.m4 (GCC_HEADER_STDINT): Use m4 quotes for arguments
100 of AC_MSG_ERROR.
101
102 2010-07-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
103
104 * gc++filt.m4: New file.
105
106 2010-06-20 Alexandre Oliva <aoliva@redhat.com>
107
108 * bootstrap-lto.mk: New.
109
110 2010-06-10 Paolo Bonzini <bonzini@gnu.org>
111
112 * override.m4: Remove obsolete (<2.64) definitions.
113
114 2010-06-09 Iain Sandoe <iains@gcc.gnu.org>
115
116 PR bootstrap/43170
117 * tls.m4 (GCC_CHECK_TLS): Add volatile qualifier to the test
118 references. Move the main () test reference ahead of
119 pthread_create(). Add a comment to explain the requirements
120 of the test.
121
122 2010-06-03 Joern Rennecke <joern.rennecke@embecosm.com>
123 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
124
125 PR bootstrap/42798
126 * override.m4 (_AC_CHECK_DECL_BODY, _AC_CHECK_DECLS): Import
127 definitions from git Autoconf.
128
1 2010-04-13 Steve Ellcey <sje@cup.hp.com> 129 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2 130
3 * elf.m4: Add hppa[12]*-*-hpux* to list of non-elf platforms. 131 * elf.m4: Add hppa[12]*-*-hpux* to list of non-elf platforms.
4 132
5 2010-03-23 Kai Tietz <kai.tietz@onevision.com> 133 2010-03-23 Kai Tietz <kai.tietz@onevision.com>
267 395
268 2008-02-20 Paolo Bonzini <bonzini@gnu.org> 396 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
269 397
270 PR bootstrap/32009 398 PR bootstrap/32009
271 * mh-ppc-darwin (BOOT_CFLAGS): Reenable. 399 * mh-ppc-darwin (BOOT_CFLAGS): Reenable.
272 400
273 2008-01-08 Jakub Jelinek <jakub@redhat.com> 401 2008-01-08 Jakub Jelinek <jakub@redhat.com>
274 402
275 * futex.m4: New file. 403 * futex.m4: New file.
276 404
277 2007-12-06 Richard Sandiford <rsandifo@nildram.co.uk> 405 2007-12-06 Richard Sandiford <rsandifo@nildram.co.uk>
341 469
342 2007-06-27 Mike Stump <mrs@apple.com> 470 2007-06-27 Mike Stump <mrs@apple.com>
343 471
344 * acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Fixup logic for cross 472 * acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Fixup logic for cross
345 builds. 473 builds.
346 474
347 2007-06-20 Mike Stump <mrs@apple.com> 475 2007-06-20 Mike Stump <mrs@apple.com>
348 476
349 * acx.m4 (NCN_STRICT_CHECK_TARGET_TOOLS): Fix incremental builds. 477 * acx.m4 (NCN_STRICT_CHECK_TARGET_TOOLS): Fix incremental builds.
350 (ACX_HAVE_GCC_FOR_TARGET): Likewise. 478 (ACX_HAVE_GCC_FOR_TARGET): Likewise.
351 479
366 PR bootstrap/32009 494 PR bootstrap/32009
367 * mh-ppc-darwin: Temporarily disable. 495 * mh-ppc-darwin: Temporarily disable.
368 496
369 2007-04-11 Kai Tietz <kai.tietz@onevision.com> 497 2007-04-11 Kai Tietz <kai.tietz@onevision.com>
370 498
371 * stdint.m4: Make template compatible with older cygwin 499 * stdint.m4: Make template compatible with older cygwin
372 types.h, wrapping each type in a __XXX_t_defined #ifdef. 500 types.h, wrapping each type in a __XXX_t_defined #ifdef.
373 501
374 2007-03-26 H.J. Lu <hongjiu.lu@intel.com> 502 2007-03-26 H.J. Lu <hongjiu.lu@intel.com>
375 503
376 * acx.m4 (ACX_BUGURL): Set BUGURL first. Quote $BUGURL first 504 * acx.m4 (ACX_BUGURL): Set BUGURL first. Quote $BUGURL first
470 GCC_ENABLE. 598 GCC_ENABLE.
471 599
472 2006-07-25 Paolo Bonzini <bonzini@gnu.org> 600 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
473 601
474 PR build/26188 602 PR build/26188
475 * stdint.m4: Test for uintptr_t even on systems with uint64_t or uint32_t. 603 * stdint.m4: Test for uintptr_t even on systems with uint64_t
604 or uint32_t.
476 605
477 2006-07-21 Steve Ellcey <sje@cup.hp.com> 606 2006-07-21 Steve Ellcey <sje@cup.hp.com>
478 607
479 PR target/26792 608 PR target/26792
480 * unwind_ipinfo.m4: New. 609 * unwind_ipinfo.m4: New.