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 ed09c325ec gdb: include gdbsupport/buildargv.h in ser-mingw.c adds 5b4ea8a740 Automatic date update in version.in adds cb2562f553 RISC-V: create new frag after alignment. adds 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. new 3dd8e5b615 bfd: replace doc header generation with pattern rules new cb803d3749 bfd: rename core.texi to corefile.texi new bd32be01c9 bfd: merge doc subdir up a level
The 3 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: ChangeLog | 4 + bfd/.gitignore | 2 +- bfd/ChangeLog | 10 + 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/BRANCHES | 1 + binutils/ChangeLog | 14 + binutils/NEWS | 2 + binutils/README-how-to-make-a-release | 35 +- binutils/configure | 38 +- binutils/dlltool.c | 34 +- binutils/po/binutils.pot | 4084 +++++++++++++++++---------------- config/ChangeLog | 4 + cpu/ChangeLog | 4 + elfcpp/ChangeLog | 4 + gas/ChangeLog | 9 + gas/NEWS | 2 + gas/config/tc-riscv.c | 6 + gas/configure | 38 +- gas/po/gas.pot | 20 +- gold/ChangeLog | 11 + gold/Makefile.in | 1 + gold/configure | 14 +- gold/po/gold.pot | 248 +- gold/testsuite/Makefile.in | 1 + gprof/ChangeLog | 10 + gprof/Makefile.in | 1 + gprof/configure | 38 +- gprof/po/gprof.pot | 4 +- include/ChangeLog | 4 + ld/ChangeLog | 15 + ld/NEWS | 2 + ld/configure | 38 +- ld/configure.tgt | 2 +- ld/emulparams/armelf_haiku.sh | 4 +- ld/po/ld.pot | 218 +- libctf/ChangeLog | 4 + libiberty/ChangeLog | 4 + opcodes/ChangeLog | 9 + opcodes/configure | 38 +- opcodes/po/opcodes.pot | 2 +- 50 files changed, 3410 insertions(+), 3643 deletions(-) delete mode 100644 bfd/doc/Makefile.am delete mode 100644 bfd/doc/Makefile.in create mode 100644 bfd/doc/local.mk