This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from d402189f2f Re: Fix tight loop on recursively-defined symbols adds 5e365e474b Prevent a potential use-after-fee memory corruption bug in t [...] adds ca859a8939 Fix the BFD library to handle Windows pathnames with more th [...] adds 7a87e9c805 ECOFF slurp_relocs thinko adds e6ddf2af20 Updated translations for the gprof and ld sub-directories adds 6e0c75f7c4 [PATCH] ld: fix s/claimi/claim/ typo adds 3edf7b9f2c Show AIX gc'd symbol address adjustments in map file adds 1d72769534 [gdb/testsuite] Use with_test_prefix in gdb.base/gdb-caching [...] adds ed02cdb5b7 Fix a use-after-free bug in the BFD library when scanning a [...] adds 7f20433998 Remove unused ps_lgetLDT etc. on Solaris/x86 [PR25981] adds e52a0f1bd9 Avoid short i386 register names on Solaris/x86 [PR25981] adds 3ecde59918 Automatic date update in version.in adds 39a1432c09 win32 typo fix adds 0e1d094e96 Clear all local_symbol.lsy_flags adds 765cf5f623 Use bfd_get_filename throughout bfd adds c177f3771c Use bfd_get_filename throughout binutils adds 69f57659c3 Use bfd_get_filename throughout gas adds 607b483327 Use bfd_get_filename throughout ld adds 7e05773767 [PATCH v3] aarch64: Emit jump slot for conditional branch to [...] adds ae440402f5 or1k: Remove 64-bit support, it's not used and it breaks 32- [...] adds a501eb446f or1k: Regenerate opcodes after removing 32-bit support adds 164446e04c Fix the ARM assembler to generate a Realtime profile for armv8-r. adds 7e94cf6cb0 OpenRISC BFD fixups for Glibc: adds 8ac10c5bfc Allow readelf to issue warnings if checking is enabled and t [...] adds 62982abdee gdb: allocate symfile_segment_data with new adds 68b888fff3 gdb: use std::vector to store segments in symfile_segment_data adds 9005fbbb00 gdb: make symfile_segment_data::segment_info an std::vector adds 6fd1d259e9 Fix thinko in recent update to bfd_section_from_shdr. adds 1d6ce4d312 gdb: fix -Wtautological-overlap-compare error in h8300-tdep.c adds ad80db5b9f Default gdb_bfd_open's fd parameter to -1 adds 4111f652f9 Eliminate target_fileio_open_warn_if_slow adds 98c59b527b Make exec-file-mismatch compare build IDs adds f408d82c7a gdb: fix off-by-one error in quirk_rust_enum adds 563c591bed Update call to target_fileio_open adds 7d874253bf Fix duplicate tests in gdb.rust adds 4cd9f3d510 [gdb/testsuite] Fix typo in gdb.base/gdb-caching-proc.exp adds 76571211fe Restore missing Rust test adds c7e9767920 Use bfd_get_filename throughout gdb adds 3c568b8afa PR26011, excessive memory allocation with fuzzed reloc sections adds 3d205eb448 Power10 dcbf, sync, and wait extensions. adds 84f800117f Automatic date update in version.in new 7b958a48e1 PR25993, read of freed memory new 9a0bacfb08 [gdb/symtab] Handle .gdb_index in ada language mode
The 2 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: bfd/ChangeLog | 127 + bfd/aix5ppc-core.c | 4 +- bfd/aout-target.h | 3 +- bfd/aoutx.h | 7 +- bfd/archive.c | 41 +- bfd/bfd-in2.h | 2 +- bfd/bfd.c | 10 +- bfd/bfdio.c | 13 +- bfd/cache.c | 15 +- bfd/ecoff.c | 8 +- bfd/ecofflink.c | 2 +- bfd/elf.c | 46 +- bfd/elf32-bfin.c | 10 +- bfd/elf32-frv.c | 10 +- bfd/elf32-hppa.c | 2 +- bfd/elf32-nds32.c | 4 +- bfd/elf32-or1k.c | 368 +- bfd/elf32-spu.c | 27 +- bfd/elf64-hppa.c | 2 +- bfd/elf64-ia64-vms.c | 2 +- bfd/elfcode.h | 13 +- bfd/elfcore.h | 4 +- bfd/elflink.c | 11 +- bfd/elfnn-aarch64.c | 22 +- bfd/linker.c | 2 +- bfd/mach-o.c | 29 +- bfd/opncls.c | 56 +- bfd/pdp11.c | 7 +- bfd/plugin.c | 2 +- bfd/rs6000-core.c | 4 +- bfd/som.c | 2 +- bfd/srec.c | 10 +- bfd/version.h | 2 +- bfd/vms-lib.c | 12 +- bfd/xcofflink.c | 5 +- binutils/ChangeLog | 24 + binutils/ar.c | 17 +- binutils/arsup.c | 10 +- binutils/binemul.c | 2 +- binutils/coffgrok.c | 4 +- binutils/readelf.c | 39 +- cpu/ChangeLog | 13 + cpu/or1k.cpu | 35 +- cpu/or1kcommon.cpu | 14 - cpu/or1korfpx.cpu | 64 - gas/ChangeLog | 26 + gas/config/tc-arm.c | 16 +- gas/symbols.c | 4 +- gas/testsuite/gas/arm/attr-march-armv8-r+crypto.d | 2 +- gas/testsuite/gas/arm/attr-march-armv8-r+fp.d | 2 +- gas/testsuite/gas/arm/attr-march-armv8-r+simd.d | 2 +- gas/testsuite/gas/arm/attr-march-armv8-r.d | 2 +- gas/testsuite/gas/ppc/power10.d | 35 + gas/testsuite/gas/ppc/power10.s | 35 + gas/testsuite/gas/ppc/power9.d | 6 + gas/testsuite/gas/ppc/power9.s | 6 + gas/write.c | 16 +- gdb/ChangeLog | 124 + gdb/NEWS | 15 +- gdb/build-id.c | 2 +- gdb/coff-pe-read.c | 2 +- gdb/compile/compile-object-load.c | 2 +- gdb/doc/ChangeLog | 6 + gdb/doc/gdb.texinfo | 21 +- gdb/dtrace-probe.c | 2 +- gdb/dwarf2/frame.c | 12 +- gdb/dwarf2/read.c | 58 +- gdb/elfread.c | 18 +- gdb/exec.c | 56 +- gdb/gdb_bfd.c | 28 +- gdb/gdb_bfd.h | 7 +- gdb/h8300-tdep.c | 13 +- gdb/i386-sol2-nat.c | 20 +- gdb/machoread.c | 4 +- gdb/procfs.c | 79 - gdb/procfs.h | 6 - gdb/remote.c | 22 +- gdb/sol-thread.c | 32 - gdb/solib-aix.c | 10 +- gdb/solib-darwin.c | 4 +- gdb/solib-target.c | 18 +- gdb/sparc64-tdep.c | 2 +- gdb/stap-probe.c | 2 +- gdb/symfile-debug.c | 2 +- gdb/symfile-mem.c | 14 +- gdb/symfile.c | 53 +- gdb/symfile.h | 41 +- gdb/target.c | 33 +- gdb/target.h | 20 +- gdb/testsuite/ChangeLog | 24 + gdb/testsuite/gdb.base/gdb-caching-proc.exp | 42 +- gdb/{procfs.h => testsuite/gdb.base/with-mf-inc.c} | 31 +- .../gdb.base/with-mf-main.c} | 26 +- gdb/testsuite/gdb.base/with-mf.exp | 34 + gdb/testsuite/gdb.rust/simple.exp | 16 +- gdb/windows-nat.c | 2 +- gdb/windows-tdep.c | 2 +- gprof/ChangeLog | 4 + gprof/po/es.po | 240 +- include/ChangeLog | 5 + include/opcode/arm.h | 3 +- ld/ChangeLog | 71 + ld/emultempl/aix.em | 33 +- ld/emultempl/armcoff.em | 3 +- ld/emultempl/beos.em | 10 +- ld/emultempl/elf.em | 3 +- ld/emultempl/generic.em | 3 +- ld/emultempl/linux.em | 3 +- ld/emultempl/msp430.em | 3 +- ld/emultempl/pe.em | 37 +- ld/emultempl/pep.em | 37 +- ld/emultempl/spuelf.em | 4 +- ld/emultempl/ticoff.em | 3 +- ld/emultempl/vanilla.em | 3 +- ld/ldemul.c | 8 + ld/ldemul.h | 8 + ld/ldlang.c | 18 +- ld/ldlang.h | 5 + ld/ldmain.c | 6 +- ld/ldmisc.c | 10 +- ld/pe-dll.c | 38 +- ld/plugin.c | 6 +- ld/po/sv.po | 6298 ++++++++++++++++---- ld/testsuite/ld-aarch64/aarch64-elf.exp | 1 + ld/testsuite/ld-aarch64/emit-relocs-560.d | 8 + ld/testsuite/ld-aarch64/emit-relocs-560.s | 3 + opcodes/ChangeLog | 29 + opcodes/or1k-asm.c | 9 - opcodes/or1k-desc.c | 1811 +++--- opcodes/or1k-desc.h | 332 +- opcodes/or1k-dis.c | 9 - opcodes/or1k-ibld.c | 62 +- opcodes/or1k-opc.c | 152 - opcodes/or1k-opc.h | 28 +- opcodes/or1k-opinst.c | 428 +- opcodes/ppc-opc.c | 252 +- 136 files changed, 8192 insertions(+), 3957 deletions(-) copy gdb/{procfs.h => testsuite/gdb.base/with-mf-inc.c} (58%) copy gdb/{procfs.h => testsuite/gdb.base/with-mf-main.c} (58%) create mode 100644 gdb/testsuite/gdb.base/with-mf.exp create mode 100644 ld/testsuite/ld-aarch64/emit-relocs-560.d create mode 100644 ld/testsuite/ld-aarch64/emit-relocs-560.s