repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-mips-elf
/
compressed-plt-1-dyn.s
blob
a56d1c94d36b4f3ec74cc06c632d4d9c486192f5
1
# Create dummy DSO functions for everything that these tests call.
2
3
.abicalls
4
.option pic2
5
6
.set filter, -1
7
8
.macro test_one, name, mask
9
.globl \name
10
.ent \name
11
\n
ame
:
12
jr $
31
13
.end \name
14
.endm
15
16
.include
"compressed-plt-1.s"
17
18
test_all