diff options
Diffstat (limited to 'ld/testsuite/ld-arm/thumb1-noread-present-two-section.s')
-rw-r--r-- | ld/testsuite/ld-arm/thumb1-noread-present-two-section.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-arm/thumb1-noread-present-two-section.s b/ld/testsuite/ld-arm/thumb1-noread-present-two-section.s index a97f379..245ab25 100644 --- a/ld/testsuite/ld-arm/thumb1-noread-present-two-section.s +++ b/ld/testsuite/ld-arm/thumb1-noread-present-two-section.s @@ -1,5 +1,5 @@ .text - .section .text.noread.first + .section .text.fetchonly.first,"axy",%progbits .arch armv6s-m .syntax unified .global _start @@ -9,7 +9,7 @@ _start: bx lr .text - .section .text.noread.second + .section .text.fetchonly.second,"axy",%progbits .arch armv6s-m .syntax unified .global foo |