CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/11/06 07:59:27
Modified files:
usr.bin/ctfconv: ctfconv.c elf.c
usr.bin/ctfdump: ctfdump.c elf.c
Log message:
Use the symtab's sh_link to get the string table section.
This is technically more correct than looking for ".strtab" and allows
us to get rid of unportable ELF_STRTAB.
We can also get rid of the hack for some incorrect ELF files since we
no longer try to apply relocations for the string table.
>From Mark Johnston, markj@FreeBSD