diff --git a/ChangeLog b/ChangeLog index 9c0073459..104e13155 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-02-07 OKUJI Yoshinori + + * 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 . + 2000-02-03 OKUJI Yoshinori * stage2/cmdline.c (enter_cmdline): Set BUF_DRIVE to -1 before diff --git a/stage2/asm.S b/stage2/asm.S index 8098f2f4c..407f2c59b 100644 --- a/stage2/asm.S +++ b/stage2/asm.S @@ -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