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-aarch64 in repository toolchain/ci/gdb.
from 4d44946794 gprofng: fix bug 29410 - Argument " 0." isn't numeric i [...] adds 98badbfdc2 Use gdb_bfd_ref_ptr in objfile adds 075e4d6d95 Use auto_obstack in objfile adds 88c4cce8d2 Use unique_ptr to destroy per-bfd object adds 59f214544c elf: Reset alignment for each PT_LOAD segment adds fcbfb25dcc Automatic date update in version.in adds 94e27e8e69 MIPS: Use R_MIPS_REL16 for BFD_RELOC_16 adds 6b9bd54c24 Re: Get rid of fprintf_vma and sprintf_vma adds b82817674f Don't use BFD_VMA_FMT in binutils adds 60adf22c14 [gdb/tdep] Fix gdb.base/large-frame.exp for aarch64 new 3c71833c67 [gdb/testsuite] Fix ERROR in gdb.base/watchpoint-unaligned.exp new 367dda8596 [gdb/testsuite] Fix .debug_aranges in gdb.dwarf2/fission-loclists.S
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/archive.c | 6 +- bfd/coff64-rs6000.c | 2 +- bfd/coffcode.h | 8 +- bfd/elf.c | 9 +- bfd/elf32-rx.c | 23 ++-- bfd/elf64-mips.c | 1 + bfd/elf64-ppc.c | 6 +- bfd/elfcode.h | 7 +- bfd/elfn32-mips.c | 1 + bfd/elfnn-aarch64.c | 22 ++-- bfd/version.h | 2 +- binutils/bucomm.c | 6 +- binutils/coffdump.c | 3 +- binutils/od-xcoff.c | 34 +++--- binutils/readelf.c | 133 +++++++++------------ binutils/size.c | 14 +-- gas/config/tc-arc.c | 12 +- gas/config/tc-i386.c | 4 +- gas/config/tc-riscv.c | 10 +- gas/macro.c | 2 +- gdb/aarch64-tdep.c | 22 +++- gdb/arm-tdep.c | 21 ++-- gdb/auto-load.c | 4 +- gdb/build-id.c | 2 +- gdb/coff-pe-read.c | 4 +- gdb/coffread.c | 27 ++--- gdb/compile/compile-object-load.c | 2 +- gdb/ctfread.c | 6 +- gdb/dbxread.c | 22 ++-- gdb/dtrace-probe.c | 2 +- gdb/dwarf2/frame.c | 6 +- gdb/dwarf2/index-cache.c | 2 +- gdb/dwarf2/index-write.c | 2 +- gdb/dwarf2/loc.c | 4 +- gdb/dwarf2/read.c | 70 ++++++------ gdb/elfread.c | 43 +++---- gdb/gcore.c | 2 +- gdb/hppa-tdep.c | 9 +- gdb/i386-tdep.c | 7 +- gdb/jit.c | 2 +- gdb/machoread.c | 24 ++-- gdb/maint.c | 6 +- gdb/mdebugread.c | 6 +- gdb/minidebug.c | 6 +- gdb/minsyms.c | 4 +- gdb/mipsread.c | 4 +- gdb/objfiles.c | 78 ++++++------- gdb/objfiles.h | 23 ++-- gdb/python/py-objfile.c | 6 +- gdb/remote.c | 4 +- gdb/solib-aix.c | 2 +- gdb/solib-frv.c | 2 +- gdb/solib-svr4.c | 4 +- gdb/solib.c | 4 +- gdb/source.c | 3 +- gdb/stap-probe.c | 4 +- gdb/symfile-mem.c | 4 +- gdb/symfile.c | 79 +++++++------ gdb/symfile.h | 7 +- gdb/symmisc.c | 2 +- gdb/testsuite/gdb.base/watchpoint-unaligned.exp | 8 +- gdb/testsuite/gdb.dwarf2/fission-loclists.S | 14 --- gdb/xcoffread.c | 22 ++-- gprof/corefile.c | 4 +- ld/emultempl/aix.em | 4 +- ld/ldctor.c | 6 +- ld/ldlang.c | 146 ++++++++---------------- ld/ldmain.c | 6 +- ld/ldmisc.c | 29 +++-- ld/ldmisc.h | 3 +- ld/testsuite/ld-elf/pr29435.d | 11 ++ ld/testsuite/ld-elf/{pr19698.s => pr29435.s} | 3 +- opcodes/s12z-dis.c | 6 +- 73 files changed, 525 insertions(+), 573 deletions(-) create mode 100644 ld/testsuite/ld-elf/pr29435.d copy ld/testsuite/ld-elf/{pr19698.s => pr29435.s} (61%)