aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/mips/mips-nonpic/main-2.c
blob: 960c9a5d59bfa46b44f02070b4037747974329ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* { dg-options "pic-addr.o nonpic-call.o pic-receive-fn-addr.o nonpic-nothing.o pic-nothing.o" } */

#include "mips-nonpic.h"

int
main ()
{
  nonpic_call ();
  pic_nothing ();

  if (hit_nonpic_call != 1)
    abort ();

  if (hit_pic_nothing != 2)
    abort ();

  exit (0);
}