aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-02-14 23:15:10 +0000
committerIan Lance Taylor <ian@airs.com>1996-02-14 23:15:10 +0000
commit8cc429e320c6e2b38d26c0e7efe1301053adaf54 (patch)
tree790197981c161860371e524fe94522015ba9c9b9 /include
parentae09d880bdb0dd56036953766f30a83826896e79 (diff)
downloadfsf-binutils-gdb-8cc429e320c6e2b38d26c0e7efe1301053adaf54.zip
fsf-binutils-gdb-8cc429e320c6e2b38d26c0e7efe1301053adaf54.tar.gz
fsf-binutils-gdb-8cc429e320c6e2b38d26c0e7efe1301053adaf54.tar.bz2
Wed Feb 14 18:14:11 1996 Alan Modra <alan@spri.levels.unisa.edu.au>
* i386.h (i386_optab): Remove Data32 from pushf and popf.
Diffstat (limited to 'include')
-rw-r--r--include/opcode/ChangeLog29
1 files changed, 15 insertions, 14 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index e2fef7f..54678d6 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,10 +1,15 @@
+Wed Feb 14 18:14:11 1996 Alan Modra <alan@spri.levels.unisa.edu.au>
+
+ * i386.h (i386_optab): Remove Data32 from pushf and popf.
+
+Thu Feb 8 14:27:21 1996 James Carlson <carlson@xylogics.com>
+
+ * i386.h (i386_regtab): Add 80486 test registers.
+
Mon Feb 5 18:35:46 1996 Ian Lance Taylor <ian@cygnus.com>
- * i960.h (I_HX, I_HX2): Define.
- start-sanitize-i960xl
- (I_XL): Remove. The HX supports all XL instructions.
- end-sanitize-i960xl
- (i960_opcodes): Add HX instructions.
+ * i960.h (I_HX): Define.
+ (i960_opcodes): Add HX instruction.
Mon Jan 29 12:43:39 1996 Ken Raeburn <raeburn@cygnus.com>
@@ -263,15 +268,11 @@ Thu Jul 28 19:28:07 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
Tue Jul 26 17:48:05 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
- * i960.h (I_CX2): New instruction category.
- start-sanitize-i960xl
- It includes instructions available on Cx and XL processors.
- (I_XL): New instruction category, for XL-only instructions.
- end-sanitize-i960xl
- (i960_opcodes): Put eshro and sysctl in I_CX2 category.
- start-sanitize-i960xl
- Added i960XL-only instructions, in I_XL category.
- end-sanitize-i960xl
+ * i960.h (I_CX2): New instruction category. It includes
+ instructions available on Cx and Jx processors.
+ (I_JX): New instruction category, for JX-only instructions.
+ (i960_opcodes): Put eshro and sysctl in I_CX2 category. Added
+ Jx-only instructions, in I_JX category.
Wed Jul 13 18:43:47 1994 Ken Raeburn (raeburn@cujo.cygnus.com)