This website requires JavaScript.
Explore
Help
Register
Sign in
darkkirb
/
old-cross-binutils
Watch
1
Star
0
Fork
You've already forked old-cross-binutils
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
e8a77ca463
old-cross-binutils
/
gdb
/
testsuite
/
gdb.base
/
foo.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 00:21:40 +00:00
static
int
foox
=
'
f
'
+
'
o
'
+
'
o
'
;
Initial creation of sourceware repository
1999-04-16 01:35:26 +00:00
int
foo
(
int
x
)
{
if
(
x
)
return
foox
;
else
return
0
;
}
Reference in a new issue
Copy permalink