arm: Define elf_backend_extern_protected_data to 0 [PR 18705]
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / protected-data-1.h
1 extern int protected_data_1a;
2 extern int protected_data_1b;
3
4 extern int *protected_data_1a_p ();
5 extern int *protected_data_1b_p ();
6
7 extern void set_protected_data_1a (int);
8 extern void set_protected_data_1b (int);
9
10 extern int check_protected_data_1a (int);
11 extern int check_protected_data_1b (int);