CVSROOT:        /cvs
Module name:    src
Changes by:     dera...@cvs.openbsd.org 2017/08/14 18:26:02

Modified files:
        libexec/ld.so/amd64: ldasm.S 
        libexec/ld.so/i386: ldasm.S 

Log message:
Align text locations to 16 (instead of 4) to match modern recommendations
(generally associated with hardwired BTC limitations).  And then fill
those alignments with 0xcc (int 3) to match our trapsled model.  Resulting
binaries show no sequential nop's.
ok mlarkin kettenis mortimer

Reply via email to