|
From: Julian S. <js...@ac...> - 2009-08-25 14:02:06
|
> Yes. glibc no longer defines a symbol 'strlen' with type STT_FUNC. > Instead the symbol is 'strlen' with type STT_IFUNC. > So the name has the wrong "flavour" as far as get_elf_symbol_info > (coregrind/m_debuginfo/readelf.c; etc.) is concerned. So then we just need to ensure that the elf symbol reader accepts STT_IFUNC symbols and everything will work as before. Right? J |