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 be3f100674 MIPS/GAS: Unify GP-relative percent-ops new 256afbc259 Replace "return" with "break" new 68f2f2e308 Fix rust_dump_subexp_body new 6830f270e7 Avoid exponential behavior in rust_evaluate_subexp new 73caa85d4a x86: Merge X86_ISA_1_USED/X86_ISA_1_NEEDED properties
The 4 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 | 3 +- bfd/elf64-x86-64.c | 3 +- gdb/ChangeLog | 15 +++++++ gdb/rust-lang.c | 22 +++++----- ld/ChangeLog | 9 ++++ ld/testsuite/ld-i386/i386.exp | 1 + ld/testsuite/ld-i386/property-x86-3.d | 9 ++++ .../ld-i386/{property-x86-1.S => property-x86-3.s} | 29 +++++++++--- ld/testsuite/ld-x86-64/property-x86-3.d | 9 ++++ ld/testsuite/ld-x86-64/property-x86-3.s | 51 ++++++++++++++++++++++ ld/testsuite/ld-x86-64/x86-64.exp | 1 + 12 files changed, 141 insertions(+), 18 deletions(-) create mode 100644 ld/testsuite/ld-i386/property-x86-3.d copy ld/testsuite/ld-i386/{property-x86-1.S => property-x86-3.s} (55%) create mode 100644 ld/testsuite/ld-x86-64/property-x86-3.d create mode 100644 ld/testsuite/ld-x86-64/property-x86-3.s