是否有关于 ELF 文件版本部分的文档?
Is there any documention about ELF file's version sections?
我看到一个 Elf 文件可能包含诸如 .gnu.version 之类的版本部分(readelf -V 以显示这些内容)。这些信息的含义是什么?是否有关于版本部分的文档?
恐怕最完整的文档是 Ulrich Drepper's notes however stale/incomplete they are. You can also get some inspiration from Solaris docs(Linux 动态链接毕竟是 Solaris 的可耻^W 副本)。
许多人抱怨缺乏明确的文件,包括 Glibc maintainers themselves。
除了yugr的更多实现文档外,我过去blogged about this几次,所以你可以在那里寻找一些"why and how to use"信息。
我看到一个 Elf 文件可能包含诸如 .gnu.version 之类的版本部分(readelf -V 以显示这些内容)。这些信息的含义是什么?是否有关于版本部分的文档?
恐怕最完整的文档是 Ulrich Drepper's notes however stale/incomplete they are. You can also get some inspiration from Solaris docs(Linux 动态链接毕竟是 Solaris 的可耻^W 副本)。
许多人抱怨缺乏明确的文件,包括 Glibc maintainers themselves。
除了yugr的更多实现文档外,我过去blogged about this几次,所以你可以在那里寻找一些"why and how to use"信息。