Jim Kukunas 3115e789d6 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>
2016-01-24 14:14:39 +03:00
..
2009-08-10 16:00:43 -07:00
2010-04-21 18:09:54 +04:00
2015-07-19 14:24:26 +03:00
2015-07-19 14:24:26 +03:00
2012-02-03 12:08:59 -08:00
2010-05-06 15:33:24 -07:00
2010-04-21 18:09:54 +04:00
2014-10-21 12:50:47 -07:00