Use uint64_t instead of uintX_t and size_t.
authorRui Ueyama <ruiu@google.com>
Wed, 29 Mar 2017 00:49:50 +0000 (00:49 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 29 Mar 2017 00:49:50 +0000 (00:49 +0000)
commit6022b2be55de783bd897ea2a0f32a1b7598adf99
tree3e24bdca9aacd90dc3947937779107be59e321c3
parentc95671bd788a32d2e7defce13414bdc82ee82bfd
Use uint64_t instead of uintX_t and size_t.

uint64_t is simpler and less error-prone than target or host-dependent types.

llvm-svn: 298969
lld/ELF/Relocations.cpp
lld/ELF/Symbols.h
lld/ELF/SyntheticSections.cpp
lld/ELF/SyntheticSections.h