aboutsummaryrefslogtreecommitdiffstats
path: root/core/isolinux.asm
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-05-13 18:38:46 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-05-13 18:38:46 -0700
commit376a2bfe09b8292140d7a40ce77a1cc7f4316e17 (patch)
tree74a9943bae1d45bfe0ec59dc1412d00b8c54f6a6 /core/isolinux.asm
parent577e49042d7266a9676244b4a89caf3bda184e7d (diff)
downloadsyslinux-376a2bfe09b8292140d7a40ce77a1cc7f4316e17.tar.gz
core: obsolete .bss1 and .bss2
Remove the obsolete .bss1 and .bss2 segments; they represent segment balancing which is no longer useful. The current balance between .earlybss, .bss and .uibss seems to be sufficient; if we need more balancing in the future then we need to start over anyway. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'core/isolinux.asm')
-rw-r--r--core/isolinux.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/isolinux.asm b/core/isolinux.asm
index 4cb4cb86..921f7faf 100644
--- a/core/isolinux.asm
+++ b/core/isolinux.asm
@@ -102,7 +102,7 @@ trackbuf resb trackbufsize ; Track buffer goes here
; Some of these are touched before the whole image
; is loaded. DO NOT move this to .uibss.
- section .bss2
+ section .bss
alignb 4
ISOFileName resb 64 ; ISO filename canonicalization buffer
ISOFileNameEnd equ $