dynrelro section for read-only dynamic symbols copied into executable
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr20995a.s
1 .text
2 .global start
3 start:
4 .global _start
5 _start:
6 .global __start
7 __start:
8 .global main
9 main:
10 .dc.a rw
11 .dc.a ro
This page took 0.02954 seconds and 4 git commands to generate.