This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 264aa95 Handle 2 preds for fin_bb in expand_omp_for_static_chunk new 8087e8d [gomp] Simplify thread pool initialization new 4bf07de [gomp] Add RTEMS configuration new 65cb1e6 [gomp] Thread pool management
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libgomp/ChangeLog | 33 ++++++ libgomp/{barrier.c => config/posix/pool.h} | 48 ++++---- libgomp/config/{linux => rtems}/bar.c | 58 ++++++++-- libgomp/config/{linux => rtems}/bar.h | 16 +-- libgomp/config/{posix => rtems}/mutex.c | 0 libgomp/config/{posix => rtems}/mutex.h | 23 ++-- libgomp/config/rtems/pool.h | 128 +++++++++++++++++++++ libgomp/config/rtems/proc.c | 145 ++++++++++++++++++++++++ libgomp/config/{posix/ptrlock.c => rtems/sem.c} | 0 libgomp/config/{posix/mutex.h => rtems/sem.h} | 37 +++--- libgomp/configure | 17 +++ libgomp/configure.ac | 7 ++ libgomp/configure.tgt | 6 + libgomp/libgomp.h | 2 + libgomp/team.c | 38 ++----- 15 files changed, 462 insertions(+), 96 deletions(-) copy libgomp/{barrier.c => config/posix/pool.h} (53%) copy libgomp/config/{linux => rtems}/bar.c (81%) copy libgomp/config/{linux => rtems}/bar.h (91%) copy libgomp/config/{posix => rtems}/mutex.c (100%) copy libgomp/config/{posix => rtems}/mutex.h (72%) create mode 100644 libgomp/config/rtems/pool.h create mode 100644 libgomp/config/rtems/proc.c copy libgomp/config/{posix/ptrlock.c => rtems/sem.c} (100%) copy libgomp/config/{posix/mutex.h => rtems/sem.h} (56%)