This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 44f85d2d790 aarch64: testsuite: move sysreg tests into sysreg sub-directory new f618d7fda20 Remove is_relocatable_executable from backend code new f9612731014 Re: PR29785, memory bloat after b43771b045fb new 33283d91d94 arc: Determine a branch target of DBNZ correctly
The 3 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/dwarf2.c | 10 ++-- bfd/elf32-arm.c | 39 +++------------ bfd/elf32-csky.c | 2 +- bfd/elfnn-aarch64.c | 8 ++- bfd/elfnn-kvx.c | 8 ++- bfd/elfxx-mips.c | 3 +- gdb/arc-tdep.c | 10 ++++ gdb/testsuite/gdb.arch/arc-dbnz.S | 47 ++++++++++++++++++ gdb/testsuite/gdb.arch/arc-dbnz.exp | 97 +++++++++++++++++++++++++++++++++++++ 9 files changed, 174 insertions(+), 50 deletions(-) create mode 100644 gdb/testsuite/gdb.arch/arc-dbnz.S create mode 100644 gdb/testsuite/gdb.arch/arc-dbnz.exp