aboutsummaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-10-11 12:43:26 +0200
committerThomas Schwinge <tschwinge@gcc.gnu.org>2013-10-11 12:43:26 +0200
commitf5745bedf71acbe97e1081daad5440838a6b679c (patch)
tree407d76da86dacae1a5134809998dbf6b3fa8fa5b /libgomp
parentb5512c66a7c63bdf2b0949444c7373141b9c0720 (diff)
downloadgcc-f5745bedf71acbe97e1081daad5440838a6b679c.zip
gcc-f5745bedf71acbe97e1081daad5440838a6b679c.tar.gz
gcc-f5745bedf71acbe97e1081daad5440838a6b679c.tar.bz2
libgomp.texi (Runtime Library Routines): C linkage, don't throw exceptions.
libgomp/ * libgomp.texi (Runtime Library Routines): C linkage, don't throw exceptions. From-SVN: r203421
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog3
-rw-r--r--libgomp/libgomp.texi2
2 files changed, 5 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 3788d67..1d02ed8 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,5 +1,8 @@
2013-10-11 Thomas Schwinge <thomas@codesourcery.com>
+ * libgomp.texi (Runtime Library Routines): C linkage, don't throw
+ exceptions.
+
* testsuite/libgomp.c/lib-1.c (main): Add missing error check.
* testsuite/libgomp.fortran/lib1.f90: Likewise.
* testsuite/libgomp.fortran/lib2.f: Likewise.
diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi
index a6930cc..5e55716 100644
--- a/libgomp/libgomp.texi
+++ b/libgomp/libgomp.texi
@@ -132,6 +132,8 @@ three parts:
Control threads, processors and the parallel environment.
+They have C linkage, and don't throw exceptions.
+
@menu
* omp_get_active_level:: Number of active parallel regions
* omp_get_ancestor_thread_num:: Ancestor thread ID