Improve readelf's display of RELR relocs.
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / protected-data-1.h
bloba80c9769d370ff671f4cb3ad42bc419602aee3e0
1 extern int protected_data_1a;
2 extern int protected_data_1b;
4 extern int *protected_data_1a_p ();
5 extern int *protected_data_1b_p ();
7 extern void set_protected_data_1a (int);
8 extern void set_protected_data_1b (int);
10 extern int check_protected_data_1a (int);
11 extern int check_protected_data_1b (int);