r140800 - in /branches/streamOMP: gcc/ChangeLog...

apop@gcc.gnu.org apop@gcc.gnu.org
Wed Oct 1 00:00:00 GMT 2008


Author: apop
Date: Wed Oct  1 00:00:08 2008
New Revision: 140800

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140800
Log:
2008-09-30  Antoniu Pop  <antoniu.pop@gmail.com>

gcc/
	* omp-builtins.def (BUILT_IN_GOMP_SEM_CREATE,
	BUILT_IN_GOMP_SEM_INIT, BUILT_IN_GOMP_SEM_DESTROY,
	BUILT_IN_GOMP_SEM_POST, BUILT_IN_GOMP_SEM_WAIT): New builtins.

libgomp/
	* libgomp_g.h (GOMP_sem_create, GOMP_sem_init, GOMP_sem_destroy,
	GOMP_sem_post, GOMP_sem_wait): Declared.	
	* libgomp.map: Export GOMP_sem_*.


Modified:
    branches/streamOMP/gcc/ChangeLog.streamOMP
    branches/streamOMP/gcc/omp-builtins.def
    branches/streamOMP/libgomp/ChangeLog.streamOMP
    branches/streamOMP/libgomp/libgomp.map
    branches/streamOMP/libgomp/libgomp_g.h
    branches/streamOMP/libgomp/stream.c



More information about the Gcc-cvs mailing list