summaryrefslogtreecommitdiff
path: root/output/outieee.c
AgeCommit message (Expand)Author
2018-06-15errors: simplify nasm_fatal() and nasm_panic()H. Peter Anvin
2018-06-15output: remove ABSOLUTE handling, OUT_RAWDATA assertsH. Peter Anvin
2018-06-01Cleanup of label renaming infrastructure, add subsection supportH. Peter Anvin
2018-05-30Add support for backend-defined subsections and label hacksH. Peter Anvin
2018-02-25output: elf,ieee,macho,obj -- Fix mofule name for commit 81b62b9f54ac8e4019a9...Cyrill Gorcunov
2017-12-20Eliminate filename length restrictions, remote ofmt->filename()H. Peter Anvin
2017-08-02timestamp: centralize handing of compilation timestampH. Peter Anvin
2017-04-03Add generic perfect string hashes, use for directivesH. Peter Anvin
2017-03-31output: remove the completely unused set_info methodH. Peter Anvin
2017-03-07output: make the return value from the directives method more meaningfulH. Peter Anvin
2017-03-07Add a generic pragma-handling infrastructureH. Peter Anvin
2017-03-07asm/*: Move directive processing to its own file, refactor error handlingH. Peter Anvin
2017-03-01Remove casts in switch statements only meant to keep OpenWatcom happyH. Peter Anvin
2016-09-24backend: move wrapper for legacy output functions to a library routineH. Peter Anvin
2016-05-25Reorganize the source code into subdirectoriesH. Peter Anvin
2016-03-08lib: split library into stdlib and nasmlib; header handling fixesH. Peter Anvin
2016-03-08Move version strings to a separate headerH. Peter Anvin
2016-03-08Merge remote-tracking branch 'origin/nasm-2.12.xx'H. Peter Anvin
2016-03-07ofmt: get rid of the debuginfo parameter to ofmt->cleanup()H. Peter Anvin
2016-03-07outieee: no need to filter .. symbols in the debug format anymoreH. Peter Anvin
2016-03-07Merge remote-tracking branch 'origin/nasm-2.12.xx'H. Peter Anvin
2016-03-07Remove ofmt->current_dfmt indirectionH. Peter Anvin
2016-03-03Replace nasm_error(ERR_FATAL/ERR_PANIC) with nasm_fatal/nasm_panicH. Peter Anvin
2016-02-18A few more debugging format arrays to mark constH. Peter Anvin
2016-02-18More constification, mostly of struct dfmtH. Peter Anvin
2016-02-17output: make all instances of struct ofmt readonlyH. Peter Anvin
2016-02-17Remove ofmt->current_dfmt indirectionH. Peter Anvin
2016-02-11Replace global maxbits variable with field in struct ofmtH. Peter Anvin
2016-02-05LLVM portability fix for abs(size)H. Peter Anvin
2014-11-25Add missing static declaration in output/outieee.cH. Peter Anvin
2013-11-26output: Allow OUT_ADDRESS with a negative size to mean signed relocationH. Peter Anvin
2011-08-28outieee: Reorder ieeeSection members to eliminate holesCyrill Gorcunov
2010-10-02BR3079550: NASM crash on run-time for OMF output formatCyrill Gorcunov
2010-04-25ieee: Fix section index match in sectalign handlerCyrill Gorcunov
2010-04-25outieee: Implement sectalign handlerCyrill Gorcunov
2010-04-21Rename SEGALIGN to SECTALIGNCyrill Gorcunov
2010-04-21ofmt: Implement null_segalign stubsCyrill Gorcunov
2009-08-13Use fputs instead of fprintf for plain stringsVictor van den Elzen
2009-08-09output: change null_debug_routine to null_debug_directiveH. Peter Anvin
2009-07-18Drop the ofmt and errfunc arguments to label definition functionsH. Peter Anvin
2009-07-18Remove function pointers in output, simplify error handlingH. Peter Anvin
2009-07-12Hash even backend-specific directives, unify null functionsH. Peter Anvin
2009-07-12Don't fclose() the output in the backendH. Peter Anvin
2009-07-05Make it possible for outputs to be either text or binaryH. Peter Anvin
2009-06-28Add new copyright headers to the output modulesH. Peter Anvin
2009-06-27Move prototypes for null_debug to outform.h and outlib.hH. Peter Anvin
2009-06-27Move backend-specific code to output/; break out null debug stuffH. Peter Anvin
2009-06-27output: call debug init from a central locationH. Peter Anvin
2008-11-05Fix BR #916647Victor van den Elzen
2008-10-31Move all version strings to a single compilation unit (ver.c)H. Peter Anvin