sh: vsyscall: Fix up .eh_frame generation.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 30 Mar 2012 10:42:26 +0000 (19:42 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 30 Mar 2012 10:42:26 +0000 (19:42 +0900)
Some improper formatting caused the .eh_frame generation to fail,
resulting in gcc/g++ testsuite failures with regards to unwinding through
the vDSO. Now that someone is actually working on this on the gcc side
it's time to fix up the kernel side, too.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found