linux/arch/sh/kernel/vsyscall
Kaz Kojima f38c5a696a sh: Terminate .eh_frame in VDSO with a 4-byte 0.
It's assumed that .eh_frame is terminated with 4-byte 0 in shared
libraries and executable.  It seems to be the case for VDSOs too.
Without this terminator, I saw failures when unwinding from VDSO,
though I don't know how other architectures handle this issue.
For the normal libs, crtendS.o gives this terminator.  We can use
such terminating objects.  Or we can add a 4-byte 0 with modifying
the linker script like as the patch below.

Signed-off-by: Kaz Kojima <kkojima@rr.iij4u.or.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2007-11-02 12:29:37 +09:00
..
.gitignore sh: Initial gitignore list 2006-10-03 13:16:15 +09:00
Makefile sh: Initial vsyscall page support. 2006-09-27 18:33:49 +09:00
vsyscall-note.S sh: Initial vsyscall page support. 2006-09-27 18:33:49 +09:00
vsyscall-sigreturn.S sh: Initial vsyscall page support. 2006-09-27 18:33:49 +09:00
vsyscall-syscall.S sh: Initial vsyscall page support. 2006-09-27 18:33:49 +09:00
vsyscall-trapa.S sh: Initial vsyscall page support. 2006-09-27 18:33:49 +09:00
vsyscall.c sh: Fix fs.h removal from mm.h regressions. 2007-07-31 13:01:43 +09:00
vsyscall.lds.S sh: Terminate .eh_frame in VDSO with a 4-byte 0. 2007-11-02 12:29:37 +09:00