aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
diff options
context:
space:
mode:
authorBen Craig <ben.craig@codeaurora.org>2016-05-20 12:58:41 +0000
committerBen Craig <ben.craig@codeaurora.org>2016-05-20 12:58:41 +0000
commit57b8b1f75f9b39076ddd74a6a28a83055ff498ca (patch)
tree94647307a2cb5eb7552dea95a280d0c1385e971d /lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
parent4fa8250ad00ef53a64fb504cfc9e132b594b912a (diff)
downloadllvm-57b8b1f75f9b39076ddd74a6a28a83055ff498ca.zip
llvm-57b8b1f75f9b39076ddd74a6a28a83055ff498ca.tar.gz
llvm-57b8b1f75f9b39076ddd74a6a28a83055ff498ca.tar.bz2
Reorganize locale extension fallbacks. NFCI
The various _l locale extension functions originate from very different places. Some come from POSIX, some are BSD extensions, and some are shared BSD and GLIBC extensions. This patch tries to group the local extension reimplementations by source. This should make it easier to make libcxx work with POSIX compliant C libraries that lack these extensions. The fallback locale functions are also useful on their own for other lightweight platforms. Putting these fallback implementations in support/xlocale should enable code sharing. I have no access to a newlib system or an android system to build and test with. I _do_ have access to a system without any of the _l locale extensions though, and I was able to ensure that the new __posix_l_fallback.h and __strtonum_fallback.h didn't have any massive problems. http://reviews.llvm.org/D17416 llvm-svn: 270213
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp')
0 files changed, 0 insertions, 0 deletions