index
:
platform/upstream/nasm
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
pristine-tar
sandbox/kevinthierry/bump-2.11.06
sandbox/kevinthierry/upstream
sandbox/pcoval/devel
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
upstream
upstream-2.10.07
Domain: System / Toolchain;
Dongkyun Son <dongkyun.s@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
output
/
outmacho.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-08
macho64: Manually merge macho64 branch with master branch.
Keith Kanios
1
-1364
/
+0
2009-07-07
outmacho.c: fix section/relocation alignment issue
Keith Kanios
1
-3
/
+7
2009-07-06
outmacho: fixed section/relocation alignment issue
Keith Kanios
1
-4
/
+4
2009-07-05
Make it possible for outputs to be either text or binary
H. Peter Anvin
1
-1
/
+1
2009-06-30
outmacho: change license to 2-BSD
H. Peter Anvin
1
-12
/
+0
2009-06-28
Add new copyright headers to the output modules
H. Peter Anvin
1
-6
/
+47
2009-06-27
Move backend-specific code to output/; break out null debug stuff
H. Peter Anvin
1
-2
/
+2
2009-02-21
Unify all-zero buffers; add fwritezero()
H. Peter Anvin
1
-3
/
+2
2008-12-18
Mach-O alignment fix
David DeHaven
1
-10
/
+21
2008-10-27
output: add common file outlib.c for common functions; realsize()
H. Peter Anvin
1
-16
/
+2
2008-06-20
Move the output format macros into the macros.pl mechanism
H. Peter Anvin
1
-6
/
+1
2008-06-09
Move all the RAA code out of nasmlib
H. Peter Anvin
1
-0
/
+1
2008-06-09
Move all the SAA code out of nasmlib
H. Peter Anvin
1
-0
/
+1
2007-12-29
regularized spelling of license to match name of LICENSE file
Beroset
1
-1
/
+1
2007-11-13
Address data is int64_t; simplify writing an address object
H. Peter Anvin
1
-7
/
+2
2007-11-12
BR 1709392: Fix alignment handling in Mach-O format
H. Peter Anvin
1
-12
/
+15
2007-11-09
Don't combine type and size into a single argument
H. Peter Anvin
1
-23
/
+22
2007-11-08
Fix building under OpenWatcom
H. Peter Anvin
1
-13
/
+12
2007-11-06
Pass 64-bit instruction lengths to back-ends.
Charles Crayne
1
-1
/
+1
2007-11-05
Upgrade label functions to 64-bit
Charles Crayne
1
-1
/
+1
2007-10-19
Formatting: kill off "stealth whitespace"
H. Peter Anvin
1
-1
/
+1
2007-10-02
Portability fixes
H. Peter Anvin
1
-0
/
+2
2007-09-16
Minor fixes needed to compile with MSVC++ 2005
H. Peter Anvin
1
-3
/
+2
2007-08-26
add nasm_strsep to nasmlib, for output/outmacho.c - strtok doesn't work
Frank Kotler
1
-4
/
+4
2007-04-14
outmacho.c: stylistic cleanups
H. Peter Anvin
1
-8
/
+9
2007-04-14
Hopefully it is actually fixed this time :P
Keith Kanios
1
-1
/
+1
2007-04-14
Fixed structure initialization issue.
Keith Kanios
1
-1
/
+1
2007-04-14
Refixed uninitialized data.
Keith Kanios
1
-1
/
+1
2007-04-14
Fixed uninitialized structure data.
Keith Kanios
1
-1
/
+1
2007-04-14
Placated unreferenced types.
Keith Kanios
1
-1
/
+9
2007-04-14
c99 printf/fprintf compliance.
Keith Kanios
1
-1
/
+1
2007-04-13
Replaced str(n)casecmp with more standard str(n)icmp.
Keith Kanios
1
-2
/
+2
2007-04-13
Macroize any compiler-specific code; macros defined in "compiler.h"
H. Peter Anvin
1
-9
/
+21
2007-04-13
Fixed distinction between char and int8_t data types.
Keith Kanios
1
-29
/
+29
2007-04-12
outmacho.c: Don't assume __builtin_ctzl exists for gcc < 4
H. Peter Anvin
1
-1
/
+1
2007-04-12
General push for x86-64 support, dubbed 0.99.00.
Keith Kanios
1
-184
/
+185
2006-02-02
2006-02-02 Eric Christopher <echristo@apple.com>
Eric Christopher
1
-4
/
+6
2005-12-09
2005-12-08 Wade Tregaskis <wtregaskis@apple.com>
Eric Christopher
1
-6
/
+91
2005-12-05
2005-12-05 Eric Christopher <echristo@apple.com>
Eric Christopher
1
-6
/
+12
2005-10-07
Added section attributes, in particular S_ATTR_SOME_INSTRUCTIONS and update ....
Eric Christopher
1
-35
/
+281
2005-09-26
Break macho_cleanup into separate functions.
Eric Christopher
1
-264
/
+314
2005-09-22
Run misc/Nindent on outmacho.c
Eric Christopher
1
-525
/
+530
2005-09-22
Add basic support for Mach-O file format.
Eric Christopher
1
-0
/
+925