import gdb-1999-08-16 snapshot
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.hp / gdb.defects / solib-d1.c
1 static int file_static = 1234;
2 int global_from_primary = 5678;
3
4 int function_from_primary()
5 {
6 garbage();
7 }
8
9 force_generation_of_export_stub()
10 {
11 _start(); /* force main module to have an export stub for _start() */
12 }
This page took 0.052294 seconds and 4 git commands to generate.