Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / arm / noarm.s
1         .arch armv7a
2         .syntax unified
3         .text
4 func:
5         nop
6         movw r0, #0
7
8         .arch armv7
9         .thumb
10         nop
11         movw r0, #0
12         .arm
13         nop