repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gdb6
/
gdb
/
testsuite
/
gdb.hp
/
gdb.defects
/
solib-d1.c
blob
b6da64d21d21998e88692d3f5e6a85a1178ed375
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
}