blob: 23207fd98c84dc6b07beb2d9bf0d48b5b3b2392f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* { dg-do compile } */
/* { dg-require-effective-target arm_hard_vfp_ok } */
/* { dg-require-effective-target arm_arch_v7a_ok } */
/* { dg-options "-march=armv7-a -mfpu=vfp -fstack-protector-all -Os -mstack-protector-guard=tls -mstack-protector-guard-offset=1296 -mtp=cp15" } */
#include "stack-protector-5.c"
/* See the comment in stack-protector-5.c. */
/* { dg-final { scan-assembler-times {\tstr\t} 1 } } */
/* Expect two TLS register accesses and two occurrences of the offset */
/* { dg-final { scan-assembler-times {\tmrc\t} 2 } } */
/* { dg-final { scan-assembler-times {1296} 2 } } */
|