diff options
Diffstat (limited to 'ld/testsuite/ld-tic6x/unwind.ld')
-rw-r--r-- | ld/testsuite/ld-tic6x/unwind.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-tic6x/unwind.ld b/ld/testsuite/ld-tic6x/unwind.ld index a4f8722..01ba9b6 100644 --- a/ld/testsuite/ld-tic6x/unwind.ld +++ b/ld/testsuite/ld-tic6x/unwind.ld @@ -16,5 +16,5 @@ SECTIONS .got : { *(.got) *(.got.plt)} . = 0x12340000; .far : { *(.far) } - .c6xabi.attribues 0 : { *(.c6xabi.atttributes) } + .c6xabi.attributes 0 : { *(.c6xabi.attributes) } } |