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
[PATCH 40/57][Arm][OBJDUMP] Add support for MVE instructions: vdup, veor, vfma, vfms...
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-mips-elf
/
compressed-plt-1c.s
blob
651424bae0164c4c5548bff3b2f3b4d9c0604043
1
# Define a function with all direct (%lo) references.
2
3
.abicalls
4
.option pic0
5
6
.include
"compressed-plt-1.s"
7
8
.macro test_one, name, types
9
.if (\types) & LO
10
li
$
2
,%
lo
(
\n
ame
)
11
.endif
12
.endm
13
14
.if micromips
15
.set micromips
16
.endif
17
18
.section .text.c,
"ax"
, @progbits
19
.globl testlo
20
.ent testlo
21
.set noreorder
22
testlo
:
23
test_all
24
.end testlo