nasm/output
Cyrill Gorcunov 69c4f63c25 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>
2009-09-14 22:43:30 +04:00
..
dwarf.h output/dwarf.h: update dwarf constants 2009-08-10 16:00:43 -07:00
elf32.h output/elf32.h: tab-space cleanup 2009-09-03 19:06:04 +04:00
elf64.h output/elf64.h: tab-space cleanup 2009-09-03 19:10:55 +04:00
elfcommon.h output/elfcommon.h: tab/space cleanup 2009-09-06 15:25:35 +04:00
nulldbg.c output: change null_debug_routine to null_debug_directive 2009-08-09 13:04:13 -07:00
nullout.c
outaout.c outaout.c -- use list helpers 2009-07-28 23:26:12 +04:00
outaout.mac
outas86.c Remove function pointers in output, simplify error handling 2009-07-18 18:43:12 -07:00
outas86.mac
outbin.c Fix some format strings for nasm_error 2009-08-11 02:43:41 +02:00
outbin.mac
outcoff.c Merge branch 'nasm-2.07.xx' 2009-07-26 15:31:59 -07:00
outcoff.mac
outdbg.c Remove function pointers in output, simplify error handling 2009-07-18 18:43:12 -07:00
outelf32.c elf,stabs: stabs32/64_generate -- append ending token 2009-09-14 22:43:30 +04:00
outelf64.c elf,stabs: stabs32/64_generate -- append ending token 2009-09-14 22:43:30 +04:00
outelf.c
outelf.h output/outelf.h - tab-space cleanup 2009-09-03 19:04:23 +04:00
outelf.mac
outform.c Remove function pointers in output, simplify error handling 2009-07-18 18:43:12 -07:00
outform.h Remove function pointers in output, simplify error handling 2009-07-18 18:43:12 -07:00
outieee.c Use fputs instead of fprintf for plain strings 2009-08-13 15:07:59 +02:00
outlib.c
outlib.h output: change null_debug_routine to null_debug_directive 2009-08-09 13:04:13 -07:00
outmacho32.c Remove function pointers in output, simplify error handling 2009-07-18 18:43:12 -07:00
outmacho64.c Drop the ofmt and errfunc arguments to label definition functions 2009-07-18 18:43:58 -07:00
outmacho.mac
outobj.c Fix some format strings for nasm_error 2009-08-11 02:43:41 +02:00
outobj.mac
outrdf2.c Remove function pointers in output, simplify error handling 2009-07-18 18:43:12 -07:00
outrdf2.mac
outrdf.c
outrdf.mac