zig/deps/lld/test/ELF/Inputs/mips-micro.s
2018-01-17 17:29:21 -05:00

13 lines
139 B
ArmAsm

.text
.set micromips
.global foo
.type foo,@function
foo:
nop
.set nomicromips
.global bar
.type bar,@function
bar:
nop