diff options
Diffstat (limited to 'ld/testsuite/ld-arm/arm.ld')
-rw-r--r-- | ld/testsuite/ld-arm/arm.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-arm/arm.ld b/ld/testsuite/ld-arm/arm.ld index 8e3fac2..4b596ce 100644 --- a/ld/testsuite/ld-arm/arm.ld +++ b/ld/testsuite/ld-arm/arm.ld @@ -19,5 +19,5 @@ SECTIONS .got : { *(.got) *(.got.plt)} . = 0x12340000; .far : { *(.far) } - .ARM.attribues 0 : { *(.ARM.atttributes) } + .ARM.attributes 0 : { *(.ARM.attributes) } } |