aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@mips.com>2018-01-22 13:06:35 -0800
committerMaciej W. Rozycki <macro@mips.com>2018-01-22 21:09:50 +0000
commit75c80ee120e7d1bfb78570aa89d8d8fec6812d0f (patch)
tree5cc69d5982002312daf4c8699774fefddcc7b75d /gas/ChangeLog
parent1ea332d6931ea097d0128578a578528262df8445 (diff)
downloadgdb-75c80ee120e7d1bfb78570aa89d8d8fec6812d0f.zip
gdb-75c80ee120e7d1bfb78570aa89d8d8fec6812d0f.tar.gz
gdb-75c80ee120e7d1bfb78570aa89d8d8fec6812d0f.tar.bz2
GAS/doc: Correct `.set nomips16e2' directive description syntax
gas/ * doc/c-mips.texi (MIPS ASE Instruction Generation Overrides): Correct syntax of the `.set nomips16e2' directive description.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 7e81c3e..079e126 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2018-01-22 Maciej W. Rozycki <macro@mips.com>
+
+ * doc/c-mips.texi (MIPS ASE Instruction Generation Overrides):
+ Correct syntax of the `.set nomips16e2' directive description.
+
2018-01-22 Oleg Endo <olegendo@gcc.gnu.org>
PR 22737