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
..
2007-10-31 15:17:03 +09:00
2007-09-21 11:57:49 +09:00
2005-04-16 15:20:36 -07:00
2007-05-07 02:11:56 +00:00
2007-10-02 16:24:50 +09:00
2006-09-27 18:25:24 +09:00
2007-11-02 12:16:51 +09:00
2005-04-16 15:20:36 -07:00
2007-06-08 02:43:37 +00:00
2005-04-16 15:20:36 -07:00
2006-09-27 16:20:22 +09:00
2007-10-16 09:42:49 -07:00
2007-10-17 08:42:55 -07:00
2007-10-30 17:38:03 +09:00