This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/gnu-master-arm-spec2k6-Os_LTO in repository toolchain/ci/binutils-gdb.
from b657622c3e Re: Change readelf's display of symbol names adds 9adda7af10 Remove stale overlay testcase bits adds 2eb8215700 Remove stale -DNO_PROTOTYPES bits from gdb testsuite adds bf90c83acc Fix gdb.base/charset.exp with Clang adds 3c8ea5be24 Fix gdb.base/structs2.exp with Clang adds ad8464f799 sim/ppc: Fix linker error with -fno-common adds c4df5bbeb8 sim/igen: Fix linker error with -fno-common adds 889d527eb4 Automatic date update in version.in adds 211d5b1c18 gdb: remove callback in macro expand functions adds 14d960c82a gdb: make macro_expand_next return a gdb::unique_xmalloc_ptr<char> adds a36158ec0c gdb: make macro_stringify return a gdb::unique_xmalloc_ptr<char> adds b115b9fd3c Add markers for binutils 2.35 branch adds b19d852dcf Update version to 2.35.50 and regenerate files adds b4396c5e6e oops - omitted from previous delta adds 2f4172d6cb Tweak version numbers in release-howto adds 983d1fb49c Automatic date update in version.in adds 1e7c1b2242 [gdb/build,c++17] Fix use of deprecated std::uncaught_exception adds c56374d118 Automatic date update in version.in adds ddb43bab17 asan: readelf: stack buffer overflow adds 947f759778 [gdb/tui,c++17] Fix NULL string_view in tui_partial_win_by_name adds 17550be7dd Updated translations for various binutils sub-directories adds ddc73fa987 Fix spelling mistakes in some of the binutils sub-directories. adds 5b872f7df7 x86: replace EX{d,q}Scalar by EXxmm_m{d,q} adds 39e0f45682 x86: replace EXqScalarS by EXqVexScalarS adds 6df22cf64c x86: drop EVEX table entries that can be served by VEX ones adds 6431c8015b x86: honor VEX.W for VCVT{PH2PS,PS2PH} adds e74d9fa9cf x86: AVX512 extract/insert insns need to honor EVEX.L'L adds 3a57774c7b x86: AVX512 VPERM{D,Q,PS,PD} insns need to honor EVEX.L'L adds fedfb81e60 x86: drop EVEX table entries that can be made served by VEX ones adds c82a99a085 x86: adjust/correct V*{F,I}{32x8,64x4} adds bc152a17ff x86: most VBROADCAST{F,I}{32,64}x* only accept memory operands adds 21a3faebba x86: use %LW / %XW instead of going through vex_w_table[] adds b5b098c2c9 x86: adjust/correct VFRCZ{P,S}{S,D} decoding adds d8cc8af6a1 [gdb/symtab] Fix line-table end-of-sequence sorting
No new revisions were added by this update.
Summary of changes: ChangeLog | 4 + bfd/ChangeLog | 15 + bfd/configure | 20 +- bfd/po/bfd.pot | 3070 +++++----- bfd/po/pt.po | 3564 ++++++----- bfd/po/uk.po | 3537 ++++++----- bfd/version.h | 2 +- bfd/version.m4 | 2 +- binutils/BRANCHES | 1 + binutils/ChangeLog | 20 + binutils/NEWS | 2 + binutils/README-how-to-make-a-release | 12 +- binutils/configure | 20 +- binutils/po/bg.po | 4536 ++++++++------ binutils/po/binutils.pot | 3833 ++++++------ binutils/po/pt.po | 4122 +++++++------ binutils/po/uk.po | 4199 +++++++------ binutils/readelf.c | 4 +- config/ChangeLog | 4 + cpu/ChangeLog | 4 + elfcpp/ChangeLog | 4 + gas/ChangeLog | 44 + gas/NEWS | 2 + gas/config/tc-arm.c | 2 +- gas/config/tc-riscv.c | 2 +- gas/config/tc-z80.c | 8 +- gas/configure | 20 +- gas/po/gas.pot | 3168 +++++----- gas/po/uk.po | 4898 ++++++++------- gas/testsuite/gas/i386/avx512f-opts-intel.d | 2 + gas/testsuite/gas/i386/avx512f-opts.d | 2 + gas/testsuite/gas/i386/avx512f-opts.s | 3 + .../gas/i386/x86-64-avx512bw-wig1-intel.d | 32 +- gas/testsuite/gas/i386/x86-64-avx512bw-wig1.d | 32 +- gas/testsuite/gas/i386/x86-64-avx512f-opts-intel.d | 4 +- gas/testsuite/gas/i386/x86-64-avx512f-opts.d | 4 +- gas/testsuite/gas/i386/x86-64-avx512f-opts.s | 1 + gas/testsuite/gas/i386/x86-64-evex-wig1-intel.d | 4 +- gas/testsuite/gas/i386/x86-64-evex-wig1.d | 4 +- gdb/ChangeLog | 51 + gdb/buildsym.c | 4 + gdb/c-exp.y | 19 +- gdb/inferior.h | 10 +- gdb/macrocmd.c | 22 +- gdb/macroexp.c | 67 +- gdb/macroexp.h | 59 +- gdb/macroscope.c | 14 +- gdb/macroscope.h | 9 +- gdb/macrotab.c | 14 +- gdb/symtab.c | 7 +- gdb/testsuite/ChangeLog | 35 + gdb/testsuite/gdb.base/call-sc.exp | 15 +- gdb/testsuite/gdb.base/charset.c | 17 +- gdb/testsuite/gdb.base/d10vovly.c | 225 - gdb/testsuite/gdb.base/m32rovly.c | 225 - gdb/testsuite/gdb.base/overlays.c | 8 +- gdb/testsuite/gdb.base/ovlymgr.c | 133 - gdb/testsuite/gdb.base/ovlymgr.h | 11 +- gdb/testsuite/gdb.base/reread.exp | 2 - gdb/testsuite/gdb.base/structs.exp | 15 +- gdb/testsuite/gdb.base/structs2.c | 2 +- gdb/testsuite/gdb.base/structs2.exp | 28 +- gdb/testsuite/gdb.base/varargs.exp | 2 - gdb/testsuite/gdb.dwarf2/dw2-ranges-base.exp | 14 + gdb/tui/tui-win.c | 23 +- gold/ChangeLog | 9 + gold/po/fr.po | 752 +-- gold/po/uk.po | 841 ++- gprof/ChangeLog | 12 + gprof/configure | 20 +- gprof/po/bg.po | 52 +- include/ChangeLog | 4 + ld/ChangeLog | 21 + ld/NEWS | 2 + ld/configure | 20 +- ld/lexsup.c | 4 +- ld/po/bg.po | 6449 ++++++++------------ ld/po/fr.po | 3603 ++++++----- ld/po/ld.pot | 3552 ++++++----- ld/po/pt_BR.po | 3680 +++++------ ld/po/uk.po | 3643 +++++------ libctf/ChangeLog | 4 + opcodes/ChangeLog | 246 + opcodes/arc-dis.c | 2 +- opcodes/configure | 20 +- opcodes/i386-dis-evex-len.h | 117 +- opcodes/i386-dis-evex-mod.h | 32 + opcodes/i386-dis-evex-prefix.h | 626 +- opcodes/i386-dis-evex-w.h | 201 +- opcodes/i386-dis-evex.h | 192 +- opcodes/i386-dis.c | 524 +- opcodes/po/opcodes.pot | 226 +- opcodes/po/pt_BR.po | 564 +- opcodes/po/uk.po | 668 +- sim/igen/ChangeLog | 9 + sim/igen/gen-idecode.c | 2 + sim/igen/lf.c | 7 + sim/igen/lf.h | 2 + sim/ppc/ChangeLog | 13 + sim/ppc/ld-insn.c | 18 + sim/ppc/ld-insn.h | 24 +- 101 files changed, 31366 insertions(+), 31033 deletions(-) delete mode 100644 gdb/testsuite/gdb.base/d10vovly.c delete mode 100644 gdb/testsuite/gdb.base/m32rovly.c