ubsan: z8k: index 10 out of bounds for type 'unsigned int const[10]'
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / copyreloc-main.S
CommitLineData
d5597ebc
L
1 .section .text.startup,"ax",@progbits
2 .p2align 4,,15
3 .globl main
4 .type main, @function
5main:
6 .cfi_startproc
7 call __x86.get_pc_thunk.ax
8 addl $_GLOBAL_OFFSET_TABLE_, %eax
9 cmpl $2, a_glob@GOTOFF(%eax)
10 setne %al
11 movzbl %al, %eax
12 ret
13 .cfi_endproc
14 .size main, .-main
15 .section .text.__x86.get_pc_thunk.ax,"axG",@progbits,__x86.get_pc_thunk.ax,comdat
16 .globl __x86.get_pc_thunk.ax
17 .hidden __x86.get_pc_thunk.ax
18 .type __x86.get_pc_thunk.ax, @function
19__x86.get_pc_thunk.ax:
20 .cfi_startproc
21 movl (%esp), %eax
22 ret
23 .cfi_endproc
24 .section .note.GNU-stack,"",@progbits
This page took 0.23664 seconds and 4 git commands to generate.