* config/pa/tm-hppa.h: Define lots register offsets needed by
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / list1.c
1 void
2 bar (x)
3 int x;
4 {
5 printf ("%d\n", x);
6 }
7
8 static void
9 unused ()
10 {
11 /* Not used for anything */
12 }
This page took 0.029857 seconds and 4 git commands to generate.