]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/testsuite/ld-aarch64/morello-sec-round-adjust.ld
ld, aarch64: Account for stubs in bounds sizing
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-aarch64 / morello-sec-round-adjust.ld
index 87613d0f3b3fa1321c26160b8cf421c541ba004d..e700a9e043df9c076fc0ffe46ce5ec3f7076e6a1 100644 (file)
@@ -13,5 +13,6 @@ SECTIONS {
    .iplt : { *(.iplt) }
    .data : { *(.data) }
    .rela.dyn : { *(.rela.dyn) }
+   .tail_rw : { *(.tail_rw) }
    .interp : { *(.interp) }
 }