readelf: Consolidate --syms --use-dynamic with --dyn-syms
[deliverable/binutils-gdb.git] / ld / testsuite / ld-riscv-elf / c-lui-2.d
CommitLineData
080a4883
JW
1#name: c.lui to c.li relaxation
2#source: c-lui-2.s
3#as: -march=rv32ic
4#ld: -melf32lriscv -Tc-lui-2.ld
5#objdump: -d -M no-aliases,numeric
6
7.*: file format .*
8
9
10Disassembly of section \.text:
11
12.* <_start>:
13.*: 4501 c.li x10,0
14.*: 7fe00513 addi x10,x0,2046
15 ...
16
17.* <foo>:
18.*: 8082 c.jr x1
19#pass
This page took 0.05671 seconds and 4 git commands to generate.