diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2007-05-23 21:39:54 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2007-05-23 21:39:54 +0000 |
commit | a0050b64fc79c4bab523e7abf0739ab22a4d2a33 (patch) | |
tree | c204b305fea8f9aefa971fbf553458ddac581cbc /libgloss/ChangeLog | |
parent | 9a3ec8622b2fb10c95112188c7f5ff1424c738e6 (diff) | |
download | cygnal-a0050b64fc79c4bab523e7abf0739ab22a4d2a33.tar.gz cygnal-a0050b64fc79c4bab523e7abf0739ab22a4d2a33.tar.bz2 cygnal-a0050b64fc79c4bab523e7abf0739ab22a4d2a33.zip |
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.
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r-- | libgloss/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index 58dcce372..1346e2623 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,3 +1,23 @@ +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. + 2007-05-23 Kazu Hirata <kazu@codesourcery.com> * m68k/fido.sc (.data): Move .jcr to .text. Catch .got.plt |