gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / skip-solib-lib.c
CommitLineData
1bfeeb0f
JL
1/* Simple shared library */
2
a59add0c 3int multiply(int a, int b)
1bfeeb0f 4{
a59add0c 5 return a * b;
1bfeeb0f
JL
6}
7
a59add0c 8int square(int num)
1bfeeb0f 9{
a59add0c 10 return multiply(num, num);
1bfeeb0f 11}
This page took 1.095242 seconds and 4 git commands to generate.