testsuite/ld-riscv-elf/ld-riscv-elf.exp: Fix typo for istarget.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-riscv-elf / c-lui.d
CommitLineData
3342be5d
AW
1#name: lui to c.lui relaxation
2#source: c-lui.s
3#as: -march=rv32ic
4#ld: -shared -melf32lriscv
5#objdump: -d -M no-aliases,numeric
6
7.*: file format .*
8
9
10Disassembly of section \.text:
11
12.* <.text>:
13.*: 6085 c.lui x1,0x1
14.*: 000000b7 lui x1,0x0
15.*: 00001037 lui x0,0x1
16.*: 00001137 lui x2,0x1
17#pass
This page took 0.023448 seconds and 4 git commands to generate.