diff options
Diffstat (limited to 'ld/testsuite/ld-scripts')
-rw-r--r-- | ld/testsuite/ld-scripts/cross1.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/testsuite/ld-scripts/cross1.t b/ld/testsuite/ld-scripts/cross1.t index 11efa13..074ae96 100644 --- a/ld/testsuite/ld-scripts/cross1.t +++ b/ld/testsuite/ld-scripts/cross1.t @@ -1,6 +1,9 @@ NOCROSSREFS ( .text .data ) SECTIONS { + .dynsym : { *(.dynsym) } + .dynstr : { *(.dynstr) } + .hash : { *(.hash) } .toc : { *(.toc) } .opd : { *(.opd) } .text : { tmpdir/cross1.o } |