This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/hjl/pr22393 in repository binutils-gdb.
discards b7efc5daf4 ld: Create a new LOAD segment for text-only LOAD segment discards ec3d9464d3 ld: Add TEXT_SEGMENT_ALIGN/TEXT_SEGMENT_{RELRO_}END discards 33e061633f ld: Add "-z textonly" option to ELF linker adds 2abc2bec4d x86-64/Intel: issue diagnostic for out of range displacement adds 1187cf29b1 x86/Intel: don't mistake riz/eiz as base register adds 897e603cb9 x86: {f,}xsave64 / {f,}xrstor64 / xsaveopt64 should not allo [...] adds b76bc5d54e x86: don't default variable shift count insns to 8-bit operand size adds 5be87c8fa7 PE: don't corrupt section flags when linking from ELF objects adds 6465780617 gas/ia64: fix testsuite failures adds 5b2b928e83 gas/arm64: don't emit stack pointer symbol table entries adds 5616b6c32f Enable hardware single step for m68k in GDBServer adds 58e6cc77b7 ld: Replace exp_dataseg_none with exp_seg_none adds 8f8a20af3f Automatic date update in version.in adds ddbb44cf36 gdb.opt/inline-locals.exp: Remove trailing parentheses in te [...] adds 2d0d44d514 Inconsistent .eh_frame_hdr on powerpc64 adds df145ef656 x86: string insns don't allow displacements adds 2645e1d079 x86: add support for AVX-512 VPCMP*{B,W} pseudo-ops adds be92cb147d x86: add disassembler support for XOP VPCOM* pseudo-ops adds 640d0ed874 ld-ifunc non-PIC tests adds 06bcf5416f PR22431, powerpc64 ld segfault when .plt discarded new 233e943ba4 ld: Add "-z textonly" option to ELF linker new d6d9d7d077 ld: Add TEXT_SEGMENT_ALIGN/TEXT_SEGMENT_{RELRO_}END new c4f8600417 ld: Create a new LOAD segment for text-only LOAD segment new 611c9f89e0 ld/ppc/spu: Also set expld.textseg.phase to exp_seg_none new 983c940c8e ld: Add tests for -z textonly and -z notextonly new 867cf7c85f x86-64: Add tests for -z textonly -z max-page-size=0x1000
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (b7efc5daf4) \ N -- N -- N refs/heads/users/hjl/pr22393 (867cf7c85f)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 6 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 | 22 + bfd/coff-tic80.c | 2 + bfd/coffcode.h | 25 +- bfd/elf64-ppc.c | 18 +- bfd/version.h | 2 +- gas/ChangeLog | 59 ++ gas/config/tc-aarch64.c | 11 +- gas/config/tc-i386-intel.c | 53 +- gas/config/tc-i386.c | 25 +- gas/testsuite/gas/i386/avx512bw-intel.d | 24 + gas/testsuite/gas/i386/avx512bw.d | 24 + gas/testsuite/gas/i386/avx512bw.s | 24 + gas/testsuite/gas/i386/avx512bw_vl-intel.d | 48 + gas/testsuite/gas/i386/avx512bw_vl.d | 48 + gas/testsuite/gas/i386/avx512bw_vl.s | 48 + gas/testsuite/gas/i386/intel.d | 3 + gas/testsuite/gas/i386/intel.s | 6 + gas/testsuite/gas/i386/inval.l | 7 + gas/testsuite/gas/i386/inval.s | 4 + gas/testsuite/gas/i386/string-bad.l | 20 +- gas/testsuite/gas/i386/string-bad.s | 10 + gas/testsuite/gas/i386/string-ok.d | 17 +- gas/testsuite/gas/i386/string-ok.e | 10 - gas/testsuite/gas/i386/string-ok.s | 19 +- gas/testsuite/gas/i386/x86-64-inval.l | 2 + gas/testsuite/gas/i386/x86-64-inval.s | 1 + gas/testsuite/gas/i386/x86-64-xop.d | 1200 +++++++++++----------- gas/testsuite/gas/i386/xop.d | 1184 +++++++++++----------- gas/testsuite/gas/i386/xop32reg.d | 4 +- gas/testsuite/gas/ia64/group-1.d | 2 +- gas/testsuite/gas/ia64/group-2.d | 19 +- gas/testsuite/gas/ia64/xdata.d | 2 +- gdb/gdbserver/ChangeLog | 6 + gdb/gdbserver/linux-m68k-low.c | 31 + gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.opt/inline-locals.exp | 36 +- include/ChangeLog | 6 + include/coff/pe.h | 5 +- ld/ChangeLog | 16 + ld/emultempl/ppc32elf.em | 3 +- ld/emultempl/ppc64elf.em | 3 +- ld/emultempl/spuelf.em | 3 +- ld/testsuite/ld-elf/note-3.t | 1 + ld/testsuite/ld-elf/pr16322.d | 2 +- ld/testsuite/ld-elf/pr22393-1.s | 21 + ld/testsuite/ld-elf/pr22393-1a.d | 9 + ld/testsuite/ld-elf/pr22393-1b.d | 9 + ld/testsuite/ld-elf/pr22393-1c.d | 9 + ld/testsuite/ld-elf/pr22393-1d.d | 9 + ld/testsuite/ld-elf/pr22393-1e.d | 9 + ld/testsuite/ld-elf/pr22393-1f.d | 9 + ld/testsuite/ld-elf/pr22393-2a.c | 7 + ld/testsuite/ld-elf/pr22393-2a.rd | 9 + ld/testsuite/ld-elf/pr22393-2b.c | 7 + ld/testsuite/ld-elf/pr22393-2b.rd | 9 + ld/testsuite/ld-elf/shared.exp | 71 ++ ld/testsuite/ld-ifunc/ifunc.exp | 6 +- ld/testsuite/ld-x86-64/pr22393-3a.c | 7 + ld/testsuite/ld-x86-64/pr22393-3a.rd | 9 + ld/testsuite/ld-x86-64/pr22393-3b.c | 7 + ld/testsuite/ld-x86-64/pr22393-3b.rd | 9 + ld/testsuite/ld-x86-64/x86-64.exp | 71 ++ opcodes/ChangeLog | 30 + opcodes/i386-dis-evex.h | 8 +- opcodes/i386-dis.c | 70 +- opcodes/i386-opc.tbl | 158 ++- opcodes/i386-tbl.h | 1508 +++++++++++++++++++++++++++- 67 files changed, 3716 insertions(+), 1405 deletions(-) create mode 100644 ld/testsuite/ld-elf/pr22393-1.s create mode 100644 ld/testsuite/ld-elf/pr22393-1a.d create mode 100644 ld/testsuite/ld-elf/pr22393-1b.d create mode 100644 ld/testsuite/ld-elf/pr22393-1c.d create mode 100644 ld/testsuite/ld-elf/pr22393-1d.d create mode 100644 ld/testsuite/ld-elf/pr22393-1e.d create mode 100644 ld/testsuite/ld-elf/pr22393-1f.d create mode 100644 ld/testsuite/ld-elf/pr22393-2a.c create mode 100644 ld/testsuite/ld-elf/pr22393-2a.rd create mode 100644 ld/testsuite/ld-elf/pr22393-2b.c create mode 100644 ld/testsuite/ld-elf/pr22393-2b.rd create mode 100644 ld/testsuite/ld-x86-64/pr22393-3a.c create mode 100644 ld/testsuite/ld-x86-64/pr22393-3a.rd create mode 100644 ld/testsuite/ld-x86-64/pr22393-3b.c create mode 100644 ld/testsuite/ld-x86-64/pr22393-3b.rd