[ARC] Fix warn.exp test error.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mapping2.s
CommitLineData
cd000bff
DJ
1 .syntax unified
2 .arch armv7-a
3 .fpu softvfp
4 .version "dfg"
5 .thumb
6 .text
7 .align 2
8 .global main
9 .thumb
10 .thumb_func
11 .type main, %function
12main:
13 push {r4, lr}
14foo:
15 pop {r4, lr}
16 bx lr
17 .size main, .-main
18 .ident ""
19
940b5ce0 20 nop
This page took 0.313849 seconds and 4 git commands to generate.