[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
blob651424bae0164c4c5548bff3b2f3b4d9c0604043
1 # Define a function with all direct (%lo) references.
3 .abicalls
4 .option pic0
6 .include "compressed-plt-1.s"
8 .macro test_one, name, types
9 .if (\types) & LO
10 li $2,%lo(\name)
11 .endif
12 .endm
14 .if micromips
15 .set micromips
16 .endif
18 .section .text.c, "ax", @progbits
19 .globl testlo
20 .ent testlo
21 .set noreorder
22 testlo:
23 test_all
24 .end testlo