OpenGrok
Cross Reference: elf_machdep.h
xref
: /
src
/
sys
/
arch
/
amd64
/
include
/
elf_machdep.h
Home
|
History
|
Annotate
|
Download
|
only in
include
History log of
/src/sys/arch/amd64/include/elf_machdep.h
Revision
Date
Author
Comments
1.6
06-Nov-2017
christos
Cleanup and clarify the ELFSIZE mess:
We now have 2 variables automatically set in elf_machdep.h:
ARCH_ELFSIZE: the size for userland binaries
KERN_ELFSIZE: the size for the kernel binaries
DB_ELFSIZE has been deleted and KERN_ELFSIZE should have always the
same values DB_ELFSIZE used to have.
In sys/exec_elf.h, if ELFSIZE is not set, it is set to KERN_ELFSIZE
for the kernel and ARCH_ELFSIZE for userland. These defaults should
eliminate the need for most manual ELFSIZE setting.
1.5
02-Feb-2016
christos
Add more relocation constants
1.4
18-Mar-2010
cegger
branches: 1.4.18; 1.4.36;
buildfix: invert comparison to get the 64bit defines by default.
Fixes 'i386/elf_machdep.h: No such file or directory error' when compiling
amd64 toolchain on OSX.
1.3
30-May-2009
skrll
branches: 1.3.2; 1.3.4;
Add TLS relocation definitions.
1.2
26-Oct-2008
mrg
branches: 1.2.8;
put the contents of these header files around #ifdef __x86_64__, and
#include the <i386/foo.h> in the #else clause, making these files
largely bit-size independant.
1.1
26-Apr-2003
fvdl
branches: 1.1.104; 1.1.108; 1.1.114;
Rename the x86_64 port to amd64, as this is the actual name used for
the processor family now. x86_64 is kept as the MACHINE_ARCH value,
since it's already widely used (by e.g. the toolchain, etc), and
by other operating systems.
1.1.114.1
13-Dec-2008
haad
Update haad-dm branch to haad-dm-base2.
1.1.108.3
11-Aug-2010
yamt
sync with head.
1.1.108.2
20-Jun-2009
yamt
sync with head
1.1.108.1
04-May-2009
yamt
sync with head.
1.1.104.1
17-Jan-2009
mjf
Sync with HEAD.
1.2.8.3
24-Oct-2010
jym
Sync with HEAD
1.2.8.2
01-Nov-2009
jym
Sync with HEAD.
1.2.8.1
31-May-2009
jym
Sync with HEAD.
1.3.4.1
30-May-2010
rmind
sync with head
1.3.2.1
30-Apr-2010
uebayasi
Sync with HEAD.
1.4.36.1
19-Mar-2016
skrll
Sync with HEAD
1.4.18.1
03-Dec-2017
jdolecek
update from HEAD
Indexes created Sun Oct 19 02:09:48 GMT 2025