summaryrefslogtreecommitdiffstats
path: root/binutils-2.24/ld/testsuite/ld-discard/extern.d
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.24/ld/testsuite/ld-discard/extern.d')
-rw-r--r--binutils-2.24/ld/testsuite/ld-discard/extern.d13
1 files changed, 0 insertions, 13 deletions
diff --git a/binutils-2.24/ld/testsuite/ld-discard/extern.d b/binutils-2.24/ld/testsuite/ld-discard/extern.d
deleted file mode 100644
index bb596d5..0000000
--- a/binutils-2.24/ld/testsuite/ld-discard/extern.d
+++ /dev/null
@@ -1,13 +0,0 @@
-#source: extern.s
-#ld: -T discard.ld
-#error: .*data.* referenced in section `\.text' of tmpdir/dump0.o: defined in discarded section `\.data\.exit' of tmpdir/dump0.o
-#objdump: -p
-#xfail: arc-*-* d30v-*-* dlx-*-* i960-*-* or32-*-* pj*-*-*
-#xfail: m68hc12-*-* m6812-*-*
-#pass
-# The expected warning used to start with "`data' referenced..." but
-# this has two problems: 1) It does not include the name of the linker
-# command which will be present in the message, eg "../ld-new"
-# 2) Targets which define EXTERN_FORCE_RELOC to 0 in their
-# gas/config/tc-xxx.h file will convert the symbol in the reloc from
-# "data" to the section symbol ".data.exit".