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/or1korbis.cpu | |
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/or1korbis.cpu')
-rw-r--r-- | cpu/or1korbis.cpu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/or1korbis.cpu b/cpu/or1korbis.cpu index 308f378..3741d4c 100644 --- a/cpu/or1korbis.cpu +++ b/cpu/or1korbis.cpu @@ -433,7 +433,7 @@ ) ) -(dni l-adrp "adrp reg/disp21" +(dni l-adrp "load pc-relative page address" ((MACH ORBIS-MACHS)) "l.adrp $rD,${disp21}" (+ OPC_ADRP rD disp21) |