public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 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

* Re: 2.5.8-pre1 binutils-related regression on x86
  2002-04-04 16:33 2.5.8-pre1 binutils-related regression on x86 Mikael Pettersson
@ 2002-04-04 16:44 ` Dave Jones
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Jones @ 2002-04-04 16:44 UTC (permalink / raw)
  To: Mikael Pettersson; +Cc: torvalds, linux-kernel

On Thu, Apr 04, 2002 at 06:33:24PM +0200, Mikael Pettersson wrote:

 > -	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.

GAR!, my bad.  Most of the silly bits seem to stem from early 2.5
merges, hopefully there's not too many more sillies.

-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs

^ 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