* elflink.c (_bfd_elf_link_create_dynamic_sections): If the
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / relro1.s
CommitLineData
b10a8ae0
L
1 .globl main
2 .globl start
3 .globl _start
4 .globl __start
5 .text
6main:
7start:
8_start:
9__start:
10 .long 0
11 .data
12 .long 0
13 .section .data.rel.ro,"aw",%progbits
14 .long 0
This page took 0.180027 seconds and 4 git commands to generate.