Add 2 testcases for PR ld/22269
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr22269.s
1 .globl main
2 .globl start
3 .globl _start
4 .globl __start
5 .text
6 main:
7 start:
8 _start:
9 __start:
10 .byte 0
11 .section .data.rel.ro.local,"aw",%progbits
12 .weak func
13 .dc.a func
This page took 0.034772 seconds and 5 git commands to generate.