summaryrefslogtreecommitdiff
path: root/output/outmacho.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-30outmacho: change license to 2-BSDH. Peter Anvin1-12/+0
2009-06-28Add new copyright headers to the output modulesH. Peter Anvin1-6/+47
2009-06-27Move backend-specific code to output/; break out null debug stuffH. Peter Anvin1-2/+2
2009-02-21Unify all-zero buffers; add fwritezero()H. Peter Anvin1-3/+2
2008-12-18Mach-O alignment fixDavid DeHaven1-10/+21
2008-10-27output: add common file outlib.c for common functions; realsize()H. Peter Anvin1-16/+2
2008-06-20Move the output format macros into the macros.pl mechanismH. Peter Anvin1-6/+1
2008-06-09Move all the RAA code out of nasmlibH. Peter Anvin1-0/+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-7/+2
2007-11-12BR 1709392: Fix alignment handling in Mach-O formatH. Peter Anvin1-12/+15
2007-11-09Don't combine type and size into a single argumentH. Peter Anvin1-23/+22
2007-11-08Fix building under OpenWatcomH. Peter Anvin1-13/+12
2007-11-06Pass 64-bit instruction lengths to back-ends.Charles Crayne1-1/+1
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-02Portability fixesH. Peter Anvin1-0/+2
2007-09-16Minor fixes needed to compile with MSVC++ 2005H. Peter Anvin1-3/+2
2007-08-26add nasm_strsep to nasmlib, for output/outmacho.c - strtok doesn't workFrank Kotler1-4/+4
2007-04-14outmacho.c: stylistic cleanupsH. Peter Anvin1-8/+9
2007-04-14Hopefully it is actually fixed this time :PKeith Kanios1-1/+1
2007-04-14Fixed structure initialization issue.Keith Kanios1-1/+1
2007-04-14Refixed uninitialized data.Keith Kanios1-1/+1
2007-04-14Fixed uninitialized structure data.Keith Kanios1-1/+1
2007-04-14Placated unreferenced types.Keith Kanios1-1/+9
2007-04-14c99 printf/fprintf compliance.Keith Kanios1-1/+1
2007-04-13Replaced str(n)casecmp with more standard str(n)icmp.Keith Kanios1-2/+2
2007-04-13Macroize any compiler-specific code; macros defined in "compiler.h"H. Peter Anvin1-9/+21
2007-04-13Fixed distinction between char and int8_t data types.Keith Kanios1-29/+29
2007-04-12outmacho.c: Don't assume __builtin_ctzl exists for gcc < 4H. Peter Anvin1-1/+1
2007-04-12General push for x86-64 support, dubbed 0.99.00.Keith Kanios1-184/+185
2006-02-022006-02-02 Eric Christopher <echristo@apple.com>Eric Christopher1-4/+6
2005-12-092005-12-08 Wade Tregaskis <wtregaskis@apple.com>Eric Christopher1-6/+91
2005-12-052005-12-05 Eric Christopher <echristo@apple.com>Eric Christopher1-6/+12
2005-10-07Added section attributes, in particular S_ATTR_SOME_INSTRUCTIONS and update ....Eric Christopher1-35/+281
2005-09-26Break macho_cleanup into separate functions.Eric Christopher1-264/+314
2005-09-22Run misc/Nindent on outmacho.cEric Christopher1-525/+530
2005-09-22Add basic support for Mach-O file format.Eric Christopher1-0/+925