CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2017/05/29 08:37:51
Modified files: gnu/llvm/lib/MC: MCAsmInfoELF.cpp Log message: openbsd does not use nonexec stack segment header hints. in fact, false is a much better default for UsesNonexecutableStackSection. platforms that require it can reenable, instead, saving the rest of us an unnecessary program header (causes trouble for some special binaries). ok kettenis