Update of /cvsroot/wisp/wisp/users/dig
In directory sc8-pr-cvs1:/tmp/cvs-serv758
Modified Files:
elf.py
Log Message:
minor cleanup
Index: elf.py
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/elf.py,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- elf.py 15 Apr 2003 21:27:31 -0000 1.37
+++ elf.py 21 Apr 2003 11:35:56 -0000 1.38
@@ -611,7 +611,6 @@
binary.paste(-1, section, skip_addr = want_relocatable)
if want_symbols:
symtab = sections['.symtab']
- symstr = sections['.symstr']
for symbol, value in section.get_symbols():
if symbol[0] == '&': # only process memory references
symtab.emit_entry(symbol, value, shentnames.index(name) + 1)
|