index
:
delta/nasm.git
avx512
baserock/morph
branch-0_98-j
branch-0_98-j5
branch-0_98_24-gasalign
branch-0_98bf
branch-0_98e
buildfix-2.03rc4
ctype
defid
elf
elf16
elfmerge
evalmacro
evalstr
extnames
indirect
insns
insns-flags
latex
loops
macho64
machofix
machomerge
master
mempool
mkwarnings
nasm-0.98.x
nasm-2.03.x
nasm-2.05.xx
nasm-2.07.xx
nasm-2.08.xx
nasm-2.09.xx
nasm-2.10.xx
nasm-2.11.xx
nasm-2.12.xx
nasm-2.13.xx
nasm-2.14.xx
nasm-2.15.xx
nasm-2.15.xx-pre
new-preproc
newaddr
note
nsis
nsis2
owc
path
phi
pp-inline
pragma
preproc-paste-fix
preproc-rewrite
reldef
signrel
sse5
repo.or.cz: nasm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
output
/
outelf32.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
outelf32: handle compilers without 64-bit switch() support
H. Peter Anvin
2010-06-07
1
-14
/
+22
*
ELF support for 8-bit relocations
H. Peter Anvin
2010-05-06
1
-25
/
+59
*
Rename SEGALIGN to SECTALIGN
Cyrill Gorcunov
2010-04-21
1
-3
/
+3
*
Elf-32: Implement segalign handling
Cyrill Gorcunov
2010-04-21
1
-1
/
+19
*
ofmt: Implement null_segalign stubs
Cyrill Gorcunov
2010-04-21
1
-0
/
+1
*
Elf: Rename SEG_ALIGN to SEC_FILEALIGN
Cyrill Gorcunov
2010-04-21
1
-3
/
+3
*
ofmt: Introduce output format aliases
Cyrill Gorcunov
2010-04-10
1
-24
/
+0
*
Elf: Some unification snippets for 32/64 bit versions
Cyrill Gorcunov
2010-04-10
1
-6
/
+5
*
Elf: Merge WRITE_STAB to outelf.h
Cyrill Gorcunov
2010-04-10
1
-9
/
+0
*
Elf: Drop never used SOC helper
Cyrill Gorcunov
2010-04-10
1
-2
/
+0
*
Elf: Introduce section_attrib helper
Cyrill Gorcunov
2010-04-10
1
-48
/
+3
*
Use ALIGN helper
Cyrill Gorcunov
2010-02-11
1
-3
/
+3
*
ELF: Explicitly point out SYM_GLOBAL, SYM_LOCAL binding
Cyrill Gorcunov
2010-01-03
1
-2
/
+1
*
output/outelfX.c: Use definitions from stabs.h
Cyrill Gorcunov
2010-01-03
1
-0
/
+1
*
outelfX.c: Trivial cleanup
Cyrill Gorcunov
2010-01-03
1
-7
/
+7
*
Elf: Allow symbols binding to undefined section
Cyrill Gorcunov
2010-01-02
1
-4
/
+2
*
Elf: bind labels to text section by default
Cyrill Gorcunov
2009-12-10
1
-11
/
+12
*
outelf32/64 - various cleanups in a sake of unification
Cyrill Gorcunov
2009-11-06
1
-18
/
+17
*
dwarfX_output: dont check for "ln" twice
Cyrill Gorcunov
2009-11-06
1
-4
/
+2
*
Merge elf header files
Cyrill Gorcunov
2009-11-06
1
-1
/
+1
*
output/outelf32-64: use string helpers
Cyrill Gorcunov
2009-10-31
1
-16
/
+6
*
Remove outdated comments
Cyrill Gorcunov
2009-10-31
1
-2
/
+2
*
stdscan: switch to stdscan_get/set routines
Cyrill Gorcunov
2009-10-31
1
-4
/
+4
*
elf,stabs: stabs32/64_generate -- append ending token
Cyrill Gorcunov
2009-09-14
1
-7
/
+8
*
output/outelf32.c: code style simplification
Cyrill Gorcunov
2009-09-03
1
-115
/
+108
*
output/outelf32.c: tab-space cleanup
Cyrill Gorcunov
2009-09-03
1
-390
/
+367
*
Fix some format strings for nasm_error
Victor van den Elzen
2009-08-11
1
-2
/
+2
*
Drop the ofmt and errfunc arguments to label definition functions
H. Peter Anvin
2009-07-18
1
-12
/
+6
*
Remove function pointers in output, simplify error handling
H. Peter Anvin
2009-07-18
1
-104
/
+91
*
Merge branch 'master' into new-preproc
H. Peter Anvin
2009-07-13
1
-1
/
+5
|
\
|
*
ELF: add debug support for TY_YWORD
H. Peter Anvin
2009-07-13
1
-0
/
+4
|
*
elf32: debug32_typevalue - fix TY_OWORD size
Cyrill Gorcunov
2009-07-13
1
-1
/
+1
*
|
Hash even backend-specific directives, unify null functions
H. Peter Anvin
2009-07-12
1
-4
/
+6
*
|
Don't fclose() the output in the backend
H. Peter Anvin
2009-07-12
1
-1
/
+0
|
/
*
Make it possible for outputs to be either text or binary
H. Peter Anvin
2009-07-05
1
-2
/
+2
*
Add new copyright headers to the output modules
H. Peter Anvin
2009-06-28
1
-6
/
+35
*
Move backend-specific code to output/; break out null debug stuff
H. Peter Anvin
2009-06-27
1
-2
/
+2
*
debug: make *all* the null debug routines available as a library
H. Peter Anvin
2009-06-27
1
-10
/
+1
*
ELF: make debugging functions static
H. Peter Anvin
2009-06-25
1
-33
/
+35
*
ELF: remove loop invariant calculation of global offset
H. Peter Anvin
2009-06-25
1
-1
/
+9
*
ELF: clean up the arithmetic for global symbols
H. Peter Anvin
2009-06-25
1
-12
/
+22
*
ELF: eliminate hard-coded section numbers
H. Peter Anvin
2009-06-25
1
-50
/
+63
*
Handle the new ELF headers in the dependency generation
H. Peter Anvin
2009-06-25
1
-3
/
+3
*
ELF: add header files, begin merging common code, drop .comment
H. Peter Anvin
2009-06-25
1
-140
/
+34
*
outelf32/64: fix uninitialized rbtree
Michael Scherer
2009-03-18
1
-0
/
+2
*
outelf32/64: remove align_str in favor of fwritezero()
H. Peter Anvin
2009-02-21
1
-4
/
+2
*
Unify all-zero buffers; add fwritezero()
H. Peter Anvin
2009-02-21
1
-1
/
+1
*
Generate warning for unknown section atributes
Charles Crayne
2009-01-18
1
-1
/
+2
*
ELF: use rbtree for symbol searches
H. Peter Anvin
2008-11-06
1
-47
/
+33
*
Fix BR #916647
Victor van den Elzen
2008-11-05
1
-6
/
+11
[next]