aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/debug/btf/btf-2.c
blob: 70e2ff1e0536443c5d1fd7c78ebdfb8f4c2782f8 (plain)
1
2
3
4
5
6
7
8
9
10
/* Check the BTF header information.  */

/* { dg-do compile } */
/* { dg-options "-gbtf -dA" } */

/* { dg-final { scan-assembler-times "0xeb9f.*btf_magic" 1} } */
/* { dg-final { scan-assembler-times "0x1.*btf_version" 1 } } */
/* { dg-final { scan-assembler-times "0.*btf_flags" 1 } } */

int foo;