sh: dwarf unwinder support.
[deliverable/linux.git] / arch / sh / include / asm / sections.h
CommitLineData
1da177e4
LT
1#ifndef __ASM_SH_SECTIONS_H
2#define __ASM_SH_SECTIONS_H
3
4#include <asm-generic/sections.h>
5
2ef7f0da 6extern void __nosave_begin, __nosave_end;
9655ad03 7extern long __machvec_start, __machvec_end;
cbaa118e 8extern char __uncached_start, __uncached_end;
1f91bbb5 9extern char _ebss[];
bd353861 10extern char __start_eh_frame[], __stop_eh_frame[];
9655ad03 11
1da177e4
LT
12#endif /* __ASM_SH_SECTIONS_H */
13
This page took 0.38269 seconds and 5 git commands to generate.