blob: 32d55ce2b75383ecf08e8c8206046d0a7c1a8a49 [file] [log] [blame]
/* { dg-do compile { target { lp64 } } } */
/* { dg-options "-pg -mfentry -fPIC" } */
void
profileme (void)
{
/* __fentry__ must be referenced through PLT. */
/* { dg-final { scan-assembler "brasl\t0,__fentry__@PLT\n" } } */
}