aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-cris/expdyn1.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/expdyn1.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/expdyn1.d')
-rw-r--r--ld/testsuite/ld-cris/expdyn1.d14
1 files changed, 14 insertions, 0 deletions
diff --git a/ld/testsuite/ld-cris/expdyn1.d b/ld/testsuite/ld-cris/expdyn1.d
new file mode 100644
index 0000000..eab40e2
--- /dev/null
+++ b/ld/testsuite/ld-cris/expdyn1.d
@@ -0,0 +1,14 @@
+#source: expdyn1.s
+#as: --no-underscore
+#ld: -m crislinux -export-dynamic tmpdir/libdso-1.so
+#objdump: -T
+
+.*: file format elf32-cris
+
+# Exporting dynamic symbols means objects as well as functions.
+
+DYNAMIC SYMBOL TABLE:
+#...
+00080206 g DF .text 00000002 expfn
+00082208 g DO .data 00000000 expobj
+#pass