bfd, ld: add CTF section linking
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr23930b.s
CommitLineData
b44ee3a8
L
1 .text
2 .globl orig
3 .type orig, @function
4orig:
5 xorl %eax, %eax
6 ret
7 .size orig, .-orig
8 .section .text.startup,"ax",@progbits
9 .globl main
10 .type main, @function
11main:
12 xorl %eax, %eax
13 ret
14 .size main, .-main
This page took 0.060207 seconds and 4 git commands to generate.