commit | 8d26ee1cd166b8565df17c82e7ecc9d35b5a367f | [log] [tgz] |
---|---|---|
author | H.J. Lu <hjl.tools@gmail.com> | Thu Feb 03 11:48:16 2022 -0800 |
committer | H.J. Lu <hjl.tools@gmail.com> | Thu Feb 03 11:51:18 2022 -0800 |
tree | 90bf445a1746d9ab2a0be0b819ca26b0e92ce946 | |
parent | 9d5d41c405a7ad4c843e35d899c93cb7dd36d291 [diff] |
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.