diff options
author | Jeff Law <law@redhat.com> | 1999-09-19 17:16:08 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-09-19 17:16:08 +0000 |
commit | 35184366b040afcfca5e0160b585d85c64ca6503 (patch) | |
tree | b417182aa185599e6ddb82d6499815b9996bd373 /include | |
parent | f0bfde5ebfcae3d8adc62ea3c80ae1bf44692f18 (diff) | |
download | gdb-35184366b040afcfca5e0160b585d85c64ca6503.zip gdb-35184366b040afcfca5e0160b585d85c64ca6503.tar.gz gdb-35184366b040afcfca5e0160b585d85c64ca6503.tar.bz2 |
* hppa.h (pa_opcodes): Add new syntax "be" instructions.
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/ChangeLog | 2 | ||||
-rw-r--r-- | include/opcode/hppa.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 34190df..407b14f 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,5 +1,7 @@ Sun Sep 19 10:40:59 1999 Jeffrey A Law (law@cygnus.com) + * hppa.h (pa_opcodes): Add new syntax "be" instructions. + * hppa.h (pa_opcodes): Note use of 'M' and 'L'. * hppa.h (pa_opcodes): Add support for "b,l". diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h index f6a1aaa..c4c2ed0 100644 --- a/include/opcode/hppa.h +++ b/include/opcode/hppa.h @@ -369,6 +369,8 @@ 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}, +{ "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}, { "ble", 0xe4000000, 0xfc000000, "nz(S,b)", pa10}, { "movb", 0xc8000000, 0xfc000000, "?ynx,b,w", pa10}, |