comparison libgomp/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-02-27 Jakub Jelinek <jakub@redhat.com>
2
3 PR fortran/47886
4 * testsuite/libgomp.fortran/task3.f90: New test.
5
6 2011-02-24 Tobias Burnus <burnus@net-b.de>
7
8 * libgomp.texi (GOMP_STACKSIZE): Fix @ref to OMP_STACKSIZE.
9
10 2011-02-23 Jakub Jelinek <jakub@redhat.com>
11
12 PR libgomp/47854
13 * libgomp.texi (omp_get_wtime): Don't say time in the past
14 must be Unix Epoch.
15
16 2011-02-18 Jakub Jelinek <jakub@redhat.com>
17
18 PR libgomp/47804
19 * testsuite/libgomp.fortran/fortran.exp: Check for both
20 libquadmath.a and libquadmath.${shlib_ext}. If neither exists,
21 but $blddir != "", still append ${blddir}/${lang_library_path}
22 to ld_library_path.
23
24 2011-02-16 Tobias Burnus <burnus@net-b.de>
25
26 PR libgomp/47758
27 * testsuite/libgomp.fortran/fortran.exp: Check for the existence
28 of libquadmath.a before adding its libpath to ldflags.
29
30 2011-02-14 Jakub Jelinek <jakub@redhat.com>
31
32 PR libgomp/47731
33 * config/linux/futex.h (futex_wait): Pass NULL as timeout argument
34 to FUTEX_WAIT futex syscall.
35 * config/linux/wait.h: Include <futex.h> instead of "futex.h".
36
37 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
38
39 * configure: Regenerate.
40
41 2011-01-20 Benjamin Kosnik <bkoz@redhat.com>
42
43 PR libstdc++/36104
44 * acinclude.m4 (LIBGOMP_ENABLE_SYMVERS): Accept gnu variants.
45
46 2011-01-16 Gerald Pfeifer
47
48 * configure.tgt (*-*-freebsd*): Add -lpthread to XLDFLAGS.
49
50 2010-12-14 Jakub Jelinek <jakub@redhat.com>
51
52 PR fortran/46874
53 * libgomp.fortran/allocatable6.f90: New test.
54
55 2010-12-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
56
57 * acinclude.m4 (symvers_renaming): Also set if enable_symvers = no.
58 * configure: Regenerate.
59
60 2010-12-06 Dave Korn <dave.korn.cygwin@gmail.com>
61
62 PR target/40125
63 PR lto/46695
64 * configure.ac: Invoke ACX_LT_HOST_FLAGS.
65 * Makefile.am (libgomp_la_LDFLAGS): Use lt_host_flags.
66 * aclocal.m4: Regenerate.
67 * configure: Regenerate.
68 * Makefile.in: Regenerate.
69 * testsuite/Makefile.in: Regenerate.
70
71 2010-12-02 Jakub Jelinek <jakub@redhat.com>
72
73 PR fortran/46753
74 * libgomp.fortran/pr46753.f90: New test.
75
76 PR libgomp/43706
77 * env.c (initialize_env): Default to spin count 300000
78 instead of 20000000 if neither OMP_WAIT_POLICY nor GOMP_SPINCOUNT
79 is specified.
80
81 PR libgomp/45240
82 * parallel.c (GOMP_parallel_end): Unlock gomp_remaining_threads_lock
83 at the end if sync builtins aren't supported.
84
85 2010-12-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
86
87 * configure.tgt (mips-sgi-irix6*): Add -lpthread to XLDFLAGS.
88
89 2010-12-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
90
91 * testsuite/libgomp.fortran/vla8.f90: Use dg-timeout-factor 2.0.
92
93 2010-11-24 Iain Sandoe <iains@gcc.gnu.org>
94
95 * testsuite/libgomp.fortran/fortran.exp: Add paths for libquadmath.
96
97 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
98 Tobias Burnus <burnus@net-b.de>
99
100 PR fortran/32049
101 * configure.ac:
102 * configure: Regenerate.
103
104 2010-10-06 Marcus Shawcroft <marcus.shawcroft@arm.com>
105
106 * config/linux/futex.h: New.
107 * config/linux/arm/mutex.h: New.
108 * configure.tgt (arm*-*-linux*): Add config path.
109
110 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
111
112 * testsuite/libgomp.graphite/force-parallel-1.c: Adjust.
113
114 2010-09-23 Tobias Burnus <burnus@net-b.de>
115
116 * libgomp.texi (omp_get_nested, omp_set_nested, omp_set_dynamic):
117 Change Fortran datatype to LOGICAL.
118 (omp_set_lock, omp_test_lock, omp_unset_lock, omp_set_nested_lock,
119 omp_unset_nested_lock): Use intent(inout) instead of intent(out).
120
121 2010-08-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
122
123 * configure: Regenerate.
124
125 2010-07-26 Jakub Jelinek <jakub@redhat.com>
126
127 * libgomp.texi: Add function keyword to a couple of Fortran
128 interfaces, use integer instead of int for Fortran.
129
130 2010-07-26 Aldy Hernandez <aldyh@redhat.com>
131
132 * libgomp.texi: Fix spelling and pasto problems throughout.
133 Adjust prototypes to match code.
134
135 2010-07-24 Tobias Burnus <burnus@net-b.de>
136
137 * testsuite/libgomp.fortran/appendix-a/a.28.5.f90: Add -w to
138 silence -fwhole-file warning.
139
140 2010-07-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
141
142 * configure.tgt (*-*-solaris2.[56]*): Removed.
143
144 2010-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
145
146 * acinclude.m4 (LIBGOMP_ENABLE_SYMVERS): Handle sun style.
147 Define LIBGOMP_BUILD_VERSIONED_SHLIB_GNU,
148 LIBGOMP_BUILD_VERSIONED_SHLIB_SUN automake conditionals.
149 (HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT): Define unless
150 targetting solaris2*.
151 * configure: Regenerate.
152 * config.h.in: Regenerate.
153
154 * Makefile.am [LIBGOMP_BUILD_VERSIONED_SHLIB]: Protect
155 libgomp_version_script with LIBGOMP_BUILD_VERSIONED_SHLIB_GNU.
156 Add libgomp_version_dep.
157 [LIBGOMP_BUILD_VERSIONED_SHLIB_SUN]: Handle Sun symbol
158 versioning.
159 [!LIBGOMP_BUILD_VERSIONED_SHLIB]: Add libgomp_version_dep.
160 (libgomp_la_DEPENDENCIES): Set to $(libgomp_version_dep).
161 * Makefile.in: Regenerate.
162
163 * libgomp.h (LIBGOMP_GNU_SYMBOL_VERSIONING): Undef unless
164 HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT.
165 * libgomp.map (OMP_1.0): Move symbols both in OMP_1.0 and OMP_3.0
166 to common block, protected by
167 HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT.
168
169 2010-06-10 Gerald Pfeifer <gerald@pfeifer.com>
170
171 * libgomp.texi: Move to GFDL version 1.3. Update copyright years.
172
173 2010-06-09 Iain Sandoe <iains@gcc.gnu.org>
174
175 PR bootstrap/43170
176 * configure: Regenerate.
177
1 2010-05-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 178 2010-05-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2 179
3 PR other/43620 180 PR other/43620
4 * configure.ac (AM_INIT_AUTOMAKE): Add no-dist. 181 * configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
5 * configure: Regenerate. 182 * configure: Regenerate.