summaryrefslogtreecommitdiff
path: root/output/outobj.c
Commit message (Expand)AuthorAgeFilesLines
* BR3079550: NASM crash on run-time for OMF output formatCyrill Gorcunov2010-10-271-2/+2
* outobj: handle compilers without 64-bit switch() supportH. Peter Anvin2010-06-071-1/+5
* outobj: update error messageH. Peter Anvin2010-05-061-2/+2
* outobj: properly error on unsupported relocationsH. Peter Anvin2010-05-061-12/+38
* obj: Implement sectalign helperCyrill Gorcunov2010-04-251-1/+44
* Rename SEGALIGN to SECTALIGNCyrill Gorcunov2010-04-211-1/+1
* ofmt: Implement null_segalign stubsCyrill Gorcunov2010-04-211-0/+1
* stdscan: switch to stdscan_get/set routinesCyrill Gorcunov2009-10-311-2/+2
* Fix some format strings for nasm_errorVictor van den Elzen2009-08-111-3/+3
* output: change null_debug_routine to null_debug_directiveH. Peter Anvin2009-08-091-1/+1
* Drop the ofmt and errfunc arguments to label definition functionsH. Peter Anvin2009-07-181-7/+6
* Remove function pointers in output, simplify error handlingH. Peter Anvin2009-07-181-70/+58
* outobj: don't fclose() the outputH. Peter Anvin2009-07-141-1/+0
* Hash even backend-specific directives, unify null functionsH. Peter Anvin2009-07-121-9/+15
* Make it possible for outputs to be either text or binaryH. Peter Anvin2009-07-051-1/+1
* outobj: handle the case of SEG <undefined> in pass 0H. Peter Anvin2009-07-011-4/+12
* Add new copyright headers to the output modulesH. Peter Anvin2009-06-281-6/+35
* Move prototypes for null_debug to outform.h and outlib.hH. Peter Anvin2009-06-271-0/+1
* Move backend-specific code to output/; break out null debug stuffH. Peter Anvin2009-06-271-1/+1
* output: call debug init from a central locationH. Peter Anvin2009-06-271-2/+0
* Fix BR #916647Victor van den Elzen2008-11-051-1/+1
* Move all version strings to a single compilation unit (ver.c)H. Peter Anvin2008-10-311-3/+2
* output: add common file outlib.c for common functions; realsize()H. Peter Anvin2008-10-271-2/+1
* BR 2010180: outobj: Garbage may be written in a last PUBDEFSlavik Gnatenko2008-07-191-2/+5
* ctype.h: wrapper ctype functions with a cast to (unsigned char)H. Peter Anvin2008-06-211-25/+25
* Move the output format macros into the macros.pl mechanismH. Peter Anvin2008-06-201-18/+1
* regularized spelling of license to match name of LICENSE fileBeroset2007-12-291-1/+1
* Clean up remaining build warningsH. Peter Anvin2007-11-181-1/+1
* Address data is int64_t; simplify writing an address objectH. Peter Anvin2007-11-131-1/+1
* Don't combine type and size into a single argumentH. Peter Anvin2007-11-091-14/+12
* Pass 64-bit instruction lengths to back-ends.Charles Crayne2007-11-061-2/+2
* Upgrade label functions to 64-bitCharles Crayne2007-11-051-2/+2
* Formatting: kill off "stealth whitespace"H. Peter Anvin2007-10-191-1/+1
* Additional uses of bool and enumH. Peter Anvin2007-10-111-4/+5
* Use the compiler-provided booleans if available, otherwise emulateH. Peter Anvin2007-10-101-26/+26
* Portability fixesH. Peter Anvin2007-10-021-0/+2
* Finishing touches on perfect hash tokenizer; actually turn the thing onH. Peter Anvin2007-08-301-0/+1
* Fixed obj_fwrite() declaration to match "static" definition.Keith Kanios2007-04-131-1/+1
* Fixed distinction between char and int8_t data types.Keith Kanios2007-04-131-34/+34
* General push for x86-64 support, dubbed 0.99.00.Keith Kanios2007-04-121-79/+80
* fix outobj.c bug - every 256th extern crashed nasmFrank Kotler2005-06-081-3/+3
* Apply Nindent to all .c and .h filesnasm-0.98.39LATESTH. Peter Anvin2005-01-151-1459/+1465
* Revert erroneous macro added and modify __OUTPUT_FORMAT__ to a string constStanislav Karchebny2003-09-251-1/+0
* Consistency fixStanislav Karchebny2003-09-251-1/+1
* Added _NASM_FORMAT_ macroStanislav Karchebny2003-09-241-0/+1
* Fixes from Bart OldemanH. Peter Anvin2002-09-191-1/+2
* "const"-ipation fixes from Trevor WoernerH. Peter Anvin2002-09-121-2/+2
* Fix off-by-one error found when running theowl's test cases.H. Peter Anvin2002-05-261-1/+1
* Code cleanup fixes from Ed BerosetH. Peter Anvin2002-05-141-4/+4
* Fix from John Coffman to 16-bit OBJ format output.H. Peter Anvin2002-05-091-2/+16