Fix aarch64 sim bug with adds64, and add testcases for last 3 bug fixes.
[deliverable/binutils-gdb.git] / sim / aarch64 / ChangeLog
index dcb4ac99282e777cca039ae9e76f7ac2de8daac7..2346a499adcf39aada265d5f60b9a505c56c7499 100644 (file)
@@ -1,3 +1,19 @@
+2016-12-13  Jim Wilson  <jim.wilson@linaro.org>
+
+       * simulator.c (NEG, POS): Move before set_flags_for_add64.
+       (set_flags_for_add64): Replace with a modified copy of
+       set_flags_for_sub64.
+
+2016-12-03  Jim Wilson  <jim.wilson@linaro.org>
+
+       * simulator.c (tbnz, tbz): Cast 1 to uint64_t before shifting.
+       (dexTestBranchImmediate): Shift high bit of pos by 5 not 4.
+
+2016-12-01  Jim Wilson  <jim.wilson@linaro.org>
+
+       * simulator.c (fsturs): Switch use of rn and st variables.
+       (fsturd, fsturq): Likewise
+
 2016-08-15  Mike Frysinger  <vapier@gentoo.org>
 
        * interp.c: Include bfd.h.
This page took 0.02266 seconds and 4 git commands to generate.