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-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from cd22ee0513 Automatic date update in version.in adds b7ed9f3d46 hurd: Add shared mig declarations adds 1313c56ef9 gdb: Preserve is-stmt lines when switch between files adds 3c3d03769e Regen opcodes/bpf-desc.c adds 2fdb65f247 alpha-vms: ETIR checks adds c39c821c1d gas: Fix checking for backwards .org with negative offset adds b1d12b40da Automatic date update in version.in adds 190eb1ddba ELF: Move dyn_relocs to struct elf_link_hash_entry adds 0bee4d1c08 binutils archive tests adds 621eacdfb4 [gdb/testsuite] Fix scrolling in gdb.dwarf2/multidictionary.exp adds 0874fd075b gdb: Represent all languages as sub-classes of language_defn adds 5bd40f2a3f gdb: Convert language la_print_array_index field to a method adds 15e5fd3556 gdb: Convert language la_read_var_value field to a method adds 48448202d7 gdb: Convert language la_pass_by_reference field to a method adds 1fb314aaa3 gdb: Convert language la_language_arch_info field to a method adds 54f4ca4610 gdb: Convert language la_lookup_transparent_type field to a method adds 4009ee92c4 gdb: Convert language la_iterate_over_symbols field to a method adds 8e25bafe93 gdb: Convert language la_get_compile_instance field to a method adds fb8006fd35 gdb: Convert language la_search_name_hash field to a method adds 6f8270197a gdb: Convert language la_sniff_from_mangled_name field to a method adds fbfb0a463f gdb: Convert language la_print_type field to a method adds 0a50df5dab gdb: Convert language la_demangle field to a method adds f6eee2d098 gdb: Convert language skip_trampoline field to a method adds 721276a249 Automatic date update in version.in adds 44730156af RISC-V: Fix the error when building RISC-V linux native gdbserver. adds bb7322c671 RISC-V: Fix minor bugs in .insn docs. adds 0ed18fa177 PR26069, strip/objcopy memory leaks adds 4a32244804 PR26069, strip/objcopy memory leaks adds 675800364b PR26069, strip/objcopy misaligned address accesses adds bbd2d6bf2d ld: fix ld-elf/linux-x86.exp for r/o source tree adds 433953ffa1 x86: Silence -fsanitize=undefined adds 37a141bfed ld: Add --export-dynamic-symbol and --export-dynamic-symbol-list adds 1949ad044a ld: Pass -fno-sanitize=all to tests with linker adds 5dbc8b372f ELF: Consolidate readonly_dynrelocs adds ad172eaa4f ELF: Copy dyn_relocs in _bfd_elf_link_hash_copy_indirect adds d49e5065ed ELF: Consolidate maybe_set_textrel adds 0bff75284e This patch set for the generic BFD a.out backend removes a d [...] adds 4ee4189f86 Updated Serbian translation for the opcodes sub-directory adds 5144dfba28 [gdb/testsuite] Fix use of verbose in gdb/jit-*.exp adds 913e0fd473 [PATCH] fix windmc typedef bug adds 50d036364f arc: Don't generate dynamic relocation for non SEC_ALLOC sections adds 9a6896021d frv: Don't generate dynamic relocation for non SEC_ALLOC sections adds 58ee44efbc nios2: Don't check relocations in non-loaded, non-alloced sections adds d4d8aee345 nios2: Call _bfd_elf_maybe_set_textrel to set DF_TEXTREL adds 338d56a848 * gas/doc/c-riscv.texi (RISC-V-Options): Fix non-ASCII apostrophe. adds f9b5d5ea18 [gdb/symtab] Fix missing breakpoint location for inlined function adds fda3f1174e Automatic date update in version.in adds 31af1e68af Copy several years of fixes from bfd/aoutx.h to bfd/pdp11.c. adds 7eea15c514 Correct PR number in changelog adds 60f207b4a9 ld testsuite fails with default-PIE compiler new a0c0ad5670 ld-dynamic test fixes new e2c8dab6ae tcl global directive outside proc body does nothing (ld) new 0a4f37af5c tcl global directive outside proc body does nothing (binutils) new 1cf67587a0 tcl global directive outside proc body does nothing (gas)
The 4 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 | 416 ++++ bfd/aout64.c | 8 - bfd/aoutx.h | 19 +- bfd/elf-bfd.h | 10 +- bfd/elf-s390-common.c | 2 +- bfd/elf.c | 4 +- bfd/elf32-arc.c | 5 +- bfd/elf32-arm.c | 99 +- bfd/elf32-csky.c | 95 +- bfd/elf32-frv.c | 5 +- bfd/elf32-hppa.c | 120 +- bfd/elf32-i386.c | 2 +- bfd/elf32-lm32.c | 160 +- bfd/elf32-m32r.c | 162 +- bfd/elf32-metag.c | 105 +- bfd/elf32-microblaze.c | 69 +- bfd/elf32-nds32.c | 103 +- bfd/elf32-nios2.c | 83 +- bfd/elf32-or1k.c | 104 +- bfd/elf32-ppc.c | 105 +- bfd/elf32-s390.c | 103 +- bfd/elf32-sh.c | 99 +- bfd/elf32-tic6x.c | 107 +- bfd/elf32-tilepro.c | 101 +- bfd/elf64-ppc.c | 107 +- bfd/elf64-s390.c | 103 +- bfd/elf64-x86-64.c | 2 +- bfd/elflink.c | 82 + bfd/elfnn-aarch64.c | 105 +- bfd/elfnn-riscv.c | 100 +- bfd/elfxx-sparc.c | 104 +- bfd/elfxx-tilegx.c | 101 +- bfd/elfxx-x86.c | 115 +- bfd/elfxx-x86.h | 9 +- bfd/i386aout.c | 1 - bfd/libaout.h | 3 - bfd/pdp11.c | 132 +- bfd/peicode.h | 48 +- bfd/version.h | 2 +- bfd/vms-alpha.c | 34 +- binutils/ChangeLog | 31 + binutils/mcparse.y | 1 + binutils/objcopy.c | 6 +- binutils/testsuite/binutils-all/ar.exp | 125 +- binutils/testsuite/binutils-all/i386/i386.exp | 2 - binutils/testsuite/binutils-all/objdump.exp | 105 +- binutils/testsuite/binutils-all/x86-64/objects.exp | 3 - binutils/testsuite/binutils-all/x86-64/x86-64.exp | 2 - binutils/windmc.c | 4 +- binutils/windmc.h | 1 + gas/ChangeLog | 34 + gas/doc/c-riscv.texi | 15 +- gas/testsuite/config/default.exp | 2 - gas/testsuite/gas/aarch64/org-neg.d | 3 + gas/testsuite/gas/aarch64/org-neg.l | 2 + gas/testsuite/gas/aarch64/org-neg.s | 2 + gas/testsuite/gas/arm/org-neg.d | 3 + gas/testsuite/gas/arm/org-neg.l | 2 + gas/testsuite/gas/arm/org-neg.s | 2 + gas/testsuite/gas/mep/complex-relocs.exp | 1 - gas/testsuite/gas/microblaze/relax_size.exp | 1 - gas/testsuite/gas/microblaze/reloc_sym.exp | 1 - gas/testsuite/gas/mt/relocs.exp | 1 - gas/testsuite/gas/rx/rx.exp | 1 - gas/write.c | 4 +- gdb/ChangeLog | 558 ++++++ gdb/ada-lang.c | 365 ++-- gdb/c-lang.c | 358 ++-- gdb/c-lang.h | 4 +- gdb/compile/compile.c | 8 +- gdb/config/i386/i386gnu.mn | 2 +- gdb/cp-abi.c | 2 +- gdb/cp-support.c | 9 - gdb/cp-support.h | 4 - gdb/d-lang.c | 194 +- gdb/dictionary.c | 2 +- gdb/dwarf2/read.c | 53 +- gdb/f-lang.c | 139 +- gdb/findvar.c | 13 +- gdb/gnu-nat-mig.h | 31 + gdb/gnu-nat.c | 8 +- gdb/gnu-v3-abi.c | 3 +- gdb/go-lang.c | 167 +- gdb/language.c | 253 ++- gdb/language.h | 304 +-- gdb/linespec.c | 2 +- gdb/m2-lang.c | 91 +- gdb/objc-lang.c | 136 +- gdb/opencl-lang.c | 104 +- gdb/p-lang.c | 137 +- gdb/rust-exp.y | 4 +- gdb/rust-lang.c | 163 +- gdb/symtab.c | 8 +- gdb/testsuite/ChangeLog | 32 + gdb/testsuite/gdb.base/jit-elf-so.exp | 9 +- gdb/testsuite/gdb.base/jit-elf.exp | 9 +- gdb/testsuite/gdb.base/jit-reader.exp | 8 +- .../testsuite/gdb.cp/breakpoint-locs-2.cc | 29 +- .../testsuite/gdb.cp/breakpoint-locs.cc | 33 +- .../testsuite/gdb.cp/breakpoint-locs.exp | 31 +- .../testsuite/gdb.cp/breakpoint-locs.h | 29 +- gdb/testsuite/gdb.cp/step-and-next-inline.exp | 7 + gdb/testsuite/gdb.dwarf2/dw2-inline-header-1.exp | 186 ++ gdb/testsuite/gdb.dwarf2/dw2-inline-header-2.exp | 189 ++ gdb/testsuite/gdb.dwarf2/dw2-inline-header-3.exp | 193 ++ gdb/testsuite/gdb.dwarf2/dw2-inline-header-lbls.c | 46 + .../testsuite/gdb.dwarf2/dw2-inline-header.c | 30 +- .../testsuite/gdb.dwarf2/dw2-inline-header.h | 30 +- gdb/testsuite/gdb.dwarf2/multidictionary.exp | 9 +- gdb/value.h | 4 - include/ChangeLog | 6 + include/opcode/riscv.h | 5 +- ld/ChangeLog | 128 ++ ld/NEWS | 3 + ld/ld.texi | 18 + ld/ldgram.y | 2 +- ld/ldlang.c | 16 +- ld/ldlang.h | 5 +- ld/ldlex.h | 2 + ld/lexsup.c | 72 + ld/testsuite/config/default.exp | 39 +- ld/testsuite/ld-bootstrap/bootstrap.exp | 2 - ld/testsuite/ld-dynamic/export-dynamic-symbol-1.d | 9 + ld/testsuite/ld-dynamic/export-dynamic-symbol-2.d | 12 + .../ld-dynamic/export-dynamic-symbol-glob.d | 9 + .../ld-dynamic/export-dynamic-symbol-list-1.d | 9 + .../ld-dynamic/export-dynamic-symbol-list-2.d | 10 + .../ld-dynamic/export-dynamic-symbol-list-glob.d | 9 + ld/testsuite/ld-dynamic/export-dynamic-symbol.exp | 77 + ld/testsuite/ld-dynamic/export-dynamic-symbol.s | 17 + ld/testsuite/ld-dynamic/foo-bar.list | 1 + ld/testsuite/ld-dynamic/foo.list | 1 + ld/testsuite/{ld-pie/start.s => ld-dynamic/foo.s} | 0 ld/testsuite/ld-dynamic/fstar.list | 1 + ld/testsuite/ld-elf/compress.exp | 3 - ld/testsuite/ld-elf/dlempty.list | 3 + ld/testsuite/ld-elf/elf.exp | 1 - ld/testsuite/ld-elf/exclude.exp | 6 - ld/testsuite/ld-elf/frame.exp | 3 - ld/testsuite/ld-elf/indirect.exp | 4 - ld/testsuite/ld-elf/linux-x86.exp | 9 +- ld/testsuite/ld-elf/shared.exp | 57 +- ld/testsuite/ld-elf/tls.exp | 2 +- ld/testsuite/ld-elf/tls_common.exp | 7 - ld/testsuite/ld-elfcomm/elfcomm.exp | 3 - ld/testsuite/ld-elfweak/elfweak.exp | 6 +- ld/testsuite/ld-frv/fdpic.exp | 2 - ld/testsuite/ld-frv/tls.exp | 2 - ld/testsuite/ld-gc/gc.exp | 5 +- ld/testsuite/ld-i386/i386.exp | 6 - ld/testsuite/ld-i386/no-plt.exp | 3 - ld/testsuite/ld-ifunc/ifunc.exp | 1 - ld/testsuite/ld-mips-elf/mips-elf-flags.exp | 1 - ld/testsuite/ld-nios2/nios2.exp | 3 - ld/testsuite/ld-plugin/lto.exp | 14 +- ld/testsuite/ld-plugin/plugin.exp | 5 +- ld/testsuite/ld-powerpc/export-class.exp | 1 - ld/testsuite/ld-scripts/align.exp | 1 - ld/testsuite/ld-scripts/crossref.exp | 2 - ld/testsuite/ld-scripts/defined.exp | 2 - ld/testsuite/ld-scripts/overlay-size.exp | 1 - ld/testsuite/ld-scripts/provide.exp | 1 - ld/testsuite/ld-scripts/weak.exp | 1 - ld/testsuite/ld-selective/selective.exp | 4 +- ld/testsuite/ld-sh/rd-sh.exp | 2 - ld/testsuite/ld-size/size.exp | 3 - ld/testsuite/ld-srec/srec.exp | 6 +- ld/testsuite/ld-unique/unique.exp | 4 +- ld/testsuite/ld-x86-64/mpx.exp | 3 - ld/testsuite/ld-x86-64/no-plt.exp | 3 - ld/testsuite/ld-x86-64/plt-main-ibt-x32.dd | 2 +- ld/testsuite/ld-x86-64/plt-main-ibt.dd | 2 +- ld/testsuite/ld-x86-64/x86-64.exp | 39 +- opcodes/ChangeLog | 13 + opcodes/bpf-desc.c | 16 +- opcodes/po/sr.po | 2006 ++++++++++++++------ opcodes/riscv-opc.c | 16 +- 177 files changed, 5981 insertions(+), 4230 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/org-neg.d create mode 100644 gas/testsuite/gas/aarch64/org-neg.l create mode 100644 gas/testsuite/gas/aarch64/org-neg.s create mode 100644 gas/testsuite/gas/arm/org-neg.d create mode 100644 gas/testsuite/gas/arm/org-neg.l create mode 100644 gas/testsuite/gas/arm/org-neg.s create mode 100644 gdb/gnu-nat-mig.h copy bfd/aout64.c => gdb/testsuite/gdb.cp/breakpoint-locs-2.cc (52%) copy bfd/aout64.c => gdb/testsuite/gdb.cp/breakpoint-locs.cc (52%) copy ld/testsuite/ld-scripts/overlay-size.exp => gdb/testsuite/gdb.cp/breakpoint-l [...] copy bfd/aout64.c => gdb/testsuite/gdb.cp/breakpoint-locs.h (52%) create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-header-1.exp create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-header-2.exp create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-header-3.exp create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-header-lbls.c copy bfd/aout64.c => gdb/testsuite/gdb.dwarf2/dw2-inline-header.c (52%) copy bfd/aout64.c => gdb/testsuite/gdb.dwarf2/dw2-inline-header.h (52%) create mode 100644 ld/testsuite/ld-dynamic/export-dynamic-symbol-1.d create mode 100644 ld/testsuite/ld-dynamic/export-dynamic-symbol-2.d create mode 100644 ld/testsuite/ld-dynamic/export-dynamic-symbol-glob.d create mode 100644 ld/testsuite/ld-dynamic/export-dynamic-symbol-list-1.d create mode 100644 ld/testsuite/ld-dynamic/export-dynamic-symbol-list-2.d create mode 100644 ld/testsuite/ld-dynamic/export-dynamic-symbol-list-glob.d create mode 100644 ld/testsuite/ld-dynamic/export-dynamic-symbol.exp create mode 100644 ld/testsuite/ld-dynamic/export-dynamic-symbol.s create mode 100644 ld/testsuite/ld-dynamic/foo-bar.list create mode 100644 ld/testsuite/ld-dynamic/foo.list copy ld/testsuite/{ld-pie/start.s => ld-dynamic/foo.s} (100%) create mode 100644 ld/testsuite/ld-dynamic/fstar.list create mode 100644 ld/testsuite/ld-elf/dlempty.list