This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/binutils-gdb.
from c159f35225 PR27723, Internal error in select_cie_for_fde adds c48a248e33 Automatic date update in version.in adds d20eb46617 Re: PR27723, Internal error in select_cie_for_fde adds 13acb58d42 PR27716, build failure for msdosdjgpp: PATH_MAX undeclared adds c9f9a78d00 PR27630, ubsan: elf32-arm.c:6587:20 adds 8985b74b7d PR27631, ubsan: elf32-metag.c:1550:10 adds 5f47741bf6 Remove unneeded tests for definitions of NT_BSDNETCORE values. adds ac4d323ea0 testsuite, gdb: recognize DW_OP_fbreg in lib/dwarf.exp adds 6be872a439 Ignore trailing bytes at the end of a Windows Resource Versi [...] adds 9917b5596a elf: Set p_memsz to p_filesz for loadable PT_NOTE segment adds 38ae29156f Remove use of _WIN32_WCE adds b9de3b915c gdb/doc: add missing parentheses around prompt in some examples adds 34dc0f9596 gdb/dwarf2: fix "info locals" for clang-compiled inlined functions adds fcc99c428a testsuite, dwarf2: use @DW_INL_declared_inlined in a test adds d4015fc5aa Automatic date update in version.in adds f6a1f95749 CSKY: Fix special_function in howto table adds ddfe525f28 RISC-V: PR27584, surpress local and empty name symbols for nm. adds d0ecdcddc3 Make objcopy -p work when an output file is specified adds 985e026451 PR27725, better objcopy -p times adds 54b4dcc530 gdb: refactor the initialization file lookup code adds 92e4e97a9f gdb: process early initialization files and command line options adds 5809fbf2e2 gdb: add "set startup-quietly" command adds 4c79248a46 PR27734, get_stat_atime_ns/get_stat_mtime_ns might not use p [...] adds 9e5e03df52 Use block_symbol in var_value_operation adds 644a2e75ac Use common_val_print_checked in print_variable_and_value adds a15a276b46 Avoid crash in Ada value printing with optimized-out array adds 41f14dc862 gdb/testsuite: use foreach_with_prefix in gdb.threads/fork-p [...] adds fd5c30cde5 gdb/testsuite: don't include paths in test names new c45ecc9d16 gdb fbsd-nat: Use new-style debug macros new 10737236a0 sim: Add SIM_EXTRA_CFLAGS after CSEARCH. new f00b50d057 sim frv: Add a missing return value for frvbf_check_acc_range. new 599a6ff01e sim lm32: Use a known-good shell with genmloop.sh. new 32b14776a0 sim mn10300: Fix igen generation. new 2694bce941 sim erc32: Add include path for readline.
The 6 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 | 40 ++++ bfd/elf.c | 9 +- bfd/elf32-arm.c | 5 +- bfd/elf32-csky.c | 120 +++++----- bfd/elf32-metag.c | 4 +- bfd/elfnn-riscv.c | 11 + bfd/version.h | 2 +- binutils/ChangeLog | 67 ++++++ binutils/config.in | 22 ++ binutils/configure | 184 +++++++++++++-- binutils/configure.ac | 67 ++++-- binutils/objcopy.c | 13 +- binutils/objdump.c | 5 +- binutils/readelf.c | 155 +++++++------ binutils/rename.c | 113 +++++++-- binutils/resbin.c | 3 + binutils/sysdep.h | 15 -- binutils/testsuite/binutils-all/objcopy.exp | 12 + .../testsuite/binutils-all/x86-64/pr27708.dump | 33 +++ .../testsuite/binutils-all/x86-64/pr27708.exe.bz2 | Bin 0 -> 5815 bytes binutils/testsuite/binutils-all/x86-64/x86-64.exp | 38 ++++ gas/ChangeLog | 6 + gas/dw2gencfi.c | 129 +++++------ gdb/ChangeLog | 88 ++++++- gdb/NEWS | 19 ++ gdb/ada-exp.h | 4 +- gdb/ada-exp.y | 25 +- gdb/ada-lang.c | 19 +- gdb/ada-valprint.c | 5 +- gdb/ax-gdb.c | 6 +- gdb/c-exp.y | 13 +- gdb/config.in | 3 + gdb/configure | 6 + gdb/configure.ac | 3 + gdb/d-exp.y | 3 +- gdb/doc/ChangeLog | 21 ++ gdb/doc/gdb.texinfo | 139 +++++++++-- gdb/dwarf2/read.c | 49 +++- gdb/eval.c | 24 +- gdb/expop.h | 33 ++- gdb/expprint.c | 9 + gdb/fbsd-nat.c | 58 ++--- gdb/go-exp.y | 3 +- gdb/m2-exp.y | 7 +- gdb/main.c | 253 +++++++++++++++------ gdb/p-exp.y | 6 +- gdb/parse.c | 4 +- gdb/printcmd.c | 2 +- gdb/rust-exp.y | 2 +- gdb/testsuite/ChangeLog | 42 ++++ gdb/testsuite/gdb.base/early-init-file.c | 22 ++ gdb/testsuite/gdb.base/early-init-file.exp | 148 ++++++++++++ gdb/testsuite/gdb.dwarf2/arr-stride.exp | 33 ++- .../gdb.dwarf2/dw2-inline-with-lexical-scope.c | 52 +++++ .../gdb.dwarf2/dw2-inline-with-lexical-scope.exp | 139 +++++++++++ gdb/testsuite/gdb.opt/inline-locals.c | 20 ++ gdb/testsuite/gdb.opt/inline-locals.exp | 30 +++ gdb/testsuite/gdb.python/py-parameter.exp | 3 +- gdb/testsuite/gdb.threads/fork-plus-threads.exp | 10 +- gdb/testsuite/lib/dwarf.exp | 5 + gdb/testsuite/lib/gdb-utils.exp | 1 + gdb/top.c | 33 +++ gdb/top.h | 5 + gdbserver/ChangeLog | 5 + gdbserver/win32-low.cc | 2 - gprof/ChangeLog | 10 + gprof/corefile.c | 4 +- gprof/gprof.h | 4 - gprof/source.c | 17 +- gprof/utils.c | 8 +- sim/common/ChangeLog | 6 + sim/common/Make-common.in | 7 +- sim/erc32/ChangeLog | 7 + sim/erc32/Makefile.in | 6 +- sim/erc32/configure | 8 +- sim/erc32/configure.ac | 3 + sim/frv/ChangeLog | 4 + sim/frv/traps.c | 2 +- sim/lm32/ChangeLog | 4 + sim/lm32/Makefile.in | 2 +- sim/mn10300/ChangeLog | 5 + sim/mn10300/Makefile.in | 5 +- sim/mn10300/mn10300.igen | 1 + 83 files changed, 1995 insertions(+), 515 deletions(-) create mode 100644 binutils/testsuite/binutils-all/x86-64/pr27708.dump create mode 100644 binutils/testsuite/binutils-all/x86-64/pr27708.exe.bz2 create mode 100644 gdb/testsuite/gdb.base/early-init-file.c create mode 100644 gdb/testsuite/gdb.base/early-init-file.exp create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-with-lexical-scope.c create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-with-lexical-scope.exp