summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/pe/set.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gas/testsuite/gas/pe/set.s')
-rw-r--r--binutils-2.25/gas/testsuite/gas/pe/set.s9
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils-2.25/gas/testsuite/gas/pe/set.s b/binutils-2.25/gas/testsuite/gas/pe/set.s
new file mode 100644
index 00000000..a19e7972
--- /dev/null
+++ b/binutils-2.25/gas/testsuite/gas/pe/set.s
@@ -0,0 +1,9 @@
+L_a:
+.long 0
+
+_b = L_a
+
+L_c = L_a
+
+.globl _d
+_d = L_a