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 dd57c19c1a Re-indent elf_x86_64_relocate_section new 1d550c828c Introduce strncmp_iw new c5bb8910e8 x86-64: Limit PIC check to shared library build
The 2 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/elf64-x86-64.c | 4 +- gdb/ChangeLog | 11 ++++++ gdb/utils.c | 77 ++++++++++++++++++++++++++------------ gdb/utils.h | 19 +++++++++- ld/testsuite/ld-x86-64/pie3-nacl.d | 14 +++++++ ld/testsuite/ld-x86-64/pie3.d | 13 +++++++ ld/testsuite/ld-x86-64/pie3.s | 5 +++ ld/testsuite/ld-x86-64/x86-64.exp | 2 + 8 files changed, 118 insertions(+), 27 deletions(-) create mode 100644 ld/testsuite/ld-x86-64/pie3-nacl.d create mode 100644 ld/testsuite/ld-x86-64/pie3.d create mode 100644 ld/testsuite/ld-x86-64/pie3.s