summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/all/weakref1g.d
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gas/testsuite/gas/all/weakref1g.d')
-rw-r--r--binutils-2.25/gas/testsuite/gas/all/weakref1g.d18
1 files changed, 18 insertions, 0 deletions
diff --git a/binutils-2.25/gas/testsuite/gas/all/weakref1g.d b/binutils-2.25/gas/testsuite/gas/all/weakref1g.d
new file mode 100644
index 00000000..039c5997
--- /dev/null
+++ b/binutils-2.25/gas/testsuite/gas/all/weakref1g.d
@@ -0,0 +1,18 @@
+#nm: --defined-only --extern-only
+#name: weakref tests, global syms
+#source: weakref1.s
+# see weakref1.d for comments on the not-targets
+# ecoff (OSF/alpha) lacks .weak support
+# pdp11 lacks .long
+#not-target: alpha*-*-osf* *-*-ecoff pdp11-*-aout
+
+# the rest of this file is generated with the following script:
+# # script begin
+# echo \#...
+# sed -n 's,^[ ]*\.global \(g.*\),.* T \1,p' weakref1.s | uniq
+# echo \#pass
+# # script output:
+#...
+.* T gd6
+.* T gd7
+#pass