[binutils-gdb] [ARC] Prefer NOP instead of MOV 0,0

sergiodj+buildbot@sergiodj.net sergiodj+buildbot@sergiodj.net
Tue Apr 25 16:54:00 GMT 2017


*** TEST RESULTS FOR COMMIT be6a24d8eabdbeef32a9d79e81307af4491fcf56 ***

Author: Claudiu Zissulescu <claziss@synopsys.com>
Branch: master
Commit: be6a24d8eabdbeef32a9d79e81307af4491fcf56

[ARC] Prefer NOP instead of MOV 0,0

NOP and MOV 0,0 are having the same encoding. As MOV mnemonic is
located before NOP in the instruction table, the disassembler prints
MOV 0,0 for NOP. Reorder the instructions such that NOP is first.

gas/
2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>

	* testsuite/gas/arc/b.d: Update test.
	* testsuite/gas/arc/noargs_hs.d: Likewise.

opcode/
2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>

	* arc-tbl.h: Reorder NOP entry to be before MOV instructions.



More information about the Gdb-testers mailing list