This is not possible when using the IAS for MIPS, but it is possible when using the IAS for other architectures and when using GAS for MIPS.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Please add a test to check that something like:
.set foo, a .set foo, b a: nop b:
results in foo being an alias for b.
With that test added it will LGTM.