This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 04b31182bf Fix a seg-fault when processing a corrupt binary containing [...] new 97d343d400 x86: Add DT_PLTRELSZ/DT_PLTREL/DT_JMPREL for PLT relocation
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/ChangeLog | 7 +++++++ bfd/elf32-i386.c | 14 +++++++------- bfd/elf64-x86-64.c | 22 +++++++++++----------- ld/ChangeLog | 5 +++++ ld/testsuite/ld-i386/i386.exp | 1 + ld/testsuite/ld-i386/tlsdesc2.d | 10 ++++++++++ ld/testsuite/ld-x86-64/tlsdesc2.d | 10 ++++++++++ ld/testsuite/ld-x86-64/x86-64.exp | 1 + 8 files changed, 52 insertions(+), 18 deletions(-) create mode 100644 ld/testsuite/ld-i386/tlsdesc2.d create mode 100644 ld/testsuite/ld-x86-64/tlsdesc2.d