aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-arm/arm_purecode.ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-arm/arm_purecode.ld')
-rw-r--r--ld/testsuite/ld-arm/arm_purecode.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-arm/arm_purecode.ld b/ld/testsuite/ld-arm/arm_purecode.ld
index 195aca1..488e3dd 100644
--- a/ld/testsuite/ld-arm/arm_purecode.ld
+++ b/ld/testsuite/ld-arm/arm_purecode.ld
@@ -28,5 +28,5 @@ SECTIONS
.got : { *(.got) *(.got.plt)}
. = 0x12340000;
.far : { *(.far) }
- .ARM.attribues 0 : { *(.ARM.atttributes) }
+ .ARM.attributes 0 : { *(.ARM.attributes) }
}