]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - 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
CommitLineData
ac4c9b04 1 .text
91f68a68 2 .section .text.fetchonly,"axy",%progbits
ac4c9b04
MG
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
17foo:
18 bx lr