coff: Add support for the Codeview 8 debug format
commit3115e789d68a3586489a2972f379beb8a012e271
authorJim Kukunas <james.t.kukunas@linux.intel.com>
Sun, 24 Jan 2016 07:32:51 +0000 (23 23:32 -0800)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sun, 24 Jan 2016 11:14:39 +0000 (24 14:14 +0300)
treeb47db861580f848ee57c42dc42d09e822377df06
parentba754eec038dd419d64ada943af4476202d5af25
coff: Add support for the Codeview 8 debug format

Codeview is a debug format for win32/win64 PE/COFF files. It adds two sections,
.debug$S (symbols) and .debug$T (types), to the generated object file. These
sections are then used by the linker to generate a PDB file which can be used
by various debuggers (WinDbg, Visual Studio, etc).

Signed-off-by: Jim Kukunas <james.t.kukunas@linux.intel.com>
Acked-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Makefile.in
Mkfiles/msvc.mak
output/codeview.c [new file with mode: 0644]
output/outcoff.c
output/pecoff.h