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_build/master-aarch64 in repository toolchain/ci/gdb.
from a74e1cb344 Add markers for 2.38 branch adds 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
No new revisions were added by this update.
Summary of changes: bfd/.gitignore | 2 +- bfd/ChangeLog | 6 + bfd/Makefile.am | 22 +- bfd/Makefile.in | 513 ++++- bfd/configure | 24 +- bfd/configure.ac | 3 +- bfd/doc/Makefile.am | 217 -- bfd/doc/Makefile.in | 1021 --------- bfd/doc/bfd.texi | 2 +- bfd/doc/local.mk | 156 ++ bfd/po/bfd.pot | 112 +- bfd/version.h | 2 +- bfd/version.m4 | 2 +- binutils/ChangeLog | 10 + binutils/README-how-to-make-a-release | 35 +- binutils/configure | 38 +- binutils/dlltool.c | 34 +- binutils/po/binutils.pot | 4084 +++++++++++++++++---------------- gas/ChangeLog | 5 + gas/configure | 38 +- gas/po/gas.pot | 20 +- gold/ChangeLog | 7 + gold/Makefile.in | 1 + gold/configure | 14 +- gold/po/gold.pot | 248 +- gold/testsuite/Makefile.in | 1 + gprof/ChangeLog | 6 + gprof/Makefile.in | 1 + gprof/configure | 38 +- gprof/po/gprof.pot | 4 +- ld/ChangeLog | 11 + ld/configure | 38 +- ld/configure.tgt | 2 +- ld/emulparams/armelf_haiku.sh | 4 +- ld/po/ld.pot | 218 +- opcodes/ChangeLog | 5 + opcodes/configure | 38 +- opcodes/po/opcodes.pot | 2 +- 38 files changed, 3341 insertions(+), 3643 deletions(-) delete mode 100644 bfd/doc/Makefile.am delete mode 100644 bfd/doc/Makefile.in create mode 100644 bfd/doc/local.mk