OSDN Git Service

2007-06-05 Patrick Mansfield <patman@us.ibm.com>
authorjjohnstn <jjohnstn>
Tue, 5 Jun 2007 19:01:30 +0000 (19:01 +0000)
committerjjohnstn <jjohnstn>
Tue, 5 Jun 2007 19:01:30 +0000 (19:01 +0000)
commited7450f445699f5a27197438e96689e3b8cfeaef
tree8632973daf214534c9405a8d57bbb3630b6558b3
parenta4c7af5e773868fd5cfacf0cf51f46bb6edb679f
2007-06-05  Patrick Mansfield  <patman@us.ibm.com>

        * spu/jsre.h: Remove the assist call structs and defines that are
        specific to one assist call from here.
        * spu/access.c: Move struct syscall_access_t to here.
        * spu/fstat.c: Move struct syscall_fstat_t to here.
        * spu/ftruncate.c: Move struct syscall_ftruncate_t to here.
        * spu/gettimeofday.c: Move struct syscall_gettimeofday_t to here.
        * spu/lseek.c: Move struct syscall_lseek_t and JSRE_SEEK defines to
        here.
        * spu/open.c: Move struct syscall_open_t and JSRE_O_ defines to here.
        * spu/read.c: Move struct syscall_read_t to here, and actually use
        it (it is the same as syscall_write_t).
        * spu/stat.c: Move struct syscall_stat_t to here.
        * spu/write.c: Move struct syscall_write_t to here.
        * spu/close.c: Pass the address of the first and only argument to
        __send_to_ppe rather than using an automatic variable and a
        special struct.
        * spu/dup.c: Ditto.
        * spu/unlink.c: Ditto.
14 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/unlink.c
libgloss/spu/write.c