]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Make _load_size accurately reflect the number of bytes in the actual
authorMichael Brown <mcb30@etherboot.org>
Sun, 11 Mar 2007 00:54:35 +0000 (00:54 +0000)
committerMichael Brown <mcb30@etherboot.org>
Sun, 11 Mar 2007 00:54:35 +0000 (00:54 +0000)
image file.

src/arch/i386/scripts/i386.lds

index 6adb6b99d6059100005e7e5684199472a3a1f552..287c6bae199bbcc0a315b21d0c94ca94745831b8 100644 (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;
 
     /*