X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Ftdep%2Fjmpbuf.h;h=4eae183e5bde40c36c771ff9394d055bc9dfb8f7;hb=c3646297060ae1629ff1d1b10f648267f0495a0f;hp=7d04a42c470958232167bfd5c514243658a884c4;hpb=0349587920c255c479240518d9c04581977144eb;p=platform%2Fupstream%2Flibunwind.git diff --git a/include/tdep/jmpbuf.h b/include/tdep/jmpbuf.h index 7d04a42..4eae183 100644 --- a/include/tdep/jmpbuf.h +++ b/include/tdep/jmpbuf.h @@ -3,6 +3,8 @@ #ifndef UNW_REMOTE_ONLY +#if defined __aarch64__ +# include "tdep-aarch64/jmpbuf.h" #if defined __arm__ # include "tdep-arm/jmpbuf.h" #elif defined __hppa__ @@ -19,6 +21,8 @@ # include "tdep-x86/jmpbuf.h" #elif defined __x86_64__ # include "tdep-x86_64/jmpbuf.h" +#elif defined __tilegx__ +# include "tdep-tilegx/jmpbuf.h" #else # error "Unsupported arch" #endif