aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/darwin-ld-2.c
blob: 33a9c86d9cd1f862ae0e750848ba4f2faf0ab367 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Test Darwin linker option -bind_at_load.  */
/* Developed by Devang Patel <dpatel@apple.com>.  */

/* { dg-options "-bind_at_load" } */
/* { dg-do link { target powerpc-*-darwin* } } */

int main()
{
  return 0;
}