On Tue, 2004-06-01 at 09:50 +0200, Hans Leidekker wrote:
> I suspect .previous is ELF specific?
Yes, .previous is ELF specific. It reverts the assembler to generating
output in whatever the previous section was, so if you write:
.text
blah blah blah
.previous
then you are now back in the sectio
On Sunday 30 May 2004 02:59, Kevin Koltzau wrote:
> This patch
> http://cvs.winehq.org/patch.py?id=12495
> seems to have broken the mingw build, currently getting
Are you saying you could build Wine with MinGW before this patch?
> i386-mingw32msvc-gcc -c -I. -I. -I../../include -I../../include
This patch
http://cvs.winehq.org/patch.py?id=12495
seems to have broken the mingw build, currently getting
i386-mingw32msvc-gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__
-D_REENTRANT -Wall -pipe -fno-strength-reduce -mpreferred-stack-boundary=2
-fno-strict-aliasing -gstabs+ -Wpoi