ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / linkonce1b.s
CommitLineData
ab96bf03 1 .globl main
3def1454 2 .globl _main
ab96bf03
AM
3 .globl start
4 .globl _start
5 .globl __start
6 .text
7main:
3def1454 8_main:
ab96bf03
AM
9start:
10_start:
11__start:
12 .long 0
13
14 .section .gnu.linkonce.d.dummy,"aw"
15 .long 0
16foo:
17 .long 0
18 .section .debug_frame,"",%progbits
19 .long foo
This page took 0.594269 seconds and 4 git commands to generate.