http://git.etherboot.org
/
people
/
dverkamp
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13137a4
)
Make _load_size accurately reflect the number of bytes in the actual
author
Michael Brown
<mcb30@etherboot.org>
Sun, 11 Mar 2007 00:54:35 +0000
(
00:54
+0000)
committer
Michael Brown
<mcb30@etherboot.org>
Sun, 11 Mar 2007 00:54:35 +0000
(
00:54
+0000)
image file.
src/arch/i386/scripts/i386.lds
patch
|
blob
|
history
diff --git
a/src/arch/i386/scripts/i386.lds
b/src/arch/i386/scripts/i386.lds
index
6adb6b9
..
287c6ba
100644
(file)
--- 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;
/*