Don't re-export common symbols
[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.393427 seconds and 4 git commands to generate.