commit | 0e660d2d433393f983cd58fe8c54f831fa7c7713 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Sep 12 23:27:46 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Sep 12 23:27:46 2008 +0900 |
tree | d29fd22e42d6f29aa3501a19b4f5c698a31843a9 | |
parent | 72461997c3c66c29775afa68ca31bea16bf17f39 [diff] |
sh: Tidy up ELF core dumps. These have been using overrides for ELF_CORE_COPY_TASK_REGS and ELF_CORE_COPY_FPREGS while the generic versions can be used instead. Presently the pt_regs are also duplicated across elf_core_copy_regs() and elf_core_copy_task_regs(), this switches to simply copying out through elf_core_copy_regs() instead. Signed-off-by: Paul Mundt <lethal@linux-sh.org>