OSDN Git Service

2007-05-23 Patrick Mansfield <patmans@us.ibm.com>
authorjjohnstn <jjohnstn>
Wed, 23 May 2007 21:39:54 +0000 (21:39 +0000)
committerjjohnstn <jjohnstn>
Wed, 23 May 2007 21:39:54 +0000 (21:39 +0000)
commit6ead8a47b16407cab5957f9bd8dab03f4d1be6e6
tree12588edc7b51199ff53235dd2be18ce6d3f4a535
parentf82d2b833a085f785c06993069c3982d2e82e814
2007-05-23 Patrick Mansfield <patmans@us.ibm.com>

        * spu/syscalls.c: Change __send_to_ppe to return the result stored
        in stored in slot 0 of the data, rather than have each assisted
        call retrieve the value.
        * spu/jsre.h: Remove the now unused syscall_out_t.
        * spu/access.c: Use the __send_to_ppe result instead of the slot 0
        value, remove unused syscall_out_t variable.
        * spu/close.c: Ditto.
        * spu/dup.c: Ditto.
        * spu/fstat.c: Ditto.
        * spu/ftruncate.c: Ditto.
        * spu/gettimeofday.c: Ditto.
        * spu/lseek.c: Ditto.
        * spu/open.c: Ditto.
        * spu/read.c: Ditto.
        * spu/stat.c: Ditto.
        * spu/unlink.c: Ditto.
        * spu/write.c: Ditto.
15 files changed:
libgloss/ChangeLog
libgloss/spu/access.c
libgloss/spu/close.c
libgloss/spu/dup.c
libgloss/spu/fstat.c
libgloss/spu/ftruncate.c
libgloss/spu/gettimeofday.c
libgloss/spu/jsre.h
libgloss/spu/lseek.c
libgloss/spu/open.c
libgloss/spu/read.c
libgloss/spu/stat.c
libgloss/spu/syscalls.c
libgloss/spu/unlink.c
libgloss/spu/write.c