diff options
author | Jeff Law <law@redhat.com> | 1999-09-20 09:57:19 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-09-20 09:57:19 +0000 |
commit | 5fba8157a720bc48cf3fbc7aff41fb41a5fa7a97 (patch) | |
tree | 423bbb2206ab11c5c5284db7e2b1eb965b13609e | |
parent | 4980eaf4980844468375122ef3450cd2811ebf43 (diff) | |
download | gdb-5fba8157a720bc48cf3fbc7aff41fb41a5fa7a97.tar.gz |
* hppa.h (pa_opcodes): Fix minor thinkos introduced while cleaning
up the new fstw & bve instructions.
-rw-r--r-- | include/opcode/ChangeLog | 5 | ||||
-rw-r--r-- | include/opcode/hppa.h | 16 |
2 files changed, 13 insertions, 8 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 0af51f93760..c73b592874a 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 6ff81dd5d9b..0900a0d30ad 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}, |