summaryrefslogtreecommitdiff
path: root/output/outrdf2.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-21Rename SEGALIGN to SECTALIGNCyrill Gorcunov1-1/+1
2010-04-21ofmt: Implement null_segalign stubsCyrill Gorcunov1-0/+1
2009-07-18Remove function pointers in output, simplify error handlingH. Peter Anvin1-40/+30
2009-07-12Hash even backend-specific directives, unify null functionsH. Peter Anvin1-15/+19
2009-07-12Don't fclose() the output in the backendH. Peter Anvin1-2/+0
2009-07-05Make it possible for outputs to be either text or binaryH. Peter Anvin1-1/+1
2009-06-28Add new copyright headers to the output modulesH. Peter Anvin1-5/+33
2009-06-27Move prototypes for null_debug to outform.h and outlib.hH. Peter Anvin1-0/+1
2009-06-27Move backend-specific code to output/; break out null debug stuffH. Peter Anvin1-1/+1
2008-06-21ctype.h: wrapper ctype functions with a cast to (unsigned char)H. Peter Anvin1-3/+3
2008-06-20Move the output format macros into the macros.pl mechanismH. Peter Anvin1-12/+1
2008-06-09Move all the SAA code out of nasmlibH. Peter Anvin1-0/+1
2007-12-29regularized spelling of license to match name of LICENSE fileBeroset1-1/+1
2007-11-13Address data is int64_t; simplify writing an address objectH. Peter Anvin1-10/+3
2007-11-09Don't combine type and size into a single argumentH. Peter Anvin1-16/+14
2007-11-06Pass 64-bit instruction lengths to back-ends.Charles Crayne1-2/+2
2007-11-05Upgrade label functions to 64-bitCharles Crayne1-1/+1
2007-10-19Formatting: kill off "stealth whitespace"H. Peter Anvin1-1/+1
2007-10-11Additional uses of bool and enumH. Peter Anvin1-5/+6
2007-10-02Portability fixesH. Peter Anvin1-0/+2
2007-09-16Minor fixes needed to compile with MSVC++ 2005H. Peter Anvin1-6/+4
2007-04-18Fixed RDF/2 to comply with "maxbits" use.Keith Kanios1-1/+3
2007-04-14Placated unreferenced types.Keith Kanios1-0/+9
2007-04-13Fixed distinction between char and int8_t data types.Keith Kanios1-18/+18
2007-04-13Fixed c99 data-types after removal of typedefs.Keith Kanios1-1/+1
2007-04-12Remove obsolete types; add <inttypes.h> where needed; header fixesH. Peter Anvin1-4/+4
2007-04-12General push for x86-64 support, dubbed 0.99.00.Keith Kanios1-48/+49
2005-01-15Apply Nindent to all .c and .h filesH. Peter Anvin1-491/+503
2004-09-15outrdf2.c now uses the same definitions of RDOFF2 format that RDOFF utils.Yuri Zaporogets1-231/+201
2003-12-12Update rdoffFrank Kotler1-14/+23
2003-09-25Revert erroneous macro added and modify __OUTPUT_FORMAT__ to a string constStanislav Karchebny1-1/+0
2003-09-25Consistency fixStanislav Karchebny1-1/+1
2003-09-24Added _NASM_FORMAT_ macroStanislav Karchebny1-0/+1
2002-12-04Yuri's 12/3/2002 rdoff patches-Frank Kotler1-1/+59
2002-09-12"const"-ipation fixes from Trevor WoernerH. Peter Anvin1-3/+3
2002-04-30NASM 0.98.30H. Peter Anvin1-0/+733