aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index acb9af3..ab23278 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,16 @@
2018-09-13 Jan Beulich <jbeulich@suse.com>
+ * config/tc-i386.c (dir_encoding_swap): New enumerator.
+ (parse_insn): Use it.
+ (match_template): Re-write reversal check.
+ * testsuite/gas/i386/pseudos.s: Add various move, ALU, and FPU
+ tests.
+ * testsuite/gas/i386/x86-64-pseudos.s: Likewise.
+ * testsuite/gas/i386/pseudos.d,
+ testsuite/gas/i386/x86-64-pseudos.d: Adjust expectations.
+
+2018-09-13 Jan Beulich <jbeulich@suse.com>
+
* config/tc-i386.c (parse_insn): Extend comment ahead of pseudo-
suffix handling.