aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2018-04-26 08:45:35 +0200
committerJan Beulich <jbeulich@suse.com>2018-04-26 08:45:35 +0200
commit0e0eea782025d92f894f6d132aae2507c6a90a7b (patch)
tree5f39ceb89a86e72bcaf7f14070e8749f9f119b13 /gas/ChangeLog
parentbed3d976b7a4fd111f3e291f1bd896cf441b3479 (diff)
downloadgdb-0e0eea782025d92f894f6d132aae2507c6a90a7b.zip
gdb-0e0eea782025d92f894f6d132aae2507c6a90a7b.tar.gz
gdb-0e0eea782025d92f894f6d132aae2507c6a90a7b.tar.bz2
x86: x87-related adjustments
Neither 287 wrt 8087 nor 387 wrt 287 are proper supersets - in each case some insns get removed from the ISA (they become NOPs, but code intended for newer co-processors should not use them). Furthermore with .no87, ST should not be recognized as a register name.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index c1109a7..3131982 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,13 @@
2018-04-26 Jan Beulich <jbeulich@suse.com>
+ * config/tc-i386.c (parse_real_register): Check FPU register
+ earlier.
+ * testsuite/gas/i386/fpu.s, testsuite/gas/i386/fpu.l,
+ testsuite/gas/i386/stN.s, testsuite/gas/i386/stN.l: New.
+ * testsuite/gas/i386/i386.exp: Run new tests.
+
+2018-04-26 Jan Beulich <jbeulich@suse.com>
+
* config/tc-i386.c (build_modrm_byte): Use tabs for indentation.
2018-04-26 Jan Beulich <jbeulich@suse.com>