This is the mail archive of the newlib-cvs@sourceware.org mailing list for the newlib 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]

src/libgloss ChangeLog spu/Makefile.in spu/jsr ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2007-06-20 21:50:53

Modified files:
	libgloss       : ChangeLog 
	libgloss/spu   : Makefile.in jsre.h 
Added files:
	libgloss/spu   : dup2.c fdatasync.c fsync.c lockf.c sync.c 
	                 truncate.c 

Log message:
	2007-06-20  Patrick Mansfield  <patmans@us.ibm.com>
	
	* spu/jsre.h: Add new JSRE opcodes.
	* spu/dup2.c: New file to add dup2 support via assist call.
	* spu/fdatasync.c: New file to add fdatasync support via assist call.
	* spu/fsync.c: New file to add fsync support via assist call.
	* spu/lockf.c: New file to add lockf support via assist call.
	* spu/sync.c: New file to add sync support via assist call.
	* spu/truncate.c: New file to add truncate support via assist call.
	* spu/Makefile.in: Add new files.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/ChangeLog.diff?cvsroot=src&r1=1.220&r2=1.221
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/spu/dup2.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/spu/fdatasync.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/spu/fsync.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/spu/lockf.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/spu/sync.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/spu/truncate.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/spu/Makefile.in.diff?cvsroot=src&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/spu/jsre.h.diff?cvsroot=src&r1=1.15&r2=1.16


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