Non-contiguous memory regions support: Avoid calls to abort
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr20995b.s
CommitLineData
5474d94f
AM
1 .data
2 .type rw,%object
3 .globl rw
4rw:
5 .dc.a 0
6 .size rw, . - rw
7
8 .text
9 .type ro,%object
10 .globl ro
11ro:
12 .dc.a 0
13 .size ro, . - ro
This page took 0.194867 seconds and 4 git commands to generate.