Remove obsolete platforms ifdefs from PAL (#8971)
authorJan Vorlicek <janvorli@microsoft.com>
Wed, 18 Jan 2017 00:49:55 +0000 (01:49 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Jan 2017 00:49:55 +0000 (01:49 +0100)
commit968b13576d3ef2bb585e860f012a7eedb97ab808
tree16498d16e847125185ba83374e2caf0b4c10ed23
parent5c10d232f1cb15161e5c098d0ceddec9773ef4d5
Remove obsolete platforms ifdefs from PAL (#8971)

There were many ifdefs for obsolete platforms and processors like AIX, HPUX,
SPARC, ALPHA etc. This change is a cleanup that removes them.
20 files changed:
src/pal/inc/pal.h
src/pal/inc/rt/intsafe.h
src/pal/inc/rt/palrt.h
src/pal/src/cruntime/math.cpp
src/pal/src/debug/debug.cpp
src/pal/src/file/disk.cpp
src/pal/src/file/file.cpp
src/pal/src/include/pal/modulename.h
src/pal/src/include/pal/virtual.h
src/pal/src/loader/modulename.cpp
src/pal/src/misc/perftrace.cpp
src/pal/src/misc/sysinfo.cpp
src/pal/src/safecrt/cruntime.h
src/pal/src/shmemory/shmemory.cpp
src/pal/src/thread/threadsusp.cpp
src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/pal_composite_native_cs.cpp
src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/pal_composite_native_cs.cpp
src/pal/tests/palsuite/file_io/ReadFile/test2/ReadFile.cpp
src/pal/tests/palsuite/file_io/WriteFile/test2/WriteFile.cpp
src/pal/tests/palsuite/miscellaneous/InterlockedExchange64/test1/test.cpp