because on alpha:

#   define errno (*__errno_location ())

*shakes head


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22383 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Lenharth 2005-07-11 17:41:12 +00:00
parent 0e18050797
commit d9793e6c0a

View File

@ -743,6 +743,7 @@ static const char *DoesntAccessMemoryTable[] = {
// glibc functions:
"__fpclassify", "__fpclassifyf", "__fpclassifyl",
"__signbit", "__signbitf", "__signbitl",
"__errno_location",
};
static const unsigned DAMTableSize =