OSDN Git Service

Expand relocation type field to 64 bits. MachO scattered relocations require 33...
authorOwen Anderson <resistor@mac.com>
Wed, 26 Oct 2011 17:08:49 +0000 (17:08 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 26 Oct 2011 17:08:49 +0000 (17:08 +0000)
commit9472b8d220fc746498429f430cb4c4dbfbd38f2a
tree81a510494c62fdacbee0f79202c732d77d6e4861
parent929e27cc3c67d4c6355c7b56b2983722d28d2624
Expand relocation type field to 64 bits.  MachO scattered relocations require 33 bits of type info.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143032 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/COFF.h
include/llvm/Object/MachO.h
include/llvm/Object/ObjectFile.h
lib/Object/COFFObjectFile.cpp
lib/Object/ELFObjectFile.cpp
lib/Object/MachOObjectFile.cpp
tools/llvm-objdump/MachODump.cpp