summaryrefslogtreecommitdiff
path: root/modules/objfmts/elf/elf-x86-amd64.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $Id$ and RCSID() usage.Peter Johnson2011-08-191-1/+0
* Update elf special symbols:Peter Johnson2009-07-221-1/+8
* elf: Add support for 64-bit PC-relative relocation.Peter Johnson2009-07-211-0/+1
* Special-case _GLOBAL_OFFSET_TABLE_ in elf32/64 to generate appropriate relocs.Peter Johnson2009-07-211-30/+30
* elf64: automatically promote [rel foo wrt ..gotpc] to GOTPCREL relocation.Peter Johnson2008-10-031-0/+4
* Set ELF symbol type to TLS if either:Peter Johnson2008-02-211-6/+21
* Add support for ELF32 and ELF64 TLS (thread local storage) relocations.Peter Johnson2008-02-091-24/+22
* Fix #114: Incorrect ELF32 ..gotpc address calculation.Peter Johnson2007-09-151-2/+2
* Merge expr-int.h into expr.h, removing YASM_EXPR_INTERNAL in the process.Peter Johnson2007-07-141-1/+0
* Remove YASM_LIB_INTERNAL. It never really gained us that much in terms ofPeter Johnson2007-07-141-1/+0
* Move absolute section handling into NASM parser, removing all traces of itPeter Johnson2007-05-151-10/+5
* Update all copyright dates.Peter Johnson2007-04-221-1/+1
* Bite the bullet and convert tabs to spaces. Previously yasm's source hasPeter Johnson2007-04-221-40/+40
* Revamp error/warning handling, using a model similar to Python's internalPeter Johnson2006-05-041-1/+1
* Move section alignment to libyasm, refactoring it from individual objectPeter Johnson2005-11-131-5/+1
* * elf-x86-amd64.c (elf_x86_amd64_write_reloc): Fix a crash with ELF: when anPeter Johnson2005-10-191-1/+6
* - Add win64 as an alias for -f win32 -m amd64.Peter Johnson2005-09-281-1/+2
* Add `hidden' `internal' and `protected' symbol visibility types toMichael Urman2005-03-121-1/+1
* Fix #44 by adding support for WRT special symbols (e.g. [sym WRT ..plt] andPeter Johnson2004-10-311-6/+38
* Enable machine specific handling of relocation section type, since amd64Michael Urman2004-10-111-5/+15
* Phase 2 of 2 cleanup to elf's internal structure.Michael Urman2004-10-101-0/+195