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]

r140799 - in /branches/streamOMP/libgomp: Chang...


Author: apop
Date: Tue Sep 30 23:12:01 2008
New Revision: 140799

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

	* config/linux/stream.c: Removed.  Code moved to libgomp/stream.c
	* config/linux/stream.h: Removed.  Code moved to libgomp/stream.h
	* config/posix/stream.c: Removed.  Code moved to libgomp/stream.c
	* config/posix/stream.h: Removed.  Code moved to libgomp/stream.h

	* stream.c: New.  Replaces the posix and linux specific versions.
	* stream.h: New.  Replaces the posix and linux specific versions.


Added:
    branches/streamOMP/libgomp/stream.c
    branches/streamOMP/libgomp/stream.h
Removed:
    branches/streamOMP/libgomp/config/linux/stream.c
    branches/streamOMP/libgomp/config/linux/stream.h
    branches/streamOMP/libgomp/config/posix/stream.c
    branches/streamOMP/libgomp/config/posix/stream.h
Modified:
    branches/streamOMP/libgomp/ChangeLog.streamOMP


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