History log of /src/sys/arch/arm/include/elf_machdep.h |
Revision | | Date | Author | Comments |
1.19 |
| 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.18 |
| 10-Aug-2017 |
joerg | Add IRELATIVE support for ARM, X86 and PowerPC.
|
1.17 |
| 25-Feb-2014 |
matt | branches: 1.17.6; Fix thinko.
|
1.16 |
| 24-Feb-2014 |
matt | If we are dumping a EABI coredump, set the version to EABI5. If we are dumping a BE coredump on a BE8 system, set the BE8 flag.
|
1.15 |
| 29-Jan-2014 |
matt | Remove AArch64 stuff.
|
1.14 |
| 29-Oct-2013 |
matt | Add AARCH64 definitions
|
1.13 |
| 07-Aug-2013 |
matt | Add more relocs
|
1.12 |
| 05-Aug-2013 |
matt | Add EF_ARM_BE8 Make sure that running a program, that it right big-endian format for the processor. (BE8 for armv7, BE32 for all others).
|
1.11 |
| 24-Apr-2013 |
matt | branches: 1.11.4; Add PT_ARM_EXIDX
|
1.10 |
| 05-Aug-2012 |
matt | branches: 1.10.2; Add ABI version stuff.
|
1.9 |
| 03-Aug-2012 |
matt | COMPAT_NETBSD32 support for ARM. Which is strange since ARM is already 32-bits. But the newer ARM ABI AAPCS changes the alignment of 64-bit fields so structures need to copied in and out to deal with the alignment change. This is a kludge but makes debugging of AAPCS support much easier.
|
1.8 |
| 30-May-2009 |
skrll | branches: 1.8.12; 1.8.20; Add TLS relocation definitions.
|
1.7 |
| 08-Sep-2006 |
he | branches: 1.7.60; 1.7.78; Provide ELF64_MACHDEP_ID_CASES and ELF64_MACHDEP_ENDIANNESS patterned after the other 32-bit ports, so that the arm ports can build usr.sbin/lockstat/.
|
1.6 |
| 11-Dec-2005 |
christos | branches: 1.6.4; 1.6.8; 1.6.20; merge ktrace-lwp.
|
1.5 |
| 21-Aug-2004 |
rearnsha | branches: 1.5.12; Add STT_ARM_TFUNC (needed for the dynamic linker to handle Thumb symbols).
|
1.4 |
| 29-Sep-2003 |
scw | Define ELF32_MACHDEP_ENDIANNESS according to target byte order.
|
1.3 |
| 09-Dec-2001 |
thorpej | branches: 1.3.18; Add support for dumping ELF-cormat core files.
|
1.2 |
| 18-Jan-2001 |
bjh21 | branches: 1.2.2; 1.2.6; 1.2.10; Add extra constants defined by ARM ELF revision B01.
|
1.1 |
| 11-Jan-2001 |
bjh21 | Share <machine/elf_machdep.h> between arm26 and arm32.
|
1.2.10.1 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
1.2.6.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.2.2.2 |
| 18-Jan-2001 |
bjh21 | Add extra constants defined by ARM ELF revision B01.
|
1.2.2.1 |
| 18-Jan-2001 |
bjh21 | file elf_machdep.h was added on branch thorpej_scsipi on 2001-01-18 23:50:51 +0000
|
1.3.18.4 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.3.18.3 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.3.18.2 |
| 25-Aug-2004 |
skrll | Sync with HEAD.
|
1.3.18.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.5.12.1 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.6.20.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
1.6.8.1 |
| 14-Sep-2006 |
yamt | sync with head.
|
1.6.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.7.78.3 |
| 26-Feb-2014 |
matt | Use right name
|
1.7.78.2 |
| 25-Feb-2014 |
matt | Tag BE8 coredumps properly.
|
1.7.78.1 |
| 15-Feb-2014 |
matt | Merge armv7 support from HEAD, specifically support for the BCM5301X and BCM56340 evbarm kernels.
|
1.7.60.1 |
| 20-Jun-2009 |
yamt | sync with head
|
1.8.20.1 |
| 28-Nov-2012 |
matt | Merge improved arm support (especially Cortex) from HEAD including OMAP and BCM53xx support.
|
1.8.12.2 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.8.12.1 |
| 30-Oct-2012 |
yamt | sync with head
|
1.10.2.3 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.10.2.2 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.10.2.1 |
| 23-Jun-2013 |
tls | resync from head
|
1.11.4.2 |
| 18-May-2014 |
rmind | sync with head
|
1.11.4.1 |
| 28-Aug-2013 |
rmind | sync with head
|
1.17.6.1 |
| 28-Aug-2017 |
skrll | Sync with HEAD
|