undo the previous changes in asm.S because of the incompatibility against older binutils.

This commit is contained in:
okuji 2000-02-07 05:14:46 +00:00
parent 80d4c36c2e
commit a2018f29ff
2 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2000-02-07 OKUJI Yoshinori <okuji@gnu.org>
* stage2/asm.S: Undo the previous changes. Is
binutils-2.9.5.0.25 too strict to break the compatibility?
Reported by Kalle Olavi Niemitalo <tosi@ees2.oulu.fi>.
2000-02-03 OKUJI Yoshinori <okuji@gnu.org>
* stage2/cmdline.c (enter_cmdline): Set BUF_DRIVE to -1 before

View file

@ -694,7 +694,7 @@ ENTRY(chain_stage1)
call EXT_C(prot_to_real)
.code16
DATA32 ADDR32 ljmp *(offset)
DATA32 ADDR32 ljmp (offset)
.code32
#endif /* STAGE1_5 */
@ -734,7 +734,7 @@ ENTRY(chain_stage2)
call EXT_C(prot_to_real)
.code16
DATA32 ADDR32 ljmp *(offset)
DATA32 ADDR32 ljmp (offset)
.code32
#endif /* STAGE1_5 */
@ -1651,7 +1651,7 @@ ENTRY(big_linux_boot)
movw %ax, %ss
/* jump to start */
DATA32 ADDR32 ljmp *(offset)
DATA32 ADDR32 ljmp (offset)
.code32