aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-riscv-elf/c-lui-2.d
blob: d363da10c33ddcee4748e8581de0ebf99af330c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#name: c.lui to c.li relaxation
#source: c-lui-2.s
#as: -march=rv32ic
#ld: -m[riscv_choose_ilp32_emul] -Tc-lui-2.ld
#objdump: -d -M no-aliases,numeric

.*:     file format .*


Disassembly of section \.text:

.* <_start>:
.*:	4501                	c.li	x10,0
.*:	7fe00513          	addi	x10,x0,2046
	...

.* <foo>:
.*:	8082                	c.jr	x1
#pass