summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386/pr19645.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-i386/pr19645.s')
-rw-r--r--ld/testsuite/ld-i386/pr19645.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-i386/pr19645.s b/ld/testsuite/ld-i386/pr19645.s
new file mode 100644
index 00000000000..5dadebeebfc
--- /dev/null
+++ b/ld/testsuite/ld-i386/pr19645.s
@@ -0,0 +1,6 @@
+ .text
+ .global bar
+ .type bar,"function"
+bar:
+ movl foobar@GOT(%ebx), %eax
+ .comm foobar,30,4