summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/cross2.t
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-scripts/cross2.t')
-rw-r--r--ld/testsuite/ld-scripts/cross2.t6
1 files changed, 0 insertions, 6 deletions
diff --git a/ld/testsuite/ld-scripts/cross2.t b/ld/testsuite/ld-scripts/cross2.t
deleted file mode 100644
index cf046f6c36b..00000000000
--- a/ld/testsuite/ld-scripts/cross2.t
+++ /dev/null
@@ -1,6 +0,0 @@
-NOCROSSREFS ( .text .data )
-SECTIONS
-{
- .text : { *(.text) *(.pr) }
- .data : { *(.data) *(.sdata) *(.rw) *(.tc0) *(.tc) }
-}