[Cegcc-devel] gcc 4.3.0 progress

2008-03-25 Thread Danny Backx
What I did until now with gcc-4.3.0 : - import into src/gcc-4.3.0 (in several parts, svn doesn't survive such a big commit in one go) - port most of the configuration changes, and the gcc/config/arm directory into src/gcc-4.3.0 - got this to work with the C language - port the libstdc++-v3 chan

Re: [Cegcc-devel] telldir and seekdir

2008-03-25 Thread Mario Latronico
2008/3/21, Danny Backx <[EMAIL PROTECTED]>: > - extend our dirent.c (and submit the extensions), no change to Kaffe > > Danny I extended dirent.c with the methods telldir() and seekdir(). A patch is attached. My implementation is very simple, i'm not sure that it is completely correct but