This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-lts-allmodconfig in repository toolchain/ci/binutils-gdb.
from 712b8a0f68 Automatic date update in version.in adds 7ef63c9507 Automatic date update in version.in adds 606decb27e Remove objfile parameter from abbrev_table::read adds fa63ba779d Updated Serbian translation for the ld subdirectory adds af1bd771fc aarch64: Extract Pointer Authentication feature from Armv8.3-A adds 9c905051aa elfedit: Update help message adds 2c72361c81 Extend ld's -Map=<dir> functionality by allowing '%' to be r [...] adds ac3d406409 Split macro_buffer in two classes, fix Clang build adds 3fed4c0b7a gdb: better static python detection in configure machinery adds a1945bd452 gdb/testsuite: make DWARF assembler's ranges' "base" and "ra [...] new 86775fab42 gdb: fix debug expression dumping of function call expressions
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: bfd/version.h | 2 +- binutils/ChangeLog | 5 + binutils/elfedit.c | 38 +- gdb/ChangeLog | 38 + gdb/configure | 2 +- gdb/configure.ac | 2 +- gdb/dwarf2/abbrev.c | 6 +- gdb/dwarf2/abbrev.h | 7 +- gdb/dwarf2/read.c | 16 +- gdb/expprint.c | 2 +- gdb/f-lang.c | 3 +- gdb/macroexp.c | 271 +- gdb/testsuite/ChangeLog | 27 + gdb/testsuite/gdb.base/debug-expr.c | 10 +- gdb/testsuite/gdb.base/debug-expr.exp | 26 +- gdb/testsuite/gdb.cp/debug-expr.exp | 24 +- gdb/testsuite/gdb.dlang/debug-expr.exp | 19 +- gdb/testsuite/gdb.dwarf2/dw2-bad-elf.exp | 8 +- .../gdb.dwarf2/dw2-inline-many-frames.exp | 12 +- gdb/testsuite/gdb.dwarf2/dw2-inline-stepping.exp | 4 +- gdb/testsuite/gdb.dwarf2/dw2-ranges-base.exp | 12 +- gdb/testsuite/gdb.dwarf2/dw2-ranges-func.exp | 14 +- gdb/testsuite/gdb.dwarf2/dw2-ranges-overlap.exp | 8 +- gdb/testsuite/gdb.dwarf2/dw2-ranges-psym.exp | 12 +- gdb/testsuite/gdb.dwarf2/enqueued-cu-base-addr.exp | 2 +- .../osabi.exp => gdb.fortran/debug-expr.exp} | 26 +- .../{array-bounds-high.f90 => debug-expr.f90} | 29 +- gdb/testsuite/lib/dwarf.exp | 55 +- gdb/testsuite/lib/gdb.exp | 28 + include/ChangeLog | 5 + include/opcode/aarch64.h | 2 + ld/ChangeLog | 14 + ld/ld.texi | 32 +- ld/lexsup.c | 68 +- ld/po/sr.po | 6256 +++++++++++++++----- ld/testsuite/ld-scripts/map-address.exp | 47 + opcodes/ChangeLog | 7 + opcodes/aarch64-tbl.h | 71 +- 38 files changed, 5470 insertions(+), 1740 deletions(-) copy gdb/testsuite/{gdb.base/osabi.exp => gdb.fortran/debug-expr.exp} (60%) copy gdb/testsuite/gdb.fortran/{array-bounds-high.f90 => debug-expr.f90} (64%)