CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2016/09/21 05:33:05
Modified files: sys/arch/arm/arm: bcopyinout.S bus_space_notimpl.S copystr.S cpufunc_asm.S exception.S irq_dispatch.S locore.S sigcode.S vectors.S sys/arch/arm/include: asm.h profile.h Log message: Modernize arm assembly in the kernel for clang. Based on a similar diff in bitrig. No binary change when compiled with gcc. ok patrick@