aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorFredrik Noring <noring@nocrew.org>2018-10-19 09:47:55 +0100
committerNick Clifton <nickc@redhat.com>2018-10-19 09:47:55 +0100
commit33d64ca5db656f1f377de18f94403d8b3b91e3a1 (patch)
tree898e440de0a4f6763f3a17b8c9cc0391b43304cc /gas/ChangeLog
parent08acaf5caf47225ff94dc5e64ce8edce6664615a (diff)
downloadgdb-33d64ca5db656f1f377de18f94403d8b3b91e3a1.zip
gdb-33d64ca5db656f1f377de18f94403d8b3b91e3a1.tar.gz
gdb-33d64ca5db656f1f377de18f94403d8b3b91e3a1.tar.bz2
This set of changes clarifies the conditions for the R5900 short loop fix and extends its test with the border cases of six and seven instructions.
* testsuite/gas/mips/r5900.s: Extend the R5900 short loop fix test with border cases. * testsuite/gas/mips/r5900.d: Add extra expected disassembly. * config/tc-mips.c (can_swap_branch_p): Clarify the R5900 short loop hardware bug conditions. Correct note on the R5900 instruction count short loop fix.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 7ba30cb..ff9de52 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,12 @@
+2018-10-19 Fredrik Noring <noring@nocrew.org>
+
+ * testsuite/gas/mips/r5900.s: Extend the R5900 short loop fix
+ test with border cases.
+ * testsuite/gas/mips/r5900.d: Add extra expected disassembly.
+ * config/tc-mips.c (can_swap_branch_p): Clarify the R5900 short
+ loop hardware bug conditions. Correct note on the R5900
+ instruction count short loop fix.
+
2018-10-16 Matthew Malcomson <matthew.malcomson@arm.com>
* testsuite/gas/aarch64/illegal-dotproduct.d: New test.