aboutsummaryrefslogtreecommitdiffstats
path: root/output/outieee.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some typosElyes HAOUAS2022-01-091-4/+4
* BR3392637: output/outieee: Fix nil dereferenceCyrill Gorcunov2020-11-041-0/+17
* Merge tag 'nasm-2.15.04'H. Peter Anvin (Intel)2020-08-251-4/+4
|\
| * Add [v]printf_func() attributes where appropriateH. Peter Anvin (Intel)2020-07-301-4/+4
* | debug: feed single-line macro definitions and include hierachy to dfmtH. Peter Anvin (Intel)2020-08-251-0/+2
* | Change dfmt->debug_macros to dfmt->debug_mmacrosH. Peter Anvin (Intel)2020-07-141-1/+1
* | debug: collect macro information for the debug backendH. Peter Anvin (Intel)2020-07-081-0/+1
|/
* Remove #includes already provided by "compiler.h"H. Peter Anvin2018-12-271-3/+0
* Replace <ctype.h> includes with "nctype.h"H. Peter Anvin2018-12-271-1/+2
* Move <string.h> inclusion to compiler.hH. Peter Anvin2018-12-261-1/+0
* With buffered warnings, change the handling of error passesH. Peter Anvin (Intel)2018-12-181-1/+4
* Clean up the handling of various passesH. Peter Anvin (Intel)2018-12-181-11/+9
* nasm_warnf() -> nasm_warn()H. Peter Anvin (Intel)2018-12-141-1/+1
* output: ieee -- Use nasm_error helpersCyrill Gorcunov2018-12-021-18/+14
* version: Make them dynamic for regression tests sakeCyrill Gorcunov2018-11-241-1/+1
* errors: simplify nasm_fatal() and nasm_panic()H. Peter Anvin2018-06-151-13/+9
* output: remove ABSOLUTE handling, OUT_RAWDATA assertsH. Peter Anvin2018-06-151-10/+0
* Cleanup of label renaming infrastructure, add subsection supportH. Peter Anvin2018-06-011-3/+2
* Add support for backend-defined subsections and label hacksH. Peter Anvin2018-05-301-0/+2
* output: elf,ieee,macho,obj -- Fix mofule name for commit 81b62b9f54ac8e4019a9...Cyrill Gorcunov2018-02-251-0/+1
* Eliminate filename length restrictions, remote ofmt->filename()H. Peter Anvin2017-12-201-10/+1
* timestamp: centralize handing of compilation timestampH. Peter Anvin2017-08-021-7/+4
* Add generic perfect string hashes, use for directivesH. Peter Anvin2017-04-031-1/+1
* output: remove the completely unused set_info methodH. Peter Anvin2017-03-311-9/+0
* output: make the return value from the directives method more meaningfulH. Peter Anvin2017-03-071-3/+4
* Add a generic pragma-handling infrastructureH. Peter Anvin2017-03-071-1/+3
* asm/*: Move directive processing to its own file, refactor error handlingH. Peter Anvin2017-03-071-0/+1
* Remove casts in switch statements only meant to keep OpenWatcom happyH. Peter Anvin2017-03-011-1/+1
* backend: move wrapper for legacy output functions to a library routineH. Peter Anvin2016-09-241-0/+1
* Reorganize the source code into subdirectoriesH. Peter Anvin2016-05-251-2/+2
* lib: split library into stdlib and nasmlib; header handling fixesH. Peter Anvin2016-03-081-1/+0
* Move version strings to a separate headerH. Peter Anvin2016-03-081-0/+2
* Merge remote-tracking branch 'origin/nasm-2.12.xx'H. Peter Anvin2016-03-081-13/+11
|\
| * ofmt: get rid of the debuginfo parameter to ofmt->cleanup()H. Peter Anvin2016-03-071-4/+6
| * outieee: no need to filter .. symbols in the debug format anymoreH. Peter Anvin2016-03-071-9/+5
* | Merge remote-tracking branch 'origin/nasm-2.12.xx'H. Peter Anvin2016-03-071-9/+9
|\|
| * Remove ofmt->current_dfmt indirectionH. Peter Anvin2016-03-071-1/+1
| * Replace nasm_error(ERR_FATAL/ERR_PANIC) with nasm_fatal/nasm_panicH. Peter Anvin2016-03-031-9/+9
* | A few more debugging format arrays to mark constH. Peter Anvin2016-02-181-1/+1
* | More constification, mostly of struct dfmtH. Peter Anvin2016-02-181-2/+2
* | output: make all instances of struct ofmt readonlyH. Peter Anvin2016-02-171-2/+2
* | Remove ofmt->current_dfmt indirectionH. Peter Anvin2016-02-171-1/+1
|/
* Replace global maxbits variable with field in struct ofmtH. Peter Anvin2016-02-111-0/+1
* LLVM portability fix for abs(size)H. Peter Anvin2016-02-051-1/+1
* Add missing static declaration in output/outieee.cH. Peter Anvin2014-11-251-1/+1
* output: Allow OUT_ADDRESS with a negative size to mean signed relocationH. Peter Anvin2013-11-261-2/+4
* outieee: Reorder ieeeSection members to eliminate holesCyrill Gorcunov2011-08-281-4/+4
* BR3079550: NASM crash on run-time for OMF output formatCyrill Gorcunov2010-10-021-2/+2
* ieee: Fix section index match in sectalign handlerCyrill Gorcunov2010-04-251-1/+1
* outieee: Implement sectalign handlerCyrill Gorcunov2010-04-251-1/+23