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 468c0cbb32 Make struct symbol inherit from general_symbol_info new e06f3d6eba gdb: Support printf 'z' size modifier new c6261a00c3 RISC-V: Fix ld relax failure with calls and align directives.
The 2 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 | 7 +++++ bfd/elfnn-riscv.c | 13 +++++++-- gdb/ChangeLog | 11 ++++++++ gdb/gdbserver/ChangeLog | 4 +++ gdb/gdbserver/ax.c | 8 ++++++ gdb/gdbsupport/format.c | 11 +++++++- gdb/gdbsupport/format.h | 2 +- gdb/printcmd.c | 10 +++++++ gdb/ui-out.c | 18 ++++++++++++ gdb/unittests/format_pieces-selftests.c | 44 ++++++++++++++++++++++++++++++ ld/ChangeLog | 10 +++++++ ld/testsuite/ld-riscv-elf/call-relax-0.s | 9 ++++++ ld/testsuite/ld-riscv-elf/call-relax-1.s | 6 ++++ ld/testsuite/ld-riscv-elf/call-relax-2.s | 7 +++++ ld/testsuite/ld-riscv-elf/call-relax-3.s | 9 ++++++ ld/testsuite/ld-riscv-elf/call-relax.d | 9 ++++++ ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp | 1 + 17 files changed, 174 insertions(+), 5 deletions(-) create mode 100644 ld/testsuite/ld-riscv-elf/call-relax-0.s create mode 100644 ld/testsuite/ld-riscv-elf/call-relax-1.s create mode 100644 ld/testsuite/ld-riscv-elf/call-relax-2.s create mode 100644 ld/testsuite/ld-riscv-elf/call-relax-3.s create mode 100644 ld/testsuite/ld-riscv-elf/call-relax.d