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
/
grbx.c
blob
58034bbbaaedc30c9978d3900c33000f79d120ad
1
static int
grbxx
=
'g'
+
'r'
+
'b'
+
'x'
;
2
3
int
grbx
(
int
x
)
4
{
5
if
(
x
)
6
return
grbxx
;
7
else
8
return
0
;
9
}
10