Further to r240152 (i386) and r240178 (amd64), hide the .cerror symbol so that it is not exported by libc.so, if symbol versioning is not in use. Without this change libc contains .text relocations for .cerror, as described in LLVM PR 26813 (http://llvm.org/pr26813).
PR: 207712
Submitted by: Rafael Espíndola