ELF: Support the section flag 'o' in .section directive
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / merge.s
CommitLineData
782c0ebf
AM
1 .section .rodata.str,"aMS","progbits",1
2.LC0:
3 .asciz "abc"
4.LC1:
5 .asciz "c"
6
7 .text
8 .global _start
9_start:
10 .long .LC0
11.LT0:
12 .long .LC1
13 .long .LC0-.LT0
14 .long .LC1-.LT0
This page took 0.735727 seconds and 4 git commands to generate.