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 67411cbf63 PR25022 testcase segfault for generic ELF linker targets adds 14fa8fb307 gdb: Add a find method for RegisterDescriptorIterator adds 43d5901ded gdb/python: make more use of RegisterDescriptors adds 1a02d6b0ff x86: Handle {disp32} for (%bp)/(%ebp)/(%rbp) adds d70f978b44 PKG_CHECK_MODULES: Check if $pkg_cv_[]$1[]_LIBS works adds 866b34a12d [gdb/build] Fix Wmaybe-uninitialized in gdb_optional.h adds 377170fa31 PKG_CHECK_MODULES: Properly check if $pkg_cv_[]$1[]_LIBS works adds 4d46f40270 Implement xfer_partial TARGET_OBJECT_SIGNAL_INFO for NetBSD adds 4888741a22 Fix bug in DW_OP_GNU_variable_value evaluation adds 16f3242c05 Update "disassemble" help adds f75a069335 Demangle function names when disassembling adds f6882bb131 Automatic date update in version.in adds f5c79e97fe [gdb/testsuite] Make gdb.dwarf2/dw2-line-number-zero.exp mor [...] adds 8ba83e9109 [tdep/s390] Fix Wmaybe-uninitialized in s390_displaced_step_fixup adds 5987401fcb Don't assert at ldwrite.c:212 adds 4d68fd750f Don't segfault on discarded section dynsyms adds a69ee13f5a For DWARF v5 Dwarf Package Files (.dwp files), the section i [...] adds 90fd07fcd3 [gdb/testsuite] Fix captured_command_loop breakpoint in selftests adds 9811697376 PR26279 Work around maybe-uninitialized warning in s390-mkopc.c adds 3f1b17bbf0 MIPS/LD: Set symtab's `sh_info' correctly for IRIX emulations adds c77cb2a09c MIPS: Make the IRIX naming of local section symbols consistent adds f693213d12 Run `autoreconf -vf` throughout adds 13069b87d1 Automatic date update in version.in adds 5a99adb860 [gdb/build] Fix Wmaybe-uninitialized in gdb/ui-style.h adds 4d8ee86073 Prevent the generation of DWARF level 0 line number tables... adds 6cc64caaba [gdb/testsuite] Fix gdb.fortran/ptype-on-functions.exp with gcc-4.8 adds f1dfbfdbc6 elf: Add sym_cache to elf_link_hash_table adds ac2599c447 x86: Pass --gdwarf-3 to assembler adds c8693053f8 Unify Solaris procfs and largefile handling adds f291783b26 Default to DWARF level 3 for the assembler. adds 3f853ba383 Strange - my previous commit to as.c to set the default dwar [...] adds e12dcc50da [gdb/testsuite] Fix gdb.fortran/info-modules.exp with gcc-4.8 adds 4d3bb35620 aarch64: set sh_entsize of .plt to 0 adds 1e6205909c gdb/breakpoint: do not update the condition string if parsin [...] adds 4c55e97025 gdb/breakpoint: set the condition exp after parsing the cond [...] adds 78319c1568 gdb/breakpoint: refactor 'set_breakpoint_condition' adds 5e500d3323 gdb: handle non-const property types in ada_modulus (PR ada/26318) adds 41eb8e8885 x86: Add {disp16} pseudo prefix adds 15f2a3ede0 Automatic date update in version.in adds 223d5266de ARC: Fix ld/pr24511 test adds a896df97b9 PR26314, Linking LTO objects with symbols from static and sh [...] adds e6a6c7676a ld: Add -fno-lto to linker tests adds 9ef1ec5dca Fix gdb.base/corefile2.exp test case for ppc64le adds 0245e13677 gdb.base/coremaker2.c: Fix compilation problems for x86_64 - [...] adds cec80c3843 Automatic date update in version.in new d0e70c4189 Automatic date update in version.in
The 1 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 | 2 - bfd/ChangeLog | 148 ++ bfd/Makefile.am | 2 +- bfd/Makefile.in | 7 +- bfd/bfd.m4 | 16 +- bfd/config.in | 3 + bfd/configure | 174 ++- bfd/configure.ac | 2 +- bfd/doc/Makefile.in | 1 + bfd/elf-bfd.h | 31 +- bfd/elf.c | 2 - bfd/elf32-arm.c | 8 +- bfd/elf32-bfin.c | 25 +- bfd/elf32-csky.c | 7 +- bfd/elf32-hppa.c | 7 +- bfd/elf32-i386.c | 8 +- bfd/elf32-m32r.c | 128 +- bfd/elf32-m68hc1x.h | 3 - bfd/elf32-m68k.c | 5 +- bfd/elf32-metag.c | 5 +- bfd/elf32-microblaze.c | 5 +- bfd/elf32-mips.c | 12 + bfd/elf32-nds32.c | 13 +- bfd/elf32-nds32.h | 7 - bfd/elf32-nios2.c | 5 +- bfd/elf32-or1k.c | 5 +- bfd/elf32-ppc.c | 9 +- bfd/elf32-s390.c | 9 +- bfd/elf32-sh.c | 17 +- bfd/elf32-tic6x.c | 5 +- bfd/elf32-tilepro.c | 218 ++- bfd/elf64-ppc.c | 12 +- bfd/elf64-s390.c | 11 +- bfd/elf64-x86-64.c | 8 +- bfd/elflink.c | 47 +- bfd/elfn32-mips.c | 12 + bfd/elfnn-aarch64.c | 18 +- bfd/elfnn-riscv.c | 5 +- bfd/elfxx-mips.c | 7 +- bfd/elfxx-sparc.c | 3 +- bfd/elfxx-sparc.h | 3 - bfd/elfxx-target.h | 4 + bfd/elfxx-tilegx.c | 5 +- bfd/elfxx-x86.h | 3 - bfd/version.h | 2 +- binutils/ChangeLog | 62 + binutils/Makefile.am | 1 + binutils/Makefile.in | 2 + binutils/configure | 88 +- binutils/doc/Makefile.in | 1 + .../testsuite/binutils-all/i386/compressed-1a.d | 2 +- .../testsuite/binutils-all/i386/compressed-1b.d | 2 +- .../testsuite/binutils-all/i386/compressed-1c.d | 2 +- .../mips/global-local-symtab-final-n32.d | 9 + .../mips/global-local-symtab-final-n64.d | 9 + .../mips/global-local-symtab-final-o32.d | 9 + .../binutils-all/mips/global-local-symtab-n32.d | 8 + .../binutils-all/mips/global-local-symtab-n32t.d | 8 + .../binutils-all/mips/global-local-symtab-n64.d | 10 + .../binutils-all/mips/global-local-symtab-o32.d | 10 + .../binutils-all/mips/global-local-symtab-o32t.d | 10 + .../mips/global-local-symtab-sort-n32.d | 8 + .../mips/global-local-symtab-sort-n32t.d | 8 + .../mips/global-local-symtab-sort-n64.d | 14 + .../mips/global-local-symtab-sort-n64t.d | 14 + .../mips/global-local-symtab-sort-o32.d | 14 + .../mips/global-local-symtab-sort-o32t.d | 14 + binutils/testsuite/binutils-all/mips/mips.exp | 11 + .../testsuite/binutils-all/x86-64/compressed-1a.d | 2 +- .../testsuite/binutils-all/x86-64/compressed-1b.d | 2 +- .../testsuite/binutils-all/x86-64/compressed-1c.d | 2 +- config/ChangeLog | 25 + config/largefile.m4 | 45 +- config/pkg.m4 | 8 + gas/ChangeLog | 76 + gas/Makefile.am | 2 +- gas/Makefile.in | 3 +- gas/as.c | 5 +- gas/config/tc-i386.c | 56 +- gas/configure | 64 +- gas/doc/Makefile.in | 1 + gas/doc/c-i386.texi | 3 + gas/testsuite/gas/elf/dwarf2-3.d | 1 + gas/testsuite/gas/elf/dwarf2-5.d | 2 +- gas/testsuite/gas/i386/dw2-compress-3a.d | 2 +- gas/testsuite/gas/i386/dw2-compress-3b.d | 2 +- gas/testsuite/gas/i386/dw2-compressed-3a.d | 2 +- gas/testsuite/gas/i386/dw2-compressed-3b.d | 2 +- gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/inval-pseudo.l | 6 +- gas/testsuite/gas/i386/inval-pseudo.s | 2 + gas/testsuite/gas/i386/pseudos.d | 38 + gas/testsuite/gas/i386/pseudos.s | 51 + gas/testsuite/gas/i386/x86-64-inval-pseudo.l | 10 + gas/testsuite/gas/i386/x86-64-inval-pseudo.s | 4 + gas/testsuite/gas/i386/x86-64-pseudos.d | 34 +- gas/testsuite/gas/i386/x86-64-pseudos.s | 43 + gas/testsuite/gas/mips/global-local-symtab-n32.d | 6 + gas/testsuite/gas/mips/global-local-symtab-n32t.d | 6 + gas/testsuite/gas/mips/global-local-symtab-n64.d | 8 + gas/testsuite/gas/mips/global-local-symtab-o32.d | 8 + gas/testsuite/gas/mips/global-local-symtab-o32t.d | 8 + .../gas/mips/global-local-symtab-sort-n32.d | 6 + .../gas/mips/global-local-symtab-sort-n32t.d | 6 + .../gas/mips/global-local-symtab-sort-n64.d | 17 + .../gas/mips/global-local-symtab-sort-n64t.d | 17 + .../gas/mips/global-local-symtab-sort-o32.d | 17 + .../gas/mips/global-local-symtab-sort-o32t.d | 17 + gas/testsuite/gas/mips/global-local-symtab.s | 10 + gas/testsuite/gas/mips/mips.exp | 9 + gdb/ChangeLog | 111 ++ gdb/Makefile.in | 3 +- gdb/ada-lang.c | 9 +- gdb/blockframe.c | 36 +- gdb/breakpoint.c | 79 +- gdb/cli/cli-cmds.c | 19 +- gdb/config.in | 3 + gdb/configure | 141 +- gdb/doc/ChangeLog | 11 + gdb/doc/python.texi | 51 +- gdb/dwarf2/expr.c | 3 +- gdb/nbsd-nat.c | 45 + gdb/nbsd-nat.h | 6 + gdb/nbsd-tdep.c | 156 +++ gdb/proc-api.c | 2 - gdb/proc-events.c | 2 - gdb/proc-flags.c | 2 - gdb/proc-why.c | 2 - gdb/procfs.c | 2 - gdb/python/py-frame.c | 22 +- gdb/python/py-registers.c | 97 +- gdb/python/py-unwind.c | 36 +- gdb/python/python-internal.h | 19 + gdb/s390-tdep.c | 5 +- gdb/symtab.h | 8 + gdb/testsuite/ChangeLog | 69 + gdb/testsuite/gdb.base/condbreak-bad.c | 24 + gdb/testsuite/gdb.base/condbreak-bad.exp | 128 ++ gdb/testsuite/gdb.base/coremaker2.c | 42 +- gdb/testsuite/gdb.cp/disasm-func-name.cc | 48 + gdb/testsuite/gdb.cp/disasm-func-name.exp | 50 + gdb/testsuite/gdb.dwarf2/dw2-line-number-zero.exp | 4 +- gdb/testsuite/gdb.dwarf2/varval.exp | 2 + gdb/testsuite/gdb.fortran/info-modules.exp | 8 +- gdb/testsuite/gdb.fortran/ptype-on-functions.exp | 4 +- gdb/testsuite/gdb.python/py-arch-reg-names.exp | 15 + gdb/testsuite/gdb.python/py-unwind.py | 11 +- gdb/testsuite/lib/selftest-support.exp | 5 +- gdb/testsuite/lib/sym-info-cmds.exp | 21 +- gdb/ui-style.h | 10 +- gdbserver/ChangeLog | 4 + gdbserver/config.in | 3 + gdbserver/configure | 57 +- gdbsupport/ChangeLog | 14 + gdbsupport/Makefile.am | 3 +- gdbsupport/Makefile.in | 4 +- gdbsupport/common.m4 | 3 +- gdbsupport/config.in | 3 + gdbsupport/configure | 117 +- gdbsupport/gdb_optional.h | 2 + gnulib/ChangeLog | 5 + gnulib/Makefile.in | 1 + gnulib/configure | 1475 +++++++++----------- gnulib/configure.ac | 5 +- gnulib/import/Makefile.in | 1 + gprof/ChangeLog | 6 + gprof/Makefile.am | 2 +- gprof/Makefile.in | 3 +- gprof/configure | 64 +- include/ChangeLog | 5 + include/dwarf2.h | 41 +- ld/ChangeLog | 65 + ld/Makefile.am | 2 +- ld/Makefile.in | 3 +- ld/configure | 64 +- ld/ldelf.c | 1 + ld/scripttempl/elfarc.sc | 24 +- ld/testsuite/ld-elf/indirect.exp | 32 +- ld/testsuite/ld-elf/sec64k.exp | 2 +- ld/testsuite/ld-elfvers/vers.exp | 9 +- ld/testsuite/ld-elfweak/elfweak.exp | 50 +- ld/testsuite/ld-ifunc/ifunc.exp | 20 +- .../ld-mips-elf/global-local-symtab-final-n32.d | 6 + .../ld-mips-elf/global-local-symtab-final-n64.d | 6 + .../ld-mips-elf/global-local-symtab-final-o32.d | 6 + ld/testsuite/ld-mips-elf/global-local-symtab-n32.d | 6 + .../ld-mips-elf/global-local-symtab-n32t.d | 6 + ld/testsuite/ld-mips-elf/global-local-symtab-n64.d | 8 + ld/testsuite/ld-mips-elf/global-local-symtab-o32.d | 8 + .../ld-mips-elf/global-local-symtab-o32t.d | 8 + .../ld-mips-elf/global-local-symtab-sort-n32.d | 6 + .../ld-mips-elf/global-local-symtab-sort-n32t.d | 6 + .../ld-mips-elf/global-local-symtab-sort-n64.d | 13 + .../ld-mips-elf/global-local-symtab-sort-n64t.d | 13 + .../ld-mips-elf/global-local-symtab-sort-o32.d | 13 + .../ld-mips-elf/global-local-symtab-sort-o32t.d | 13 + ld/testsuite/ld-mips-elf/global-local-symtab.ld | 8 + ld/testsuite/ld-mips-elf/mips-elf.exp | 12 + ld/testsuite/ld-plugin/lto.exp | 3 +- ld/testsuite/lib/ld-lib.exp | 18 +- libdecnumber/ChangeLog | 4 + libdecnumber/aclocal.m4 | 1 - libdecnumber/configure | 3 - opcodes/ChangeLog | 22 + opcodes/i386-opc.h | 12 + opcodes/i386-opc.tbl | 21 +- opcodes/i386-tbl.h | 32 +- opcodes/s390-mkopc.c | 3 +- sim/bfin/ChangeLog | 4 + sim/bfin/aclocal.m4 | 344 ----- sim/bfin/configure | 261 +--- sim/erc32/ChangeLog | 4 + sim/erc32/configure | 1 - sim/mips/ChangeLog | 4 + sim/mips/configure | 2 +- sim/testsuite/ChangeLog | 4 + sim/testsuite/configure | 6 +- 217 files changed, 3958 insertions(+), 2304 deletions(-) create mode 100644 binutils/testsuite/binutils-all/mips/global-local-symtab-final-n32.d create mode 100644 binutils/testsuite/binutils-all/mips/global-local-symtab-final-n64.d create mode 100644 binutils/testsuite/binutils-all/mips/global-local-symtab-final-o32.d create mode 100644 binutils/testsuite/binutils-all/mips/global-local-symtab-n32.d create mode 100644 binutils/testsuite/binutils-all/mips/global-local-symtab-n32t.d create mode 100644 binutils/testsuite/binutils-all/mips/global-local-symtab-n64.d create mode 100644 binutils/testsuite/binutils-all/mips/global-local-symtab-o32.d create mode 100644 binutils/testsuite/binutils-all/mips/global-local-symtab-o32t.d create mode 100644 binutils/testsuite/binutils-all/mips/global-local-symtab-sort-n32.d create mode 100644 binutils/testsuite/binutils-all/mips/global-local-symtab-sort-n32t.d create mode 100644 binutils/testsuite/binutils-all/mips/global-local-symtab-sort-n64.d create mode 100644 binutils/testsuite/binutils-all/mips/global-local-symtab-sort-n64t.d create mode 100644 binutils/testsuite/binutils-all/mips/global-local-symtab-sort-o32.d create mode 100644 binutils/testsuite/binutils-all/mips/global-local-symtab-sort-o32t.d create mode 100644 gas/testsuite/gas/i386/x86-64-inval-pseudo.l create mode 100644 gas/testsuite/gas/i386/x86-64-inval-pseudo.s create mode 100644 gas/testsuite/gas/mips/global-local-symtab-n32.d create mode 100644 gas/testsuite/gas/mips/global-local-symtab-n32t.d create mode 100644 gas/testsuite/gas/mips/global-local-symtab-n64.d create mode 100644 gas/testsuite/gas/mips/global-local-symtab-o32.d create mode 100644 gas/testsuite/gas/mips/global-local-symtab-o32t.d create mode 100644 gas/testsuite/gas/mips/global-local-symtab-sort-n32.d create mode 100644 gas/testsuite/gas/mips/global-local-symtab-sort-n32t.d create mode 100644 gas/testsuite/gas/mips/global-local-symtab-sort-n64.d create mode 100644 gas/testsuite/gas/mips/global-local-symtab-sort-n64t.d create mode 100644 gas/testsuite/gas/mips/global-local-symtab-sort-o32.d create mode 100644 gas/testsuite/gas/mips/global-local-symtab-sort-o32t.d create mode 100644 gas/testsuite/gas/mips/global-local-symtab.s create mode 100644 gdb/testsuite/gdb.base/condbreak-bad.c create mode 100644 gdb/testsuite/gdb.base/condbreak-bad.exp create mode 100644 gdb/testsuite/gdb.cp/disasm-func-name.cc create mode 100644 gdb/testsuite/gdb.cp/disasm-func-name.exp create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab-final-n32.d create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab-final-n64.d create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab-final-o32.d create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab-n32.d create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab-n32t.d create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab-n64.d create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab-o32.d create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab-o32t.d create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab-sort-n32.d create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab-sort-n32t.d create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab-sort-n64.d create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab-sort-n64t.d create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab-sort-o32.d create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab-sort-o32t.d create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab.ld