Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/arm
Module Name: src
Committed By: matt
Date: Fri Aug 3 07:59:23 UTC 2012
Modified Files:
src/sys/arch/arm/arm32: vm_machdep.c
src/sys/arch/arm/conf: files.arm
src/sys/arch/arm/include: elf_machdep.h mcontext.h param.h types.h
Added Files:
src/sys/arch/arm/arm: cpu_exec.c
src/sys/arch/arm/arm32: netbsd32_machdep.c
src/sys/arch/arm/include: netbsd32_machdep.h
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/arm/cpu_exec.c
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/arm32/netbsd32_machdep.c
cvs rdiff -u -r1.56 -r1.57 src/sys/arch/arm/arm32/vm_machdep.c
cvs rdiff -u -r1.106 -r1.107 src/sys/arch/arm/conf/files.arm
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/include/elf_machdep.h
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/include/mcontext.h
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/include/netbsd32_machdep.h
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/include/param.h
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/arm/include/types.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index