Support: Delete {aligned_,}{u,}{little,big}8_t
authorRui Ueyama <ruiu@google.com>
Thu, 11 Sep 2014 21:46:33 +0000 (21:46 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 11 Sep 2014 21:46:33 +0000 (21:46 +0000)
commitf70f3d4708120d66242c0c4ac8fe885af7c90bc2
treebf53d7fc38ef28633a95b80d9438eb9dce2144ea
parent4be836d563e71f71d4870eb6ebb4d7c3e7a319cc
Support: Delete {aligned_,}{u,}{little,big}8_t

The byte has no endianness, so these types don't make sense.
uint8_t should be used instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217631 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/COFF.h
include/llvm/Support/ARMWinEH.h
include/llvm/Support/Endian.h
include/llvm/Support/Win64EH.h
lib/Object/COFFObjectFile.cpp
tools/llvm-readobj/ARMWinEHPrinter.cpp
tools/llvm-readobj/ARMWinEHPrinter.h