Commit Graph

6 Commits

Author SHA1 Message Date
Kevin Shanahan
1db7166fc2 trivial: whitespace cleanup in d_polysa.S
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2012-11-22 13:43:04 +10:30
Kevin Shanahan
cbac42b41c model: fix definition of SPAN_SIZE in d_polysa.S
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2012-11-22 13:42:35 +10:30
Tyrann
ed3a3265f0 [PATCH] Replace id386 define
It seems the old trick of undef'ing __i386__ was no longer working under
gcc-4.1, so replace the id386 define (controlled by header files) with
USE_X86_ASM (controlled by Makefile).

The checks for id386 in the assembly files are now gone (if you don't want
them, they shouldn't be compiled) and a few extra whitespace cleanups crept
in.

Signed-off-by: Tyrann <tyrann@disenchant.net>
2006-09-10 19:14:02 +09:30
Tyrann
4ec5fecf69 [PATCH] Fix indirect jmp without *
Gcc has been warning about these for long enough - may as well fix them. IIRC,
they were originally left out because the old gas2masm tool couldn't
understand them.

Signed-off-by: Tyrann <tyrann@disenchant.net>
2006-09-10 19:12:11 +09:30
Tyrann
01d9fbc38e [PATCH] Consistent whitespace in asm
Whitespace changes only.

Signed-off-by: Tyrann <tyrann@disenchant.net>
2006-09-10 19:12:11 +09:30
Tyrann
130e22195a Import v0.47 sources 2006-09-10 19:02:51 +09:30