diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-04-26 15:34:00 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-04-26 15:34:00 -0700 |
commit | 97d343d40012b1030f1fd219f91efcab180fb3ef (patch) | |
tree | cde57d6b3f72a3b262066a0588833f2b8082599c /gdb/go-lang.c | |
parent | 04b31182bf3f8a1a76e995bdfaaaab4c009b9cb2 (diff) | |
download | gdb-97d343d40012b1030f1fd219f91efcab180fb3ef.zip gdb-97d343d40012b1030f1fd219f91efcab180fb3ef.tar.gz gdb-97d343d40012b1030f1fd219f91efcab180fb3ef.tar.bz2 |
x86: Add DT_PLTRELSZ/DT_PLTREL/DT_JMPREL for PLT relocation
x86, PLT relocation may contain R_386_TLS_DESC or R_X86_64_TLSDESC
even though there is no real PLT. We need to add DT_PLTRELSZ, DT_PLTREL
and DT_JMPREL if there is a .rel.plt/.rela.plt section.
bfd/
* elf32-i386.c (elf_i386_size_dynamic_sections): Alwasys add
DT_PLTRELSZ, DT_PLTREL and DT_JMPREL for .rel.plt section.
* elf64-x86-64.c (elf_x86_64_size_dynamic_sections): Alwasys
add DT_PLTRELSZ, DT_PLTREL and DT_JMPREL for .rela.plt section.
ld/
* testsuite/ld-i386/tlsdesc2.d: New test.
* testsuite/ld-x86-64/tlsdesc2.d: Likewise.
Diffstat (limited to 'gdb/go-lang.c')
0 files changed, 0 insertions, 0 deletions