[Wisp-cvs] wisp/users/dig make-pe-exe.py,1.27,1.28
Status: Alpha
Brought to you by:
digg
|
From: <di...@us...> - 2003-05-10 18:57:40
|
Update of /cvsroot/wisp/wisp/users/dig
In directory sc8-pr-cvs1:/tmp/cvs-serv1935
Modified Files:
make-pe-exe.py
Log Message:
additional alignment for the first section in file
Index: make-pe-exe.py
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/make-pe-exe.py,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- make-pe-exe.py 10 May 2003 18:41:40 -0000 1.27
+++ make-pe-exe.py 10 May 2003 18:57:37 -0000 1.28
@@ -314,6 +314,7 @@
istubs.emit_tetra_sum(['&.imports/slot/' + sym + '@' + dll])
# paste sections together
+e.align(512)
base_address = 0x00400000
memory_boundary = base_address
for s in sectnames:
|