Fix the encoding of the MSP430's RRUX instruction.
[binutils-gdb.git] / ld / testsuite / ld-arm / thumb1-input-section-flag-match.s
1 .text
2 .section .text.fetchonly,"axy",%progbits
3 .arch armv6s-m
4 .syntax unified
5 .global _start
6 .thumb_func
7 .type _start, %function
8 _start:
9 bx lr
10
11 .text
12 .arch armv6s-m
13 .syntax unified
14 .global foo
15 .thumb_func
16 .type foo, %function
17 foo:
18 bx lr