x86, boot: use .code16gcc instead of .code16
commit28b4868820a56de661f54742ff91b78e12f1e582
authorH. Peter Anvin <hpa@zytor.com>
Wed, 17 Jun 2009 00:39:04 +0000 (16 17:39 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 17 Jun 2009 00:47:32 +0000 (16 17:47 -0700)
tree8e414ee3ef78b0b0ed4f0b47f703d1c3bfe16bd3
parente2a7147640a54eb812c8ab5f3ee4424b92db4856
x86, boot: use .code16gcc instead of .code16

Use .code16gcc to compile arch/x86/boot/bioscall.S rather than
.code16, since some older versions of binutils can't generate 32-bit
addressing expressions (67 prefixes) in .code16 mode, only in
.code16gcc mode.

Reported-by: Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/boot/bioscall.S