CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/03/19 05:13:23
Modified files:
gnu/llvm/tools/lld/ELF: SymbolTable.cpp
Log message:
Work around a problem where linker-generated symbols are not properly
versioned and end up as local symbols despite being explicitly listed as
global in the version script. This breaks out brk()/sbrk() implementation.
The diff is only a partial solution and unlikely to be accepted as-is
upstream. We'll keep it as a local diff until a better solution is found.
ok guenther@