Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-09-20 13:57:19 +0400
committerJeff Law <law@redhat.com>1999-09-20 13:57:19 +0400
commit27421fd0849ed8791ef61e69ea8f0f55debaee0a (patch)
tree690161f38e4433b4e5b07f157fdf41b9ae8c247b
parent0c9aad7095535aa6b1d20c32dd022379caa5beaf (diff)
* hppa.h (pa_opcodes): Fix minor thinkos introduced while cleaning
up the new fstw & bve instructions.
-rw-r--r--include/opcode/ChangeLog5
-rw-r--r--include/opcode/hppa.h16
2 files changed, 13 insertions, 8 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 0af51f937..c73b59287 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,8 @@
+Mon Sep 20 03:55:31 1999 Jeffrey A Law (law@cygnus.com)
+
+ * hppa.h (pa_opcodes): Fix minor thinkos introduced while cleaning
+ up the new fstw & bve instructions.
+
Sun Sep 19 10:40:59 1999 Jeffrey A Law (law@cygnus.com)
* hppa.h (pa_opcodes): Add remaining PA2.0 integer load/store
diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h
index 6ff81dd5d..0900a0d30 100644
--- a/include/opcode/hppa.h
+++ b/include/opcode/hppa.h
@@ -399,10 +399,10 @@ static const struct pa_opcode pa_opcodes[] =
{ "blr", 0xe8004000, 0xfc00e001, "nx,b", pa10},
{ "bv", 0xe800c000, 0xfc00fffd, "nx(b)", pa10},
{ "bv", 0xe800c000, 0xfc00fffd, "n(b)", pa10},
-{ "bve", 0xe800f000, 0xfc00fffe, "ln(b)L", pa20, FLAG_STRICT},
-{ "bve", 0xe800f001, 0xfc00fffe, "lMn(b)L", pa20, FLAG_STRICT},
-{ "bve", 0xe800f001, 0xfc00fffe, "Bn(b)", pa20, FLAG_STRICT},
-{ "bve", 0xe800d000, 0xfc00fffe, "n(b)", pa20, FLAG_STRICT},
+{ "bve", 0xe800f001, 0xfc00ffff, "lMn(b)L", pa20, FLAG_STRICT},
+{ "bve", 0xe800f000, 0xfc00ffff, "ln(b)L", pa20, FLAG_STRICT},
+{ "bve", 0xe800d001, 0xfc00ffff, "Bn(b)", pa20, FLAG_STRICT},
+{ "bve", 0xe800d000, 0xfc00ffff, "n(b)", pa20, FLAG_STRICT},
{ "be", 0xe4000000, 0xfc000000, "lnz(S,b)", pa10, FLAG_STRICT},
{ "be", 0xe0000000, 0xfc000000, "nz(S,b)", pa10, FLAG_STRICT},
{ "be", 0xe0000000, 0xfc000000, "nz(S,b)", pa10},
@@ -654,10 +654,10 @@ static const struct pa_opcode pa_opcodes[] =
{ "fstw", 0x24000200, 0xfc001f80, "cxfT,x(b)", pa10, FLAG_STRICT},
{ "fstw", 0x24001200, 0xfc001f80, "cmfT,5(s,b)", pa10, FLAG_STRICT},
{ "fstw", 0x24001200, 0xfc001f80, "cmfT,5(b)", pa10, FLAG_STRICT},
-{ "fstw", 0x78000000, 0xfc000004, "fe,d(s,b)", pa20, FLAG_STRICT},
-{ "fstw", 0x78000000, 0xfc000004, "fe,d(b)", pa20, FLAG_STRICT},
-{ "fstw", 0x7c000000, 0xfc000004, "cJfe,d(s,b)", pa20, FLAG_STRICT},
-{ "fstw", 0x7c000000, 0xfc000004, "cJfe,d(b)", pa20, FLAG_STRICT},
+{ "fstw", 0x7c000000, 0xfc000004, "fe,d(s,b)", pa20, FLAG_STRICT},
+{ "fstw", 0x7c000000, 0xfc000004, "fe,d(b)", pa20, FLAG_STRICT},
+{ "fstw", 0x78000000, 0xfc000004, "cJfe,d(s,b)", pa20, FLAG_STRICT},
+{ "fstw", 0x78000000, 0xfc000004, "cJfe,d(b)", pa20, FLAG_STRICT},
{ "fstd", 0x2c000200, 0xfc001fc0, "cxft,x(s,b)", pa10, FLAG_STRICT},
{ "fstd", 0x2c000200, 0xfc001fc0, "cxft,x(b)", pa10, FLAG_STRICT},
{ "fstd", 0x2c001200, 0xfc001fc0, "cmft,5(s,b)", pa10, FLAG_STRICT},