2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-11-23 01:51:58 +00:00

Make _load_size accurately reflect the number of bytes in the actual

image file.
This commit is contained in:
Michael Brown 2007-03-11 00:54:35 +00:00
parent 13137a4d61
commit 628f6eddcc

View File

@ -213,8 +213,6 @@ SECTIONS {
_textdata_progbits_size = _etextdata_progbits - _textdata;
. = _textdata_load_addr + _textdata_progbits_size;
. = ALIGN ( _max_align );
_load_size = . - _load_addr;
/*