[Cegcc-devel] src/w32api merged from upstream

2009-09-06 Thread Pedro Alves
I've just merged w32api from upstream. Much easier than mingw. Not much to note here; most changes were Vista related, guarded with _WIN32_WINNT > 0x0600. -- Pedro Alves -- Let Crystal Reports handle the reporting - Fre

[Cegcc-devel] src/mingw merged from upstream

2009-09-06 Thread Pedro Alves
I've just merged mingw from upstream. This brings in pseudo-relocs v2 support, strict aliasing violation fixes, and a large number of assorted fixes. The change below conflicted with what seemed like an upstream fix for the same issue (i didn't check the reported bug), so I rolled out part of our

Re: [Cegcc-devel] 0.59.1 requires more than one dll for mingw32ce?

2009-09-06 Thread Danny Backx
On Sun, 2009-09-06 at 13:23 +0200, Vincent R. wrote: > > Do you know the status of all this in binutils now ? Now that our gcc > > 4.4 environment is stable, this could be the next topic to look into. > If my memory serves me right IAT issue was fixed by Kai Tietz but he didn't > commit it because

[Cegcc-devel] One year since last libtool release (fwd)

2009-09-06 Thread Vincent Torri
Hey, below is a mail about a possible new release of libtool. All the patches I made for cegcc/mingw32ce should be in the current git repo of libtool. It would be nice if some people other than me can check if the current git libtool works for cegcc/ming32ce targets regards Vincent Torri -

Re: [Cegcc-devel] 0.59.1 requires more than one dll for mingw32ce?

2009-09-06 Thread Vincent R.
> Do you know the status of all this in binutils now ? Now that our gcc > 4.4 environment is stable, this could be the next topic to look into. If my memory serves me right IAT issue was fixed by Kai Tietz but he didn't commit it because of a pseudo-relocation v1 issue. Actually I have never unders