1  #include "mips-nonpic.h"
       2  int hit_pic_nothing = 0;
       3  void
       4  pic_nothing ()
       5  {
       6    hit_pic_nothing++;
       7  }
       1  #include "mips-nonpic.h"
       2  int hit_pic_nothing = 0;
       3  void
       4  pic_nothing ()
       5  {
       6    hit_pic_nothing++;
       7  }