* 2.5.8-pre1 binutils-related regression on x86
@ 2002-04-04 16:33 Mikael Pettersson
2002-04-04 16:44 ` Dave Jones
0 siblings, 1 reply; 2+ messages in thread
From: Mikael Pettersson @ 2002-04-04 16:33 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-04-04 16:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-04 16:33 2.5.8-pre1 binutils-related regression on x86 Mikael Pettersson
2002-04-04 16:44 ` Dave Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox