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