Merge branch 'master' into merge-job
[deliverable/binutils-gdb.git] / gold / testsuite / pr22266_a.c
CommitLineData
333d0055
JC
1__attribute__((section(".data.a")))
2static int int_from_a_1 = 0x11223344;
3
4__attribute__((section(".data.rel.ro.a")))
5int *p_int_from_a_2 = &int_from_a_1;
033bfb73
CC
6
7const char *hello (void);
8
9const char *
10hello (void)
11{
12 return "XXXHello, world!" + 3;
ff174d3f 13}
This page took 0.103898 seconds and 4 git commands to generate.