This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/binutils-gdb.
from 8ba97c1904 [gdb/doc] Fix negative repeat count examining memory example adds 80e7a6cb76 gdb: rename rs6000-nat.c to rs6000-aix-nat.c adds 629f88f80a gdb: move AIX_TEXT_SEGMENT_BASE to rs6000-aix-tdep.c, remove [...] adds 89e1cf9cb4 gdb: fix ia64-tdep.c build with g++ 4.8 adds 140eb481d1 gdb: fix array-view-selftests.c build with g++ 4.8 adds 76183fd1bf dprintf-execution-x-script.exp: Adjust test for native-exten [...] adds a6e8dea686 Automatic date update in version.in adds fb2c495f94 sim: avoid installing headers when there is no sim adds fccf4ba5ad sim: use program_transform_name for libsim adds 8155b8539b RISC-V: Support STO_RISCV_VARIANT_CC and DT_RISCV_VARIANT_CC.
No new revisions were added by this update.
Summary of changes: bfd/elfnn-riscv.c | 44 +++++++++- bfd/version.h | 2 +- binutils/readelf.c | 39 +++++++++ gas/config/tc-riscv.c | 55 +++++++++++++ gas/config/tc-riscv.h | 4 + gas/testsuite/gas/riscv/variant_cc-set.d | 13 +++ gas/testsuite/gas/riscv/variant_cc-set.s | 15 ++++ gas/testsuite/gas/riscv/variant_cc.d | 9 ++ gas/testsuite/gas/riscv/variant_cc.s | 5 ++ gdb/Makefile.in | 3 +- gdb/configure.nat | 2 +- gdb/ia64-tdep.h | 9 +- gdb/{rs6000-nat.c => rs6000-aix-nat.c} | 1 - gdb/rs6000-aix-tdep.c | 4 +- gdb/rs6000-tdep.h | 24 ------ .../gdb.base/dprintf-execution-x-script.exp | 23 +++++- gdb/unittests/array-view-selftests.c | 2 +- include/elf/riscv.h | 6 ++ ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp | 3 + ld/testsuite/ld-riscv-elf/variant_cc-1.s | 61 ++++++++++++++ ld/testsuite/ld-riscv-elf/variant_cc-2.s | 61 ++++++++++++++ ld/testsuite/ld-riscv-elf/variant_cc-now.d | 73 ++++++++++++++++ ld/testsuite/ld-riscv-elf/variant_cc-r.d | 76 +++++++++++++++++ ld/testsuite/ld-riscv-elf/variant_cc-shared.d | 73 ++++++++++++++++ sim/Makefile.am | 5 +- sim/Makefile.in | 96 ++++++++++++---------- sim/common/Make-common.in | 2 +- sim/configure | 18 +++- sim/configure.ac | 1 + 29 files changed, 642 insertions(+), 87 deletions(-) create mode 100644 gas/testsuite/gas/riscv/variant_cc-set.d create mode 100644 gas/testsuite/gas/riscv/variant_cc-set.s create mode 100644 gas/testsuite/gas/riscv/variant_cc.d create mode 100644 gas/testsuite/gas/riscv/variant_cc.s rename gdb/{rs6000-nat.c => rs6000-aix-nat.c} (99%) delete mode 100644 gdb/rs6000-tdep.h create mode 100644 ld/testsuite/ld-riscv-elf/variant_cc-1.s create mode 100644 ld/testsuite/ld-riscv-elf/variant_cc-2.s create mode 100644 ld/testsuite/ld-riscv-elf/variant_cc-now.d create mode 100644 ld/testsuite/ld-riscv-elf/variant_cc-r.d create mode 100644 ld/testsuite/ld-riscv-elf/variant_cc-shared.d