Skip to content
Snippets Groups Projects
Commit 16aead81 authored by Al Viro's avatar Al Viro
Browse files

take fdpic-related parts of elf_prstatus out


The only architecture where we might end up using both is arm,
and there we definitely don't want fdpic-related fields in
elf_prstatus - coredump layout of ELF binaries should not
depend upon having the kernel built with the support of ELF_FDPIC
ones.  Just move the fdpic-modified variant into binfmt_elf_fdpic.c
(and call it elf_prstatus_fdpic there)

[name stolen from nico]

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 1e6b57d6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment