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 69a91bcd6eb RISC-V: Add support for ssdbltrp and smdbltrp extension. new b574b26ac79 testsuite, threads: add missing return statements new 8cd1d971e71 x86/COFF: support RVA (image-relative) relocations in insn [...] new 64aafe3e86c x86/COFF: support section-index relocations in insn operands new a96a8b7367b x86: always set ISA_1_BASELINE property for 64-bit objects new 57c526470bb x86: default to not accepting MPX insns
The 5 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: gas/config/tc-i386.c | 20 +++++++++-- gas/testsuite/gas/i386/bnd.l | 14 ++++---- gas/testsuite/gas/i386/bnd.s | 1 - gas/testsuite/gas/i386/got-no-relax.d | 2 +- gas/testsuite/gas/i386/got.d | 2 +- gas/testsuite/gas/i386/i386.exp | 7 ++-- gas/testsuite/gas/i386/imgrel.d | 40 ++++++++++++++++++++++ gas/testsuite/gas/i386/imgrel.s | 31 +++++++++++++++++ gas/testsuite/gas/i386/lfence-load.d | 2 +- gas/testsuite/gas/i386/mpx-16bit.d | 2 +- gas/testsuite/gas/i386/mpx-add-bnd-prefix.d | 2 +- gas/testsuite/gas/i386/mpx.d | 1 + gas/testsuite/gas/i386/notrack-intel.d | 1 + gas/testsuite/gas/i386/notrack.d | 1 + gas/testsuite/gas/i386/opts-intel.d | 1 + gas/testsuite/gas/i386/opts.d | 1 + gas/testsuite/gas/i386/pseudos.d | 2 +- gas/testsuite/gas/i386/secidx.d | 11 +++++- gas/testsuite/gas/i386/secidx.s | 6 ++++ .../gas/i386/solaris/x86-64-mpx-branch-1.d | 2 +- .../gas/i386/solaris/x86-64-mpx-branch-2.d | 2 +- gas/testsuite/gas/i386/sse2avx-opts-intel.d | 2 +- gas/testsuite/gas/i386/sse2avx-opts.d | 2 +- gas/testsuite/gas/i386/x86-64-imgrel.d | 40 ++++++++++++++++++++++ gas/testsuite/gas/i386/x86-64-imgrel.s | 31 +++++++++++++++++ gas/testsuite/gas/i386/x86-64-lfence-load.d | 2 +- gas/testsuite/gas/i386/x86-64-mpx-add-bnd-prefix.d | 2 +- gas/testsuite/gas/i386/x86-64-mpx-addr32.d | 1 + gas/testsuite/gas/i386/x86-64-mpx-branch-1.d | 2 +- gas/testsuite/gas/i386/x86-64-mpx-branch-2.d | 2 +- gas/testsuite/gas/i386/x86-64-mpx.d | 1 + gas/testsuite/gas/i386/x86-64-notrack-intel.d | 1 + gas/testsuite/gas/i386/x86-64-notrack.d | 1 + gas/testsuite/gas/i386/x86-64-property-14.d | 4 +-- gas/testsuite/gas/i386/x86-64-pseudos.d | 2 +- gas/testsuite/gas/i386/x86-64-secidx.d | 25 ++++++++++++++ gas/testsuite/gas/i386/x86-64-secidx.s | 13 +++++++ gas/testsuite/gas/i386/x86-64.exp | 12 ++++--- .../gdb.threads/next-fork-exec-other-thread.c | 4 +++ .../process-exit-status-is-leader-exit-status.c | 1 + ld/testsuite/ld-x86-64/pr24322a-x32.d | 2 +- ld/testsuite/ld-x86-64/pr24322a.d | 2 +- ld/testsuite/ld-x86-64/pr24322b-x32.d | 2 +- ld/testsuite/ld-x86-64/pr24322b.d | 2 +- ld/testsuite/ld-x86-64/pr24458a-x32.d | 2 +- ld/testsuite/ld-x86-64/pr24458a.d | 2 +- ld/testsuite/ld-x86-64/pr24458b-x32.d | 2 +- ld/testsuite/ld-x86-64/pr24458b.d | 2 +- ld/testsuite/ld-x86-64/pr24458c-x32.d | 2 +- ld/testsuite/ld-x86-64/pr24458c.d | 2 +- ld/testsuite/ld-x86-64/property-1a.r | 2 +- ld/testsuite/ld-x86-64/property-2a.r | 2 +- ld/testsuite/ld-x86-64/property-x86-4a-x32.d | 2 +- ld/testsuite/ld-x86-64/property-x86-4a.d | 2 +- ld/testsuite/ld-x86-64/property-x86-ibt5-x32.d | 2 +- ld/testsuite/ld-x86-64/property-x86-ibt5.d | 2 +- ld/testsuite/ld-x86-64/property-x86-lam-u48-5.d | 2 +- ld/testsuite/ld-x86-64/property-x86-lam-u57-5.d | 2 +- ld/testsuite/ld-x86-64/property-x86-shstk5-x32.d | 2 +- ld/testsuite/ld-x86-64/property-x86-shstk5.d | 2 +- opcodes/i386-gen.c | 2 +- opcodes/i386-init.h | 2 +- 62 files changed, 284 insertions(+), 59 deletions(-) create mode 100644 gas/testsuite/gas/i386/imgrel.d create mode 100644 gas/testsuite/gas/i386/imgrel.s create mode 100644 gas/testsuite/gas/i386/x86-64-imgrel.d create mode 100644 gas/testsuite/gas/i386/x86-64-imgrel.s create mode 100644 gas/testsuite/gas/i386/x86-64-secidx.d create mode 100644 gas/testsuite/gas/i386/x86-64-secidx.s