aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-09-03 11:26:36 +0000
committerSebastian Huber <sh@gcc.gnu.org>2015-09-03 11:26:36 +0000
commit13c41b2e3e0cf6996ea2d49e0557814607fe2f59 (patch)
treeb8cc0ec94f547152e58b42f867351520f7d48307 /libgomp/ChangeLog
parent7892ec670c1c5d1e4d911ab41903a6af72bc85d2 (diff)
downloadgcc-13c41b2e3e0cf6996ea2d49e0557814607fe2f59.zip
gcc-13c41b2e3e0cf6996ea2d49e0557814607fe2f59.tar.gz
gcc-13c41b2e3e0cf6996ea2d49e0557814607fe2f59.tar.bz2
[gomp] Add RTEMS configuration
libgomp/ChangeLog * config/rtems/bar.c: New. * config/rtems/bar.h: Likewise. * config/rtems/mutex.c: Likewise. * config/rtems/mutex.h: Likewise. * config/rtems/sem.c: Likewise. * config/rtems/sem.h: Likewise. * configure.ac (*-*-rtems*): Check that Newlib provides a proper <sys/lock.h> header file. * configure.tgt (*-*-rtems*): Enable RTEMS configuration if supported by Newlib. * configure: Regenerate. From-SVN: r227440
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 319795c..c3e94bf 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,5 +1,19 @@
2015-09-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
+ * config/rtems/bar.c: New.
+ * config/rtems/bar.h: Likewise.
+ * config/rtems/mutex.c: Likewise.
+ * config/rtems/mutex.h: Likewise.
+ * config/rtems/sem.c: Likewise.
+ * config/rtems/sem.h: Likewise.
+ * configure.ac (*-*-rtems*): Check that Newlib provides a proper
+ <sys/lock.h> header file.
+ * configure.tgt (*-*-rtems*): Enable RTEMS configuration if
+ supported by Newlib.
+ * configure: Regenerate.
+
+2015-09-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
* team.c (gomp_new_thread_pool): Delete and move content to ...
(gomp_get_thread_pool): ... new function. Allocate and
initialize thread pool on demand.