ld: Generate PDB string table
[binutils-gdb.git] / ld / testsuite / ld-pe / pdb-strings2.s
1 .equ CV_SIGNATURE_C13, 4
2 .equ DEBUG_S_STRINGTABLE, 0xf3
3
4 .section ".debug$S", "rn"
5 .long CV_SIGNATURE_C13
6 .long DEBUG_S_STRINGTABLE
7 .long .strings_end - .strings_start
8
9 .strings_start:
10
11 .asciz ""
12 .asciz "bar"
13 .asciz "baz"
14 .asciz "qux"
15 .asciz "quux"
16
17 .strings_end:
18
19 .balign 4