xref: /llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/Inputs/debug-line-basic.script (revision 8a64d80a959bf2844df33f9112e456f33de7b468)
1PHDRS {
2  text PT_LOAD;
3}
4SECTIONS {
5  .shstrtab     0 : { *(.shstrtab    ) }
6  .debug_info   0 : { *(.debug_info  ) }
7  .debug_line   0 : { *(.debug_line  ) }
8  .debug_str    0 : { *(.debug_str   ) }
9  .debug_abbrev 0 : { *(.debug_abbrev) }
10
11  . = 0x201000;
12  .text : { *(.text .text.f) } :text
13  /DISCARD/ : { *(*) }
14}
15