nasm/output
Fabian Giesen bb0fa088fb codeview: Fix ill-formed "S_COMPILE2" record.
write_symbolinfo_properties didn't match the S_COMPILE2 record it's
supposed to be writing (the "compiler version" string was emitted
starting in the final "version" field); fix that.

Write version 8.0.50727; the Windows App Certification Kit (WACK)
checks compiler versions as given in app debug info and complains
when the toolchain is too old. 8.0.50727 is the lowest permitted
"MASM" version for WACK to be happy, so that's what we write.

Signed-off-by: Fabian Giesen <fabiang@radgametools.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2016-07-18 14:55:55 +03:00
..
codeview.c codeview: Fix ill-formed "S_COMPILE2" record. 2016-07-18 14:55:55 +03:00
dwarf.h output/dwarf.h: update dwarf constants 2009-08-10 16:00:43 -07:00
elf.h lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00
nulldbg.c Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
nullout.c Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
outaout.c Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
outaout.mac NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
outas86.c Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
outas86.mac NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
outbin.c Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
outbin.mac NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
outcoff.c Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
outcoff.mac NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
outdbg.c Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
outelf.c Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
outelf.h Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
outelf.mac NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
outform.c Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
outform.h Merge remote-tracking branch 'origin/nasm-2.12.xx' 2016-03-08 01:08:53 -08:00
outieee.c Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
outlib.c Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
outlib.h More constification, mostly of struct dfmt 2016-02-18 02:16:36 -08:00
outmacho.c Merge tag 'nasm-2.12.02rc9' 2016-06-16 15:47:46 -07:00
outmacho.mac macho64: Manually merge macho64 branch with master branch. 2009-07-08 23:04:52 -05:00
outobj.c Merge tag 'nasm-2.12.02rc9' 2016-06-16 15:47:46 -07:00
outobj.mac NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
outrdf.mac NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
outrdf2.c Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
outrdf2.mac NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
pecoff.h coff: Add support for the Codeview 8 debug format 2016-01-24 14:14:39 +03:00
stabs.h lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00