[ELF] - Use the uint32_t instead of unsigned in Target class for relocations types
authorGeorge Rimar <grimar@accesssoftek.com>
Sun, 6 Mar 2016 06:01:07 +0000 (06:01 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Sun, 6 Mar 2016 06:01:07 +0000 (06:01 +0000)
commit98b060d22807c9bf6a85d59c6f523406cae8fad9
tree38103b2e927353b15b4666fc65ebf77fb4bcaa16
parent09fecac354d57d1b0c25669781462d9a135e990c
[ELF] - Use the uint32_t instead of unsigned in Target class for relocations types

Patch changes all relocations types to be uint32_t and also
fixes some dependent inconsistency in callers code.

Differential revision: http://reviews.llvm.org/D17882

llvm-svn: 262793
lld/ELF/Target.cpp
lld/ELF/Target.h
lld/ELF/Writer.cpp