summaryrefslogtreecommitdiff
path: root/libexec/ld.so/amd64/archdep.h
AgeCommit message (Expand)Author
2023-11-18crt0 uses a helper function in a MD src/libexec/ld.so .h file (rather thanTheo de Raadt
2022-01-17Nothing depends on archdep.h pulling in other #includes anymore,Philip Guenther
2021-11-14Delete all the no-op RELOC_GOT() macros and their uses.Philip Guenther
2019-10-23Prefer the size-independent ELF identifiers over the size-specific ones.Philip Guenther
2017-10-27Use <elf.h> instead of <elf_abi.h>Martin Pieuchot
2017-01-21_dl_exit() is __dead, so it should return void.Philip Guenther
2017-01-20Delete ancient macros and unnecessary #includesPhilip Guenther
2017-01-09Remove dependency on __got_{start,end} symbols and look at PT_GNU_RELROMark Kettenis
2016-05-18fix types for mmap wrappers. A few whitespace cleanups snuck in.Theo de Raadt
2015-12-06Simplify the relocation code for the ld.so bootstrap and static pie: trackPhilip Guenther
2014-12-22Introduce new csu0 variant for -static -pie binaries to use calledKurt Miller
2014-01-19Only i386 needs mquery; delete the static inlines from amd64 and hppaPhilip Guenther
2010-01-02Fix handling of hppa RELOC_IPLT relocations during 'bootstrap relocation'.Mark Kettenis
2004-05-24Change define used to deal with PLT protection, use postive logic not negative.Dale Rahn
2004-02-27change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyTheo de Raadt
2004-02-10AMD64 dynamic linker. initial work by mickey finished up by myself.Dale Rahn