diff options
author | Jeff Law <law@redhat.com> | 1999-09-18 17:43:47 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-09-18 17:43:47 +0000 |
commit | f2727d047ce2da7195bfbde89d5c65715a289190 (patch) | |
tree | d6b252ff21c53aa982d5706153225ebf2db597ac /include | |
parent | 58d0c905e52c0d6b9deaf373cc76125de0d69365 (diff) | |
download | gdb-f2727d047ce2da7195bfbde89d5c65715a289190.zip gdb-f2727d047ce2da7195bfbde89d5c65715a289190.tar.gz gdb-f2727d047ce2da7195bfbde89d5c65715a289190.tar.bz2 |
* hppa.h (pa_opcodes): Fix mask for depwi.
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/ChangeLog | 4 | ||||
-rw-r--r-- | include/opcode/hppa.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 22aa11f..55fea17 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +Sat Sep 18 11:41:16 1999 Jeffrey A Law (law@cygnus.com) + + * hppa.h (pa_opcodes): Fix mask for depwi. + Tue Sep 7 13:44:25 1999 Jeffrey A Law (law@cygnus.com) * hppa.h (pa_opcodes): Add "addil" variant which has the %r1 as diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h index e80c513..8254418 100644 --- a/include/opcode/hppa.h +++ b/include/opcode/hppa.h @@ -492,7 +492,7 @@ static const struct pa_opcode pa_opcodes[] = { "depw", 0xd4000000, 0xfc001be0, "cz?xx,!,T,b", pa10, FLAG_STRICT}, { "depw", 0xd4000800, 0xfc001800, "cz?xx,p,T,b", pa10, FLAG_STRICT}, { "depwi", 0xd4001000, 0xfc001be0, "cz?x5,!,T,b", pa10, FLAG_STRICT}, -{ "depwi", 0xd4001800, 0xfc001be0, "cz?x5,p,T,b", pa10, FLAG_STRICT}, +{ "depwi", 0xd4001800, 0xfc001800, "cz?x5,p,T,b", pa10, FLAG_STRICT}, { "zvdep", 0xd4000000, 0xfc001fe0, "?xx,T,b", pa10}, { "vdep", 0xd4000400, 0xfc001fe0, "?xx,T,b", pa10}, { "zdep", 0xd4000800, 0xfc001c00, "?xx,p,T,b", pa10}, |