mirror of
https://github.com/ipxe/ipxe
synced 2025-12-30 22:08:48 +03:00
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:
@@ -88,9 +88,7 @@ elf_note_end:
|
||||
|
||||
/* Dummy routines to satisfy the build */
|
||||
.section ".text16", "ax", @progbits
|
||||
.globl prefix_exit
|
||||
prefix_exit:
|
||||
|
||||
.globl prefix_exit_end
|
||||
prefix_exit_end:
|
||||
.previous
|
||||
|
||||
Reference in New Issue
Block a user