aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/cross1.t
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-scripts/cross1.t')
-rw-r--r--ld/testsuite/ld-scripts/cross1.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/testsuite/ld-scripts/cross1.t b/ld/testsuite/ld-scripts/cross1.t
index c20e473..0667f25 100644
--- a/ld/testsuite/ld-scripts/cross1.t
+++ b/ld/testsuite/ld-scripts/cross1.t
@@ -4,6 +4,7 @@ SECTIONS
.dynsym : { *(.dynsym) }
.dynstr : { *(.dynstr) }
.hash : { *(.hash) }
+ .gnu.hash : { *(.gnu.hash) }
.toc : { *(.toc) }
.text : { tmpdir/cross1.o }
.data : { tmpdir/cross2.o }