aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386/pr19319a.S
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-i386/pr19319a.S')
-rw-r--r--ld/testsuite/ld-i386/pr19319a.S11
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/testsuite/ld-i386/pr19319a.S b/ld/testsuite/ld-i386/pr19319a.S
new file mode 100644
index 0000000..04082be
--- /dev/null
+++ b/ld/testsuite/ld-i386/pr19319a.S
@@ -0,0 +1,11 @@
+ .text
+ .globl foo
+ .type foo, @function
+foo:
+ movl __start_my_section@GOT(%ecx), %eax
+ ret
+ .size foo, .-foo
+ .section my_section,"aw",@progbits
+ .align 8
+ .long 4660
+ .long 22136