Change objfile::partial_symtabs to be a unique_ptr
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / copyreloc-main.S
1 .section .text.startup,"ax",@progbits
2 .p2align 4,,15
3 .globl main
4 .type main, @function
5 main:
6 .LFB0:
7 .cfi_startproc
8 xorl %eax, %eax
9 cmpl $2, a_glob(%rip)
10 setne %al
11 ret
12 .cfi_endproc
13 .LFE0:
14 .size main, .-main
15 .section .note.GNU-stack,"",@progbits
This page took 0.033179 seconds and 4 git commands to generate.