aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2015-02-17 19:24:07 +0100
committerThomas Schwinge <tschwinge@gcc.gnu.org>2015-02-17 19:24:07 +0100
commita2818955d7a57e099a02eb7291cfc13bf35c4fa9 (patch)
tree41a55ed4b7b1f62db227a785de2481f13edc6208 /libgomp/ChangeLog
parent6f3c1d38bf9cd954a1e9747bcd2c711736b82fb6 (diff)
downloadgcc-a2818955d7a57e099a02eb7291cfc13bf35c4fa9.zip
gcc-a2818955d7a57e099a02eb7291cfc13bf35c4fa9.tar.gz
gcc-a2818955d7a57e099a02eb7291cfc13bf35c4fa9.tar.bz2
libgomp: Make GOMP_PLUGIN_debug actually work...
libgomp/ * libgomp-plugin.c (GOMP_PLUGIN_debug): Fix typo. From-SVN: r220770
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 2c32d9e..8477c3b 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,4 +1,8 @@
2015-02-17 Thomas Schwinge <thomas@codesourcery.com>
+
+ * libgomp-plugin.c (GOMP_PLUGIN_debug): Fix typo.
+
+2015-02-17 Thomas Schwinge <thomas@codesourcery.com>
Cesar Philippidis <cesar@codesourcery.com>
* oacc-ptx.h (GOACC_INTERNAL_PTX): Add GOACC_tid, GOACC_ntid,