Check branch displacement overflow in x86-64 PLT entry
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 22 Nov 2014 16:58:07 +0000 (08:58 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 22 Nov 2014 16:58:07 +0000 (08:58 -0800)
commit35a14c6b54b63adc6b6ef28a4e4403bb271b9bdd
treebe0f5a56d4d72e205620f312fe0a4113754e1d08
parent84429e27c826c74b99791b8f1efe8dce03cfa6ca
Check branch displacement overflow in x86-64 PLT entry

Displacement of branch to PLT0 in x86-64 PLT entry is signed 32-bit.
This patch adds a sanity check.  We will only see the failure when PLT
size is > 2GB.

* elf64-x86-64.c (elf_x86_64_finish_dynamic_symbol): Check
branch displacement overflow in PLT entry.
bfd/ChangeLog
bfd/elf64-x86-64.c