Merge branch 'master' into merge-job
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / attr-merge-nosection-1b.s
1 .syntax unified
2 .cpu cortex-m4
3 .fpu fpv4-sp-d16
4 .thumb
5 .text
6 .global _start
7 .thumb_func
8 .type _start, %function
9 _start:
10 bl foo
This page took 0.031829 seconds and 4 git commands to generate.