Make all memory functions have weak linkage so that they can be overridden with
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 15 Dec 2003 22:32:50 +0000 (22:32 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 15 Dec 2003 22:32:50 +0000 (22:32 +0000)
commita5df0cdbe2e23ccfe4f1875b4f28a68d25b66b81
treef2e951a58db76145de80e55c4cf034e46315a60e
parent9e45d2e0e8d750ccca58fac3782ab9f821176cf8
Make all memory functions have weak linkage so that they can be overridden with
custom memory-management implementations (e.g., bash).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10478 91177308-0d34-0410-b5e6-96231b3b80d8
runtime/GCCLibraries/libc/memory.c