summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/all/weakref1l.d
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gas/testsuite/gas/all/weakref1l.d')
-rw-r--r--binutils-2.25/gas/testsuite/gas/all/weakref1l.d27
1 files changed, 27 insertions, 0 deletions
diff --git a/binutils-2.25/gas/testsuite/gas/all/weakref1l.d b/binutils-2.25/gas/testsuite/gas/all/weakref1l.d
new file mode 100644
index 00000000..05ba4583
--- /dev/null
+++ b/binutils-2.25/gas/testsuite/gas/all/weakref1l.d
@@ -0,0 +1,27 @@
+#nm: --defined-only
+#name: weakref tests, local syms
+#source: weakref1.s
+# aix drops local symbols
+# see weakref1.d for comments on the other not-targets
+#not-target: *-*-aix* alpha*-*-osf* *-*-ecoff pdp11-*-aout
+
+# the rest of this file is generated with the following script:
+# # script begin
+# sed -n 's,^\(l[^ ]*\)[ ]*:.*,.* t \1,p;s:^[ ]*\.set[ ][ ]*\(l[^ ]*\)[ ]*,.*:.* t \1:p' weakref1.s | uniq | while read line; do echo "#..."; echo "$line"; done
+# echo \#pass
+# # script output:
+#...
+.* t l
+#...
+.* t ld1
+#...
+.* t ld2
+#...
+.* t ld3
+#...
+.* t ld4
+#...
+.* t ld8
+#...
+.* t ld9
+#pass