Add support for a .secrel32 x86 reloc to allow DWARF" debug information to used
[deliverable/binutils-gdb.git] / ld / testsuite / ld-pe / secrel2.s
1 .text
2
3 .ascii ">>>>"
4 .global ext24
5 ext24: .ascii "<<<<"
6 .ascii ">>>>>"
7 .global ext2d
8 ext2d: .ascii "<<<"
9 .ascii ">>>>>>"
10 .global ext36
11 ext36: .ascii "<<"
12 .ascii ">>>>>>>"
13 .global ext3f
14 ext3f: .ascii "<"
This page took 0.044715 seconds and 4 git commands to generate.