This is an automated email from the git hooks/post-receive script.
tcwg-benchmark pushed a change to branch linaro-local/ci/tcwg_bmk_stm32/gnu_eabi-master-arm-eabi-coremark-Os in repository toolchain/ci/binutils-gdb.
from 1f58f6c259 gdb/completer: improve tab completion to consider the '-forc [...] adds a315d3902d README-how-to-make-a-release (point releases): Add a note to [...] adds fde0214a91 elf32-csky.c:3932:19: error: comparison is always false adds cd8d2039b0 [GOLD] gcc-11 stringop-overflow warning adds a4915e8d6c Use expression completer for "maint print type" adds 365f5fb6d0 binutils: Use file descriptors from make_tempname adds 1a1c3b4cc1 objcopy: Get input file stat after BFD open adds 014cc7f849 binutils: Make smart_rename safe too adds 846141822b Remove references to the unofficial SHF_GNU_BUILD_NOTE secti [...] adds bc545da73f gdb.base/break-on-linker-gcd-function.exp: Remove unused variable adds 28e36bf890 Automatic date update in version.in adds 8439f446a1 [gdb/testsuite] Fix gdb.ada/mi_task_arg.exp for -m32 adds b46551b20c [gdb/testsuite] Simplify gdb.arch/amd64-gs_base.exp adds 60a7223fdd gdbsupport: Use LOCALAPPDATA to determine cache dir adds dd235d453e Automatic date update in version.in adds 037311d1df gas: Generate a new section for SHF_GNU_RETAIN adds 6244c1196a gdb: make discrete_position return optional adds 1f8d288117 gdb: make get_discrete_bounds return bool adds 14c09924a0 gdb: split get_discrete_bounds in two adds 5b56203a7c gdb: fix value_subscript when array upper bound is not known adds 6ad368b8ca gdb: address review comments of previous series adds d9c3a9c036 Unify all operators into std-operator.def adds 5cde1d8222 Handle 128-bit constants for fixed point adds 12932e2ca1 Use add_angle_brackets in ada_lookup_encoded_symbol adds cd6b05c1b2 Automatic date update in version.in adds 729a53530e RISC-V: Control fence.i and csr instructions by zifencei and zicsr. adds 8152e0407c RISC-V: Dump CSR according to the elf privileged spec attributes. adds c2137f55ad RISC-V: Add sext.[bh] and zext.[bhw] pseudo instructions. new 15cc148fb8 gdb: move bfd_open_from_target_memory to gdb_bfd
The 1 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 | 24 +++ bfd/bfd-in2.h | 2 + bfd/cpu-ns32k.c | 4 +- bfd/elf32-csky.c | 4 +- bfd/elf32-nds32.c | 4 +- bfd/elfxx-riscv.c | 59 ++++-- bfd/opncls.c | 33 +++ bfd/version.h | 2 +- binutils/ChangeLog | 54 +++++ binutils/README-how-to-make-a-release | 24 ++- binutils/ar.c | 23 ++- binutils/arsup.c | 14 +- binutils/bucomm.c | 4 +- binutils/bucomm.h | 5 +- binutils/objcopy.c | 95 ++++++--- binutils/rename.c | 101 ++++++--- gas/ChangeLog | 47 +++++ gas/config/obj-elf.c | 35 ++-- gas/config/obj-elf.h | 3 +- gas/config/tc-riscv.c | 47 ++++- gas/testsuite/gas/elf/elf.exp | 1 + gas/testsuite/gas/elf/section24b.d | 10 +- gas/testsuite/gas/elf/section27.d | 19 ++ gas/testsuite/gas/elf/section27.s | 34 +++ gas/testsuite/gas/riscv/ext-32.d | 39 ++++ gas/testsuite/gas/riscv/ext-64.d | 51 +++++ gas/testsuite/gas/riscv/ext.s | 38 ++++ gas/testsuite/gas/riscv/march-imply-i.s | 24 +++ .../{march-imply-i2p0.d => march-imply-i2p0-01.d} | 3 +- gas/testsuite/gas/riscv/march-imply-i2p0-02.d | 7 + gas/testsuite/gas/riscv/march-imply-i2p1-01.d | 3 + gas/testsuite/gas/riscv/march-imply-i2p1-01.l | 21 ++ gas/testsuite/gas/riscv/march-imply-i2p1-02.d | 7 + gas/testsuite/gas/riscv/march-imply-i2p1.d | 6 - gdb/ChangeLog | 71 +++++++ gdb/ada-lang.c | 35 ++-- gdb/ada-operator.def | 98 --------- gdb/ada-valprint.c | 2 +- gdb/c-lang.c | 4 +- gdb/dwarf2/read.c | 82 +++++--- gdb/eval.c | 4 +- gdb/expprint.c | 2 - gdb/expression.h | 9 - gdb/f-array-walker.h | 4 +- gdb/f-lang.c | 2 +- gdb/fortran-operator.def | 35 ---- gdb/gdb_bfd.c | 85 ++++++++ gdb/gdb_bfd.h | 6 + gdb/gdbtypes.c | 227 ++++++++++++++------- gdb/gdbtypes.h | 20 +- gdb/jit.c | 85 +------- gdb/m2-typeprint.c | 4 +- gdb/m2-valprint.c | 6 +- gdb/maint.c | 3 +- gdb/p-valprint.c | 3 +- gdb/std-operator.def | 105 ++++++++++ gdb/testsuite/ChangeLog | 21 ++ gdb/testsuite/gdb.ada/mi_task_arg.exp | 6 +- gdb/testsuite/gdb.arch/amd64-gs_base.exp | 28 +-- .../gdb.base/break-on-linker-gcd-function.exp | 1 - gdb/testsuite/gdb.base/flexible-array-member.c | 70 +++++++ gdb/testsuite/gdb.base/flexible-array-member.exp | 66 ++++++ gdb/valarith.c | 24 ++- gdb/valops.c | 4 +- gdbsupport/ChangeLog | 5 + gdbsupport/pathstuff.cc | 10 + gold/ChangeLog | 4 + gold/plugin.cc | 2 +- include/ChangeLog | 12 ++ include/elf/common.h | 1 - include/opcode/riscv.h | 10 +- opcodes/ChangeLog | 20 ++ opcodes/disassemble.c | 2 +- opcodes/disassemble.h | 1 + opcodes/riscv-dis.c | 37 +++- opcodes/riscv-opc.c | 45 ++-- 76 files changed, 1529 insertions(+), 579 deletions(-) create mode 100644 gas/testsuite/gas/elf/section27.d create mode 100644 gas/testsuite/gas/elf/section27.s create mode 100644 gas/testsuite/gas/riscv/ext-32.d create mode 100644 gas/testsuite/gas/riscv/ext-64.d create mode 100644 gas/testsuite/gas/riscv/ext.s create mode 100644 gas/testsuite/gas/riscv/march-imply-i.s rename gas/testsuite/gas/riscv/{march-imply-i2p0.d => march-imply-i2p0-01.d} (83%) create mode 100644 gas/testsuite/gas/riscv/march-imply-i2p0-02.d create mode 100644 gas/testsuite/gas/riscv/march-imply-i2p1-01.d create mode 100644 gas/testsuite/gas/riscv/march-imply-i2p1-01.l create mode 100644 gas/testsuite/gas/riscv/march-imply-i2p1-02.d delete mode 100644 gas/testsuite/gas/riscv/march-imply-i2p1.d delete mode 100644 gdb/ada-operator.def delete mode 100644 gdb/fortran-operator.def create mode 100644 gdb/testsuite/gdb.base/flexible-array-member.c create mode 100644 gdb/testsuite/gdb.base/flexible-array-member.exp