CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2018/02/28 06:16:22
Modified files: sys/arch/arm/arm: locore.S Log message: Explicitly align svcstack and esym. Finally fixes the problem where kernels wouldn't boot because the random order in which we happened to link it would cause these symbols to be misaligned. Thanks to Brandon Bergren for figuring out the problem.