ld: don't use ia64 register name in expression of pr16322 test
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / linkonce1b.s
CommitLineData
ab96bf03
AM
1 .globl main
2 .globl start
3 .globl _start
4 .globl __start
5 .text
6main:
7start:
8_start:
9__start:
10 .long 0
11
12 .section .gnu.linkonce.d.dummy,"aw"
13 .long 0
14foo:
15 .long 0
16 .section .debug_frame,"",%progbits
17 .long foo
This page took 0.332987 seconds and 4 git commands to generate.