Change relocation API to be per section. This time without breaking GCC.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Fri, 7 Oct 2011 19:25:32 +0000 (19:25 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Fri, 7 Oct 2011 19:25:32 +0000 (19:25 +0000)
commit4344b1ef9b3721a5ebc2e024f753772a1e4ddd92
tree4e940dd99f2b1745799c9f1544fc1a88b3e5594f
parent186ffac4d35c9ea669b03ac75f5e21bff1f01a7f
Change relocation API to be per section. This time without breaking GCC.

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