CVSROOT: /cvs Module name: src Changes by: marty...@cvs.openbsd.org 2012/12/20 07:01:23
Modified files: gnu/gcc/gcc/config/mips: mips.c mips.h Log message: Bring stack smashing protector for MIPS; enabled by default. Reorganize soft frame pointer so that locals are below it and grow downwards. Tested by miod@, jasper@. OK miod@.