Source-Changes archive

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

CVS commit: src/sys/kern



Module Name:    src
Committed By:   chs
Date:           Sat Feb 18 01:29:09 UTC 2017

Modified Files:
        src/sys/kern: exec_elf.c kern_pax.c

Log Message:
obey the executable's ELF alignment constraints for PIE.
this fixes gdb of PIE binaries on mac68k (and other platforms
which use an ELF alignment that is larger than PAGE_SIZE).


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/sys/kern/exec_elf.c
cvs rdiff -u -r1.57 -r1.58 src/sys/kern/kern_pax.c

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