This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r132495 - in /branches/graphite/libgomp: Change...


Author: spop
Date: Wed Feb 20 21:09:23 2008
New Revision: 132495

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132495
Log:
2008-02-05  Antoniu Pop  <antoniu.pop@gmail.com>
            Sebastian Pop  <sebastian.pop@amd.com>

	* Makefile.in: Regenerated.
	* stream.c: New.
	* libgomp.h (gomp_stream): New.
	(gomp_stream_create, gomp_stream_used_space, gomp_stream_free_space,
	gomp_stream_wait_used_space, gomp_stream_wait_free_space,
	gomp_stream_push, gomp_stream_pop, gomp_stream_eos_p,
	gomp_stream_set_eos, gomp_stream_destroy): Declared.
	* Makefile.am (libgomp_la_SOURCES): Add dependence on stream.c.


Added:
    branches/graphite/libgomp/ChangeLog.graphite
    branches/graphite/libgomp/stream.c
Modified:
    branches/graphite/libgomp/Makefile.am
    branches/graphite/libgomp/Makefile.in
    branches/graphite/libgomp/libgomp.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]