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 163d9911759 [gdb/build] Fix build with gcc 7.5.0 new 4bda1fb42f3 s390: s390_machinemode leak new c622993a154 s390: s390_machine leak new 6af6a9497b1 s390: Fix linker s390 emulation option parsing new 6dbc8a3ef46 s390: Add basic PLT generation tests new 98d9fe6cb62 s390: Generate .eh_frame unwind information for .plt section new 9693d2fa7d6 s390: Additional tests for omitted base register operands new e99d28e6bd6 s390: Do not omit vector index register 0 in disassembly new d77c7ae0835 s390: Do not warn about vector index register 0 in assembly new c76c8e20985 s390: Error if vector index register omitted in assembly
The 9 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-s390.c | 126 ++++++++++++++++++++- gas/config/tc-s390.c | 52 ++++----- gas/testsuite/gas/s390/machine-parsing-1.l | 3 +- gas/testsuite/gas/s390/machine-parsing-1.s | 3 + gas/testsuite/gas/s390/zarch-base-index-0-err.l | 18 ++- gas/testsuite/gas/s390/zarch-base-index-0-err.s | 10 +- gas/testsuite/gas/s390/zarch-base-index-0.d | 26 ++--- gas/testsuite/gas/s390/zarch-base-index-0.s | 18 +-- .../gas/s390/zarch-omitted-base-index-err.l | 37 +++--- .../gas/s390/zarch-omitted-base-index-err.s | 3 + gas/testsuite/gas/s390/zarch-omitted-base-index.d | 5 +- gas/testsuite/gas/s390/zarch-omitted-base-index.s | 6 +- gas/testsuite/gas/s390/zarch-warn-areg-zero.l | 16 +-- gas/testsuite/gas/s390/zarch-warn-areg-zero.s | 56 ++++----- ld/NEWS | 6 + ld/emulparams/elf64_s390.sh | 1 + ld/emultempl/s390.em | 6 +- ld/testsuite/ld-s390/plt_31-1.s | 40 +++++++ .../testsuite/ld-s390/plt_31-1.wf | 31 ++--- ld/testsuite/ld-s390/plt_31_non-pic-1.pd | 54 +++++++++ ld/testsuite/ld-s390/plt_31_pic-1.pd | 57 ++++++++++ ld/testsuite/ld-s390/plt_64-1.pd | 38 +++++++ ld/testsuite/ld-s390/plt_64-1.s | 26 +++++ .../testsuite/ld-s390/plt_64-1.wf | 29 +++-- ld/testsuite/ld-s390/plt_64-1_eh.wf | 31 +++++ ld/testsuite/ld-s390/pltlib.s | 16 +++ ld/testsuite/ld-s390/s390.exp | 28 ++++- opcodes/s390-dis.c | 13 +-- 28 files changed, 594 insertions(+), 161 deletions(-) create mode 100644 ld/testsuite/ld-s390/plt_31-1.s copy gas/testsuite/gas/cfi/cfi-s390-1.d => ld/testsuite/ld-s390/plt_31-1.wf (55%) create mode 100644 ld/testsuite/ld-s390/plt_31_non-pic-1.pd create mode 100644 ld/testsuite/ld-s390/plt_31_pic-1.pd create mode 100644 ld/testsuite/ld-s390/plt_64-1.pd create mode 100644 ld/testsuite/ld-s390/plt_64-1.s copy gas/testsuite/gas/cfi/cfi-s390x-1.d => ld/testsuite/ld-s390/plt_64-1.wf (51%) create mode 100644 ld/testsuite/ld-s390/plt_64-1_eh.wf create mode 100644 ld/testsuite/ld-s390/pltlib.s