diff options
Diffstat (limited to 'ld/testsuite/ld-aarch64/relocs.ld')
-rw-r--r-- | ld/testsuite/ld-aarch64/relocs.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-aarch64/relocs.ld b/ld/testsuite/ld-aarch64/relocs.ld index 77adac8..b0e75e0 100644 --- a/ld/testsuite/ld-aarch64/relocs.ld +++ b/ld/testsuite/ld-aarch64/relocs.ld @@ -15,7 +15,7 @@ SECTIONS .got : { *(.got) *(.got.plt)} . = 0x12340000; .far : { *(.far) } - .ARM.attributes 0 : { *(.ARM.atttributes) } + .ARM.attributes 0 : { *(.ARM.attributes) } /* Providing a .data section triggers a non-executable segment to be generated, which gives somewhere else for the linker to put the TLS segment without creating a RWX permissioned one. */ |