ld: Add --export-dynamic-symbol and --export-dynamic-symbol-list
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr25749-1b.c
1 #include <bfd_stdint.h>
2
3 extern void *_binary_pr25749_1_c_size;
4
5 intptr_t
6 size (void)
7 {
8 return (intptr_t) &_binary_pr25749_1_c_size;
9 }
This page took 0.034625 seconds and 4 git commands to generate.