This patch teaches ias for mips to handle expressions such as
(8*4)+(8*31)($sp). Such expression typically occur from the expansion
of multiple macro definitions.
This partially resolves PR/30383.
Differential D24667
[mips][ias] Handle more complicated expressions for memory operands sdardis on Sep 16 2016, 7:47 AM. Authored by
Details This patch teaches ias for mips to handle expressions such as This partially resolves PR/30383.
Diff Detail Event Timeline
Comment Actions LGTM.
|
We should test the comparison/equality operators in MC/Mips/memory-offsets.s as well. Can you check that we follow the GNU assembler behaviour for these?