Section relative fixups are a coff concept, not a x86 one. Replace the
authorRafael Espindola <rafael.espindola@gmail.com>
Sat, 24 Dec 2011 14:47:52 +0000 (14:47 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sat, 24 Dec 2011 14:47:52 +0000 (14:47 +0000)
commitce618af3e880ae0ec0ddd81aca8ed5bbd4096ae4
tree530df93d0d95848206ed0772a92dd8aed3d18a26
parent7782102c70fdfd48776f05099eb67dd268cfc222
Section relative fixups are a coff concept, not a x86 one. Replace the
x86 specific reloc_coff_secrel32 with a generic FK_SecRel_4.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147252 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCFixup.h
lib/MC/MCAsmBackend.cpp
lib/MC/WinCOFFStreamer.cpp
lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
lib/Target/X86/MCTargetDesc/X86FixupKinds.h
lib/Target/X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp