2.1.106 patch to satisfy latest gas

Alan Modra (alan@spri.levels.unisa.edu.au)
Sun, 14 Jun 1998 23:40:37 +0930 (CST)


The latest version of gas (correctly) complains about an absolute jump
without a `*'.

--- linux-2.1.106/arch/i386/lib/checksum.c Sun Jun 14 22:47:10 1998
+++ linux/arch/i386/lib/checksum.c Sun Jun 14 23:26:45 1998
@@ -118,7 +118,7 @@
negl %%ebx
lea 45f(%%ebx,%%ebx,2), %%ebx
testl %%esi, %%esi
- jmp %%ebx
+ jmp *%%ebx

# Handle 2-byte-aligned regions
20: addw (%%esi), %%ax
@@ -369,7 +369,7 @@
subl %%ebx, %%edi
lea 3f(%%ebx,%%ebx), %%ebx
testl %%esi, %%esi
- jmp %%ebx
+ jmp *%%ebx
1: addl $64,%%esi
addl $64,%%edi\n"
ROUND1(-64) ROUND(-60) ROUND(-56) ROUND(-52)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu