Dmitry N. Mikushin
unread,Nov 5, 2012, 11:01:10 AM11/5/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to asf...@googlegroups.com
Dear all,
The attached patch does two things:
1) Duplicates the contents of .shstrtab to the beginning of .strtab,
in order to have nice string names for section-symbols in symbols
table (they are currently all empty).
2) Cleanup first symbols in table. It currently consists of 6 entries:
UND, ".shstrtab" + ".strbtab", ".symtab", UND, UND. Why 6? I changed
it to the usual flow: UND, ".shstrtab" + ".strbtab", ".symtab"
Best,
- D.