mirror of
https://github.com/ipxe/ipxe
synced 2026-02-28 03:11:18 +03:00
Make _load_size accurately reflect the number of bytes in the actual
image file.
This commit is contained in:
@@ -213,8 +213,6 @@ SECTIONS {
|
|||||||
_textdata_progbits_size = _etextdata_progbits - _textdata;
|
_textdata_progbits_size = _etextdata_progbits - _textdata;
|
||||||
. = _textdata_load_addr + _textdata_progbits_size;
|
. = _textdata_load_addr + _textdata_progbits_size;
|
||||||
|
|
||||||
. = ALIGN ( _max_align );
|
|
||||||
|
|
||||||
_load_size = . - _load_addr;
|
_load_size = . - _load_addr;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user