CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2012/10/07 14:39:15
Modified files: sys/arch/hppa/hppa: machdep.c Log message: Align the stack on a 64-byte boundary as required by "The 32-bit PA-RISC Run-time Architecture Document". GCC relies on this to properly align stack variables. ok guenther@, beck@