This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-allmodconfig in repository toolchain/ci/binutils-gdb.
from 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
No new revisions were added by this update.
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 | 61 +++++++ 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 +++++ gdb/ChangeLog | 6 + gdb/doc/ChangeLog | 7 + gdb/doc/gdb.texinfo | 10 +- gdb/dwarf2/read.c | 49 +++++- gdb/testsuite/ChangeLog | 18 ++ ...ative-dwo.c => dw2-inline-with-lexical-scope.c} | 38 ++++- .../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/lib/dwarf.exp | 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 +- 38 files changed, 1030 insertions(+), 254 deletions(-) create mode 100644 binutils/testsuite/binutils-all/x86-64/pr27708.dump create mode 100644 binutils/testsuite/binutils-all/x86-64/pr27708.exe.bz2 copy gdb/testsuite/gdb.dwarf2/{fission-relative-dwo.c => dw2-inline-with-lexical-s [...] create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-with-lexical-scope.exp