ELF: Combine cases that has the same code.

llvm-svn: 260444
This commit is contained in:
Rui Ueyama 2016-02-10 22:00:21 +00:00
parent d262b368d5
commit d41cb95621
1 changed files with 1 additions and 3 deletions

View File

@ -871,14 +871,12 @@ void X86_64TargetInfo::relocateOne(uint8_t *Loc, uint8_t *BufEnd, uint32_t Type,
write32le(Loc, SA);
break;
case R_X86_64_64:
case R_X86_64_DTPOFF64:
write64le(Loc, SA);
break;
case R_X86_64_DTPOFF32:
write32le(Loc, SA);
break;
case R_X86_64_DTPOFF64:
write64le(Loc, SA);
break;
case R_X86_64_GOTPCREL:
case R_X86_64_PC32:
case R_X86_64_PLT32: