old-cross-binutils/ld/testsuite/ld-arm/thumb1-noread-present-two-section.s

20 lines
269 B
ArmAsm
Raw Normal View History

.text
.section .text.noread.first
.arch armv6s-m
.syntax unified
.global _start
.thumb_func
.type _start, %function
_start:
bx lr
.text
.section .text.noread.second
.arch armv6s-m
.syntax unified
.global foo
.thumb_func
.type foo, %function
foo:
bx lr