]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
cpu/or1k: Update fpu compare symbols to imply set flag
authorStafford Horne <shorne@gmail.com>
Wed, 12 Jun 2019 21:16:19 +0000 (06:16 +0900)
committerStafford Horne <shorne@gmail.com>
Wed, 12 Jun 2019 21:16:19 +0000 (06:16 +0900)
commita2e4218f237dd1555249555f8be4165aa8e56b6a
tree05a35f9498847afbc98629880b5076e5aa5fc378
parenteb212c84a12bd0adb29792737ab2423d72c182f7
cpu/or1k: Update fpu compare symbols to imply set flag

The fpu compare symbols where not including 'sf' in the mnemonic.  So
instead of `lf-sfeq` (implying set flag if operands are equal) we were
having `lf-eq`.   This patch adds the 'sf'.  This helps with making the
generated CGEN documentation consistent and ordered correctly.

cpu/ChangeLog:

yyyy-mm-dd  Stafford Horne  <shorne@gmail.com>

* or1korfpx.cpu (float-setflag-insn-base): Add 'sf' to symbol.
cpu/ChangeLog
cpu/or1korfpx.cpu