elf,stabs: stabs32/64_generate -- append ending token
commit69c4f63c25fb5ead8e8439fcfa112f0e8d68ec03
authorCyrill Gorcunov <gorcunov@gmail.com>
Mon, 14 Sep 2009 18:10:08 +0000 (14 22:10 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Mon, 14 Sep 2009 18:43:30 +0000 (14 22:43 +0400)
treeab279017ee7589a6bfd9b244ab3072b6b99e9b7b
parent28032a027c1739bcee8fcaa26257f842a4945408
elf,stabs: stabs32/64_generate -- append ending token

This represent "end of compilation unit" token.
Since gcc does (almost) the same lets be on the
same side.

Though to be precise gcc puts offset which points
to the first byte right after the last instruction
issued but in fact string index is analyzed only
so we may safely write zero here (without relocation
as well).

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
output/outelf32.c
output/outelf64.c