From: Kaz Kojima Date: Fri, 27 Sep 2013 01:59:02 +0000 (+0900) Subject: Add SH implementation of stackguard-macros.h. X-Git-Tag: glibc-2.19~728 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80a83dd70ea11bec2c606f36c87e768e7376847f;p=thirdparty%2Fglibc.git Add SH implementation of stackguard-macros.h. --- diff --git a/sysdeps/sh/stackguard-macros.h b/sysdeps/sh/stackguard-macros.h new file mode 100644 index 00000000000..55a5771b629 --- /dev/null +++ b/sysdeps/sh/stackguard-macros.h @@ -0,0 +1,6 @@ +#include + +extern uintptr_t __stack_chk_guard; +#define STACK_CHK_GUARD __stack_chk_guard + +#define POINTER_CHK_GUARD THREAD_GET_POINTER_GUARD()