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