This website requires JavaScript.
Explore
Help
Sign In
mirror
/
binutils-gdb
Watch
2
Star
0
Fork
0
You've already forked binutils-gdb
mirror of
https://sourceware.org/git/binutils-gdb.git
synced
2025-01-06 12:09:26 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b0b05254fc
binutils-gdb
/
gdb
/
testsuite
/
gdb.base
/
grbx.c
11 lines
113 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 08:21:40 +08:00
static
int
grbxx
=
'
g
'
+
'
r
'
+
'
b
'
+
'
x
'
;
Initial creation of sourceware repository
1999-04-16 09:35:26 +08:00
int
grbx
(
int
x
)
{
if
(
x
)
return
grbxx
;
else
return
0
;
}
Reference in New Issue
Copy Permalink