aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2015-01-16 21:05:21 +0100
committerThomas Schwinge <tschwinge@gcc.gnu.org>2015-01-16 21:05:21 +0100
commit6e36114cdf1a41e749e3769ec8181f5c5f965a1e (patch)
tree6086d21bff53bac5d9c7c5f0e74df1a0829c5144 /libgomp/ChangeLog
parenteae801bacc085da3a40c4db2e543aaae753f71be (diff)
downloadgcc-6e36114cdf1a41e749e3769ec8181f5c5f965a1e.zip
gcc-6e36114cdf1a41e749e3769ec8181f5c5f965a1e.tar.gz
gcc-6e36114cdf1a41e749e3769ec8181f5c5f965a1e.tar.bz2
libgomp: Don't use <alloca.h>.
libgomp/ * oacc-parallel.c: Don't include <alloca.h>. (GOACC_parallel): Use gomp_alloca instead of alloca. From-SVN: r219771
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 7c106d4..065dfd4 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,8 @@
+2015-01-16 Thomas Schwinge <thomas@codesourcery.com>
+
+ * oacc-parallel.c: Don't include <alloca.h>.
+ (GOACC_parallel): Use gomp_alloca instead of alloca.
+
2015-01-16 Gerald Pfeifer <gerald@pfeifer.com>
* target.c (num_devices): Guard with PLUGIN_SUPPORT.