Sweden-Number/tools/winebuild
Simon Richter 238e1868b2 winebuild: Fix import stub on ppc.
The address calculation was wrong, as the addition of the lower 16 bits
is a signed addition, so if bit 15 is set, the upper 16 bits need to be
incremented by one (so the hi portion of the symbol always references
the symbol + 0x8000).
2008-06-02 12:33:47 +02:00
..
Makefile.in
build.h
import.c winebuild: Fix import stub on ppc. 2008-06-02 12:33:47 +02:00
main.c winebuild: Add support for 16-bit exe modules. 2008-03-03 15:19:53 +01:00
parser.c
relay.c Get rid of the global thread.h header. 2008-03-01 11:57:00 +01:00
res16.c
res32.c
spec16.c winebuild: Add support for 16-bit exe modules. 2008-03-03 15:19:53 +01:00
spec32.c winebuild: Fix branch mnemonic on ppc. 2008-06-02 12:33:27 +02:00
utils.c
winebuild.man.in