CVSROOT:        /cvs
Module name:    src
Changes by:     dera...@cvs.openbsd.org 2020/03/13 00:38:55

Modified files:
        libexec/ld.so/arm: rtld_machine.c 

Log message:
Anthony Steinhauser reports that 32-bit arm cpus have the same speculation
problems as 64-bit models.  For the syscall instruction issue, add nop;nop
after swi 0, in preparation for jumping over a speculation barrier here later.
(a lonely swi 0 was hiding in __asm in this file)

Reply via email to