From: Matt Fleming Date: Thu, 22 Nov 2012 14:31:06 +0000 (+0000) Subject: isolinux: Make BIOSName global X-Git-Tag: syslinux-5.00-pre11~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f4b77b82f265d9b7db8a3823cc33d21031bf0236;p=platform%2Fupstream%2Fsyslinux.git isolinux: Make BIOSName global commit 967ee8a1ed49 ("CLI: Add Ctrl + V support for printing the Syslinux version") should have made the BIOSName symbol global in core/isolinux.asm. Without this change ldlinux.c32 will hang because it cannot resolve the 'BIOSName' symbol. Signed-off-by: Matt Fleming --- diff --git a/core/isolinux.asm b/core/isolinux.asm index 5930a1e..617003c 100644 --- a/core/isolinux.asm +++ b/core/isolinux.asm @@ -68,6 +68,7 @@ trackbuf resb trackbufsize ; Track buffer goes here ; Some of these are touched before the whole image ; is loaded. DO NOT move this to .bss16/.uibss. section .earlybss + global BIOSName alignb 4 FirstSecSum resd 1 ; Checksum of bytes 64-2048 ImageDwords resd 1 ; isolinux.bin size, dwords