aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386/pr20830.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-i386/pr20830.s')
-rw-r--r--ld/testsuite/ld-i386/pr20830.s8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ld-i386/pr20830.s b/ld/testsuite/ld-i386/pr20830.s
new file mode 100644
index 0000000..344a137
--- /dev/null
+++ b/ld/testsuite/ld-i386/pr20830.s
@@ -0,0 +1,8 @@
+ .text
+ .globl foo
+ .type foo, @function
+foo:
+ .cfi_startproc
+ call func@plt
+ movl func@GOT(%ebx), %eax
+ .cfi_endproc