x86: Add -O[2|s] assembler command-line options
[deliverable/binutils-gdb.git] / gas / testsuite / gas / m32r / rela-1.s
CommitLineData
a7498ae6
NC
1
2 .section .text
3 bl label
4 bl.l label
5 bl.s label
6 bnez r0,label
7 mv r0,r0
8 bl.s label
9
10 .section .text2, "ax"
11 nop
12 nop
13 nop
14 nop
15label:
16 .end
17
18
This page took 1.169385 seconds and 4 git commands to generate.