This assembler directive marks the current label as an instruction label in microMIPS and MIPS16.
This initial implementation works only for microMIPS.
Differential D8006
[mips] [IAS] Add support for the .insn directive. tomatabacu on Mar 2 2015, 7:40 AM. Authored by
Details This assembler directive marks the current label as an instruction label in microMIPS and MIPS16. This initial implementation works only for microMIPS.
Diff Detail Event TimelineComment Actions LGTM with a small change.
Comment Actions Replied to review inline comment.
Comment Actions Replied to inline review comments.
Comment Actions Renamed markLabelsAsMicroMips() to createPendingLabelRelocs(). |
Nit: There's usually '()' when referencing functions.