2008-07-02 Pavel Roskin <proski@gnu.org>

* boot/i386/pc/cdboot.S: Add _start entry to fix a linker
	warning.
This commit is contained in:
proski 2008-07-03 00:52:28 +00:00
parent f707af4216
commit e43fc69027
2 changed files with 4 additions and 0 deletions

View file

@ -37,6 +37,7 @@
.globl start, _start
start:
_start:
call next
next: