blob: 6e2290fda6e83c9830be01472c9ea7053b7ee24b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* { dg-do compile { target fpic } } */
/* { dg-options "-O2 -mrecord-mcount -mnop-mcount -pg -mno-fentry -fno-pic -fno-shrink-wrap" } */
/* Keep labels and directives ('.cfi_startproc', '.cfi_endproc'). */
/* { dg-final { check-function-bodies "**" "" "" { target "*-*-*" } {^(1|\t?\.)} } } */
/*
**foo:
**.LFB[0-9]+:
**...
** .cfi_.*
**1: .byte 0x0f, 0x1f, 0x44, 0x00, 0x00
**...
*/
void
foo (void)
{
}
|