Prevent hundreds of errors from "make symcheck". The prefix exit path

mechanism has changed anyway, and so must be rewritten, but at least doing
this makes the output of "make symcheck" more legible.
This commit is contained in:
Michael Brown
2005-04-23 14:57:53 +00:00
parent d94cb57143
commit 698f86f25a
11 changed files with 0 additions and 29 deletions

View File

@@ -43,7 +43,6 @@
.arch i386
.org 0
.section ".prefix", "ax", @progbits
.globl _prefix
_prefix:
.word 0xAA55 /* BIOS extension signature */
size: .byte 0 /* number of 512 byte blocks */
@@ -254,7 +253,6 @@ invoke:
.section ".text16", "ax", @progbits
.globl prefix_exit
prefix_exit:
popw %ax /* padding */
popw %ax /* %ax = exit code */
@@ -269,7 +267,6 @@ prefix_exit:
int $BOOT_INT /* Try original vector */
2: /* Exit via int $0x18 */
int $0x18 /* As per BIOS Boot Spec, next dev */
.globl prefix_exit_end
prefix_exit_end:
.previous