Implemented relocation R_MIPS_PC18_S3.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM with a nit
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | ||
---|---|---|
644 | The string says 'Lsl2' instead of 'Lsl3' |
The S3 means 'right shift by 3' so this should be either '>> 3' or '/ 8'.