lkml.org 
[lkml]   [1998]   [Jun]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject2.1.106 patch to satisfy latest gas

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

\
 
 \ /
  Last update: 2005-03-22 13:43    [W:0.021 / U:2.604 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site