* ld-elf/sec-to-seg1.s: Shorten test data to align the section to
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / relro1.s
1 .globl main
2 .globl start
3 .globl _start
4 .globl __start
5 .text
6 main:
7 start:
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.031679 seconds and 4 git commands to generate.