Fix handling of ELF::R_MIPS_32 on Mips64.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 6 Jul 2015 12:18:44 +0000 (12:18 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 6 Jul 2015 12:18:44 +0000 (12:18 +0000)
commita25ee390b55582d4e8a66466d52a237ce8c6ac5f
tree855af2bc68bb3e1871db2c60268fdfce52336c23
parentfade2f72b82cce82dec0ea3b2ac8972586122632
Fix handling of ELF::R_MIPS_32 on Mips64.

Thanks to Aboud, Amjad for reporting the regression and providing the testcase.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241440 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/RelocVisitor.h
test/Object/Inputs/elf-mip64-reloc.o [new file with mode: 0644]
test/Object/Mips/reloc-visit.test [new file with mode: 0644]