gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / testsuite / script_test_15.c
1 int data[] = { 1, 2, 3, 4, 5, 6, 7, 8 };
2
3 int extra[] __attribute__ ((section(".data.extra"))) = { 1, 2, 3, 4 };
4
5 int zeroes[1024] = {0};
6
7 int main(void)
8 {
9 return 0;
10 }
This page took 0.0300010000000001 seconds and 4 git commands to generate.