aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorChenghua Xu <paul.hua.gm@gmail.com>2018-07-27 01:12:43 +0100
committerMaciej W. Rozycki <macro@linux-mips.org>2018-07-27 01:12:43 +0100
commit2bb9bbe2e8faa7fd9ee156da0254605720eb16d6 (patch)
tree20f0b1cd61b94db08caef2b34214dec8d664c25c /include/ChangeLog
parent16065af1b0497ea33b53948dfd1f64f551787959 (diff)
downloadbinutils-2bb9bbe2e8faa7fd9ee156da0254605720eb16d6.zip
binutils-2bb9bbe2e8faa7fd9ee156da0254605720eb16d6.tar.gz
binutils-2bb9bbe2e8faa7fd9ee156da0254605720eb16d6.tar.bz2
MIPS/GAS: Correct the AFL_ASE_MASK macro
Fix an issue with commit 8095d2f70e1a ("MIPS/GAS: Split Loongson MMI Instructions from loongson2f/3a"), AFL_ASE_MASK should be 0x0006ffff instead of 0x0004ffff. 2018-07-27 Chenghua Xu <paul.hua.gm@gmail.com> Maciej W. Rozycki <macro@linux-mips.org> include/ * elf/mips.h (AFL_ASE_MASK): Correct typo.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index d39f52e..b56b6ba 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+2018-07-27 Chenghua Xu <paul.hua.gm@gmail.com>
+ Maciej W. Rozycki <macro@linux-mips.org>
+
+ * elf/mips.h (AFL_ASE_MASK): Correct typo.
+
2018-07-26 Alex Chadwick <Alex.Chadwick@cl.cam.ac.uk>
* opcode/ppc.h (PPC_OPCODE_750): Adjust comment.