aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/cross5.t
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-scripts/cross5.t')
-rw-r--r--ld/testsuite/ld-scripts/cross5.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-scripts/cross5.t b/ld/testsuite/ld-scripts/cross5.t
index 43657f1..a581b92 100644
--- a/ld/testsuite/ld-scripts/cross5.t
+++ b/ld/testsuite/ld-scripts/cross5.t
@@ -2,9 +2,9 @@ NOCROSSREFS_TO(.nocrossrefs .data)
SECTIONS
{
- .text : { *(.text) }
+ .text : { *(.text) *(.text.*) }
.nocrossrefs : { *(.nocrossrefs) }
- .data : { *(.data) *(.opd) }
+ .data : { *(.data) *(.data.*) *(.sdata) *(.opd) }
.bss : { *(.bss) *(COMMON) }
/DISCARD/ : { *(*) }
}