]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-arm/thumb1-noread-present-two-section.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-noread-present-two-section.s
1 .text
2 .section .text.fetchonly.first,"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 .section .text.fetchonly.second,"axy",%progbits
13 .arch armv6s-m
14 .syntax unified
15 .global foo
16 .thumb_func
17 .type foo, %function
18 foo:
19 bx lr