In the compilation unit DIE, DW_at_stmt_list is supposed to be an offset into the debug_line information where the line program for this compile unit begins.<br><br>It needs to be a label so that a relocation is emitted and during final linking the offset is adjusted.  Without this all CUs contain offset 0 (and only 1 of them will be correct)<br>
<br>Mostly been able to debug an ELF program under gdb now.<br><br>Krister<br><br>