]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-elf/pr25749-1c.c
x86: Only allow S + A relocations against absolute symbol
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / pr25749-1c.c
CommitLineData
382aae06
L
1#include <bfd_stdint.h>
2
3extern void *_binary_pr25749_1_c_size __attribute__ ((visibility("hidden")));
4
5intptr_t
6size (void)
7{
8 return (intptr_t) &_binary_pr25749_1_c_size;
9}