[llvm-dev] [LLD] Is there any reason to add _GLOBAL_OFFSET_TABLE_ to .dynsym?

Joerg Sonnenberger via llvm-dev llvm-dev at lists.llvm.org
Wed Feb 10 05:22:27 PST 2016


On Mon, Feb 08, 2016 at 05:22:03PM +0300, Simon Atanasyan via llvm-dev wrote:
> When LLD builds a shared library for x86_64 it puts
> _GLOBAL_OFFSET_TABLE_ to the both .symtab and .dynsym and defines it
> as a GLOBAL symbol.

It shouldn't put it into .dynsym. It can be useful in .symtab for
debugging purposes.

Joerg


More information about the llvm-dev mailing list