summaryrefslogtreecommitdiff
path: root/output/outieee.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-28outieee: Reorder ieeeSection members to eliminate holesCyrill Gorcunov1-4/+4
2010-10-02BR3079550: NASM crash on run-time for OMF output formatCyrill Gorcunov1-2/+2
2010-04-25ieee: Fix section index match in sectalign handlerCyrill Gorcunov1-1/+1
2010-04-25outieee: Implement sectalign handlerCyrill Gorcunov1-1/+23
2010-04-21Rename SEGALIGN to SECTALIGNCyrill Gorcunov1-1/+1
2010-04-21ofmt: Implement null_segalign stubsCyrill Gorcunov1-0/+1
2009-08-13Use fputs instead of fprintf for plain stringsVictor van den Elzen1-1/+1
2009-08-09output: change null_debug_routine to null_debug_directiveH. Peter Anvin1-1/+1
2009-07-18Drop the ofmt and errfunc arguments to label definition functionsH. Peter Anvin1-3/+2
2009-07-18Remove function pointers in output, simplify error handlingH. Peter Anvin1-39/+28
2009-07-12Hash even backend-specific directives, unify null functionsH. Peter Anvin1-3/+7
2009-07-12Don't fclose() the output in the backendH. Peter Anvin1-1/+0
2009-07-05Make it possible for outputs to be either text or binaryH. Peter Anvin1-39/+39
2009-06-28Add new copyright headers to the output modulesH. Peter Anvin1-6/+35
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
2009-06-27output: call debug init from a central locationH. Peter Anvin1-1/+1
2008-11-05Fix BR #916647Victor van den Elzen1-1/+1
2008-10-31Move all version strings to a single compilation unit (ver.c)H. Peter Anvin1-2/+1
2008-06-21ctype.h: wrapper ctype functions with a cast to (unsigned char)H. Peter Anvin1-4/+4
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-1/+1
2007-11-09Don't combine type and size into a single argumentH. Peter Anvin1-13/+11
2007-11-06Pass 64-bit instruction lengths to back-ends.Charles Crayne1-4/+4
2007-11-05Upgrade label functions to 64-bitCharles Crayne1-2/+2
2007-10-19Formatting: kill off "stealth whitespace"H. Peter Anvin1-6/+6
2007-10-11More "bool" fixesH. Peter Anvin1-1/+2
2007-10-10Use the compiler-provided booleans if available, otherwise emulateH. Peter Anvin1-20/+19
2007-10-02Portability fixesH. Peter Anvin1-0/+2
2007-04-14c99 printf/fprintf compliance.Keith Kanios1-12/+12
2007-04-13Fixed distinction between char and int8_t data types.Keith Kanios1-29/+29
2007-04-12General push for x86-64 support, dubbed 0.99.00.Keith Kanios1-74/+75
2005-05-09Jindrich Novy's buffer overrun patch to outieee.cFrank Kotler1-1/+1
2005-01-15Apply Nindent to all .c and .h filesH. Peter Anvin1-798/+826
2003-09-12Fix list iteratorH. Peter Anvin1-1/+1
2002-09-12"const"-ipation fixes from Trevor WoernerH. Peter Anvin1-2/+2
2002-04-30NASM 0.98.30H. Peter Anvin1-0/+1461