diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-08-14 05:10:57 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-08-14 05:10:57 +0900 |
commit | 718dbf376ac39b8f8c974e9162430754dbace742 (patch) | |
tree | 145b39219d1f63c01ca704f53d8abc9b31a11469 /arch/sh/include/asm/sections.h | |
parent | f54aab4a7486fb7947d6d746f3423f67676811c8 (diff) | |
parent | f826466772ae52f26152287fcb2259351de78f0f (diff) |
Merge branch 'sh/dwarf-unwinder'
Diffstat (limited to 'arch/sh/include/asm/sections.h')
-rw-r--r-- | arch/sh/include/asm/sections.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/include/asm/sections.h b/arch/sh/include/asm/sections.h index 01a4076a371..a78701da775 100644 --- a/arch/sh/include/asm/sections.h +++ b/arch/sh/include/asm/sections.h @@ -7,6 +7,7 @@ extern void __nosave_begin, __nosave_end; extern long __machvec_start, __machvec_end; extern char __uncached_start, __uncached_end; extern char _ebss[]; +extern char __start_eh_frame[], __stop_eh_frame[]; #endif /* __ASM_SH_SECTIONS_H */ |