index
:
delta/yasm.git
0.2
0.3
0.4
0.5
0.5.0
0.5.0rc2
0.6
0.6.0
0.6.1
0.6.2
0.7
0.7.0
0.7.1
0.7.2
0.8
0.8.0
1.0
1.0.0
1.0.1
1.1
1.1.0
baserock/danielsilverstone/vagrant-support
baserock/morph
master
multiarch
github.com: yasm/yasm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
objfmts
/
elf
/
elf-x86-amd64.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove $Id$ and RCSID() usage.
Peter Johnson
2011-08-19
1
-1
/
+0
*
Update elf special symbols:
Peter Johnson
2009-07-22
1
-1
/
+8
*
elf: Add support for 64-bit PC-relative relocation.
Peter Johnson
2009-07-21
1
-0
/
+1
*
Special-case _GLOBAL_OFFSET_TABLE_ in elf32/64 to generate appropriate relocs.
Peter Johnson
2009-07-21
1
-30
/
+30
*
elf64: automatically promote [rel foo wrt ..gotpc] to GOTPCREL relocation.
Peter Johnson
2008-10-03
1
-0
/
+4
*
Set ELF symbol type to TLS if either:
Peter Johnson
2008-02-21
1
-6
/
+21
*
Add support for ELF32 and ELF64 TLS (thread local storage) relocations.
Peter Johnson
2008-02-09
1
-24
/
+22
*
Fix #114: Incorrect ELF32 ..gotpc address calculation.
Peter Johnson
2007-09-15
1
-2
/
+2
*
Merge expr-int.h into expr.h, removing YASM_EXPR_INTERNAL in the process.
Peter Johnson
2007-07-14
1
-1
/
+0
*
Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of
Peter Johnson
2007-07-14
1
-1
/
+0
*
Move absolute section handling into NASM parser, removing all traces of it
Peter Johnson
2007-05-15
1
-10
/
+5
*
Update all copyright dates.
Peter Johnson
2007-04-22
1
-1
/
+1
*
Bite the bullet and convert tabs to spaces. Previously yasm's source has
Peter Johnson
2007-04-22
1
-40
/
+40
*
Revamp error/warning handling, using a model similar to Python's internal
Peter Johnson
2006-05-04
1
-1
/
+1
*
Move section alignment to libyasm, refactoring it from individual object
Peter Johnson
2005-11-13
1
-5
/
+1
*
* elf-x86-amd64.c (elf_x86_amd64_write_reloc): Fix a crash with ELF: when an
Peter Johnson
2005-10-19
1
-1
/
+6
*
- Add win64 as an alias for -f win32 -m amd64.
Peter Johnson
2005-09-28
1
-1
/
+2
*
Add `hidden' `internal' and `protected' symbol visibility types to
Michael Urman
2005-03-12
1
-1
/
+1
*
Fix #44 by adding support for WRT special symbols (e.g. [sym WRT ..plt] and
Peter Johnson
2004-10-31
1
-6
/
+38
*
Enable machine specific handling of relocation section type, since amd64
Michael Urman
2004-10-11
1
-5
/
+15
*
Phase 2 of 2 cleanup to elf's internal structure.
Michael Urman
2004-10-10
1
-0
/
+195