sh: Tidy up ELF core dumps.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 12 Sep 2008 14:27:46 +0000 (23:27 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 12 Sep 2008 14:27:46 +0000 (23:27 +0900)
commit0e660d2d433393f983cd58fe8c54f831fa7c7713
treed29fd22e42d6f29aa3501a19b4f5c698a31843a9
parent72461997c3c66c29775afa68ca31bea16bf17f39
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>
arch/sh/include/asm/elf.h
arch/sh/kernel/Makefile_32
arch/sh/kernel/Makefile_64
arch/sh/kernel/dump_task.c [deleted file]