In case of microMIPS mode %gottprel operator should emit microMIPS relocation R_MICROMIPS_TLS_GOTTPREL, not R_MIPS_TLS_GOTTPREL.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D32617
[mips] Emit R_MICROMIPS_TLS_GOTTPREL relocation for %gottprel in case of microMIPS ClosedPublic Authored by atanasyan on Apr 27 2017, 2:28 PM.
Details Summary In case of microMIPS mode %gottprel operator should emit microMIPS relocation R_MICROMIPS_TLS_GOTTPREL, not R_MIPS_TLS_GOTTPREL.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 28 2017, 5:18 AM Closed by commit rL301763: [mips] Emit R_MICROMIPS_TLS_GOTTPREL relocation for %gottprel in case of… (authored by atanasyan). · Explain WhyApr 29 2017, 9:40 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 97001 lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
test/MC/Mips/relocation.s
|