[Wisp-cvs] wisp/users/dig elf.py,1.19,1.20
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2003-04-12 16:31:01
|
Update of /cvsroot/wisp/wisp/users/dig In directory sc8-pr-cvs1:/tmp/cvs-serv18234 Modified Files: elf.py Log Message: added guesswork entry for .dynsym Index: elf.py =================================================================== RCS file: /cvsroot/wisp/wisp/users/dig/elf.py,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- elf.py 12 Apr 2003 13:11:58 -0000 1.19 +++ elf.py 12 Apr 2003 16:30:57 -0000 1.20 @@ -434,10 +434,11 @@ '.data': 'rw--', '.debug': '----', '.dynstr': 'a--s', + '.dynsym': 'a---', '.line': '----', '.note': '----', '.rodata': 'r---', - '.shstrtab': '---s', + '.shstrtab': 'a--s', '.symstr': 'a--s', '.symtab': 'a---', '.text': 'r-x-'}) |