summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/weak.t
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-scripts/weak.t')
-rw-r--r--ld/testsuite/ld-scripts/weak.t12
1 files changed, 0 insertions, 12 deletions
diff --git a/ld/testsuite/ld-scripts/weak.t b/ld/testsuite/ld-scripts/weak.t
deleted file mode 100644
index 6cd013e11f7..00000000000
--- a/ld/testsuite/ld-scripts/weak.t
+++ /dev/null
@@ -1,12 +0,0 @@
-SECTIONS
-{
- .text 0x1000 : {
- tmpdir/weak1.o(.data)
- }
- .data 0x2000 : {
- tmpdir/weak2.o(.data)
- }
- /DISCARD/ : {
- *(*)
- }
-}