This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
[PATCH 0/3] Cell SPU offloaded stdio (take 2)
- From: Kazunori Asayama <asayama at sm dot sony dot co dot jp>
- To: newlib at sourceware dot org
- Date: Tue, 30 Jan 2007 15:17:57 +0900 (LMT)
- Subject: [PATCH 0/3] Cell SPU offloaded stdio (take 2)
This series of patches implements offloaded stdio functions on Cell
Broadband Engine SPU according to Joel-san's strategy in:
http://sourceware.org/ml/newlib/2006/msg00843.html
This implementation consists of the following three parts:
- Target specific stdio directory
- FILE related stuffs for SPU
- Other stdio functions for SPU
Most of the implementation comes from his patches in:
http://sourceware.org/ml/newlib/2006/msg00820.html
I performed just several cleanups against the previuos patches:
http://sourceware.org/ml/newlib/2007/msg00022.html
I tested the patches by using our testsuite (calling all offloaded
functions w/ various arguments and comparing returned values and
output w/ expected data).
OK to commit ?
----
(ASAYAMA Kazunori
(asayama@sm.sony.co.jp))
t