projects
/
deliverable
/
binutils-gdb.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
gas: fix tests call-relax and asi-bump-warn in 32-bit SPARC ELF targets
[deliverable/binutils-gdb.git]
/
gas
/
testsuite
/
gas
/
sparc
/
call-relax.s
Commit
Line
Data
d28b6364
JM
1
# Test relaxation of CALL instructions into branches.
2
.text
3
foo:
4
sethi %hi(0), %i0
5
call bar, 0
6
restore %i0, %lo(0), %o0
7
bar:
8
sethi %hi(0), %i0
9
call _undefined, 0
10
restore %i0, %lo(0), %o0
This page took
0.033524 seconds
and
4
git commands to generate.