This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
binutils-gdb
Watch
12
Star
0
Fork
0
You've already forked binutils-gdb
Code
Issues
Pull Requests
Releases
Wiki
Activity
a967d2b76a
binutils-gdb
/
gdb
/
testsuite
/
gdb.base
/
baz.c
10 lines
103 B
C
Raw
Normal View
History
Unescape
Escape
2002-04-12 Michael Snyder <msnyder@redhat.com> From Jim Blandy <jimb@redhat.com> * gdb.base/foo.c (foox): Remove section attribute; the linker script can handle this instead. * gdb.base/bar.c (barx): Same. * gdb.base/baz.c (bazx): Same. * gdb.base/grbx.c (grbxx): Same. * gdb.base/overlays.exp: New test: check that GDB's manual overlay manager doesn't automatically unmap overlays unnecessarily.
2002-04-13 02:21:40 +02:00
static
int
bazx
=
'
b
'
+
'
a
'
+
'
z
'
;
Initial creation of sourceware repository
1999-04-16 03:35:26 +02:00
int
baz
(
int
x
)
{
if
(
x
)
return
bazx
;
else
return
0
;
}
Reference in New Issue
Copy Permalink