summaryrefslogtreecommitdiff
path: root/output/codeview.c
Commit message (Expand)AuthorAgeFilesLines
* BR 3392650: Codeview truncates symbol table length to 16 bitsH. Peter Anvin (Intel)2020-06-261-9/+9
* BR 3392651: fix the .debug$T section in Codeview output formatH. Peter Anvin (Intel)2020-06-251-24/+20
* Additional listing options, improve help output, fix macro limitsH. Peter Anvin2019-08-101-1/+1
* Remove #includes already provided by "compiler.h"H. Peter Anvin2018-12-271-3/+0
* nasm_assert(): try to run at compile time if possibleH. Peter Anvin (Intel)2018-12-141-2/+2
* hashtbl: revamp the hash table interface, support binary keysH. Peter Anvin (Intel)2018-12-111-1/+0
* output: codeview -- Use nasm_error helpersCyrill Gorcunov2018-12-011-3/+3
* errors: simplify nasm_fatal() and nasm_panic()H. Peter Anvin2018-06-151-1/+1
* output: codeview -- change version number writtenFabian Giesen2018-04-201-4/+16
* Eliminate filename length restrictions, remote ofmt->filename()H. Peter Anvin2017-12-201-1/+1
* a) Fix handling of DZ/ZWORD; b) don't crash on TIMES JMPH. Peter Anvin2017-05-011-0/+3
* Add a generic pragma-handling infrastructureH. Peter Anvin2017-03-071-0/+1
* asm/*: Move directive processing to its own file, refactor error handlingH. Peter Anvin2017-03-071-0/+1
* output/codeview.c: remove C99-ismH. Peter Anvin2017-02-231-3/+4
* codeview: Fix ill-formed "S_COMPILE2" record.Fabian Giesen2016-07-181-8/+16
* Reorganize the source code into subdirectoriesH. Peter Anvin2016-05-251-2/+2
* Add wrappers around fopen(), use mmap on glibcH. Peter Anvin2016-05-251-1/+1
* Merge remote-tracking branch 'origin/nasm-2.12.xx'H. Peter Anvin2016-05-241-61/+155
|\
| * codeview: use nasm_realpath() to find the canonical name of the outfileH. Peter Anvin2016-05-241-21/+18
| * codeview: don't walk the file list for every lineH. Peter Anvin2016-05-241-43/+54
| * codeview.c: register all filenamesJim Kukunas2016-05-171-2/+2
| * codeview.c: Add support for multiple source filesJim Kukunas2016-05-171-34/+120
* | Merge remote-tracking branch 'origin/nasm-2.12.xx'H. Peter Anvin2016-05-161-3/+3
|\ \ | |/
| * codeview: use nasm_free() instead of plain free()H. Peter Anvin2016-05-101-3/+3
| * codeview: Call register_file only when producing line numbersFabian Giesen2016-05-101-3/+3
| * codeview: Make md5sum calc read file in 'binary' modeFabian Giesen2016-05-101-1/+1
| * codeview: Look up %include path when determining files to hash.Fabian Giesen2016-05-101-1/+2
* | codeview: Call register_file only when producing line numbersFabian Giesen2016-04-301-3/+3
* | codeview: Make md5sum calc read file in 'binary' modeFabian Giesen2016-04-301-1/+1
* | codeview: Look up %include path when determining files to hash.Fabian Giesen2016-04-301-1/+2
* | Merge remote-tracking branch 'origin/nasm-2.12.xx'H. Peter Anvin2016-03-081-17/+2
|\ \ | |/
| * codeview: remove hack for handling local labelsH. Peter Anvin2016-03-071-17/+2
* | codeview: Don't treat labels starting with .. as local labelsJim Kukunas2016-03-071-1/+1
* | Merge branch 'nasm-2.12.xx'H. Peter Anvin2016-03-071-1/+1
|\ \ | |/
| * codeview: be a bit more explicit about the nature of a panicH. Peter Anvin2016-03-031-1/+1
| * Remove unnecessary C99-ismsH. Peter Anvin2016-03-021-2/+2
* | Remove unnecessary C99-ismsH. Peter Anvin2016-03-011-2/+2
* | Merge branch 'nasm-2.12.xx'H. Peter Anvin2016-03-011-9/+9
|\ \ | |/
| * Remove unnecessary C99 features which break Visual C++ 2010Knut St. Osmundsen2016-02-261-9/+9
* | codeview: make struct dfmt df_cv8 constH. Peter Anvin2016-02-181-1/+1
|/
* codeview.c: remove superfluous pointer testH. Peter Anvin2016-02-051-2/+2
* coff: Add support for the Codeview 8 debug formatJim Kukunas2016-01-241-0/+720