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
3b5d599733
old-cross-binutils
/
gdb
/
testsuite
/
gdb.base
/
shr2.c
10 lines
95 B
C
Raw
Normal View
History
Unescape
Escape
import gdb-1999-06-28 snapshot
1999-06-28 16:06:02 +00:00
int
shr2
(
int
x
)
Initial creation of sourceware repository
1999-04-16 01:35:26 +00:00
{
Eliminate literal line numbers in shlib-call.exp Remove the literal line number from a regexp in shlib-call.exp. Add an appropriate eye-catcher to shr2.c and refer to that instead. gdb/testsuite/ChangeLog: * gdb.base/shr2.c: Add eye-catcher. * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal line number.
2014-10-24 12:05:10 +00:00
return
2
*
x
;
/* shr2-return */
Initial creation of sourceware repository
1999-04-16 01:35:26 +00:00
}
import gdb-1999-06-28 snapshot
1999-06-28 16:06:02 +00:00
int
shr2_local
(
int
x
)
Initial creation of sourceware repository
1999-04-16 01:35:26 +00:00
{
return
2
*
x
;
}
Reference in a new issue
Copy permalink