android_kernel_samsung_msm8976/arch/sh
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
..
boards sh: Enable USBF on MS7722SE. 2007-10-30 13:05:51 +09:00
boot kbuild: enable 'make CFLAGS=...' to add additional options to CC 2007-10-14 22:21:35 +02:00
cchips sh: cleanup struct irqaction initializers. 2007-10-03 15:04:08 +09:00
configs sh: Initial SH-X3 SMP support. 2007-09-21 19:16:05 +09:00
drivers sh: ARRAY_SIZE() cleanup 2007-10-30 08:44:13 +09:00
kernel sh: Terminate .eh_frame in VDSO with a 4-byte 0. 2007-11-02 12:29:37 +09:00
lib sh: Revert __xdiv64_32 size change. 2007-07-13 12:27:13 +09:00
math-emu sh: Fix up the math-emu build. 2007-06-11 15:57:42 +09:00
mm sh: Fix optimized __copy_user() movca.l usage. 2007-11-02 12:14:09 +09:00
oprofile sh: Make SH7750 oprofile compile again. 2007-10-30 18:24:17 +09:00
tools sh: remove support for sh7300 and solution engine 7300 2007-07-26 15:37:57 +09:00
Kconfig sh: Clean up SR.RB Kconfig mess. 2007-10-31 15:22:45 +09:00
Kconfig.debug sh: Decouple 4k and soft/hardirq stacks. 2007-11-02 12:16:51 +09:00
Makefile sh: fix zImage build with >=binutils-2.18 2007-10-30 09:54:12 +09:00