diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-05-13 18:38:46 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-05-13 18:38:46 -0700 |
commit | 376a2bfe09b8292140d7a40ce77a1cc7f4316e17 (patch) | |
tree | 74a9943bae1d45bfe0ec59dc1412d00b8c54f6a6 /core/comboot.inc | |
parent | 577e49042d7266a9676244b4a89caf3bda184e7d (diff) | |
download | syslinux-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/comboot.inc')
-rw-r--r-- | core/comboot.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/comboot.inc b/core/comboot.inc index 4db0b3e0..1c4695ba 100644 --- a/core/comboot.inc +++ b/core/comboot.inc @@ -1067,7 +1067,7 @@ feature_flags_len equ ($-feature_flags) err_notdos db ': attempted DOS system call INT ',0 err_comlarge db 'COMBOOT image too large.', CR, LF, 0 - section .bss1 + section .bss alignb 4 DOSErrTramp resd 33 ; Error trampolines ConfigName resb FILENAME_MAX |