This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from f908e960c5 Change version number to 2.38.50 and regenerate files adds 5f7a57f131 Update release makeing script with new release numbers adds cc5e40736d Adjust default page sizes for haiku arm. adds 58de646be2 Allow inferring tmp_prefix from the dll name from a def file. adds 3dd8e5b615 bfd: replace doc header generation with pattern rules adds cb803d3749 bfd: rename core.texi to corefile.texi adds bd32be01c9 bfd: merge doc subdir up a level adds 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 [...]
No new revisions were added by this update.
Summary of changes: bfd/.gitignore | 2 +- bfd/ChangeLog | 10 + bfd/Makefile.am | 22 +- bfd/Makefile.in | 509 +- bfd/configure | 22 +- bfd/configure.ac | 3 +- bfd/doc/Makefile.am | 217 - bfd/doc/Makefile.in | 1021 --- bfd/doc/bfd.texi | 2 +- bfd/doc/local.mk | 154 + bfd/po/fr.po | 3116 +++---- bfd/po/ro.po | 10194 ++++++++++++++++++----- bfd/po/uk.po | 3102 +++---- bfd/version.h | 2 +- binutils/ChangeLog | 12 + binutils/Makefile.in | 1 - binutils/README-how-to-make-a-release | 35 +- binutils/configure | 18 +- binutils/dlltool.c | 34 +- binutils/po/bg.po | 6039 ++++++++------ binutils/po/fr.po | 4192 +++++----- binutils/po/ro.po | 13085 ++++++++++++++++++++++++------ 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/breakpoint.c | 14 +- gdb/doc/python.texi | 6 +- gdb/event-top.c | 4 +- gdb/fbsd-nat.c | 13 +- gdb/gcore.c | 15 +- gdb/guile/scm-param.c | 2 +- gdb/inf-loop.c | 2 +- gdb/infcmd.c | 2 +- gdb/linux-fork.c | 2 +- gdb/linux-thread-db.c | 11 +- gdb/m2-lang.c | 2 +- gdb/macrocmd.c | 49 +- gdb/maint.c | 47 +- gdb/netbsd-nat.c | 13 +- gdb/printcmd.c | 10 +- gdb/psymtab.c | 30 +- gdb/python/py-param.c | 2 +- gdb/rust-exp.h | 39 +- gdb/rust-lang.c | 44 +- gdb/stack.c | 25 +- gdb/symfile.c | 8 +- gdb/testsuite/gdb.base/break-interp.exp | 2 +- gdb/top.c | 2 +- gdb/tracepoint.c | 4 +- gdb/typeprint.c | 2 +- gdb/unittests/command-def-selftests.c | 36 +- gdb/utils.c | 10 +- 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 | 11 + ld/Makefile.in | 1 - ld/configure | 18 +- ld/configure.tgt | 2 +- ld/emulparams/armelf_haiku.sh | 4 +- ld/po/bg.po | 4373 +++++----- ld/po/uk.po | 3264 ++++---- 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 +- 82 files changed, 41096 insertions(+), 22631 deletions(-) delete mode 100644 bfd/doc/Makefile.am delete mode 100644 bfd/doc/Makefile.in create mode 100644 bfd/doc/local.mk