Replace uintX_t with uint64_t.
authorRui Ueyama <ruiu@google.com>
Fri, 14 Apr 2017 01:34:45 +0000 (01:34 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 14 Apr 2017 01:34:45 +0000 (01:34 +0000)
commitc49bdd6d5d026b2c8f4cd63a8c4e5c3491e07d5b
treeaada55cf59f9e1a62a80adccff4159fe8c25586f
parentb4654299f3d69f14768f4d8ef4057369e0626e28
Replace uintX_t with uint64_t.

We generally want to use uint64_t instead of uintX_t if the 64-bit
type works for both 32-bit and 64-bit because it is simpler than
the variable-size type.

llvm-svn: 300293
lld/ELF/InputSection.cpp
lld/ELF/SyntheticSections.cpp
lld/ELF/SyntheticSections.h