diff options
author | Stafford Horne <shorne@gmail.com> | 2019-06-13 06:16:19 +0900 |
---|---|---|
committer | Stafford Horne <shorne@gmail.com> | 2019-06-13 06:16:19 +0900 |
commit | eb212c84a12bd0adb29792737ab2423d72c182f7 (patch) | |
tree | 136970d03fc81f3eb9dc2d4bb6a942466f1ba29e /cpu/ChangeLog | |
parent | d3ad6278d6b977cfeb3156b65862224899549c76 (diff) | |
download | gdb-eb212c84a12bd0adb29792737ab2423d72c182f7.zip gdb-eb212c84a12bd0adb29792737ab2423d72c182f7.tar.gz gdb-eb212c84a12bd0adb29792737ab2423d72c182f7.tar.bz2 |
cpu/or1k: Document no branch delay slot architectures and l.adrp
The 'nd' architectures did not mention what the 'nd' stands for.
Document that these mean 'no brach delay slot'.
cpu/ChangeLog:
yyyy-mm-dd Stafford Horne <shorne@gmail.com>
* or1k.cpu (or64nd, or32nd, or1200nd): Update comment.a
(l-adrp): Improve comment.
Diffstat (limited to 'cpu/ChangeLog')
-rw-r--r-- | cpu/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpu/ChangeLog b/cpu/ChangeLog index 7f141af..087e6c6 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,5 +1,10 @@ 2019-06-13 Stafford Horne <shorne@gmail.com> + * or1k.cpu (or64nd, or32nd, or1200nd): Update comment.a + (l-adrp): Improve comment. + +2019-06-13 Stafford Horne <shorne@gmail.com> + * or1korfpx.cpu (insn-opcode-float-regreg): Add SFUEQ_S, SFUNE_S, SFUGT_S, SFUGE_S, SFULT_S, SFULE_S, SFUN_S, SFUEQ_D, SFUNE_D, SFUGT_D, SFUGE_D, SFULT_D, SFULE_D, SFUN_D opcodes. |