repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
daily update
[binutils.git]
/
ld
/
testsuite
/
ld-maxq
/
r32-2.s
blob
49bb59e826c0ddb0090d8d7335794b49b6b3510b
1
;
2
; test the intersegment relocation
3
; inderpreetb@noida.hcltech.com
4
.extern _start
5
.extern _abort
6
.extern _exit
7
.global _main
8
_main
:
9
call _exit
10
call _abort
11
ljump _abort
12
ljump _exit
13