]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/gdb.hp/gdb.defects/solib-d1.c
This commit was manufactured by cvs2svn to create branch
[thirdparty/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 }