2007-05-15 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / linkonce1b.s
1 .globl main
2 .globl start
3 .globl _start
4 .globl __start
5 .text
6 main:
7 start:
8 _start:
9 __start:
10 .long 0
11
12 .section .gnu.linkonce.d.dummy,"aw"
13 .long 0
14 foo:
15 .long 0
16 .section .debug_frame,"",%progbits
17 .long foo
This page took 0.048531 seconds and 4 git commands to generate.