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 8b91a77eda9 [gdb/testsuite] Fix clean_restart <absolute filename> in gdb.ada new cea397848b8 RISC-V: Fixed missed GOT relocation against a symbol that h [...] new 672a326e2c1 RISC-V: Don't overwrite got entry to zero for IRELATIVE/REL [...] new 519349b57d7 RISC-V: Don't generate R_RISCV_RELATIVE if symbol reference [...]
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/elfnn-riscv.c | 19 ++--- gas/config/tc-riscv.c | 85 +++++++++++++---------- gas/testsuite/gas/riscv/force_reloc.d | 47 +++++++++++++ gas/testsuite/gas/riscv/force_reloc.s | 22 ++++++ ld/testsuite/ld-riscv-elf/absolute-no-relative.d | 9 +++ ld/testsuite/ld-riscv-elf/absolute-no-relative.ld | 6 ++ ld/testsuite/ld-riscv-elf/absolute-no-relative.s | 8 +++ ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp | 1 + 8 files changed, 148 insertions(+), 49 deletions(-) create mode 100644 gas/testsuite/gas/riscv/force_reloc.d create mode 100644 gas/testsuite/gas/riscv/force_reloc.s create mode 100644 ld/testsuite/ld-riscv-elf/absolute-no-relative.d create mode 100644 ld/testsuite/ld-riscv-elf/absolute-no-relative.ld create mode 100644 ld/testsuite/ld-riscv-elf/absolute-no-relative.s