[Wisp-cvs] wisp/users/dig pe.py,1.17,1.18
Status: Alpha
Brought to you by:
digg
|
From: <di...@us...> - 2003-05-18 23:49:44
|
Update of /cvsroot/wisp/wisp/users/dig
In directory sc8-pr-cvs1:/tmp/cvs-serv1690
Modified Files:
pe.py
Log Message:
tranified some more of make_pe_aout_header via Interpreter.do
Index: pe.py
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/pe.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- pe.py 18 May 2003 21:56:26 -0000 1.17
+++ pe.py 18 May 2003 23:49:41 -0000 1.18
@@ -93,9 +93,10 @@
' #aout/stack-commit-size t,
' #aout/heap-reserve-size t,
' #aout/heap-commit-size t,
+ 0 t,""" + # loader flags -- obsolete
+ """
+ ' #aout/dict-entry-count t,
""")
- h.emit_tetra(0) # loader flags - obsolete
- h.emit_tetra_sum(['#aout/dict-entry-count'])
h.emit_tetra_sum(['&export-table', '#rva'])
h.emit_tetra_sum(['#export-table/size'])
h.emit_tetra_sum(['&.imports', '#rva'])
|