]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-arm/thumb1-input-section-flag-match.s
Add support for an ARM specific 'y' section attribute flag to mark the section as...
[thirdparty/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