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
2009-04-30
outbin: replace fprintf(rf, not_defined); with fputs(not_defined, rf);
H. Peter Anvin
1
-5
/
+5
2009-03-18
outcoff: BR 2685756: fix SAFESEH with an internal symbol
Andy Polyakov
1
-1
/
+3
2009-03-18
outelf32/64: fix uninitialized rbtree
Michael Scherer
2
-0
/
+4
2009-02-21
outelf32/64: remove align_str in favor of fwritezero()
H. Peter Anvin
2
-8
/
+4
2009-02-21
outbin: fix typo: "sections" not "section"
H. Peter Anvin
1
-2
/
+2
2009-02-21
Unify all-zero buffers; add fwritezero()
H. Peter Anvin
3
-5
/
+4
2009-02-21
BR 2611906: proper error message for start < origin
H. Peter Anvin
1
-30
/
+31
2009-01-18
Generate warning for unknown section atributes
Charles Crayne
2
-2
/
+4
2009-01-03
outas86: slight stylistic cleanups
H. Peter Anvin
1
-8
/
+8
2009-01-03
Add entry point support to as86 backend
Soronel Haetir
1
-1
/
+11
2008-12-18
Mach-O alignment fix
David DeHaven
1
-10
/
+21
2008-11-06
ELF: use rbtree for symbol searches
H. Peter Anvin
2
-86
/
+57
2008-11-05
Fix BR #916647
Victor van den Elzen
5
-11
/
+16
2008-11-01
ELF32 support for offset to IE GOT entry
Charles Crayne
1
-4
/
+13
2008-10-31
Move all version strings to a single compilation unit (ver.c)
H. Peter Anvin
4
-11
/
+5
2008-10-30
ELF32 bit support of .tdata and .tbss sections
Charles Crayne
1
-0
/
+17
2008-10-27
output: add common file outlib.c for common functions; realsize()
H. Peter Anvin
8
-66
/
+15
2008-10-26
ELF64 support for PC relative offset to IE GOT entry
Charles Crayne
1
-4
/
+14
2008-10-25
Flag thread local symbols in symbol table
Charles Crayne
1
-0
/
+8
2008-10-25
ELF64 segment definitions for TLS
Charles Crayne
1
-0
/
+10
2008-10-22
BR 2148448: fix relative addresses in bin output
H. Peter Anvin
1
-1
/
+2
2008-10-18
ELF64: once again, fix generation of "naked" OUT_REL*ADR
H. Peter Anvin
1
-10
/
+9
2008-10-17
ELF64: PLT32, GOTPCREL, and GOTPCREL64 really need exactitude
H. Peter Anvin
1
-3
/
+3
2008-10-17
ELF64: the "size" argument to OUT_REL*ADR isn't really the size
H. Peter Anvin
1
-3
/
+3
2008-10-17
ELF64: actually generate relative GOT/PLT references correctly
H. Peter Anvin
1
-12
/
+10
2008-10-17
ELF64: GOTOFF64 doesn't need a gsym at all
H. Peter Anvin
1
-2
/
+1
2008-10-17
ELF64: We apparently don't need exactitude for GOTOFF64
H. Peter Anvin
1
-1
/
+1
2008-10-17
ELF64: GOT and PLT references need a symbol (a slot!) to reference
H. Peter Anvin
1
-26
/
+33
2008-10-17
ELF64: unbreak generating no-segment addresses
H. Peter Anvin
1
-111
/
+138
2008-10-17
ELF64: use the RELA addend field instead of relying on the code stream
H. Peter Anvin
1
-80
/
+94
2008-10-15
ELF64: fix various GOT relocations
H. Peter Anvin
1
-9
/
+35
2008-10-12
Fix typo in previous outelf64.c commit
Charles Crayne
1
-1
/
+0
2008-10-12
RIP rel relocations for PIC released for testing.
Charles Crayne
1
-12
/
+45
2008-09-09
outaout.mac: aoutb is an alias for aout
H. Peter Anvin
1
-1
/
+1
2008-09-09
macros: win32 and win64 are COFF, not Mach-O
H. Peter Anvin
2
-2
/
+2
2008-09-02
outcoff: stylistic cleanups
H. Peter Anvin
1
-11
/
+13
2008-09-02
outcoff: default output symbols to T_NULL
H. Peter Anvin
1
-0
/
+1
2008-07-19
BR 2010180: outobj: Garbage may be written in a last PUBDEF
Slavik Gnatenko
1
-2
/
+5
2008-06-21
ctype.h: wrapper ctype functions with a cast to (unsigned char)
H. Peter Anvin
8
-64
/
+64
2008-06-20
Move the output format macros into the macros.pl mechanism
H. Peter Anvin
19
-98
/
+82
2008-06-11
Correct X86_64 reference in dwarf support message
Charles Crayne
1
-1
/
+1
2008-06-09
Move all the RAA code out of nasmlib
H. Peter Anvin
6
-2
/
+8
2008-06-09
Move all the SAA code out of nasmlib
H. Peter Anvin
8
-2
/
+8
2008-06-08
Replace the WSAA macros with functions
H. Peter Anvin
2
-218
/
+218
2008-06-08
WSAA: make the WSAA macros contain their own buffer
H. Peter Anvin
2
-229
/
+225
2008-06-05
Avoid obscure segfault in DWARF generation
Charles Crayne
2
-2
/
+2
2008-05-27
outcoff.c: remove dead code, add check for imagerel
Andy Polyakov
1
-10
/
+4
2008-05-23
Win64: IMAGEREL references (SEH support for Win64)
Andy Polyakov
1
-22
/
+39
2008-05-23
Make SAFESEH syntax error ERR_NONFATAL
H. Peter Anvin
1
-1
/
+2
2008-05-23
Support for Win32 safeseh (BR 195417)
Andy Polyakov
1
-7
/
+75
[next]