repo.or.cz
/
binutils-gdb
/
blckswan.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gdb/testsuite: fix gdb.trace/signal.exp on x86
[binutils-gdb/blckswan.git]
/
gdb
/
testsuite
/
gdb.base
/
opaque1.c
blob
ccb5fce26d6bc062cc81857665e82952d2f189e4
1
struct
foo
{
2
int
a
;
3
int
b
;
4
}
afoo
= {
1
,
2
};
5
6
struct
foo
*
getfoo
()
7
{
8
return
(&
afoo
);
9
}
10
11
void
putfoo
(
struct
foo
*
foop
)
12
{
13
}