Module Name: src Committed By: matt Date: Mon Aug 5 00:57:24 UTC 2013
Modified Files: src/sys/arch/arm/arm: cpu_exec.c src/sys/arch/arm/include: elf_machdep.h Log Message: 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). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/arm/cpu_exec.c cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/include/elf_machdep.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.