This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-arm in repository toolchain/ci/gdb.
from 9e99facd6c gdb: ensure extension_language_python is always defined adds decca804f8 Automatic date update in version.in adds ef91306693 ld: fix --disable-multiple-abs-defs alignment in help adds 3b4d5621ac gas: enable silent build rules adds 5fd82aa264 ld: fix POSIX shell test usage adds c0f9d65827 sim: mips: avoid _ namespace adds 4780e5e493 [gas] Fix file 0 dir with -gdwarf-5 adds 3a337a86d9 opcodes/riscv: add disassembler options support to libopcodes adds 61a5375b84 gdb: add risc-v disassembler options support adds aa1b9bdef2 sim: testsuite: punt unused toolchain variables new c099934746 sim: testsuite: drop unused global_cc_options new f8080fb7a4 [gdb/testsuite] Add gdb.base/include-main.exp new 0e87783408 sim: testsuite: replace global_as_options with ASFLAGS_FOR_TARGET new 8677059126 gas: Update commit 4780e5e4933 new 9949bb0638 Fix ifunc test fails on hppa*-*-*
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: bfd/version.h | 2 +- gas/ChangeLog | 7 + gas/configure | 43 +++++- gas/configure.ac | 1 + gas/dwarf2dbg.c | 10 +- gas/testsuite/gas/elf/dwarf-5-nop-for-line-table.d | 2 +- gas/testsuite/gas/i386/dwarf5-line-4.d | 2 +- gdb/riscv-tdep.c | 8 ++ .../unittest.c => gdb.base/include-main.c} | 6 +- gdb/testsuite/gdb.base/include-main.exp | 47 +++++++ .../gdb.base/{inferior-noarg.c => main.c} | 0 include/ChangeLog | 5 + include/dis-asm.h | 1 + ld/lexsup.c | 3 +- ld/po/bg.po | 2 +- ld/po/es.po | 2 +- ld/po/fi.po | 2 +- ld/po/fr.po | 2 +- ld/po/ld.pot | 2 +- ld/po/pt_BR.po | 2 +- ld/po/ru.po | 2 +- ld/po/sr.po | 2 +- ld/po/sv.po | 2 +- ld/po/uk.po | 2 +- ld/scripttempl/elfarc.sc | 2 +- ld/scripttempl/elfarcv2.sc | 2 +- ld/testsuite/ld-ifunc/ifunc.exp | 3 +- opcodes/ChangeLog | 9 ++ opcodes/riscv-dis.c | 147 +++++++++++++++++++-- sim/mips/interp.c | 6 +- sim/testsuite/config/default.exp | 37 ------ sim/testsuite/cris/hw/rv-n-cris/rvc.exp | 8 +- sim/testsuite/lib/sim-defs.exp | 23 +--- sim/testsuite/mips/basic.exp | 7 +- sim/testsuite/sh/allinsn.exp | 4 +- 35 files changed, 300 insertions(+), 105 deletions(-) copy gdb/testsuite/{gdb.gdb/unittest.c => gdb.base/include-main.c} (96%) create mode 100644 gdb/testsuite/gdb.base/include-main.exp copy gdb/testsuite/gdb.base/{inferior-noarg.c => main.c} (100%)