From: Michael Brown Date: Sun, 11 Mar 2007 00:54:35 +0000 (+0000) Subject: Make _load_size accurately reflect the number of bytes in the actual X-Git-Tag: v0.9.3~443 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=628f6eddcce6922c8d30e422d5b4877770779e20;p=thirdparty%2Fipxe.git Make _load_size accurately reflect the number of bytes in the actual image file. --- diff --git a/src/arch/i386/scripts/i386.lds b/src/arch/i386/scripts/i386.lds index 6adb6b99d..287c6bae1 100644 --- a/src/arch/i386/scripts/i386.lds +++ b/src/arch/i386/scripts/i386.lds @@ -213,8 +213,6 @@ SECTIONS { _textdata_progbits_size = _etextdata_progbits - _textdata; . = _textdata_load_addr + _textdata_progbits_size; - . = ALIGN ( _max_align ); - _load_size = . - _load_addr; /*