2.5.8-pre1 binutils-related regression on x86

From: Mikael Pettersson (mikpe@csd.uu.se)
Date: Thu Apr 04 2002 - 11:33:24 EST


2.5.8-pre1 includes the following patch:

diff -Nru a/arch/i386/boot/setup.S b/arch/i386/boot/setup.S
--- a/arch/i386/boot/setup.S Wed Apr 3 17:11:13 2002
+++ b/arch/i386/boot/setup.S Wed Apr 3 17:11:13 2002
@@ -544,7 +544,7 @@
         cmpw $0, %cs:realmode_swtch
         jz rmodeswtch_normal
 
- lcall *%cs:realmode_swtch
+ lcall %cs:realmode_swtch
 
         jmp rmodeswtch_end
 
The "*" was put there early in the 2.5 series, to allow non-
antique binutils to assemble the code cleanly without warnings.
This patch reintroduces those warnings. Uncool.

/Mikael
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Apr 07 2002 - 22:00:14 EST