Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   matt
Date:           Fri Aug  3 07:54:15 UTC 2012

Modified Files:
        src/sys/kern: exec_elf.c
        src/sys/sys: exec.h exec_elf.h

Log Message:
Add a elf note to describe the ARM ABI in use.  If encounters on arm,
set EXEC_ARM_AAPCS bit in exec_package's ep_flags.
XXX kind of gross but it there's isn't a MD hook for notes so ...


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/kern/exec_elf.c
cvs rdiff -u -r1.137 -r1.138 src/sys/sys/exec.h
cvs rdiff -u -r1.123 -r1.124 src/sys/sys/exec_elf.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