Commit 446b6cb8 authored by Richard Kuo's avatar Richard Kuo

Hexagon: set the e_flags in user regset view for core dumps

Signed-off-by: default avatarRichard Kuo <rkuo@codeaurora.org>
parent b10fa7b6
......@@ -183,6 +183,7 @@ static const struct user_regset_view hexagon_user_view = {
.e_machine = ELF_ARCH,
.ei_osabi = ELF_OSABI,
.regsets = hexagon_regsets,
.e_flags = ELF_CORE_EFLAGS,
.n = ARRAY_SIZE(hexagon_regsets)
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment