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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-25
outieee: Implement sectalign handler
Cyrill Gorcunov
1
-1
/
+23
2010-04-22
outbin: Drop current_section variable
Cyrill Gorcunov
1
-7
/
+3
2010-04-22
outbin: Prune ancient format_mode variable
Cyrill Gorcunov
1
-42
/
+22
2010-04-22
bin: Implement sectalign handler
Cyrill Gorcunov
1
-3
/
+24
2010-04-22
coff: Use IMAGE_SCN_ALIGN_MASK macro
Cyrill Gorcunov
1
-2
/
+2
2010-04-22
coff: Allow alignment greater then 64 bytes on win
Cyrill Gorcunov
1
-1
/
+5
2010-04-22
coff: Fix section alignment computation
Cyrill Gorcunov
1
-8
/
+7
2010-04-22
coff: Use predefined macros instead of numbers and style fix
Cyrill Gorcunov
1
-145
/
+160
2010-04-22
pecoff.h: Complete header
Cyrill Gorcunov
1
-2
/
+269
2010-04-21
Remove open-coded ilog2() implementations
H. Peter Anvin
3
-67
/
+3
2010-04-21
coff: Use predefined macro in common section flags
Cyrill Gorcunov
1
-6
/
+49
2010-04-21
coff: Use predefined macro and eliminate open coded constants
Cyrill Gorcunov
1
-16
/
+9
2010-04-21
pecoff.h: Add more constants
Cyrill Gorcunov
1
-0
/
+90
2010-04-21
pecoff: Update machine types
Cyrill Gorcunov
1
-19
/
+27
2010-04-21
output: Introduce pecoff.h
Cyrill Gorcunov
2
-0
/
+111
2010-04-21
coff: Implement sectalign handler
Cyrill Gorcunov
1
-3
/
+31
2010-04-21
Rename SEGALIGN to SECTALIGN
Cyrill Gorcunov
14
-24
/
+24
2010-04-21
Elf64: Implement segalign handler
Cyrill Gorcunov
1
-1
/
+19
2010-04-21
Elf-32: Implement segalign handling
Cyrill Gorcunov
1
-1
/
+19
2010-04-21
ofmt: Implement null_segalign stubs
Cyrill Gorcunov
14
-0
/
+30
2010-04-21
Elf: Rename SEG_ALIGN to SEC_FILEALIGN
Cyrill Gorcunov
3
-7
/
+8
2010-04-21
Add "win" alias for "win32" output format
Cyrill Gorcunov
1
-0
/
+7
2010-04-11
Elf: switch section_attrib to a new nasm_opt_val interface
Cyrill Gorcunov
1
-16
/
+17
2010-04-11
Elf: Use SHA_ANY constant instead of open coded number
Cyrill Gorcunov
2
-2
/
+5
2010-04-10
ofmt: Introduce output format aliases
Cyrill Gorcunov
4
-57
/
+54
2010-04-10
Elf: Some unification snippets for 32/64 bit versions
Cyrill Gorcunov
2
-11
/
+13
2010-04-10
Elf: Merge WRITE_STAB to outelf.h
Cyrill Gorcunov
3
-18
/
+9
2010-04-10
Elf: Drop never used SOC helper
Cyrill Gorcunov
2
-4
/
+0
2010-04-10
Elf: Introduce section_attrib helper
Cyrill Gorcunov
4
-96
/
+65
2010-02-11
output/outbin.c: Fix misprinted alignment bound
Cyrill Gorcunov
1
-1
/
+1
2010-02-11
Elf: Drop useless SEG_ALIGN_1
Cyrill Gorcunov
1
-1
/
+0
2010-02-11
Use ALIGN helper
Cyrill Gorcunov
6
-25
/
+17
2010-01-03
ELF: Explicitly point out SYM_GLOBAL, SYM_LOCAL binding
Cyrill Gorcunov
3
-5
/
+7
2010-01-03
elf.h: Add ELFXX_ST_MKBIND and move ELFXX_ST_ helpers
Cyrill Gorcunov
1
-8
/
+11
2010-01-03
output/outelfX.c: Use definitions from stabs.h
Cyrill Gorcunov
3
-12
/
+2
2010-01-03
Add common STABs definition into output/stabs.h
Cyrill Gorcunov
1
-0
/
+145
2010-01-03
outelfX.c: Trivial cleanup
Cyrill Gorcunov
2
-231
/
+231
2010-01-02
Elf: Allow symbols binding to undefined section
Cyrill Gorcunov
2
-8
/
+4
2009-12-10
Elf: bind labels to text section by default
Cyrill Gorcunov
2
-22
/
+24
2009-11-30
outrdf.c: remove obsolete file
H. Peter Anvin
1
-569
/
+0
2009-11-30
outform.h: fix OF_NO_RDF2
H. Peter Anvin
1
-1
/
+1
2009-11-30
outmacho32: replace error() -> nasm_error()
H. Peter Anvin
1
-25
/
+23
2009-11-17
outcoff: BuildExportTable -- tab/space fix
Cyrill Gorcunov
1
-1
/
+1
2009-11-17
outcoff: Do not fail on long export identifiers
Cyrill Gorcunov
1
-22
/
+19
2009-11-06
outelf32/64 - various cleanups in a sake of unification
Cyrill Gorcunov
2
-164
/
+156
2009-11-06
dwarfX_output: dont check for "ln" twice
Cyrill Gorcunov
2
-49
/
+37
2009-11-06
output/outelf64.c: simplify stabs64_cleanup, dwarf64_cleanup
Cyrill Gorcunov
1
-26
/
+13
2009-11-06
Merge elf header files
Cyrill Gorcunov
6
-364
/
+289
2009-10-31
output/outelf32-64: use string helpers
Cyrill Gorcunov
2
-32
/
+12
2009-10-31
Remove outdated comments
Cyrill Gorcunov
3
-6
/
+6
[prev]
[next]