aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-cris/weakref1.d
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2002-01-31 10:42:18 +0000
committerHans-Peter Nilsson <hp@axis.com>2002-01-31 10:42:18 +0000
commitf7a2c2f698acd6554284d5e05a1f82724c306359 (patch)
treefd6e6d9055cc7ef95a0a49085deb3223edd2696d /ld/testsuite/ld-cris/weakref1.d
parentc312a6a4894911fd22cc103702aeb333b6871964 (diff)
downloadgdb-f7a2c2f698acd6554284d5e05a1f82724c306359.zip
gdb-f7a2c2f698acd6554284d5e05a1f82724c306359.tar.gz
gdb-f7a2c2f698acd6554284d5e05a1f82724c306359.tar.bz2
* ld-cris/weakref1.d, ld-cris/libdso-1.d, ld-cris/gotrel2.s,
ld-cris/expdyn1.d, ld-cris/expdyn1.s, ld-cris/dso-1.s: New tests. * ld-cris/cris.exp: Split run_dump_tests in two parts, executing tests named *dso-*.d first and copying their tmpdir/dump to files named as the .d-file.
Diffstat (limited to 'ld/testsuite/ld-cris/weakref1.d')
-rw-r--r--ld/testsuite/ld-cris/weakref1.d17
1 files changed, 17 insertions, 0 deletions
diff --git a/ld/testsuite/ld-cris/weakref1.d b/ld/testsuite/ld-cris/weakref1.d
new file mode 100644
index 0000000..166d489
--- /dev/null
+++ b/ld/testsuite/ld-cris/weakref1.d
@@ -0,0 +1,17 @@
+#source: gotrel2.s
+#as: --pic --no-underscore
+#ld: -m crislinux tmpdir/libdso-1.so
+#objdump: -R
+
+# A dynamic reloc for an undefined weak reference in a program got a
+# confused symbol reference count mismatch with a bfd assertion. Linking
+# with a DSO was needed as a catalyst to get to the faulty code; nothing
+# in the DSO was needed. We just check that we don't get the bfd
+# assertion. Note that no actual dynamic reloc is created for the
+# unresolved weak. Perhaps it should; the symbol could be defined in a
+# preloaded object or a new version of the DSO. FIXME: Revisit and adjust
+# test-result.
+
+.*: file format elf32-cris
+
+DYNAMIC RELOCATION RECORDS \(none\)