ld: Add --export-dynamic-symbol and --export-dynamic-symbol-list
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr25754-5a.c
1 #include <stdio.h>
2 #include <bfd_stdint.h>
3
4 extern uintptr_t *get_bar (void);
5
6 int
7 main ()
8 {
9 if ((uintptr_t) get_bar () == 0xfffffff0ULL)
10 printf ("PASS\n");
11 return 0;
12 }
This page took 0.029028 seconds and 4 git commands to generate.