This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_tx1/llvm-release-aarch64-spec2k6-O3 in repository toolchain/ci/binutils-gdb.
from 20756b0fbe This is the 2.38 GNU Binutils release adds d9198f9316 Re-enable development on the 2.38 branch adds a96f7ba94b Automatic date update in version.in adds 428e66742b Automatic date update in version.in adds caa6172de4 x86: Disallow invalid relocation against protected symbol adds 29583b0119 Automatic date update in version.in adds 15724e9c97 Automatic date update in version.in adds df3aaf104d Automatic date update in version.in adds df9071487a PR28882, build failure with gcc-4.2 due to use of 0b literals adds b7945827df Automatic date update in version.in adds ae1cab7d3f i386: Update I386_NEED_DYNAMIC_RELOC_TYPE_P for DT_TEXTREL adds fd8d17d27b Automatic date update in version.in adds 6aa1b7df2f ld: Keep indirect symbol from IR if referenced from shared object adds 15407b1960 Automatic date update in version.in adds 40d32f56f6 Updated Serbian translations for the bfd, gold, ld and opcod [...] adds 481876f834 Automatic date update in version.in adds 8afae2da1f Automatic date update in version.in adds 6c15b0fd4a Automatic date update in version.in adds 98cf8b20f2 Automatic date update in version.in adds e4f3d6d4fd Automatic date update in version.in adds 5837d37302 Automatic date update in version.in adds ed9b2e40eb binutils 2.38 vs. ppc32 linux kernel adds c4aae3f68a Automatic date update in version.in adds be8076ebe1 Automatic date update in version.in adds a3a2d47ede Automatic date update in version.in adds 78d5c17e17 Automatic date update in version.in adds 884f69febf Automatic date update in version.in adds bb8b104a73 Automatic date update in version.in adds 2d92604cd3 Revert "Check thin archive element file size against archive [...] adds 1c682ec33d Automatic date update in version.in adds 4117b3c30a Automatic date update in version.in adds d06059239a Automatic date update in version.in adds 70589bff4f Automatic date update in version.in adds 00d7bb15cc Automatic date update in version.in adds c002554e78 Automatic date update in version.in adds 93388cd0cd Automatic date update in version.in adds 49187e2cb9 Automatic date update in version.in adds 9560f8cb48 Automatic date update in version.in adds b9ccd7c420 Automatic date update in version.in adds 080b8ee0ad Automatic date update in version.in adds 6938a3aca1 Automatic date update in version.in adds 7183434818 Work around gcc-4 warnings in elf64-ppc.c adds e4a35c7319 PowerPC64 DT_RELR relative reloc addresses adds fcf60fe848 PR28959, obdump doesn't disassemble mftb instruction adds 4097bb0076 Automatic date update in version.in adds 83fd01526c Automatic date update in version.in adds 53b192c07c Automatic date update in version.in adds 210bf1d622 Updated Serbian (for binutils/) and Russian (for gprof/) tra [...] adds f4af3aa058 Automatic date update in version.in adds d30575b3e8 Automatic date update in version.in adds 5ff8cdfa77 Automatic date update in version.in adds 5b33ea463f Automatic date update in version.in adds 41fb8cf201 Automatic date update in version.in adds 8a78349beb Automatic date update in version.in adds 26ab93fb53 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 9 + bfd/archive.c | 12 +- bfd/development.sh | 2 +- bfd/elf-properties.c | 5 +- bfd/elf32-i386.c | 17 + bfd/elf64-ppc.c | 161 +- bfd/elf64-x86-64.c | 17 + bfd/elflink.c | 5 +- bfd/elfxx-x86.c | 18 + bfd/elfxx-x86.h | 1 + bfd/po/sr.po | 3123 ++++++++++++----------- bfd/version.h | 2 +- bfd/version.m4 | 2 +- binutils/ChangeLog | 4 + binutils/po/sr.po | 4228 +++++++++++++++++-------------- gas/config/tc-ppc.c | 25 +- gold/ChangeLog | 4 + gold/po/sr.po | 257 +- gprof/ChangeLog | 4 + gprof/po/ru.po | 273 +- include/elf/loongarch.h | 16 +- ld/ChangeLog | 4 + ld/po/sr.po | 3266 ++++++++++++------------ ld/testsuite/ld-i386/i386.exp | 34 +- ld/testsuite/ld-i386/pr21997-1.err | 2 + ld/testsuite/ld-i386/pr28875.err | 2 + ld/testsuite/ld-i386/pr28875a.c | 5 + ld/testsuite/ld-i386/pr28875b.c | 7 + ld/testsuite/ld-i386/pr28894.d | 3 + ld/testsuite/ld-i386/pr28894.s | 7 + ld/testsuite/ld-plugin/lto.exp | 26 + ld/testsuite/ld-plugin/pr28879a.cc | 7 + ld/testsuite/ld-plugin/pr28879b.cc | 8 + ld/testsuite/ld-x86-64/pr21997-1a.err | 2 +- ld/testsuite/ld-x86-64/pr21997-1b.err | 2 +- ld/testsuite/ld-x86-64/pr28875-data.err | 2 + ld/testsuite/ld-x86-64/pr28875-func.err | 2 + ld/testsuite/ld-x86-64/x86-64.exp | 27 +- opcodes/ChangeLog | 4 + opcodes/po/sr.po | 506 ++-- opcodes/ppc-dis.c | 5 +- src-release.sh | 2 +- 42 files changed, 6491 insertions(+), 5617 deletions(-) create mode 100644 ld/testsuite/ld-i386/pr21997-1.err create mode 100644 ld/testsuite/ld-i386/pr28875.err create mode 100644 ld/testsuite/ld-i386/pr28875a.c create mode 100644 ld/testsuite/ld-i386/pr28875b.c create mode 100644 ld/testsuite/ld-i386/pr28894.d create mode 100644 ld/testsuite/ld-i386/pr28894.s create mode 100644 ld/testsuite/ld-plugin/pr28879a.cc create mode 100644 ld/testsuite/ld-plugin/pr28879b.cc create mode 100644 ld/testsuite/ld-x86-64/pr28875-data.err create mode 100644 ld/testsuite/ld-x86-64/pr28875-func.err