x86: Update X86_64_GOT_TYPE_P to cover more GOT relocations
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 3 Feb 2022 19:48:16 +0000 (11:48 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 3 Feb 2022 19:51:18 +0000 (11:51 -0800)
commit8d26ee1cd166b8565df17c82e7ecc9d35b5a367f
tree90bf445a1746d9ab2a0be0b819ca26b0e92ce946
parent9d5d41c405a7ad4c843e35d899c93cb7dd36d291
x86: Update X86_64_GOT_TYPE_P to cover more GOT relocations

Add R_X86_64_GOT32, R_X86_64_GOT64, R_X86_64_GOTPCREL64 and
R_X86_64_GOTPLT64 to X86_64_GOT_TYPE_P to cover more GOT relocations.

PR ld/28858
* elfxx-x86.h (X86_64_GOT_TYPE_P): Add R_X86_64_GOT32,
R_X86_64_GOT64, R_X86_64_GOTPCREL64 and R_X86_64_GOTPLT64.
bfd/elfxx-x86.h