diff options
Diffstat (limited to 'ld/testsuite/ld-arm/thumb1-noread-present-one-section.s')
-rw-r--r-- | ld/testsuite/ld-arm/thumb1-noread-present-one-section.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-arm/thumb1-noread-present-one-section.s b/ld/testsuite/ld-arm/thumb1-noread-present-one-section.s index 4be37d24d7d..203cfd5428c 100644 --- a/ld/testsuite/ld-arm/thumb1-noread-present-one-section.s +++ b/ld/testsuite/ld-arm/thumb1-noread-present-one-section.s @@ -1,5 +1,5 @@ .text - .section .text.noread + .section .text.fetchonly,"axy",%progbits .arch armv6s-m .syntax unified .global _start |