summaryrefslogtreecommitdiff
path: root/backends/riscv_init.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2018-07-17 13:18:32 +0200
committerMark Wielaard <mark@klomp.org>2018-07-17 19:27:26 +0200
commit0eff4f2ae6a4e4094638f64a4190f66ba9139255 (patch)
treec6ffda3e0de5196029c253fa8e64de75c75e09e8 /backends/riscv_init.c
parent1b548ea9eea29915510a361c24a6eb98fa0b6a6d (diff)
downloadelfutils-0eff4f2ae6a4e4094638f64a4190f66ba9139255.tar.gz
backends: add core_note callback for RISC-V
Signed-off-by: Andreas Schwab <schwab@suse.de>
Diffstat (limited to 'backends/riscv_init.c')
-rw-r--r--backends/riscv_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/riscv_init.c b/backends/riscv_init.c
index c74c6af5..8b7ce8b5 100644
--- a/backends/riscv_init.c
+++ b/backends/riscv_init.c
@@ -58,6 +58,7 @@ riscv_init (Elf *elf __attribute__ ((unused)),
HOOK (eh, check_special_symbol);
HOOK (eh, machine_flag_check);
HOOK (eh, set_initial_registers_tid);
+ HOOK (eh, core_note);
return MODVERSION;
}