[Wisp-cvs] wisp/users/dig make-pe-exe.py,1.53,1.54
Status: Alpha
Brought to you by:
digg
|
From: <di...@us...> - 2003-05-15 22:04:23
|
Update of /cvsroot/wisp/wisp/users/dig
In directory sc8-pr-cvs1:/tmp/cvs-serv13964
Modified Files:
make-pe-exe.py
Log Message:
indicate that the symbols are stripped in #coff/flags
Index: make-pe-exe.py
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/make-pe-exe.py,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- make-pe-exe.py 13 May 2003 21:46:49 -0000 1.53
+++ make-pe-exe.py 15 May 2003 22:04:19 -0000 1.54
@@ -333,7 +333,7 @@
e.place_symbol('!coff/symptr', 0)
e.place_symbol('#coff/nsyms', 0)
e.place_symbol('#coff/opthdr', 0x00E0)
-e.place_symbol('#coff/flags', 0x0207)
+e.place_symbol('#coff/flags', 0x020F)
e.place_symbol('#aout/magic', 0x010B) # PE32
e.place_symbol('#aout/linker-version-major', 0)
e.place_symbol('#aout/linker-version-minor', 1)
|