[Wisp-cvs] wisp/users/dig makehello.py,1.9,1.10
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2003-02-17 00:19:12
|
Update of /cvsroot/wisp/wisp/users/dig In directory sc8-pr-cvs1:/tmp/cvs-serv20270 Modified Files: makehello.py Log Message: dump after linking, not before Index: makehello.py =================================================================== RCS file: /cvsroot/wisp/wisp/users/dig/makehello.py,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- makehello.py 16 Feb 2003 10:48:17 -0000 1.9 +++ makehello.py 17 Feb 2003 00:19:08 -0000 1.10 @@ -149,8 +149,8 @@ symbols['elf/shoff'] = hello.extend(section_header_table) symbols['elf/shnum'] = 4 symbols['elf/shstrndx'] = 3 -hello.dump() hello.link(symbols) +hello.dump() f = open('hello', 'w') hello.get_file().tofile(f) |