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 a78c3c9717e Fix: Segmentation fault caused by npd in objdump new 832ca732b8a x86-64: Add -z mark-plt and -z nomark-plt
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/elf-linker-x86.h | 3 ++ bfd/elf64-x86-64.c | 7 ++++- bfd/elfxx-x86.c | 47 +++++++++++++++++++++++++++++++- bfd/elfxx-x86.h | 3 ++ binutils/readelf.c | 19 +++++++++++++ include/elf/x86-64.h | 5 ++++ ld/emulparams/elf32_x86_64.sh | 1 + ld/emulparams/elf_x86_64.sh | 1 + ld/emulparams/x86-64-plt.sh | 14 ++++++++++ ld/ld.texi | 11 ++++++++ ld/testsuite/ld-x86-64/mark-plt-1.s | 7 +++++ ld/testsuite/ld-x86-64/mark-plt-1a-x32.d | 12 ++++++++ ld/testsuite/ld-x86-64/mark-plt-1a.d | 12 ++++++++ ld/testsuite/ld-x86-64/mark-plt-1b-x32.d | 16 +++++++++++ ld/testsuite/ld-x86-64/mark-plt-1b.d | 16 +++++++++++ ld/testsuite/ld-x86-64/mark-plt-1c-x32.d | 12 ++++++++ ld/testsuite/ld-x86-64/mark-plt-1c.d | 12 ++++++++ ld/testsuite/ld-x86-64/mark-plt-1d-x32.d | 16 +++++++++++ ld/testsuite/ld-x86-64/mark-plt-1d.d | 16 +++++++++++ ld/testsuite/ld-x86-64/x86-64.exp | 8 ++++++ 20 files changed, 236 insertions(+), 2 deletions(-) create mode 100644 ld/emulparams/x86-64-plt.sh create mode 100644 ld/testsuite/ld-x86-64/mark-plt-1.s create mode 100644 ld/testsuite/ld-x86-64/mark-plt-1a-x32.d create mode 100644 ld/testsuite/ld-x86-64/mark-plt-1a.d create mode 100644 ld/testsuite/ld-x86-64/mark-plt-1b-x32.d create mode 100644 ld/testsuite/ld-x86-64/mark-plt-1b.d create mode 100644 ld/testsuite/ld-x86-64/mark-plt-1c-x32.d create mode 100644 ld/testsuite/ld-x86-64/mark-plt-1c.d create mode 100644 ld/testsuite/ld-x86-64/mark-plt-1d-x32.d create mode 100644 ld/testsuite/ld-x86-64/mark-plt-1d.d