summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/cross7.t
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-scripts/cross7.t')
-rw-r--r--ld/testsuite/ld-scripts/cross7.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-scripts/cross7.t b/ld/testsuite/ld-scripts/cross7.t
index dad21031edb..29173fcbf9e 100644
--- a/ld/testsuite/ld-scripts/cross7.t
+++ b/ld/testsuite/ld-scripts/cross7.t
@@ -2,8 +2,8 @@ NOCROSSREFS_TO(.data .text)
SECTIONS
{
- .text : { *(.text) }
- .data : { *(.data) *(.opd) }
+ .text : { *(.text) *(.text.*) }
+ .data : { *(.data) *(.data.*) *(.sdata) *(.opd) }
.bss : { *(.bss) *(COMMON) }
/DISCARD/ : { *(*) }
}