This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_34-branch in repository binutils-gdb.
from 93b9bf1651a PowerPC TPREL_HA/LO optimisation new 5c1bd3f52c6 x86: Properly merge -z ibt and -z shstk new 0c8652fe288 x86: Update GNU property tests
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/ChangeLog | 6 ++++ bfd/elfxx-x86.c | 31 ++++++++++++-------- ld/ChangeLog | 26 +++++++++++++++++ ld/testsuite/ld-i386/i386.exp | 3 ++ ld/testsuite/ld-i386/pr26711-1.d | 10 +++++++ ld/testsuite/ld-i386/pr26711-2.d | 10 +++++++ ld/testsuite/ld-i386/pr26711-3.d | 10 +++++++ ld/testsuite/ld-i386/property-3.r | 1 + ld/testsuite/ld-i386/property-4.r | 1 + ld/testsuite/ld-i386/property-5.r | 1 + .../property-3.r => ld-x86-64/pr26711-1-x32.d} | 11 +++++--- ld/testsuite/ld-x86-64/pr26711-1.d | 10 +++++++ ld/testsuite/ld-x86-64/pr26711-2-x32.d | 10 +++++++ ld/testsuite/ld-x86-64/pr26711-2.d | 10 +++++++ ld/testsuite/ld-x86-64/pr26711-3-x32.d | 10 +++++++ ld/testsuite/ld-x86-64/pr26711-3.d | 10 +++++++ ld/testsuite/ld-x86-64/pr26711.s | 33 ++++++++++++++++++++++ ld/testsuite/ld-x86-64/property-3.r | 1 + ld/testsuite/ld-x86-64/property-4.r | 1 + ld/testsuite/ld-x86-64/property-5.r | 1 + ld/testsuite/ld-x86-64/x86-64.exp | 6 ++++ 21 files changed, 186 insertions(+), 16 deletions(-) create mode 100644 ld/testsuite/ld-i386/pr26711-1.d create mode 100644 ld/testsuite/ld-i386/pr26711-2.d create mode 100644 ld/testsuite/ld-i386/pr26711-3.d copy ld/testsuite/{ld-i386/property-3.r => ld-x86-64/pr26711-1-x32.d} (50%) create mode 100644 ld/testsuite/ld-x86-64/pr26711-1.d create mode 100644 ld/testsuite/ld-x86-64/pr26711-2-x32.d create mode 100644 ld/testsuite/ld-x86-64/pr26711-2.d create mode 100644 ld/testsuite/ld-x86-64/pr26711-3-x32.d create mode 100644 ld/testsuite/ld-x86-64/pr26711-3.d create mode 100644 ld/testsuite/ld-x86-64/pr26711.s