Linux-x86 Compatability

ISSUE: In Interpreter::executeInstruction(), _sys_siglistp is a Solarisism.

ACTION: Replace _sys_siglistp[signo] with strsignal(signo) which is more portable, maybe POSIX?

PATCH: Apply from llvm top-level directory with "patch -p0."

patch (555 Bytes)

ISSUE: In Interpreter::executeInstruction(), _sys_siglistp is a Solarisism.
ACTION: Replace _sys_siglistp[signo] with strsignal(signo) which is more
portable, maybe POSIX?
PATCH: Apply from llvm top-level directory with "patch -p0."

Applied, thanks again.

-Chris

http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/