aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/ChangeLog
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2000-04-21 21:04:04 +0000
committerJeff Law <law@redhat.com>2000-04-21 21:04:04 +0000
commit2d6fec0fc1f4cf11e81ab30c50d20947faeda7ec (patch)
tree75816a33957e32e0bd268dd6c7c9390d8fd7c8aa /include/opcode/ChangeLog
parent4501dfbc42b2ada9c21640f1dcf44e5c5e9dd07b (diff)
downloadnewlib-2d6fec0fc1f4cf11e81ab30c50d20947faeda7ec.zip
newlib-2d6fec0fc1f4cf11e81ab30c50d20947faeda7ec.tar.gz
newlib-2d6fec0fc1f4cf11e81ab30c50d20947faeda7ec.tar.bz2
* hppa.h (pa_opcodes): New opcodes for PA2.0 wide mode
forms of ld/st{b,h,w,d} and fld/fst{w,d} (16-bit displacements). New operand types l,y,&,fe,fE,fx added to support above forms. (pa_opcodes): Replaced usage of 'x' as source/target for floating point double-word loads/stores with 'fx'. Fr
Diffstat (limited to 'include/opcode/ChangeLog')
-rw-r--r--include/opcode/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index cb2d5fe..3084081 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,11 @@
+Fri Apr 21 15:03:37 2000 Jason Eckhardt <jle@cygnus.com>
+
+ * hppa.h (pa_opcodes): New opcodes for PA2.0 wide mode
+ forms of ld/st{b,h,w,d} and fld/fst{w,d} (16-bit displacements).
+ New operand types l,y,&,fe,fE,fx added to support above forms.
+ (pa_opcodes): Replaced usage of 'x' as source/target for
+ floating point double-word loads/stores with 'fx'.
+
Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
David Mosberger <davidm@hpl.hp.com>
Timothy Wall <twall@cygnus.com>