This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-lts-allyesconfig in repository toolchain/ci/binutils-gdb.
from 35638469cb Automatic date update in version.in adds 31b0378d53 Regenerate configure files with autoconf 2.69 adds ad69b6b861 Regenerate Makefile.in files with automake 1.15.1 adds 0e3839bde6 bfd: Properly install library and header files adds 451c003d5f bfd: Partially revert commit 0e3839bde6f adds f10522c0e7 Simplify some Rust expression-evaluation code adds 2b1ca85cf8 Automatic date update in version.in adds 5fe73d4624 Update Bulgarian, French, Romaniam and Ukranian translation [...] adds 965c919f98 gdb/doc: improve description for Window.click on Python TUI windows adds 2f279a64a2 Fix a proble building the libiberty library with gcc-12. adds fdf55097a3 bfd/doc: Fix racy build failure from missing mkdir adds 94fd627d46 bfd: Update doc/local.mk adds 823f6c5f05 Automatic date update in version.in adds 9a84a44d5d gas: drop old cygnus install hack adds 7d9d9c1078 gold: drop old cygnus install hack adds 042a82e5ee bfd: Regenerate Makefile.in adds b6437be687 Fix a probem building the binutils on SPARC/amd64 adds 1475b18b77 Send some error output to gdb_stderr adds 244ac24b51 Sent timing stats to gdb_stdlog adds d4396e0e97 Reduce explicit use of gdb_stdout adds a8e9f25759 Always print the "host libthread-db" message to stdout adds a80032197f Automatic date update in version.in adds 8357282156 gdb/testsuite: Ensure constant test name in gdb.base/break-i [...] adds c804c6f98d ld: Rewrite lang_size_relro_segment_1 adds 8a782bbf70 bfd: Make bfd.stamp depend on source bfd.texi adds 1da5d0e664 Change how Python architecture and language are handled adds dedb7102b3 Fix another crash with gdb parameters in Python adds b583c328e7 Add a way to temporarily set a gdb parameter from Python adds 5d10a2041e gdb: add string_file::release method adds 91ddba836c Reference array of structs instead of first member during memcpy adds fdf1350dc1 gdb: convert maintenance target-async and target-non-stop se [...] adds 51d185a65f Remove unused declaration adds 30a87e90be gdb/python: add gdb.history_count function adds bbea680797 gdb/python: improve the auto help text for gdb.Parameter adds 6c92c33953 Convert wrap_here to use integer parameter adds 7016a382b0 Add ui_file::wrap_here adds 1285ce8629 Always call the wrap_here method adds 27d326da43 Remove global wrap_here function adds 299953ca95 gdb/python: handle non utf-8 characters when source highlighting adds 423f33d970 Automatic date update in version.in adds 5fa0c2231c Updated Swedish translation for the binutils subdirectory
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 10 + bfd/Makefile.in | 19 +- bfd/configure | 18 +- bfd/doc/local.mk | 15 +- bfd/po/fr.po | 3116 ++--- bfd/po/ro.po | 10194 ++++++++++++--- bfd/po/uk.po | 3102 ++--- bfd/version.h | 2 +- binutils/ChangeLog | 11 + binutils/Makefile.in | 1 - binutils/configure | 18 +- binutils/po/bg.po | 6039 +++++---- binutils/po/fr.po | 4192 +++--- binutils/po/ro.po | 13085 +++++++++++++++---- binutils/po/sv.po | 4047 +++--- binutils/po/uk.po | 4202 +++--- gas/ChangeLog | 4 + gas/Makefile.in | 15 +- gas/configure | 18 +- gas/doc/local.mk | 4 - gas/po/uk.po | 4880 +++---- gdb/NEWS | 10 + gdb/aarch64-tdep.c | 2 +- gdb/ada-lang.c | 2 +- gdb/ada-typeprint.c | 8 +- gdb/ada-valprint.c | 8 +- gdb/ada-varobj.c | 4 +- gdb/arch-utils.c | 5 +- gdb/arm-tdep.c | 2 + gdb/breakpoint.c | 29 +- gdb/c-exp.y | 6 +- gdb/c-typeprint.c | 16 +- gdb/charset.c | 9 + gdb/cli-out.c | 4 +- gdb/cli-out.h | 2 +- gdb/cli/cli-cmds.c | 2 +- gdb/cli/cli-decode.c | 36 +- gdb/cli/cli-decode.h | 6 + gdb/cli/cli-setshow.c | 2 +- gdb/compile/compile-c-support.c | 2 +- gdb/cp-valprint.c | 2 +- gdb/disasm.c | 4 +- gdb/doc/python.texi | 78 +- gdb/event-top.c | 4 +- gdb/exceptions.c | 2 +- gdb/exec.c | 2 +- gdb/f-typeprint.c | 4 +- gdb/fbsd-nat.c | 13 +- gdb/gcore.c | 15 +- gdb/guile/scm-param.c | 6 +- gdb/guile/scm-pretty-print.c | 2 +- gdb/guile/scm-type.c | 2 +- gdb/inf-loop.c | 2 +- gdb/infcmd.c | 2 +- gdb/language.c | 11 +- gdb/linux-fork.c | 2 +- gdb/linux-thread-db.c | 11 +- gdb/location.c | 2 +- gdb/m2-lang.c | 2 +- gdb/m2-typeprint.c | 8 +- gdb/macrocmd.c | 49 +- gdb/main.c | 8 +- gdb/maint-test-options.c | 3 +- gdb/maint.c | 51 +- gdb/mi/mi-out.c | 4 +- gdb/mi/mi-out.h | 2 +- gdb/netbsd-nat.c | 13 +- gdb/osabi.c | 4 +- gdb/p-typeprint.c | 10 +- gdb/p-valprint.c | 2 +- gdb/printcmd.c | 18 +- gdb/psymtab.c | 40 +- gdb/python/lib/gdb/__init__.py | 23 +- gdb/python/py-breakpoint.c | 19 +- gdb/python/py-cmd.c | 8 +- gdb/python/py-connection.c | 2 +- gdb/python/py-finishbreakpoint.c | 6 +- gdb/python/py-framefilter.c | 18 +- gdb/python/py-inferior.c | 27 +- gdb/python/py-membuf.c | 3 +- gdb/python/py-objfile.c | 2 +- gdb/python/py-param.c | 94 +- gdb/python/py-prettyprint.c | 2 +- gdb/python/py-progspace.c | 2 +- gdb/python/py-tui.c | 18 +- gdb/python/py-type.c | 4 +- gdb/python/py-unwind.c | 2 +- gdb/python/py-utils.c | 10 +- gdb/python/py-value.c | 29 +- gdb/python/py-xmethods.c | 12 +- gdb/python/python-internal.h | 28 +- gdb/python/python.c | 95 +- gdb/remote.c | 2 +- gdb/rust-exp.h | 39 +- gdb/rust-lang.c | 44 +- gdb/source.c | 10 +- gdb/stack.c | 45 +- gdb/symfile.c | 12 +- gdb/symmisc.c | 6 +- gdb/symtab.c | 2 +- gdb/target.c | 68 +- gdb/testsuite/gdb.base/break-interp.exp | 2 +- gdb/testsuite/gdb.python/py-inferior.exp | 2 + gdb/testsuite/gdb.python/py-lookup-type.exp | 26 + gdb/testsuite/gdb.python/py-parameter.exp | 40 +- .../py-source-styling.c} | 22 +- gdb/testsuite/gdb.python/py-source-styling.exp | 64 + gdb/testsuite/gdb.python/py-value.exp | 12 + gdb/top.c | 4 +- gdb/top.h | 2 - gdb/tracepoint.c | 19 +- gdb/tui/tui-disasm.c | 6 +- gdb/tui/tui-regs.c | 2 +- gdb/tui/tui-stack.c | 8 +- gdb/typeprint.c | 4 +- gdb/ui-file.h | 37 +- gdb/ui-out.c | 4 +- gdb/ui-out.h | 4 +- gdb/unittests/command-def-selftests.c | 36 +- gdb/utils.c | 72 +- gdb/utils.h | 2 +- gdb/valprint.c | 2 +- gdb/value.c | 8 + gdb/value.h | 4 + gdb/varobj.c | 2 +- gold/ChangeLog | 4 + gold/Makefile.am | 4 - gold/Makefile.in | 25 +- gold/configure | 14 +- gold/po/uk.po | 257 +- gold/testsuite/Makefile.in | 1 - gprof/ChangeLog | 4 + gprof/Makefile.in | 1 - gprof/configure | 18 +- gprof/po/ro.po | 386 +- include/ChangeLog | 5 + include/elf/common.h | 2 + ld/ChangeLog | 5 + ld/Makefile.in | 1 - ld/configure | 18 +- ld/ldlang.c | 95 +- ld/po/bg.po | 4373 ++++--- ld/po/uk.po | 3264 ++--- ld/testsuite/ld-x86-64/pr28743-1.d | 50 + ld/testsuite/ld-x86-64/pr28743-1.s | 16 + ld/testsuite/ld-x86-64/x86-64.exp | 1 + libiberty/ChangeLog | 4 + libiberty/regex.c | 4 + opcodes/ChangeLog | 5 + opcodes/Makefile.in | 1 - opcodes/configure | 18 +- opcodes/po/de.po | 512 +- opcodes/po/ro.po | 2948 ++++- opcodes/po/uk.po | 530 +- 154 files changed, 43434 insertions(+), 23673 deletions(-) copy gdb/testsuite/{gdb.base/bt-selected-frame.c => gdb.python/py-source-styling.c} (70%) create mode 100644 gdb/testsuite/gdb.python/py-source-styling.exp create mode 100644 ld/testsuite/ld-x86-64/pr28743-1.d create mode 100644 ld/testsuite/ld-x86-64/pr28743-1.s