]> Git Repo - binutils.git/blob - ld/testsuite/ld-pe/secidx2.s
Add support for COFF secidx relocations
[binutils.git] / ld / testsuite / ld-pe / secidx2.s
1 .text
2
3 .global ext1
4 ext1:   .ascii "<<<<"
5         .ascii ">>>>>"
6
7 .data
8
9 .global ext2
10 ext2:   .ascii "<<<"
11         .ascii ">>>>>>"
12
13 .section .rdata
14
15 .global ext3
16 ext3:   .ascii "<<<"
17         .ascii ">>>>>>"
This page took 0.02495 seconds and 4 git commands to generate.