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-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from 1cfc6f00e4 PR27722, error: array subscript has type char adds d2f1139ef0 bfd: avoid infinite loop when static linking XCOFF adds 0256da25c0 Remove process_stratum_target::hostio_last_error abstraction adds 6418520e7f Document the effect of --as-needed on --rpath on Linux based [...] adds d9d2ef05f1 Fix build failure for 32-bit targets with --enable-targets=all adds 329534fda7 [gdb] Fix regoff_t incompatibility adds 1228cb9094 Remove some unused typedefs from gdbserver adds 6cacd44948 Remove WinCE code from gdbreplay adds 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. new d0ecdcddc3 Make objcopy -p work when an output file is specified
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/ChangeLog | 44 ++++++ 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 +- bfd/xcofflink.c | 3 +- binutils/ChangeLog | 44 ++++++ binutils/configure | 2 +- binutils/configure.ac | 2 +- binutils/objcopy.c | 13 +- binutils/objdump.c | 5 +- binutils/readelf.c | 155 +++++++++++---------- binutils/rename.c | 15 +- binutils/resbin.c | 3 + binutils/sysdep.h | 15 -- .../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 | 12 ++ gas/dw2gencfi.c | 125 ++++++++--------- gdb/ChangeLog | 16 +++ gdb/doc/ChangeLog | 7 + gdb/doc/gdb.texinfo | 10 +- gdb/dwarf2/read.c | 49 ++++++- gdb/rs6000-tdep.c | 6 +- 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 + gdb/ui-style.c | 4 +- gdbserver/ChangeLog | 29 ++++ gdbserver/Makefile.in | 1 - gdbserver/configure | 2 +- gdbserver/configure.ac | 2 +- gdbserver/configure.srv | 5 - gdbserver/gdbreplay.cc | 51 ------- gdbserver/hostio-errno.cc | 36 ----- gdbserver/hostio.cc | 8 +- gdbserver/hostio.h | 4 - gdbserver/target.cc | 6 - gdbserver/target.h | 4 - gdbserver/win32-low.cc | 6 - gprof/ChangeLog | 10 ++ gprof/corefile.c | 4 +- gprof/gprof.h | 4 - gprof/source.c | 17 ++- gprof/utils.c | 8 +- ld/ChangeLog | 5 + ld/ld.texi | 16 +++ 53 files changed, 829 insertions(+), 391 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 delete mode 100644 gdbserver/hostio-errno.cc