]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - 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
CommitLineData
ac4c9b04 1 .text
91f68a68 2 .section .text.fetchonly.first,"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
91f68a68 12 .section .text.fetchonly.second,"axy",%progbits
ac4c9b04
MG
13 .arch armv6s-m
14 .syntax unified
15 .global foo
16 .thumb_func
17 .type foo, %function
18foo:
19 bx lr