OSDN Git Service

2007-09-21 Patrick Mansfield <patmans@us.ibm.com>
authorjjohnstn <jjohnstn>
Fri, 21 Sep 2007 20:40:52 +0000 (20:40 +0000)
committerjjohnstn <jjohnstn>
Fri, 21 Sep 2007 20:40:52 +0000 (20:40 +0000)
commit26bdf3d63249ff119493256237fdb3b3e3fb9a89
tree0b16175eff5213955f53413ba883800863b825b6
parentab1eea742ebd21284a7eb79ac658620aa2644900
2007-09-21  Patrick Mansfield  <patmans@us.ibm.com>

        * spu/dirfuncs.c: New file, holds the opendir, closedir, readdir,
        rewinddir, seekdir and telldir implementations. These are
        grouped in one file so that we do not need a separate file for
        the struct dirent and DIR allocation code.
        * spu/jsre.h: Add JSRE_OPENDIR and other dir opcodes.
        * spu/Makefile.in: Add dirfuncs.o.
libgloss/ChangeLog
libgloss/spu/Makefile.in
libgloss/spu/dirfuncs.c [new file with mode: 0644]
libgloss/spu/jsre.h