summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-arm/attr-merge-arch-2a.s
blob: 6235a3ed012867cff2af70ca8402ea9fd7b86ce4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
        .syntax unified
        .cpu cortex-m4
        .fpu softvfp
        .thumb
        .file   "m.c"
        .text
        .align  2
        .global main
        .thumb
        .thumb_func
        .type   main, %function
main:
        push    {r7, lr}
        add     r7, sp, #0
        bl      foo
        mov     r3, r0
        mov     r0, r3
        pop     {r7, pc}