summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/mips/mips-nonpic/pic-call.c
blob: 0c73b93339b69e953d2d5c4fc3c628321a913f4e (plain)
1
2
3
4
5
6
7
8
9
#include "mips-nonpic.h"
int hit_pic_call = 0;
void
pic_call ()
{
 nonpic_nothing ();
 nonpic_addr ();
 hit_pic_call++;
}